sha
stringlengths
40
40
text
stringlengths
1
13.4M
id
stringlengths
2
117
tags
sequencelengths
1
7.91k
created_at
stringlengths
25
25
metadata
stringlengths
2
875k
last_modified
stringlengths
25
25
arxiv
sequencelengths
0
25
languages
sequencelengths
0
7.91k
tags_str
stringlengths
17
159k
text_str
stringlengths
1
447k
text_lists
sequencelengths
0
352
processed_texts
sequencelengths
1
353
tokens_length
sequencelengths
1
353
input_texts
sequencelengths
1
40
embeddings
sequencelengths
768
768
5d5cd07bb49954d0812af0e721fbecddd42a611e
# Dataset of Kashin Koji/果心居士 (Fate/Grand Order) This is the dataset of Kashin Koji/果心居士 (Fate/Grand Order), containing 34 images and their tags. The core tags of this character are `heterochromia, long_hair, multicolored_hair, red_eyes, white_hair, black_hair, bangs, grey_hair, two-tone_hair, hair_ornament, green_eyes, twintails, very_long_hair, blue_eyes`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 34 | 72.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kashin_koji_fgo/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 34 | 33.63 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kashin_koji_fgo/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 83 | 73.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kashin_koji_fgo/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 34 | 58.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kashin_koji_fgo/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 83 | 115.31 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kashin_koji_fgo/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/kashin_koji_fgo', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------| | 0 | 25 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, looking_at_viewer, parted_lips, split-color_hair, red_gloves | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | looking_at_viewer | parted_lips | split-color_hair | red_gloves | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------|:--------------|:-------------------|:-------------| | 0 | 25 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X |
CyberHarem/kashin_koji_fgo
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:19:30+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T11:29:23+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Kashin Koji/果心居士 (Fate/Grand Order) ============================================== This is the dataset of Kashin Koji/果心居士 (Fate/Grand Order), containing 34 images and their tags. The core tags of this character are 'heterochromia, long\_hair, multicolored\_hair, red\_eyes, white\_hair, black\_hair, bangs, grey\_hair, two-tone\_hair, hair\_ornament, green\_eyes, twintails, very\_long\_hair, blue\_eyes', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
d4ff1d7811910aa78e494ebad0c65b072b8630b2
# Dataset of Sugitani Zenjyubou/杉谷善住坊 (Fate/Grand Order) This is the dataset of Sugitani Zenjyubou/杉谷善住坊 (Fate/Grand Order), containing 25 images and their tags. The core tags of this character are `brown_hair, breasts, brown_eyes, large_breasts, yellow_eyes, ahoge, ponytail`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:----------|:-----------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 25 | 37.43 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sugitani_zenjubou_fgo/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 25 | 18.22 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sugitani_zenjubou_fgo/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 60 | 41.50 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sugitani_zenjubou_fgo/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 25 | 31.05 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sugitani_zenjubou_fgo/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 60 | 65.41 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sugitani_zenjubou_fgo/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/sugitani_zenjubou_fgo', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------------------------------------------------------------------------------------------------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | necklace, solo, bandages, scarf, 1girl, prayer_beads, hat, looking_at_viewer, short_hair, smile, cleavage | | 1 | 9 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, scarf, solo, bandaged_arm, sideboob, long_hair, looking_at_viewer, smile | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | necklace | solo | bandages | scarf | 1girl | prayer_beads | hat | looking_at_viewer | short_hair | smile | cleavage | bandaged_arm | sideboob | long_hair | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------|:-------|:-----------|:--------|:--------|:---------------|:------|:--------------------|:-------------|:--------|:-----------|:---------------|:-----------|:------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | | | | | 1 | 9 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | | X | X | | | X | | X | | X | X | X |
CyberHarem/sugitani_zenjubou_fgo
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:20:06+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T11:26:05+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Sugitani Zenjyubou/杉谷善住坊 (Fate/Grand Order) ====================================================== This is the dataset of Sugitani Zenjyubou/杉谷善住坊 (Fate/Grand Order), containing 25 images and their tags. The core tags of this character are 'brown\_hair, breasts, brown\_eyes, large\_breasts, yellow\_eyes, ahoge, ponytail', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
7a2ceddb8d37b5cf3670b34e1cb32110b610a770
## Description Weather. Channel. ## Model SVD ## Voice Julian # Tags - News # Style groundhog, live tv channel, weather news report, tv studio # Music soft breaking news intro ## Prompt Groundhog TV is an AI tube channel generating videos to summarize the weather forecast of the day. The channel should keep the tone light, eventually making joke depending on the weather, sun, rain etc
jbilcke-hf/ai-tube-groundhog-tv
[ "license:cc-by-nc-4.0", "region:us" ]
2024-01-17T11:22:11+00:00
{"license": "cc-by-nc-4.0", "pretty_name": "Groundhog TV"}
2024-01-31T20:55:20+00:00
[]
[]
TAGS #license-cc-by-nc-4.0 #region-us
## Description Weather. Channel. ## Model SVD ## Voice Julian # Tags - News # Style groundhog, live tv channel, weather news report, tv studio # Music soft breaking news intro ## Prompt Groundhog TV is an AI tube channel generating videos to summarize the weather forecast of the day. The channel should keep the tone light, eventually making joke depending on the weather, sun, rain etc
[ "## Description\n\nWeather. Channel.", "## Model\n\nSVD", "## Voice\n\nJulian", "# Tags\n\n- News", "# Style\n\ngroundhog, live tv channel, weather news report, tv studio", "# Music\n\nsoft breaking news intro", "## Prompt\n\nGroundhog TV is an AI tube channel generating videos to summarize the weather forecast of the day.\nThe channel should keep the tone light, eventually making joke depending on the weather, sun, rain etc" ]
[ "TAGS\n#license-cc-by-nc-4.0 #region-us \n", "## Description\n\nWeather. Channel.", "## Model\n\nSVD", "## Voice\n\nJulian", "# Tags\n\n- News", "# Style\n\ngroundhog, live tv channel, weather news report, tv studio", "# Music\n\nsoft breaking news intro", "## Prompt\n\nGroundhog TV is an AI tube channel generating videos to summarize the weather forecast of the day.\nThe channel should keep the tone light, eventually making joke depending on the weather, sun, rain etc" ]
[ 17, 6, 4, 3, 4, 16, 6, 48 ]
[ "passage: TAGS\n#license-cc-by-nc-4.0 #region-us \n## Description\n\nWeather. Channel.## Model\n\nSVD## Voice\n\nJulian# Tags\n\n- News# Style\n\ngroundhog, live tv channel, weather news report, tv studio# Music\n\nsoft breaking news intro## Prompt\n\nGroundhog TV is an AI tube channel generating videos to summarize the weather forecast of the day.\nThe channel should keep the tone light, eventually making joke depending on the weather, sun, rain etc" ]
[ -0.07383179664611816, -0.04878045991063118, -0.0034202351234853268, -0.055283043533563614, 0.14261826872825623, 0.01908218115568161, 0.11493727564811707, -0.029436254873871803, -0.061896033585071564, 0.006193011533468962, 0.10749031603336334, 0.01459602452814579, 0.027721436694264412, 0.1283283680677414, 0.062360428273677826, -0.2631295323371887, 0.07508066296577454, -0.06971018761396408, 0.03184331953525543, 0.06658310443162918, 0.07734953612089157, 0.004609214141964912, 0.07887189090251923, -0.03007587604224682, -0.16359281539916992, -0.06774680316448212, 0.017617926001548767, 0.005940008908510208, 0.11085405945777893, 0.035558972507715225, -0.01309104822576046, 0.005010624881833792, 0.06515070796012878, -0.024056103080511093, 0.01497623696923256, 0.01952698454260826, -0.016644902527332306, 0.05593245476484299, 0.030200021341443062, 0.15627217292785645, -0.037882737815380096, -0.04667528346180916, 0.009588443674147129, 0.05082869157195091, -0.140863835811615, -0.04273122921586037, 0.010614588856697083, 0.038759686052799225, 0.14391757547855377, 0.09082663804292679, -0.022466136142611504, 0.04958770424127579, -0.11108279228210449, 0.06649596989154816, 0.19552060961723328, -0.2235535830259323, -0.04258688911795616, 0.14037954807281494, -0.033440813422203064, 0.10427990555763245, -0.0228086169809103, 0.09273736923933029, 0.024045336991548538, -0.030872903764247894, -0.059708818793296814, 0.011356394737958908, 0.010228058323264122, 0.0014439582591876388, -0.15591511130332947, -0.024636508896946907, 0.22207480669021606, -0.050666842609643936, -0.04031512141227722, 0.002255770843476057, 0.038084037601947784, -0.00009057623537955806, -0.1198258027434349, 0.030146125704050064, 0.014938713982701302, 0.0772220715880394, 0.09197299182415009, 0.03541625663638115, -0.10369719564914703, -0.044978853315114975, -0.07970591634511948, 0.33227378129959106, -0.046705104410648346, 0.08434460312128067, -0.14946389198303223, 0.06392977386713028, -0.0715445801615715, -0.049936458468437195, -0.0062836045399308205, -0.08242170512676239, -0.006242209579795599, 0.04156508296728134, -0.07198234647512436, 0.022666048258543015, -0.013003632426261902, 0.024288874119520187, 0.07917767018079758, 0.10489955544471741, 0.06426721066236496, 0.08895137906074524, 0.1177530512213707, 0.0033090750221163034, -0.04010045900940895, 0.053482089191675186, 0.011758437380194664, -0.052858512848615646, 0.0820610448718071, -0.08203250169754028, -0.10789433121681213, 0.14784543216228485, -0.007538832724094391, -0.00968590471893549, 0.11533937603235245, 0.01642851158976555, -0.08243060111999512, -0.017421139404177666, 0.23267926275730133, -0.05162065476179123, -0.0248308964073658, 0.07540334761142731, 0.13528811931610107, 0.041808195412158966, -0.1280059665441513, 0.06486300379037857, 0.12783879041671753, -0.01962915249168873, -0.12696553766727448, -0.08262606710195541, 0.0369616337120533, -0.006538036745041609, 0.005543198902159929, -0.21394053101539612, 0.016558779403567314, -0.1251399666070938, -0.06292174011468887, -0.0028952413704246283, -0.02610732801258564, -0.027813229709863663, -0.1381600946187973, -0.028101788833737373, -0.10015197098255157, 0.07480014860630035, 0.002332097850739956, 0.07296078652143478, -0.07551401108503342, 0.03904378414154053, -0.033753737807273865, 0.0031271378975361586, -0.08919128775596619, -0.006715797819197178, -0.044848356395959854, 0.041521575301885605, -0.020146043971180916, 0.046785950660705566, -0.12657006084918976, 0.08591410517692566, 0.06492552161216736, 0.04385591670870781, -0.08039917796850204, 0.06136181578040123, -0.016615621745586395, 0.2655993402004242, -0.2768021523952484, -0.09496766328811646, -0.07766307890415192, -0.11093591898679733, 0.05289995297789574, 0.013054422102868557, 0.025384802371263504, 0.0045218016020953655, 0.11010706424713135, 0.03873113542795181, 0.006550798192620277, -0.09806022047996521, 0.1606859564781189, 0.1095455065369606, -0.105901338160038, 0.09676775336265564, 0.06248762831091881, 0.06230385974049568, -0.32760950922966003, 0.05183861777186394, -0.1798960566520691, 0.020202824845910072, -0.0946335718035698, -0.03353879973292351, 0.042860161513090134, 0.04539718106389046, 0.15431953966617584, -0.009484803304076195, -0.007099820766597986, -0.022060595452785492, -0.027040375396609306, 0.04414987564086914, 0.030608370900154114, 0.12504880130290985, 0.015296660363674164, -0.09808597713708878, 0.1079881563782692, 0.027188360691070557, 0.0025503584183752537, -0.00020415852486621588, -0.0331556461751461, -0.01921381801366806, 0.17282922565937042, 0.043306268751621246, 0.21413905918598175, 0.08297555893659592, -0.08202008157968521, 0.03647758811712265, 0.022671321406960487, 0.019793175160884857, 0.0538104884326458, -0.003771398449316621, -0.27644795179367065, 0.04655563086271286, -0.07660090178251266, 0.09753548353910446, -0.11116185039281845, -0.020659064874053, 0.08546585589647293, 0.02878660522401333, 0.048949748277664185, -0.04978557676076889, 0.03684494271874428, -0.040448952466249466, 0.0540681816637516, 0.06292318552732468, 0.0841236561536789, 0.03866133093833923, -0.08846446126699448, 0.27948281168937683, -0.056566834449768066, 0.047136299312114716, 0.03475501388311386, -0.10185862332582474, -0.02647939696907997, 0.004657999146729708, -0.013909418135881424, 0.03051627054810524, 0.03868958353996277, -0.11925278604030609, 0.09829576313495636, -0.07904474437236786, -0.06022001430392265, -0.019621331244707108, -0.03034750372171402, 0.08324315398931503, -0.06449629366397858, -0.07943351566791534, 0.04509114846587181, 0.030210234224796295, 0.025931762531399727, 0.035325340926647186, 0.09573076665401459, 0.15405699610710144, 0.14860357344150543, -0.017382139340043068, -0.014490766450762749, 0.024576159194111824, -0.08409012854099274, -0.04153973236680031, 0.1747378408908844, -0.13334119319915771, -0.03418365865945816, -0.01922443136572838, 0.0364147387444973, 0.024033894762396812, -0.09871941804885864, -0.07167474925518036, 0.03682008013129234, 0.015286260284483433, -0.11834406107664108, -0.042024217545986176, -0.09888767451047897, 0.01069722045212984, 0.03005269356071949, -0.11194507777690887, 0.058118175715208054, -0.001475642086006701, -0.11508683115243912, 0.04086023569107056, -0.12752068042755127, -0.22747564315795898, -0.1259784996509552, 0.01200646348297596, 0.004207862541079521, 0.0061755310744047165, 0.04483683034777641, -0.07518646866083145, -0.08065763115882874, -0.058885712176561356, -0.08278392255306244, -0.06640462577342987, 0.06665634363889694, -0.006510320585221052, -0.025997478514909744, -0.050685323774814606, -0.0648183673620224, 0.043212391436100006, -0.07596156001091003, -0.04554000496864319, 0.06303911656141281, 0.0011287202360108495, 0.03965151682496071, 0.11381307244300842, 0.16864189505577087, -0.005610225256532431, 0.016908099874854088, 0.35100695490837097, -0.03933369740843773, 0.08307776600122452, -0.051185350865125656, -0.06665249913930893, 0.004378883633762598, 0.23151656985282898, 0.1281789392232895, -0.03885146602988243, -0.044074896723032, -0.026475414633750916, -0.02474891021847725, -0.10511055588722229, -0.029492883011698723, -0.0961490124464035, 0.006182122975587845, -0.121525339782238, 0.12259049713611603, -0.06355292350053787, -0.06448201090097427, -0.016412589699029922, -0.13101960718631744, 0.09093164652585983, 0.04907410964369774, 0.09031350910663605, -0.0707080289721489, 0.0647403672337532, 0.02244534157216549, 0.056598272174596786, 0.12865854799747467, 0.02800714410841465, 0.06647322326898575, 0.16078956425189972, 0.04775172844529152, 0.06191648915410042, -0.039361484348773956, 0.1047634407877922, -0.0998273566365242, -0.0007534137112088501, -0.0928090438246727, -0.010931265540421009, -0.027165599167346954, -0.056627027690410614, 0.012503987178206444, 0.00555291585624218, -0.20788809657096863, 0.11714872717857361, -0.04984433203935623, -0.06983118504285812, 0.05453343316912651, 0.07660575956106186, -0.00974953081458807, 0.08923077583312988, 0.02663581632077694, 0.01961340382695198, -0.12605740129947662, 0.08677518367767334, 0.0622391477227211, 0.007602892816066742, 0.0017139192204922438, 0.0825989842414856, 0.08737296611070633, -0.04002939537167549, -0.014247910119593143, -0.06030447408556938, -0.10666295886039734, -0.022778743878006935, 0.04546467587351799, -0.06774946302175522, 0.11140907555818558, 0.04838773235678673, 0.019221855327486992, 0.054253898561000824, -0.09956932067871094, -0.03086259588599205, 0.2876470386981964, -0.00253392499871552, 0.15467886626720428, -0.002874689409509301, -0.18199212849140167, -0.2135177105665207, -0.028340401127934456, 0.03171837329864502, -0.09420858323574066, -0.1136464923620224, 0.05339644104242325, 0.013731204904615879, 0.05013978108763695, -0.13579580187797546, -0.12571793794631958, 0.06272890418767929, 0.07634589076042175, 0.05846026539802551, 0.13135384023189545, -0.07641793042421341, -0.09824661165475845, -0.2527230381965637, -0.11943843215703964, -0.2351924628019333, -0.053308699280023575, -0.09916636347770691, -0.23518991470336914, -0.11995605379343033, 0.026485348120331764, 0.03704255819320679, 0.04333621263504028, 0.16314134001731873, 0.08257991075515747, -0.09678308665752411, 0.1491081863641739, -0.07555434852838516, -0.09475558251142502, -0.08977115154266357, 0.11996966600418091, 0.21356718242168427, 0.03353080153465271, -0.039250098168849945, 0.09414966404438019, -0.0015556970611214638, -0.10539503395557404, 0.05661200359463692, 0.05050154775381088, -0.2575955390930176, 0.024420469999313354, 0.03495251014828682, -0.06559636443853378, 0.01497779693454504, 0.07795091718435287, 0.10245849937200546, 0.22405295073986053, -0.09915295988321304, 0.13243603706359863, 0.13423548638820648, -0.030492300167679787, -0.2068013995885849, -0.03751710057258606, 0.10290633141994476, 0.03949848935008049, 0.07431337237358093, -0.20037302374839783, 0.10910262912511826, 0.02032388374209404, -0.04930465668439865, 0.23855891823768616, -0.15552906692028046, -0.009871953167021275, 0.1447063833475113, -0.022789644077420235, 0.31766456365585327, -0.06657759845256805, -0.11588577181100845, 0.1542857438325882, -0.09058445692062378, 0.04916295409202576, -0.05022812634706497, 0.06472942233085632, -0.0381990484893322, -0.04960552603006363, -0.006173447240144014, 0.06833385676145554, 0.06822529435157776, 0.052782103419303894, -0.0156088313087821, -0.022569674998521805, -0.04245943948626518, 0.09947499632835388, 0.017459779977798462, -0.07563859969377518, 0.0020345086231827736, 0.003373151645064354, -0.2878193259239197, 0.02939680404961109, -0.06015428900718689, -0.01251629926264286, -0.05862889066338539, 0.008047748357057571, 0.07596009224653244, -0.07306008040904999, -0.058556437492370605, -0.018485883250832558, 0.16529130935668945, -0.16242340207099915, -0.0025696889497339725, 0.0828462615609169, -0.028693106025457382, -0.1579047590494156, -0.16622376441955566, -0.07842116057872772, -0.09369749575853348, 0.06775833666324615, 0.031044311821460724, -0.001006135018542409, -0.01905393972992897, 0.07941128313541412, 0.041181620210409164, 0.024823712185025215, -0.07122723758220673, 0.035303737968206406, 0.061696670949459076, -0.13372527062892914, -0.041526950895786285, -0.08366870135068893, 0.12723968923091888, -0.013289417140185833, 0.11251623928546906, 0.03539774939417839, 0.012413691729307175, 0.007995505817234516, 0.05917759984731674, 0.026949994266033173, -0.019297869876027107, -0.022511953487992287, 0.09451132267713547, 0.00632711686193943, -0.15018218755722046, 0.00007986297714523971, -0.0775851309299469, 0.16713322699069977, -0.011415720917284489, 0.15237149596214294, -0.11128173768520355, -0.04526202008128166, 0.058952074497938156, 0.040992166846990585, -0.004665276035666466, -0.056903135031461716, 0.05977088585495949, -0.17287889122962952, 0.07057729363441467, 0.07657326012849808, 0.01992938108742237, 0.10537613928318024, -0.03111019730567932, 0.07859146595001221, 0.1862187385559082, 0.002981901168823242, 0.002608523704111576, 0.11325235664844513, -0.047335848212242126, -0.1260000765323639, 0.0070656961761415005, 0.01574747823178768, -0.12626031041145325, -0.1884605884552002, -0.02718976140022278, -0.006705968640744686, 0.04086848720908165, -0.03047506883740425, 0.06613723933696747, 0.039374545216560364, 0.011310618370771408, -0.11201027780771255, -0.009871063753962517, 0.02535131201148033, 0.002926165470853448, 0.0009125365177169442, -0.0010392714757472277, 0.02440302073955536, -0.07072319835424423, 0.011322496458888054, 0.03437211737036705, -0.06261030584573746, 0.0578908808529377, 0.06944629549980164, 0.00588642992079258, 0.06060090288519859, -0.1572708934545517, -0.06129373982548714, 0.05982326716184616, -0.038357000797986984, -0.006798795890063047, -0.060900554060935974, -0.04114244505763054, -0.00038752509863115847, -0.0544765368103981, 0.02293502353131771, 0.028855592012405396, -0.06529711931943893, 0.04944062605500221, 0.0014055338688194752, -0.08622577041387558, 0.007635082118213177, -0.14393718540668488, 0.0788002610206604, 0.023292940109968185, 0.05841103568673134, 0.01675555482506752, -0.07695192098617554, 0.04948607087135315, -0.0030321404337882996, 0.005561075173318386, -0.05413215234875679, -0.1285342276096344, 0.03821386396884918, -0.018831854686141014, 0.008075986988842487, 0.06393317133188248, -0.06540215760469437, -0.33008700609207153, 0.05795959010720253, 0.21383395791053772, -0.04538615047931671, -0.0008459520759060979, 0.0928097665309906, 0.130055233836174, 0.013370078057050705, -0.1677512675523758, 0.04599040001630783, -0.03483455628156662, -0.20126686990261078, -0.031637173146009445, -0.17881178855895996, -0.010539630427956581, 0.08035504072904587, 0.12424828857183456, -0.013295887038111687, -0.1555761843919754, 0.10507097095251083, -0.18946555256843567, 0.08260385692119598, -0.04678894579410553, 0.22062255442142487, 0.22228892147541046, -0.03084356151521206, -0.032795000821352005, 0.040923334658145905, -0.0001446599344490096, -0.04533756896853447, -0.1362515389919281, 0.011346401646733284, -0.19338227808475494, -0.03405025973916054, -0.016047831624746323, 0.04450118914246559, 0.15741120278835297, 0.02571973204612732, 0.0855441763997078, 0.015592223964631557, 0.15468700230121613, 0.0014572790823876858, 0.08510757237672806, -0.0677509754896164, 0.008042052388191223, -0.11287117749452591, -0.05811842530965805, 0.0963287502527237, 0.0236405897885561, -0.006596067920327187, 0.006703333463519812, 0.13378405570983887, 0.09626778960227966, -0.06897716224193573, -0.15431936085224152, 0.053468868136405945, 0.015552213415503502, -0.1093415766954422, 0.0991869568824768, 0.053195707499980927, 0.031033171340823174, 0.03712727129459381, 0.13649699091911316, -0.027572929859161377, -0.003624796634539962, -0.03194715455174446, 0.011616175062954426, -0.07732482254505157, 0.1348862498998642, -0.09017428755760193, -0.08501125127077103, 0.018996886909008026, 0.09139429032802582, 0.12774600088596344, -0.050219275057315826, -0.004477811511605978, -0.04187754914164543, 0.0033373627811670303, 0.04765557870268822, 0.13822497427463531, -0.002952823182567954, 0.1723838597536087, -0.06071757525205612, -0.03810128569602966, -0.04229258745908737, 0.024324262514710426, -0.10021398961544037, -0.14389625191688538, 0.11127183586359024, -0.1222694143652916, -0.11006034165620804, 0.10927990078926086, -0.14943033456802368, 0.06533598899841309, -0.1300560086965561, 0.02879655733704567, -0.009343096055090427, -0.08391565829515457, 0.100602887570858, 0.041426870971918106, 0.06941255927085876, 0.03126683831214905, 0.0743119940161705, 0.10066103935241699, -0.07539694756269455, 0.019273553043603897, -0.14556965231895447, 0.041002098470926285, -0.011168517172336578, 0.08265214413404465, -0.03280748426914215, 0.012487600557506084, -0.011395636945962906, 0.055917516350746155, -0.1046169325709343, 0.03772762790322304, -0.04576610028743744, -0.1741977334022522, -0.13978704810142517, 0.06662126630544662, 0.03788834810256958, 0.0029443157836794853, 0.07301320880651474, 0.08069036900997162, 0.023911725729703903, -0.028888462111353874, -0.004641378298401833, 0.005584211554378271, 0.08458022028207779, -0.018234824761748314, 0.04011569917201996, -0.03330284729599953, 0.05219148471951485, -0.076446533203125, -0.006954855751246214, -0.12349775433540344, 0.04764445498585701, -0.09998705238103867, 0.03423599898815155, -0.07848646491765976, -0.035101518034935, 0.0685008242726326, -0.007967578247189522, -0.04420257732272148, -0.013360593467950821, -0.17650067806243896, 0.09681472182273865, 0.09437678009271622, -0.019143439829349518, 0.05289173871278763, -0.07860533893108368, -0.014420599676668644, -0.023802796378731728, 0.08881494402885437, 0.023838842287659645, -0.047589611262083054, -0.03596679866313934 ]
cae1fd6435c03dca005205b54c77ba55454cf01d
# **Function Invocation and Time-Based Greeting Dataset** This unique dataset is designed for advanced natural language understanding and features function-calling capabilities. Each entry includes a contextual timestamp, a function definition, user inquiries, function calls, function responses, and an assistant's response. What makes this dataset stand out is the assistant's ability to tailor its greetings based on the time of day. For example, in the morning, it greets with "Good morning," while in the evening, the greeting changes accordingly. Notably, if the time is late at night, the assistant thoughtfully reminds the user about the importance of rest but still remains responsive to commands. This dynamic interaction based on timestamps showcases potential for creating more intuitive and human-like AI assistants. ```text "context": "Wednesday, 02.06.2038 09:51", "functions": "{'description': 'Get report data', 'name': 'v3_media', 'parameters': {'properties': {'file_id': {'description': 'UUID of the file.', 'type': 'string'}}, 'required': ['file_id'], 'type': 'object'}}", "user": "I'm curious about the data in this report. Can you fetch it for me?", "function_call": "{'name': 'v3_media', 'arguments': {'file_id': '12345'}}", "function_response": "{'file_id': '12345', 'data': {'title': 'Sales Report', 'date': '2022-01-01', 'total_sales': 50000, 'top_selling_product': 'Widget X'}}", "assistant_response": "Good Wednesday morning. Here is the data from the report:\n\n- Title: Sales Report\n- Date: 2022-01-01\n- Total Sales: $50,000\n- Top Selling Product: Widget X" ```
Isaak-Carter/Openai-function-invocations-20k-with-greetings
[ "task_categories:conversational", "task_categories:text-generation", "size_categories:10K<n<100K", "language:en", "license:apache-2.0", "region:us" ]
2024-01-17T11:22:44+00:00
{"language": ["en"], "license": "apache-2.0", "size_categories": ["10K<n<100K"], "task_categories": ["conversational", "text-generation"], "dataset_info": {"features": [{"name": "function_call", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "functions", "dtype": "string"}, {"name": "user", "dtype": "string"}, {"name": "assistant_response", "dtype": "string"}, {"name": "function_response", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 18475155, "num_examples": 20432}], "download_size": 7342675, "dataset_size": 18475155}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-17T11:33:50+00:00
[]
[ "en" ]
TAGS #task_categories-conversational #task_categories-text-generation #size_categories-10K<n<100K #language-English #license-apache-2.0 #region-us
# Function Invocation and Time-Based Greeting Dataset This unique dataset is designed for advanced natural language understanding and features function-calling capabilities. Each entry includes a contextual timestamp, a function definition, user inquiries, function calls, function responses, and an assistant's response. What makes this dataset stand out is the assistant's ability to tailor its greetings based on the time of day. For example, in the morning, it greets with "Good morning," while in the evening, the greeting changes accordingly. Notably, if the time is late at night, the assistant thoughtfully reminds the user about the importance of rest but still remains responsive to commands. This dynamic interaction based on timestamps showcases potential for creating more intuitive and human-like AI assistants.
[ "# Function Invocation and Time-Based Greeting Dataset\n\nThis unique dataset is designed for advanced natural language understanding and features function-calling capabilities. Each entry includes a contextual timestamp, a function definition, user inquiries, function calls, function responses, and an assistant's response. What makes this dataset stand out is the assistant's ability to tailor its greetings based on the time of day. For example, in the morning, it greets with \"Good morning,\" while in the evening, the greeting changes accordingly. Notably, if the time is late at night, the assistant thoughtfully reminds the user about the importance of rest but still remains responsive to commands. This dynamic interaction based on timestamps showcases potential for creating more intuitive and human-like AI assistants." ]
[ "TAGS\n#task_categories-conversational #task_categories-text-generation #size_categories-10K<n<100K #language-English #license-apache-2.0 #region-us \n", "# Function Invocation and Time-Based Greeting Dataset\n\nThis unique dataset is designed for advanced natural language understanding and features function-calling capabilities. Each entry includes a contextual timestamp, a function definition, user inquiries, function calls, function responses, and an assistant's response. What makes this dataset stand out is the assistant's ability to tailor its greetings based on the time of day. For example, in the morning, it greets with \"Good morning,\" while in the evening, the greeting changes accordingly. Notably, if the time is late at night, the assistant thoughtfully reminds the user about the importance of rest but still remains responsive to commands. This dynamic interaction based on timestamps showcases potential for creating more intuitive and human-like AI assistants." ]
[ 51, 183 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text-generation #size_categories-10K<n<100K #language-English #license-apache-2.0 #region-us \n# Function Invocation and Time-Based Greeting Dataset\n\nThis unique dataset is designed for advanced natural language understanding and features function-calling capabilities. Each entry includes a contextual timestamp, a function definition, user inquiries, function calls, function responses, and an assistant's response. What makes this dataset stand out is the assistant's ability to tailor its greetings based on the time of day. For example, in the morning, it greets with \"Good morning,\" while in the evening, the greeting changes accordingly. Notably, if the time is late at night, the assistant thoughtfully reminds the user about the importance of rest but still remains responsive to commands. This dynamic interaction based on timestamps showcases potential for creating more intuitive and human-like AI assistants." ]
[ -0.0300288163125515, -0.059709545224905014, -0.0031647311989217997, -0.05091319605708122, -0.03694450855255127, 0.025110529735684395, 0.09531531482934952, 0.06022528186440468, 0.05472531542181969, 0.010101912543177605, 0.01789834164083004, -0.10542266070842743, 0.07376307249069214, 0.06566380709409714, 0.02947351150214672, -0.19429722428321838, 0.13522425293922424, 0.041487738490104675, 0.12054989486932755, 0.08691170811653137, 0.024612924084067345, -0.04474662244319916, 0.05439038947224617, 0.013623609207570553, 0.01494720671325922, -0.05766628310084343, -0.020346486940979958, -0.08340203762054443, 0.15414254367351532, 0.026559913530945778, -0.021236706525087357, 0.02609117515385151, -0.04335641488432884, -0.0311330184340477, 0.021340616047382355, 0.03683863952755928, 0.0920683890581131, 0.030992599204182625, -0.06508689373731613, 0.09057734161615372, 0.17021198570728302, 0.06486473977565765, 0.07613509893417358, 0.03130795806646347, -0.11026614904403687, -0.1738359034061432, -0.053253766149282455, -0.16548046469688416, 0.008468485437333584, 0.1136610135436058, -0.06286817789077759, 0.13974881172180176, -0.15394823253154755, 0.01578592136502266, 0.0026771321427077055, -0.24124811589717865, 0.015828711912035942, -0.024671709164977074, -0.005330369342118502, 0.07590952515602112, 0.07195121794939041, -0.05485176295042038, -0.011770619079470634, -0.014214253053069115, 0.11946504563093185, -0.008433015085756779, -0.10725639015436172, -0.021468818187713623, -0.12492668628692627, -0.04740250110626221, 0.29175806045532227, 0.023920489475131035, -0.07901044934988022, -0.16543838381767273, -0.05261663347482681, 0.10238505899906158, -0.09213943779468536, -0.06821079552173615, 0.025380069389939308, 0.034954797476530075, 0.18908731639385223, 0.04396357759833336, -0.0942305475473404, 0.0076078628189861774, -0.06449352949857712, 0.11289595812559128, 0.023478811606764793, 0.016344958916306496, -0.1007155328989029, 0.022115247324109077, -0.050843700766563416, -0.020373685285449028, -0.08919837325811386, -0.0237280186265707, -0.08666013926267624, 0.019908703863620758, -0.04970288649201393, -0.16759513318538666, 0.0004951625596731901, 0.03843697905540466, 0.12939314544200897, 0.05061328411102295, -0.06988100707530975, 0.02427847310900688, 0.07110286504030228, 0.20594549179077148, 0.03180081769824028, -0.11934350430965424, -0.04716188833117485, -0.036097243428230286, 0.023293310776352882, -0.06243034452199936, -0.02793002687394619, -0.06894724071025848, -0.02628546953201294, -0.03443833068013191, 0.028499530628323555, 0.14961403608322144, -0.008307156153023243, -0.018669281154870987, 0.07185085117816925, -0.09084656089544296, -0.03921927139163017, -0.0008920739055611193, -0.12333234399557114, -0.04975443705916405, 0.03106052614748478, 0.009602607227861881, -0.06943690776824951, -0.053469911217689514, -0.055982381105422974, -0.1438114494085312, -0.11723877489566803, -0.04827683046460152, 0.02136571891605854, -0.03301767259836197, -0.04824666678905487, -0.07303093373775482, -0.27309006452560425, -0.024786343798041344, 0.06788695603609085, -0.026265228167176247, -0.010280760936439037, -0.06455975770950317, 0.008370524272322655, 0.0005460043321363628, -0.09625492244958878, 0.12134720385074615, -0.06683508306741714, 0.03855472430586815, 0.033699292689561844, 0.11853079497814178, -0.10114249587059021, 0.09546807408332825, -0.13159997761249542, -0.05642310529947281, -0.11312853544950485, 0.1218344122171402, -0.019835347309708595, -0.012337776832282543, 0.007699928246438503, 0.11643965542316437, -0.07327759265899658, 0.06838434934616089, -0.08885127305984497, 0.12069239467382431, -0.17386625707149506, -0.017431003972887993, 0.1312866508960724, -0.10451330989599228, -0.07189752161502838, 0.08076247572898865, 0.01355040818452835, 0.23714657127857208, 0.136057049036026, 0.20386339724063873, -0.04157442972064018, 0.028279684484004974, 0.0501428060233593, -0.019570503383874893, -0.10630854219198227, -0.018585234880447388, 0.03618977963924408, 0.09120243042707443, -0.06638181209564209, 0.07794138789176941, 0.06831622123718262, 0.05460730195045471, 0.012886480428278446, -0.009561118669807911, 0.020035287365317345, -0.008975118398666382, 0.05812396481633186, -0.0025655522476881742, 0.0006410495843738317, -0.012092076241970062, -0.033163540065288544, -0.11704237759113312, 0.0447731576859951, 0.04431089386343956, 0.009035773575305939, -0.22212937474250793, -0.07304082065820694, 0.17002016305923462, 0.10607702285051346, -0.11374441534280777, 0.06898145377635956, 0.07794196903705597, 0.1182105764746666, 0.1407264769077301, 0.13519559800624847, 0.04341607168316841, -0.04168165475130081, 0.03929482027888298, 0.05089155212044716, 0.045528631657361984, -0.045250214636325836, -0.05490699037909508, -0.08590792864561081, 0.14470019936561584, -0.05607997253537178, 0.041612569242715836, -0.014529316686093807, 0.022765932604670525, 0.06469102203845978, -0.04180549830198288, 0.130472332239151, -0.0005323330988176167, -0.002217396628111601, 0.018971141427755356, -0.05472144857048988, 0.033905696123838425, -0.023622024804353714, -0.026139648631215096, -0.010212856344878674, 0.19747084379196167, -0.20099976658821106, 0.009113838896155357, 0.056234490126371384, 0.24527958035469055, -0.025441372767090797, 0.10148175805807114, -0.022046690806746483, -0.03131292015314102, 0.0012522019678726792, -0.06030072271823883, 0.237193301320076, 0.012923825532197952, 0.060722608119249344, -0.04286077246069908, 0.05419266223907471, 0.007936996407806873, 0.02004367671906948, -0.016558591276407242, -0.04089614748954773, 0.012104930356144905, 0.09679105877876282, -0.01854049041867256, 0.01910458505153656, 0.11252174526453018, 0.13535559177398682, -0.011127960868179798, -0.05974739417433739, -0.010847560130059719, -0.0037064943462610245, -0.029251564294099808, 0.135653555393219, -0.23091469705104828, -0.04909352958202362, 0.0646628886461258, 0.06381744146347046, 0.030355628579854965, -0.08600503951311111, 0.06161744147539139, 0.027867821976542473, 0.008656731806695461, 0.016440508887171745, 0.02967831678688526, 0.01582997664809227, 0.11451791971921921, 0.07323858886957169, -0.09742334485054016, -0.04414172098040581, -0.03429773077368736, -0.10502493381500244, 0.09049168229103088, -0.049353960901498795, -0.31059545278549194, -0.04584100469946861, -0.03793784976005554, 0.0667710229754448, 0.0458749420940876, 0.08625663816928864, -0.052130866795778275, -0.0615084208548069, -0.11602265387773514, 0.17668728530406952, 0.15547098219394684, 0.004566593561321497, -0.031171657145023346, 0.01419870276004076, -0.048437803983688354, -0.0757482647895813, 0.008530703373253345, -0.02319822646677494, 0.04389733076095581, 0.08361814171075821, -0.10306623578071594, 0.045468125492334366, 0.17171745002269745, 0.011285887099802494, -0.0222107395529747, -0.043707676231861115, 0.15019746124744415, -0.14280356466770172, 0.037570711225271225, 0.15094366669654846, 0.05884823575615883, 0.008255010470747948, 0.14155656099319458, -0.0427151694893837, -0.11865934729576111, 0.05269049480557442, 0.01894228346645832, -0.07944024354219437, -0.1319752335548401, -0.113968126475811, -0.08582600951194763, 0.13848726451396942, -0.005683010444045067, -0.005841764155775309, 0.07606619596481323, 0.022978153079748154, -0.052131909877061844, 0.05016842484474182, 0.05332839861512184, 0.010739835910499096, 0.07306945323944092, -0.10528664290904999, 0.028309378772974014, -0.08364426344633102, -0.08048440515995026, 0.083772674202919, 0.07664899528026581, 0.15990164875984192, 0.04756906256079674, 0.06192367896437645, 0.02682994119822979, 0.0029968267772346735, -0.02258201688528061, -0.034500036388635635, -0.035376183688640594, -0.04937433823943138, -0.11610840260982513, -0.038200266659259796, -0.14651069045066833, 0.10143381357192993, 0.038074981421232224, -0.12598910927772522, 0.04022110998630524, -0.010469594970345497, -0.026614133268594742, 0.31651097536087036, 0.033738233149051666, -0.1569564789533615, 0.016018375754356384, 0.004058874677866697, -0.031188037246465683, -0.11869752407073975, 0.0849488377571106, 0.0566914863884449, -0.050770312547683716, 0.005174851510673761, 0.035210028290748596, 0.06926413625478745, -0.14089471101760864, 0.02538490481674671, -0.23597393929958344, -0.15899503231048584, 0.004177002236247063, 0.07534483820199966, -0.09754668176174164, 0.08721432089805603, -0.014999045059084892, 0.05298294499516487, -0.1436568647623062, 0.00008519156835973263, 0.014149974100291729, 0.04337119683623314, -0.011415914632380009, -0.04463915526866913, -0.020052621141076088, -0.011059587821364403, -0.09474469721317291, 0.028384236618876457, -0.01088261790573597, 0.02034497819840908, 0.10024666786193848, -0.00021551073587033898, 0.05515969917178154, 0.01888924650847912, 0.018782969564199448, -0.04736609011888504, -0.05705531686544418, 0.02577780932188034, 0.17034593224525452, 0.10920887440443039, 0.01660860888659954, 0.04176488146185875, 0.0298012662678957, -0.04009188339114189, -0.045245565474033356, -0.029027827084064484, -0.05286331847310066, -0.2021842747926712, 0.019993500784039497, 0.020615341141819954, -0.09276291728019714, 0.02427827939391136, 0.18745873868465424, -0.020341644063591957, -0.08344916254281998, 0.047964416444301605, -0.036346372216939926, -0.012508983723819256, -0.1506209820508957, -0.010167567059397697, 0.12016397714614868, 0.02089342102408409, -0.036193232983350754, -0.01045116875320673, -0.028802478685975075, 0.029688237234950066, 0.043081000447273254, 0.03564809262752533, -0.0504620298743248, 0.07000140845775604, 0.01664349064230919, -0.1209515780210495, -0.030587738379836082, -0.031917501240968704, 0.007117024622857571, 0.04480917751789093, -0.012078793719410896, 0.21390143036842346, 0.11856376379728317, 0.040552329272031784, -0.28062406182289124, 0.006617170758545399, 0.0444767102599144, 0.04636822268366814, -0.009092909283936024, -0.2733304500579834, 0.007702121045440435, 0.012828733772039413, -0.06677670031785965, 0.026187695562839508, -0.24560555815696716, -0.05290317162871361, 0.08744781464338303, 0.004060340579599142, 0.16042745113372803, -0.02620108425617218, 0.03004590794444084, 0.049619682133197784, 0.04555835574865341, 0.07151869684457779, -0.052866991609334946, 0.0566956102848053, -0.017327843233942986, 0.1906488537788391, 0.06456491351127625, 0.03000110574066639, 0.01319555938243866, -0.05314432829618454, 0.04650088772177696, -0.08628059923648834, 0.03462522476911545, 0.1332983821630478, -0.08463163673877716, 0.1869177371263504, 0.015777722001075745, 0.007190816104412079, -0.03209281340241432, -0.05249553173780441, -0.0424964502453804, -0.024129047989845276, 0.0163598470389843, -0.07025407999753952, -0.10093207657337189, 0.012557546608150005, 0.057023707777261734, -0.0025639862287789583, 0.09253985434770584, -0.0017249564407393336, -0.06024256348609924, 0.13614259660243988, 0.04038112238049507, -0.2434491068124771, -0.034076619893312454, -0.039693642407655716, 0.03093458153307438, 0.0977771058678627, -0.20336438715457916, -0.005859078373759985, -0.015588345937430859, -0.04666024073958397, 0.1277201622724533, -0.01616979017853737, -0.1307234764099121, 0.01551834773272276, 0.08661442250013351, -0.05358748883008957, -0.2769101858139038, 0.049181018024683, 0.09593290090560913, -0.06871600449085236, 0.019952096045017242, 0.08983709663152695, -0.059827085584402084, 0.0020989400800317526, 0.004195667337626219, 0.050760794430971146, 0.05431743338704109, 0.054715875536203384, -0.12361806631088257, 0.024800457060337067, -0.09209664165973663, 0.057807281613349915, 0.10316220670938492, -0.16017359495162964, 0.059462014585733414, 0.016243357211351395, -0.123817078769207, -0.031374137848615646, -0.048912640661001205, 0.05614534765481949, 0.007165864109992981, -0.07621562480926514, -0.02408408373594284, -0.19120894372463226, 0.12503404915332794, 0.12434228509664536, 0.00331313069909811, 0.08953998982906342, -0.03814295679330826, 0.031344879418611526, 0.0324859544634819, 0.025524279102683067, -0.1289496272802353, 0.0004776166460942477, -0.03754222393035889, -0.007614987436681986, 0.0487440824508667, -0.009892834350466728, -0.05689023807644844, -0.1534610241651535, -0.015332279726862907, 0.034890636801719666, -0.1764400154352188, -0.00037046836223453283, -0.026064200326800346, -0.00940938200801611, 0.024256795644760132, 0.006629548501223326, -0.043904416263103485, -0.015777332708239555, -0.08200819045305252, 0.05401067063212395, -0.015064596198499203, 0.10721732676029205, -0.039779603481292725, 0.01514225360006094, 0.035349391400814056, -0.046676527708768845, 0.06143122911453247, 0.022282620891928673, -0.07496378570795059, -0.010942511260509491, 0.12737824022769928, -0.031187089160084724, 0.04888000711798668, 0.08758736401796341, 0.015447215177118778, -0.0033675427548587322, -0.0638713464140892, 0.01584094949066639, -0.00862120371311903, 0.003998568281531334, 0.12166274338960648, -0.09421948343515396, 0.14412003755569458, 0.022483963519334793, -0.057685110718011856, -0.039946604520082474, 0.016540301963686943, -0.03515235334634781, 0.04040636867284775, 0.08427747339010239, -0.011575473472476006, -0.059064026921987534, -0.04821540415287018, 0.000671405578032136, -0.00934886559844017, -0.02732974663376808, -0.06692017614841461, -0.08338052779436111, 0.0020161622669547796, 0.002569054951891303, 0.16620227694511414, 0.026894813403487206, -0.051285479217767715, 0.00938323698937893, -0.04520450904965401, -0.03262099251151085, -0.03924410790205002, 0.01923096925020218, 0.0184665247797966, -0.023847458884119987, 0.09437327086925507, 0.07680759578943253, 0.01333673857152462, 0.09269018471240997, 0.13158386945724487, 0.019658511504530907, 0.17555472254753113, 0.09095104783773422, -0.0006326071452349424, -0.0049058739095926285, -0.12786400318145752, 0.047147296369075775, -0.09219180792570114, 0.07638905942440033, -0.01762138493359089, 0.23244333267211914, 0.12030081450939178, 0.04773547127842903, 0.11638786643743515, -0.06694579869508743, 0.0554107204079628, 0.02878350205719471, -0.08848249167203903, -0.030579859390854836, -0.1280829757452011, -0.05181819200515747, -0.10956934839487076, -0.037549909204244614, 0.011073369532823563, 0.021468574181199074, 0.017045093700289726, 0.1360844373703003, -0.16295397281646729, -0.07238422334194183, 0.03649759665131569, -0.029169602319598198, -0.08203107118606567, -0.0760481059551239, -0.02227252908051014, 0.025529984384775162, 0.07609196752309799, 0.04290614277124405, 0.10613849014043808, -0.036684297025203705, -0.009603898040950298, -0.032130442559719086, 0.014734172262251377, -0.002354780910536647, -0.017828812822699547, 0.05545060709118843, -0.045511867851018906, 0.05484319105744362, -0.12698855996131897, 0.004956450313329697, 0.2526664733886719, -0.08872819691896439, -0.11641060560941696, -0.11574789881706238, 0.21029143035411835, 0.042376138269901276, 0.03630300611257553, -0.053181666880846024, -0.02927062287926674, -0.11545903980731964, 0.18841113150119781, 0.06330499053001404, -0.0005503106513060629, -0.08756966143846512, -0.07864531129598618, 0.018747705966234207, -0.08136202394962311, 0.13823822140693665, -0.008700462989509106, 0.3856337368488312, 0.028723303228616714, 0.014643008820712566, -0.015425844117999077, 0.02032529190182686, -0.05464940890669823, 0.14498348534107208, -0.004707310348749161, -0.03245498985052109, -0.0856778472661972, 0.04112791270017624, -0.046683017164468765, -0.14279116690158844, -0.054696228355169296, -0.09722229093313217, -0.07749927043914795, -0.006562716793268919, -0.005056003574281931, -0.03994693607091904, 0.13164815306663513, 0.016424506902694702, 0.005216300953179598, -0.06515440344810486, -0.0027519064024090767, -0.10931310057640076, 0.00009530282113701105, 0.038389094173908234, -0.11616239696741104, 0.24433651566505432, -0.021056555211544037, 0.04706747084856033, 0.012217622250318527, 0.011053407564759254, -0.08965462446212769, 0.041023124009370804, -0.027955269441008568, 0.0015542899491265416, -0.004225756507366896, 0.014589591883122921, -0.017473625019192696, 0.14440388977527618, 0.13525424897670746, -0.11774840950965881, 0.02655988745391369, 0.030039533972740173, 0.025861872360110283, -0.017229655757546425, -0.013206918723881245, -0.013091371394693851, 0.07972384244203568, 0.05547548457980156, 0.024917293339967728, -0.045736249536275864, -0.02307974360883236, -0.028895609080791473, -0.01395581103861332, 0.06182551011443138, -0.067453533411026, -0.12071776390075684, -0.052997443825006485, 0.04982348158955574, -0.00044106136192567647, -0.22657828032970428, -0.07943887263536453, 0.010341109707951546, 0.019900677725672722, 0.07623201608657837, 0.04237457364797592, 0.15996171534061432, -0.0006368220201693475, -0.04537307098507881, -0.2545034885406494, 0.05430076643824577, 0.14997434616088867, -0.059088703244924545, -0.07589808106422424 ]
d0b3910af57de6fadb5baca27b43b7fef011ea01
# Dataset of lyn/リンディス (Fire Emblem) This is the dataset of lyn/リンディス (Fire Emblem), containing 500 images and their tags. The core tags of this character are `green_hair, long_hair, ponytail, green_eyes, breasts, earrings, large_breasts, bangs, very_long_hair, high_ponytail`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 687.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lyn_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 392.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lyn_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1200 | 816.51 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lyn_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 611.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lyn_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1200 | 1.14 GiB | [Download](https://huggingface.co/datasets/CyberHarem/lyn_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/lyn_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, blush, hair_flower, jewelry, official_alternate_costume, solo, bare_shoulders, blue_bikini, looking_at_viewer, choker, cleavage, collarbone, smile, simple_background, closed_mouth, strapless_bikini, white_background, navel | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, hair_flower, jewelry, official_alternate_costume, outdoors, blue_bikini, day, solo, blue_sky, cleavage, cloud, looking_at_viewer, ocean, beach, smile, navel, bare_shoulders, blush, open_mouth, one_eye_closed, strapless_bikini, thighs, water | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, fingerless_gloves, jewelry, looking_at_viewer, sword, open_mouth, solo, blue_dress, simple_background, smile, side_slit | | 3 | 13 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, fingerless_gloves, holding_sword, thighs, jewelry, pelvic_curtain, solo, blue_dress, katana, looking_at_viewer, short_sleeves, side_slit, sheath, black_gloves, boots, simple_background, medium_breasts, smile, white_background, full_body, open_mouth, sash | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, dress, jewelry, solo, arrow_(projectile), fingerless_gloves, holding_bow_(weapon), looking_at_viewer, quiver, simple_background, smile, white_background, feathers, armor, boots, pelvic_curtain, thighs | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, arrow_(projectile), dress, elbow_gloves, feathers, fingerless_gloves, full_body, hair_ornament, holding_bow_(weapon), jewelry, knee_boots, medium_breasts, short_sleeves, solo, brown_footwear, fur_trim, shoulder_armor, simple_background, belt, fur_cape, pelvic_curtain, quiver, sheath, standing, white_background, grey_background, looking_away, parted_lips, side_slit, sword, thighs, torn_clothes | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | cleavage, japanese_clothes, jewelry, ninja, pelvic_curtain, sword, 1girl, bare_shoulders, fingerless_gloves, scarf, shuriken, solo, elbow_gloves, holding_weapon, medium_breasts, official_alternate_costume, thighs, looking_at_viewer, simple_background, smile | | 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1boy, 1girl, blush, hetero, jewelry, penis, solo_focus, open_mouth, paizuri, bar_censor, fingerless_gloves, nipples, cum_on_breasts, breasts_squeezed_together, male_pubic_hair, black_gloves, blue_dress, breasts_out, clothes_lift, ejaculation, facial, smile, sweatdrop, white_background | | 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, bare_shoulders, bride, hair_flower, necklace, wedding_dress, white_dress, bouquet, cleavage, official_alternate_costume, open_mouth, solo, strapless_dress, blush, detached_sleeves, holding, looking_at_viewer, simple_background, white_background, bridal_veil, medium_breasts, petals, smile, sweatdrop | | 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1boy, 1girl, blush, hetero, open_mouth, sex, solo_focus, mosaic_censoring, penis, vaginal, closed_eyes, nipples, spread_legs, cum_in_pussy, rape, tears | | 10 | 12 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, hetero, nipples, sex, 1boy, sweat, blush, solo_focus, vaginal, completely_nude, girl_on_top, penis, mosaic_censoring, jewelry, medium_breasts, cowgirl_position, cum, looking_at_viewer, pubic_hair | | 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1girl, bandages, bandeau, blue_shirt, blue_skirt, chest_sarashi, full_body, holding_polearm, mask_on_head, midriff, navel, official_alternate_costume, paper_lantern, single_bare_shoulder, single_sleeve, solo, spear, stomach, tube_top, white_background, cleavage, simple_background, thighs, looking_at_viewer, short_sleeves, standing, :d, collarbone, fire, grin, jewelry, lips, open_mouth, teeth | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blush | hair_flower | jewelry | official_alternate_costume | solo | bare_shoulders | blue_bikini | looking_at_viewer | choker | cleavage | collarbone | smile | simple_background | closed_mouth | strapless_bikini | white_background | navel | outdoors | day | blue_sky | cloud | ocean | beach | open_mouth | one_eye_closed | thighs | water | fingerless_gloves | sword | blue_dress | side_slit | holding_sword | pelvic_curtain | katana | short_sleeves | sheath | black_gloves | boots | medium_breasts | full_body | sash | dress | arrow_(projectile) | holding_bow_(weapon) | quiver | feathers | armor | elbow_gloves | hair_ornament | knee_boots | brown_footwear | fur_trim | shoulder_armor | belt | fur_cape | standing | grey_background | looking_away | parted_lips | torn_clothes | japanese_clothes | ninja | scarf | shuriken | holding_weapon | 1boy | hetero | penis | solo_focus | paizuri | bar_censor | nipples | cum_on_breasts | breasts_squeezed_together | male_pubic_hair | breasts_out | clothes_lift | ejaculation | facial | sweatdrop | bride | necklace | wedding_dress | white_dress | bouquet | strapless_dress | detached_sleeves | holding | bridal_veil | petals | sex | mosaic_censoring | vaginal | closed_eyes | spread_legs | cum_in_pussy | rape | tears | sweat | completely_nude | girl_on_top | cowgirl_position | cum | pubic_hair | bandages | bandeau | blue_shirt | blue_skirt | chest_sarashi | holding_polearm | mask_on_head | midriff | paper_lantern | single_bare_shoulder | single_sleeve | spear | stomach | tube_top | :d | fire | grin | lips | teeth | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:--------|:--------------|:----------|:-----------------------------|:-------|:-----------------|:--------------|:--------------------|:---------|:-----------|:-------------|:--------|:--------------------|:---------------|:-------------------|:-------------------|:--------|:-----------|:------|:-----------|:--------|:--------|:--------|:-------------|:-----------------|:---------|:--------|:--------------------|:--------|:-------------|:------------|:----------------|:-----------------|:---------|:----------------|:---------|:---------------|:--------|:-----------------|:------------|:-------|:--------|:---------------------|:-----------------------|:---------|:-----------|:--------|:---------------|:----------------|:-------------|:-----------------|:-----------|:-----------------|:-------|:-----------|:-----------|:------------------|:---------------|:--------------|:---------------|:-------------------|:--------|:--------|:-----------|:-----------------|:-------|:---------|:--------|:-------------|:----------|:-------------|:----------|:-----------------|:----------------------------|:------------------|:--------------|:---------------|:--------------|:---------|:------------|:--------|:-----------|:----------------|:--------------|:----------|:------------------|:-------------------|:----------|:--------------|:---------|:------|:-------------------|:----------|:--------------|:--------------|:---------------|:-------|:--------|:--------|:------------------|:--------------|:-------------------|:------|:-------------|:-----------|:----------|:-------------|:-------------|:----------------|:------------------|:---------------|:----------|:----------------|:-----------------------|:----------------|:--------|:----------|:-----------|:-----|:-------|:-------|:-------|:--------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | X | X | | X | | X | | | X | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | | X | | | X | | | | X | X | | | | | | | | | | | X | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 13 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | X | | X | | | X | | | | X | X | | | X | | | | | | | | X | | X | | X | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | X | | | X | | | | X | X | | | X | | | | | | | | | | X | | X | | | | | X | | | | | X | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | | X | | | | | | | | X | | | X | | | | | | | | | | X | | X | X | | X | | X | | X | X | | | X | X | | X | X | X | X | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | X | X | X | | X | | X | | X | X | | | | | | | | | | | | | X | | X | X | | | | X | | | | | | X | | | | | | | | | X | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | X | | | | | | | | | X | | | | X | | | | | | | | X | | | | X | | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | X | X | | X | X | X | | X | | X | | X | X | | | X | | | | | | | | X | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | X | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | | X | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | 10 | 12 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | | X | | | | | | | | | | | | | | | | | | | X | X | X | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | X | | | X | X | X | | | X | | X | X | | X | | | X | X | | | | | | | X | | X | | | | | | | | | X | | | | | X | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/lyn_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:25:15+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:07:25+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of lyn/リンディス (Fire Emblem) ================================== This is the dataset of lyn/リンディス (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'green\_hair, long\_hair, ponytail, green\_eyes, breasts, earrings, large\_breasts, bangs, very\_long\_hair, high\_ponytail', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
c2372ae32a48f94542b58fa664e1275729c4ffe5
# Dataset of sakura/サクラ (Fire Emblem) This is the dataset of sakura/サクラ (Fire Emblem), containing 362 images and their tags. The core tags of this character are `short_hair, pink_hair, hairband, pink_eyes, breasts, red_eyes`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 362 | 369.22 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sakura_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 362 | 239.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sakura_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 769 | 463.25 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sakura_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 362 | 339.16 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sakura_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 769 | 611.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sakura_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/sakura_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 21 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1boy, 1girl, hetero, blush, nipples, sex, open_mouth, solo_focus, penis, sweat, vaginal, pussy, mosaic_censoring, medium_breasts, spread_legs, navel, red_hair, small_breasts, thighhighs, completely_nude | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, gloves, japanese_clothes, simple_background, smile, solo, white_background, capelet, looking_at_viewer | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, japanese_clothes, smile, solo, capelet, gloves, blush, open_mouth, thighhighs | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1boy | 1girl | hetero | blush | nipples | sex | open_mouth | solo_focus | penis | sweat | vaginal | pussy | mosaic_censoring | medium_breasts | spread_legs | navel | red_hair | small_breasts | thighhighs | completely_nude | gloves | japanese_clothes | simple_background | smile | solo | white_background | capelet | looking_at_viewer | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------|:--------|:---------|:--------|:----------|:------|:-------------|:-------------|:--------|:--------|:----------|:--------|:-------------------|:-----------------|:--------------|:--------|:-----------|:----------------|:-------------|:------------------|:---------|:-------------------|:--------------------|:--------|:-------|:-------------------|:----------|:--------------------| | 0 | 21 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | X | | X | | | X | | | | | | | | | | | | X | | X | X | | X | X | | X | |
CyberHarem/sakura_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:26:46+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:16:55+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of sakura/サクラ (Fire Emblem) =================================== This is the dataset of sakura/サクラ (Fire Emblem), containing 362 images and their tags. The core tags of this character are 'short\_hair, pink\_hair, hairband, pink\_eyes, breasts, red\_eyes', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
345016b2cdd07bd75ce7fbdaee94e1d5e4cc1350
# Dataset Card for "filtered_wikibook" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ashish23/filtered_wikibook
[ "region:us" ]
2024-01-17T11:31:17+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2567855206.0077558, "num_examples": 8433293}, {"name": "test", "num_bytes": 7727048.207960854, "num_examples": 25377}], "download_size": 11760058784, "dataset_size": 2575582254.215717}}
2024-01-17T11:49:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "filtered_wikibook" More Information needed
[ "# Dataset Card for \"filtered_wikibook\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"filtered_wikibook\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"filtered_wikibook\"\n\nMore Information needed" ]
[ -0.044857196509838104, 0.15554149448871613, -0.0035420202184468508, 0.0031415438279509544, 0.015347370877861977, 0.081896111369133, 0.20502518117427826, 0.08556179702281952, 0.1625749170780182, -0.13634532690048218, 0.10049621760845184, 0.08365802466869354, 0.04614397883415222, 0.22579021751880646, -0.09398406744003296, -0.13595138490200043, 0.08916410803794861, -0.007063284981995821, 0.039807528257369995, 0.041402511298656464, 0.01696133427321911, -0.03533635661005974, 0.03649844974279404, -0.0697350800037384, -0.12910595536231995, 0.008395466953516006, 0.007148550357669592, -0.11511022597551346, 0.06496627628803253, -0.012459075078368187, 0.18942078948020935, 0.009105553850531578, -0.030486492440104485, -0.17871670424938202, 0.04008976370096207, 0.05547648295760155, -0.06172223016619682, 0.048159193247556686, 0.037875499576330185, -0.04100474715232849, -0.11657736450433731, 0.025502296164631844, 0.03289608284831047, -0.036966584622859955, -0.1105390265583992, -0.1411994993686676, -0.14893046021461487, -0.00849235337227583, 0.022831067442893982, -0.0918072983622551, 0.07099274545907974, 0.08296504616737366, -0.11102163046598434, 0.07208879292011261, 0.021873511373996735, -0.07952216267585754, 0.010466402396559715, 0.08389393985271454, -0.053930651396512985, 0.02970421500504017, -0.08639658242464066, 0.13727803528308868, 0.04064897447824478, -0.026959128677845, 0.03990401327610016, -0.042402125895023346, -0.11050397902727127, 0.02937280386686325, 0.022295929491519928, -0.09703443199396133, 0.27016353607177734, 0.018446436151862144, -0.005485443398356438, -0.030264154076576233, -0.021015500649809837, 0.1124390959739685, 0.04553370177745819, 0.09003432095050812, -0.023828905075788498, 0.01501153688877821, 0.009047511965036392, -0.07943150401115417, -0.08905584365129471, -0.08937305212020874, -0.15892669558525085, 0.2582448124885559, -0.046590134501457214, 0.17178407311439514, -0.17474719882011414, 0.01413717120885849, 0.061592794954776764, -0.05740521103143692, -0.010680007748305798, -0.12151076644659042, 0.06026003882288933, -0.05102212354540825, 0.007276927120983601, 0.16519920527935028, 0.0853390097618103, 0.07280076295137405, -0.05168594792485237, 0.012518273666501045, -0.026925671845674515, 0.14719294011592865, 0.21834392845630646, -0.20063354074954987, 0.021059121936559677, 0.10935371369123459, 0.07017669826745987, -0.10076797753572464, -0.02612990140914917, -0.10610261559486389, -0.03562210872769356, 0.03587312996387482, -0.0768515095114708, 0.10077812522649765, -0.047087155282497406, -0.0744469091296196, -0.023930564522743225, -0.034524962306022644, 0.21071700751781464, -0.1070089116692543, 0.004493596497923136, 0.0013115555047988892, -0.07471850514411926, 0.02111196331679821, -0.043672531843185425, -0.061334896832704544, 0.008108995854854584, 0.13351573050022125, -0.03716558590531349, 0.02005193755030632, 0.0025608516298234463, -0.004007154610008001, 0.08515680581331253, -0.2015172243118286, 0.09929237514734268, -0.0958246961236, -0.22637246549129486, 0.009999391622841358, 0.07453418523073196, 0.051615867763757706, 0.12409414350986481, 0.08702874928712845, 0.07924304157495499, 0.03388136997818947, -0.04584205523133278, -0.01884305663406849, -0.10894071310758591, 0.05784061923623085, -0.1479632556438446, 0.12143375724554062, -0.2558886408805847, -0.011496806517243385, -0.05781462788581848, 0.058023855090141296, -0.06440244615077972, 0.02470562607049942, -0.15217292308807373, 0.07282530516386032, -0.031985245645046234, 0.04586903005838394, -0.10395490378141403, 0.022209443151950836, -0.01147198211401701, 0.10791151970624924, -0.2511279582977295, -0.014970090240240097, 0.12045944482088089, -0.1734468787908554, -0.1572258621454239, 0.059298839420080185, -0.0976279154419899, 0.061096902936697006, 0.05753885209560394, 0.35155197978019714, 0.06643062829971313, -0.029347004368901253, -0.01681394688785076, 0.15662960708141327, -0.0858396515250206, -0.05454196780920029, 0.00586529728025198, -0.012955508194863796, -0.100107841193676, -0.014978635124862194, 0.1557682305574417, 0.004485851153731346, -0.056744348257780075, -0.07910661399364471, -0.0037419681902974844, -0.1282467544078827, 0.11148013174533844, -0.008040056563913822, 0.029312940314412117, -0.035908278077840805, 0.12786468863487244, 0.04627498611807823, 0.09326644241809845, 0.0077944411896169186, -0.013792646117508411, -0.01382418628782034, 0.08716024458408356, -0.08821461349725723, 0.010256320238113403, -0.16193994879722595, -0.06041764095425606, -0.018504664301872253, -0.005003439262509346, -0.024604998528957367, -0.049772974103689194, 0.040568314492702484, -0.03446030244231224, -0.04023163020610809, 0.034015756100416183, 0.04557398334145546, 0.05366818606853485, -0.011003529652953148, -0.06324253976345062, 0.010412859730422497, -0.04618827998638153, -0.10174918919801712, -0.0841275230050087, -0.04626884311437607, 0.20100091397762299, 0.04265864938497543, 0.06698308140039444, -0.013174690306186676, 0.09222839027643204, 0.001558338408358395, -0.0009356236550956964, -0.07356352359056473, 0.01747734285891056, -0.04003221541643143, 0.027403883635997772, 0.007254388183355331, -0.03529578074812889, 0.22465172410011292, 0.15199843049049377, -0.07127702236175537, 0.00259003764949739, -0.0301678329706192, 0.06069754436612129, -0.004074480384588242, -0.17229072749614716, 0.11951927095651627, -0.09348177164793015, -0.04355723038315773, 0.009734313935041428, -0.07024697959423065, 0.03129911795258522, 0.007317489478737116, -0.03718184679746628, -0.08186949044466019, -0.009633139707148075, 0.06682885438203812, -0.3797460198402405, 0.12469203770160675, 0.24397313594818115, 0.1139582097530365, 0.22143574059009552, -0.046890802681446075, -0.05950072407722473, 0.04680328071117401, -0.0409274585545063, -0.040134817361831665, 0.21196326613426208, 0.037703316658735275, -0.007893159054219723, 0.05813883617520332, -0.012262668460607529, 0.06260508298873901, -0.130912184715271, -0.09671241790056229, -0.011041365563869476, -0.04093692824244499, -0.1507895290851593, 0.001976613886654377, -0.04524620994925499, 0.07198089361190796, 0.0067788390442729, 0.01604948192834854, 0.10971327871084213, -0.05310336500406265, -0.008018294349312782, 0.09096725285053253, -0.12203962355852127, -0.3071971833705902, -0.011397115886211395, -0.07375168055295944, 0.027819480746984482, 0.03828776255249977, -0.04976153373718262, -0.047772906720638275, 0.007354193367063999, 0.032463207840919495, -0.14376021921634674, -0.11066760122776031, -0.026245413348078728, 0.017251983284950256, 0.022533755749464035, -0.08625894784927368, -0.09704509377479553, 0.04723745957016945, 0.011486563831567764, 0.15458041429519653, 0.10555236786603928, -0.08502377569675446, 0.1103854849934578, 0.020581455901265144, -0.04951177537441254, 0.031659889966249466, -0.02642231248319149, 0.17578016221523285, -0.14097273349761963, 0.013414476998150349, -0.0016805726336315274, -0.15754581987857819, 0.018270380795001984, 0.062195874750614166, 0.06784570962190628, -0.14652638137340546, -0.016430610790848732, -0.014614836312830448, -0.15564313530921936, -0.24236080050468445, -0.10300101339817047, -0.022179026156663895, 0.08469977229833603, 0.11064375936985016, 0.03794124349951744, -0.03711780905723572, 0.12506705522537231, 0.0020614881068468094, 0.06785829365253448, -0.04346229508519173, -0.04500199854373932, -0.12862373888492584, 0.03408503904938698, -0.04957568645477295, -0.15857185423374176, 0.04567333310842514, 0.1281525045633316, 0.26207786798477173, 0.19953776895999908, 0.07042314112186432, 0.17446109652519226, 0.053166355937719345, 0.1222418025135994, 0.18651023507118225, 0.21631617844104767, 0.08134132623672485, 0.01573246531188488, 0.03186505660414696, 0.027687249705195427, -0.07461315393447876, -0.03645401448011398, 0.016260888427495956, -0.15990623831748962, 0.017942506819963455, -0.14484120905399323, 0.0405765064060688, 0.02157081849873066, 0.05841272324323654, -0.08429574966430664, 0.0328829251229763, 0.07066302001476288, 0.09561853110790253, -0.10216329246759415, 0.08585593849420547, 0.16292767226696014, -0.09634754806756973, 0.1219973936676979, 0.048568543046712875, 0.0936688706278801, -0.29321005940437317, -0.0644514262676239, -0.16842308640480042, -0.12411360442638397, -0.05467929691076279, 0.10816667228937149, -0.08217637985944748, 0.22044841945171356, 0.06814546883106232, 0.004830652382224798, -0.15029047429561615, -0.08793923258781433, 0.06669711321592331, 0.1248580664396286, 0.09356579184532166, 0.05804508179426193, -0.08065120875835419, -0.08240199834108353, -0.07281048595905304, -0.03611038252711296, 0.13259190320968628, -0.016900531947612762, -0.15000590682029724, 0.0910644456744194, 0.03691703453660011, -0.10555905103683472, -0.12593519687652588, -0.10000240057706833, -0.14951884746551514, 0.02694307267665863, 0.06868169456720352, -0.11345094442367554, 0.003876448841765523, 0.005084450356662273, -0.0696314349770546, 0.18213307857513428, 0.09768523275852203, -0.03874034807085991, -0.10012559592723846, -0.07647092640399933, 0.11700233817100525, 0.005388219375163317, 0.03225208818912506, 0.045109156519174576, 0.008680243045091629, -0.10174410045146942, -0.1911085695028305, 0.06953953951597214, -0.07197639346122742, 0.12151909619569778, -0.07932037115097046, 0.036135632544755936, -0.015957051888108253, -0.017099715769290924, 0.0555400550365448, -0.060457829385995865, 0.017564186826348305, -0.08395320922136307, 0.15306051075458527, -0.05632498115301132, -0.023849638178944588, 0.20815376937389374, 0.05933307111263275, -0.011559831909835339, 0.04062509536743164, -0.061435747891664505, 0.1453661024570465, 0.07169482856988907, -0.03440713509917259, 0.19710411131381989, 0.2848045229911804, -0.06146330013871193, -0.2233971357345581, -0.045342616736888885, -0.20993074774742126, -0.03427455574274063, -0.02621961571276188, -0.25972235202789307, 0.04422292858362198, 0.1190030500292778, -0.05817728117108345, 0.4733794033527374, -0.01666063815355301, -0.025768861174583435, 0.1907612681388855, 0.08322538435459137, 0.3351477384567261, -0.09599100798368454, -0.07518435269594193, -0.14904510974884033, -0.07352545112371445, 0.232332244515419, -0.2549503445625305, 0.03194587305188179, 0.07113036513328552, 0.043482862412929535, -0.04031365364789963, 0.012430296279489994, 0.2149532288312912, -0.012092032469809055, 0.12063519656658173, -0.111371710896492, -0.028825223445892334, 0.025757450610399246, -0.06211727112531662, -0.01316428929567337, 0.07596004754304886, 0.012544745579361916, -0.12212716042995453, -0.04165562987327576, 0.002909075003117323, 0.005671413615345955, 0.042784083634614944, -0.04371016472578049, -0.04365045577287674, 0.001195178017951548, -0.12049204111099243, 0.02683820202946663, 0.11856456845998764, 0.03802110627293587, 0.05521917715668678, 0.025423340499401093, 0.09501221776008606, -0.046393636614084244, 0.03130904212594032, -0.07850929349660873, -0.0904909148812294, 0.15917883813381195, -0.2627696394920349, 0.017870428040623665, 0.03060631826519966, 0.04358027130365372, 0.03720240294933319, 0.022663764655590057, -0.0599040761590004, 0.033817585557699203, 0.08359969407320023, -0.17283767461776733, 0.04432987794280052, 0.09285766631364822, -0.015511667355895042, 0.07486318796873093, 0.05720992386341095, 0.08252956718206406, 0.07325306534767151, -0.024254517629742622, -0.03007364831864834, 0.01786107011139393, -0.023729750886559486, 0.10070382803678513, 0.12464328855276108, 0.05703336372971535, -0.18861328065395355, 0.2704909145832062, 0.03789829835295677, -0.05557016283273697, 0.005947860423475504, -0.012847633101046085, -0.13138118386268616, -0.1064005196094513, -0.0991879552602768, 0.08634361624717712, 0.09379510581493378, -0.16801227629184723, 0.11442670971155167, -0.05283311754465103, -0.015118787065148354, 0.20236705243587494, 0.049885716289281845, 0.13653114438056946, 0.021826758980751038, -0.08976432681083679, 0.03132264316082001, -0.10837116092443466, -0.12208476662635803, -0.02930927276611328, -0.06008121371269226, -0.16818185150623322, -0.016668489202857018, 0.21006488800048828, -0.06590287387371063, -0.04321757331490517, -0.12629787623882294, 0.09237150102853775, -0.16911594569683075, 0.15008360147476196, -0.09330179542303085, 0.06332144141197205, -0.010161351412534714, 0.020501909777522087, 0.01814919151365757, -0.048114825040102005, -0.13881653547286987, 0.07095178961753845, 0.050902195274829865, -0.019447218626737595, -0.011544967070221901, -0.009701208211481571, 0.08911833167076111, 0.01460354309529066, 0.13087934255599976, 0.11371778696775436, -0.044640641659498215, 0.06882237643003464, -0.21035952866077423, -0.13725155591964722, 0.04760269075632095, -0.01107590552419424, 0.01415579579770565, 0.04827812314033508, -0.021190095692873, 0.006097719538956881, 0.028254680335521698, 0.06743249297142029, -0.026958849281072617, -0.06171124055981636, -0.07835701107978821, -0.0701647698879242, -0.08663889765739441, 0.02047707512974739, -0.03709786385297775, 0.23375026881694794, -0.046895284205675125, 0.011632454581558704, 0.08890213072299957, 0.04245756193995476, 0.028667254373431206, 0.009124897420406342, -0.020137397572398186, -0.1763635277748108, 0.03827067092061043, 0.05139070004224777, 0.015042221173644066, -0.06014757975935936, 0.45763182640075684, -0.08228742331266403, -0.08302123099565506, -0.05720554292201996, 0.04661497101187706, -0.20245403051376343, 0.04744211211800575, 0.314034104347229, 0.04608134180307388, -0.06327131390571594, -0.09673074632883072, -0.014422479085624218, 0.02003084123134613, 0.18242599070072174, 0.007430637255311012, 0.061781760305166245, 0.03430572897195816, 0.007783412933349609, -0.024170642718672752, -0.018420075997710228, 0.11372540146112442, -0.1240149661898613, 0.0035015863832086325, 0.035250354558229446, 0.08600276708602905, -0.30945998430252075, 0.1047343984246254, -0.003993683960288763, 0.05847403034567833, 0.004353576339781284, -0.08698078989982605, -0.10751938819885254, -0.21424973011016846, -0.0266930740326643, 0.042412299662828445, 0.07824704051017761, -0.02993946336209774, 0.0013797762803733349, 0.25721117854118347, 0.09498658031225204, -0.01066607516258955, 0.04834868013858795, -0.0512600801885128, -0.0363418310880661, 0.1376318782567978, -0.006938587408512831, -0.1082734614610672, -0.028305647894740105, -0.12884052097797394, 0.015091845765709877, -0.07977919280529022, -0.05657169222831726, -0.015265068039298058, 0.04811166599392891, 0.06293163448572159, -0.09653839468955994, -0.0644385889172554, -0.08175451308488846, 0.06506464630365372, -0.03432421386241913, 0.13027383387088776, 0.04035935923457146, 0.05169711261987686, 0.06028256565332413, 0.0822392925620079, 0.048425234854221344, -0.0006254732725210488, -0.08107902854681015, -0.180633544921875, -0.10086898505687714, 0.056326113641262054, -0.0043865074403584, -0.039961185306310654, 0.05340932682156563, 0.2239016741514206, 0.26059406995773315, -0.05617603287100792, 0.06008917838335037, -0.04344131425023079, 0.026609420776367188, 0.07140349596738815, 0.15841928124427795, -0.009549789130687714, 0.010540529154241085, -0.024851884692907333, -0.14140193164348602, 0.02790258452296257, -0.08470240235328674, -0.07931472361087799, -0.02557418867945671, 0.050299957394599915, -0.02585291862487793, -0.134724423289299, 0.12314531952142715, -0.2282160222530365, 0.01645493507385254, 0.11930355429649353, -0.04981141909956932, -0.07572648674249649, -0.04775900021195412, 0.009860609658062458, 0.04121588543057442, -0.010281112976372242, -0.09375690668821335, -0.015314011834561825, -0.07729444652795792, 0.01700536720454693, -0.29836052656173706, -0.14523828029632568, 0.007631412707269192, 0.08844061940908432, 0.05705547705292702, -0.0037615636829286814, 0.12981016933918, -0.014984889887273312, 0.012943847104907036, -0.07968269288539886, 0.07050080597400665, -0.011596675030887127, 0.09081003069877625, -0.06760003417730331, 0.13767294585704803, -0.057523176074028015, -0.1247783750295639, 0.09891469776630402, 0.08552131056785583, -0.028066713362932205, 0.20830291509628296, 0.029601745307445526, 0.05172596871852875, 0.0012799620162695646, -0.10709146410226822, 0.09127462655305862, 0.031559258699417114, -0.02869238331913948, 0.015484919771552086, 0.03730691969394684, 0.06764259189367294, -0.024484429508447647, -0.34460213780403137, -0.1091705784201622, 0.06224294751882553, -0.1107567772269249, -0.0027552687097340822, -0.0018623328069224954, -0.0405210480093956, 0.11021551489830017, -0.07843539118766785, -0.018428146839141846, -0.062450896948575974, -0.0015725350240245461, 0.09883353859186172, 0.06794830411672592, -0.05856507271528244, -0.053839296102523804, 0.07727544009685516, -0.06892014294862747, 0.0001301440643146634, -0.12437444925308228 ]
bea123f296f3c915365aeeb244f7f5065b4c75fb
# Dataset of katua/カチュア/카츄아 (Fire Emblem) This is the dataset of katua/カチュア/카츄아 (Fire Emblem), containing 270 images and their tags. The core tags of this character are `blue_hair, short_hair, blue_eyes, headband, breasts, medium_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 270 | 245.22 MiB | [Download](https://huggingface.co/datasets/CyberHarem/katua_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 270 | 165.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/katua_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 534 | 304.91 MiB | [Download](https://huggingface.co/datasets/CyberHarem/katua_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 270 | 227.04 MiB | [Download](https://huggingface.co/datasets/CyberHarem/katua_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 534 | 387.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/katua_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/katua_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, elbow_gloves, full_body, solo, thigh_boots, thighhighs, breastplate, fingerless_gloves, looking_at_viewer, short_dress, side_slit, simple_background, spear, white_background, holding_weapon, standing, sword, pegasus_knight_uniform_(fire_emblem), sheath, shoulder_armor, smile, zettai_ryouiki | | 1 | 22 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, solo, elbow_gloves, fingerless_gloves, pegasus_knight_uniform_(fire_emblem), thighhighs, spear, breastplate, smile, boots, simple_background, zettai_ryouiki | | 2 | 26 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, solo, nipples, blush, nude, large_breasts, pussy, open_mouth | | 3 | 15 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, white_dress, bare_shoulders, smile, solo, wedding_dress, simple_background, bangs, detached_collar, strapless_dress, hair_flower, white_background, full_body, feather_trim, official_alternate_costume, skirt_hold, white_footwear, closed_mouth, detached_sleeves, holding, looking_at_viewer | | 4 | 14 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | fake_animal_ears, rabbit_ears, rabbit_tail, 1girl, pegasus_knight_uniform_(fire_emblem), solo, elbow_gloves, thighhighs, blush, playboy_bunny, hair_flower, looking_at_viewer, simple_background, white_gloves, cleavage, egg, detached_collar, open_mouth, white_background | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, hetero, nipples, open_mouth, 1girl, blush, sex, solo_focus, sweat, vaginal, pussy, spread_legs, closed_eyes, completely_nude, female_pubic_hair, girl_on_top, mosaic_censoring, navel, penis, cowgirl_position | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1boy, 1girl, hetero, nipples, sex, solo_focus, open_mouth, penis, thighhighs, vaginal, white_headband, blush, censored, cum_in_pussy, fingerless_gloves, spread_legs, sweat, arm_grab, armor, ass, breasts_out, closed_eyes, on_back | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | elbow_gloves | full_body | solo | thigh_boots | thighhighs | breastplate | fingerless_gloves | looking_at_viewer | short_dress | side_slit | simple_background | spear | white_background | holding_weapon | standing | sword | pegasus_knight_uniform_(fire_emblem) | sheath | shoulder_armor | smile | zettai_ryouiki | boots | nipples | blush | nude | large_breasts | pussy | open_mouth | white_dress | bare_shoulders | wedding_dress | bangs | detached_collar | strapless_dress | hair_flower | feather_trim | official_alternate_costume | skirt_hold | white_footwear | closed_mouth | detached_sleeves | holding | fake_animal_ears | rabbit_ears | rabbit_tail | playboy_bunny | white_gloves | cleavage | egg | 1boy | hetero | sex | solo_focus | sweat | vaginal | spread_legs | closed_eyes | completely_nude | female_pubic_hair | girl_on_top | mosaic_censoring | navel | penis | cowgirl_position | white_headband | censored | cum_in_pussy | arm_grab | armor | ass | breasts_out | on_back | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:------------|:-------|:--------------|:-------------|:--------------|:--------------------|:--------------------|:--------------|:------------|:--------------------|:--------|:-------------------|:-----------------|:-----------|:--------|:---------------------------------------|:---------|:-----------------|:--------|:-----------------|:--------|:----------|:--------|:-------|:----------------|:--------|:-------------|:--------------|:-----------------|:----------------|:--------|:------------------|:------------------|:--------------|:---------------|:-----------------------------|:-------------|:-----------------|:---------------|:-------------------|:----------|:-------------------|:--------------|:--------------|:----------------|:---------------|:-----------|:------|:-------|:---------|:------|:-------------|:--------|:----------|:--------------|:--------------|:------------------|:--------------------|:--------------|:-------------------|:--------|:--------|:-------------------|:-----------------|:-----------|:---------------|:-----------|:--------|:------|:--------------|:----------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 22 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | | X | X | X | | | | X | X | | | | | X | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 26 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 15 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | X | X | | | | | X | | | X | | X | | | | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 14 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | | X | | X | | | X | | | X | | X | | | | X | | | | | | | X | | | | X | | | | | X | | X | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | | | | | | | | | | | | | | | | | | | | X | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | | X | | X | | | | | | | | | | | | | | | | X | X | | | | X | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | | | | | | X | | X | X | X | X | X | X | X | X |
CyberHarem/katua_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:35:07+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T12:32:06+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of katua/カチュア/카츄아 (Fire Emblem) ======================================= This is the dataset of katua/カチュア/카츄아 (Fire Emblem), containing 270 images and their tags. The core tags of this character are 'blue\_hair, short\_hair, blue\_eyes, headband, breasts, medium\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
8c33020dcdc2e20305cf14f42cbff0dfbb017542
# Dataset of elise/エリーゼ (Fire Emblem) This is the dataset of elise/エリーゼ (Fire Emblem), containing 335 images and their tags. The core tags of this character are `blonde_hair, long_hair, twintails, purple_eyes, bow, hair_bow, ribbon, drill_hair, purple_hair, hair_ribbon, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 335 | 313.25 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elise_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 335 | 213.70 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elise_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 676 | 400.02 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elise_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 335 | 288.13 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elise_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 676 | 505.66 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elise_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/elise_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 45 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, gloves, smile, dress, open_mouth, staff, thighhighs, armor, thigh_boots | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, black_bow, open_mouth, bangs, white_background, white_rose, simple_background, solo, :d, black_dress, blush, looking_at_viewer, very_long_hair, black_gloves, earrings, two-tone_hair, upper_body, black_capelet, holding_staff, long_sleeves, pink_bowtie | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, ninja, official_alternate_costume, open_mouth, red_scarf, bangs, looking_at_viewer, obi, :d, bare_shoulders, black_gloves, blush, fingerless_gloves, multicolored_hair, solo, 2girls, earrings, holding, scroll, shuriken, sidelocks, simple_background, sleeveless_kimono, upper_body, very_long_hair | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, navel, solo, blush, nipples, medium_breasts, open_mouth, completely_nude, looking_at_viewer, one_eye_closed, smile | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, hetero, nipples, solo_focus, 1boy, completely_nude, open_mouth, pussy, sex, navel, penis, blush, girl_on_top, small_breasts, smile, spread_legs, vaginal, cowgirl_position, medium_breasts, uncensored | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, hetero, sex, solo_focus, vaginal, cum_in_pussy, gloves, nipples, penis, open_mouth, small_breasts, thighhighs, blush, mosaic_censoring | | 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | open_mouth, smile, black_bow, blush, multicolored_hair, flower_necklace, small_breasts, very_long_hair, 1girl, 2girls, bikini, black_one-piece_swimsuit, blue_sky, casual_one-piece_swimsuit, closed_eyes, cloud, day, outdoors, water | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, bondage, solo, arms_behind_back, gagged, rope, shibari, improvised_gag, thighhighs | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | gloves | smile | dress | open_mouth | staff | thighhighs | armor | thigh_boots | black_bow | bangs | white_background | white_rose | simple_background | :d | black_dress | blush | looking_at_viewer | very_long_hair | black_gloves | earrings | two-tone_hair | upper_body | black_capelet | holding_staff | long_sleeves | pink_bowtie | ninja | official_alternate_costume | red_scarf | obi | bare_shoulders | fingerless_gloves | multicolored_hair | 2girls | holding | scroll | shuriken | sidelocks | sleeveless_kimono | navel | nipples | medium_breasts | completely_nude | one_eye_closed | hetero | solo_focus | 1boy | pussy | sex | penis | girl_on_top | small_breasts | spread_legs | vaginal | cowgirl_position | uncensored | cum_in_pussy | mosaic_censoring | flower_necklace | bikini | black_one-piece_swimsuit | blue_sky | casual_one-piece_swimsuit | closed_eyes | cloud | day | outdoors | water | bondage | arms_behind_back | gagged | rope | shibari | improvised_gag | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:---------|:--------|:--------|:-------------|:--------|:-------------|:--------|:--------------|:------------|:--------|:-------------------|:-------------|:--------------------|:-----|:--------------|:--------|:--------------------|:-----------------|:---------------|:-----------|:----------------|:-------------|:----------------|:----------------|:---------------|:--------------|:--------|:-----------------------------|:------------|:------|:-----------------|:--------------------|:--------------------|:---------|:----------|:---------|:-----------|:------------|:--------------------|:--------|:----------|:-----------------|:------------------|:-----------------|:---------|:-------------|:-------|:--------|:------|:--------|:--------------|:----------------|:--------------|:----------|:-------------------|:-------------|:---------------|:-------------------|:------------------|:---------|:---------------------------|:-----------|:----------------------------|:--------------|:--------|:------|:-----------|:--------|:----------|:-------------------|:---------|:-------|:----------|:-----------------| | 0 | 45 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | | | X | | | | | | X | | | X | X | | X | X | X | X | X | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | X | | X | | | | | | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | X | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | X | | | X | | X | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | X | X | X | | X | X | | X | | X | | | X | X | | | | | | | | | | | | | | | | | | 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | | X | | | | | X | | | | | | | X | | X | | | | | | | | | | | | | | | X | X | | | | | | | | | | | | | | | | | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X |
CyberHarem/elise_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:35:16+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T12:56:30+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of elise/エリーゼ (Fire Emblem) =================================== This is the dataset of elise/エリーゼ (Fire Emblem), containing 335 images and their tags. The core tags of this character are 'blonde\_hair, long\_hair, twintails, purple\_eyes, bow, hair\_bow, ribbon, drill\_hair, purple\_hair, hair\_ribbon, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
40056ec4725839d3a4e765f374b40158ff7773aa
# Dataset of wayu/ワユ (Fire Emblem) This is the dataset of wayu/ワユ (Fire Emblem), containing 500 images and their tags. The core tags of this character are `long_hair, green_eyes, blue_hair, hairband, white_hairband, breasts, ahoge, purple_hair, headband`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 620.79 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wayu_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 370.40 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wayu_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1194 | 781.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wayu_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 558.48 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wayu_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1194 | 1.05 GiB | [Download](https://huggingface.co/datasets/CyberHarem/wayu_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/wayu_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, fingerless_gloves, holding_sword, looking_at_viewer, smile, solo, detached_sleeves, armor, belt, simple_background, thighhighs, closed_mouth | | 1 | 13 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, smile, solo, fingerless_gloves, sword, simple_background, thighhighs, belt, detached_sleeves, bare_shoulders, white_background, open_mouth, zettai_ryouiki | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, detached_sleeves, fingerless_gloves, holding_sword, navel, official_alternate_costume, smile, solo, thighhighs, cape, looking_at_viewer, open_mouth, short_shorts, midriff, sheathed, white_shorts, bare_shoulders, belt, medium_breasts, simple_background, white_background, white_gloves | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, belt, halloween_costume, navel_cutout, solo, white_headband, witch_hat, detached_sleeves, fingerless_gloves, open_mouth, black_gloves, garter_straps, broom_riding, thighhighs | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, blue_sky, day, hair_flower, orange_bikini, solo, cloud, navel, cleavage, looking_at_viewer, grin, armpits, holding, large_breasts, open_mouth, thigh_strap, wristband | | 5 | 13 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | hair_flower, orange_bikini, 1girl, smile, solo, medium_breasts, simple_background, cleavage, looking_at_viewer, navel, white_background, open_mouth, wristband, official_alternate_costume, orange_flower, thigh_strap, holding | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, blush, hair_flower, hetero, orange_bikini, penis, sex, solo_focus, vaginal, nipples, open_mouth, 1boy, cum_in_pussy, spread_legs, thigh_strap, breasts_out, day, large_breasts, mosaic_censoring, navel, orange_flower, outdoors, clothes_lift, ejaculation, wristband, bangs, blue_sky, clothing_aside, cloud, stomach | | 7 | 7 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, cum_in_pussy, gangbang, hetero, multiple_penises, nipples, solo_focus, thighhighs, vaginal, 3boys, blush, ejaculation, spread_legs, clothed_female_nude_male, cum_on_breasts, large_breasts, open_mouth, breast_grab, breasts_out, clothed_sex, detached_sleeves, facial, fingerless_gloves, grabbing, testicles, bar_censor, belt, gloved_handjob, mosaic_censoring, rape | | 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1boy, 1girl, blush, hetero, nipples, open_mouth, penis, solo_focus, thighhighs, vaginal, breasts_out, clothed_female_nude_male, clothed_sex, fingerless_gloves, medium_breasts, mosaic_censoring, spread_legs, belt, cum_in_pussy, elbow_gloves, lying, black_gloves, detached_sleeves, large_breasts, tears | | 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, navel, nipples, smile, solo, pussy, blush, looking_at_viewer, medium_breasts, simple_background, bar_censor, completely_nude, large_breasts, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | fingerless_gloves | holding_sword | looking_at_viewer | smile | solo | detached_sleeves | armor | belt | simple_background | thighhighs | closed_mouth | sword | bare_shoulders | white_background | open_mouth | zettai_ryouiki | navel | official_alternate_costume | cape | short_shorts | midriff | sheathed | white_shorts | medium_breasts | white_gloves | halloween_costume | navel_cutout | white_headband | witch_hat | black_gloves | garter_straps | broom_riding | blue_sky | day | hair_flower | orange_bikini | cloud | cleavage | grin | armpits | holding | large_breasts | thigh_strap | wristband | orange_flower | blush | hetero | penis | sex | solo_focus | vaginal | nipples | 1boy | cum_in_pussy | spread_legs | breasts_out | mosaic_censoring | outdoors | clothes_lift | ejaculation | bangs | clothing_aside | stomach | gangbang | multiple_penises | 3boys | clothed_female_nude_male | cum_on_breasts | breast_grab | clothed_sex | facial | grabbing | testicles | bar_censor | gloved_handjob | rape | elbow_gloves | lying | tears | pussy | completely_nude | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:----------------|:--------------------|:--------|:-------|:-------------------|:--------|:-------|:--------------------|:-------------|:---------------|:--------|:-----------------|:-------------------|:-------------|:-----------------|:--------|:-----------------------------|:-------|:---------------|:----------|:-----------|:---------------|:-----------------|:---------------|:--------------------|:---------------|:-----------------|:------------|:---------------|:----------------|:---------------|:-----------|:------|:--------------|:----------------|:--------|:-----------|:-------|:----------|:----------|:----------------|:--------------|:------------|:----------------|:--------|:---------|:--------|:------|:-------------|:----------|:----------|:-------|:---------------|:--------------|:--------------|:-------------------|:-----------|:---------------|:--------------|:--------|:-----------------|:----------|:-----------|:-------------------|:--------|:---------------------------|:-----------------|:--------------|:--------------|:---------|:-----------|:------------|:-------------|:-----------------|:-------|:---------------|:--------|:--------|:--------|:------------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 13 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | | X | X | X | | X | X | X | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | X | | X | X | X | | | X | X | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | | | X | X | | X | | X | | | | | X | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | X | | | | | | | | | | X | | X | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 13 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | X | X | | | | X | | | | | X | X | | X | X | | | | | | X | | | | | | | | | | | X | X | | X | | | X | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | | | | | | | | | | | | X | | X | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | 7 | 7 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | | | | X | | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | X | X | | | X | X | X | | X | X | X | X | | | X | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | X | | | | | X | | X | | X | | | | | X | | | | | | | | | X | | | | | | X | | | | | | | | | | | | X | | | | X | X | X | | X | X | X | X | X | X | X | X | | | | | | | | | | X | | | X | | | | | | | X | X | X | | | | 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | X | X | X | | | | X | | | | | X | | | X | | | | | | | X | | | | | | | | | | | | | | | | | | X | | | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | X |
CyberHarem/wayu_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:35:24+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:17:09+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of wayu/ワユ (Fire Emblem) ================================ This is the dataset of wayu/ワユ (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'long\_hair, green\_eyes, blue\_hair, hairband, white\_hairband, breasts, ahoge, purple\_hair, headband', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
f9b83e1776ed4d269129750ef6f7e7f9e22bccc9
# Dataset of eirik/エイリーク (Fire Emblem) This is the dataset of eirik/エイリーク (Fire Emblem), containing 500 images and their tags. The core tags of this character are `long_hair, blue_eyes, aqua_hair, blue_hair, bangs, breasts, aqua_eyes, sidelocks`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 718.41 MiB | [Download](https://huggingface.co/datasets/CyberHarem/eirik_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 409.08 MiB | [Download](https://huggingface.co/datasets/CyberHarem/eirik_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1192 | 846.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/eirik_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 639.49 MiB | [Download](https://huggingface.co/datasets/CyberHarem/eirik_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1192 | 1.16 GiB | [Download](https://huggingface.co/datasets/CyberHarem/eirik_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/eirik_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, breastplate, closed_mouth, red_shirt, solo, upper_body, looking_at_viewer, pauldrons, simple_background, smile, short_sleeves, cape, earrings, hair_between_eyes, white_background | | 1 | 14 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, breastplate, cape, holding_sword, miniskirt, red_gloves, thigh_boots, white_skirt, zettai_ryouiki, fingerless_gloves, solo, looking_at_viewer, short_sleeves, shoulder_armor, red_footwear, red_shirt, earrings, full_body, closed_mouth, rapier, red_thighhighs, hair_between_eyes, standing, simple_background, smile, white_background | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, armor, cape, rapier, skirt, solo, thighhighs, earrings, thigh_boots, zettai_ryouiki, white_background, fingerless_gloves | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, breastplate, cape, looking_at_viewer, red_gloves, shoulder_armor, solo, shirt, white_skirt, fingerless_gloves, hair_between_eyes, short_sleeves, holding_sword, smile | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, breastplate, fingerless_gloves, looking_at_viewer, red_gloves, shoulder_armor, solo, upper_body, earrings, open_mouth, red_shirt, cape, simple_background, smile, blush, hair_between_eyes, shiny_hair | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, alternate_hairstyle, breastplate, cosplay, ponytail, solo, upper_body, cape, closed_mouth, looking_at_viewer, official_alternate_costume, simple_background, smile, earrings, white_background | | 6 | 25 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, solo, breastplate, cape, looking_at_viewer, ponytail, cosplay, holding_polearm, official_alternate_costume, spear, earrings, brown_gloves, thighhighs, skirt, smile, alternate_hairstyle, belt, shoulder_armor, boots, hair_ornament, simple_background | | 7 | 11 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, christmas, fur_trim, santa_costume, santa_hat, smile, cape, looking_at_viewer, red_gloves, solo, dress, official_alternate_costume, open_mouth, red_headwear, blush, holding_staff, skirt | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, hair_flower, smile, solo, earrings, looking_at_viewer, simple_background, white_background, bare_shoulders, closed_mouth, wedding_dress, white_dress | | 9 | 17 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, hair_flower, official_alternate_costume, smile, yellow_bikini, solo, navel, cleavage, off-shoulder_bikini, bare_shoulders, looking_at_viewer, bracelet, hibiscus, necklace, two-tone_bikini, open_mouth, blush, layered_bikini, bikini_skirt, innertube, medium_breasts, simple_background, white_background | | 10 | 11 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, black_bikini, cleavage, hair_flower, large_breasts, official_alternate_costume, solo, looking_at_viewer, smile, cloud, navel, ocean, outdoors, blue_sky, dagger, day, beach, hair_between_eyes, hibiscus, water, closed_mouth, holding, parted_lips, sheathed, black_capelet, collarbone, cowboy_shot, red_flower, sitting | | 11 | 8 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1girl, looking_at_viewer, nipples, blush, solo, barefoot, completely_nude, smile, ass, full_body, large_breasts, medium_breasts, navel, dakimakura_(medium), on_back | | 12 | 10 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | 1boy, 1girl, hetero, nipples, penis, blush, large_breasts, open_mouth, vaginal, solo_focus, thighhighs, cum_in_pussy, mosaic_censoring, spread_legs, straddling, breasts_out, clothed_sex, girl_on_top, navel, panties | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | breastplate | closed_mouth | red_shirt | solo | upper_body | looking_at_viewer | pauldrons | simple_background | smile | short_sleeves | cape | earrings | hair_between_eyes | white_background | holding_sword | miniskirt | red_gloves | thigh_boots | white_skirt | zettai_ryouiki | fingerless_gloves | shoulder_armor | red_footwear | full_body | rapier | red_thighhighs | standing | armor | skirt | thighhighs | shirt | open_mouth | blush | shiny_hair | alternate_hairstyle | cosplay | ponytail | official_alternate_costume | holding_polearm | spear | brown_gloves | belt | boots | hair_ornament | christmas | fur_trim | santa_costume | santa_hat | dress | red_headwear | holding_staff | hair_flower | bare_shoulders | wedding_dress | white_dress | yellow_bikini | navel | cleavage | off-shoulder_bikini | bracelet | hibiscus | necklace | two-tone_bikini | layered_bikini | bikini_skirt | innertube | medium_breasts | black_bikini | large_breasts | cloud | ocean | outdoors | blue_sky | dagger | day | beach | water | holding | parted_lips | sheathed | black_capelet | collarbone | cowboy_shot | red_flower | sitting | nipples | barefoot | completely_nude | ass | dakimakura_(medium) | on_back | 1boy | hetero | penis | vaginal | solo_focus | cum_in_pussy | mosaic_censoring | spread_legs | straddling | breasts_out | clothed_sex | girl_on_top | panties | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:--------------|:---------------|:------------|:-------|:-------------|:--------------------|:------------|:--------------------|:--------|:----------------|:-------|:-----------|:--------------------|:-------------------|:----------------|:------------|:-------------|:--------------|:--------------|:-----------------|:--------------------|:-----------------|:---------------|:------------|:---------|:-----------------|:-----------|:--------|:--------|:-------------|:--------|:-------------|:--------|:-------------|:----------------------|:----------|:-----------|:-----------------------------|:------------------|:--------|:---------------|:-------|:--------|:----------------|:------------|:-----------|:----------------|:------------|:--------|:---------------|:----------------|:--------------|:-----------------|:----------------|:--------------|:----------------|:--------|:-----------|:----------------------|:-----------|:-----------|:-----------|:------------------|:-----------------|:---------------|:------------|:-----------------|:---------------|:----------------|:--------|:--------|:-----------|:-----------|:---------|:------|:--------|:--------|:----------|:--------------|:-----------|:----------------|:-------------|:--------------|:-------------|:----------|:----------|:-----------|:------------------|:------|:----------------------|:----------|:-------|:---------|:--------|:----------|:-------------|:---------------|:-------------------|:--------------|:-------------|:--------------|:--------------|:--------------|:----------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 14 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | X | | | | | | | X | X | | X | | | | X | | X | X | | | | X | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | | X | | X | | | X | X | X | | X | | X | | X | | X | | X | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | | X | X | X | X | | X | X | | X | X | X | | | | X | | | | X | X | | | | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | X | | X | X | X | | X | X | | X | X | | X | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 25 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | X | | | X | | X | | X | X | | X | X | | | | | | | | | | X | | | | | | | X | X | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 11 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | | X | | X | | | X | | X | | | | | | X | | | | | | | | | | | | X | | | X | X | | | | | X | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | X | | X | | X | | X | X | | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 | 17 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | | X | | X | | X | X | | | | | X | | | | | | | | | | | | | | | | | | X | X | | | | | X | | | | | | | | | | | | | | X | X | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10 | 11 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | | X | | X | | X | | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | X | | | | | X | X | | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | 11 | 8 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | X | | | | X | | X | | | X | | | | | | | | | | | | | | | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | X | | X | | | | | | | | | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | 12 | 10 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | X | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/eirik_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:35:47+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:34:22+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of eirik/エイリーク (Fire Emblem) ==================================== This is the dataset of eirik/エイリーク (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'long\_hair, blue\_eyes, aqua\_hair, blue\_hair, bangs, breasts, aqua\_eyes, sidelocks', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
f0a4329cf9f9027b095be7743a6db068fa425e5f
This is a cleaned version from the Quora dataset that solves a single problem with the original dataset - sentences can have multiple ids. We also removed 2 rows from the original dataset that contained an empty string - this causes problem when trying to run an embedding because a empty string cannot... be embedded by OpenAI and has no valid representation? Created to minimise data leakage from your train, test and validation sets by allowing you to segregate and split by ID.
567-labs/cleaned-quora-dataset
[ "language:en", "license:mit", "region:us" ]
2024-01-17T11:44:18+00:00
{"language": ["en"], "license": "mit", "dataset_info": {"features": [{"name": "questions", "struct": [{"name": "id", "sequence": "int64"}, {"name": "text", "sequence": "string"}]}, {"name": "is_duplicate", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 61389323, "num_examples": 404288}], "download_size": 36181628, "dataset_size": 61389323}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-29T14:31:06+00:00
[]
[ "en" ]
TAGS #language-English #license-mit #region-us
This is a cleaned version from the Quora dataset that solves a single problem with the original dataset - sentences can have multiple ids. We also removed 2 rows from the original dataset that contained an empty string - this causes problem when trying to run an embedding because a empty string cannot... be embedded by OpenAI and has no valid representation? Created to minimise data leakage from your train, test and validation sets by allowing you to segregate and split by ID.
[]
[ "TAGS\n#language-English #license-mit #region-us \n" ]
[ 15 ]
[ "passage: TAGS\n#language-English #license-mit #region-us \n" ]
[ 0.0047556632198393345, -0.006325226742774248, -0.008665908128023148, -0.029695823788642883, 0.06327595561742783, 0.06378774344921112, 0.16816455125808716, 0.043710026890039444, 0.2191404551267624, -0.07195354253053665, 0.09307441860437393, 0.06037260219454765, 0.0042580412700772285, -0.052779801189899445, 0.03318532183766365, -0.25162339210510254, 0.013416158966720104, -0.07157906144857407, 0.0893946960568428, 0.026940396055579185, 0.0647379457950592, -0.017061568796634674, 0.018700027838349342, -0.0036310600116848946, -0.04511687532067299, 0.06476312130689621, 0.03789488971233368, -0.04180671647191048, 0.1566568911075592, 0.039951141923666, 0.14616158604621887, 0.00013338577991817147, -0.021221771836280823, -0.3008438050746918, 0.004669522400945425, -0.08533939719200134, -0.07885897904634476, -0.019670413807034492, 0.0451560914516449, -0.04602928087115288, 0.08678016066551208, 0.09989093244075775, -0.013215365819633007, 0.08569037914276123, -0.1898818463087082, -0.1838025599718094, -0.0046070413663983345, -0.0636310949921608, 0.024420637637376785, 0.05476083233952522, 0.022865289822220802, 0.09512802958488464, -0.18001079559326172, 0.013362100347876549, 0.013390674255788326, -0.35196974873542786, 0.06580232828855515, 0.11882281303405762, 0.09539605677127838, 0.12042691558599472, -0.10564009845256805, 0.0691499412059784, 0.07020119577646255, -0.02546239271759987, -0.19849275052547455, -0.07422664761543274, -0.037659287452697754, 0.1379726082086563, -0.05182163417339325, -0.06786706298589706, 0.23700889945030212, -0.03019232116639614, -0.028147079050540924, 0.03078937530517578, 0.02269975282251835, 0.026440821588039398, 0.03199990093708038, 0.019809847697615623, 0.01239785272628069, 0.17752981185913086, 0.17252235114574432, -0.09266176074743271, -0.15544681251049042, -0.0020649805665016174, -0.25988122820854187, 0.14483630657196045, 0.03242238238453865, 0.0959106981754303, -0.13213330507278442, -0.016910331323742867, -0.1436907798051834, -0.029910394921898842, -0.014529240317642689, -0.10814443230628967, 0.05170222744345665, 0.0001143703339039348, -0.017718374729156494, 0.062321800738573074, 0.0958336815237999, 0.0960109531879425, -0.07292312383651733, 0.027863144874572754, -0.10110455751419067, 0.1666277050971985, 0.039705775678157806, 0.06532885879278183, 0.16369904577732086, 0.055772870779037476, -0.07257673889398575, -0.1983713060617447, -0.000973863061517477, -0.0030420469120144844, -0.15383201837539673, 0.04640132933855057, -0.19307038187980652, 0.1601708084344864, -0.06842663139104843, -0.0604155957698822, -0.09793563187122345, 0.09429396688938141, 0.05376999452710152, -0.06588727980852127, -0.019308673217892647, 0.0023771768901497126, 0.032522473484277725, 0.013107271865010262, -0.1345607489347458, 0.0122915618121624, 0.04729679226875305, 0.030049337074160576, -0.09142336994409561, 0.007335685659199953, -0.028141511604189873, -0.0054240114986896515, 0.0651431530714035, -0.11084423214197159, 0.04649316146969795, -0.08037607371807098, -0.12164418399333954, 0.009689533151686192, 0.01779095083475113, -0.02647675946354866, 0.10069185495376587, -0.016402771696448326, 0.07001503556966782, -0.003997316583991051, -0.06313622742891312, -0.16186995804309845, -0.0983089879155159, 0.10239138454198837, -0.045314665883779526, 0.008028284646570683, -0.25514286756515503, -0.014989740215241909, -0.13533245027065277, 0.018599344417452812, 0.000942824874073267, -0.019766127690672874, -0.0882386565208435, 0.16770339012145996, -0.01127470750361681, 0.04870675876736641, -0.10698828101158142, 0.12041926383972168, -0.1434800773859024, 0.11910034716129303, -0.17218956351280212, -0.08494821190834045, 0.19020390510559082, -0.11525306105613708, -0.10526975989341736, 0.0382666289806366, 0.002120271557942033, 0.1133328378200531, 0.11099883168935776, 0.3936556577682495, -0.08112110942602158, -0.1435450166463852, 0.132869690656662, 0.23104512691497803, -0.08581634610891342, -0.12439697980880737, 0.10864581912755966, -0.1745627373456955, -0.11866813898086548, 0.01808176375925541, 0.002461400581523776, 0.0803191140294075, -0.035598624497652054, -0.09506291896104813, 0.04347827658057213, 0.022343294695019722, 0.05584760755300522, 0.057215433567762375, 0.0654328390955925, -0.12277697026729584, 0.018267476931214333, 0.10145057737827301, 0.010209865868091583, 0.12518727779388428, 0.008118373341858387, -0.03823493793606758, -0.010343593545258045, 0.1357712745666504, 0.00400103023275733, -0.06490399688482285, -0.0346493199467659, -0.025810012593865395, 0.08165726810693741, 0.1158863753080368, 0.18699485063552856, 0.030104991048574448, -0.04858097434043884, -0.0030407309532165527, 0.0643920823931694, 0.08293148875236511, 0.06246446445584297, 0.02600112184882164, -0.1084471344947815, 0.11447033286094666, -0.04016988351941109, -0.09373631328344345, -0.0670069009065628, -0.04377427697181702, 0.1260124146938324, -0.06689494848251343, -0.0034331914503127337, 0.058741550892591476, -0.07420381903648376, 0.04411965236067772, 0.007477676495909691, 0.01820925623178482, 0.12247190624475479, -0.049858856946229935, -0.05182301253080368, 0.21987181901931763, -0.05484514310956001, 0.1336577832698822, 0.20022286474704742, -0.1123180165886879, 0.041125234216451645, -0.14263035356998444, -0.0020842731464654207, 0.018392393365502357, 0.06920236349105835, -0.06002040207386017, 0.028377987444400787, 0.010606445372104645, 0.008861908689141273, -0.06487908214330673, 0.02247776836156845, -0.07457846403121948, -0.07720595598220825, -0.1247677281498909, 0.07098674029111862, 0.1357763409614563, -0.1894587129354477, 0.18529164791107178, 0.3949250876903534, 0.1408897340297699, 0.300721138715744, -0.1327224224805832, 0.0010989230358973145, 0.0031928876414895058, 0.021954325959086418, -0.060866788029670715, 0.12507028877735138, -0.17279309034347534, -0.049905795603990555, 0.040698904544115067, 0.04433102160692215, 0.055728729814291, -0.15945149958133698, -0.15374593436717987, -0.036233074963092804, -0.042521100491285324, -0.12174274772405624, 0.015794076025485992, -0.056515105068683624, 0.004486077930778265, -0.01362802367657423, -0.1422543227672577, 0.14408659934997559, -0.03765445947647095, -0.045935239642858505, 0.053857289254665375, -0.24910522997379303, -0.0939418375492096, -0.1576463133096695, -0.16039972007274628, 0.04907518997788429, 0.049892958253622055, 0.08814892917871475, -0.10183622688055038, -0.028062164783477783, 0.05503527820110321, 0.03313417360186577, -0.15375936031341553, -0.11879491806030273, -0.09263195842504501, 0.09623947739601135, -0.1302477866411209, -0.06815064698457718, -0.05471375212073326, -0.03548566997051239, -0.016765214502811432, 0.0424579456448555, -0.14316195249557495, 0.037430763244628906, 0.16197523474693298, 0.058800503611564636, 0.0419917106628418, -0.10719627141952515, 0.17532843351364136, -0.09574767202138901, -0.11651699244976044, 0.04922119155526161, -0.0002872426121030003, 0.033369146287441254, 0.28347066044807434, 0.10312464833259583, -0.0791327953338623, -0.025365205481648445, -0.062323521822690964, -0.103639155626297, -0.28818434476852417, -0.07226333767175674, -0.09952947497367859, 0.09775077551603317, -0.04403216391801834, 0.1024903729557991, 0.09038513898849487, -0.053329430520534515, 0.08151600509881973, -0.1257997304201126, 0.050287723541259766, 0.023263508453965187, 0.2793469727039337, -0.06598006933927536, 0.034096501767635345, -0.1049925684928894, -0.03706692159175873, 0.13744284212589264, 0.12435421347618103, 0.08544857800006866, 0.3117419183254242, 0.183651864528656, 0.12684766948223114, 0.08944746106863022, 0.08297370374202728, 0.003059925977140665, 0.023928174749016762, -0.005620686803013086, -0.06276371330022812, -0.024068797007203102, 0.0346757173538208, 0.05500543862581253, 0.11613243818283081, -0.2419116348028183, 0.05534152686595917, -0.22296220064163208, 0.04715019837021828, -0.10390034317970276, 0.1171417087316513, 0.033467963337898254, 0.14336635172367096, 0.12448085099458694, 0.016678856685757637, -0.0687517449259758, 0.20458975434303284, 0.03652845695614815, -0.08958176523447037, 0.04448641091585159, 0.08695337921380997, 0.08528216928243637, 0.04998457804322243, 0.0958966538310051, -0.08708169311285019, -0.19536840915679932, 0.03589612618088722, 0.12959325313568115, -0.20780833065509796, 0.30880799889564514, 0.04607896879315376, -0.03776189684867859, -0.0065736048854887486, -0.056282419711351395, 0.0010856585577130318, 0.16532227396965027, 0.10834460705518723, 0.04649565741419792, -0.2101861536502838, -0.12137117981910706, 0.05473322793841362, -0.027771715074777603, 0.11628244072198868, 0.04744793474674225, -0.16108591854572296, -0.058471377938985825, 0.036741312593221664, -0.04038390889763832, 0.07645399123430252, -0.07070503383874893, -0.13012035191059113, -0.010194474831223488, 0.05929787456989288, 0.015343143604695797, -0.03120209276676178, 0.028100691735744476, -0.05524483323097229, 0.03640005737543106, -0.1281253844499588, -0.005751671269536018, -0.09133777767419815, -0.26009830832481384, 0.04136880114674568, -0.037823885679244995, -0.014255923219025135, -0.046663831919431686, -0.14232297241687775, -0.12191253900527954, -0.07238952815532684, 0.12092649191617966, -0.016952907666563988, 0.09052610397338867, -0.05876180902123451, 0.17710722982883453, -0.07131761312484741, 0.047960806638002396, -0.005827408283948898, 0.016489218920469284, -0.03254501894116402, -0.08010862022638321, 0.07180953025817871, -0.1394229233264923, -0.019751934334635735, 0.03349056467413902, -0.08921905606985092, -0.058981794863939285, -0.006345357745885849, -0.1291658729314804, 0.23180925846099854, 0.2679075002670288, 0.04043221101164818, 0.19590426981449127, 0.3575582504272461, -0.15880951285362244, -0.20445385575294495, -0.1412009447813034, -0.27143487334251404, -0.04971683770418167, 0.14882171154022217, -0.17757979035377502, 0.041264262050390244, 0.08212854713201523, -0.08576986938714981, 0.1626559942960739, -0.20503656566143036, -0.059513725340366364, 0.19331000745296478, -0.06783529371023178, 0.3508642315864563, -0.11177903413772583, -0.17823728919029236, -0.057092539966106415, -0.12881547212600708, 0.10038761049509048, 0.019032981246709824, 0.06318747252225876, 0.04046950116753578, -0.01183326169848442, 0.0005937948008067906, 0.0038061083760112524, 0.1845591515302658, 0.013731175102293491, 0.04943796619772911, -0.05414383485913277, -0.19418323040008545, 0.13022753596305847, 0.057931385934352875, -0.02543754316866398, -0.0950842946767807, -0.06062161177396774, -0.09483056515455246, -0.010144484229385853, -0.035895731300115585, 0.05617215856909752, 0.015458367764949799, -0.07462943345308304, -0.05967717990279198, 0.04113509878516197, -0.17861497402191162, -0.016194315627217293, 0.266141802072525, -0.06331966072320938, 0.04889973625540733, 0.05210572108626366, 0.04582945629954338, -0.10818050801753998, 0.027698315680027008, -0.07866738736629486, -0.04846881702542305, 0.06695762276649475, -0.07956889271736145, -0.04486219957470894, 0.11954376846551895, -0.05050402879714966, 0.11343459039926529, 0.03270619362592697, -0.07746478170156479, 0.016109488904476166, 0.1316613256931305, -0.011083229444921017, -0.11361727118492126, -0.009096373803913593, 0.035558052361011505, 0.16198769211769104, -0.06839972734451294, 0.038891565054655075, 0.10825982689857483, 0.0248689204454422, -0.007695074193179607, -0.02132362686097622, -0.10144785791635513, -0.04311424121260643, 0.06806056201457977, -0.017369462177157402, -0.09871089458465576, 0.13525114953517914, 0.0697491392493248, -0.02838348038494587, -0.047345150262117386, 0.1481105536222458, -0.052433546632528305, -0.06760556995868683, -0.1416444331407547, 0.04341258481144905, -0.103512704372406, -0.1065559908747673, 0.07485208660364151, -0.11771328747272491, -0.037360042333602905, 0.09712951630353928, 0.016100525856018066, 0.1325826197862625, -0.013224981725215912, -0.049031831324100494, 0.23669998347759247, -0.009720709174871445, -0.20214903354644775, -0.019603902474045753, -0.0249906238168478, -0.08780470490455627, -0.006230533123016357, 0.0778064951300621, -0.05298599973320961, -0.12332367897033691, -0.21920274198055267, 0.09407927840948105, -0.129541277885437, -0.022573208436369896, -0.0721665769815445, -0.021049832925200462, 0.072036512196064, -0.07070497423410416, -0.019294757395982742, -0.08963735401630402, -0.16707724332809448, 0.052684344351291656, 0.09325288981199265, 0.13356435298919678, -0.08537106961011887, -0.022686177864670753, 0.14997737109661102, 0.07053415477275848, 0.08920907974243164, 0.06702198833227158, 0.005576026625931263, 0.19379854202270508, -0.17633835971355438, -0.042268477380275726, 0.10916346311569214, 0.00019187049474567175, 0.03849826753139496, 0.12353631108999252, -0.07406795024871826, 0.07614658772945404, 0.009493358433246613, 0.0392870157957077, -0.1604577600955963, -0.12335285544395447, -0.03637382388114929, 0.037839390337467194, -0.24806194007396698, 0.03943345323204994, -0.1338549554347992, 0.20301440358161926, -0.09258050471544266, 0.1095428466796875, 0.06236196681857109, 0.019326191395521164, 0.056697506457567215, 0.016925763338804245, 0.007016438525170088, -0.07549245655536652, -0.06292809545993805, -0.09601563215255737, -0.07975862175226212, -0.0020671910606324673, 0.360912948846817, 0.083112932741642, -0.12427135556936264, 0.05338950455188751, 0.13570129871368408, -0.017091944813728333, 0.005362493451684713, 0.24995902180671692, 0.10478948056697845, -0.009285392239689827, -0.1756645143032074, -0.0006184601224958897, -0.09758303314447403, -0.09574811160564423, 0.06452041864395142, 0.12186743319034576, 0.10622009634971619, 0.06623795628547668, 0.10398329794406891, -0.0017915599746629596, -0.0075013842433691025, -0.13449616730213165, 0.16514891386032104, -0.023591430857777596, -0.05454317480325699, 0.12451714277267456, 0.18913425505161285, -0.04221722111105919, 0.05453789234161377, -0.06572318822145462, -0.040452562272548676, -0.17339615523815155, -0.08335937559604645, 0.047656167298555374, -0.09831024706363678, 0.056408606469631195, 0.018138781189918518, 0.07856083661317825, 0.196865051984787, 0.06301213800907135, -0.04589332267642021, -0.0018824903527274728, -0.11456266045570374, -0.11980102956295013, -0.060650456696748734, -0.05986034870147705, 0.14703190326690674, -0.1298728883266449, -0.07767802476882935, -0.08970451354980469, -0.1293589174747467, -0.06389672309160233, 0.02730342000722885, -0.028286123648285866, -0.055757153779268265, -0.19756707549095154, -0.039943795651197433, -0.03825024142861366, 0.12998084723949432, -0.014890054240822792, 0.18753312528133392, 0.030113806948065758, 0.027049679309129715, 0.06470421701669693, 0.10224940627813339, 0.0404556468129158, -0.13888172805309296, 0.0655069425702095, 0.10691183805465698, 0.04083894565701485, 0.15540489554405212, -0.0912628322839737, -0.031189171597361565, -0.009718473069369793, 0.1586022973060608, 0.3159715235233307, -0.058140773326158524, -0.01959117129445076, -0.00003603885124903172, 0.0403946153819561, 0.09731502085924149, 0.14472782611846924, -0.024895690381526947, 0.26133596897125244, -0.049329694360494614, 0.045628923922777176, -0.007064328528940678, 0.021374166011810303, -0.10402705520391464, 0.038105323910713196, 0.08230210095643997, -0.08740321546792984, -0.03481989726424217, 0.18234564363956451, -0.15531417727470398, 0.159884974360466, 0.06681349873542786, -0.093132384121418, 0.008598805405199528, -0.033524323254823685, 0.20894120633602142, 0.048083819448947906, 0.07748880982398987, -0.06453438848257065, -0.13677434623241425, -0.12715168297290802, 0.02126426063477993, -0.34905266761779785, -0.1512340009212494, 0.11637399345636368, 0.04654918983578682, 0.12962062656879425, -0.00354900024831295, 0.08339180797338486, -0.012516907416284084, 0.11167269945144653, 0.020972315222024918, 0.12354236841201782, 0.05974602699279785, 0.045547157526016235, -0.1134977713227272, -0.146753191947937, 0.013596656732261181, -0.03272566199302673, 0.08642290532588959, 0.037857551127672195, 0.04240545630455017, 0.1129637360572815, -0.09366802126169205, -0.03361242637038231, 0.03533245995640755, -0.1910255402326584, 0.03231991454958916, -0.008191097527742386, 0.058379918336868286, -0.05381065234541893, -0.023389024659991264, -0.033829208463430405, 0.08421490341424942, -0.17249464988708496, -0.10010000318288803, 0.13837003707885742, -0.05448732152581215, 0.17719848453998566, -0.026323048397898674, -0.10544887185096741, -0.012158707715570927, -0.056806113570928574, 0.16354358196258545, -0.14321334660053253, 0.03580715134739876, 0.15032008290290833, -0.007236151490360498, 0.056716352701187134, -0.2423781156539917, 0.07397303730249405, -0.0357494056224823, -0.018642984330654144, -0.030263012275099754 ]
943afd821c0f96ad9e0b6472ee60c10b668f81ae
# Dataset of felicia/フェリシア (Fire Emblem) This is the dataset of felicia/フェリシア (Fire Emblem), containing 258 images and their tags. The core tags of this character are `long_hair, pink_hair, blue_eyes, maid_headdress, ponytail, breasts, bangs`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 258 | 288.01 MiB | [Download](https://huggingface.co/datasets/CyberHarem/felicia_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 258 | 175.99 MiB | [Download](https://huggingface.co/datasets/CyberHarem/felicia_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 572 | 350.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/felicia_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 258 | 259.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/felicia_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 572 | 480.32 MiB | [Download](https://huggingface.co/datasets/CyberHarem/felicia_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/felicia_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, long_sleeves, maid, smile, looking_at_viewer, puffy_sleeves, simple_background, open_mouth, white_background, apron, upper_body | | 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, solo, knife, maid_apron, simple_background, weapon, black_thighhighs, holding, white_background, long_sleeves, open_mouth, smile, full_body, looking_at_viewer, puffy_sleeves, zettai_ryouiki, bridal_gauntlets, gem | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1boy, 1girl, blush, completely_nude, hetero, large_breasts, solo_focus, nipples, open_mouth, tongue_out, ahegao, heart-shaped_pupils, sweat, blunt_bangs, collarbone, doggystyle, saliva, sex_from_behind, simple_background, smile | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, hetero, open_mouth, sex, thighhighs, blush, maid, solo_focus, vaginal, large_breasts, nipples, penis, breasts_out, cum_in_pussy, spread_legs, uncensored, bar_censor, girl_on_top, heart-shaped_pupils, long_sleeves, lying, straddling | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, blush, completely_nude, hetero, medium_breasts, navel, nipples, open_mouth, penis, sex, vaginal, 1girl, sweat, blunt_bangs, solo_focus, uncensored, cum_in_pussy | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, blush, hetero, penis, solo_focus, nipples, blunt_bangs, cum_in_mouth, large_breasts, looking_at_viewer, nude, pov, maid, mosaic_censoring, open_mouth, oral, paizuri, smile, tongue_out | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | long_sleeves | maid | smile | looking_at_viewer | puffy_sleeves | simple_background | open_mouth | white_background | apron | upper_body | knife | maid_apron | weapon | black_thighhighs | holding | full_body | zettai_ryouiki | bridal_gauntlets | gem | 1boy | blush | completely_nude | hetero | large_breasts | solo_focus | nipples | tongue_out | ahegao | heart-shaped_pupils | sweat | blunt_bangs | collarbone | doggystyle | saliva | sex_from_behind | sex | thighhighs | vaginal | penis | breasts_out | cum_in_pussy | spread_legs | uncensored | bar_censor | girl_on_top | lying | straddling | medium_breasts | navel | cum_in_mouth | nude | pov | mosaic_censoring | oral | paizuri | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:---------------|:-------|:--------|:--------------------|:----------------|:--------------------|:-------------|:-------------------|:--------|:-------------|:--------|:-------------|:---------|:-------------------|:----------|:------------|:-----------------|:-------------------|:------|:-------|:--------|:------------------|:---------|:----------------|:-------------|:----------|:-------------|:---------|:----------------------|:--------|:--------------|:-------------|:-------------|:---------|:------------------|:------|:-------------|:----------|:--------|:--------------|:---------------|:--------------|:-------------|:-------------|:--------------|:--------|:-------------|:-----------------|:--------|:---------------|:-------|:------|:-------------------|:-------|:----------| | 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | | X | X | X | X | X | X | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | X | | | X | X | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | X | X | | | | | X | | | | | | | | | | | | | X | X | | X | X | X | X | | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | | | X | | | | | | | | | | | | | X | X | X | X | | X | X | | | | X | X | | | | | X | | X | X | | X | | X | | | | | X | X | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | X | X | | | X | | | | | | | | | | | | | X | X | | X | X | X | X | X | | | | X | | | | | | | | X | | | | | | | | | | | X | X | X | X | X | X |
CyberHarem/felicia_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:49:58+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T12:51:37+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of felicia/フェリシア (Fire Emblem) ====================================== This is the dataset of felicia/フェリシア (Fire Emblem), containing 258 images and their tags. The core tags of this character are 'long\_hair, pink\_hair, blue\_eyes, maid\_headdress, ponytail, breasts, bangs', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
ed43c565e4d2a8d9d9db4e05ee6591b6f7061d99
# Dataset of olivia/オリヴィエ (Fire Emblem) This is the dataset of olivia/オリヴィエ (Fire Emblem), containing 397 images and their tags. The core tags of this character are `long_hair, pink_hair, braid, ponytail, twin_braids, hairband, breasts, pink_eyes, side_braid, medium_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 397 | 465.32 MiB | [Download](https://huggingface.co/datasets/CyberHarem/olivia_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 397 | 270.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/olivia_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 881 | 552.00 MiB | [Download](https://huggingface.co/datasets/CyberHarem/olivia_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 397 | 411.85 MiB | [Download](https://huggingface.co/datasets/CyberHarem/olivia_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 881 | 766.22 MiB | [Download](https://huggingface.co/datasets/CyberHarem/olivia_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/olivia_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 10 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, simple_background, solo, bare_shoulders, closed_mouth, midriff, navel, blush, detached_sleeves, looking_at_viewer, o-ring, smile, twitter_username, upper_body, white_background, dancer, cleavage, grey_background | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bare_shoulders, looking_at_viewer, navel, simple_background, smile, solo, dancer, midriff, bridal_gauntlets, full_body, sandals, thighhighs, white_background | | 2 | 10 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, ass, bare_shoulders, looking_at_viewer, smile, solo, see-through, simple_background, dancer, looking_back, from_behind, full_body | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, ass, blush, from_behind, looking_at_viewer, looking_back, simple_background, solo, white_background, bare_shoulders, dancer, black_panties, bridal_gauntlets, thighhighs | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, cleavage, fake_animal_ears, playboy_bunny, rabbit_ears, solo, alternate_costume, black_pantyhose, detached_collar, strapless_leotard, wrist_cuffs, bare_shoulders, full_body, high_heels, looking_at_viewer, open_mouth, simple_background, white_background, black_leotard, blush, bowtie, covered_navel, necktie, smile, white_leotard | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, blush, cum_in_pussy, hetero, penis, sex, vaginal, nipples, solo_focus, large_breasts, open_mouth, spread_legs, mosaic_censoring, nude, purple_eyes, thighhighs | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1boy, 1girl, blush, hetero, panties_aside, penis, sex, solo_focus, vaginal, nipples, open_mouth, pussy, spread_legs, thighhighs, white_panties, censored, large_breasts, navel, purple_eyes, sweat | | 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1boy, 1girl, blush, hetero, faceless_male, heart, simple_background, sweat, tongue_out, kiss, open_mouth, bare_shoulders, cleavage, armpits, bald, bridal_gauntlets, licking_armpit, midriff, navel, nude, upper_body | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | simple_background | solo | bare_shoulders | closed_mouth | midriff | navel | blush | detached_sleeves | looking_at_viewer | o-ring | smile | twitter_username | upper_body | white_background | dancer | cleavage | grey_background | bridal_gauntlets | full_body | sandals | thighhighs | ass | see-through | looking_back | from_behind | black_panties | fake_animal_ears | playboy_bunny | rabbit_ears | alternate_costume | black_pantyhose | detached_collar | strapless_leotard | wrist_cuffs | high_heels | open_mouth | black_leotard | bowtie | covered_navel | necktie | white_leotard | 1boy | cum_in_pussy | hetero | penis | sex | vaginal | nipples | solo_focus | large_breasts | spread_legs | mosaic_censoring | nude | purple_eyes | panties_aside | pussy | white_panties | censored | sweat | faceless_male | heart | tongue_out | kiss | armpits | bald | licking_armpit | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:-------|:-----------------|:---------------|:----------|:--------|:--------|:-------------------|:--------------------|:---------|:--------|:-------------------|:-------------|:-------------------|:---------|:-----------|:------------------|:-------------------|:------------|:----------|:-------------|:------|:--------------|:---------------|:--------------|:----------------|:-------------------|:----------------|:--------------|:--------------------|:------------------|:------------------|:--------------------|:--------------|:-------------|:-------------|:----------------|:---------|:----------------|:----------|:----------------|:-------|:---------------|:---------|:--------|:------|:----------|:----------|:-------------|:----------------|:--------------|:-------------------|:-------|:--------------|:----------------|:--------|:----------------|:-----------|:--------|:----------------|:--------|:-------------|:-------|:----------|:-------|:-----------------| | 0 | 10 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | | X | X | | | X | | X | | | X | X | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 10 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | | | | | | X | | X | | | | X | | | | X | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | | | | X | | X | | | | | X | X | | | X | | | X | X | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | X | X | | | | X | | X | | X | | | X | | X | | | X | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | | | | X | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | | | X | X | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | X | | | | | | X | | X | X | X | X | X | X | X | X | | | X | X | X | X | X | X | | | | | | | | | 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | X | | X | X | X | | | | | | X | | | X | | X | | | | | | | | | | | | | | | | | | X | | | | | | X | | X | | | | | | | | | X | | | | | | X | X | X | X | X | X | X | X |
CyberHarem/olivia_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:50:02+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:17:33+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of olivia/オリヴィエ (Fire Emblem) ===================================== This is the dataset of olivia/オリヴィエ (Fire Emblem), containing 397 images and their tags. The core tags of this character are 'long\_hair, pink\_hair, braid, ponytail, twin\_braids, hairband, breasts, pink\_eyes, side\_braid, medium\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
dfcc9898ac587e21245e006751ed4583e027163f
# Dataset of paola/パオラ (Fire Emblem) This is the dataset of paola/パオラ (Fire Emblem), containing 466 images and their tags. The core tags of this character are `green_hair, long_hair, green_eyes, breasts, headband, large_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 466 | 520.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paola_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 466 | 320.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paola_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1059 | 648.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paola_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 466 | 474.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paola_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1059 | 872.81 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paola_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/paola_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, elbow_gloves, green_footwear, solo, pegasus_knight_uniform_(fire_emblem), thigh_boots, green_skirt, dress, green_thighhighs, sitting, smile | | 1 | 18 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, smile, solo, breastplate, looking_at_viewer, upper_body, simple_background, shoulder_armor, white_background, blush, elbow_gloves, closed_mouth | | 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, dress, elbow_gloves, solo, thighhighs, green_gloves, side_slit, bare_shoulders, blush, simple_background, white_background, looking_at_viewer, polearm, sleeveless | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bangs, belt, breastplate, capelet, elbow_gloves, full_body, open_mouth, pelvic_curtain, shoulder_armor, solo, thigh_boots, thighhighs, thighs, white_footwear, white_gloves, gold_trim, shiny_hair, sleeveless, white_dress, holding_sword, medium_breasts, simple_background, white_background, hand_on_own_chest, hand_up, high_heel_boots, looking_at_viewer, sheathed, short_dress, smile, standing, transparent_background | | 4 | 11 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, nipples, nude, smile, solo, looking_at_viewer, blush, navel | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, blush, completely_nude, navel, nipples, spread_legs, bangs, female_pubic_hair, mosaic_censoring, on_back, open_mouth, solo, looking_at_viewer, pillow, smile, spread_pussy | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, blush, navel, nipples, open_mouth, solo, sweat, armpits, arms_behind_head, arms_up, bangs, completely_nude, female_pubic_hair, looking_at_viewer, cowboy_shot, very_long_hair, white_headband | | 7 | 14 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1boy, 1girl, hetero, solo_focus, nipples, penis, thighhighs, vaginal, blush, cum_in_pussy, elbow_gloves, open_mouth, female_pubic_hair, mosaic_censoring, girl_on_top, spread_legs, torn_clothes, breasts_out, clothed_sex, cowgirl_position, medium_breasts, tears, rape | | 8 | 8 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, navel, solo, cleavage, looking_at_viewer, collarbone, simple_background, smile, white_background, bangs, bare_shoulders, blush, green_bikini, stomach, armpits, thigh_gap | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, bare_shoulders, smile, solo, blush, elbow_gloves, hair_flower, looking_at_viewer, simple_background, white_background, white_gloves, bangs, official_alternate_costume, green_dress, green_footwear, medium_breasts, open_mouth, skirt, sleeveless_dress, thigh_boots, thighhighs, upper_body | | 10 | 36 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | fake_animal_ears, rabbit_ears, 1girl, solo, cleavage, playboy_bunny, smile, pantyhose, white_gloves, choker, hair_flower, rabbit_tail, leotard, simple_background, looking_at_viewer, blush, open_mouth, see-through, white_background | | 11 | 7 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1boy, 1girl, hetero, solo_focus, nude, open_mouth, blush, censored, licking_penis, tongue_out, bangs, cum, sweat | | 12 | 5 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | 1girl, anus, blush, elbow_gloves, female_pubic_hair, outdoors, pussy, thighhighs, bar_censor, looking_at_viewer, no_panties, open_mouth, solo, squatting, thigh_boots, white_headband, day, peeing, sky, ass, bare_shoulders, brown_gloves, bush, dress, green_footwear, green_gloves, looking_back, sleeveless, spread_legs | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | elbow_gloves | green_footwear | solo | pegasus_knight_uniform_(fire_emblem) | thigh_boots | green_skirt | dress | green_thighhighs | sitting | smile | breastplate | looking_at_viewer | upper_body | simple_background | shoulder_armor | white_background | blush | closed_mouth | thighhighs | green_gloves | side_slit | bare_shoulders | polearm | sleeveless | bangs | belt | capelet | full_body | open_mouth | pelvic_curtain | thighs | white_footwear | white_gloves | gold_trim | shiny_hair | white_dress | holding_sword | medium_breasts | hand_on_own_chest | hand_up | high_heel_boots | sheathed | short_dress | standing | transparent_background | nipples | nude | navel | completely_nude | spread_legs | female_pubic_hair | mosaic_censoring | on_back | pillow | spread_pussy | sweat | armpits | arms_behind_head | arms_up | cowboy_shot | very_long_hair | white_headband | 1boy | hetero | solo_focus | penis | vaginal | cum_in_pussy | girl_on_top | torn_clothes | breasts_out | clothed_sex | cowgirl_position | tears | rape | cleavage | collarbone | green_bikini | stomach | thigh_gap | hair_flower | official_alternate_costume | green_dress | skirt | sleeveless_dress | fake_animal_ears | rabbit_ears | playboy_bunny | pantyhose | choker | rabbit_tail | leotard | see-through | censored | licking_penis | tongue_out | cum | anus | outdoors | pussy | bar_censor | no_panties | squatting | day | peeing | sky | ass | brown_gloves | bush | looking_back | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:---------------|:-----------------|:-------|:---------------------------------------|:--------------|:--------------|:--------|:-------------------|:----------|:--------|:--------------|:--------------------|:-------------|:--------------------|:-----------------|:-------------------|:--------|:---------------|:-------------|:---------------|:------------|:-----------------|:----------|:-------------|:--------|:-------|:----------|:------------|:-------------|:-----------------|:---------|:-----------------|:---------------|:------------|:-------------|:--------------|:----------------|:-----------------|:--------------------|:----------|:------------------|:-----------|:--------------|:-----------|:-------------------------|:----------|:-------|:--------|:------------------|:--------------|:--------------------|:-------------------|:----------|:---------|:---------------|:--------|:----------|:-------------------|:----------|:--------------|:-----------------|:-----------------|:-------|:---------|:-------------|:--------|:----------|:---------------|:--------------|:---------------|:--------------|:--------------|:-------------------|:--------|:-------|:-----------|:-------------|:---------------|:----------|:------------|:--------------|:-----------------------------|:--------------|:--------|:-------------------|:-------------------|:--------------|:----------------|:------------|:---------|:--------------|:----------|:--------------|:-----------|:----------------|:-------------|:------|:-------|:-----------|:--------|:-------------|:-------------|:------------|:------|:---------|:------|:------|:---------------|:-------|:---------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 18 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | X | | | | X | | | | | X | | X | | X | X | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | X | | X | | | | | X | X | X | | X | X | X | | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 11 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | | | | | | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | | | | | | | X | | X | | | | | X | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | X | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | | | | | | | | | X | | | | | X | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | X | | X | X | | X | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 14 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | | | | | | | | | | | | | | | X | | X | | | | | | | | | | X | | | | | | | | | X | | | | | | | | X | | | | X | X | X | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 8 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | X | | | | | | | X | | X | | X | | X | X | | | | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | X | X | X | | X | | | | | X | | X | X | X | | X | X | | X | | | X | | | X | | | | X | | | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | 10 | 36 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | | | X | | | | | | | X | | X | | X | | X | X | | | | | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | X | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | 11 | 7 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | X | | | | | | | | | | | | | | | | | X | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | | X | | | | | | | | | X | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | | | | | | | | | | | | | | 12 | 5 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | X | X | X | X | | X | | X | | | | | X | | | | | X | | X | X | | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | X | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/paola_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:50:10+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:24:34+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of paola/パオラ (Fire Emblem) ================================== This is the dataset of paola/パオラ (Fire Emblem), containing 466 images and their tags. The core tags of this character are 'green\_hair, long\_hair, green\_eyes, breasts, headband, large\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
d2623048d49ddb62a45217bb0edb7e0e72c552d0
# Dataset of lucina/#ルキナ (Fire Emblem) This is the dataset of lucina/#ルキナ (Fire Emblem), containing 500 images and their tags. The core tags of this character are `blue_hair, blue_eyes, long_hair, hair_between_eyes, breasts, bangs`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 655.53 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lucina_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 371.92 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lucina_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1138 | 759.97 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lucina_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 577.49 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lucina_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1138 | 1.05 GiB | [Download](https://huggingface.co/datasets/CyberHarem/lucina_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/lucina_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 27 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cape, falchion_(fire_emblem), solo, sword, tiara, fingerless_gloves, armor, looking_at_viewer, smile | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, cape, falchion_(fire_emblem), solo, tiara, armor, fingerless_gloves, looking_at_viewer, holding_sword, simple_background, belt | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, cape, simple_background, solo, tiara, white_background, looking_at_viewer, polearm, shield, armored_boots, full_body, holding_weapon, official_alternate_costume, shoulder_armor, smile | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bare_shoulders, hair_flower, looking_at_viewer, official_alternate_costume, solo, white_dress, cleavage, sleeveless_dress, smile, blush, closed_mouth, collarbone, symbol-shaped_pupils, armlet, small_breasts | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, crop_top, looking_at_viewer, midriff, navel, short_shorts, solo, tiara, bare_shoulders, blush, official_alternate_costume, small_breasts, open_mouth, simple_background, sleeveless, thighs, white_background, :d, arm_up, armpits, belt, bikini, blue_shorts, innertube | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, day, navel, smile, solo, tiara, blue_bikini, crop_top, looking_at_viewer, midriff, outdoors, armpits, bare_shoulders, cloud, ocean, short_shorts, small_breasts, water, alternate_costume, arm_up, beach, belt, blue_sky, blush, closed_mouth, cowboy_shot, innertube, sleeveless, thighs, tree, wet | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, alternate_breast_size, large_breasts, smile, solo, looking_at_viewer, navel, tiara, blue_bikini, patreon_username | | 7 | 11 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, tiara, 1boy, hetero, nipples, penis, solo_focus, blush, navel, pussy, uncensored, completely_nude, spread_legs, looking_at_viewer, open_mouth, sex, vaginal, cum, pubic_hair, small_breasts, clitoris, lying, pov, sweat | | 8 | 18 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, looking_at_viewer, solo, alternate_costume, orange_shorts, short_shorts, tiara, waitress, beer_mug, smile, cleavage, employee_uniform, blush, medium_breasts, open_mouth, white_tank_top, chicken_(food), holding_plate, navel, tray | | 9 | 12 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, looking_at_viewer, playboy_bunny, rabbit_ears, solo, fake_animal_ears, official_alternate_costume, smile, leotard, white_pantyhose, rabbit_tail, blush, cleavage, egg, open_mouth, simple_background, frills, small_breasts, choker, puffy_short_sleeves, white_background, white_gloves | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cape | falchion_(fire_emblem) | solo | sword | tiara | fingerless_gloves | armor | looking_at_viewer | smile | holding_sword | simple_background | belt | white_background | polearm | shield | armored_boots | full_body | holding_weapon | official_alternate_costume | shoulder_armor | bare_shoulders | hair_flower | white_dress | cleavage | sleeveless_dress | blush | closed_mouth | collarbone | symbol-shaped_pupils | armlet | small_breasts | crop_top | midriff | navel | short_shorts | open_mouth | sleeveless | thighs | :d | arm_up | armpits | bikini | blue_shorts | innertube | day | blue_bikini | outdoors | cloud | ocean | water | alternate_costume | beach | blue_sky | cowboy_shot | tree | wet | alternate_breast_size | large_breasts | patreon_username | 1boy | hetero | nipples | penis | solo_focus | pussy | uncensored | completely_nude | spread_legs | sex | vaginal | cum | pubic_hair | clitoris | lying | pov | sweat | orange_shorts | waitress | beer_mug | employee_uniform | medium_breasts | white_tank_top | chicken_(food) | holding_plate | tray | playboy_bunny | rabbit_ears | fake_animal_ears | leotard | white_pantyhose | rabbit_tail | egg | frills | choker | puffy_short_sleeves | white_gloves | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-------------------------|:-------|:--------|:--------|:--------------------|:--------|:--------------------|:--------|:----------------|:--------------------|:-------|:-------------------|:----------|:---------|:----------------|:------------|:-----------------|:-----------------------------|:-----------------|:-----------------|:--------------|:--------------|:-----------|:-------------------|:--------|:---------------|:-------------|:-----------------------|:---------|:----------------|:-----------|:----------|:--------|:---------------|:-------------|:-------------|:---------|:-----|:---------|:----------|:---------|:--------------|:------------|:------|:--------------|:-----------|:--------|:--------|:--------|:--------------------|:--------|:-----------|:--------------|:-------|:------|:------------------------|:----------------|:-------------------|:-------|:---------|:----------|:--------|:-------------|:--------|:-------------|:------------------|:--------------|:------|:----------|:------|:-------------|:-----------|:--------|:------|:--------|:----------------|:-----------|:-----------|:-------------------|:-----------------|:-----------------|:-----------------|:----------------|:-------|:----------------|:--------------|:-------------------|:----------|:------------------|:--------------|:------|:---------|:---------|:----------------------|:---------------| | 0 | 27 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | | X | X | X | X | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | X | | X | | | X | X | | X | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | X | | | | | X | X | | | | | | | | | | X | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | X | | | X | | | X | X | X | | | | | | X | | X | | | | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | | X | | | X | X | | | X | | | | | | | | | X | | | | | X | X | | | | X | X | X | X | X | | X | X | | X | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | X | | | | | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 11 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | | | X | | | X | | | | | | | | | | | | | | | | | | X | | | | | X | | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 8 | 18 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | X | | X | | | X | X | | | | | | | | | | | | | | | X | | X | | | | | | | | X | X | X | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 9 | 12 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | X | | | | | X | X | | X | | X | | | | | | X | | | | | X | | X | | | | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/lucina_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T11:50:26+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:39:21+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of lucina/#ルキナ (Fire Emblem) ==================================== This is the dataset of lucina/#ルキナ (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'blue\_hair, blue\_eyes, long\_hair, hair\_between\_eyes, breasts, bangs', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
9fb64fa5af6e3d4a2d0ebf3906980754f9e4dc6d
We collect a 2.5B training dataset from various domains for long-context continual pre-training. The composition of this dataset is as follows (partially inspired by [Long-Data-Collection](https://huggingface.co/datasets/togethercomputer/Long-Data-Collections)): | Domain | Proportion | Source | | ------------- | ---------- | ------ | | Book | 40% | [Redpajama-Book](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T) | | Arxiv | 20% | [Redpajama-Arxiv](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T) | | General | 20% | [Redpajama](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T) | | Code | 10% | [LCC-Python](https://huggingface.co/datasets/microsoft/LCC_python) | | QA | 5% | [Natural Questions](https://ai.google.com/research/NaturalQuestions/) | | Summarization | 5% | [BookSum](https://github.com/salesforce/booksum) | We have also curated a test dataset comprising 250 million tokens, mirroring the same composition. The selection criteria ensured that the average n-gram similarity (for n=2, 3, 4) with the training set is below 10%. This threshold effectively excludes all QA and Summarization data, resulting in a test corpus where the distribution of tokens across Book, Arxiv, General, and Code categories follows a ratio of 4:2:2:1, respectively.
DAMO-NLP-SG/LongCorpus-2.5B
[ "task_categories:text-generation", "license:mit", "region:us" ]
2024-01-17T11:56:31+00:00
{"license": "mit", "task_categories": ["text-generation"], "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train_*"}, {"split": "test", "path": "data/test_*"}]}]}
2024-01-19T18:15:18+00:00
[]
[]
TAGS #task_categories-text-generation #license-mit #region-us
We collect a 2.5B training dataset from various domains for long-context continual pre-training. The composition of this dataset is as follows (partially inspired by Long-Data-Collection): Domain: Book, Proportion: 40%, Source: Redpajama-Book Domain: Arxiv, Proportion: 20%, Source: Redpajama-Arxiv Domain: General, Proportion: 20%, Source: Redpajama Domain: Code, Proportion: 10%, Source: LCC-Python Domain: QA, Proportion: 5%, Source: Natural Questions Domain: Summarization, Proportion: 5%, Source: BookSum We have also curated a test dataset comprising 250 million tokens, mirroring the same composition. The selection criteria ensured that the average n-gram similarity (for n=2, 3, 4) with the training set is below 10%. This threshold effectively excludes all QA and Summarization data, resulting in a test corpus where the distribution of tokens across Book, Arxiv, General, and Code categories follows a ratio of 4:2:2:1, respectively.
[]
[ "TAGS\n#task_categories-text-generation #license-mit #region-us \n" ]
[ 22 ]
[ "passage: TAGS\n#task_categories-text-generation #license-mit #region-us \n" ]
[ 0.02630685456097126, -0.03579718619585037, -0.005866087973117828, -0.04970153793692589, 0.09782198816537857, 0.09292007237672806, 0.25545936822891235, 0.07079650461673737, 0.22364911437034607, -0.05772518366575241, 0.10266966372728348, 0.10951856523752213, 0.015937987715005875, 0.06818372756242752, -0.03605912625789642, -0.208926260471344, 0.06207043305039406, -0.059220436960458755, 0.07392769306898117, 0.04883424565196037, 0.048420533537864685, -0.03498221933841705, 0.014018649235367775, -0.0523248054087162, -0.08112352341413498, 0.015232614241540432, 0.005205680150538683, -0.07212534546852112, 0.1229805275797844, -0.004938691854476929, 0.12305474281311035, 0.06729379296302795, -0.037390511482954025, -0.2222922444343567, 0.02011866681277752, -0.04811757430434227, -0.09564366936683655, 0.013475220650434494, 0.0858166515827179, 0.008589524775743484, 0.08801693469285965, 0.06614280492067337, -0.010615309700369835, 0.09987644851207733, -0.19186179339885712, -0.04115501791238785, -0.0834222361445427, 0.026947226375341415, 0.05953776091337204, 0.043505989015102386, 0.02073165774345398, 0.11730117350816727, -0.1449073702096939, 0.02670050598680973, 0.09045999497175217, -0.3257683217525482, 0.0380733460187912, 0.2618083953857422, 0.1296478807926178, 0.05300452932715416, -0.07556723058223724, 0.062460191547870636, 0.041874490678310394, -0.01786789484322071, -0.0760272666811943, -0.09444979578256607, -0.035527512431144714, 0.09584411978721619, -0.0628226026892662, -0.0889277383685112, 0.28577202558517456, -0.002340212231501937, 0.006134862080216408, -0.04219067841768265, -0.058088090270757675, 0.02276908978819847, -0.020057562738656998, 0.08936326205730438, -0.009348840452730656, 0.12530405819416046, 0.16609852015972137, -0.07434721291065216, -0.13876372575759888, -0.07923159003257751, -0.15768736600875854, 0.03856757655739784, -0.0282580628991127, 0.03540699928998947, -0.15241199731826782, 0.061954252421855927, -0.07071886956691742, -0.04333881288766861, -0.020852692425251007, -0.07839960604906082, -0.05907769873738289, -0.04242181405425072, 0.013776973821222782, -0.017139436677098274, 0.1083429753780365, 0.14668039977550507, 0.026692871004343033, 0.02288014069199562, -0.1179143637418747, 0.18234142661094666, 0.07550450414419174, 0.03100908175110817, 0.11947054415941238, -0.015399053692817688, -0.02157878503203392, -0.13947559893131256, 0.00002375531585130375, -0.06762789934873581, -0.1689946949481964, 0.002753480803221464, -0.12010879069566727, 0.17470362782478333, 0.04765510559082031, 0.0028309731278568506, -0.07315032184123993, 0.05482977628707886, 0.12986132502555847, -0.039831701666116714, -0.05272199586033821, -0.002668828936293721, 0.007744272239506245, -0.08290369808673859, -0.09033533185720444, 0.04815022647380829, 0.025953050702810287, 0.13040880858898163, -0.1270618438720703, -0.06534858793020248, -0.030796732753515244, -0.04809770733118057, 0.10261411219835281, -0.15465284883975983, 0.006457939278334379, -0.047617629170417786, -0.2952383756637573, -0.006521348841488361, 0.011083351448178291, -0.04155053198337555, 0.0013546094996854663, 0.015046282671391964, -0.008911632932722569, -0.011759249493479729, -0.06452523916959763, -0.015771470963954926, -0.11413133144378662, 0.1091209352016449, -0.11062601953744888, -0.0005892973858863115, -0.19591936469078064, 0.01793055422604084, -0.11821024119853973, 0.05634147301316261, -0.08848464488983154, 0.008277924731373787, -0.12822650372982025, 0.2708075940608978, -0.030328502878546715, 0.05694218724966049, -0.042949777096509933, 0.0527709536254406, -0.14116837084293365, 0.1623120903968811, -0.09195608645677567, -0.05389254912734032, 0.09887134283781052, -0.10152875632047653, -0.17886877059936523, -0.009927639737725258, -0.0005707821110263467, 0.21448272466659546, 0.07813601940870285, 0.4586051106452942, -0.00994911789894104, -0.04906120523810387, 0.10145238786935806, 0.16568385064601898, -0.08822532743215561, -0.18317453563213348, 0.10367153584957123, -0.10155714303255081, -0.08712650090456009, -0.018644990399479866, -0.017543358728289604, 0.03672940284013748, -0.0067911637015640736, -0.054826006293296814, 0.02331659570336342, 0.03539592772722244, 0.03979160636663437, 0.012491071596741676, 0.10632389038801193, -0.061257489025592804, 0.03807886317372322, 0.00600827531889081, -0.02184915542602539, 0.11459211260080338, -0.016775386407971382, -0.02583157829940319, 0.03629171848297119, 0.08427079766988754, 0.029131056740880013, -0.10895093530416489, -0.146610826253891, 0.02951420657336712, 0.03629180043935776, 0.08801423013210297, 0.17691153287887573, -0.011295061558485031, -0.053861379623413086, -0.0007784710614942014, 0.020881228148937225, 0.031268857419490814, 0.01728159561753273, -0.015847254544496536, -0.11282304674386978, 0.016963960602879524, -0.03849171847105026, -0.05281015485525131, -0.08202632516622543, 0.01261763833463192, 0.11389635503292084, -0.05145949497818947, 0.01677972450852394, 0.06734497100114822, 0.015719275921583176, 0.0028151171281933784, -0.002108556916937232, -0.015206936746835709, 0.13031385838985443, -0.01558397151529789, -0.06880494207143784, 0.16320358216762543, -0.11108266562223434, 0.10372786968946457, 0.14864259958267212, -0.07086612284183502, 0.020200660452246666, -0.12455804646015167, -0.027547618374228477, -0.012731551192700863, 0.007353868801146746, -0.08378389477729797, -0.05845974013209343, 0.03679630905389786, 0.06690777838230133, -0.04815841466188431, -0.02684798091650009, -0.06527763605117798, 0.008577435277402401, -0.029239894822239876, 0.03297118470072746, 0.2146325409412384, -0.26542025804519653, 0.19115212559700012, 0.25135770440101624, 0.17934338748455048, 0.2730822265148163, -0.0713389664888382, 0.020332524552941322, 0.01695907488465309, 0.030769245699048042, -0.04892627149820328, 0.10457593947649002, -0.20587293803691864, 0.028309155255556107, 0.07754386216402054, 0.06944822520017624, 0.08900967240333557, -0.149026557803154, -0.15448543429374695, -0.06080729141831398, -0.05424674600362778, -0.17685295641422272, 0.06695722043514252, -0.00924803875386715, 0.046442631632089615, 0.005987111013382673, -0.021173249930143356, 0.1364949643611908, -0.04609353840351105, -0.07595043629407883, 0.10695192217826843, -0.1251247674226761, -0.16512037813663483, -0.2073480188846588, -0.08662422001361847, 0.004707895684987307, 0.05174386501312256, 0.11114377528429031, -0.024699142202734947, -0.03799242526292801, -0.0030279147904366255, 0.09108248353004456, -0.10741814970970154, -0.08949132263660431, -0.0679384097456932, 0.10487883538007736, -0.15296736359596252, -0.08772674202919006, -0.05991265922784805, -0.013788397423923016, -0.015498951077461243, 0.10274047404527664, -0.1543528139591217, 0.08825112879276276, 0.16856445372104645, 0.0583944171667099, 0.02842850796878338, -0.12516199052333832, 0.16743353009223938, -0.11406473815441132, 0.01576904207468033, 0.11767590790987015, 0.01100133266299963, 0.03602481633424759, 0.24247495830059052, 0.04203401133418083, -0.11039943248033524, 0.011212325654923916, -0.017144979909062386, -0.12330017983913422, -0.35478341579437256, -0.10076381266117096, -0.13404807448387146, 0.19247299432754517, 0.0359019935131073, 0.12737537920475006, 0.2009136825799942, 0.014655319973826408, -0.01921011134982109, 0.005684926174581051, 0.043107710778713226, 0.054655201733112335, 0.21512795984745026, -0.04133177548646927, 0.02426920458674431, -0.1331169754266739, -0.014960669912397861, 0.11472863703966141, 0.15730921924114227, 0.225050151348114, 0.294291228055954, 0.22902387380599976, 0.10911275446414948, 0.022564759477972984, 0.09474200755357742, 0.08599615097045898, 0.06142067909240723, -0.00928462389856577, -0.0887240618467331, -0.034911952912807465, 0.0529080368578434, 0.09594015032052994, 0.027206696569919586, -0.25595957040786743, 0.014988770708441734, -0.21307280659675598, 0.05626793950796127, 0.10115277022123337, 0.04093823581933975, -0.054004549980163574, 0.10786911100149155, 0.14826370775699615, 0.013705151155591011, -0.06580504029989243, 0.12202119827270508, 0.06309840083122253, -0.10851053148508072, 0.06098104268312454, -0.00220486125908792, 0.16520904004573822, 0.04062480106949806, 0.07436786592006683, -0.06853426992893219, -0.23181842267513275, -0.007165770046412945, 0.16693583130836487, -0.1425980180501938, 0.3077815771102905, 0.03982819989323616, -0.012109125033020973, -0.06914591044187546, -0.05929446220397949, 0.0037234770134091377, 0.18802139163017273, 0.13863113522529602, 0.022403189912438393, -0.13363566994667053, -0.05300646647810936, -0.010115508921444416, -0.020761040970683098, 0.0674460381269455, -0.09465552866458893, -0.09825022518634796, -0.029599852859973907, 0.05859973654150963, -0.006282270420342684, 0.06928063929080963, -0.040290042757987976, -0.08649124205112457, 0.02824055403470993, 0.09980526566505432, 0.056347206234931946, -0.04485118389129639, 0.07456713169813156, 0.023723235353827477, 0.09799739718437195, -0.16912563145160675, -0.01820025034248829, -0.09311635792255402, -0.19697454571723938, 0.013868286274373531, 0.0004997574142180383, -0.02818453125655651, -0.07687746733427048, -0.07562580704689026, -0.1378779411315918, -0.13082283735275269, 0.15059521794319153, -0.05008004233241081, 0.012996496632695198, -0.071318119764328, 0.11686032265424728, -0.11926628649234772, 0.06728564202785492, -0.0011042896658182144, 0.03599845990538597, -0.023145116865634918, -0.1410457342863083, 0.028797518461942673, -0.1359359174966812, -0.013440877199172974, 0.04697144031524658, -0.1147734597325325, 0.014334906823933125, 0.007881863042712212, -0.11095256358385086, 0.2751692235469818, 0.34644097089767456, -0.01642896607518196, 0.23658981919288635, 0.24947959184646606, -0.1460610032081604, -0.3280550241470337, -0.049315329641103745, -0.21431446075439453, -0.06740394234657288, 0.11091553419828415, -0.23987604677677155, 0.0009283424587920308, 0.10021179169416428, -0.08307426422834396, 0.2259790152311325, -0.33424922823905945, -0.08199469745159149, 0.08447260409593582, -0.06152703985571861, 0.28059670329093933, -0.185256689786911, -0.14876973628997803, -0.08076273649930954, -0.12190268933773041, 0.14014481008052826, -0.12170793116092682, 0.10055597126483917, 0.01604536548256874, 0.03783600032329559, -0.038682498037815094, -0.0360981784760952, 0.19055691361427307, 0.07500551640987396, 0.09408669918775558, -0.057176150381565094, -0.10473576188087463, 0.2422790229320526, 0.016336731612682343, -0.012548093684017658, -0.11033262312412262, -0.035253338515758514, -0.15234071016311646, -0.022450271993875504, -0.03106577880680561, 0.10459215193986893, -0.012417511083185673, -0.10442019253969193, -0.08452382683753967, 0.03833700716495514, -0.11493582278490067, 0.002110146451741457, 0.37089723348617554, -0.07157371193170547, 0.10684514790773392, 0.05517324060201645, 0.01612645760178566, -0.12163015455007553, -0.005688678938895464, -0.07131829857826233, -0.02636510133743286, 0.08688787370920181, -0.19009709358215332, -0.028203610330820084, 0.11619798094034195, -0.027028588578104973, 0.12883958220481873, 0.07666047662496567, -0.04151476174592972, 0.011015628464519978, 0.1400219351053238, -0.08810845762491226, -0.1681273728609085, 0.015540782362222672, 0.06095670908689499, 0.10765033215284348, -0.04221319779753685, 0.06083158776164055, 0.06586314737796783, 0.042918793857097626, 0.03981303423643112, 0.005730387754738331, -0.06463572382926941, -0.007098886650055647, -0.022058160975575447, 0.04958323761820793, -0.12691360712051392, 0.14890536665916443, 0.12786373496055603, -0.03830429166555405, -0.07122071087360382, 0.1817704737186432, -0.08054468035697937, -0.10502982139587402, -0.14889898896217346, 0.10116680711507797, -0.05535634607076645, -0.051745716482400894, 0.002882051980122924, -0.1170283630490303, 0.01510672364383936, 0.14059226214885712, -0.00005459384192363359, 0.10252270102500916, -0.0014370789285749197, -0.03231671079993248, 0.1354808509349823, -0.07065772265195847, -0.19661246240139008, 0.03492692485451698, -0.08096326887607574, -0.09266136586666107, 0.030649079009890556, 0.07008901238441467, -0.059854380786418915, -0.09501767158508301, -0.20121987164020538, 0.07838048040866852, -0.07978488504886627, 0.013082537800073624, -0.08402635157108307, -0.04751046001911163, 0.012693733908236027, 0.015641767531633377, -0.06524121761322021, -0.07000531256198883, -0.15867239236831665, 0.008616568520665169, -0.005910902284085751, 0.15811410546302795, -0.07152100652456284, -0.008668123744428158, 0.11766906827688217, 0.018098194152116776, 0.10453972220420837, 0.02420121431350708, -0.041375502943992615, 0.11404204368591309, -0.1955377161502838, -0.026449143886566162, 0.09394172579050064, 0.00907429400831461, 0.007961759343743324, 0.14576230943202972, -0.05120658129453659, 0.03310129791498184, 0.02566548064351082, 0.09075697511434555, -0.21670803427696228, -0.17242534458637238, -0.021268602460622787, -0.04360451549291611, -0.21103082597255707, 0.01724505051970482, -0.13744214177131653, 0.12563912570476532, -0.014278586953878403, 0.13448700308799744, 0.039212312549352646, 0.054995205253362656, -0.015375017188489437, 0.02024182304739952, 0.013494421727955341, -0.09550181031227112, -0.06415379047393799, -0.1339460015296936, -0.0887811928987503, -0.013319750316441059, 0.3230409622192383, 0.08253191411495209, -0.16072024405002594, 0.08948736637830734, 0.1484030932188034, 0.02417529746890068, -0.016059203073382378, 0.2693238854408264, 0.11632243543863297, 0.0002520554407965392, -0.09000185132026672, -0.004846504889428616, -0.0431181937456131, -0.08446303009986877, 0.22235290706157684, 0.11827445030212402, 0.002739472547546029, 0.01800091750919819, 0.10670749098062515, -0.048712749034166336, -0.05099090561270714, -0.039698343724012375, 0.17397387325763702, 0.055806152522563934, -0.016064759343862534, 0.08138179779052734, 0.2013852298259735, -0.09040367603302002, 0.08166974037885666, -0.052686579525470734, -0.031098786741495132, -0.11235776543617249, -0.06659609079360962, 0.003312590066343546, -0.09439706057310104, 0.06113441661000252, -0.02925136499106884, 0.04636049643158913, 0.22313009202480316, 0.029904183000326157, -0.031157393008470535, 0.0764949843287468, -0.11001397669315338, -0.09237638115882874, -0.004408654291182756, -0.04974960535764694, 0.03528401628136635, -0.18957790732383728, -0.06670231372117996, -0.018150174990296364, -0.06804686784744263, -0.07081032544374466, 0.07783421128988266, -0.014058185741305351, -0.03634882718324661, -0.20658007264137268, -0.07437613606452942, -0.06098306179046631, 0.0911891832947731, -0.0699387937784195, 0.20463697612285614, 0.01477629505097866, -0.005334785208106041, 0.08004795759916306, 0.17897653579711914, 0.010123299434781075, -0.1407126784324646, 0.04739946871995926, 0.14241567254066467, 0.013800367712974548, 0.06739018857479095, -0.05066865310072899, -0.034407563507556915, -0.03868919610977173, 0.1735691875219345, 0.32439643144607544, -0.040914058685302734, -0.02264399640262127, -0.07771765440702438, 0.03984248265624046, 0.0752992331981659, 0.20475228130817413, -0.06176961958408356, 0.2536762058734894, -0.028512652963399887, 0.06337739527225494, -0.027898861095309258, -0.023404570296406746, -0.1078619509935379, 0.07627774029970169, 0.08783256262540817, -0.07087457180023193, -0.07249513268470764, 0.21158966422080994, -0.18533740937709808, 0.07987076789140701, 0.09999915957450867, -0.06873106956481934, -0.024606240913271904, -0.0024739978834986687, 0.16082490980625153, -0.05353076010942459, 0.07653960585594177, -0.06752558052539825, -0.10044574737548828, -0.14348529279232025, 0.007358101662248373, -0.2910020053386688, -0.12394901365041733, 0.12355466187000275, 0.009672749787569046, 0.19036531448364258, -0.05089288949966431, 0.05584573745727539, 0.013468300923705101, -0.00462333532050252, -0.05892490595579147, 0.11225634068250656, 0.06783793866634369, -0.016514914110302925, -0.07152902334928513, -0.06068006902933121, -0.027431100606918335, -0.024132173508405685, 0.06884985417127609, -0.09978027641773224, 0.01549718901515007, 0.0766284316778183, -0.05745230242609978, -0.04783700034022331, -0.02181793563067913, -0.11182674765586853, 0.06703690439462662, -0.012768866494297981, 0.03013262338936329, -0.028475245460867882, -0.030692357569932938, -0.00758433248847723, 0.06385548412799835, -0.16337476670742035, -0.10382445156574249, 0.015727251768112183, -0.07389100641012192, 0.12730565667152405, 0.024975253269076347, -0.26695409417152405, 0.016755692660808563, -0.10681357979774475, 0.13127401471138, -0.12929598987102509, 0.057657480239868164, 0.13789428770542145, -0.06362537294626236, 0.0019477421883493662, -0.3894268870353699, 0.05708783492445946, 0.016390809789299965, -0.026013800874352455, -0.08231695741415024 ]
844aa403486950f583e399578cb11f89fa05f87f
# Forecasting Future World Events with Neural Networks This is an (unofficial) repository for "[Forecasting Future World Events with Neural Networks](http://arxiv.org/abs/2206.15474)" by [Andy Zou](https://andyzoujm.github.io/), [Tristan Xiao](https://www.linkedin.com/in/tristan-xiao/), [Ryan Jia](https://www.linkedin.com/in/ryanjia/), [Joe Kwon](joekwon.io), [Mantas Mazeika](https://www.linkedin.com/in/mmazeika/), [Richard Li](https://www.linkedin.com/in/lirichard23/), [Dawn Song](https://people.eecs.berkeley.edu/~dawnsong/), [Jacob Steinhardt](https://www.stat.berkeley.edu/~jsteinhardt/), [Owain Evans](https://owainevans.github.io/), and [Dan Hendrycks](https://danhendrycks.com/). <img align="center" src="assets/splash.png" width="750"> ## Introduction Forecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits. ## Autocast Dataset The original version of the [Autocast dataset can be downloaded here](https://people.eecs.berkeley.edu/~hendrycks/autocast.tar.gz). For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in `usage.ipynb`. Each question has the following fields: ```json { "id": "unique identifier (str)", "question": "question body (str)", "background": "question context/details (str)", "qtype": "question type (str)", "status": "question status (str)", "choices": "choices or possible ranges (List or Dict)", "answer": "question resolution (str or float)", "crowd": "human crowd forecasts over time (List)", "publish_time": "publish timestamp (str)", "close_time": "close timestamp (str)", "prediction_count": "number of crowd predictions (int)", "forecaster_count": "number of crowd forecasters (int)", "tags": "question category (List)", "source_links": "source links from comments (List)" } ``` The authors obtained permission from [Metaculus](https://www.metaculus.com/) to host the dataset on GitHub for research purposes only. ## IntervalQA Dataset Motivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), we also curate IntervalQA, a dataset of numerical questions and metrics for calibration. [Download the IntervalQA dataset here](https://people.eecs.berkeley.edu/~hendrycks/intervalqa.tar.gz). ## Citation If you find this useful in your research, please consider citing: @article{zouforecasting2022, title={Forecasting Future World Events with Neural Networks}, author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks}, journal={NeurIPS}, year={2022} }
AlgoveraAI/autocast
[ "task_categories:time-series-forecasting", "arxiv:2206.15474", "region:us" ]
2024-01-17T12:05:02+00:00
{"task_categories": ["time-series-forecasting"]}
2024-01-23T11:34:41+00:00
[ "2206.15474" ]
[]
TAGS #task_categories-time-series-forecasting #arxiv-2206.15474 #region-us
# Forecasting Future World Events with Neural Networks This is an (unofficial) repository for "Forecasting Future World Events with Neural Networks" by Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks. <img align="center" src="assets/URL" width="750"> ## Introduction Forecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits. ## Autocast Dataset The original version of the Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'. Each question has the following fields: The authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only. ## IntervalQA Dataset Motivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), we also curate IntervalQA, a dataset of numerical questions and metrics for calibration. Download the IntervalQA dataset here. If you find this useful in your research, please consider citing: @article{zouforecasting2022, title={Forecasting Future World Events with Neural Networks}, author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks}, journal={NeurIPS}, year={2022} }
[ "# Forecasting Future World Events with Neural Networks\n\nThis is an (unofficial) repository for \"Forecasting Future World Events with Neural Networks\" \nby Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks.\n\n<img align=\"center\" src=\"assets/URL\" width=\"750\">", "## Introduction\n\nForecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits.", "## Autocast Dataset\n\nThe original version of the Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'.\n\nEach question has the following fields:\n \n\nThe authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only.", "## IntervalQA Dataset\n\nMotivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), we also curate IntervalQA, a dataset of numerical questions and metrics for calibration.\n\nDownload the IntervalQA dataset here.\n\nIf you find this useful in your research, please consider citing:\n\n @article{zouforecasting2022,\n title={Forecasting Future World Events with Neural Networks},\n author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks},\n journal={NeurIPS},\n year={2022}\n }" ]
[ "TAGS\n#task_categories-time-series-forecasting #arxiv-2206.15474 #region-us \n", "# Forecasting Future World Events with Neural Networks\n\nThis is an (unofficial) repository for \"Forecasting Future World Events with Neural Networks\" \nby Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks.\n\n<img align=\"center\" src=\"assets/URL\" width=\"750\">", "## Introduction\n\nForecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits.", "## Autocast Dataset\n\nThe original version of the Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'.\n\nEach question has the following fields:\n \n\nThe authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only.", "## IntervalQA Dataset\n\nMotivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), we also curate IntervalQA, a dataset of numerical questions and metrics for calibration.\n\nDownload the IntervalQA dataset here.\n\nIf you find this useful in your research, please consider citing:\n\n @article{zouforecasting2022,\n title={Forecasting Future World Events with Neural Networks},\n author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks},\n journal={NeurIPS},\n year={2022}\n }" ]
[ 29, 103, 227, 80, 171 ]
[ "passage: TAGS\n#task_categories-time-series-forecasting #arxiv-2206.15474 #region-us \n# Forecasting Future World Events with Neural Networks\n\nThis is an (unofficial) repository for \"Forecasting Future World Events with Neural Networks\" \nby Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks.\n\n<img align=\"center\" src=\"assets/URL\" width=\"750\">## Introduction\n\nForecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits.## Autocast Dataset\n\nThe original version of the Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'.\n\nEach question has the following fields:\n \n\nThe authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only." ]
[ -0.03219882398843765, 0.02873675338923931, -0.00024502648739144206, 0.03612203150987625, 0.08480539917945862, -0.018782667815685272, 0.09201053529977798, 0.016089366748929024, 0.07846210151910782, 0.07991202920675278, 0.015643222257494926, -0.08350543677806854, 0.070895716547966, 0.08925458043813705, 0.13350503146648407, -0.26488348841667175, 0.032200202345848083, -0.14088866114616394, -0.018206126987934113, 0.06275509297847748, 0.0569586381316185, -0.09783395379781723, 0.09718343615531921, -0.010119977407157421, -0.02765062265098095, 0.010835403576493263, -0.05022340267896652, -0.06213798373937607, 0.10021034628152847, 0.08491610735654831, -0.021683363243937492, -0.07162550836801529, 0.021477332338690758, -0.1463814675807953, 0.014554220251739025, 0.06344660371541977, 0.04605972766876221, 0.0438164584338665, 0.07696116715669632, 0.01846516691148281, 0.08916822820901871, -0.08548710495233536, 0.04636732488870621, 0.031748440116643906, -0.13012515008449554, -0.04656171426177025, -0.11689340323209763, -0.03458283841609955, 0.12844623625278473, 0.10293061286211014, -0.0474356934428215, 0.22548648715019226, -0.03855881467461586, 0.016175882890820503, 0.02159917540848255, -0.24953190982341766, -0.02043635956943035, -0.03504524752497673, 0.039979930967092514, 0.10377026349306107, -0.02979033812880516, 0.05167651176452637, 0.030926929786801338, 0.007265129592269659, -0.02707185223698616, -0.05064902827143669, 0.01734677143394947, -0.047767724841833115, -0.13600115478038788, -0.05641617625951767, 0.26285839080810547, -0.0011065236758440733, -0.10810106247663498, -0.1429986208677292, 0.013259686529636383, 0.12265023589134216, 0.016147471964359283, -0.0350031740963459, -0.014174113981425762, -0.0528208389878273, 0.025827545672655106, -0.05482178553938866, -0.07386445254087448, -0.014396753162145615, -0.08116889744997025, 0.2178434580564499, 0.023107456043362617, 0.05201950669288635, -0.08673335611820221, 0.08657067269086838, -0.05027587711811066, -0.022694069892168045, -0.029227273538708687, -0.07390350848436356, -0.18498128652572632, -0.03438035026192665, -0.04037105664610863, -0.1479680985212326, -0.07572416961193085, 0.15552133321762085, 0.07812779396772385, 0.04489777982234955, 0.057478293776512146, 0.018679214641451836, 0.19607095420360565, 0.08385971933603287, -0.05809199437499046, -0.11784704774618149, 0.015864141285419464, -0.07987383008003235, 0.08176290988922119, -0.05366379767656326, -0.021002622321248055, 0.03565075621008873, -0.07101720571517944, 0.07778013497591019, 0.12250979989767075, 0.015776287764310837, -0.023358961567282677, -0.013625018298625946, 0.12588950991630554, -0.06438907235860825, -0.0034835785627365112, -0.02986803464591503, -0.12068285793066025, -0.03305245190858841, -0.012730259448289871, 0.02576540783047676, -0.056212667375802994, 0.03342128172516823, -0.11577758938074112, -0.07848812639713287, -0.09053710103034973, -0.08735167235136032, 0.05539138987660408, 0.050622325390577316, 0.024076858535408974, -0.0644858181476593, -0.15224801003932953, -0.06809154897928238, -0.017514999955892563, -0.035901620984077454, -0.024746522307395935, 0.02457938902080059, 0.05066298320889473, -0.04669591411948204, 0.006895906291902065, 0.07336962223052979, -0.011703568510711193, 0.0027238738257437944, -0.06066557765007019, 0.040848467499017715, -0.04689840227365494, 0.003025991376489401, -0.14051339030265808, 0.019968174397945404, -0.14263302087783813, 0.07382053136825562, -0.04643843322992325, -0.010759897530078888, -0.08096808195114136, 0.010597405955195427, -0.0009510450181551278, 0.06852772831916809, 0.002649064641445875, 0.14577186107635498, -0.07386443763971329, -0.016167402267456055, 0.06327185779809952, -0.09861818701028824, -0.03488129749894142, 0.06927833706140518, -0.015036345459520817, 0.05321618542075157, 0.135121688246727, 0.10001163184642792, 0.029328469187021255, 0.003538021817803383, 0.003831394948065281, -0.055472102016210556, -0.03101852722465992, 0.06887535005807877, 0.06800729036331177, -0.03639143332839012, -0.07930215448141098, 0.009541739709675312, 0.010054352693259716, -0.0069648935459554195, -0.02346266433596611, -0.029440324753522873, 0.06054633483290672, -0.008117055520415306, -0.07952721416950226, -0.023160507902503014, -0.002687277039512992, -0.00876538548618555, -0.0399920716881752, -0.007869118824601173, 0.06793606281280518, -0.0012234230525791645, 0.02135196141898632, -0.06450109928846359, -0.018105125054717064, -0.027149658650159836, -0.022891173139214516, -0.14672429859638214, -0.15588097274303436, 0.062061626464128494, -0.0853872150182724, 0.13517232239246368, 0.04577578976750374, 0.027776243165135384, 0.061139065772295, 0.0395236611366272, 0.05141317844390869, 0.03758234158158302, -0.015345390886068344, -0.07629676908254623, -0.11278177052736282, -0.028731999918818474, -0.07338175177574158, 0.09542837738990784, -0.0456361398100853, -0.05101601406931877, -0.039034515619277954, 0.025683877989649773, 0.05083085224032402, -0.0800846740603447, 0.05510549619793892, 0.055062513798475266, 0.028081534430384636, 0.003759416751563549, -0.005990908015519381, -0.024417923763394356, -0.08826060593128204, 0.11211340129375458, -0.22429555654525757, -0.15545088052749634, 0.0665716826915741, 0.10355494916439056, -0.07499831914901733, -0.04075763002038002, -0.0018225056119263172, -0.06049003079533577, -0.09574276208877563, -0.01898854784667492, 0.19431477785110474, 0.019229546189308167, 0.020342495292425156, -0.03519976884126663, -0.015215936116874218, 0.017266331240534782, -0.042797934263944626, -0.004830366466194391, 0.08298616856336594, -0.02884979173541069, -0.12742847204208374, 0.043122194707393646, -0.06824623793363571, 0.03191418573260307, 0.07240557670593262, 0.03771837055683136, -0.07189490646123886, -0.0067628370597958565, -0.06205076724290848, -0.019758492708206177, 0.13596680760383606, -0.004430172964930534, 0.02809363789856434, 0.032286882400512695, 0.03377336263656616, 0.02791801281273365, -0.03404552489519119, 0.002579892287030816, 0.00900887232273817, 0.05245532840490341, -0.07406830787658691, 0.002844766480848193, -0.04582082852721214, 0.09063687175512314, 0.055911533534526825, 0.08294115215539932, 0.0042420849204063416, -0.03912927955389023, -0.12648595869541168, 0.16886037588119507, -0.08490373939275742, -0.18309688568115234, -0.12430223077535629, 0.04146888107061386, -0.02304007112979889, -0.007583474740386009, 0.013695825822651386, -0.002337819430977106, -0.0995243713259697, -0.09185735881328583, 0.07840373367071152, -0.053257063031196594, -0.06594483554363251, -0.039871931076049805, -0.07729315012693405, -0.03930231183767319, -0.0741395577788353, 0.027987323701381683, -0.043766219168901443, -0.09983952343463898, 0.018819186836481094, 0.026695847511291504, 0.1219225749373436, 0.0546882227063179, 0.04102929309010506, -0.039752550423145294, -0.02505687065422535, 0.22545717656612396, -0.11364389210939407, 0.09219331294298172, 0.12091302126646042, -0.04500484839081764, 0.05330846458673477, 0.053902044892311096, 0.0036442140117287636, -0.0356135256588459, 0.07857681810855865, 0.04463890567421913, -0.06239529699087143, -0.19396457076072693, -0.13359561562538147, -0.015279733575880527, -0.059677544981241226, 0.025666676461696625, 0.03143016993999481, 0.08150044083595276, 0.06432771682739258, -0.07291269302368164, 0.002336204284802079, -0.008790615946054459, 0.05563591793179512, 0.016947096213698387, -0.014687194488942623, 0.010633439756929874, -0.07269663363695145, -0.04803477227687836, 0.13126106560230255, 0.03407672792673111, 0.2482984960079193, 0.0453004464507103, 0.08075805008411407, 0.036904823035001755, -0.03973221406340599, 0.03419726341962814, 0.07545964419841766, -0.02757192961871624, 0.05382251366972923, -0.0669836476445198, -0.03919866308569908, 0.03073437139391899, 0.06677819043397903, 0.07076968252658844, -0.06799084693193436, -0.01949608139693737, -0.050948530435562134, 0.008256595581769943, 0.16002313792705536, 0.035192400217056274, -0.1114516407251358, -0.036499347537755966, 0.07204612344503403, -0.06400507688522339, -0.07478196173906326, 0.024762477725744247, 0.1062224805355072, -0.14683735370635986, 0.05206717923283577, -0.01762060821056366, 0.06286473572254181, -0.08564843982458115, -0.023918425664305687, -0.06417625397443771, 0.07241566479206085, -0.0448097325861454, 0.1089617982506752, -0.12885092198848724, 0.08335951715707779, 0.02389618381857872, 0.07001543045043945, -0.1258886456489563, -0.025104038417339325, -0.027911098673939705, -0.08429010212421417, 0.12173990160226822, 0.03203670680522919, -0.09530024230480194, -0.04665818810462952, -0.16307547688484192, 0.028418466448783875, 0.03872248902916908, -0.04518713057041168, 0.060548942536115646, 0.03082345426082611, 0.02492993324995041, -0.03308270126581192, -0.10276386141777039, -0.1224721148610115, -0.13427171111106873, 0.007619406562298536, -0.06712360680103302, 0.06729742884635925, -0.04127068817615509, 0.007841451093554497, -0.0042579881846904755, -0.026577554643154144, -0.03847305476665497, -0.06907744705677032, -0.10027533769607544, 0.027234040200710297, 0.11937745660543442, -0.05659374222159386, 0.00043204231769777834, 0.020179782062768936, 0.06839435547590256, -0.03802628070116043, -0.0840521976351738, 0.07589779049158096, -0.05767295882105827, -0.14129683375358582, -0.06448328495025635, 0.03531623259186745, 0.19748063385486603, 0.04975326359272003, -0.01943199709057808, 0.01881256140768528, -0.00712184002622962, -0.13838794827461243, -0.00016133049211930484, 0.08497729152441025, -0.04016363248229027, 0.10908543318510056, 0.03392767161130905, -0.03290058672428131, -0.06686793267726898, -0.013200689107179642, 0.08822029829025269, 0.10954295843839645, -0.056266654282808304, 0.10999664664268494, 0.21415400505065918, -0.05430468171834946, -0.24014262855052948, -0.02115541137754917, -0.028572147712111473, 0.04171343892812729, 0.09489751607179642, -0.17928260564804077, 0.10513389110565186, 0.06952512264251709, -0.013560198247432709, 0.08427631855010986, -0.2969922423362732, -0.09105432778596878, 0.042027998715639114, 0.030367769300937653, 0.13386063277721405, -0.06873160600662231, -0.010032708756625652, 0.05386993661522865, 0.11521923542022705, 0.16045480966567993, -0.08038480579853058, 0.059955645352602005, -0.010278547182679176, 0.0731969028711319, 0.023123767226934433, -0.020212750881910324, 0.1442236751317978, 0.05334339663386345, 0.04002510756254196, -0.03761112689971924, 0.009811542928218842, 0.03251290321350098, -0.01784369722008705, 0.09549809247255325, 0.0916818156838417, 0.008974162861704826, -0.1592729091644287, -0.017826339229941368, -0.050275325775146484, 0.06463245302438736, -0.04352131485939026, -0.006775162648409605, -0.09252528846263885, 0.08432572335004807, 0.01351243071258068, 0.0031589139252901077, -0.009500376880168915, -0.025386754423379898, -0.03792576864361763, 0.047269538044929504, 0.1600816398859024, 0.13497710227966309, -0.12341880053281784, 0.02446313574910164, -0.011527306400239468, 0.09769124537706375, -0.087821826338768, -0.006574438419193029, 0.07434894889593124, 0.008148777298629284, 0.0099382558837533, -0.020678304135799408, -0.2132849544286728, 0.08957400172948837, 0.017830468714237213, -0.12835589051246643, -0.15242469310760498, -0.015593059360980988, 0.10618820786476135, -0.043237511068582535, -0.023711076006293297, 0.08931124955415726, -0.04795406758785248, -0.023280741646885872, 0.0047609684988856316, 0.0505809560418129, 0.0013080942444503307, 0.11296491324901581, 0.053771570324897766, 0.018642326816916466, -0.08872570842504501, 0.1922650784254074, 0.057549234479665756, -0.09591124206781387, 0.04592427983880043, 0.15982145071029663, -0.09379000961780548, -0.04930635914206505, -0.10392721742391586, 0.006900252774357796, -0.08176769316196442, -0.09332992136478424, 0.06059234216809273, -0.1096077486872673, -0.022103726863861084, 0.12788455188274384, -0.0222916416823864, 0.0134929483756423, -0.03230573982000351, -0.003980532754212618, -0.054697949439287186, 0.01946471445262432, 0.08765121549367905, 0.0033592733088880777, -0.0066800289787352085, -0.05831063166260719, 0.043152544647455215, 0.026963073760271072, -0.037305720150470734, -0.13492520153522491, -0.12655538320541382, 0.012399301864206791, -0.023112749680876732, -0.06143708527088165, -0.0721990168094635, -0.03200673311948776, -0.009628607891499996, -0.04593752324581146, 0.03315042331814766, 0.0051298560574650764, -0.040606699883937836, 0.00911081861704588, -0.03702656179666519, 0.03709940239787102, -0.08570533990859985, -0.005037525203078985, 0.06476770341396332, -0.044258374720811844, 0.06455034762620926, 0.04060033708810806, -0.017205631360411644, -0.0046437275595963, -0.06233920156955719, 0.08428157866001129, -0.060251928865909576, -0.0004066624096594751, 0.021754853427410126, -0.08045624941587448, -0.044795818626880646, -0.01979379914700985, 0.008669262751936913, -0.014781034551560879, 0.03313596919178963, -0.07935073226690292, 0.06724826246500015, 0.03763079270720482, -0.041087351739406586, -0.09360021352767944, -0.024547437205910683, 0.07849375903606415, 0.030405743047595024, 0.052393488585948944, -0.016692163422703743, 0.05831965059041977, -0.0832429900765419, 0.008184117265045643, 0.020826557651162148, 0.01276940107345581, -0.04721778631210327, 0.02824094146490097, 0.0390327051281929, 0.029524337500333786, 0.17154040932655334, -0.03679122403264046, 0.025138402357697487, 0.015427796170115471, 0.0530196912586689, -0.09015011787414551, 0.022625522688031197, -0.03905124589800835, 0.02948312647640705, -0.0025861505419015884, -0.025188302621245384, 0.014830334112048149, -0.07519697397947311, -0.04379098489880562, 0.053935859352350235, -0.01981864869594574, 0.16180454194545746, 0.05556343123316765, -0.02818402461707592, -0.07317335158586502, -0.01976162940263748, -0.021417878568172455, -0.03965793550014496, -0.00021572648256551474, -0.04971560463309288, -0.02366236224770546, 0.06827043741941452, -0.06066147983074188, 0.061283309012651443, 0.0401366762816906, -0.04707842320203781, -0.04051963612437248, -0.12881125509738922, -0.0005167403724044561, 0.011300140991806984, 0.0009478266583755612, -0.10114122927188873, 0.038099803030490875, 0.13706080615520477, 0.012787768617272377, -0.040126603096723557, 0.08963440358638763, -0.10054681450128555, -0.1027413010597229, 0.007249518297612667, 0.0024657694157212973, 0.0946916937828064, 0.07039961218833923, 0.0391073003411293, -0.02178085222840309, 0.06099569797515869, 0.051903996616601944, 0.10059545934200287, 0.058413032442331314, 0.0973619818687439, -0.03697194904088974, -0.06725296378135681, -0.015418753027915955, 0.021500060334801674, 0.05837872996926308, 0.14651808142662048, 0.04970208555459976, -0.03204851597547531, -0.03296861797571182, 0.15402553975582123, -0.039261456578969955, -0.013255619443953037, -0.09101308882236481, 0.3323343098163605, -0.04132447764277458, 0.002864969428628683, 0.005393389146775007, -0.1174420416355133, -0.013606995344161987, 0.21129699051380157, 0.16949613392353058, 0.014407406561076641, -0.048943180590867996, -0.05676155164837837, -0.008771540597081184, -0.012862427160143852, 0.1238539069890976, -0.0514504499733448, 0.2835005819797516, -0.092679962515831, 0.19961829483509064, -0.03554091975092888, 0.00770613644272089, -0.03215980529785156, 0.13114841282367706, 0.010667805559933186, -0.018007908016443253, -0.06149597093462944, 0.13561883568763733, -0.15893441438674927, -0.26626694202423096, 0.0394631028175354, -0.003021318232640624, -0.06030229851603508, 0.0630493089556694, -0.009859875775873661, 0.0649767592549324, 0.12190885841846466, 0.025275183841586113, 0.03367549553513527, 0.03986683487892151, 0.04188580811023712, -0.08999782800674438, -0.08224118500947952, 0.12186363339424133, -0.03789139539003372, 0.21435348689556122, 0.0027793385088443756, 0.12261559814214706, 0.022399574518203735, -0.02744872309267521, -0.13511240482330322, -0.002142959740012884, -0.0020339663606137037, -0.04814991354942322, 0.002732650376856327, 0.11028201133012772, 0.04768842086195946, 0.16200736165046692, 0.023570021614432335, 0.02800181694328785, 0.0531037412583828, -0.09257565438747406, 0.0638694241642952, -0.04446306452155113, 0.04923895746469498, -0.0657523050904274, 0.19674867391586304, 0.05462610349059105, -0.03995177149772644, 0.01823803409934044, -0.016218814998865128, -0.029318897053599358, -0.01653190702199936, 0.06600745022296906, 0.02091599442064762, -0.11053404211997986, -0.016914620995521545, -0.06837315857410431, 0.05222604423761368, -0.2004460096359253, 0.010356193408370018, -0.04569480940699577, -0.018515177071094513, 0.08023780584335327, 0.03687261417508125, 0.06448201090097427, -0.044893987476825714, -0.0433792844414711, -0.06235387921333313, 0.026240093633532524, 0.058707043528556824, -0.06418950855731964, -0.06274290382862091 ]
5ef2c5b8df689c7eb2cad93b9f0edb68aac3eda8
# Dataset Card for "20000-50000-ultrafeedback-binarized-preferences-cleaned-ita" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
giux78/20000-50000-ultrafeedback-binarized-preferences-cleaned-ita
[ "region:us" ]
2024-01-17T12:12:21+00:00
{"dataset_info": {"features": [{"name": "source", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "chosen", "list": [{"name": "content", "dtype": "string"}, {"name": "role", "dtype": "string"}]}, {"name": "chosen-rating", "dtype": "float64"}, {"name": "chosen-model", "dtype": "string"}, {"name": "rejected", "list": [{"name": "content", "dtype": "string"}, {"name": "role", "dtype": "string"}]}, {"name": "rejected-rating", "dtype": "float64"}, {"name": "rejected-model", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 197228907, "num_examples": 30000}], "download_size": 87134816, "dataset_size": 197228907}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-17T12:12:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "20000-50000-ultrafeedback-binarized-preferences-cleaned-ita" More Information needed
[ "# Dataset Card for \"20000-50000-ultrafeedback-binarized-preferences-cleaned-ita\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"20000-50000-ultrafeedback-binarized-preferences-cleaned-ita\"\n\nMore Information needed" ]
[ 6, 33 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"20000-50000-ultrafeedback-binarized-preferences-cleaned-ita\"\n\nMore Information needed" ]
[ -0.03914163261651993, 0.1185053214430809, -0.002720766933634877, -0.011771931312978268, 0.034787617623806, 0.10769174247980118, 0.036670517176389694, 0.14184962213039398, 0.06914785504341125, -0.06038903072476387, 0.020135752856731415, 0.009723705239593983, 0.08619057387113571, 0.3350598216056824, -0.10631166398525238, -0.033162835985422134, 0.08832171559333801, 0.06702668964862823, 0.01750260218977928, 0.05983056128025055, 0.0009500341257080436, -0.04707411676645279, 0.04729025810956955, -0.17479734122753143, -0.13833919167518616, 0.06752615422010422, -0.015108137391507626, -0.038887348026037216, 0.01956758089363575, -0.022519929334521294, 0.1894921213388443, -0.007505161687731743, -0.035525672137737274, -0.14022009074687958, 0.02227715589106083, 0.038501888513565063, -0.07662387192249298, 0.06067013740539551, -0.018164198845624924, -0.038703545928001404, -0.011579122394323349, 0.10212285816669464, -0.008600309491157532, -0.0404505729675293, -0.09073420614004135, -0.11980196833610535, -0.164238840341568, 0.058665525168180466, -0.010918105952441692, -0.07788269221782684, 0.04771452769637108, 0.11797977983951569, -0.13521708548069, 0.043550487607717514, -0.04097633436322212, 0.06072307005524635, 0.02159920707345009, 0.11663953959941864, -0.1231565997004509, 0.05727525055408478, 0.013283660635352135, 0.02502639964222908, 0.05959538370370865, -0.029284697026014328, -0.02702243998646736, -0.018856149166822433, -0.12153075635433197, 0.07129551470279694, -0.02679552510380745, -0.05849210545420647, 0.2044455111026764, 0.06282265484333038, -0.02463398687541485, -0.04430214315652847, -0.08563853800296783, -0.17246891558170319, -0.03261728212237358, 0.0403689481317997, 0.041973359882831573, 0.016038423404097557, 0.059825751930475235, -0.02576630562543869, -0.0471138171851635, -0.1466781198978424, -0.21972469985485077, 0.19240833818912506, -0.050586357712745667, 0.12065993994474411, -0.08164472877979279, -0.004091908223927021, 0.021394193172454834, -0.04136955365538597, -0.05443955585360527, -0.10074393451213837, -0.07054294645786285, -0.07862486690282822, 0.01880246214568615, 0.009796705096960068, 0.08807844668626785, 0.1596180945634842, 0.12138807028532028, -0.007835779339075089, -0.08394036442041397, 0.012283326126635075, 0.16478128731250763, -0.17324088513851166, -0.062132880091667175, 0.004041685257107019, -0.05911870300769806, -0.008844388648867607, 0.06159806624054909, -0.06615983694791794, -0.07592473179101944, -0.017935777083039284, -0.04210585355758667, 0.09865692257881165, -0.02832108363509178, -0.03569072112441063, -0.062445808202028275, -0.056747324764728546, 0.17966288328170776, -0.11604009568691254, 0.05216246470808983, 0.03894742205739021, -0.030438974499702454, 0.03517512232065201, -0.17618410289287567, -0.045660633593797684, 0.04148802533745766, 0.0946565642952919, -0.03206690773367882, 0.02121094986796379, -0.10654640197753906, -0.12276569753885269, 0.06950153410434723, -0.1164826899766922, 0.038544896990060806, -0.123112253844738, -0.30812352895736694, 0.052674658596515656, 0.03347368165850639, -0.117205910384655, 0.20684538781642914, 0.07142114639282227, 0.004112559836357832, 0.05178459733724594, -0.07868015766143799, 0.1556854397058487, -0.13007144629955292, 0.06253764033317566, 0.0021630136761814356, 0.09530267864465714, -0.20964327454566956, 0.012191925197839737, -0.09558995813131332, -0.01199829950928688, -0.010204038582742214, 0.02209388092160225, -0.13686420023441315, 0.052425872534513474, -0.03867212310433388, 0.004521376919001341, -0.1850455105304718, 0.06917615979909897, 0.0034189417492598295, 0.06196208298206329, -0.2989981770515442, -0.04243379831314087, 0.1676778942346573, -0.1754966825246811, -0.045894067734479904, 0.026428494602441788, -0.028142713010311127, -0.004979382269084454, 0.01327627245336771, 0.21292780339717865, 0.04334177449345589, 0.073440782725811, -0.05695163458585739, 0.13070200383663177, -0.16462527215480804, -0.14404450356960297, 0.019304612651467323, 0.014577998779714108, -0.17036083340644836, 0.003683303017169237, 0.07685600966215134, 0.05836201831698418, -0.03726907819509506, -0.058920346200466156, -0.013596116565167904, -0.09972018003463745, 0.06729690730571747, -0.04266388341784477, 0.01230919361114502, -0.016775215044617653, 0.0845557227730751, -0.010026694275438786, 0.14284925162792206, 0.008534477092325687, -0.038696542382240295, -0.11401523649692535, 0.15131384134292603, -0.02802862413227558, 0.02909461222589016, -0.17904652655124664, 0.022435784339904785, 0.03233847767114639, -0.059825751930475235, -0.1152433380484581, 0.0496017150580883, 0.049970436841249466, -0.07627646625041962, -0.015336851589381695, -0.007689211051911116, 0.07231966406106949, 0.024167383089661598, 0.06280407309532166, 0.01888217218220234, -0.050208985805511475, -0.11167340725660324, -0.021239841356873512, -0.06872837245464325, -0.08689885586500168, 0.11432170867919922, 0.10865477472543716, 0.07244999706745148, 0.000532892532646656, 0.07478272914886475, 0.02870132401585579, -0.010686567053198814, -0.08143573254346848, 0.03170665353536606, -0.05149582400918007, 0.002497826935723424, -0.013634108006954193, -0.007020716555416584, 0.3117598295211792, 0.1708495020866394, 0.061419036239385605, -0.04092836007475853, 0.03989705815911293, 0.04671483114361763, 0.016703059896826744, -0.03205861896276474, 0.00865020789206028, -0.19826306402683258, 0.02473163604736328, 0.051652904599905014, -0.03578009828925133, 0.021740131080150604, 0.01906188391149044, 0.030458154156804085, -0.08484906703233719, -0.032455723732709885, 0.08906418085098267, -0.3322787284851074, 0.10245800018310547, 0.12369582056999207, 0.07735323160886765, 0.21216949820518494, -0.04229786619544029, -0.060876570641994476, -0.005189973395317793, -0.03633537515997887, -0.08401568233966827, 0.14863590896129608, 0.06491858512163162, 0.0009465384064242244, 0.059457190334796906, -0.02326439693570137, 0.05435305833816528, -0.07829194515943527, -0.03043634071946144, -0.01694708690047264, -0.06177021190524101, -0.08807455748319626, 0.017324576154351234, -0.01584356650710106, 0.08454705774784088, -0.00818546675145626, -0.0033137756399810314, 0.1291382759809494, -0.02220015786588192, 0.0035850503481924534, 0.0848577544093132, -0.11095251142978668, -0.3013859689235687, -0.0047798301093280315, -0.09995795041322708, 0.08349892497062683, 0.01687665469944477, -0.08404562622308731, -0.01067395694553852, -0.10211510211229324, -0.024620583280920982, -0.057695355266332626, -0.07650229334831238, 0.011154254898428917, -0.0072573451325297356, -0.010169442743062973, -0.022785281762480736, -0.07541017979383469, 0.025131721049547195, -0.005046267062425613, 0.08421191573143005, 0.15297527611255646, -0.061123497784137726, 0.1363239884376526, 0.041853249073028564, -0.04458875209093094, 0.06515247374773026, -0.005555591080337763, -0.020199459046125412, -0.04188600182533264, 0.011170642450451851, 0.05402369797229767, -0.002749232342466712, -0.0047837067395448685, 0.13026441633701324, 0.05666724964976311, -0.08643006533384323, 0.005218942649662495, 0.008978845551609993, -0.09242253750562668, -0.13036470115184784, -0.14104996621608734, -0.041004784405231476, 0.05162005126476288, 0.11337324976921082, 0.11755535006523132, -0.017629550769925117, 0.056426264345645905, 0.04359736666083336, -0.07737794518470764, -0.1690540462732315, -0.047159936279058456, -0.008983517996966839, 0.012504782527685165, 0.005046379286795855, -0.14315906167030334, -0.005625127349048853, 0.2098492980003357, 0.06286893039941788, 0.16404977440834045, 0.08954928815364838, 0.09623120725154877, -0.025297893211245537, 0.05257495492696762, 0.18170467019081116, 0.1388370543718338, 0.09603943675756454, -0.040672704577445984, 0.0029852474108338356, 0.0631062462925911, -0.04632771015167236, -0.027664078399538994, 0.08466754853725433, -0.1079159677028656, 0.08563753962516785, -0.16266512870788574, 0.050875142216682434, -0.0004949028952978551, 0.051847752183675766, -0.1826704889535904, 0.09510920941829681, 0.04876751825213432, 0.037306610494852066, -0.12740708887577057, 0.006610962562263012, 0.10224010795354843, 0.022340286523103714, 0.11072942614555359, -0.01475445181131363, 0.04667180776596069, -0.1267462819814682, -0.06894075870513916, -0.027696114033460617, -0.01096124667674303, -0.025216801092028618, 0.0575612410902977, -0.26956361532211304, 0.1434372514486313, 0.03011137619614601, 0.02414182387292385, -0.05923439562320709, -0.08287221193313599, 0.018450196832418442, 0.0009187092655338347, 0.04691113531589508, 0.023707984015345573, -0.19690364599227905, -0.1700710952281952, -0.041246842592954636, -0.02883818745613098, 0.05041090399026871, 0.08936450630426407, -0.042265452444553375, 0.007260512560606003, -0.01657729595899582, -0.06078701093792915, -0.00626130448654294, -0.04389031231403351, -0.0861678272485733, 0.009549597278237343, 0.09217800945043564, -0.02429574355483055, -0.01181621290743351, -0.03573094308376312, 0.07350120693445206, 0.07493962347507477, -0.03949480503797531, 0.006477301940321922, -0.13029003143310547, 0.07308651506900787, 0.09287291765213013, 0.06683041155338287, 0.035159334540367126, 0.0290474034845829, 0.06636784225702286, -0.016991792246699333, -0.1992150843143463, 0.09598973393440247, -0.06594671308994293, 0.08874432742595673, -0.02425295300781727, 0.014552959240972996, -0.04675327241420746, 0.023131439462304115, 0.012349153868854046, -0.05354442074894905, 0.017276059836149216, -0.07359348982572556, 0.17235030233860016, -0.002526558004319668, 0.09316304326057434, 0.22792907059192657, 0.049467962235212326, -0.03774621710181236, 0.1062282994389534, -0.01907375641167164, 0.1207260861992836, 0.08485817909240723, -0.02575886994600296, 0.10337764024734497, 0.09580301493406296, -0.02692721039056778, -0.23927439749240875, -0.024661840870976448, -0.12008020281791687, 0.005537171848118305, -0.1196339949965477, -0.3135390281677246, 0.018514441326260567, 0.08379380404949188, -0.025992700830101967, 0.3360975980758667, 0.039633747190237045, -0.002771946834400296, 0.23791322112083435, 0.010903045535087585, 0.37191230058670044, -0.04985392838716507, -0.07827246189117432, -0.09636572003364563, -0.11799687892198563, 0.3113669157028198, -0.08339159935712814, 0.03456971421837807, -0.030112704262137413, 0.06501446664333344, -0.03397057205438614, -0.02447473257780075, 0.11664020270109177, 0.021854549646377563, 0.19835162162780762, -0.06434055417776108, -0.04887446016073227, 0.025672314688563347, -0.00455568777397275, 0.048006054013967514, 0.04006832838058472, -0.0016347113996744156, -0.017084984108805656, -0.03489993140101433, 0.03928294777870178, 0.01112168375402689, 0.08946216851472855, -0.009801388718187809, -0.039494987577199936, 0.07368069142103195, -0.1155180037021637, -0.044333744794130325, 0.032142557203769684, 0.013209603726863861, -0.006090765818953514, -0.018111534416675568, -0.02325674332678318, -0.16445881128311157, 0.10104481875896454, -0.04821260645985603, -0.10831818729639053, 0.12717999517917633, -0.05483691766858101, 0.052880752831697464, 0.014502493664622307, 0.04412329941987991, 0.09160526096820831, 0.04135042056441307, -0.014308004640042782, -0.03958095610141754, 0.1318713277578354, -0.09340998530387878, 0.07247686386108398, 0.09013092517852783, -0.10922021418809891, -0.008231179788708687, -0.04237150400876999, 0.0057740299962460995, 0.0856291875243187, 0.006495617795735598, 0.016158264130353928, 0.009194960817694664, -0.027458541095256805, 0.09588827192783356, 0.03857344761490822, 0.031018927693367004, -0.1944262683391571, 0.15834209322929382, -0.07668747007846832, -0.11571777611970901, 0.03462279587984085, -0.11244434863328934, -0.10791099071502686, -0.09956711530685425, -0.07611816376447678, 0.22860580682754517, 0.00005050869731348939, -0.15654738247394562, 0.03155084699392319, -0.07774478197097778, 0.06172451749444008, 0.11433706432580948, 0.06893254071474075, 0.14423592388629913, -0.01990174502134323, -0.025934237986803055, 0.0019831345416605473, -0.08701735734939575, -0.06875579804182053, 0.05237729102373123, -0.07203630357980728, -0.12538288533687592, -0.004654396325349808, 0.03150530159473419, -0.09019266068935394, -0.03288361057639122, -0.041290245950222015, 0.038351770490407944, -0.06945067644119263, 0.0910772755742073, -0.025356611236929893, 0.0211957860738039, 0.035450052469968796, 0.03888069838285446, -0.06830393522977829, -0.06150541827082634, -0.11606325209140778, 0.0842132568359375, 0.06528177112340927, -0.04423663020133972, -0.020444195717573166, 0.03365318849682808, 0.006141139194369316, 0.019191881641745567, 0.07756903022527695, 0.15324430167675018, 0.018248947337269783, 0.08710277080535889, -0.06133105978369713, -0.22681711614131927, 0.09610218554735184, 0.06199686974287033, 0.023539941757917404, -0.009068349376320839, 0.015346935950219631, 0.14379940927028656, -0.06461768597364426, 0.044976674020290375, -0.03791870176792145, -0.08621043711900711, -0.01570797711610794, -0.2090827375650406, -0.0012263974640518427, -0.009476205334067345, 0.0111022824421525, 0.21622920036315918, 0.07104716449975967, 0.09554348140954971, 0.038036320358514786, -0.08923592418432236, -0.020938698202371597, -0.022614769637584686, -0.035119447857141495, -0.13859476149082184, -0.06507349014282227, 0.06145625188946724, 0.058739423751831055, -0.018573619425296783, 0.4641096889972687, -0.007902066223323345, -0.10276199132204056, -0.04693560302257538, 0.028426777571439743, -0.06864476948976517, 0.0002717543684411794, 0.417269766330719, 0.09502671658992767, -0.08647330850362778, 0.014271903783082962, 0.03484945744276047, 0.021918321028351784, 0.10708905011415482, 0.07154832780361176, 0.15902481973171234, 0.037363626062870026, -0.018695976585149765, -0.06317906081676483, -0.15815791487693787, 0.10355157405138016, 0.05390755087137222, -0.07967940717935562, 0.053437184542417526, 0.06688269972801208, 0.004258839413523674, 0.023645155131816864, -0.013286127708852291, 0.03998931497335434, 0.007760468404740095, -0.030158186331391335, -0.07966794818639755, -0.1910882145166397, -0.0934114009141922, -0.15120665729045868, 0.029429595917463303, -0.009236954152584076, -0.012129828333854675, 0.24772554636001587, 0.030531644821166992, 0.017547398805618286, 0.022320061922073364, -0.036050356924533844, 0.003927851095795631, 0.11352968961000443, -0.055864084511995316, -0.11571954935789108, -0.005406149197369814, -0.1474006175994873, 0.06257641315460205, -0.02001693844795227, 0.035603489726781845, -0.004175810143351555, 0.07485730946063995, 0.0858934074640274, -0.08901612460613251, -0.04975811392068863, -0.03447820618748665, 0.016881750896573067, -0.09916956722736359, 0.058302223682403564, 0.056484173983335495, 0.03618815913796425, 0.0615454763174057, 0.1611647754907608, 0.023926790803670883, 0.01187285128980875, -0.08124630898237228, -0.13002853095531464, -0.0027331397868692875, 0.11190517246723175, 0.035855408757925034, -0.0454874187707901, -0.05788303539156914, 0.0435313880443573, 0.15150479972362518, -0.057502225041389465, 0.04293534904718399, 0.0323246531188488, 0.044018808752298355, 0.04401075094938278, 0.1520947515964508, 0.009986353106796741, -0.05368584394454956, 0.02667398191988468, -0.1403844654560089, -0.046245262026786804, -0.1078096404671669, 0.02460593730211258, 0.09974133968353271, 0.09080634266138077, -0.03123045153915882, -0.19914036989212036, 0.05899183079600334, -0.0510469414293766, 0.014662529341876507, 0.08368101716041565, -0.04052567109465599, -0.05003857985138893, -0.04720591381192207, 0.06176270544528961, 0.08138499408960342, -0.04915602132678032, -0.10759098827838898, 0.020470714196562767, -0.03834646940231323, -0.023743821308016777, -0.2752092778682709, -0.2316984385251999, 0.01787196472287178, 0.009160850197076797, 0.019533123821020126, 0.007465558126568794, 0.06742019206285477, 0.05779173597693443, -0.01435133721679449, -0.09492045640945435, 0.15973375737667084, -0.07244884222745895, 0.015687664970755577, 0.04273298382759094, 0.10133886337280273, -0.04530902951955795, -0.030491642653942108, 0.040594566613435745, -0.07416859269142151, -0.05960630998015404, 0.014728385023772717, -0.11497268825769424, -0.05463242903351784, -0.018628645688295364, -0.05519021302461624, 0.10053187608718872, 0.05536869913339615, 0.005294487811625004, 0.07934536784887314, -0.013515508733689785, 0.12461340427398682, -0.0063540334813296795, -0.029652193188667297, -0.06440410763025284, 0.028778081759810448, -0.09505237638950348, 0.09826424717903137, -0.007520898710936308, -0.11577442288398743, 0.08265851438045502, -0.13627968728542328, 0.02182430773973465, -0.038638100028038025, 0.022199811413884163, 0.0639246255159378, 0.12003165483474731, -0.05108111351728439, 0.020730527117848396, 0.06703739613294601, 0.00412116339430213, -0.03882979229092598, -0.056583043187856674 ]
e8661dd21fc838cd9c38b4bf5ace22dc8cf46566
# Dataset of velour/ベロア (Fire Emblem) This is the dataset of velour/ベロア (Fire Emblem), containing 184 images and their tags. The core tags of this character are `animal_ears, multicolored_hair, grey_hair, wolf_ears, long_hair, red_eyes, black_hair, tail, wolf_tail, streaked_hair, two-tone_hair, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 184 | 195.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/velour_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 184 | 119.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/velour_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 418 | 245.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/velour_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 184 | 177.54 MiB | [Download](https://huggingface.co/datasets/CyberHarem/velour_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 418 | 331.48 MiB | [Download](https://huggingface.co/datasets/CyberHarem/velour_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/velour_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 20 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, gloves, simple_background, white_background, boots, hood_up | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bangs, long_sleeves, looking_at_viewer, white_shirt, brown_gloves, corset, frills, hood_up, neck_ribbon, solo, belt_buckle, cape, closed_mouth, simple_background, black_ribbon, blush, brown_belt, white_background, black_pants, boots, brown_footwear, pouch, standing | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1boy, 1girl, hetero, open_mouth, solo_focus, nipples, vaginal, blush, cum_in_pussy, large_breasts, penis, sex_from_behind, completely_nude, medium_breasts, straddling, tears | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | hetero, 1boy, 1girl, nipples, penis, solo_focus, hood, facial, bar_censor, blush, large_breasts, open_mouth, white_hair, cum_on_breasts, bangs, cum_on_hair, paizuri, tongue_out | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | gloves | simple_background | white_background | boots | hood_up | bangs | long_sleeves | looking_at_viewer | white_shirt | brown_gloves | corset | frills | neck_ribbon | belt_buckle | cape | closed_mouth | black_ribbon | blush | brown_belt | black_pants | brown_footwear | pouch | standing | 1boy | hetero | open_mouth | solo_focus | nipples | vaginal | cum_in_pussy | large_breasts | penis | sex_from_behind | completely_nude | medium_breasts | straddling | tears | hood | facial | bar_censor | white_hair | cum_on_breasts | cum_on_hair | paizuri | tongue_out | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:---------|:--------------------|:-------------------|:--------|:----------|:--------|:---------------|:--------------------|:--------------|:---------------|:---------|:---------|:--------------|:--------------|:-------|:---------------|:---------------|:--------|:-------------|:--------------|:-----------------|:--------|:-----------|:-------|:---------|:-------------|:-------------|:----------|:----------|:---------------|:----------------|:--------|:------------------|:------------------|:-----------------|:-------------|:--------|:-------|:---------|:-------------|:-------------|:-----------------|:--------------|:----------|:-------------| | 0 | 20 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | | | | | | | | | | | | | | | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | | X | | | | | | | | | | | | X | | | | | | X | X | X | X | X | | | X | X | | | | | | X | X | X | X | X | X | X | X |
CyberHarem/velour_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:08:37+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:46:14+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of velour/ベロア (Fire Emblem) =================================== This is the dataset of velour/ベロア (Fire Emblem), containing 184 images and their tags. The core tags of this character are 'animal\_ears, multicolored\_hair, grey\_hair, wolf\_ears, long\_hair, red\_eyes, black\_hair, tail, wolf\_tail, streaked\_hair, two-tone\_hair, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
957836bfd09d63d1989e5dc2a956030b1d053e30
# Dataset of lute/ルーテ (Fire Emblem) This is the dataset of lute/ルーテ (Fire Emblem), containing 241 images and their tags. The core tags of this character are `purple_hair, purple_eyes, breasts, twintails`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 241 | 249.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lute_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 241 | 151.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lute_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 493 | 280.11 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lute_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 241 | 225.13 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lute_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 493 | 374.76 MiB | [Download](https://huggingface.co/datasets/CyberHarem/lute_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/lute_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 16 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, cleavage, simple_background, hair_flower, holding_book, navel, long_hair, medium_breasts, white_background, bare_shoulders, looking_at_viewer, bangs, closed_mouth, purple_bikini, collarbone, full_body, sandals | | 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bare_shoulders, dress, solo, cape, holding_book, simple_background, white_background, low_twintails, full_body, looking_at_viewer, short_hair, smile, upper_body | | 2 | 21 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, navel, nipples, solo, collarbone, small_breasts, blush, completely_nude, pussy, looking_at_viewer, holding_book, standing, bangs, mosaic_censoring, medium_hair, full_body, open_mouth | | 3 | 11 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bare_shoulders, fur_trim, hat, long_sleeves, solo, bangs, official_alternate_costume, choker, flower, looking_at_viewer, twin_braids, boots, long_hair, open_mouth, simple_background, white_dress, white_footwear, christmas, closed_mouth, collarbone, food, white_background, full_body, holding, white_headwear | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, completely_nude, hetero, mosaic_censoring, multiple_penises, nipples, solo_focus, blush, navel, on_back, 3boys, collarbone, cum_on_hair, facial, gangbang, medium_breasts, small_breasts, spread_legs, sweat, 2boys, bangs, bukkake, closed_eyes, cum_in_pussy, cum_on_breasts, double_handjob, ejaculation, hand_on_another's_head, heart, leg_grab, open_mouth, rape | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, hetero, penis, solo_focus, nipples, open_mouth, sex, vaginal, blush, cum_in_pussy, medium_breasts, mosaic_censoring, nude, cowgirl_position, girl_on_top, oral | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, blush, solo, tears, arms_behind_back, crotch_rope, nipples, pussy_juice, torn_clothes, white_panties, open_mouth, peeing_self, shibari_over_clothes, small_breasts, wet_panties | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | cleavage | simple_background | hair_flower | holding_book | navel | long_hair | medium_breasts | white_background | bare_shoulders | looking_at_viewer | bangs | closed_mouth | purple_bikini | collarbone | full_body | sandals | dress | cape | low_twintails | short_hair | smile | upper_body | nipples | small_breasts | blush | completely_nude | pussy | standing | mosaic_censoring | medium_hair | open_mouth | fur_trim | hat | long_sleeves | official_alternate_costume | choker | flower | twin_braids | boots | white_dress | white_footwear | christmas | food | holding | white_headwear | hetero | multiple_penises | solo_focus | on_back | 3boys | cum_on_hair | facial | gangbang | spread_legs | sweat | 2boys | bukkake | closed_eyes | cum_in_pussy | cum_on_breasts | double_handjob | ejaculation | hand_on_another's_head | heart | leg_grab | rape | 1boy | penis | sex | vaginal | nude | cowgirl_position | girl_on_top | oral | tears | arms_behind_back | crotch_rope | pussy_juice | torn_clothes | white_panties | peeing_self | shibari_over_clothes | wet_panties | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-----------|:--------------------|:--------------|:---------------|:--------|:------------|:-----------------|:-------------------|:-----------------|:--------------------|:--------|:---------------|:----------------|:-------------|:------------|:----------|:--------|:-------|:----------------|:-------------|:--------|:-------------|:----------|:----------------|:--------|:------------------|:--------|:-----------|:-------------------|:--------------|:-------------|:-----------|:------|:---------------|:-----------------------------|:---------|:---------|:--------------|:--------|:--------------|:-----------------|:------------|:-------|:----------|:-----------------|:---------|:-------------------|:-------------|:----------|:--------|:--------------|:---------|:-----------|:--------------|:--------|:--------|:----------|:--------------|:---------------|:-----------------|:-----------------|:--------------|:-------------------------|:--------|:-----------|:-------|:-------|:--------|:------|:----------|:-------|:-------------------|:--------------|:-------|:--------|:-------------------|:--------------|:--------------|:---------------|:----------------|:--------------|:-----------------------|:--------------| | 0 | 16 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | | X | | | | X | X | X | | | | | X | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 21 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | | | X | X | | | | | X | X | | | X | X | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 11 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | X | | | | X | | X | X | X | X | X | | X | X | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | X | | X | | | | X | | | X | | | | | | | | | X | X | X | X | | | X | | X | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | | | | | X | | | | | | | | | | | | | | | | X | | X | | | | X | | X | | | | | | | | | | | | | | | X | | X | | | | | | | | | | | X | | | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | X | | | | | | | | | | | | | | | | | | | | | | | X | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X |
CyberHarem/lute_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:08:44+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:51:26+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of lute/ルーテ (Fire Emblem) ================================= This is the dataset of lute/ルーテ (Fire Emblem), containing 241 images and their tags. The core tags of this character are 'purple\_hair, purple\_eyes, breasts, twintails', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
0e422be8475fc97c8e1113bdb79cebdbfe5acb4e
# LIMA数据集中文版 ## 数据集构造方法 - 使用GPT-4-Turbo将原始LIMA数据集的问题部分翻译为中文。 - 使用GPT-4-Turbo回答翻译后的问题。 - 注意,本数据集不包含原始LIMA数据集的多轮问答部分
Jellyfish042/Chinese-LIMA-V0
[ "language:zh", "license:mit", "region:us" ]
2024-01-17T13:08:52+00:00
{"language": ["zh"], "license": "mit", "dataset_info": {"features": [{"name": "User", "dtype": "string"}, {"name": "Assistant", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1425302, "num_examples": 1000}], "download_size": 934484, "dataset_size": 1425302}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-17T13:14:46+00:00
[]
[ "zh" ]
TAGS #language-Chinese #license-mit #region-us
# LIMA数据集中文版 ## 数据集构造方法 - 使用GPT-4-Turbo将原始LIMA数据集的问题部分翻译为中文。 - 使用GPT-4-Turbo回答翻译后的问题。 - 注意,本数据集不包含原始LIMA数据集的多轮问答部分
[ "# LIMA数据集中文版", "## 数据集构造方法\n- 使用GPT-4-Turbo将原始LIMA数据集的问题部分翻译为中文。\n- 使用GPT-4-Turbo回答翻译后的问题。\n- 注意,本数据集不包含原始LIMA数据集的多轮问答部分" ]
[ "TAGS\n#language-Chinese #license-mit #region-us \n", "# LIMA数据集中文版", "## 数据集构造方法\n- 使用GPT-4-Turbo将原始LIMA数据集的问题部分翻译为中文。\n- 使用GPT-4-Turbo回答翻译后的问题。\n- 注意,本数据集不包含原始LIMA数据集的多轮问答部分" ]
[ 16, 7, 60 ]
[ "passage: TAGS\n#language-Chinese #license-mit #region-us \n# LIMA数据集中文版## 数据集构造方法\n- 使用GPT-4-Turbo将原始LIMA数据集的问题部分翻译为中文。\n- 使用GPT-4-Turbo回答翻译后的问题。\n- 注意,本数据集不包含原始LIMA数据集的多轮问答部分" ]
[ -0.037611138075590134, 0.17384685575962067, -0.006617804057896137, 0.10143900662660599, 0.07178965955972672, 0.04559331014752388, 0.12907248735427856, 0.08449089527130127, 0.05455079302191734, 0.006733409594744444, 0.07235460728406906, 0.03806491196155548, 0.057962991297245026, -0.0004357851285021752, 0.02182784490287304, -0.24715425074100494, 0.043672796338796616, 0.0667891651391983, -0.02414088323712349, 0.09577905386686325, 0.03286588564515114, -0.004617142956703901, 0.15510325133800507, 0.021575430408120155, -0.02417026273906231, 0.01643543317914009, -0.0009671623120084405, -0.09077948331832886, 0.1199183538556099, 0.03205989673733711, 0.04531240463256836, -0.005713187158107758, 0.003429312026128173, -0.015621007420122623, 0.0034132646396756172, -0.04857303202152252, -0.08436423540115356, 0.034978318959474564, 0.017145462334156036, -0.0020060157403349876, 0.14314430952072144, 0.021023742854595184, 0.04078110679984093, 0.05014263093471527, -0.13141630589962006, -0.1422237753868103, -0.12922094762325287, -0.05937200412154198, 0.07017502933740616, 0.07176599651575089, -0.011940776370465755, 0.13805647194385529, -0.172573983669281, 0.0032026469707489014, 0.10268931835889816, -0.33451056480407715, 0.01823912188410759, 0.1308586448431015, 0.04915061965584755, 0.08576016873121262, -0.020932547748088837, 0.06470136344432831, 0.07190795987844467, -0.009736494161188602, -0.22429247200489044, -0.10393114387989044, -0.12156093120574951, 0.04863748326897621, -0.06611458957195282, 0.06324616074562073, 0.24723215401172638, -0.022035915404558182, -0.030056564137339592, -0.008996217511594296, -0.008139624260365963, 0.02253475785255432, 0.004954528529196978, -0.06836113333702087, -0.006434807553887367, 0.021571656689047813, 0.06906988471746445, -0.08859941363334656, -0.047999121248722076, -0.06778952479362488, -0.13989020884037018, -0.0064429654739797115, 0.01918579638004303, 0.09514646232128143, -0.09304115176200867, -0.00388442724943161, -0.08733844757080078, 0.0055488599464297295, -0.02106674760580063, -0.0905865952372551, -0.0020613796077668667, 0.0333746038377285, 0.04613450914621353, 0.12365686893463135, 0.08412590622901917, 0.14723823964595795, 0.03498150408267975, 0.06003594771027565, -0.019787514582276344, 0.025481391698122025, 0.04965624585747719, 0.023475559428334236, -0.08543813973665237, -0.03433028608560562, 0.054802730679512024, -0.20224948227405548, 0.03726544603705406, -0.10659945011138916, -0.11125004291534424, -0.04279473051428795, -0.1547650694847107, 0.1305740922689438, -0.024912642315030098, 0.024100668728351593, -0.03495213761925697, -0.0692201480269432, 0.06193332374095917, -0.06153526157140732, 0.01505256537348032, -0.04236740618944168, 0.0035551541950553656, 0.09386653453111649, -0.04800759255886078, 0.05549897253513336, 0.0034490337129682302, -0.07963001728057861, -0.09484818577766418, -0.014574828557670116, 0.019696705043315887, 0.028708932921290398, 0.016471492126584053, -0.01481932494789362, 0.05044572055339813, -0.0601794496178627, -0.09314560145139694, 0.025966554880142212, 0.022301744669675827, -0.08163169026374817, 0.02042849361896515, 0.06428859382867813, 0.05723481997847557, -0.002968983957543969, -0.02678130380809307, -0.036181896924972534, -0.06142546236515045, 0.04685531556606293, 0.017611317336559296, 0.040908005088567734, -0.1340203434228897, 0.011452971957623959, -0.12607651948928833, 0.026086317375302315, -0.10818003863096237, 0.05349818244576454, -0.09864287823438644, 0.01997755654156208, -0.043579407036304474, -0.031140245497226715, 0.09373214095830917, -0.018746383488178253, -0.016511967405676842, 0.11046025902032852, -0.1838514655828476, -0.038933295756578445, 0.05357302352786064, -0.1780116707086563, -0.12611736357212067, 0.12085578590631485, 0.012728092260658741, 0.05052262172102928, 0.0717373713850975, 0.22669190168380737, -0.00190240319352597, -0.13183671236038208, 0.03513311594724655, 0.013463497161865234, -0.05691522732377052, -0.0018111870158463717, 0.09228501468896866, -0.01509852334856987, -0.20859986543655396, 0.0528557151556015, -0.12558096647262573, -0.0006116056465543807, -0.03085429035127163, -0.09566605091094971, 0.009698511101305485, 0.03745915740728378, 0.04140801727771759, 0.004550656769424677, 0.05366840213537216, -0.03141612187027931, 0.04058161377906799, -0.03202986344695091, 0.02280571311712265, 0.01974571868777275, 0.008786224760115147, -0.07918529957532883, 0.1375926285982132, 0.009648049250245094, -0.004082468803972006, -0.009850599803030491, -0.055607691407203674, -0.0045463950373232365, 0.0355057567358017, 0.06693261116743088, 0.01900716871023178, 0.009088956750929356, -0.005823067855089903, -0.07393554598093033, 0.08851731568574905, 0.039616141468286514, 0.02797713130712509, -0.002887637820094824, -0.09994599223136902, 0.03931737318634987, 0.008106725290417671, 0.05253908410668373, -0.07324825972318649, -0.055587541311979294, 0.055760458111763, 0.03553983196616173, -0.06401481479406357, 0.035803474485874176, 0.0003465364861767739, 0.013402893207967281, 0.006261400878429413, -0.03378479182720184, 0.0279410257935524, 0.003656829707324505, -0.14619196951389313, 0.18860983848571777, -0.0121710654348135, 0.07345927506685257, 0.14853540062904358, 0.01549737248569727, -0.04795219004154205, -0.10678137093782425, 0.00875718705356121, -0.01197002176195383, -0.03033226542174816, 0.09447094798088074, 0.13457632064819336, -0.07354673743247986, 0.040145471692085266, -0.07656436413526535, 0.11185341328382492, -0.024339480325579643, -0.053634628653526306, -0.02727639488875866, 0.07469211518764496, 0.15834225714206696, -0.09561586380004883, 0.11653441935777664, 0.014277228154242039, 0.04901517927646637, 0.15043261647224426, -0.006064396817237139, -0.046356115490198135, -0.07793355733156204, 0.023179471492767334, 0.004655927885323763, 0.14902158081531525, -0.102045938372612, 0.02553623728454113, 0.07998112589120865, 0.027133416384458542, 0.0601903535425663, -0.07647014409303665, -0.12105046957731247, -0.048322297632694244, -0.044896189123392105, -0.0899517610669136, 0.02491670846939087, -0.059394482523202896, 0.06908003985881805, -0.02446199767291546, 0.08350345492362976, 0.042715393006801605, 0.025515472516417503, -0.0746539756655693, 0.10689089447259903, -0.1424429565668106, -0.20764876902103424, -0.03536444902420044, -0.11958794295787811, -0.05073120817542076, 0.02359100617468357, 0.030942648649215698, -0.18418945372104645, -0.06454472988843918, 0.013665526174008846, 0.07429733872413635, -0.049101267009973526, -0.02270815148949623, -0.09083228558301926, -0.011394867673516273, -0.10252285748720169, -0.08112142980098724, 0.025377411395311356, -0.0593930147588253, -0.07156679034233093, 0.10419754683971405, -0.11366546899080276, 0.07120306044816971, 0.07489028573036194, 0.05142853409051895, 0.024414587765932083, -0.051026880741119385, 0.2073449045419693, -0.12062156200408936, -0.01938140206038952, 0.09469164162874222, 0.05523949861526489, -0.01003414485603571, 0.07813514769077301, 0.023212451487779617, -0.12129972130060196, 0.011843312531709671, 0.028066348284482956, -0.10695397108793259, -0.270571768283844, -0.0711718201637268, -0.07933345437049866, 0.09005952626466751, -0.0034542283974587917, 0.03769811615347862, 0.08911155164241791, 0.09735186398029327, 0.020935462787747383, 0.03791408613324165, 0.01068696565926075, -0.022119872272014618, 0.1301191747188568, -0.028389979153871536, 0.03173789381980896, -0.06541827321052551, -0.026372360065579414, 0.152836874127388, 0.13820503652095795, 0.17969824373722076, 0.09223899990320206, 0.09165754914283752, 0.08300971984863281, 0.2165376991033554, 0.1288997381925583, 0.013971489854156971, -0.007244937587529421, -0.021587800234556198, -0.046112533658742905, -0.03489486128091812, 0.012676886282861233, 0.04216410592198372, 0.07400882244110107, -0.10029130429029465, 0.031842008233070374, 0.06869136542081833, 0.037547189742326736, 0.010858400724828243, 0.07037343084812164, -0.05714532360434532, -0.004006536211818457, 0.05017205327749252, 0.10341710597276688, -0.05330383777618408, 0.1314145028591156, 0.05343598499894142, -0.13289040327072144, 0.1188887357711792, -0.0008778226911090314, 0.07334502041339874, 0.009298013523221016, -0.040485501289367676, -0.03327339515089989, -0.09613453596830368, -0.02168515883386135, 0.08365242928266525, -0.22481662034988403, 0.17024368047714233, 0.031002171337604523, -0.05933274328708649, -0.06708528846502304, -0.023496953770518303, -0.0024991834070533514, 0.05477076768875122, 0.1812315583229065, 0.05199558660387993, -0.0706324577331543, -0.0426974780857563, -0.1622934490442276, 0.0930190309882164, 0.013170943595468998, 0.07742016762495041, -0.08599614351987839, -0.008377441205084324, 0.05095198005437851, -0.047658681869506836, 0.013483651913702488, -0.1292671412229538, -0.14736515283584595, 0.058462437242269516, 0.014980340376496315, -0.051919568330049515, 0.0505727156996727, -0.05623572692275047, 0.07227441668510437, 0.17722024023532867, 0.07700801640748978, -0.07350599020719528, -0.12751437723636627, -0.08622001856565475, 0.1955743283033371, -0.022235848009586334, 0.05340919271111488, -0.020216573029756546, -0.0707324892282486, 0.04782118648290634, -0.0909755676984787, 0.12744735181331635, -0.032860901206731796, -0.04822241887450218, -0.029171407222747803, 0.10978620499372482, 0.013231617398560047, 0.06368536502122879, 0.018561894074082375, 0.020181607455015182, -0.018364310264587402, -0.1791560798883438, -0.022045306861400604, -0.09190941601991653, 0.015225082635879517, 0.08214783668518066, -0.04511547088623047, 0.05797626078128815, -0.02045036107301712, -0.12198837101459503, 0.1474778950214386, 0.10186564177274704, -0.036224570125341415, 0.19098292291164398, 0.17546620965003967, -0.03382153809070587, -0.1086236760020256, -0.08884014189243317, -0.07010174542665482, -0.007915697060525417, 0.02299845963716507, -0.11984708905220032, 0.11762170493602753, 0.1577754020690918, -0.015199506655335426, 0.10614407062530518, -0.1429418921470642, -0.08490153402090073, 0.08683565258979797, 0.0033131183590739965, 0.1370636373758316, -0.11046230792999268, -0.11615485697984695, 0.002994517097249627, -0.12382805347442627, 0.16240882873535156, -0.0517856739461422, 0.05808330699801445, -0.020102456212043762, 0.09061837941408157, -0.0032196282409131527, -0.004931252915412188, 0.1999020129442215, 0.04106497764587402, 0.00025754293892532587, -0.03794001415371895, -0.099456787109375, 0.09298090636730194, 0.0661456361413002, 0.1058020293712616, 0.08269497752189636, 0.03784400597214699, -0.09225523471832275, -0.024977123364806175, -0.011421799659729004, 0.030369041487574577, -0.019171355292201042, -0.08774153143167496, -0.08326644450426102, 0.05687912926077843, -0.05294746533036232, -0.030199915170669556, 0.10203592479228973, 0.023523561656475067, -0.002100029494613409, -0.14087611436843872, 0.01506799180060625, -0.11311440169811249, 0.011123302392661572, -0.04264077916741371, -0.04069811850786209, 0.08635862916707993, -0.07200563699007034, 0.02528935857117176, 0.09925775229930878, -0.0026791393756866455, 0.06281788647174835, 0.03416207432746887, 0.00741151999682188, 0.082514189183712, 0.03413540497422218, -0.12712760269641876, 0.00904066301882267, -0.0030924417078495026, -0.1487765908241272, 0.14822345972061157, 0.045981552451848984, 0.05186670646071434, 0.01572638563811779, -0.07195767760276794, 0.03025413677096367, 0.04114343225955963, -0.0428767167031765, 0.05369750037789345, 0.06795576214790344, -0.039024513214826584, -0.1818113923072815, 0.08238556981086731, 0.11800264567136765, -0.03420015797019005, 0.005479529500007629, 0.01178603246808052, -0.09055434167385101, -0.040637556463479996, -0.07696262001991272, 0.058213815093040466, -0.10422024875879288, -0.02548033744096756, 0.013666071929037571, -0.07710963487625122, -0.04266427084803581, -0.09288275241851807, 0.01198213454335928, 0.0556899793446064, -0.004981996491551399, -0.08135637640953064, -0.0035611093044281006, -0.04979143291711807, -0.06385677307844162, 0.016817769035696983, -0.07484674453735352, -0.07352766394615173, 0.08290984481573105, 0.07536032050848007, -0.06718344241380692, -0.054639752954244614, -0.16114266216754913, 0.035148605704307556, -0.06566771119832993, 0.023543862625956535, -0.11560754477977753, 0.028223048895597458, -0.027115773409605026, -0.12249083071947098, -0.08232267946004868, -0.015541618689894676, -0.057509709149599075, 0.04720476642251015, 0.025681106373667717, 0.050936613231897354, -0.04849975183606148, -0.03144058957695961, 0.08784907311201096, 0.0250488743185997, 0.1042170450091362, 0.14450834691524506, -0.018358148634433746, 0.035022541880607605, -0.11774368584156036, -0.011168569326400757, 0.06378541141748428, 0.06249915435910225, 0.07638797163963318, -0.0396546944975853, -0.04187045991420746, 0.05717625841498375, 0.023696191608905792, 0.0733070969581604, 0.046945489943027496, -0.09340370446443558, -0.11468274891376495, -0.15846382081508636, -0.1704794317483902, -0.013662302866578102, -0.01304700132459402, 0.12145466357469559, 0.0076927910558879375, 0.0192197784781456, -0.008075946010649204, 0.09045638889074326, -0.040709737688302994, -0.026571786031126976, -0.08483859151601791, 0.021728239953517914, -0.056942664086818695, -0.005590254440903664, 0.011075209826231003, 0.006401893682777882, 0.41980382800102234, 0.010183531790971756, 0.06049704551696777, -0.023725753650069237, 0.12406475841999054, 0.05438271909952164, -0.0066862632520496845, 0.1869383454322815, 0.0810241773724556, 0.02082563005387783, 0.05444314330816269, 0.0706305056810379, -0.11109256744384766, -0.002526650670915842, 0.005997644737362862, -0.04893825203180313, 0.06953911483287811, -0.001083179609850049, 0.01828642189502716, -0.06127630174160004, 0.03586900606751442, -0.061070311814546585, -0.046128131449222565, -0.004953012336045504, 0.03117847628891468, 0.012171191163361073, 0.062475934624671936, -0.0712565928697586, 0.06161855161190033, 0.0058290790766477585, -0.1174493059515953, -0.12937024235725403, -0.11056626588106155, -0.04604804143309593, -0.15438434481620789, -0.003695639781653881, -0.10016822069883347, -0.01314484141767025, 0.037017107009887695, 0.09749855846166611, -0.05991135910153389, 0.051055990159511566, -0.05953717604279518, -0.08166666328907013, -0.0828959122300148, 0.049435876309871674, 0.03111817128956318, -0.05357496812939644, 0.0006346541922539473, -0.026768917217850685, 0.04332214221358299, -0.03969758376479149, 0.00795577559620142, 0.0060212877579033375, 0.07116954028606415, -0.06982659548521042, -0.012587609700858593, -0.06716934591531754, 0.007873733527958393, 0.034286364912986755, 0.0421256385743618, 0.025974661111831665, -0.0025942602660506964, 0.03209157660603523, 0.13947434723377228, 0.042563892900943756, 0.009415321983397007, -0.10907299071550369, 0.07122818380594254, -0.08591049909591675, 0.03131860867142677, -0.02039148472249508, -0.024080323055386543, 0.016956809908151627, 0.23795710504055023, 0.2597906291484833, -0.06743873655796051, -0.057872846722602844, -0.012410804629325867, 0.019322313368320465, 0.05768223851919174, 0.07287941873073578, 0.042136456817388535, 0.23503392934799194, -0.03166992962360382, -0.12855446338653564, -0.10585954040288925, -0.005810834933072329, -0.09135106205940247, 0.12550343573093414, 0.054821863770484924, -0.062371496111154556, -0.009254577569663525, 0.1650044173002243, -0.11550288647413254, 0.025687742978334427, 0.04116035997867584, -0.12986156344413757, -0.11412551999092102, 0.009007584303617477, -0.004472542088478804, 0.06294015049934387, 0.00902156438678503, -0.013165947049856186, -0.00389238353818655, 0.045961108058691025, 0.1140032485127449, -0.2601960003376007, -0.12074950337409973, 0.1580260843038559, 0.10343062877655029, 0.20492181181907654, 0.0173456110060215, 0.09392211586236954, 0.007820856757462025, 0.06199093163013458, -0.020570389926433563, 0.047401487827301025, 0.047301385551691055, -0.05922394618391991, -0.01111121941357851, -0.10581197589635849, 0.025098580867052078, -0.0612698532640934, 0.04738408327102661, 0.013229355216026306, 0.03241227567195892, 0.16644565761089325, 0.04911358654499054, -0.08516401052474976, 0.05764053761959076, -0.16546602547168732, 0.1518756002187729, 0.09765362739562988, -0.05470772832632065, -0.002945871790871024, -0.07949038594961166, 0.06077222898602486, 0.014623302035033703, -0.1464967429637909, -0.010049187578260899, -0.09170131385326385, -0.023461701348423958, 0.0030426769517362118, -0.010595256462693214, -0.01011593546718359, -0.008141097612679005, -0.042641185224056244, -0.003992694895714521, -0.08453872054815292, -0.0058650183491408825, -0.028197841718792915, 0.016206642612814903, -0.001285954611375928, -0.05946683883666992, 0.053301259875297546, -0.017454640939831734, -0.10069659352302551, -0.06853403151035309 ]
96f853a330994d4e89ea4ab6643fa1d3ba700f14
# Dataset of yunaka/ユナカ (Fire Emblem) This is the dataset of yunaka/ユナカ (Fire Emblem), containing 285 images and their tags. The core tags of this character are `long_hair, red_hair, breasts, red_eyes, large_breasts, bangs, hair_ornament`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 285 | 454.17 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yunaka_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 285 | 225.88 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yunaka_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 714 | 504.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yunaka_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 285 | 386.32 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yunaka_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 714 | 783.42 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yunaka_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/yunaka_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, looking_at_viewer, smile, solo, star_(symbol), white_shirt, blush, collared_shirt, black_skirt, simple_background, tattoo, white_background, medium_breasts, open_mouth | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, cleavage, looking_at_viewer, simple_background, solo, star_(symbol), white_background, open_mouth, cape, choker, facial_mark, one_eye_closed, upper_body, blush, :d, ;d | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, christmas, gloves, looking_at_viewer, santa_hat, smile, solo, star_(symbol), cleavage, santa_costume, bell, open_mouth, blush, candy_cane, holding, official_alternate_costume, one_eye_closed, cape, fur_trim, medium_breasts, sack | | 3 | 16 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, looking_at_viewer, solo, cape, holding_weapon, cleavage, bodysuit, smile, dagger, holding_knife, white_background, simple_background, one_eye_closed, open_mouth, star_hair_ornament | | 4 | 7 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, hetero, solo_focus, star_(symbol), nipples, open_mouth, penis, sex, tattoo, blush, nude, vaginal, facial_mark, mosaic_censoring, pussy, smile, torn_clothes, choker, collarbone, pubic_hair, spread_legs, sweat | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | looking_at_viewer | smile | solo | star_(symbol) | white_shirt | blush | collared_shirt | black_skirt | simple_background | tattoo | white_background | medium_breasts | open_mouth | cleavage | cape | choker | facial_mark | one_eye_closed | upper_body | :d | ;d | christmas | gloves | santa_hat | santa_costume | bell | candy_cane | holding | official_alternate_costume | fur_trim | sack | holding_weapon | bodysuit | dagger | holding_knife | star_hair_ornament | 1boy | hetero | solo_focus | nipples | penis | sex | nude | vaginal | mosaic_censoring | pussy | torn_clothes | collarbone | pubic_hair | spread_legs | sweat | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:--------|:-------|:----------------|:--------------|:--------|:-----------------|:--------------|:--------------------|:---------|:-------------------|:-----------------|:-------------|:-----------|:-------|:---------|:--------------|:-----------------|:-------------|:-----|:-----|:------------|:---------|:------------|:----------------|:-------|:-------------|:----------|:-----------------------------|:-----------|:-------|:-----------------|:-----------|:---------|:----------------|:---------------------|:-------|:---------|:-------------|:----------|:--------|:------|:-------|:----------|:-------------------|:--------|:---------------|:-------------|:-------------|:--------------|:--------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | X | | X | | | X | | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | | X | | | | | | X | X | X | X | | | X | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 3 | 16 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | | | | | | X | | X | | X | X | X | | | X | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | 4 | 7 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | X | | X | | X | | | | X | | | X | | | X | X | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/yunaka_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:09:05+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:05:34+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of yunaka/ユナカ (Fire Emblem) =================================== This is the dataset of yunaka/ユナカ (Fire Emblem), containing 285 images and their tags. The core tags of this character are 'long\_hair, red\_hair, breasts, red\_eyes, large\_breasts, bangs, hair\_ornament', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
6c9d64a01ed054a8bdcfb7309e4e5387f3f22464
# Dataset of hinoka/ヒノカ (Fire Emblem) This is the dataset of hinoka/ヒノカ (Fire Emblem), containing 316 images and their tags. The core tags of this character are `red_hair, short_hair, red_eyes, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 316 | 319.11 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinoka_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 316 | 201.09 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinoka_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 683 | 380.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinoka_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 316 | 287.63 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinoka_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 683 | 496.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinoka_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/hinoka_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 22 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1boy, 1girl, hetero, solo_focus, blush, penis, sex, open_mouth, nipples, pussy, vaginal, cum, navel, completely_nude, uncensored, ass, medium_breasts, thighhighs | | 1 | 13 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, huge_breasts, muscular_female, nipples, hetero, solo_focus, thick_thighs, 1boy, ass, sex, completely_nude, antenna_hair, futanari, smile, testicles, white_background, cum, gigantic_breasts, huge_penis | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, nipples, nude, solo, blush, female_pubic_hair, pussy, small_breasts, navel, simple_background, smile | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, medium_breasts, nipples, nude, solo, navel, smile | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, garter_straps, holding_weapon, short_dress, solo, thigh_boots, elbow_gloves, shoulder_armor, smile, zettai_ryouiki, looking_at_viewer, naginata, simple_background, full_body, grey_background, open_mouth, red_footwear, red_thighhighs, spear, white_scarf | | 5 | 12 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, solo, naked_towel, blush, looking_at_viewer, ahoge, bare_shoulders, towel_on_head, bucket, cleavage, simple_background, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1boy | 1girl | hetero | solo_focus | blush | penis | sex | open_mouth | nipples | pussy | vaginal | cum | navel | completely_nude | uncensored | ass | medium_breasts | thighhighs | huge_breasts | muscular_female | thick_thighs | antenna_hair | futanari | smile | testicles | white_background | gigantic_breasts | huge_penis | nude | solo | female_pubic_hair | small_breasts | simple_background | garter_straps | holding_weapon | short_dress | thigh_boots | elbow_gloves | shoulder_armor | zettai_ryouiki | looking_at_viewer | naginata | full_body | grey_background | red_footwear | red_thighhighs | spear | white_scarf | naked_towel | ahoge | bare_shoulders | towel_on_head | bucket | cleavage | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------|:--------|:---------|:-------------|:--------|:--------|:------|:-------------|:----------|:--------|:----------|:------|:--------|:------------------|:-------------|:------|:-----------------|:-------------|:---------------|:------------------|:---------------|:---------------|:-----------|:--------|:------------|:-------------------|:-------------------|:-------------|:-------|:-------|:--------------------|:----------------|:--------------------|:----------------|:-----------------|:--------------|:--------------|:---------------|:-----------------|:-----------------|:--------------------|:-----------|:------------|:------------------|:---------------|:-----------------|:--------|:--------------|:--------------|:--------|:-----------------|:----------------|:---------|:-----------| | 0 | 22 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 13 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | | | X | | X | | | X | | X | | X | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | X | | | X | | | | X | X | | | X | | | | | | | | | | | X | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | | X | | | | | | | X | | | | X | | | | X | | | | | | | X | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | X | | | | | | X | | | | | | | | | | | | | | | | X | | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | 5 | 12 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | | X | | | X | | | | | | | | | | | | | | | | | | | | | X | | | | X | | | X | | | | | | | | X | | | | | | | | X | X | X | X | X | X |
CyberHarem/hinoka_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:12:55+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:32:48+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of hinoka/ヒノカ (Fire Emblem) =================================== This is the dataset of hinoka/ヒノカ (Fire Emblem), containing 316 images and their tags. The core tags of this character are 'red\_hair, short\_hair, red\_eyes, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
a6a6b1f6582ff1c5a55240547fcbcd556ac1ed95
# Dataset Card for Evaluation run of Cartinoe5930/iDUS <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [Cartinoe5930/iDUS](https://huggingface.co/Cartinoe5930/iDUS) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_Cartinoe5930__iDUS", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-01-17T13:14:26.897278](https://huggingface.co/datasets/open-llm-leaderboard/details_Cartinoe5930__iDUS/blob/main/results_2024-01-17T13-14-26.897278.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": { "acc": 0.24846552462908655, "acc_stderr": 0.030596938174151714, "acc_norm": 0.24984616637570042, "acc_norm_stderr": 0.031417483125595794, "mc1": 0.22276621787025705, "mc1_stderr": 0.014566506961396754, "mc2": 0.48577541497626797, "mc2_stderr": 0.016589496055636796 }, "harness|arc:challenge|25": { "acc": 0.20733788395904437, "acc_stderr": 0.011846905782971352, "acc_norm": 0.2773037542662116, "acc_norm_stderr": 0.013082095839059374 }, "harness|hellaswag|10": { "acc": 0.26020713005377416, "acc_stderr": 0.004378508362084367, "acc_norm": 0.2664807807209719, "acc_norm_stderr": 0.004412149415717922 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.26, "acc_stderr": 0.04408440022768081, "acc_norm": 0.26, "acc_norm_stderr": 0.04408440022768081 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.2, "acc_stderr": 0.034554737023254366, "acc_norm": 0.2, "acc_norm_stderr": 0.034554737023254366 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.32894736842105265, "acc_stderr": 0.03823428969926604, "acc_norm": 0.32894736842105265, "acc_norm_stderr": 0.03823428969926604 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.3, "acc_stderr": 0.046056618647183814, "acc_norm": 0.3, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.21509433962264152, "acc_stderr": 0.025288394502891366, "acc_norm": 0.21509433962264152, "acc_norm_stderr": 0.025288394502891366 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.2638888888888889, "acc_stderr": 0.03685651095897532, "acc_norm": 0.2638888888888889, "acc_norm_stderr": 0.03685651095897532 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.43, "acc_stderr": 0.049756985195624284, "acc_norm": 0.43, "acc_norm_stderr": 0.049756985195624284 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.33, "acc_stderr": 0.04725815626252604, "acc_norm": 0.33, "acc_norm_stderr": 0.04725815626252604 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.31, "acc_stderr": 0.04648231987117316, "acc_norm": 0.31, "acc_norm_stderr": 0.04648231987117316 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.20809248554913296, "acc_stderr": 0.030952890217749874, "acc_norm": 0.20809248554913296, "acc_norm_stderr": 0.030952890217749874 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.3431372549019608, "acc_stderr": 0.04724007352383889, "acc_norm": 0.3431372549019608, "acc_norm_stderr": 0.04724007352383889 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.28, "acc_stderr": 0.045126085985421276, "acc_norm": 0.28, "acc_norm_stderr": 0.045126085985421276 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.24680851063829787, "acc_stderr": 0.02818544130123409, "acc_norm": 0.24680851063829787, "acc_norm_stderr": 0.02818544130123409 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.21052631578947367, "acc_stderr": 0.038351539543994194, "acc_norm": 0.21052631578947367, "acc_norm_stderr": 0.038351539543994194 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.1793103448275862, "acc_stderr": 0.031967664333731854, "acc_norm": 0.1793103448275862, "acc_norm_stderr": 0.031967664333731854 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.2671957671957672, "acc_stderr": 0.022789673145776564, "acc_norm": 0.2671957671957672, "acc_norm_stderr": 0.022789673145776564 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.30952380952380953, "acc_stderr": 0.04134913018303316, "acc_norm": 0.30952380952380953, "acc_norm_stderr": 0.04134913018303316 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.2, "acc_stderr": 0.04020151261036846, "acc_norm": 0.2, "acc_norm_stderr": 0.04020151261036846 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.18064516129032257, "acc_stderr": 0.021886178567172548, "acc_norm": 0.18064516129032257, "acc_norm_stderr": 0.021886178567172548 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.15270935960591134, "acc_stderr": 0.02530890453938063, "acc_norm": 0.15270935960591134, "acc_norm_stderr": 0.02530890453938063 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.24, "acc_stderr": 0.04292346959909284, "acc_norm": 0.24, "acc_norm_stderr": 0.04292346959909284 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.23030303030303031, "acc_stderr": 0.03287666758603489, "acc_norm": 0.23030303030303031, "acc_norm_stderr": 0.03287666758603489 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.17676767676767677, "acc_stderr": 0.027178752639044915, "acc_norm": 0.17676767676767677, "acc_norm_stderr": 0.027178752639044915 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.19689119170984457, "acc_stderr": 0.028697873971860664, "acc_norm": 0.19689119170984457, "acc_norm_stderr": 0.028697873971860664 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.20256410256410257, "acc_stderr": 0.020377660970371372, "acc_norm": 0.20256410256410257, "acc_norm_stderr": 0.020377660970371372 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.21851851851851853, "acc_stderr": 0.02519575225182379, "acc_norm": 0.21851851851851853, "acc_norm_stderr": 0.02519575225182379 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.21428571428571427, "acc_stderr": 0.02665353159671549, "acc_norm": 0.21428571428571427, "acc_norm_stderr": 0.02665353159671549 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.33112582781456956, "acc_stderr": 0.038425817186598696, "acc_norm": 0.33112582781456956, "acc_norm_stderr": 0.038425817186598696 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.20917431192660552, "acc_stderr": 0.01743793717334323, "acc_norm": 0.20917431192660552, "acc_norm_stderr": 0.01743793717334323 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.4675925925925926, "acc_stderr": 0.03402801581358966, "acc_norm": 0.4675925925925926, "acc_norm_stderr": 0.03402801581358966 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.2549019607843137, "acc_stderr": 0.030587591351604246, "acc_norm": 0.2549019607843137, "acc_norm_stderr": 0.030587591351604246 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.20253164556962025, "acc_stderr": 0.026160568246601457, "acc_norm": 0.20253164556962025, "acc_norm_stderr": 0.026160568246601457 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.31390134529147984, "acc_stderr": 0.031146796482972465, "acc_norm": 0.31390134529147984, "acc_norm_stderr": 0.031146796482972465 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.2595419847328244, "acc_stderr": 0.03844876139785271, "acc_norm": 0.2595419847328244, "acc_norm_stderr": 0.03844876139785271 }, "harness|hendrycksTest-international_law|5": { "acc": 0.2396694214876033, "acc_stderr": 0.03896878985070417, "acc_norm": 0.2396694214876033, "acc_norm_stderr": 0.03896878985070417 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.25925925925925924, "acc_stderr": 0.042365112580946336, "acc_norm": 0.25925925925925924, "acc_norm_stderr": 0.042365112580946336 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.22085889570552147, "acc_stderr": 0.032591773927421776, "acc_norm": 0.22085889570552147, "acc_norm_stderr": 0.032591773927421776 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.29464285714285715, "acc_stderr": 0.04327040932578729, "acc_norm": 0.29464285714285715, "acc_norm_stderr": 0.04327040932578729 }, "harness|hendrycksTest-management|5": { "acc": 0.17475728155339806, "acc_stderr": 0.037601780060266224, "acc_norm": 0.17475728155339806, "acc_norm_stderr": 0.037601780060266224 }, "harness|hendrycksTest-marketing|5": { "acc": 0.2905982905982906, "acc_stderr": 0.02974504857267404, "acc_norm": 0.2905982905982906, "acc_norm_stderr": 0.02974504857267404 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.24, "acc_stderr": 0.04292346959909281, "acc_norm": 0.24, "acc_norm_stderr": 0.04292346959909281 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.28607918263090676, "acc_stderr": 0.016160871405127522, "acc_norm": 0.28607918263090676, "acc_norm_stderr": 0.016160871405127522 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.24855491329479767, "acc_stderr": 0.023267528432100174, "acc_norm": 0.24855491329479767, "acc_norm_stderr": 0.023267528432100174 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.23798882681564246, "acc_stderr": 0.014242630070574915, "acc_norm": 0.23798882681564246, "acc_norm_stderr": 0.014242630070574915 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.22549019607843138, "acc_stderr": 0.02392915551735128, "acc_norm": 0.22549019607843138, "acc_norm_stderr": 0.02392915551735128 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.1864951768488746, "acc_stderr": 0.02212243977248077, "acc_norm": 0.1864951768488746, "acc_norm_stderr": 0.02212243977248077 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.21604938271604937, "acc_stderr": 0.022899162918445806, "acc_norm": 0.21604938271604937, "acc_norm_stderr": 0.022899162918445806 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.23404255319148937, "acc_stderr": 0.025257861359432417, "acc_norm": 0.23404255319148937, "acc_norm_stderr": 0.025257861359432417 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.24902216427640156, "acc_stderr": 0.01104489226404077, "acc_norm": 0.24902216427640156, "acc_norm_stderr": 0.01104489226404077 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.19117647058823528, "acc_stderr": 0.02388688192244034, "acc_norm": 0.19117647058823528, "acc_norm_stderr": 0.02388688192244034 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.24509803921568626, "acc_stderr": 0.01740181671142765, "acc_norm": 0.24509803921568626, "acc_norm_stderr": 0.01740181671142765 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.21818181818181817, "acc_stderr": 0.03955932861795833, "acc_norm": 0.21818181818181817, "acc_norm_stderr": 0.03955932861795833 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.18775510204081633, "acc_stderr": 0.02500025603954621, "acc_norm": 0.18775510204081633, "acc_norm_stderr": 0.02500025603954621 }, "harness|hendrycksTest-sociology|5": { "acc": 0.24378109452736318, "acc_stderr": 0.03036049015401465, "acc_norm": 0.24378109452736318, "acc_norm_stderr": 0.03036049015401465 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.28, "acc_stderr": 0.04512608598542128, "acc_norm": 0.28, "acc_norm_stderr": 0.04512608598542128 }, "harness|hendrycksTest-virology|5": { "acc": 0.28313253012048195, "acc_stderr": 0.03507295431370518, "acc_norm": 0.28313253012048195, "acc_norm_stderr": 0.03507295431370518 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.21052631578947367, "acc_stderr": 0.0312678171466318, "acc_norm": 0.21052631578947367, "acc_norm_stderr": 0.0312678171466318 }, "harness|truthfulqa:mc|0": { "mc1": 0.22276621787025705, "mc1_stderr": 0.014566506961396754, "mc2": 0.48577541497626797, "mc2_stderr": 0.016589496055636796 }, "harness|winogrande|5": { "acc": 0.49171270718232046, "acc_stderr": 0.014050555322824194 }, "harness|gsm8k|5": { "acc": 0.0, "acc_stderr": 0.0 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_Cartinoe5930__iDUS
[ "region:us" ]
2024-01-17T13:16:43+00:00
{"pretty_name": "Evaluation run of Cartinoe5930/iDUS", "dataset_summary": "Dataset automatically created during the evaluation run of model [Cartinoe5930/iDUS](https://huggingface.co/Cartinoe5930/iDUS) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Cartinoe5930__iDUS\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-01-17T13:14:26.897278](https://huggingface.co/datasets/open-llm-leaderboard/details_Cartinoe5930__iDUS/blob/main/results_2024-01-17T13-14-26.897278.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 \"acc\": 0.24846552462908655,\n \"acc_stderr\": 0.030596938174151714,\n \"acc_norm\": 0.24984616637570042,\n \"acc_norm_stderr\": 0.031417483125595794,\n \"mc1\": 0.22276621787025705,\n \"mc1_stderr\": 0.014566506961396754,\n \"mc2\": 0.48577541497626797,\n \"mc2_stderr\": 0.016589496055636796\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.20733788395904437,\n \"acc_stderr\": 0.011846905782971352,\n \"acc_norm\": 0.2773037542662116,\n \"acc_norm_stderr\": 0.013082095839059374\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.26020713005377416,\n \"acc_stderr\": 0.004378508362084367,\n \"acc_norm\": 0.2664807807209719,\n \"acc_norm_stderr\": 0.004412149415717922\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.26,\n \"acc_stderr\": 0.04408440022768081,\n \"acc_norm\": 0.26,\n \"acc_norm_stderr\": 0.04408440022768081\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.2,\n \"acc_stderr\": 0.034554737023254366,\n \"acc_norm\": 0.2,\n \"acc_norm_stderr\": 0.034554737023254366\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.32894736842105265,\n \"acc_stderr\": 0.03823428969926604,\n \"acc_norm\": 0.32894736842105265,\n \"acc_norm_stderr\": 0.03823428969926604\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.3,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.21509433962264152,\n \"acc_stderr\": 0.025288394502891366,\n \"acc_norm\": 0.21509433962264152,\n \"acc_norm_stderr\": 0.025288394502891366\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.2638888888888889,\n \"acc_stderr\": 0.03685651095897532,\n \"acc_norm\": 0.2638888888888889,\n \"acc_norm_stderr\": 0.03685651095897532\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.43,\n \"acc_stderr\": 0.049756985195624284,\n \"acc_norm\": 0.43,\n \"acc_norm_stderr\": 0.049756985195624284\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.33,\n \"acc_stderr\": 0.04725815626252604,\n \"acc_norm\": 0.33,\n \"acc_norm_stderr\": 0.04725815626252604\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.31,\n \"acc_stderr\": 0.04648231987117316,\n \"acc_norm\": 0.31,\n \"acc_norm_stderr\": 0.04648231987117316\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.20809248554913296,\n \"acc_stderr\": 0.030952890217749874,\n \"acc_norm\": 0.20809248554913296,\n \"acc_norm_stderr\": 0.030952890217749874\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.3431372549019608,\n \"acc_stderr\": 0.04724007352383889,\n \"acc_norm\": 0.3431372549019608,\n \"acc_norm_stderr\": 0.04724007352383889\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.28,\n \"acc_stderr\": 0.045126085985421276,\n \"acc_norm\": 0.28,\n \"acc_norm_stderr\": 0.045126085985421276\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.24680851063829787,\n \"acc_stderr\": 0.02818544130123409,\n \"acc_norm\": 0.24680851063829787,\n \"acc_norm_stderr\": 0.02818544130123409\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.21052631578947367,\n \"acc_stderr\": 0.038351539543994194,\n \"acc_norm\": 0.21052631578947367,\n \"acc_norm_stderr\": 0.038351539543994194\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.1793103448275862,\n \"acc_stderr\": 0.031967664333731854,\n \"acc_norm\": 0.1793103448275862,\n \"acc_norm_stderr\": 0.031967664333731854\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.2671957671957672,\n \"acc_stderr\": 0.022789673145776564,\n \"acc_norm\": 0.2671957671957672,\n \"acc_norm_stderr\": 0.022789673145776564\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.30952380952380953,\n \"acc_stderr\": 0.04134913018303316,\n \"acc_norm\": 0.30952380952380953,\n \"acc_norm_stderr\": 0.04134913018303316\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.2,\n \"acc_stderr\": 0.04020151261036846,\n \"acc_norm\": 0.2,\n \"acc_norm_stderr\": 0.04020151261036846\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.18064516129032257,\n \"acc_stderr\": 0.021886178567172548,\n \"acc_norm\": 0.18064516129032257,\n \"acc_norm_stderr\": 0.021886178567172548\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.15270935960591134,\n \"acc_stderr\": 0.02530890453938063,\n \"acc_norm\": 0.15270935960591134,\n \"acc_norm_stderr\": 0.02530890453938063\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.24,\n \"acc_stderr\": 0.04292346959909284,\n \"acc_norm\": 0.24,\n \"acc_norm_stderr\": 0.04292346959909284\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.23030303030303031,\n \"acc_stderr\": 0.03287666758603489,\n \"acc_norm\": 0.23030303030303031,\n \"acc_norm_stderr\": 0.03287666758603489\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.17676767676767677,\n \"acc_stderr\": 0.027178752639044915,\n \"acc_norm\": 0.17676767676767677,\n \"acc_norm_stderr\": 0.027178752639044915\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.19689119170984457,\n \"acc_stderr\": 0.028697873971860664,\n \"acc_norm\": 0.19689119170984457,\n \"acc_norm_stderr\": 0.028697873971860664\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.20256410256410257,\n \"acc_stderr\": 0.020377660970371372,\n \"acc_norm\": 0.20256410256410257,\n \"acc_norm_stderr\": 0.020377660970371372\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.21851851851851853,\n \"acc_stderr\": 0.02519575225182379,\n \"acc_norm\": 0.21851851851851853,\n \"acc_norm_stderr\": 0.02519575225182379\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.21428571428571427,\n \"acc_stderr\": 0.02665353159671549,\n \"acc_norm\": 0.21428571428571427,\n \"acc_norm_stderr\": 0.02665353159671549\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.33112582781456956,\n \"acc_stderr\": 0.038425817186598696,\n \"acc_norm\": 0.33112582781456956,\n \"acc_norm_stderr\": 0.038425817186598696\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.20917431192660552,\n \"acc_stderr\": 0.01743793717334323,\n \"acc_norm\": 0.20917431192660552,\n \"acc_norm_stderr\": 0.01743793717334323\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.4675925925925926,\n \"acc_stderr\": 0.03402801581358966,\n \"acc_norm\": 0.4675925925925926,\n \"acc_norm_stderr\": 0.03402801581358966\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.2549019607843137,\n \"acc_stderr\": 0.030587591351604246,\n \"acc_norm\": 0.2549019607843137,\n \"acc_norm_stderr\": 0.030587591351604246\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.20253164556962025,\n \"acc_stderr\": 0.026160568246601457,\n \"acc_norm\": 0.20253164556962025,\n \"acc_norm_stderr\": 0.026160568246601457\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.31390134529147984,\n \"acc_stderr\": 0.031146796482972465,\n \"acc_norm\": 0.31390134529147984,\n \"acc_norm_stderr\": 0.031146796482972465\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.2595419847328244,\n \"acc_stderr\": 0.03844876139785271,\n \"acc_norm\": 0.2595419847328244,\n \"acc_norm_stderr\": 0.03844876139785271\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.2396694214876033,\n \"acc_stderr\": 0.03896878985070417,\n \"acc_norm\": 0.2396694214876033,\n \"acc_norm_stderr\": 0.03896878985070417\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.25925925925925924,\n \"acc_stderr\": 0.042365112580946336,\n \"acc_norm\": 0.25925925925925924,\n \"acc_norm_stderr\": 0.042365112580946336\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.22085889570552147,\n \"acc_stderr\": 0.032591773927421776,\n \"acc_norm\": 0.22085889570552147,\n \"acc_norm_stderr\": 0.032591773927421776\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.29464285714285715,\n \"acc_stderr\": 0.04327040932578729,\n \"acc_norm\": 0.29464285714285715,\n \"acc_norm_stderr\": 0.04327040932578729\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.17475728155339806,\n \"acc_stderr\": 0.037601780060266224,\n \"acc_norm\": 0.17475728155339806,\n \"acc_norm_stderr\": 0.037601780060266224\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.2905982905982906,\n \"acc_stderr\": 0.02974504857267404,\n \"acc_norm\": 0.2905982905982906,\n \"acc_norm_stderr\": 0.02974504857267404\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.24,\n \"acc_stderr\": 0.04292346959909281,\n \"acc_norm\": 0.24,\n \"acc_norm_stderr\": 0.04292346959909281\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.28607918263090676,\n \"acc_stderr\": 0.016160871405127522,\n \"acc_norm\": 0.28607918263090676,\n \"acc_norm_stderr\": 0.016160871405127522\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.24855491329479767,\n \"acc_stderr\": 0.023267528432100174,\n \"acc_norm\": 0.24855491329479767,\n \"acc_norm_stderr\": 0.023267528432100174\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.23798882681564246,\n \"acc_stderr\": 0.014242630070574915,\n \"acc_norm\": 0.23798882681564246,\n \"acc_norm_stderr\": 0.014242630070574915\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.22549019607843138,\n \"acc_stderr\": 0.02392915551735128,\n \"acc_norm\": 0.22549019607843138,\n \"acc_norm_stderr\": 0.02392915551735128\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.1864951768488746,\n \"acc_stderr\": 0.02212243977248077,\n \"acc_norm\": 0.1864951768488746,\n \"acc_norm_stderr\": 0.02212243977248077\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.21604938271604937,\n \"acc_stderr\": 0.022899162918445806,\n \"acc_norm\": 0.21604938271604937,\n \"acc_norm_stderr\": 0.022899162918445806\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.23404255319148937,\n \"acc_stderr\": 0.025257861359432417,\n \"acc_norm\": 0.23404255319148937,\n \"acc_norm_stderr\": 0.025257861359432417\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.24902216427640156,\n \"acc_stderr\": 0.01104489226404077,\n \"acc_norm\": 0.24902216427640156,\n \"acc_norm_stderr\": 0.01104489226404077\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.19117647058823528,\n \"acc_stderr\": 0.02388688192244034,\n \"acc_norm\": 0.19117647058823528,\n \"acc_norm_stderr\": 0.02388688192244034\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.24509803921568626,\n \"acc_stderr\": 0.01740181671142765,\n \"acc_norm\": 0.24509803921568626,\n \"acc_norm_stderr\": 0.01740181671142765\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.21818181818181817,\n \"acc_stderr\": 0.03955932861795833,\n \"acc_norm\": 0.21818181818181817,\n \"acc_norm_stderr\": 0.03955932861795833\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.18775510204081633,\n \"acc_stderr\": 0.02500025603954621,\n \"acc_norm\": 0.18775510204081633,\n \"acc_norm_stderr\": 0.02500025603954621\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.24378109452736318,\n \"acc_stderr\": 0.03036049015401465,\n \"acc_norm\": 0.24378109452736318,\n \"acc_norm_stderr\": 0.03036049015401465\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.28,\n \"acc_stderr\": 0.04512608598542128,\n \"acc_norm\": 0.28,\n \"acc_norm_stderr\": 0.04512608598542128\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.28313253012048195,\n \"acc_stderr\": 0.03507295431370518,\n \"acc_norm\": 0.28313253012048195,\n \"acc_norm_stderr\": 0.03507295431370518\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.21052631578947367,\n \"acc_stderr\": 0.0312678171466318,\n \"acc_norm\": 0.21052631578947367,\n \"acc_norm_stderr\": 0.0312678171466318\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.22276621787025705,\n \"mc1_stderr\": 0.014566506961396754,\n \"mc2\": 0.48577541497626797,\n \"mc2_stderr\": 0.016589496055636796\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.49171270718232046,\n \"acc_stderr\": 0.014050555322824194\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.0,\n \"acc_stderr\": 0.0\n }\n}\n```", "repo_url": "https://huggingface.co/Cartinoe5930/iDUS", "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": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|arc:challenge|25_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|gsm8k|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hellaswag|10_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T13-14-26.897278.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["**/details_harness|winogrande|5_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-01-17T13-14-26.897278.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_01_17T13_14_26.897278", "path": ["results_2024-01-17T13-14-26.897278.parquet"]}, {"split": "latest", "path": ["results_2024-01-17T13-14-26.897278.parquet"]}]}]}
2024-01-17T13:17:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of Cartinoe5930/iDUS Dataset automatically created during the evaluation run of model Cartinoe5930/iDUS on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-01-17T13:14:26.897278(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of Cartinoe5930/iDUS\n\n\n\nDataset automatically created during the evaluation run of model Cartinoe5930/iDUS on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T13:14:26.897278(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of Cartinoe5930/iDUS\n\n\n\nDataset automatically created during the evaluation run of model Cartinoe5930/iDUS on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T13:14:26.897278(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 177, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of Cartinoe5930/iDUS\n\n\n\nDataset automatically created during the evaluation run of model Cartinoe5930/iDUS on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-01-17T13:14:26.897278(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]## Dataset Card Contact" ]
[ -0.0518539696931839, 0.18984416127204895, -0.0067217531614005566, 0.04102153703570366, 0.06924939155578613, 0.00018422833818476647, 0.046259671449661255, 0.1144195944070816, 0.05260613560676575, 0.16741250455379486, -0.006718300748616457, 0.10794001817703247, 0.09671233594417572, 0.10754761099815369, 0.024273984134197235, -0.1438387632369995, 0.05311989411711693, -0.09095195680856705, 0.09029717743396759, 0.06987526267766953, 0.0637478306889534, -0.08066864311695099, 0.05885448679327965, -0.033148158341646194, 0.0259892288595438, -0.00874882098287344, -0.05892519652843475, -0.043397873640060425, 0.10223384201526642, 0.07049866020679474, 0.04894263297319412, -0.022218838334083557, 0.03507936745882034, -0.27243417501449585, 0.01883785054087639, 0.1032819077372551, -0.00026666358462534845, 0.049696192145347595, 0.14213827252388, -0.08540332317352295, 0.10280629992485046, -0.03067224659025669, 0.07876390963792801, 0.0397920161485672, -0.12386966496706009, -0.1500440239906311, -0.14416953921318054, 0.02267296239733696, 0.07343035191297531, 0.044241346418857574, -0.01920156739652157, 0.10605762898921967, -0.04937983304262161, 0.053324341773986816, 0.13282808661460876, -0.17362791299819946, -0.02484036237001419, 0.0566311776638031, 0.018296604976058006, 0.05513591691851616, -0.08845775574445724, -0.028884712606668472, 0.02479688823223114, 0.047933466732501984, -0.004696405492722988, 0.01208573393523693, 0.048270244151353836, 0.02292955480515957, -0.14603514969348907, -0.13661494851112366, 0.09961608052253723, -0.013152937404811382, -0.0434202142059803, -0.16100282967090607, -0.05771331116557121, -0.021807441487908363, 0.003725779475644231, 0.01267288625240326, 0.01582508161664009, -0.0002345480752410367, 0.06867556273937225, 0.0035995033103972673, -0.08565113693475723, -0.034313932061195374, -0.04158482328057289, 0.04043469950556755, 0.03870886564254761, 0.0028081529308110476, 0.0034605241380631924, 0.13615281879901886, 0.03776323422789574, -0.0660153403878212, -0.08695665001869202, -0.040350671857595444, -0.1341746598482132, -0.03901015594601631, 0.029527714475989342, -0.059959858655929565, 0.04246234893798828, 0.2529623806476593, -0.03779125213623047, 0.029570171609520912, -0.08716031908988953, 0.012951906770467758, 0.11678621917963028, 0.09891947358846664, -0.06394511461257935, -0.07930605113506317, -0.055649496614933014, 0.016415365040302277, 0.02266697771847248, -0.03313300758600235, 0.024765538051724434, 0.07557974755764008, 0.017422696575522423, 0.13194817304611206, 0.12336958944797516, 0.024183444678783417, -0.07145991921424866, -0.020024286583065987, 0.14418190717697144, -0.16941103339195251, 0.009627739898860455, 0.016979670152068138, -0.03235573694109917, -0.0660259947180748, 0.06459265202283859, -0.022044165059924126, -0.06643232703208923, 0.12074867635965347, -0.0606883279979229, -0.06796761602163315, -0.1048925518989563, -0.06547792255878448, 0.04136723652482033, -0.0220757145434618, -0.06688818335533142, -0.05628745257854462, -0.1465802788734436, -0.08665872365236282, 0.032876066863536835, -0.06827422231435776, -0.008663147687911987, 0.002066013403236866, 0.02250729128718376, -0.011606120504438877, -0.008893066085875034, 0.09630989283323288, -0.0765385553240776, 0.03825561702251434, -0.05011459067463875, 0.04331614449620247, 0.1114683449268341, 0.0322670117020607, -0.12598352134227753, 0.09052226692438126, -0.0891067236661911, 0.09435936063528061, -0.0903041735291481, -0.027901550754904747, -0.11337024718523026, 0.01868550479412079, -0.019596533849835396, 0.02031012438237667, -0.013041072525084019, 0.08935022354125977, -0.1969788521528244, -0.014983095228672028, 0.17613485455513, -0.12277179211378098, -0.057783421128988266, 0.07579519599676132, -0.025783542543649673, 0.05752239748835564, 0.046736933290958405, 0.07529747486114502, 0.07868088036775589, -0.08878766000270844, -0.10473263263702393, -0.0606045201420784, -0.037529412657022476, 0.14871107041835785, 0.0533229261636734, -0.08492434024810791, 0.09793070703744888, 0.030485782772302628, 0.010992927476763725, -0.052230820059776306, -0.013922733254730701, -0.054522547870874405, 0.0010075124446302652, -0.023101799190044403, -0.07105683535337448, -0.01524723693728447, -0.09021897614002228, 0.0009938165312632918, -0.06560377776622772, 0.0018189618131145835, 0.09567323327064514, -0.02239253558218479, 0.02666592039167881, -0.08787991106510162, 0.07928793877363205, -0.017771802842617035, 0.01733654923737049, -0.20673981308937073, -0.1029655933380127, 0.03856656700372696, -0.16713947057724, 0.04500729963183403, -0.0004238559922669083, 0.01687278226017952, 0.05316178500652313, 0.00365183362737298, 0.010416696779429913, 0.020766273140907288, -0.01302841491997242, -0.009277764707803726, -0.1521844118833542, -0.03587419539690018, -0.06892726570367813, 0.07026995718479156, -0.1069396436214447, -0.021945055574178696, 0.07692832499742508, 0.16131433844566345, 0.019266031682491302, -0.07895252108573914, 0.03506545349955559, 0.020676635205745697, -0.05570081248879433, -0.058548055589199066, 0.005595895927399397, -0.006053723394870758, 0.043748337775468826, 0.07297780364751816, -0.17832051217556, -0.14602792263031006, 0.07816455513238907, 0.12751120328903198, -0.07543879747390747, -0.057493656873703, -0.06503896415233612, -0.05718438699841499, -0.1043829470872879, -0.048362184315919876, 0.09256722778081894, 0.08611024171113968, 0.05404675379395485, -0.06448771804571152, -0.05535244941711426, -0.011903880164027214, 0.039686135947704315, -0.07029081881046295, 0.106812484562397, 0.1065932884812355, -0.08311937004327774, 0.11053500324487686, -0.019490746781229973, 0.1117255836725235, 0.11494814604520798, 0.006318713538348675, -0.12227340042591095, -0.014395104721188545, 0.06725060194730759, 0.046633388847112656, 0.0785505548119545, -0.0176369808614254, 0.046075835824012756, 0.08215520530939102, -0.0019061199855059385, 0.034058522433042526, -0.07787970453500748, 0.036597203463315964, 0.03526148945093155, -0.010083134286105633, 0.010653950273990631, 0.002497287467122078, 0.030085228383541107, 0.09264763444662094, 0.012599221430718899, 0.06359154731035233, -0.025768812745809555, -0.04651423916220665, -0.0835849717259407, 0.1377304494380951, -0.0846661850810051, -0.22296102344989777, -0.17093659937381744, -0.054975006729364395, -0.026982923969626427, -0.008439804427325726, 0.0436151847243309, 0.009710505604743958, -0.10207545012235641, -0.10283130407333374, 0.05379480868577957, 0.04467340186238289, -0.11796701699495316, -0.03878576308488846, 0.017848003655672073, -0.01781187392771244, -0.16299167275428772, 0.020722415298223495, 0.02982090599834919, -0.07054300606250763, 0.02091902866959572, 0.08055432885885239, 0.12411298602819443, 0.10955960303544998, 0.07835795730352402, -0.018358251079916954, -0.011859741993248463, 0.15895578265190125, -0.12123007327318192, 0.033353663980960846, 0.09455488622188568, -0.04075445979833603, 0.0806584432721138, 0.15213321149349213, 0.004544430878013372, -0.08302416652441025, 0.036545053124427795, 0.09758211672306061, -0.06903141736984253, -0.2660137712955475, -0.07758515328168869, -0.031055321916937828, 0.06766926497220993, 0.10666890442371368, 0.07763916254043579, -0.004059624392539263, 0.004096437245607376, -0.10980914533138275, -0.03488409146666527, -0.03423861786723137, 0.0692189559340477, 0.047383930534124374, -0.0061048842035233974, 0.051775649189949036, -0.05479282885789871, 0.021194972097873688, 0.12510502338409424, 0.0302188228815794, 0.1815454214811325, -0.04147830605506897, 0.18978536128997803, 0.09387808293104172, 0.07878035306930542, -0.01356731727719307, 0.07782324403524399, -0.011186094023287296, 0.07035136222839355, -0.005628100596368313, -0.08477353304624557, -0.0320250540971756, 0.09236197918653488, 0.05660666525363922, -0.03802592679858208, 0.06110168620944023, -0.05998171493411064, 0.05874742567539215, 0.267245352268219, 0.006850951351225376, -0.154401496052742, -0.03282865136861801, 0.04574022814631462, -0.0455562025308609, -0.09898970276117325, 0.001440437394194305, 0.07171561568975449, -0.16113215684890747, 0.029463058337569237, -0.038078293204307556, 0.07342000305652618, -0.15440477430820465, -0.03633015975356102, -0.006084493827074766, 0.04719356819987297, -0.030237797647714615, 0.09372138231992722, -0.15513864159584045, 0.0927124172449112, -0.017217092216014862, 0.02003445290029049, -0.06863096356391907, 0.07328834384679794, -0.007740438915789127, -0.07030206173658371, 0.15152345597743988, -0.0010643454734236002, -0.11880769580602646, -0.07169808447360992, -0.1211121529340744, -0.020220141857862473, 0.042277779430150986, -0.11153559386730194, 0.12219802290201187, 0.010143555700778961, -0.022921131923794746, -0.04868047684431076, -0.0219890046864748, -0.06420627981424332, -0.2105255275964737, 0.08848254382610321, -0.12338176369667053, 0.04989228397607803, -0.04794105514883995, -0.04363918676972389, -0.061151277273893356, 0.15238875150680542, -0.13044969737529755, -0.07088267058134079, -0.11226700991392136, -0.03451124578714371, 0.13747049868106842, -0.06948638707399368, 0.05449845269322395, -0.04437727853655815, 0.16612480580806732, -0.03594150021672249, -0.0551898255944252, 0.020123139023780823, -0.06922949105501175, -0.17055760324001312, -0.04470599442720413, 0.11865462362766266, 0.06271573901176453, 0.007853982038795948, -0.013187797740101814, 0.0671863779425621, 0.013494915328919888, -0.09177672117948532, 0.045571595430374146, 0.11968982219696045, 0.09956726431846619, 0.07009687274694443, -0.030984962359070778, -0.08786837011575699, -0.09088847786188126, -0.08050812780857086, 0.0610642284154892, 0.18137022852897644, -0.052509505301713943, 0.13857688009738922, 0.12825383245944977, -0.12042604386806488, -0.21010847389698029, -0.08775573968887329, -0.017493488267064095, -0.01343637052923441, 0.10506702959537506, -0.20042017102241516, 0.04467933997511864, 0.0919385477900505, -0.02552216872572899, 0.12448016554117203, -0.2659839689731598, -0.13463546335697174, 0.04942864552140236, 0.04214784502983093, -0.16955572366714478, -0.13154831528663635, -0.09126701205968857, -0.010114999487996101, -0.12952326238155365, 0.1131511703133583, -0.001991881523281336, 0.04363429173827171, -0.0210427176207304, 0.054040323942899704, 0.04104560986161232, -0.060053978115320206, 0.13160036504268646, -0.015388775616884232, 0.03763170540332794, -0.0934675931930542, -0.012089754454791546, -0.012986614368855953, -0.04536956921219826, 0.07013474404811859, 0.02935422584414482, 0.02644927240908146, -0.06556420773267746, -0.045126307755708694, -0.043084900826215744, 0.030049052089452744, -0.07056619971990585, -0.0632091835141182, -0.05931001529097557, 0.07769595831632614, 0.07476919144392014, -0.014807243831455708, 0.03370947390794754, -0.04481939598917961, 0.053128160536289215, 0.22290775179862976, 0.05975402519106865, 0.05163421854376793, -0.12409353256225586, -0.047865353524684906, -0.009232211858034134, 0.005367788951843977, -0.09028846025466919, 0.05007050931453705, 0.09453751146793365, 0.03932507708668709, 0.1124923899769783, -0.008539681322872639, -0.19955305755138397, -0.007862198166549206, 0.07602719217538834, -0.10586539655923843, -0.19907984137535095, 0.04663720354437828, 0.022140728309750557, -0.104182668030262, -0.09017128497362137, 0.08894696086645126, 0.027335936203598976, -0.016784105449914932, 0.01208038255572319, 0.07381925731897354, 0.045904919505119324, 0.08968077600002289, -0.030638378113508224, 0.0420256033539772, -0.07538563758134842, 0.1282002329826355, 0.14870452880859375, -0.1207662969827652, -0.010553977452218533, 0.0715721920132637, -0.04093252494931221, -0.056214626878499985, -0.04120223596692085, 0.06196504458785057, -0.009325298480689526, -0.04063783958554268, -0.01967969723045826, -0.06409348547458649, 0.08515933156013489, 0.1470697671175003, -0.004132635425776243, 0.07281500101089478, 0.017772743478417397, -0.002110952977091074, -0.05297251418232918, 0.11673862487077713, 0.037126392126083374, 0.04359980300068855, -0.02369939535856247, 0.02528516948223114, 0.015227067284286022, -0.02332058921456337, 0.017083758488297462, -0.06745858490467072, -0.06353212893009186, 0.0165537279099226, -0.1560792326927185, 0.028562355786561966, -0.0842515304684639, -0.012481067329645157, 0.006375606637448072, 0.009603920392692089, 0.0016239057295024395, 0.014646423980593681, -0.05640338361263275, -0.05033891275525093, -0.04486938193440437, 0.1176840215921402, -0.20465537905693054, -0.0012137527810409665, 0.0869426354765892, -0.08492548763751984, 0.07535942643880844, -0.00583398062735796, -0.00766865536570549, 0.010373285040259361, -0.09071189165115356, 0.00021211180137470365, -0.02467096783220768, 0.04352620616555214, 0.01906593330204487, -0.14670556783676147, -0.007319947239011526, -0.003289286745712161, -0.09866302460432053, -0.00006294297782005742, -0.005250638350844383, -0.14355884492397308, 0.08078709989786148, 0.09707906097173691, -0.04821915179491043, -0.034623999148607254, 0.027599532157182693, 0.02843150869011879, 0.01575213111937046, 0.09793464839458466, -0.02640756405889988, 0.03858768939971924, -0.15440477430820465, -0.037456315010786057, 0.01121115405112505, 0.009755998849868774, 0.04987240955233574, -0.0008814790635369718, 0.032939765602350235, -0.012549364008009434, 0.21876078844070435, -0.01974521577358246, -0.006403811741620302, 0.029262665659189224, 0.001777513767592609, -0.05033956840634346, 0.026431778445839882, -0.026091070845723152, 0.011650104075670242, 0.014653390273451805, 0.006734630558639765, -0.02424357645213604, -0.049228399991989136, 0.020397409796714783, 0.10219109058380127, 0.11434554308652878, 0.2269783616065979, -0.03445223346352577, 0.04085288569331169, -0.13577379286289215, -0.07909756153821945, -0.007856383919715881, -0.07414171099662781, 0.05105646327137947, -0.05033233016729355, 0.052527666091918945, 0.10778405517339706, -0.1381063312292099, 0.13696210086345673, -0.04092211276292801, -0.02239585481584072, -0.05901489034295082, -0.19984747469425201, -0.036230117082595825, 0.02009507082402706, 0.007445646915584803, -0.08722788840532303, 0.11014062911272049, 0.14465944468975067, 0.015870854258537292, -0.005397844593971968, 0.06206243857741356, -0.11349476873874664, -0.056265804916620255, -0.03089054487645626, 0.026909444481134415, 0.03665380924940109, 0.010608245618641376, 0.05432984605431557, -0.008296794258058071, 0.055123377591371536, 0.07925957441329956, 0.09240420907735825, 0.06513312458992004, 0.04849286377429962, -0.02562633529305458, -0.0396275632083416, 0.005057299975305796, -0.023345621302723885, -0.058888934552669525, 0.17911046743392944, 0.0641556829214096, 0.03455042839050293, 0.020001403987407684, 0.19788570702075958, -0.014149115420877934, -0.07247477024793625, -0.13686616718769073, 0.16182298958301544, -0.0026819477789103985, 0.025806698948144913, 0.030129702761769295, -0.1191941648721695, 0.0022018486633896828, 0.14425109326839447, 0.08575252443552017, 0.020297560840845108, 0.010380354709923267, 0.039632897824048996, 0.022388355806469917, -0.021624960005283356, 0.03262556716799736, 0.04018963500857353, 0.22372373938560486, -0.049212031066417694, 0.0736045315861702, -0.035287044942379, -0.017871711403131485, -0.03570577874779701, 0.12283911556005478, -0.05868454650044441, 0.016898635774850845, -0.07452353090047836, 0.06983856111764908, -0.06910315901041031, -0.2425374835729599, 0.02613348700106144, -0.0623834989964962, -0.1385558694601059, -0.002714702859520912, 0.04091286659240723, -0.02397281676530838, 0.0395779088139534, 0.042296525090932846, -0.03126828745007515, 0.17964427173137665, 0.019640900194644928, -0.06700386852025986, -0.08104372769594193, 0.06105496734380722, -0.055754173547029495, 0.28409385681152344, 0.004611494485288858, 0.02583017386496067, 0.08116605877876282, -0.006113296374678612, -0.1303592026233673, 0.04796289652585983, 0.09292767941951752, -0.07290225476026535, 0.03447418287396431, 0.13138934969902039, -0.013486814685165882, 0.13165129721164703, 0.04663712903857231, 0.002850182354450226, 0.07328768819570541, 0.044639427214860916, 0.019135400652885437, -0.07990651577711105, 0.04990236088633537, -0.08246253430843353, 0.1186709925532341, 0.1359129548072815, -0.006577246356755495, 0.015158481895923615, -0.05545882508158684, 0.04818403720855713, -0.05043752118945122, 0.09662313759326935, -0.01358853466808796, -0.12733571231365204, 0.05903974175453186, 0.018229978159070015, 0.07889257371425629, -0.18727877736091614, -0.07904792577028275, 0.09122031182050705, -0.0587899275124073, -0.026460638269782066, 0.09723809361457825, 0.036248400807380676, 0.024683667346835136, -0.04838447645306587, -0.11254972219467163, 0.029854895547032356, 0.0986785963177681, -0.06109093874692917, -0.042140357196331024 ]
5927da75e3fa805c7748cfbcdd239d167a1c4105
This is a cleaned version of the Quora dataset that's been configured with a train-test-val split. - Train : For training model - Test : For running experiments and comparing different OSS models and closed sourced models - Val : Only to be used at the **end**! Colab Notebook to reproduce : https://colab.research.google.com/drive/1dGjGiqwPV1M7JOLfcPEsSh3SC37urItS?usp=sharing
567-labs/cleaned-quora-dataset-train-test-split
[ "region:us" ]
2024-01-17T13:18:52+00:00
{"dataset_info": {"features": [{"name": "questions", "struct": [{"name": "id", "sequence": "int64"}, {"name": "text", "sequence": "string"}]}, {"name": "is_duplicate", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 39231843, "num_examples": 261317}, {"name": "test", "num_bytes": 7005599, "num_examples": 44635}, {"name": "val", "num_bytes": 6704734, "num_examples": 42232}], "download_size": 31031925, "dataset_size": 52942176}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "val", "path": "data/val-*"}]}]}
2024-01-29T14:44:01+00:00
[]
[]
TAGS #region-us
This is a cleaned version of the Quora dataset that's been configured with a train-test-val split. - Train : For training model - Test : For running experiments and comparing different OSS models and closed sourced models - Val : Only to be used at the end! Colab Notebook to reproduce : URL
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
59a030207046255f521a01dd9219b2f952e5844c
# Dataset Card for Evaluation run of zhengr/MixTAO-7Bx2-MoE-DPO <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [zhengr/MixTAO-7Bx2-MoE-DPO](https://huggingface.co/zhengr/MixTAO-7Bx2-MoE-DPO) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_zhengr__MixTAO-7Bx2-MoE-DPO", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-01-17T13:23:29.676681](https://huggingface.co/datasets/open-llm-leaderboard/details_zhengr__MixTAO-7Bx2-MoE-DPO/blob/main/results_2024-01-17T13-23-29.676681.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": { "acc": 0.6522594762182442, "acc_stderr": 0.0319843897745183, "acc_norm": 0.6520128707870778, "acc_norm_stderr": 0.03264277329988372, "mc1": 0.5385556915544676, "mc1_stderr": 0.017451384104637455, "mc2": 0.6934208246675816, "mc2_stderr": 0.014891018416465928 }, "harness|arc:challenge|25": { "acc": 0.6808873720136519, "acc_stderr": 0.01362169611917331, "acc_norm": 0.7090443686006825, "acc_norm_stderr": 0.013273077865907595 }, "harness|hellaswag|10": { "acc": 0.7027484564827724, "acc_stderr": 0.004561141293448457, "acc_norm": 0.8712407886875124, "acc_norm_stderr": 0.003342487333262275 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.34, "acc_stderr": 0.04760952285695236, "acc_norm": 0.34, "acc_norm_stderr": 0.04760952285695236 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.6296296296296297, "acc_stderr": 0.041716541613545426, "acc_norm": 0.6296296296296297, "acc_norm_stderr": 0.041716541613545426 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.6842105263157895, "acc_stderr": 0.0378272898086547, "acc_norm": 0.6842105263157895, "acc_norm_stderr": 0.0378272898086547 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.65, "acc_stderr": 0.0479372485441102, "acc_norm": 0.65, "acc_norm_stderr": 0.0479372485441102 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.7132075471698113, "acc_stderr": 0.027834912527544067, "acc_norm": 0.7132075471698113, "acc_norm_stderr": 0.027834912527544067 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.7569444444444444, "acc_stderr": 0.035868792800803406, "acc_norm": 0.7569444444444444, "acc_norm_stderr": 0.035868792800803406 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.48, "acc_stderr": 0.050211673156867795, "acc_norm": 0.48, "acc_norm_stderr": 0.050211673156867795 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.55, "acc_stderr": 0.05, "acc_norm": 0.55, "acc_norm_stderr": 0.05 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.31, "acc_stderr": 0.04648231987117316, "acc_norm": 0.31, "acc_norm_stderr": 0.04648231987117316 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.6589595375722543, "acc_stderr": 0.03614665424180826, "acc_norm": 0.6589595375722543, "acc_norm_stderr": 0.03614665424180826 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.4019607843137255, "acc_stderr": 0.048786087144669955, "acc_norm": 0.4019607843137255, "acc_norm_stderr": 0.048786087144669955 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.76, "acc_stderr": 0.04292346959909284, "acc_norm": 0.76, "acc_norm_stderr": 0.04292346959909284 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.5787234042553191, "acc_stderr": 0.03227834510146268, "acc_norm": 0.5787234042553191, "acc_norm_stderr": 0.03227834510146268 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.5, "acc_stderr": 0.047036043419179864, "acc_norm": 0.5, "acc_norm_stderr": 0.047036043419179864 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.5379310344827586, "acc_stderr": 0.04154659671707548, "acc_norm": 0.5379310344827586, "acc_norm_stderr": 0.04154659671707548 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.41005291005291006, "acc_stderr": 0.025331202438944427, "acc_norm": 0.41005291005291006, "acc_norm_stderr": 0.025331202438944427 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.4603174603174603, "acc_stderr": 0.04458029125470973, "acc_norm": 0.4603174603174603, "acc_norm_stderr": 0.04458029125470973 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.31, "acc_stderr": 0.04648231987117316, "acc_norm": 0.31, "acc_norm_stderr": 0.04648231987117316 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.7903225806451613, "acc_stderr": 0.023157879349083522, "acc_norm": 0.7903225806451613, "acc_norm_stderr": 0.023157879349083522 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.4876847290640394, "acc_stderr": 0.035169204442208966, "acc_norm": 0.4876847290640394, "acc_norm_stderr": 0.035169204442208966 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.7, "acc_stderr": 0.046056618647183814, "acc_norm": 0.7, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.7696969696969697, "acc_stderr": 0.03287666758603491, "acc_norm": 0.7696969696969697, "acc_norm_stderr": 0.03287666758603491 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.797979797979798, "acc_stderr": 0.02860620428922987, "acc_norm": 0.797979797979798, "acc_norm_stderr": 0.02860620428922987 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.9067357512953368, "acc_stderr": 0.020986854593289715, "acc_norm": 0.9067357512953368, "acc_norm_stderr": 0.020986854593289715 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.6666666666666666, "acc_stderr": 0.023901157979402534, "acc_norm": 0.6666666666666666, "acc_norm_stderr": 0.023901157979402534 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.32222222222222224, "acc_stderr": 0.028493465091028593, "acc_norm": 0.32222222222222224, "acc_norm_stderr": 0.028493465091028593 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.6890756302521008, "acc_stderr": 0.03006676158297793, "acc_norm": 0.6890756302521008, "acc_norm_stderr": 0.03006676158297793 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.31788079470198677, "acc_stderr": 0.038020397601079024, "acc_norm": 0.31788079470198677, "acc_norm_stderr": 0.038020397601079024 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.8550458715596331, "acc_stderr": 0.015094215699700486, "acc_norm": 0.8550458715596331, "acc_norm_stderr": 0.015094215699700486 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.5648148148148148, "acc_stderr": 0.033812000056435254, "acc_norm": 0.5648148148148148, "acc_norm_stderr": 0.033812000056435254 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.8627450980392157, "acc_stderr": 0.024152225962801584, "acc_norm": 0.8627450980392157, "acc_norm_stderr": 0.024152225962801584 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.8143459915611815, "acc_stderr": 0.02531049537694486, "acc_norm": 0.8143459915611815, "acc_norm_stderr": 0.02531049537694486 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.672645739910314, "acc_stderr": 0.03149384670994131, "acc_norm": 0.672645739910314, "acc_norm_stderr": 0.03149384670994131 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.7862595419847328, "acc_stderr": 0.0359546161177469, "acc_norm": 0.7862595419847328, "acc_norm_stderr": 0.0359546161177469 }, "harness|hendrycksTest-international_law|5": { "acc": 0.768595041322314, "acc_stderr": 0.0384985609879409, "acc_norm": 0.768595041322314, "acc_norm_stderr": 0.0384985609879409 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.7777777777777778, "acc_stderr": 0.0401910747255735, "acc_norm": 0.7777777777777778, "acc_norm_stderr": 0.0401910747255735 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.7730061349693251, "acc_stderr": 0.03291099578615769, "acc_norm": 0.7730061349693251, "acc_norm_stderr": 0.03291099578615769 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.45535714285714285, "acc_stderr": 0.047268355537191, "acc_norm": 0.45535714285714285, "acc_norm_stderr": 0.047268355537191 }, "harness|hendrycksTest-management|5": { "acc": 0.7864077669902912, "acc_stderr": 0.040580420156460344, "acc_norm": 0.7864077669902912, "acc_norm_stderr": 0.040580420156460344 }, "harness|hendrycksTest-marketing|5": { "acc": 0.8760683760683761, "acc_stderr": 0.02158649400128138, "acc_norm": 0.8760683760683761, "acc_norm_stderr": 0.02158649400128138 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.72, "acc_stderr": 0.045126085985421276, "acc_norm": 0.72, "acc_norm_stderr": 0.045126085985421276 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.8250319284802043, "acc_stderr": 0.013586619219903335, "acc_norm": 0.8250319284802043, "acc_norm_stderr": 0.013586619219903335 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.7167630057803468, "acc_stderr": 0.02425790170532338, "acc_norm": 0.7167630057803468, "acc_norm_stderr": 0.02425790170532338 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.4212290502793296, "acc_stderr": 0.01651367603117959, "acc_norm": 0.4212290502793296, "acc_norm_stderr": 0.01651367603117959 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.7058823529411765, "acc_stderr": 0.026090162504279056, "acc_norm": 0.7058823529411765, "acc_norm_stderr": 0.026090162504279056 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.7170418006430869, "acc_stderr": 0.025583062489984813, "acc_norm": 0.7170418006430869, "acc_norm_stderr": 0.025583062489984813 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.7685185185185185, "acc_stderr": 0.023468429832451156, "acc_norm": 0.7685185185185185, "acc_norm_stderr": 0.023468429832451156 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.5070921985815603, "acc_stderr": 0.02982449855912901, "acc_norm": 0.5070921985815603, "acc_norm_stderr": 0.02982449855912901 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.4771838331160365, "acc_stderr": 0.012756933382823698, "acc_norm": 0.4771838331160365, "acc_norm_stderr": 0.012756933382823698 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.6838235294117647, "acc_stderr": 0.028245687391462927, "acc_norm": 0.6838235294117647, "acc_norm_stderr": 0.028245687391462927 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.6683006535947712, "acc_stderr": 0.01904748523936038, "acc_norm": 0.6683006535947712, "acc_norm_stderr": 0.01904748523936038 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.6727272727272727, "acc_stderr": 0.0449429086625209, "acc_norm": 0.6727272727272727, "acc_norm_stderr": 0.0449429086625209 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.7428571428571429, "acc_stderr": 0.02797982353874455, "acc_norm": 0.7428571428571429, "acc_norm_stderr": 0.02797982353874455 }, "harness|hendrycksTest-sociology|5": { "acc": 0.835820895522388, "acc_stderr": 0.02619392354445412, "acc_norm": 0.835820895522388, "acc_norm_stderr": 0.02619392354445412 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.88, "acc_stderr": 0.03265986323710906, "acc_norm": 0.88, "acc_norm_stderr": 0.03265986323710906 }, "harness|hendrycksTest-virology|5": { "acc": 0.5542168674698795, "acc_stderr": 0.03869543323472101, "acc_norm": 0.5542168674698795, "acc_norm_stderr": 0.03869543323472101 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.8187134502923976, "acc_stderr": 0.02954774168764004, "acc_norm": 0.8187134502923976, "acc_norm_stderr": 0.02954774168764004 }, "harness|truthfulqa:mc|0": { "mc1": 0.5385556915544676, "mc1_stderr": 0.017451384104637455, "mc2": 0.6934208246675816, "mc2_stderr": 0.014891018416465928 }, "harness|winogrande|5": { "acc": 0.8121546961325967, "acc_stderr": 0.010977481103435091 }, "harness|gsm8k|5": { "acc": 0.7035633055344959, "acc_stderr": 0.012579398235589534 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_zhengr__MixTAO-7Bx2-MoE-DPO
[ "region:us" ]
2024-01-17T13:25:46+00:00
{"pretty_name": "Evaluation run of zhengr/MixTAO-7Bx2-MoE-DPO", "dataset_summary": "Dataset automatically created during the evaluation run of model [zhengr/MixTAO-7Bx2-MoE-DPO](https://huggingface.co/zhengr/MixTAO-7Bx2-MoE-DPO) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_zhengr__MixTAO-7Bx2-MoE-DPO\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-01-17T13:23:29.676681](https://huggingface.co/datasets/open-llm-leaderboard/details_zhengr__MixTAO-7Bx2-MoE-DPO/blob/main/results_2024-01-17T13-23-29.676681.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 \"acc\": 0.6522594762182442,\n \"acc_stderr\": 0.0319843897745183,\n \"acc_norm\": 0.6520128707870778,\n \"acc_norm_stderr\": 0.03264277329988372,\n \"mc1\": 0.5385556915544676,\n \"mc1_stderr\": 0.017451384104637455,\n \"mc2\": 0.6934208246675816,\n \"mc2_stderr\": 0.014891018416465928\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.6808873720136519,\n \"acc_stderr\": 0.01362169611917331,\n \"acc_norm\": 0.7090443686006825,\n \"acc_norm_stderr\": 0.013273077865907595\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.7027484564827724,\n \"acc_stderr\": 0.004561141293448457,\n \"acc_norm\": 0.8712407886875124,\n \"acc_norm_stderr\": 0.003342487333262275\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.34,\n \"acc_stderr\": 0.04760952285695236,\n \"acc_norm\": 0.34,\n \"acc_norm_stderr\": 0.04760952285695236\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.6296296296296297,\n \"acc_stderr\": 0.041716541613545426,\n \"acc_norm\": 0.6296296296296297,\n \"acc_norm_stderr\": 0.041716541613545426\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.6842105263157895,\n \"acc_stderr\": 0.0378272898086547,\n \"acc_norm\": 0.6842105263157895,\n \"acc_norm_stderr\": 0.0378272898086547\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.65,\n \"acc_stderr\": 0.0479372485441102,\n \"acc_norm\": 0.65,\n \"acc_norm_stderr\": 0.0479372485441102\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.7132075471698113,\n \"acc_stderr\": 0.027834912527544067,\n \"acc_norm\": 0.7132075471698113,\n \"acc_norm_stderr\": 0.027834912527544067\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.7569444444444444,\n \"acc_stderr\": 0.035868792800803406,\n \"acc_norm\": 0.7569444444444444,\n \"acc_norm_stderr\": 0.035868792800803406\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.48,\n \"acc_stderr\": 0.050211673156867795,\n \"acc_norm\": 0.48,\n \"acc_norm_stderr\": 0.050211673156867795\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.55,\n \"acc_stderr\": 0.05,\n \"acc_norm\": 0.55,\n \"acc_norm_stderr\": 0.05\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.31,\n \"acc_stderr\": 0.04648231987117316,\n \"acc_norm\": 0.31,\n \"acc_norm_stderr\": 0.04648231987117316\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6589595375722543,\n \"acc_stderr\": 0.03614665424180826,\n \"acc_norm\": 0.6589595375722543,\n \"acc_norm_stderr\": 0.03614665424180826\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.4019607843137255,\n \"acc_stderr\": 0.048786087144669955,\n \"acc_norm\": 0.4019607843137255,\n \"acc_norm_stderr\": 0.048786087144669955\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.76,\n \"acc_stderr\": 0.04292346959909284,\n \"acc_norm\": 0.76,\n \"acc_norm_stderr\": 0.04292346959909284\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.5787234042553191,\n \"acc_stderr\": 0.03227834510146268,\n \"acc_norm\": 0.5787234042553191,\n \"acc_norm_stderr\": 0.03227834510146268\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.5,\n \"acc_stderr\": 0.047036043419179864,\n \"acc_norm\": 0.5,\n \"acc_norm_stderr\": 0.047036043419179864\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.5379310344827586,\n \"acc_stderr\": 0.04154659671707548,\n \"acc_norm\": 0.5379310344827586,\n \"acc_norm_stderr\": 0.04154659671707548\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.41005291005291006,\n \"acc_stderr\": 0.025331202438944427,\n \"acc_norm\": 0.41005291005291006,\n \"acc_norm_stderr\": 0.025331202438944427\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.4603174603174603,\n \"acc_stderr\": 0.04458029125470973,\n \"acc_norm\": 0.4603174603174603,\n \"acc_norm_stderr\": 0.04458029125470973\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.31,\n \"acc_stderr\": 0.04648231987117316,\n \"acc_norm\": 0.31,\n \"acc_norm_stderr\": 0.04648231987117316\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.7903225806451613,\n \"acc_stderr\": 0.023157879349083522,\n \"acc_norm\": 0.7903225806451613,\n \"acc_norm_stderr\": 0.023157879349083522\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.4876847290640394,\n \"acc_stderr\": 0.035169204442208966,\n \"acc_norm\": 0.4876847290640394,\n \"acc_norm_stderr\": 0.035169204442208966\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.7,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.7,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.7696969696969697,\n \"acc_stderr\": 0.03287666758603491,\n \"acc_norm\": 0.7696969696969697,\n \"acc_norm_stderr\": 0.03287666758603491\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.797979797979798,\n \"acc_stderr\": 0.02860620428922987,\n \"acc_norm\": 0.797979797979798,\n \"acc_norm_stderr\": 0.02860620428922987\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.9067357512953368,\n \"acc_stderr\": 0.020986854593289715,\n \"acc_norm\": 0.9067357512953368,\n \"acc_norm_stderr\": 0.020986854593289715\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.6666666666666666,\n \"acc_stderr\": 0.023901157979402534,\n \"acc_norm\": 0.6666666666666666,\n \"acc_norm_stderr\": 0.023901157979402534\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.32222222222222224,\n \"acc_stderr\": 0.028493465091028593,\n \"acc_norm\": 0.32222222222222224,\n \"acc_norm_stderr\": 0.028493465091028593\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.6890756302521008,\n \"acc_stderr\": 0.03006676158297793,\n \"acc_norm\": 0.6890756302521008,\n \"acc_norm_stderr\": 0.03006676158297793\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.31788079470198677,\n \"acc_stderr\": 0.038020397601079024,\n \"acc_norm\": 0.31788079470198677,\n \"acc_norm_stderr\": 0.038020397601079024\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.8550458715596331,\n \"acc_stderr\": 0.015094215699700486,\n \"acc_norm\": 0.8550458715596331,\n \"acc_norm_stderr\": 0.015094215699700486\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.5648148148148148,\n \"acc_stderr\": 0.033812000056435254,\n \"acc_norm\": 0.5648148148148148,\n \"acc_norm_stderr\": 0.033812000056435254\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.8627450980392157,\n \"acc_stderr\": 0.024152225962801584,\n \"acc_norm\": 0.8627450980392157,\n \"acc_norm_stderr\": 0.024152225962801584\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.8143459915611815,\n \"acc_stderr\": 0.02531049537694486,\n \"acc_norm\": 0.8143459915611815,\n \"acc_norm_stderr\": 0.02531049537694486\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.672645739910314,\n \"acc_stderr\": 0.03149384670994131,\n \"acc_norm\": 0.672645739910314,\n \"acc_norm_stderr\": 0.03149384670994131\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.7862595419847328,\n \"acc_stderr\": 0.0359546161177469,\n \"acc_norm\": 0.7862595419847328,\n \"acc_norm_stderr\": 0.0359546161177469\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.768595041322314,\n \"acc_stderr\": 0.0384985609879409,\n \"acc_norm\": 0.768595041322314,\n \"acc_norm_stderr\": 0.0384985609879409\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7777777777777778,\n \"acc_stderr\": 0.0401910747255735,\n \"acc_norm\": 0.7777777777777778,\n \"acc_norm_stderr\": 0.0401910747255735\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.7730061349693251,\n \"acc_stderr\": 0.03291099578615769,\n \"acc_norm\": 0.7730061349693251,\n \"acc_norm_stderr\": 0.03291099578615769\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.45535714285714285,\n \"acc_stderr\": 0.047268355537191,\n \"acc_norm\": 0.45535714285714285,\n \"acc_norm_stderr\": 0.047268355537191\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.7864077669902912,\n \"acc_stderr\": 0.040580420156460344,\n \"acc_norm\": 0.7864077669902912,\n \"acc_norm_stderr\": 0.040580420156460344\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8760683760683761,\n \"acc_stderr\": 0.02158649400128138,\n \"acc_norm\": 0.8760683760683761,\n \"acc_norm_stderr\": 0.02158649400128138\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.72,\n \"acc_stderr\": 0.045126085985421276,\n \"acc_norm\": 0.72,\n \"acc_norm_stderr\": 0.045126085985421276\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.8250319284802043,\n \"acc_stderr\": 0.013586619219903335,\n \"acc_norm\": 0.8250319284802043,\n \"acc_norm_stderr\": 0.013586619219903335\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.7167630057803468,\n \"acc_stderr\": 0.02425790170532338,\n \"acc_norm\": 0.7167630057803468,\n \"acc_norm_stderr\": 0.02425790170532338\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.4212290502793296,\n \"acc_stderr\": 0.01651367603117959,\n \"acc_norm\": 0.4212290502793296,\n \"acc_norm_stderr\": 0.01651367603117959\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.7058823529411765,\n \"acc_stderr\": 0.026090162504279056,\n \"acc_norm\": 0.7058823529411765,\n \"acc_norm_stderr\": 0.026090162504279056\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.7170418006430869,\n \"acc_stderr\": 0.025583062489984813,\n \"acc_norm\": 0.7170418006430869,\n \"acc_norm_stderr\": 0.025583062489984813\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.7685185185185185,\n \"acc_stderr\": 0.023468429832451156,\n \"acc_norm\": 0.7685185185185185,\n \"acc_norm_stderr\": 0.023468429832451156\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.5070921985815603,\n \"acc_stderr\": 0.02982449855912901,\n \"acc_norm\": 0.5070921985815603,\n \"acc_norm_stderr\": 0.02982449855912901\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.4771838331160365,\n \"acc_stderr\": 0.012756933382823698,\n \"acc_norm\": 0.4771838331160365,\n \"acc_norm_stderr\": 0.012756933382823698\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.6838235294117647,\n \"acc_stderr\": 0.028245687391462927,\n \"acc_norm\": 0.6838235294117647,\n \"acc_norm_stderr\": 0.028245687391462927\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.6683006535947712,\n \"acc_stderr\": 0.01904748523936038,\n \"acc_norm\": 0.6683006535947712,\n \"acc_norm_stderr\": 0.01904748523936038\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6727272727272727,\n \"acc_stderr\": 0.0449429086625209,\n \"acc_norm\": 0.6727272727272727,\n \"acc_norm_stderr\": 0.0449429086625209\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.7428571428571429,\n \"acc_stderr\": 0.02797982353874455,\n \"acc_norm\": 0.7428571428571429,\n \"acc_norm_stderr\": 0.02797982353874455\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.835820895522388,\n \"acc_stderr\": 0.02619392354445412,\n \"acc_norm\": 0.835820895522388,\n \"acc_norm_stderr\": 0.02619392354445412\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.88,\n \"acc_stderr\": 0.03265986323710906,\n \"acc_norm\": 0.88,\n \"acc_norm_stderr\": 0.03265986323710906\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.5542168674698795,\n \"acc_stderr\": 0.03869543323472101,\n \"acc_norm\": 0.5542168674698795,\n \"acc_norm_stderr\": 0.03869543323472101\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.8187134502923976,\n \"acc_stderr\": 0.02954774168764004,\n \"acc_norm\": 0.8187134502923976,\n \"acc_norm_stderr\": 0.02954774168764004\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.5385556915544676,\n \"mc1_stderr\": 0.017451384104637455,\n \"mc2\": 0.6934208246675816,\n \"mc2_stderr\": 0.014891018416465928\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.8121546961325967,\n \"acc_stderr\": 0.010977481103435091\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.7035633055344959,\n \"acc_stderr\": 0.012579398235589534\n }\n}\n```", "repo_url": "https://huggingface.co/zhengr/MixTAO-7Bx2-MoE-DPO", "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": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|arc:challenge|25_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|gsm8k|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hellaswag|10_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T13-23-29.676681.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["**/details_harness|winogrande|5_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-01-17T13-23-29.676681.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_01_17T13_23_29.676681", "path": ["results_2024-01-17T13-23-29.676681.parquet"]}, {"split": "latest", "path": ["results_2024-01-17T13-23-29.676681.parquet"]}]}]}
2024-01-17T13:26:07+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of zhengr/MixTAO-7Bx2-MoE-DPO Dataset automatically created during the evaluation run of model zhengr/MixTAO-7Bx2-MoE-DPO on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-01-17T13:23:29.676681(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of zhengr/MixTAO-7Bx2-MoE-DPO\n\n\n\nDataset automatically created during the evaluation run of model zhengr/MixTAO-7Bx2-MoE-DPO on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T13:23:29.676681(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of zhengr/MixTAO-7Bx2-MoE-DPO\n\n\n\nDataset automatically created during the evaluation run of model zhengr/MixTAO-7Bx2-MoE-DPO on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T13:23:29.676681(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 195, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of zhengr/MixTAO-7Bx2-MoE-DPO\n\n\n\nDataset automatically created during the evaluation run of model zhengr/MixTAO-7Bx2-MoE-DPO on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-01-17T13:23:29.676681(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]" ]
[ -0.05647662281990051, 0.19161656498908997, -0.004734893795102835, 0.02410614863038063, 0.09875819087028503, -0.013387921266257763, 0.005143027752637863, 0.10055664926767349, -0.008231264539062977, 0.15742571651935577, -0.02536950260400772, 0.08371923863887787, 0.09299115836620331, 0.12720853090286255, 0.018185144290328026, -0.1416161209344864, 0.016471730545163155, -0.07567964494228363, 0.04643235728144646, 0.07674235105514526, 0.10536736994981766, -0.08612345904111862, 0.05715871974825859, -0.036141928285360336, -0.008439096622169018, 0.01296321116387844, -0.09281989932060242, -0.03500863164663315, 0.0881434753537178, 0.09151378273963928, 0.03271925449371338, -0.007908878847956657, 0.023475829511880875, -0.2656857967376709, 0.015256127342581749, 0.081868477165699, 0.002654987620189786, 0.032065775245428085, 0.1303718239068985, -0.04994501918554306, 0.06181500852108002, -0.10040788352489471, 0.048355117440223694, 0.05012857913970947, -0.09888332337141037, -0.13495652377605438, -0.15398366749286652, 0.028154943138360977, 0.05873335897922516, 0.05187389254570007, -0.025063730776309967, 0.14156889915466309, -0.030664509162306786, 0.034238673746585846, 0.13158908486366272, -0.12500856816768646, -0.024487540125846863, 0.0630996897816658, 0.043728768825531006, 0.05613633990287781, -0.10647639632225037, -0.005439890082925558, 0.027027271687984467, 0.035374920815229416, -0.005363156087696552, -0.003916725981980562, -0.02279301919043064, 0.013051124289631844, -0.12476681172847748, -0.10648689419031143, 0.21412579715251923, 0.01274875644594431, -0.03755166754126549, -0.16498279571533203, -0.026192395016551018, 0.004800791852176189, -0.0003363292198628187, -0.040502749383449554, 0.001780248829163611, -0.01636737585067749, 0.08132142573595047, -0.02877342328429222, -0.10477986186742783, -0.012849883176386356, -0.00006300080713117495, 0.07105758786201477, 0.01848064363002777, -0.016134968027472496, 0.0030036154203116894, 0.12030200660228729, -0.004802823532372713, -0.095305897295475, -0.08772732317447662, -0.05483127012848854, -0.12595485150814056, -0.04522660747170448, 0.020018260926008224, -0.0840970128774643, 0.05669605731964111, 0.2325572669506073, -0.03397093713283539, 0.04140879586338997, -0.08707235008478165, -0.004187450744211674, 0.13152611255645752, 0.07702337205410004, -0.06883376091718674, -0.08469335734844208, -0.004300178959965706, 0.009845484979450703, 0.022941576316952705, -0.028144806623458862, 0.0052156997844576836, 0.04779687523841858, 0.07533784210681915, 0.12397738546133041, 0.10489021986722946, 0.024063030257821083, -0.05776214599609375, -0.028948282822966576, 0.17949114739894867, -0.1572091430425644, -0.002359096659347415, 0.009449298493564129, -0.04732191190123558, -0.07748308032751083, 0.05559031665325165, 0.0034937597811222076, -0.06611110270023346, 0.10016393661499023, -0.048539504408836365, -0.07215043902397156, -0.07333502173423767, -0.04043009504675865, 0.05344817042350769, 0.0050675333477556705, -0.012766225263476372, -0.08053848147392273, -0.09817308932542801, -0.08260519802570343, 0.021110903471708298, -0.06025922670960426, -0.027818938717246056, 0.03933725506067276, -0.009173139929771423, -0.021958395838737488, -0.015990812331438065, 0.12665988504886627, -0.053906090557575226, 0.037103720009326935, 0.012107035145163536, -0.01842106133699417, 0.0677841529250145, 0.047019701451063156, -0.11218897998332977, 0.08319532871246338, -0.06811884790658951, 0.09755893051624298, -0.10412919521331787, -0.009767748415470123, -0.1326376497745514, -0.0011893969494849443, -0.017990650609135628, 0.00004022448410978541, 0.002383955055847764, 0.09327655285596848, -0.22536148130893707, 0.03342393413186073, 0.10753355175256729, -0.09960509091615677, -0.09433773159980774, 0.06668947637081146, -0.03850243240594864, 0.07286980003118515, 0.04997909441590309, 0.08638182282447815, 0.13721366226673126, -0.09868772327899933, -0.11818776279687881, -0.07217676937580109, -0.02464498206973076, 0.14464980363845825, 0.0686950758099556, -0.056860968470573425, 0.10731406509876251, 0.04545995220541954, -0.013154744170606136, -0.08639224618673325, -0.02069585956633091, -0.06932602822780609, -0.012782473117113113, -0.041187480092048645, -0.06872853636741638, 0.006625048816204071, -0.08297374844551086, -0.022499820217490196, -0.09007859230041504, -0.003748360788449645, 0.1000630259513855, -0.013265329413115978, 0.008340149186551571, -0.0723877102136612, 0.05439014360308647, 0.01279506552964449, 0.02617093175649643, -0.21984857320785522, -0.11657451093196869, 0.03720730543136597, -0.10001729428768158, 0.05041269212961197, 0.03663850948214531, 0.0067933653481304646, 0.035334449261426926, 0.00007367228681687266, 0.011313698254525661, -0.007878589443862438, 0.003366349497810006, 0.0013696813257411122, -0.12383981794118881, -0.0604441836476326, -0.08498191088438034, 0.1112377867102623, -0.1403997540473938, -0.022598184645175934, 0.09342260658740997, 0.15666016936302185, 0.0009216499165631831, -0.07527133077383041, 0.0664723813533783, -0.008313042111694813, -0.03625267744064331, -0.05717260763049126, -0.0005595338298007846, -0.015669552609324455, 0.041953474283218384, 0.007690180093050003, -0.19189561903476715, -0.12047667056322098, 0.06408237665891647, 0.12606197595596313, -0.06698466837406158, -0.08115949481725693, -0.0663772001862526, -0.06053019315004349, -0.08602222800254822, -0.07356339693069458, 0.0861348956823349, 0.06818278878927231, 0.029054388403892517, -0.06878459453582764, -0.06066456064581871, 0.01167802233248949, 0.03734169900417328, -0.07402797043323517, 0.08961901068687439, 0.06698645651340485, -0.1320851594209671, 0.10548056662082672, 0.002015028614550829, 0.12573003768920898, 0.09735391288995743, 0.006387036759406328, -0.08489722013473511, -0.012688265182077885, 0.05563785135746002, 0.02781527489423752, 0.10059691220521927, -0.03705676272511482, 0.041630297899246216, 0.07814968377351761, -0.004982955288141966, 0.05424092337489128, -0.05965561792254448, 0.03933200612664223, 0.0352286696434021, -0.0044530960731208324, 0.05218356475234032, 0.0169892106205225, 0.009092068299651146, 0.06602726876735687, 0.02847202494740486, 0.09707089513540268, -0.009202457964420319, -0.0462544709444046, -0.09560827910900116, 0.12947677075862885, -0.10089373588562012, -0.2773095667362213, -0.14706115424633026, -0.03830544650554657, -0.05917391926050186, -0.021101726219058037, 0.05245036631822586, 0.005009438376873732, -0.09387530386447906, -0.08425850421190262, 0.046835657209157944, 0.0010586505522951484, -0.12596911191940308, -0.047052621841430664, 0.05121084302663803, -0.003398497588932514, -0.16689398884773254, 0.03451940789818764, 0.03087482415139675, -0.052321840077638626, -0.0003979419416282326, 0.07967660576105118, 0.147830531001091, 0.06830993294715881, 0.036436114460229874, -0.015264962799847126, 0.0014054831117391586, 0.16684870421886444, -0.10945461690425873, 0.04097024351358414, 0.13309887051582336, -0.0343819186091423, 0.06416121125221252, 0.16748520731925964, -0.0008278155000880361, -0.09014526754617691, 0.034277286380529404, 0.08684559166431427, -0.07265166938304901, -0.24884331226348877, -0.10313478112220764, -0.0394020676612854, -0.02788499742746353, 0.08771149069070816, 0.07428902387619019, 0.014001589268445969, 0.01866663061082363, -0.11708468943834305, -0.023746289312839508, -0.04386186972260475, 0.06330908089876175, 0.05824828892946243, 0.0016843656776472926, 0.03101184219121933, -0.04116705432534218, 0.02810107357800007, 0.10998010635375977, 0.057353321462869644, 0.16195830702781677, -0.03272334858775139, 0.1488492488861084, 0.0780869573354721, 0.10154558718204498, -0.041433751583099365, 0.057479579001665115, 0.010823809541761875, 0.062678262591362, -0.005489604081958532, -0.1014808639883995, -0.06443959474563599, 0.0873991847038269, 0.03485235199332237, -0.06090893596410751, 0.024312393739819527, -0.04124816507101059, 0.04522417485713959, 0.1597125083208084, -0.018060535192489624, -0.11838219314813614, -0.051563702523708344, 0.04939240589737892, -0.012738223187625408, -0.10710388422012329, -0.024566493928432465, 0.06751156598329544, -0.15836140513420105, 0.03234336897730827, -0.031366631388664246, 0.09049957245588303, -0.11672607809305191, -0.020281493663787842, -0.030919533222913742, 0.07380430400371552, 0.002120125340297818, 0.13454236090183258, -0.15202179551124573, 0.08373844623565674, -0.0012500499142333865, 0.04075683280825615, -0.10946932435035706, 0.058868516236543655, -0.034459639340639114, -0.03273528069257736, 0.14339187741279602, -0.006956093478947878, -0.09463302046060562, -0.04378226026892662, -0.11311597377061844, 0.006970813497900963, 0.07164832949638367, -0.10552744567394257, 0.09922610223293304, 0.01737978309392929, -0.013504328206181526, -0.03280351310968399, -0.003835545387119055, -0.14196264743804932, -0.22649069130420685, 0.11497537046670914, -0.11941970139741898, 0.056103046983480453, -0.05384859815239906, -0.02854583039879799, -0.04891498386859894, 0.18755462765693665, -0.08228749781847, -0.06466200202703476, -0.12673459947109222, 0.03789184242486954, 0.17360354959964752, -0.05605050548911095, 0.03872092440724373, -0.043796151876449585, 0.17540708184242249, -0.018102774396538734, -0.05946030095219612, -0.01699543558061123, -0.0844431221485138, -0.14638158679008484, -0.0375339575111866, 0.14343015849590302, 0.04870450124144554, 0.014093718491494656, 0.021480683237314224, 0.014690523967146873, 0.015186194330453873, -0.1002792939543724, 0.02228974550962448, 0.0841781422495842, 0.09994135051965714, 0.042673226445913315, -0.03578130155801773, -0.12047221511602402, -0.1093088835477829, -0.09487531334161758, 0.08804747462272644, 0.14142319560050964, -0.055110156536102295, 0.1396748274564743, 0.12293995171785355, -0.09859774261713028, -0.19737012684345245, -0.07302313297986984, 0.027388175949454308, -0.00708610936999321, 0.08293764293193817, -0.18722444772720337, 0.05269520357251167, 0.06592277437448502, -0.010420403443276882, 0.10815908759832382, -0.24383996427059174, -0.130547434091568, 0.0449569970369339, 0.026235949248075485, -0.19933156669139862, -0.16817332804203033, -0.10841686278581619, -0.020742233842611313, -0.1658640205860138, 0.15525062382221222, -0.014968459494411945, 0.03667907416820526, -0.0034301450941711664, 0.054059725254774094, 0.056767866015434265, -0.05721940100193024, 0.14329352974891663, 0.007384268566966057, 0.014611247926950455, -0.10091912746429443, -0.03161818906664848, 0.03111346997320652, -0.04977250099182129, 0.09715893864631653, 0.04985171556472778, 0.0476536750793457, -0.10390717536211014, -0.03190416470170021, -0.04526326432824135, 0.0684414729475975, -0.07162176817655563, -0.06494905054569244, -0.07685794681310654, 0.09120507538318634, 0.07458563148975372, -0.0178022850304842, 0.05116274207830429, -0.03112955205142498, 0.01376713439822197, 0.21188654005527496, 0.09634064137935638, 0.03529953211545944, -0.11350913345813751, -0.03292439132928848, 0.0008928971365094185, 0.009573929943144321, -0.1091872975230217, 0.05023347958922386, 0.10238263010978699, 0.04721352830529213, 0.07758768647909164, -0.030109573155641556, -0.21251368522644043, -0.0012731950264424086, 0.07758177071809769, -0.10963132232427597, -0.20258751511573792, 0.0014133178628981113, 0.13698652386665344, -0.12264630943536758, -0.053120385855436325, 0.09352324157953262, 0.022846078500151634, -0.02586173452436924, -0.001427505281753838, 0.06350991874933243, 0.040825776755809784, 0.11311754584312439, 0.01813405007123947, 0.05567625164985657, -0.0740385428071022, 0.10498342663049698, 0.1446322351694107, -0.07937902957201004, 0.016681231558322906, 0.06438667327165604, -0.05918068066239357, -0.06477873027324677, 0.015979954972863197, 0.026955045759677887, 0.012039519846439362, -0.06076886132359505, 0.02091841958463192, -0.03811950981616974, 0.039350662380456924, 0.09861738979816437, 0.010770803317427635, 0.03344875946640968, 0.032822731882333755, -0.024631718173623085, -0.09391623735427856, 0.08931850641965866, 0.043550796806812286, 0.0367305688560009, -0.057933349162340164, 0.004166892264038324, 0.019829148426651955, 0.024089287966489792, 0.007806636393070221, -0.051680341362953186, -0.052481088787317276, -0.008130555041134357, -0.14766031503677368, 0.028275692835450172, -0.08033788949251175, 0.0012052134843543172, -0.005299960728734732, -0.018035609275102615, -0.016408808529376984, 0.02570110186934471, -0.05035639926791191, -0.0647326335310936, -0.05562499910593033, 0.10652004182338715, -0.184836745262146, -0.015121947042644024, 0.08556972444057465, -0.08085080236196518, 0.08552508801221848, 0.011401886120438576, -0.006753409281373024, 0.018976720049977303, -0.10561630129814148, -0.02696777880191803, -0.026131130754947662, 0.06618079543113708, 0.019394071772694588, -0.15852221846580505, -0.006395859643816948, 0.011737415567040443, -0.07451954483985901, -0.017102181911468506, 0.04172782227396965, -0.1548684537410736, 0.01856398582458496, 0.024357622489333153, -0.03786490485072136, -0.04084391891956329, 0.05469764024019241, 0.04708979278802872, 0.026794075965881348, 0.09183581173419952, -0.00034501063055358827, 0.05367925018072128, -0.14458617568016052, -0.04609908536076546, -0.0035340834874659777, 0.0004582822148222476, 0.04974949359893799, 0.01784336008131504, 0.03657684847712517, 0.0008466345607303083, 0.1928001344203949, -0.008699455298483372, 0.0840250626206398, 0.022889135405421257, 0.013920397497713566, -0.04278722032904625, 0.02230624295771122, 0.05079697445034981, 0.012002346105873585, 0.0316782221198082, 0.03512571379542351, -0.026436610147356987, -0.032070256769657135, -0.02216433919966221, 0.07917757332324982, 0.13909116387367249, 0.15681062638759613, -0.031220093369483948, 0.07417101413011551, -0.17271067202091217, -0.05088605731725693, 0.03048011288046837, -0.029191572219133377, 0.02115989662706852, -0.07112085074186325, 0.008506374433636665, 0.09397266060113907, -0.12398012727499008, 0.13035674393177032, -0.05812932178378105, -0.0512457937002182, -0.02217564731836319, -0.14776131510734558, -0.046868521720170975, 0.03162723407149315, 0.014643418602645397, -0.0986330509185791, 0.08598258346319199, 0.12184212356805801, -0.013174372725188732, -0.016331462189555168, 0.09872955083847046, -0.08816845715045929, -0.08521632850170135, -0.029270507395267487, 0.014300709590315819, 0.024252086877822876, 0.004645294509828091, 0.0822640210390091, 0.01780066266655922, 0.06889506429433823, 0.07401695847511292, 0.09929966181516647, 0.07158514112234116, 0.02594701014459133, -0.04496656730771065, -0.05002739652991295, -0.006336552556604147, -0.01284450851380825, -0.03234732896089554, 0.1938457489013672, 0.04547232761979103, 0.012730964459478855, 0.006062341388314962, 0.19867485761642456, 0.020584825426340103, -0.08881271630525589, -0.13319265842437744, 0.08817039430141449, 0.015289494767785072, 0.02165079303085804, 0.047085635364055634, -0.139488086104393, 0.041262052953243256, 0.16559827327728271, 0.1048516035079956, 0.02621484361588955, 0.018006615340709686, 0.029144572094082832, 0.027771757915616035, -0.03987499326467514, 0.04406313598155975, 0.034783992916345596, 0.18366698920726776, -0.05122678726911545, 0.07174772024154663, -0.023513661697506905, -0.01754680462181568, -0.037904709577560425, 0.10508719086647034, -0.03222296014428139, 0.014028719626367092, -0.048316095024347305, 0.10365363955497742, -0.04826455935835838, -0.2783757746219635, 0.004465392325073481, -0.0800071656703949, -0.13804729282855988, -0.018483858555555344, 0.036544319242239, -0.026249252259731293, 0.029833773151040077, 0.032427240163087845, -0.01874166913330555, 0.17711614072322845, 0.024873195216059685, -0.07650136202573776, -0.03613053634762764, 0.08668754994869232, -0.001582829630933702, 0.26072943210601807, -0.0050254748202860355, 0.07175751030445099, 0.09971344470977783, -0.018274644389748573, -0.16440542042255402, 0.03316254913806915, 0.1023118868470192, -0.03753072768449783, 0.06034949794411659, 0.1525898575782776, -0.025131547823548317, 0.12663047015666962, 0.041320983320474625, -0.014104067347943783, 0.04166330397129059, 0.08146024495363235, 0.05340265855193138, -0.0820731520652771, 0.09978093951940536, -0.09334705024957657, 0.14384903013706207, 0.09841027110815048, -0.03224790096282959, 0.002653392031788826, -0.08221361041069031, 0.0763976201415062, -0.02730531245470047, 0.1198146715760231, -0.00837330985814333, -0.14978806674480438, 0.028192196041345596, 0.011968291364610195, 0.049176666885614395, -0.19402635097503662, -0.06277964264154434, 0.11522192507982254, -0.04716183990240097, -0.0056883301585912704, 0.1034393459558487, 0.031302981078624725, 0.0066197700798511505, -0.062031056731939316, -0.08977915346622467, -0.01677883416414261, 0.09960386902093887, -0.09497176855802536, -0.03394779562950134 ]
5d92806e2e296fc269c18397cb5b45e86b4b58bb
# Dataset of pieri/ピエリ (Fire Emblem) This is the dataset of pieri/ピエリ (Fire Emblem), containing 194 images and their tags. The core tags of this character are `blue_hair, multicolored_hair, hair_over_one_eye, pink_hair, twintails, breasts, two-tone_hair, red_eyes, gradient_hair, large_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 194 | 216.36 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pieri_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 194 | 127.01 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pieri_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 427 | 258.80 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pieri_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 194 | 190.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pieri_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 427 | 357.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pieri_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/pieri_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, simple_background, solo, armor, white_background, smile, looking_at_viewer, sword, upper_body | | 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, armor, solo, spear, open_mouth | | 2 | 14 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, solo, nipples, nude, pussy, smile, blush, looking_at_viewer, uncensored, navel | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | blush, nipples, nude, solo_focus, 1boy, 1girl, cum_on_breasts, hetero, smile, cum_on_hair, facial, paizuri, penis, censored, closed_eyes, collarbone, long_hair, open_mouth | | 4 | 7 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, hetero, nipples, solo_focus, open_mouth, blush, pink_eyes, ahegao, completely_nude, medium_breasts, sex_from_behind, simple_background, tongue_out, arm_grab, arm_held_back, navel, standing_sex, vaginal | | 5 | 9 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, fellatio, hetero, penis, 1girl, solo_focus, uncensored, nude, blush, english_text, simple_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | simple_background | solo | armor | white_background | smile | looking_at_viewer | sword | upper_body | spear | open_mouth | nipples | nude | pussy | blush | uncensored | navel | solo_focus | 1boy | cum_on_breasts | hetero | cum_on_hair | facial | paizuri | penis | censored | closed_eyes | collarbone | long_hair | pink_eyes | ahegao | completely_nude | medium_breasts | sex_from_behind | tongue_out | arm_grab | arm_held_back | standing_sex | vaginal | fellatio | english_text | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:-------|:--------|:-------------------|:--------|:--------------------|:--------|:-------------|:--------|:-------------|:----------|:-------|:--------|:--------|:-------------|:--------|:-------------|:-------|:-----------------|:---------|:--------------|:---------|:----------|:--------|:-----------|:--------------|:-------------|:------------|:------------|:---------|:------------------|:-----------------|:------------------|:-------------|:-----------|:----------------|:---------------|:----------|:-----------|:---------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | X | X | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 14 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | X | | | X | X | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | X | | | | | X | X | X | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | 4 | 7 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | | | | | | | | | X | X | | | X | | X | X | X | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | 5 | 9 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | | | | | | | | | | | X | | X | X | | X | X | | X | | | | X | | | | | | | | | | | | | | | X | X |
CyberHarem/pieri_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:30:49+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:06:52+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of pieri/ピエリ (Fire Emblem) ================================== This is the dataset of pieri/ピエリ (Fire Emblem), containing 194 images and their tags. The core tags of this character are 'blue\_hair, multicolored\_hair, hair\_over\_one\_eye, pink\_hair, twintails, breasts, two-tone\_hair, red\_eyes, gradient\_hair, large\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
e781bb38cf9b3106cd9523b300e2235c30123f8b
# Dataset of oboro/オボロ (Fire Emblem) This is the dataset of oboro/オボロ (Fire Emblem), containing 108 images and their tags. The core tags of this character are `long_hair, ponytail, blue_hair, brown_eyes, breasts, braid`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 108 | 91.31 MiB | [Download](https://huggingface.co/datasets/CyberHarem/oboro_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 108 | 66.02 MiB | [Download](https://huggingface.co/datasets/CyberHarem/oboro_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 235 | 125.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/oboro_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 108 | 86.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/oboro_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 235 | 155.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/oboro_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/oboro_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 11 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, japanese_clothes, armor, naginata, simple_background, smile, white_background, looking_at_viewer, spear | | 1 | 12 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, hetero, penis, solo_focus, blush, nipples, sex, vaginal, 1boy, nude, large_breasts, cum_in_pussy, navel, sweat, bar_censor, medium_breasts, open_mouth | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | japanese_clothes | armor | naginata | simple_background | smile | white_background | looking_at_viewer | spear | hetero | penis | solo_focus | blush | nipples | sex | vaginal | 1boy | nude | large_breasts | cum_in_pussy | navel | sweat | bar_censor | medium_breasts | open_mouth | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-------------------|:--------|:-----------|:--------------------|:--------|:-------------------|:--------------------|:--------|:---------|:--------|:-------------|:--------|:----------|:------|:----------|:-------|:-------|:----------------|:---------------|:--------|:--------|:-------------|:-----------------|:-------------| | 0 | 11 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | 1 | 12 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/oboro_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:31:00+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:52:06+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of oboro/オボロ (Fire Emblem) ================================== This is the dataset of oboro/オボロ (Fire Emblem), containing 108 images and their tags. The core tags of this character are 'long\_hair, ponytail, blue\_hair, brown\_eyes, breasts, braid', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
0ec15d902aae33d887074375c92772e07d5dc2a0
# Dataset of est/エスト (Fire Emblem) This is the dataset of est/エスト (Fire Emblem), containing 103 images and their tags. The core tags of this character are `short_hair, pink_hair, breasts, red_hair, pink_eyes, headband, red_eyes`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 103 | 94.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/est_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 103 | 62.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/est_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 208 | 113.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/est_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 103 | 86.92 MiB | [Download](https://huggingface.co/datasets/CyberHarem/est_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 208 | 149.02 MiB | [Download](https://huggingface.co/datasets/CyberHarem/est_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/est_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | hetero, 1girl, blush, cum_in_pussy, thighhighs, armor, solo_focus, vaginal, elbow_gloves, heart-shaped_pupils, open_mouth, spread_legs, breasts_out, clothed_sex, nipples, overflow, 1boy, 2boys, censored, fingerless_gloves, group_sex, medium_breasts, multiple_penises, torn_clothes | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, nipples, solo, thighhighs, blush, cross-laced_footwear, looking_at_viewer, nude, open_mouth, smile, thigh_boots, pussy, medium_breasts, spread_legs | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, elbow_gloves, solo, spear, thighhighs, zettai_ryouiki, dress, smile, thigh_boots, open_mouth, sword, breastplate, fingerless_gloves, full_body, holding, looking_at_viewer, pegasus_knight_uniform_(fire_emblem), shoulder_armor | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bangs, belt, elbow_gloves, full_body, open_mouth, sheath, short_dress, shoulder_armor, solo, sword, thigh_boots, thighhighs, holding_weapon, shiny_hair, simple_background, spear, white_background, white_gloves, gold_trim, leg_up, medium_breasts, pelvic_curtain, thighs, white_dress, white_footwear, zettai_ryouiki, high_heels, sleeveless | | 4 | 11 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | rabbit_ears, 1girl, fake_animal_ears, smile, solo, open_mouth, see-through, thighhighs, hair_ornament, choker, easter_egg, white_gloves, dress, flower, full_body, simple_background, looking_at_viewer, official_alternate_costume, shorts, white_background, bangs, holding, puffy_short_sleeves, shiny_hair | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | hetero | 1girl | blush | cum_in_pussy | thighhighs | armor | solo_focus | vaginal | elbow_gloves | heart-shaped_pupils | open_mouth | spread_legs | breasts_out | clothed_sex | nipples | overflow | 1boy | 2boys | censored | fingerless_gloves | group_sex | medium_breasts | multiple_penises | torn_clothes | solo | cross-laced_footwear | looking_at_viewer | nude | smile | thigh_boots | pussy | spear | zettai_ryouiki | dress | sword | breastplate | full_body | holding | pegasus_knight_uniform_(fire_emblem) | shoulder_armor | bangs | belt | sheath | short_dress | holding_weapon | shiny_hair | simple_background | white_background | white_gloves | gold_trim | leg_up | pelvic_curtain | thighs | white_dress | white_footwear | high_heels | sleeveless | rabbit_ears | fake_animal_ears | see-through | hair_ornament | choker | easter_egg | flower | official_alternate_costume | shorts | puffy_short_sleeves | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------|:--------|:--------|:---------------|:-------------|:--------|:-------------|:----------|:---------------|:----------------------|:-------------|:--------------|:--------------|:--------------|:----------|:-----------|:-------|:--------|:-----------|:--------------------|:------------|:-----------------|:-------------------|:---------------|:-------|:-----------------------|:--------------------|:-------|:--------|:--------------|:--------|:--------|:-----------------|:--------|:--------|:--------------|:------------|:----------|:---------------------------------------|:-----------------|:--------|:-------|:---------|:--------------|:-----------------|:-------------|:--------------------|:-------------------|:---------------|:------------|:---------|:-----------------|:---------|:--------------|:-----------------|:-------------|:-------------|:--------------|:-------------------|:--------------|:----------------|:---------|:-------------|:---------|:-----------------------------|:---------|:----------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | X | | X | | | | | | X | X | | | X | | | | | | | X | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | X | | | X | | | | X | | X | | | | | | | | | X | | | | | X | | X | | X | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | | X | | | X | | | | X | | X | | | | | | | | | | | X | | | X | | | | | X | | X | X | | X | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | 4 | 11 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | X | | | X | | | | | | X | | | | | | | | | | | | | | X | | X | | X | | | | | X | | | X | X | | | X | | | | | X | X | X | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X |
CyberHarem/est_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:31:06+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T13:54:20+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of est/エスト (Fire Emblem) ================================ This is the dataset of est/エスト (Fire Emblem), containing 103 images and their tags. The core tags of this character are 'short\_hair, pink\_hair, breasts, red\_hair, pink\_eyes, headband, red\_eyes', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
5b55289694668673fc16cad900ae7a2ab2c91f47
# Dataset of sharon/シャロン (Fire Emblem) This is the dataset of sharon/シャロン (Fire Emblem), containing 196 images and their tags. The core tags of this character are `blonde_hair, green_eyes, long_hair, braid, breasts, crown_braid`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 196 | 202.46 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sharon_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 196 | 132.60 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sharon_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 415 | 251.62 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sharon_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 196 | 185.17 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sharon_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 415 | 326.59 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sharon_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/sharon_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 14 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1boy, 1girl, hetero, nipples, sex, blush, medium_breasts, penis, solo_focus, open_mouth, completely_nude, cum_in_pussy, vaginal, navel, spread_legs, mosaic_censoring, thighhighs | | 1 | 18 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | fake_animal_ears, rabbit_ears, smile, 1girl, solo, simple_background, open_mouth, white_gloves, multicolored_hair, looking_at_viewer, rabbit_tail, pantyhose, blush, playboy_bunny, easter_egg, medium_breasts, pink_hair, cleavage_cutout, one_eye_closed, ponytail | | 2 | 21 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, simple_background, solo, smile, armor, gloves, looking_at_viewer, white_background, multicolored_hair, open_mouth, blush, cape, upper_body | | 3 | 16 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, armor, cape, solo, spear, looking_at_viewer, simple_background, smile, thighhighs, brown_gloves, holding_polearm, open_mouth, skirt, white_background, gradient_hair, pink_hair, shield, thigh_boots | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, kimono, obi, open_mouth, solo, floral_print, hair_ornament, long_sleeves, smile, wide_sleeves, bangs, flower, gradient_hair, looking_at_viewer, pink_hair, full_body, fur_trim, gradient_clothes, holding, low-tied_long_hair, sandals, shiny_hair, tabi, transparent_background, upper_body | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1boy | 1girl | hetero | nipples | sex | blush | medium_breasts | penis | solo_focus | open_mouth | completely_nude | cum_in_pussy | vaginal | navel | spread_legs | mosaic_censoring | thighhighs | fake_animal_ears | rabbit_ears | smile | solo | simple_background | white_gloves | multicolored_hair | looking_at_viewer | rabbit_tail | pantyhose | playboy_bunny | easter_egg | pink_hair | cleavage_cutout | one_eye_closed | ponytail | armor | gloves | white_background | cape | upper_body | spear | brown_gloves | holding_polearm | skirt | gradient_hair | shield | thigh_boots | kimono | obi | floral_print | hair_ornament | long_sleeves | wide_sleeves | bangs | flower | full_body | fur_trim | gradient_clothes | holding | low-tied_long_hair | sandals | shiny_hair | tabi | transparent_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------|:--------|:---------|:----------|:------|:--------|:-----------------|:--------|:-------------|:-------------|:------------------|:---------------|:----------|:--------|:--------------|:-------------------|:-------------|:-------------------|:--------------|:--------|:-------|:--------------------|:---------------|:--------------------|:--------------------|:--------------|:------------|:----------------|:-------------|:------------|:------------------|:-----------------|:-----------|:--------|:---------|:-------------------|:-------|:-------------|:--------|:---------------|:------------------|:--------|:----------------|:---------|:--------------|:---------|:------|:---------------|:----------------|:---------------|:---------------|:--------|:---------|:------------|:-----------|:-------------------|:----------|:---------------------|:----------|:-------------|:-------|:-------------------------| | 0 | 14 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 18 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | | | | X | X | | | X | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 21 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | X | | | | X | | | | X | | | | | | | | | | X | X | X | | X | X | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 16 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | | X | | | | | | | | X | | | | | | | X | | | X | X | X | | | X | | | | | X | | | | X | | X | X | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | X | | | | | | | | X | | | | | | | | | | X | X | | | | X | | | | | X | | | | | | | | X | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/sharon_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:31:40+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:19:58+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of sharon/シャロン (Fire Emblem) ==================================== This is the dataset of sharon/シャロン (Fire Emblem), containing 196 images and their tags. The core tags of this character are 'blonde\_hair, green\_eyes, long\_hair, braid, breasts, crown\_braid', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
f7182dca4f1ae3a0e31b4fb2ab18834eeb4b7d77
# Dataset Card for "VietnameseBookCorpus-raw-parquet" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tmnam20/VietnameseBookCorpus-raw-parquet
[ "region:us" ]
2024-01-17T13:35:23+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4928921669, "num_examples": 19287}], "download_size": 2543402734, "dataset_size": 4928921669}}
2024-01-17T13:41:47+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VietnameseBookCorpus-raw-parquet" More Information needed
[ "# Dataset Card for \"VietnameseBookCorpus-raw-parquet\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VietnameseBookCorpus-raw-parquet\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VietnameseBookCorpus-raw-parquet\"\n\nMore Information needed" ]
[ -0.06414954364299774, 0.22482988238334656, -0.0014181670267134905, 0.037162359803915024, 0.05077405273914337, 0.04437001049518585, 0.11366736888885498, 0.10287834703922272, 0.12405796349048615, -0.024294495582580566, 0.060669127851724625, 0.05531156808137894, 0.07416070997714996, 0.23075567185878754, 0.013700064271688461, -0.12975284457206726, 0.0812549740076065, 0.0823015347123146, 0.02454948052763939, 0.006533443927764893, -0.033836640417575836, -0.02739212103188038, 0.12124474346637726, -0.09209539741277695, -0.1225445419549942, 0.048168960958719254, -0.11101961135864258, -0.04514697566628456, 0.02889910712838173, -0.08287413418292999, 0.12457816302776337, -0.04503645747900009, -0.031177332624793053, -0.11559590697288513, 0.026987558230757713, -0.01139817014336586, -0.07928771525621414, 0.026167001575231552, -0.00995329674333334, -0.029208704829216003, 0.03432093933224678, -0.016642816364765167, 0.012791778892278671, -0.04043997451663017, -0.10487493872642517, -0.21328739821910858, -0.12843041121959686, 0.022889018058776855, 0.012547552585601807, -0.02655712515115738, 0.0478992834687233, 0.16134291887283325, -0.0984409898519516, 0.036936648190021515, 0.014025043696165085, -0.10728127509355545, 0.01470134500414133, 0.18482732772827148, 0.026726292446255684, 0.03152385354042053, -0.045994628220796585, 0.00888773612678051, 0.11040223389863968, 0.005271684378385544, -0.11993371695280075, -0.06737840175628662, -0.1916274130344391, 0.06978422403335571, 0.02472437173128128, -0.04330361634492874, 0.27473777532577515, -0.019529733806848526, -0.01149811502546072, 0.037867650389671326, -0.033217690885066986, -0.14654295146465302, -0.0010560881346464157, 0.06150396168231964, 0.03868767246603966, 0.06518607586622238, 0.10204993188381195, -0.045763492584228516, -0.06775719672441483, -0.09649384021759033, -0.12124700844287872, -0.14913466572761536, -0.029561562463641167, 0.11451417207717896, -0.12665075063705444, -0.033402763307094574, -0.1430685818195343, -0.011932632885873318, 0.005227275658398867, -0.07282242178916931, -0.009933216497302055, -0.013126062229275703, 0.07945765554904938, 0.07326962053775787, 0.052852608263492584, 0.005682889372110367, -0.025327440351247787, 0.061019763350486755, -0.13164421916007996, 0.0888386219739914, 0.1556147336959839, -0.04032472148537636, 0.016801742836833, 0.038267768919467926, -0.05253933370113373, -0.09275879710912704, 0.018791180104017258, -0.04854777455329895, -0.12646904587745667, 0.02010434865951538, -0.10531818866729736, 0.025732485577464104, -0.08885468542575836, -0.07720008492469788, -0.07359150797128677, -0.054601751267910004, 0.33912214636802673, -0.041483573615550995, -0.003593540284782648, -0.01333455741405487, -0.04931662976741791, 0.04384825378656387, 0.006927569396793842, -0.03079332411289215, -0.0009834375232458115, 0.005066899582743645, -0.020252348855137825, 0.012191700749099255, -0.050057362765073776, 0.01522788405418396, 0.08142180740833282, -0.1512579619884491, -0.009930729866027832, 0.022470803931355476, -0.29587510228157043, 0.01915581151843071, 0.10376858711242676, -0.04620112478733063, 0.10094525665044785, -0.03821819648146629, 0.07066859304904938, -0.019738275557756424, 0.02459028549492359, 0.0017587272450327873, -0.06761433184146881, 0.0333382710814476, -0.06321796774864197, 0.1205039769411087, -0.2348974645137787, 0.051368579268455505, -0.10724787414073944, 0.06806948781013489, -0.18159133195877075, 0.016003895550966263, -0.0674174427986145, 0.09000957012176514, -0.00824006088078022, -0.006366487592458725, -0.09718683362007141, 0.02121448889374733, -0.04785691201686859, 0.022212881594896317, -0.24406032264232635, -0.010929473675787449, 0.1843511164188385, -0.17263123393058777, -0.16199186444282532, 0.06816774606704712, -0.04180200397968292, 0.07994648814201355, -0.01979505643248558, 0.2888532280921936, 0.05172302573919296, -0.02172505110502243, -0.006577350199222565, 0.13524174690246582, -0.10979066789150238, -0.2495068907737732, 0.04567522555589676, -0.04790470376610756, -0.11696870625019073, 0.020309574902057648, 0.174449160695076, -0.055264201015233994, 0.012565715238451958, -0.09195911884307861, -0.026964552700519562, -0.1182188093662262, 0.12213419377803802, 0.053375229239463806, 0.06317725032567978, -0.002838804852217436, 0.16303172707557678, 0.02696315571665764, 0.08196249604225159, 0.003789857029914856, -0.03281109780073166, 0.024948541074991226, 0.08631211519241333, -0.03576962277293205, -0.0003793863579630852, -0.11338141560554504, 0.010636579245328903, 0.058832086622714996, -0.025564678013324738, -0.01506114099174738, -0.012778600677847862, 0.03274393081665039, 0.02429874986410141, 0.0031282170675694942, 0.07229676097631454, 0.10583670437335968, 0.006802269723266363, 0.049394987523555756, 0.029756974428892136, 0.09185421466827393, -0.076627716422081, -0.07410527020692825, -0.14940552413463593, -0.0412173829972744, 0.0778973400592804, 0.013902494683861732, 0.02005312219262123, 0.006712057627737522, 0.07212674617767334, 0.018478810787200928, -0.014530574902892113, -0.04389152675867081, 0.03151565417647362, -0.00280263414606452, 0.06627365946769714, 0.05161505565047264, -0.04587651789188385, 0.10258542001247406, 0.16677840054035187, -0.003779953345656395, -0.027789941057562828, -0.13376955687999725, 0.06059315428137779, -0.03602451831102371, -0.07634864747524261, 0.16174781322479248, -0.09682010114192963, -0.03360286355018616, 0.11026128381490707, -0.08990111202001572, 0.03883567824959755, 0.025849707424640656, -0.005855053663253784, -0.06865827739238739, 0.04078760743141174, 0.11552028357982635, -0.2483305037021637, 0.18164591491222382, 0.1848037838935852, 0.1175629198551178, 0.2204703688621521, -0.044285282492637634, -0.013532843440771103, -0.026072707027196884, 0.07619968056678772, -0.039544425904750824, 0.20257757604122162, -0.1413157433271408, 0.015866322442889214, 0.058772262185811996, 0.02011626400053501, 0.0569327250123024, -0.1307133436203003, -0.07877731323242188, -0.04776161536574364, -0.028166480362415314, -0.10762747377157211, 0.014648005366325378, 0.03673467040061951, 0.010729242116212845, -0.003824555315077305, 0.06522595137357712, 0.1242392286658287, -0.0002752169966697693, -0.01166193000972271, 0.13297569751739502, -0.19585232436656952, -0.2442007064819336, -0.01618284173309803, -0.11965373158454895, 0.038734059780836105, 0.048802390694618225, -0.04300349950790405, -0.16538679599761963, -0.038497861474752426, 0.028795786201953888, -0.1596575379371643, -0.08060517907142639, -0.08470036089420319, -0.02895185723900795, 0.05138513073325157, -0.14452426135540009, -0.061983998864889145, 0.011523040011525154, -0.03878539055585861, 0.076238252222538, 0.10995924472808838, -0.22365954518318176, 0.02334614098072052, 0.08501624315977097, -0.05504664033651352, 0.07223263382911682, -0.024679556488990784, 0.011417987756431103, -0.07955171912908554, -0.02044321410357952, 0.03386508673429489, 0.01304283831268549, 0.0681559294462204, 0.06553074717521667, 0.009477813728153706, -0.12002536654472351, 0.04915162920951843, -0.029771216213703156, -0.16408270597457886, -0.22819122672080994, -0.14597050845623016, -0.053019143640995026, 0.1969556212425232, 0.09815165400505066, 0.06624121218919754, -0.014253614470362663, 0.10475535690784454, 0.11499704420566559, 0.12710760533809662, -0.10822883993387222, -0.033526889979839325, -0.05358954519033432, 0.01091697532683611, -0.06281609833240509, -0.18576905131340027, 0.02996119111776352, 0.15941162407398224, 0.2633815109729767, 0.17502468824386597, 0.07285287231206894, 0.10747072100639343, 0.03322124853730202, 0.2011909782886505, 0.13683177530765533, 0.13169947266578674, -0.008542107418179512, -0.004155619069933891, -0.017099101096391678, 0.003507327288389206, -0.04662848636507988, -0.017365219071507454, 0.01948450691998005, -0.1274336576461792, 0.05352495610713959, -0.03561021387577057, 0.02298625558614731, -0.020914245396852493, 0.031358763575553894, -0.10377490520477295, 0.10519233345985413, 0.004000491462647915, 0.18946880102157593, -0.10262078046798706, 0.08244207501411438, 0.10012187063694, -0.12102578580379486, 0.10723958909511566, 0.01950041949748993, 0.04896000027656555, -0.1359744668006897, -0.0007708324119448662, -0.05335934832692146, -0.13216643035411835, 0.0316130556166172, 0.11088725924491882, -0.08108922839164734, 0.22528773546218872, 0.013850836083292961, -0.08238208293914795, -0.1206640750169754, -0.05391555279493332, 0.0031500589102506638, 0.02664969488978386, 0.11963988840579987, 0.06916430592536926, -0.2081242948770523, -0.10853172838687897, -0.05095045268535614, -0.04875599965453148, 0.049169037491083145, 0.12954120337963104, -0.18841654062271118, 0.06546402722597122, -0.0016887722304090858, -0.09892778098583221, -0.12369710206985474, 0.024694284424185753, -0.14096097648143768, -0.02666010707616806, -0.03241850063204765, -0.1094885841012001, 0.03260418027639389, 0.03192852810025215, -0.002193089574575424, 0.1919252574443817, 0.12187910079956055, 0.011171922087669373, -0.022603899240493774, -0.154277041554451, 0.10635364055633545, 0.02158527635037899, 0.03712086006999016, -0.05978479981422424, -0.021583588793873787, -0.08565910905599594, -0.13117825984954834, 0.11343425512313843, -0.027407729998230934, 0.11178000271320343, -0.09166665375232697, 0.029481183737516403, -0.017622794955968857, -0.035897400230169296, 0.023372875526547432, 0.014554616063833237, -0.04320177435874939, -0.10072213411331177, 0.023904770612716675, -0.04899752512574196, 0.1343037188053131, 0.2651672661304474, -0.08318503946065903, -0.09735490381717682, 0.1159602701663971, -0.09583703428506851, 0.14275847375392914, 0.10158123075962067, -0.044514842331409454, 0.18162977695465088, 0.17902210354804993, -0.07157015800476074, -0.22954662144184113, 0.013866775669157505, -0.16720177233219147, -0.05195612460374832, -0.021256528794765472, -0.23853521049022675, 0.10717543959617615, 0.11514145135879517, -0.02741170860826969, 0.1937841773033142, -0.07758010923862457, -0.053115662187337875, 0.1571969985961914, 0.04587265104055405, 0.2667754888534546, -0.0694119781255722, -0.060294777154922485, -0.13310667872428894, -0.14086410403251648, 0.27741938829421997, -0.15128153562545776, 0.02554500475525856, 0.005796856712549925, 0.004424255341291428, -0.04793930426239967, -0.04153110831975937, 0.14322954416275024, 0.05642489343881607, 0.12230813503265381, -0.07957373559474945, -0.0647662803530693, 0.13018545508384705, -0.04177599400281906, 0.09054742008447647, 0.04993484169244766, 0.006756957620382309, -0.20596295595169067, 0.0176442489027977, 0.04296186938881874, -0.0453486442565918, 0.035748690366744995, -0.027875924482941628, -0.11113404482603073, 0.04939868301153183, -0.09708862006664276, 0.009340810589492321, 0.09444205462932587, 0.10431843996047974, 0.04751431569457054, 0.09854666888713837, 0.01363375410437584, -0.006909597665071487, 0.056494299322366714, -0.05401105061173439, -0.052149515599012375, 0.06002665311098099, -0.18732747435569763, 0.004026155453175306, 0.07462700456380844, -0.00800210889428854, 0.09562996029853821, 0.017263982445001602, -0.01883503794670105, 0.05976901575922966, 0.09832701086997986, -0.0858282595872879, -0.027381708845496178, 0.08235549926757812, 0.04082155227661133, 0.06801792979240417, -0.0035473708994686604, -0.07428896427154541, 0.06701862812042236, -0.03527168184518814, -0.004836986772716045, 0.01474793627858162, -0.06253473460674286, -0.01883741468191147, 0.03580520302057266, 0.03711506724357605, -0.16014280915260315, 0.2785841226577759, 0.125266894698143, -0.1451759785413742, 0.023288507014513016, 0.11545057594776154, -0.10739877074956894, -0.09833021461963654, 0.05746989697217941, 0.30626749992370605, 0.0019852500408887863, -0.11848565936088562, 0.054660581052303314, -0.030133167281746864, -0.000579330138862133, 0.15448403358459473, 0.08868065476417542, 0.06876756250858307, 0.023895345628261566, -0.08944831788539886, -0.0007592979818582535, -0.054617494344711304, -0.01171390525996685, 0.019876157864928246, 0.004343909211456776, -0.2521490156650543, 0.011857742443680763, 0.21652567386627197, -0.040756817907094955, -0.10444677621126175, -0.14696165919303894, 0.04586882144212723, -0.12204287201166153, 0.12189899384975433, -0.05306975543498993, -0.007280206307768822, -0.02038823626935482, 0.04632245749235153, 0.024391690269112587, -0.06172555685043335, -0.11677062511444092, 0.13002809882164001, 0.043775707483291626, 0.026186341419816017, -0.10034878551959991, -0.009673958644270897, 0.1470508873462677, 0.06279128789901733, 0.0722033828496933, 0.044152919203042984, 0.00899263471364975, 0.08330507576465607, -0.06715220212936401, -0.1486918032169342, 0.05825621634721756, 0.04385580122470856, 0.06043250858783722, 0.06831462681293488, -0.03232875466346741, 0.055832307785749435, 0.050319015979766846, 0.038912009447813034, 0.10094435513019562, -0.06411895155906677, -0.07862773537635803, -0.15040501952171326, -0.11719398200511932, -0.011851935647428036, 0.026900719851255417, 0.14483261108398438, -0.008120998740196228, -0.029905244708061218, 0.03308717906475067, 0.009300030767917633, 0.023524289950728416, -0.049246013164520264, -0.019926419481635094, -0.13531966507434845, -0.005120915360748768, 0.025471055880188942, -0.014889862388372421, 0.024382544681429863, 0.39533665776252747, -0.03130921721458435, -0.0712704062461853, -0.03847963735461235, 0.06835254281759262, -0.16457238793373108, 0.001990156713873148, 0.28073206543922424, 0.041899703443050385, -0.03365880623459816, -0.022570239380002022, 0.11689972877502441, -0.020428627729415894, 0.22713011503219604, 0.04340308532118797, 0.09005299210548401, 0.050518058240413666, -0.01935473643243313, -0.015869880095124245, -0.0020140470005571842, 0.025164656341075897, 0.04217293858528137, -0.02939557656645775, 0.047766245901584625, 0.003605642355978489, -0.06079990416765213, -0.03017350658774376, -0.07024530321359634, 0.08616239577531815, -0.004968228284269571, -0.12551382184028625, -0.08951075375080109, -0.17817243933677673, -0.03310997784137726, -0.11297886073589325, 0.039005573838949203, -0.02802003175020218, 0.027301345020532608, 0.19209955632686615, 0.12284617125988007, 0.01901477947831154, 0.06172427535057068, -0.15316826105117798, 0.07064470648765564, 0.010884624905884266, 0.0038705039769411087, -0.019385384395718575, -0.039878323674201965, -0.04522839933633804, 0.0006815833039581776, -0.0714813768863678, -0.02160779945552349, 0.032540272921323776, 0.054348334670066833, 0.05047934874892235, -0.07926984131336212, -0.021416686475276947, -0.06478230655193329, 0.03160250931978226, -0.10106600821018219, 0.12754051387310028, 0.04140027239918709, 0.04186710715293884, 0.044120050966739655, 0.074236199259758, 0.012409137561917305, -0.028320185840129852, -0.07002595067024231, 0.03582261502742767, -0.08142417669296265, 0.01416839100420475, -0.007568566594272852, 0.009651994332671165, -0.05135813727974892, 0.18542437255382538, 0.23226039111614227, -0.030543437227606773, 0.004440415650606155, 0.027660317718982697, 0.03155156970024109, 0.01302159670740366, 0.0988861620426178, 0.07003872096538544, 0.021750569343566895, -0.03719082474708557, -0.11654450744390488, -0.011271347291767597, -0.07937454432249069, -0.11904896795749664, -0.0774497240781784, 0.07677193731069565, -0.024794526398181915, -0.06049647182226181, 0.10336537659168243, -0.20088651776313782, 0.12698474526405334, 0.033800236880779266, -0.14706845581531525, -0.10092548280954361, -0.04704936593770981, 0.026356983929872513, 0.05908910930156708, -0.06408655643463135, -0.06279481947422028, -0.0003931913524866104, 0.014666621573269367, -0.005235062912106514, -0.31994497776031494, -0.1829099953174591, -0.0050923991948366165, -0.08110418170690536, 0.12253089249134064, 0.0012827897444367409, -0.01483542937785387, 0.004819001071155071, 0.03403884172439575, -0.03155377507209778, 0.013924846425652504, -0.030570464208722115, 0.16001290082931519, -0.09702090919017792, 0.009891953319311142, -0.07123372703790665, -0.06626473367214203, 0.023849453777074814, 0.05370689183473587, -0.022947875782847404, 0.06842832267284393, 0.06600085645914078, -0.03125966340303421, 0.034750714898109436, -0.11351926624774933, 0.13674969971179962, 0.09421499818563461, 0.022351618856191635, 0.045839354395866394, 0.009978929534554482, 0.0653223916888237, -0.07913485169410706, -0.2339261770248413, -0.06881475448608398, 0.040374670177698135, -0.06748993694782257, 0.09049007296562195, 0.0567617304623127, -0.1480843424797058, 0.055877212435007095, -0.1270902156829834, 0.039976079016923904, -0.06951592862606049, 0.05637827515602112, 0.04409315809607506, 0.08981212228536606, -0.06194654479622841, -0.023859988898038864, 0.01861310750246048, -0.023691030219197273, 0.04028571397066116, -0.11435920745134354 ]
ad7ff55d87443132aadff208a19b700e676e2021
# Portuguese-Corpus ## Table of Contents - [Table of Contents](#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://nkluge-correa.github.io/TeenyTinyLlama/ - **Repository:** https://github.com/Nkluge-correa/TeenyTinyLlama - **Paper:** [TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese](https://arxiv.org/abs/2401.16640) - **Point of Contact:** [AIRES at PUCRS](mailto:[email protected]) ### Dataset Summary Portuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the [Hub](https://huggingface.co/datasets?task_categories=task_categories:text-generation&language=language:pt&sort=trending). In a tokenized format, the dataset (uncompressed) weighs 50 GB and has approximately 4.1B tokens. This version does not have instructional content. ### Supported Tasks and Leaderboards This dataset can be utilized for tasks involving language modeling. ### Languages Portuguese. ## Dataset Structure ### Data Instances The dataset consists of the following features: - **text:** a string of text in Portuguese. - **metadata:** the source where that string originated. ### Data Fields ```python { "text": "A inteligência artificial (de sigla: IA; do inglês: artificial intelligence, de sigla: AI) é um campo de estudo multidisciplinar que abrange varias áreas do conhecimento.", "metadata": "source: https://huggingface.co/datasets/graelo/wikipedia" } ``` ### Data Splits Available splits are `train`. ```python from datasets import load_dataset dataset = load_dataset("nicholasKluge/Pt-Corpus", split='train') # If you don't want to download the entire dataset, set streaming to `True` dataset = load_dataset("nicholasKluge/Pt-Corpus", split='train', streaming=True) ``` ## Dataset Creation ### Curation Rationale This dataset was developed are part of the [TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese](https://arxiv.org/abs/2401.16640) paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits. ### Source Data #### Initial Data Collection and Normalization We utilized some of the filters used in Rae et al. ([2021](https://arxiv.org/abs/2112.11446)), besides using a [fine-tuned BERTimbau](https://huggingface.co/nicholasKluge/ToxicityModelPT) to exclude samples classified above a pre-defined toxicity threshold. #### Who are the source language producers? All text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of other languages should also be expected). ### Annotations #### Annotation process Portuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the [Hub](https://huggingface.co/datasets?task_categories=task_categories:text-generation&language=language:pt&sort=trending). We utilized some of the filters used in Rae et al. ([2021](https://arxiv.org/abs/2112.11446)), besides using a [fine-tuned BERTimbau](https://huggingface.co/nicholasKluge/ToxicityModelPT) to exclude samples classified above a pre-defined toxicity threshold. #### Who are the annotators? [Nicholas Kluge Corrêa](mailto:[email protected]). ### Personal and Sensitive Information This dataset, sourced from web scraping, may potentially contain personal and sensitive information, alongside offensive, toxic, and disturbing language. ## Considerations for Using the Data ### Social Impact of Dataset The presence of personal and sensitive information within the dataset raises concerns about privacy and data protection, potentially leading to breaches of individuals' confidentiality and security. Furthermore, the inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. Therefore, careful handling and ethical considerations are essential to mitigate these potential social impacts and promote responsible dataset use. ### Discussion of Biases The inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. ### Other Known Limitations A significant portion of the data within the dataset has been translated using translation engines, potentially resulting in corrupted samples of both language and code. While useful for quickly converting text between languages, translation engines often struggle with accurately preserving the syntax, semantics, and context of programming languages. As a result, the translated code may contain errors, syntax inconsistencies, or even introduce vulnerabilities, rendering it unreliable or unusable for its intended purpose. ## Additional Information ### Dataset Curators [Nicholas Kluge Corrêa](mailto:[email protected]). ### Licensing Information The following datasets (_only training splits are a part of the corpus_) and respective licenses form the Portuguese-Corpus: - [Wikipedia](https://huggingface.co/datasets/graelo/wikipedia) (License: [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)) - [CulturaX](https://huggingface.co/datasets/uonlp/CulturaX) (License: [ODC-By](https://opendatacommons.org/licenses/by/1-0/), [cc0-1.0](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information)) - [OSCAR](https://huggingface.co/datasets/eduagarcia/OSCAR-2301-pt_dedup) (License: [cc0-1.0](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information)) - [CCc100](https://huggingface.co/datasets/eduagarcia/cc100-pt) (License: [Common Crawl terms of use](https://commoncrawl.org/terms-of-use/)) - [Roots Wikiquote](https://huggingface.co/datasets/bigscience-data/roots_pt_wikiquote) (License: [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)) - [Roots Ted Talks](https://huggingface.co/datasets/bigscience-data/roots_pt_ted_talks_iwslt) (License: [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en)) ### Citation Information ```latex @misc{correa24ttllama, title = {TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese}, author = {Corr{\^e}a, Nicholas Kluge and Falk, Sophia and Fatimah, Shiza and Sen, Aniket and De Oliveira, Nythamar}, journal={arXiv preprint arXiv:2401.16640}, year={2024} } ``` ### Contributions If you would like to contribute, contact me at [[email protected]](mailto:[email protected])!
nicholasKluge/Pt-Corpus
[ "task_categories:text-generation", "size_categories:1M<n<10M", "language:pt", "license:other", "portuguese", "language-modeling", "arxiv:2401.16640", "arxiv:2112.11446", "region:us" ]
2024-01-17T13:38:48+00:00
{"language": ["pt"], "license": "other", "size_categories": ["1M<n<10M"], "task_categories": ["text-generation"], "pretty_name": "Pt-Corpus", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "metadata", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16220765175.988096, "num_examples": 5768246}], "download_size": 11478008666, "dataset_size": 16220765175.988096}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "tags": ["portuguese", "language-modeling"]}
2024-02-15T18:08:39+00:00
[ "2401.16640", "2112.11446" ]
[ "pt" ]
TAGS #task_categories-text-generation #size_categories-1M<n<10M #language-Portuguese #license-other #portuguese #language-modeling #arxiv-2401.16640 #arxiv-2112.11446 #region-us
# Portuguese-Corpus ## Table of Contents - Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese - Point of Contact: AIRES at PUCRS ### Dataset Summary Portuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub. In a tokenized format, the dataset (uncompressed) weighs 50 GB and has approximately 4.1B tokens. This version does not have instructional content. ### Supported Tasks and Leaderboards This dataset can be utilized for tasks involving language modeling. ### Languages Portuguese. ## Dataset Structure ### Data Instances The dataset consists of the following features: - text: a string of text in Portuguese. - metadata: the source where that string originated. ### Data Fields ### Data Splits Available splits are 'train'. ## Dataset Creation ### Curation Rationale This dataset was developed are part of the TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits. ### Source Data #### Initial Data Collection and Normalization We utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold. #### Who are the source language producers? All text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of other languages should also be expected). ### Annotations #### Annotation process Portuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub. We utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold. #### Who are the annotators? Nicholas Kluge Corrêa. ### Personal and Sensitive Information This dataset, sourced from web scraping, may potentially contain personal and sensitive information, alongside offensive, toxic, and disturbing language. ## Considerations for Using the Data ### Social Impact of Dataset The presence of personal and sensitive information within the dataset raises concerns about privacy and data protection, potentially leading to breaches of individuals' confidentiality and security. Furthermore, the inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. Therefore, careful handling and ethical considerations are essential to mitigate these potential social impacts and promote responsible dataset use. ### Discussion of Biases The inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. ### Other Known Limitations A significant portion of the data within the dataset has been translated using translation engines, potentially resulting in corrupted samples of both language and code. While useful for quickly converting text between languages, translation engines often struggle with accurately preserving the syntax, semantics, and context of programming languages. As a result, the translated code may contain errors, syntax inconsistencies, or even introduce vulnerabilities, rendering it unreliable or unusable for its intended purpose. ## Additional Information ### Dataset Curators Nicholas Kluge Corrêa. ### Licensing Information The following datasets (_only training splits are a part of the corpus_) and respective licenses form the Portuguese-Corpus: - Wikipedia (License: CC BY-SA 3.0) - CulturaX (License: ODC-By, cc0-1.0) - OSCAR (License: cc0-1.0) - CCc100 (License: Common Crawl terms of use) - Roots Wikiquote (License: CC BY-SA 3.0) - Roots Ted Talks (License: CC BY-NC-ND 4.0) ### Contributions If you would like to contribute, contact me at nicholas@URL!
[ "# Portuguese-Corpus", "## Table of Contents\n\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese\n- Point of Contact: AIRES at PUCRS", "### Dataset Summary\n\nPortuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub.\n\nIn a tokenized format, the dataset (uncompressed) weighs 50 GB and has approximately 4.1B tokens. This version does not have instructional content.", "### Supported Tasks and Leaderboards\n\nThis dataset can be utilized for tasks involving language modeling.", "### Languages\n\nPortuguese.", "## Dataset Structure", "### Data Instances\n\nThe dataset consists of the following features:\n\n- text: a string of text in Portuguese.\n- metadata: the source where that string originated.", "### Data Fields", "### Data Splits\n\nAvailable splits are 'train'.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was developed are part of the TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits.", "### Source Data", "#### Initial Data Collection and Normalization\n\nWe utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold.", "#### Who are the source language producers?\n\nAll text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of other languages should also be expected).", "### Annotations", "#### Annotation process\n\nPortuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub. We utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold.", "#### Who are the annotators?\n\nNicholas Kluge Corrêa.", "### Personal and Sensitive Information\n\nThis dataset, sourced from web scraping, may potentially contain personal and sensitive information, alongside offensive, toxic, and disturbing language.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe presence of personal and sensitive information within the dataset raises concerns about privacy and data protection, potentially leading to breaches of individuals' confidentiality and security. Furthermore, the inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. Therefore, careful handling and ethical considerations are essential to mitigate these potential social impacts and promote responsible dataset use.", "### Discussion of Biases\n\nThe inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity.", "### Other Known Limitations\n\nA significant portion of the data within the dataset has been translated using translation engines, potentially resulting in corrupted samples of both language and code. While useful for quickly converting text between languages, translation engines often struggle with accurately preserving the syntax, semantics, and context of programming languages. As a result, the translated code may contain errors, syntax inconsistencies, or even introduce vulnerabilities, rendering it unreliable or unusable for its intended purpose.", "## Additional Information", "### Dataset Curators\n\nNicholas Kluge Corrêa.", "### Licensing Information\n\nThe following datasets (_only training splits are a part of the corpus_) and respective licenses form the Portuguese-Corpus:\n\n- Wikipedia (License: CC BY-SA 3.0)\n\n- CulturaX (License: ODC-By, cc0-1.0)\n\n- OSCAR (License: cc0-1.0)\n\n- CCc100 (License: Common Crawl terms of use)\n\n- Roots Wikiquote (License: CC BY-SA 3.0)\n\n- Roots Ted Talks (License: CC BY-NC-ND 4.0)", "### Contributions\n\nIf you would like to contribute, contact me at nicholas@URL!" ]
[ "TAGS\n#task_categories-text-generation #size_categories-1M<n<10M #language-Portuguese #license-other #portuguese #language-modeling #arxiv-2401.16640 #arxiv-2112.11446 #region-us \n", "# Portuguese-Corpus", "## Table of Contents\n\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese\n- Point of Contact: AIRES at PUCRS", "### Dataset Summary\n\nPortuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub.\n\nIn a tokenized format, the dataset (uncompressed) weighs 50 GB and has approximately 4.1B tokens. This version does not have instructional content.", "### Supported Tasks and Leaderboards\n\nThis dataset can be utilized for tasks involving language modeling.", "### Languages\n\nPortuguese.", "## Dataset Structure", "### Data Instances\n\nThe dataset consists of the following features:\n\n- text: a string of text in Portuguese.\n- metadata: the source where that string originated.", "### Data Fields", "### Data Splits\n\nAvailable splits are 'train'.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was developed are part of the TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits.", "### Source Data", "#### Initial Data Collection and Normalization\n\nWe utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold.", "#### Who are the source language producers?\n\nAll text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of other languages should also be expected).", "### Annotations", "#### Annotation process\n\nPortuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub. We utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold.", "#### Who are the annotators?\n\nNicholas Kluge Corrêa.", "### Personal and Sensitive Information\n\nThis dataset, sourced from web scraping, may potentially contain personal and sensitive information, alongside offensive, toxic, and disturbing language.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe presence of personal and sensitive information within the dataset raises concerns about privacy and data protection, potentially leading to breaches of individuals' confidentiality and security. Furthermore, the inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. Therefore, careful handling and ethical considerations are essential to mitigate these potential social impacts and promote responsible dataset use.", "### Discussion of Biases\n\nThe inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity.", "### Other Known Limitations\n\nA significant portion of the data within the dataset has been translated using translation engines, potentially resulting in corrupted samples of both language and code. While useful for quickly converting text between languages, translation engines often struggle with accurately preserving the syntax, semantics, and context of programming languages. As a result, the translated code may contain errors, syntax inconsistencies, or even introduce vulnerabilities, rendering it unreliable or unusable for its intended purpose.", "## Additional Information", "### Dataset Curators\n\nNicholas Kluge Corrêa.", "### Licensing Information\n\nThe following datasets (_only training splits are a part of the corpus_) and respective licenses form the Portuguese-Corpus:\n\n- Wikipedia (License: CC BY-SA 3.0)\n\n- CulturaX (License: ODC-By, cc0-1.0)\n\n- OSCAR (License: cc0-1.0)\n\n- CCc100 (License: Common Crawl terms of use)\n\n- Roots Wikiquote (License: CC BY-SA 3.0)\n\n- Roots Ted Talks (License: CC BY-NC-ND 4.0)", "### Contributions\n\nIf you would like to contribute, contact me at nicholas@URL!" ]
[ 67, 7, 125, 50, 75, 27, 8, 6, 40, 5, 14, 5, 75, 4, 60, 47, 5, 85, 16, 41, 8, 124, 56, 124, 5, 13, 128, 20 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-1M<n<10M #language-Portuguese #license-other #portuguese #language-modeling #arxiv-2401.16640 #arxiv-2112.11446 #region-us \n# Portuguese-Corpus## Table of Contents\n\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese\n- Point of Contact: AIRES at PUCRS### Dataset Summary\n\nPortuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub.\n\nIn a tokenized format, the dataset (uncompressed) weighs 50 GB and has approximately 4.1B tokens. This version does not have instructional content.### Supported Tasks and Leaderboards\n\nThis dataset can be utilized for tasks involving language modeling.### Languages\n\nPortuguese.## Dataset Structure### Data Instances\n\nThe dataset consists of the following features:\n\n- text: a string of text in Portuguese.\n- metadata: the source where that string originated.### Data Fields### Data Splits\n\nAvailable splits are 'train'.## Dataset Creation### Curation Rationale\n\nThis dataset was developed are part of the TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits.", "passage: ### Source Data#### Initial Data Collection and Normalization\n\nWe utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold.#### Who are the source language producers?\n\nAll text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of other languages should also be expected).### Annotations#### Annotation process\n\nPortuguese-Corpus is a concatenation of several portions of Brazilian Portuguese datasets found in the Hub. We utilized some of the filters used in Rae et al. (2021), besides using a fine-tuned BERTimbau to exclude samples classified above a pre-defined toxicity threshold.#### Who are the annotators?\n\nNicholas Kluge Corrêa.### Personal and Sensitive Information\n\nThis dataset, sourced from web scraping, may potentially contain personal and sensitive information, alongside offensive, toxic, and disturbing language.## Considerations for Using the Data### Social Impact of Dataset\n\nThe presence of personal and sensitive information within the dataset raises concerns about privacy and data protection, potentially leading to breaches of individuals' confidentiality and security. Furthermore, the inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. Therefore, careful handling and ethical considerations are essential to mitigate these potential social impacts and promote responsible dataset use.### Discussion of Biases\n\nThe inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity." ]
[ -0.035490553826093674, 0.2188049554824829, -0.005575606599450111, 0.058561429381370544, 0.08501454442739487, -0.040165867656469345, 0.03522159159183502, 0.07941867411136627, -0.1033434122800827, 0.05973896011710167, -0.07548340409994125, -0.07887318730354309, 0.1063179075717926, 0.06057822331786156, 0.007103172596544027, -0.20105117559432983, 0.04793906584382057, -0.09959301352500916, -0.05214919149875641, 0.06470289826393127, 0.09608039259910583, -0.048049356788396835, 0.06648794561624527, -0.011403417214751244, 0.015471900813281536, 0.021813299506902695, -0.021897871047258377, -0.05768079310655594, 0.034153979271650314, 0.05963978171348572, 0.09420844912528992, 0.004123728722333908, 0.02861458994448185, -0.17823195457458496, 0.0006603532820008695, 0.07477031648159027, 0.02833232469856739, 0.02575453370809555, 0.13315916061401367, -0.03667142614722252, 0.1885591745376587, -0.1626112014055252, 0.030184056609869003, 0.06235143914818764, -0.14388851821422577, -0.11785286664962769, -0.16037949919700623, -0.06403747200965881, 0.057995542883872986, 0.08183974027633667, -0.033137835562229156, 0.08239834010601044, -0.032072555273771286, 0.011012941598892212, 0.12798206508159637, -0.07888346910476685, -0.05134967342019081, -0.08880465477705002, -0.017510293051600456, 0.07505815476179123, -0.03664974123239517, 0.0033724484965205193, 0.024320904165506363, -0.015599362552165985, 0.015880612656474113, -0.05706255882978439, -0.04988933354616165, -0.040945857763290405, -0.12925535440444946, -0.059689439833164215, 0.2009333074092865, -0.012705417349934578, -0.07075570523738861, -0.1334642916917801, -0.011549681425094604, 0.1286396086215973, 0.02605593390762806, -0.02923426777124405, 0.01849648542702198, -0.010619334876537323, 0.11454064399003983, -0.09135245531797409, -0.06260030716657639, 0.052141740918159485, 0.021534034982323647, 0.08200240880250931, 0.011259295977652073, 0.016774946823716164, 0.0034247208386659622, 0.0023277830332517624, 0.05245678126811981, -0.0851021334528923, 0.0265121441334486, -0.07129446417093277, -0.02812371402978897, -0.00876534078270197, -0.0032518275547772646, -0.14055852591991425, 0.06668228656053543, 0.04477556049823761, -0.10656306147575378, -0.025714773684740067, -0.10118819028139114, -0.022956114262342453, 0.12250836193561554, 0.08211150020360947, -0.0854426920413971, -0.05260350927710533, 0.05349698290228844, -0.052492957562208176, 0.04988168925046921, -0.012144799344241619, -0.017236297950148582, 0.033213742077350616, -0.02355651929974556, 0.1169927567243576, 0.08506486564874649, -0.03948748856782913, -0.07224178314208984, -0.07791335880756378, 0.08302249014377594, -0.1257031261920929, 0.023124102503061295, -0.014691963791847229, -0.02332191728055477, 0.03671085834503174, -0.028378954157233238, 0.019853275269269943, -0.09150910377502441, 0.07434605062007904, -0.028918275609612465, -0.05848291516304016, -0.11399323493242264, -0.0947229415178299, 0.04845840111374855, -0.07724162936210632, -0.044283948838710785, -0.04400553181767464, -0.11096157133579254, -0.07844814658164978, -0.0026297876611351967, -0.09838825464248657, -0.015557728707790375, 0.001550876535475254, -0.052693918347358704, -0.019608279690146446, 0.04042108356952667, -0.033813536167144775, -0.04664688557386398, 0.020073700696229935, -0.039226021617650986, 0.011835634708404541, 0.033604372292757034, 0.017030898481607437, -0.11558988690376282, 0.045893505215644836, -0.13258881866931915, 0.1377907395362854, -0.11598777770996094, -0.03872688114643097, -0.08782850205898285, 0.0008142264559864998, -0.06118474155664444, 0.007544738240540028, 0.008121073246002197, 0.1263681948184967, -0.2265838086605072, -0.026121141389012337, 0.1605832278728485, -0.15678364038467407, -0.013519869185984135, 0.09428557008504868, -0.03659066557884216, 0.05986107885837555, 0.10144105553627014, 0.12618388235569, 0.015905264765024185, -0.02523783966898918, -0.03822385147213936, -0.05658075213432312, -0.027308151125907898, 0.17805632948875427, 0.10207992792129517, -0.11926434189081192, 0.043554067611694336, -0.008597735315561295, -0.024949170649051666, 0.022947559133172035, 0.012958582490682602, -0.053908780217170715, 0.008438792079687119, 0.0029437653720378876, 0.024038728326559067, 0.01756255328655243, -0.08215752989053726, -0.021694287657737732, -0.06004348024725914, 0.0010962337255477905, 0.01687612198293209, -0.01993909664452076, 0.0005147685296833515, -0.058731529861688614, 0.034120671451091766, -0.025504618883132935, -0.026453036814928055, -0.14434079825878143, -0.07741004228591919, 0.029720619320869446, -0.05431012809276581, 0.0729609876871109, -0.03736024722456932, -0.009110293351113796, 0.0018667690455913544, -0.03368815779685974, 0.013613609597086906, -0.04787977784872055, 0.011187893338501453, 0.026584990322589874, -0.16214746236801147, 0.04975910112261772, -0.02953040972352028, 0.10309456288814545, -0.03590340539813042, -0.00957887526601553, 0.1106143444776535, 0.16027697920799255, 0.07710202038288116, -0.034351896494627, 0.06472079455852509, 0.06377945840358734, 0.040584489703178406, -0.07583531737327576, 0.004959998186677694, -0.00832186359912157, 0.049265697598457336, 0.020565275102853775, -0.03491856902837753, -0.04117526113986969, 0.03470531105995178, 0.11160784214735031, -0.029929356649518013, -0.012819519266486168, -0.01875566877424717, -0.006220092996954918, -0.11065450310707092, -0.02198420837521553, 0.09500540792942047, 0.052900299429893494, 0.007356691639870405, -0.1346384584903717, -0.028142103925347328, 0.0022696075029671192, -0.04222319647669792, -0.06915569305419922, 0.024164345115423203, 0.040307316929101944, -0.1785292625427246, 0.1088503897190094, 0.006079226732254028, 0.061912987381219864, 0.14803217351436615, -0.050810493528842926, -0.11424520611763, -0.023358292877674103, -0.0014587268233299255, 0.016694113612174988, 0.10787810385227203, -0.034936465322971344, 0.0631273090839386, 0.03179769963026047, -0.009622553363442421, 0.0652896910905838, -0.03776831552386284, 0.020918484777212143, 0.0036645778454840183, -0.006198318675160408, -0.027138376608490944, -0.0036122314631938934, 0.0557532012462616, 0.08370829373598099, 0.030685748904943466, 0.08349594473838806, -0.03251621499657631, -0.04000972956418991, -0.10881190747022629, 0.10063755512237549, -0.14014862477779388, -0.26263463497161865, -0.0926797017455101, 0.06664711236953735, -0.08470755815505981, 0.006551341153681278, 0.015292836353182793, -0.06639088690280914, -0.06775099784135818, -0.05721183866262436, 0.11027513444423676, 0.059123143553733826, -0.10052512586116791, -0.04911225289106369, 0.083306685090065, 0.010085878893733025, -0.10638953745365143, 0.006567112170159817, 0.04398270323872566, -0.04331482946872711, -0.01727699115872383, -0.00987371988594532, 0.1552477329969406, 0.07530179619789124, 0.027288764715194702, -0.021584175527095795, -0.010925833135843277, 0.20420821011066437, -0.12458662688732147, 0.09018059074878693, 0.1197749674320221, -0.07954619079828262, 0.05495208874344826, 0.15943321585655212, 0.02650122530758381, -0.0267325472086668, 0.01786530762910843, 0.10136571526527405, 0.0018827593885362148, -0.2572789192199707, -0.14702056348323822, -0.027893338352441788, -0.039362356066703796, -0.03463449701666832, 0.007583038415759802, 0.0002542659640312195, 0.02006162703037262, -0.0856078565120697, -0.008311587385833263, 0.0848139300942421, 0.05286534130573273, 0.04535162076354027, -0.004786062054336071, 0.009669806808233261, -0.052451327443122864, -0.07113118469715118, 0.15773025155067444, -0.06410934776067734, 0.25358936190605164, -0.009230016730725765, 0.12644892930984497, 0.1020880714058876, 0.07724117487668991, -0.029402397572994232, 0.05722963809967041, -0.028460580855607986, 0.04408824443817139, -0.04496920853853226, -0.07491558790206909, -0.015549656935036182, 0.02700917422771454, -0.009988685138523579, -0.011179320514202118, 0.01576751470565796, -0.042322270572185516, 0.10456344485282898, 0.19721202552318573, -0.005696515087038279, -0.02519659698009491, -0.0193585567176342, 0.08384047448635101, 0.015671491622924805, -0.0926307886838913, 0.0031972611322999, 0.1444951295852661, -0.14914646744728088, 0.05554979294538498, -0.04951346293091774, 0.10280793905258179, -0.10167743265628815, -0.017102103680372238, -0.04838583618402481, 0.01968911848962307, -0.038061946630477905, 0.09531927108764648, -0.11105288565158844, 0.12893038988113403, 0.018856164067983627, 0.04730768874287605, -0.08140747249126434, 0.036128900945186615, 0.00262279761955142, -0.005318373441696167, 0.118190236389637, 0.034430310130119324, -0.05545812472701073, 0.017407074570655823, -0.08152994513511658, 0.020857075229287148, 0.07765816152095795, -0.042120277881622314, 0.0883283019065857, -0.019811179488897324, -0.00008114427328109741, -0.05279064178466797, -0.014460308477282524, -0.24975529313087463, -0.21893689036369324, 0.06818056851625443, -0.12735819816589355, 0.004548029042780399, -0.06707451492547989, -0.030846811830997467, 0.02690751478075981, 0.18653851747512817, -0.04330209642648697, -0.12867051362991333, -0.12020504474639893, -0.025093844160437584, 0.1550234854221344, -0.01580086350440979, 0.023360969498753548, 0.023948390036821365, 0.18197643756866455, -0.04203936457633972, -0.01850503496825695, 0.0540730245411396, -0.061547353863716125, -0.15687260031700134, -0.06161760538816452, 0.11662901937961578, 0.11752749234437943, 0.021935775876045227, 0.02616623044013977, 0.03968480974435806, 0.0733460783958435, -0.10968273878097534, -0.002895499113947153, 0.17399194836616516, 0.04153905436396599, 0.10946279764175415, -0.04580503702163696, -0.1934015452861786, -0.13123005628585815, -0.06692841649055481, 0.10655958950519562, 0.039875566959381104, -0.04019911214709282, 0.12817928194999695, 0.05489655211567879, -0.1299860030412674, -0.1613910049200058, 0.04618513211607933, 0.05622583627700806, -0.029381489381194115, 0.051558010280132294, -0.18150925636291504, -0.0023757582530379295, 0.06745848804712296, -0.006372470408678055, -0.039524246007204056, -0.239854097366333, -0.08380501717329025, 0.003196381963789463, -0.007306880317628384, -0.06419157981872559, -0.08299478888511658, -0.09250187873840332, -0.09960851818323135, -0.06513410061597824, 0.09835533797740936, -0.15398982167243958, -0.0529862679541111, 0.017904141917824745, -0.017108283936977386, 0.0501222237944603, -0.0022249710746109486, 0.12403245270252228, -0.03341440483927727, 0.04776377230882645, -0.05245739966630936, -0.09101606905460358, 0.059621088206768036, -0.014988204464316368, 0.05697541683912277, 0.1128249317407608, 0.019782304763793945, -0.11117935925722122, -0.03604470565915108, -0.05864165723323822, 0.07392796128988266, -0.05341777205467224, -0.02053694613277912, -0.07805851846933365, 0.0707327201962471, 0.042108602821826935, -0.010273678228259087, -0.009037014096975327, -0.05760578438639641, -0.03896789997816086, 0.0698634535074234, 0.1712866723537445, 0.08782988786697388, 0.0005107847973704338, 0.03308739885687828, 0.013938432559370995, 0.012363959103822708, -0.0497293658554554, 0.0546032190322876, 0.06559468060731888, -0.020818905904889107, 0.09014441072940826, -0.04937420040369034, -0.17766398191452026, 0.017886880785226822, 0.08207786828279495, -0.035374876111745834, -0.12194442749023438, -0.09020059555768967, 0.07988126575946808, -0.11019642651081085, -0.050632961094379425, 0.10331444442272186, 0.011174104176461697, -0.07757464051246643, -0.04114225506782532, 0.09442804753780365, 0.022822722792625427, -0.007133465260267258, 0.056462012231349945, -0.0014334854204207659, -0.09378279000520706, 0.1805596947669983, 0.11791978031396866, -0.13987599313259125, 0.0016655046492815018, 0.10805339366197586, -0.08083193004131317, -0.024510163813829422, 0.09033651649951935, 0.1499691605567932, 0.032157376408576965, -0.0848861113190651, 0.024340443313121796, -0.11436646431684494, -0.027012702077627182, 0.1533711552619934, -0.024007197469472885, 0.036470215767621994, 0.01895993947982788, -0.041026145219802856, -0.03628939390182495, 0.08524598181247711, 0.09226059913635254, -0.020158924162387848, -0.030089888721704483, 0.008926879614591599, 0.027912063524127007, -0.07225993275642395, -0.0029026037082076073, -0.004400388803333044, -0.08497201651334763, -0.048180438578128815, -0.1137424036860466, 0.03273490071296692, -0.08022536337375641, -0.024032197892665863, -0.008633777499198914, -0.0405474454164505, -0.002319090534001589, 0.027873937040567398, -0.032183416187763214, -0.02775275707244873, -0.03310409560799599, 0.1084580048918724, -0.1366758942604065, -0.016869088634848595, 0.0601804181933403, -0.049818336963653564, 0.06316378712654114, -0.005989635828882456, 0.02252798154950142, 0.02862582542002201, -0.08699051290750504, 0.0231415256857872, -0.022114982828497887, 0.013689636252820492, 0.026241254061460495, -0.18585339188575745, 0.02499348297715187, 0.02730984427034855, -0.052480265498161316, 0.00021281559020280838, 0.06021706014871597, -0.06078560650348663, 0.11278090626001358, 0.056574903428554535, -0.08358234912157059, -0.006850406527519226, 0.046420734375715256, 0.16646955907344818, -0.042020708322525024, 0.11535710841417313, -0.05178145319223404, 0.07869525998830795, -0.1026858314871788, -0.00809598807245493, -0.0055422126315534115, 0.042551711201667786, -0.07910601794719696, 0.010096278972923756, 0.027388887479901314, 0.003265362698584795, 0.1767374724149704, 0.10569025576114655, 0.10870829224586487, 0.02484460361301899, -0.009953530505299568, -0.044841594994068146, 0.06774754822254181, -0.016516540199518204, -0.02671588584780693, -0.009757112711668015, -0.026476101949810982, -0.046325307339429855, -0.08249279856681824, -0.03260568901896477, 0.08528967201709747, 0.09624093025922775, 0.19359099864959717, 0.017900316044688225, 0.024641066789627075, -0.09203752130270004, 0.004538005217909813, 0.03446558490395546, 0.1055280938744545, -0.03032044693827629, -0.04393288493156433, 0.03809371963143349, 0.10040299594402313, -0.16580148041248322, 0.13562597334384918, -0.008067701943218708, -0.0631888210773468, -0.065217986702919, -0.1624976396560669, -0.04163214936852455, 0.008642835542559624, -0.02454891987144947, -0.1604892611503601, 0.06870903819799423, 0.03971931338310242, -0.05025451257824898, -0.044053975492715836, 0.06144892796874046, -0.11148059368133545, -0.14619575440883636, 0.07144293189048767, 0.06797699630260468, 0.08476996421813965, 0.028452303260564804, 0.13414788246154785, -0.03363210707902908, 0.09555139392614365, 0.055390436202287674, 0.11371385306119919, 0.0332217812538147, -0.016484737396240234, -0.0708368569612503, -0.054246675223112106, 0.025836899876594543, -0.04121941328048706, 0.01081235334277153, 0.23141810297966003, 0.045817721635103226, 0.002907330170273781, 0.030018717050552368, 0.22666007280349731, -0.03885278105735779, -0.034144774079322815, -0.1516885757446289, 0.05985318869352341, -0.01203957386314869, 0.03620209917426109, 0.039328984916210175, -0.14884209632873535, 0.0540301576256752, 0.13274264335632324, 0.13482525944709778, 0.04305167868733406, 0.005541602615267038, -0.04600740596652031, 0.024679046124219894, -0.009980782866477966, 0.0017304196953773499, -0.020724337548017502, 0.2163979411125183, -0.07157681882381439, 0.07291188091039658, -0.045854438096284866, 0.024081895127892494, -0.055953122675418854, 0.11879125237464905, -0.011169428005814552, -0.0390566810965538, -0.01690700650215149, 0.18423640727996826, -0.053342580795288086, -0.23870080709457397, -0.0015681367367506027, -0.09176375716924667, -0.12915517389774323, -0.0021274052560329437, -0.07749384641647339, 0.034905850887298584, 0.05303965508937836, 0.07349656522274017, -0.04004911333322525, 0.21111102402210236, 0.0765448659658432, -0.06920979917049408, -0.05483417958021164, 0.054270293563604355, -0.08281919360160828, 0.19845308363437653, 0.0489865317940712, 0.07485786080360413, 0.06865284591913223, -0.0057918657548725605, -0.1256287544965744, 0.0017988290637731552, 0.024207724258303642, 0.05203241854906082, 0.002613338641822338, 0.0784607082605362, -0.010623487643897533, 0.10122500360012054, 0.10617263615131378, -0.014645852148532867, 0.08435587584972382, 0.08939477056264877, -0.000248613185249269, -0.06635146588087082, 0.16357842087745667, -0.16787539422512054, 0.08689535409212112, 0.13836249709129333, -0.03930756449699402, 0.04087669029831886, -0.02513505518436432, 0.0447051003575325, 0.014416361227631569, 0.2088465690612793, 0.004670347087085247, -0.08248957246541977, -0.0006893470417708158, 0.01599762588739395, 0.05548444762825966, -0.13038872182369232, 0.02075786143541336, 0.027002453804016113, -0.03040194883942604, -0.033165093511343, 0.0703861191868782, -0.03490155190229416, -0.00019695144146680832, -0.008991498500108719, -0.07183946669101715, 0.024142179638147354, 0.07523421943187714, -0.0295646283775568, 0.05209105461835861 ]
081222a5e3aedeb04b84abde27abf98e130fe602
# This is a dataset containing 10,000 posts from Kaggle and 60,000 comments related to those posts in the question-answer topic. ## Data Fields ### kaggle_post 1. 'pseudo', The question authors. 2. 'title', Title of the Post. 3. 'question', The question's body. 4. 'vote', Voting on Kaggle is similar to liking. 5. 'medal', I will share with you the Kaggle medal system, which can be found at https://www.kaggle.com/progression. The system awards medals to users based on their performance. 6. 'nbr_comment', The comment number. 7. 'date', The post date. 8. 'url_post', Link the comment dataset using the post URL. 9. 'url_competition', If the question is related to a competition, include the competition URL. 10. 'rank_competition', The author's rank in the competition. ### kaggle_comment 1. 'pseudo_com', the answer authors. 2. 'answer', The answer's body. 3. 'vote_com', The answer's number of likes 4. 'medal_com', I will share with you the Kaggle medal system, which can be found at https://www.kaggle.com/progression. The system awards medals to users based on their performance. 5. 'date_com', The answer date. 6. 'url_post', Link the comment dataset using the post URL. 7. 'rank_competition', the author's rank in the competition. Data scraping by Mathieu Duverne on august 2023.
Raaxx/Kaggle-post-and-comments-question-answer-topic
[ "task_categories:question-answering", "language:en", "region:us" ]
2024-01-17T13:42:26+00:00
{"language": ["en"], "task_categories": ["question-answering"]}
2024-01-17T14:27:40+00:00
[]
[ "en" ]
TAGS #task_categories-question-answering #language-English #region-us
# This is a dataset containing 10,000 posts from Kaggle and 60,000 comments related to those posts in the question-answer topic. ## Data Fields ### kaggle_post 1. 'pseudo', The question authors. 2. 'title', Title of the Post. 3. 'question', The question's body. 4. 'vote', Voting on Kaggle is similar to liking. 5. 'medal', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance. 6. 'nbr_comment', The comment number. 7. 'date', The post date. 8. 'url_post', Link the comment dataset using the post URL. 9. 'url_competition', If the question is related to a competition, include the competition URL. 10. 'rank_competition', The author's rank in the competition. ### kaggle_comment 1. 'pseudo_com', the answer authors. 2. 'answer', The answer's body. 3. 'vote_com', The answer's number of likes 4. 'medal_com', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance. 5. 'date_com', The answer date. 6. 'url_post', Link the comment dataset using the post URL. 7. 'rank_competition', the author's rank in the competition. Data scraping by Mathieu Duverne on august 2023.
[ "# This is a dataset containing 10,000 posts from Kaggle and 60,000 comments related to those posts in the question-answer topic.", "## Data Fields", "### kaggle_post\n\n1. 'pseudo', The question authors.\n2. 'title', Title of the Post.\n3. 'question', The question's body.\n4. 'vote', Voting on Kaggle is similar to liking. \n5. 'medal', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance.\n6. 'nbr_comment', The comment number.\n7. 'date', The post date.\n8. 'url_post', Link the comment dataset using the post URL.\n9. 'url_competition', If the question is related to a competition, include the competition URL.\n10. 'rank_competition', The author's rank in the competition.", "### kaggle_comment\n\n1. 'pseudo_com', the answer authors.\n2. 'answer', The answer's body.\n3. 'vote_com', The answer's number of likes\n4. 'medal_com', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance.\n5. 'date_com', The answer date.\n6. 'url_post', Link the comment dataset using the post URL.\n7. 'rank_competition', the author's rank in the competition.\n\n\nData scraping by Mathieu Duverne on august 2023." ]
[ "TAGS\n#task_categories-question-answering #language-English #region-us \n", "# This is a dataset containing 10,000 posts from Kaggle and 60,000 comments related to those posts in the question-answer topic.", "## Data Fields", "### kaggle_post\n\n1. 'pseudo', The question authors.\n2. 'title', Title of the Post.\n3. 'question', The question's body.\n4. 'vote', Voting on Kaggle is similar to liking. \n5. 'medal', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance.\n6. 'nbr_comment', The comment number.\n7. 'date', The post date.\n8. 'url_post', Link the comment dataset using the post URL.\n9. 'url_competition', If the question is related to a competition, include the competition URL.\n10. 'rank_competition', The author's rank in the competition.", "### kaggle_comment\n\n1. 'pseudo_com', the answer authors.\n2. 'answer', The answer's body.\n3. 'vote_com', The answer's number of likes\n4. 'medal_com', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance.\n5. 'date_com', The answer date.\n6. 'url_post', Link the comment dataset using the post URL.\n7. 'rank_competition', the author's rank in the competition.\n\n\nData scraping by Mathieu Duverne on august 2023." ]
[ 22, 29, 4, 171, 144 ]
[ "passage: TAGS\n#task_categories-question-answering #language-English #region-us \n# This is a dataset containing 10,000 posts from Kaggle and 60,000 comments related to those posts in the question-answer topic.## Data Fields### kaggle_post\n\n1. 'pseudo', The question authors.\n2. 'title', Title of the Post.\n3. 'question', The question's body.\n4. 'vote', Voting on Kaggle is similar to liking. \n5. 'medal', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance.\n6. 'nbr_comment', The comment number.\n7. 'date', The post date.\n8. 'url_post', Link the comment dataset using the post URL.\n9. 'url_competition', If the question is related to a competition, include the competition URL.\n10. 'rank_competition', The author's rank in the competition.### kaggle_comment\n\n1. 'pseudo_com', the answer authors.\n2. 'answer', The answer's body.\n3. 'vote_com', The answer's number of likes\n4. 'medal_com', I will share with you the Kaggle medal system, which can be found at URL The system awards medals to users based on their performance.\n5. 'date_com', The answer date.\n6. 'url_post', Link the comment dataset using the post URL.\n7. 'rank_competition', the author's rank in the competition.\n\n\nData scraping by Mathieu Duverne on august 2023." ]
[ 0.017334140837192535, 0.02462424337863922, -0.008507383055984974, 0.08088172972202301, 0.06618465483188629, 0.014254622161388397, 0.09438437223434448, 0.06800500303506851, 0.00450696749612689, 0.17987240850925446, 0.02589399181306362, 0.09612822532653809, 0.1079254075884819, 0.10229099541902542, 0.06666529923677444, -0.18350756168365479, -0.0023622817825526, -0.07514255493879318, 0.08065055310726166, 0.05409570038318634, 0.05138004571199417, -0.12318319827318192, 0.023024654015898705, -0.0412604883313179, 0.07935511320829391, 0.04308630898594856, 0.007197950035333633, -0.053936734795570374, 0.00920746847987175, -0.02411644719541073, 0.02127678133547306, -0.0694097951054573, -0.04759497195482254, -0.20240019261837006, 0.029942629858851433, 0.05549297854304314, 0.00516526261344552, -0.019464710727334023, 0.059777744114398956, -0.04156436026096344, 0.07796953618526459, -0.05882188677787781, 0.10256732255220413, 0.04331113025546074, -0.13793306052684784, -0.1502857208251953, -0.1441085785627365, 0.1253194957971573, 0.19932395219802856, 0.0024742952082306147, -0.06073366105556488, 0.07209475338459015, -0.07287046313285828, -0.0008954323711805046, 0.04540499299764633, -0.2980421483516693, -0.046454790979623795, 0.05053698271512985, 0.053298067301511765, 0.14060907065868378, -0.10534021258354187, 0.028907405212521553, 0.03497564047574997, 0.008599669672548771, -0.035827361047267914, -0.039287496358156204, 0.031746622174978256, 0.03568269684910774, -0.06425713002681732, -0.10460321605205536, 0.09933224320411682, 0.02138359472155571, -0.09640835970640182, -0.12503787875175476, 0.07951999455690384, 0.004372120834887028, -0.030801082029938698, 0.029468515887856483, 0.046865131705999374, 0.004835858941078186, 0.04364638030529022, 0.008071158081293106, -0.07165743410587311, -0.07862895727157593, 0.0016193412011489272, 0.12347753345966339, 0.04159293696284294, 0.016433008015155792, -0.05578237771987915, 0.04552442952990532, 0.12883159518241882, -0.05650373548269272, -0.018007375299930573, -0.05164188891649246, -0.12717083096504211, -0.003276556497439742, 0.0026169137563556433, -0.06784408539533615, 0.06300806254148483, 0.1046535074710846, 0.056948546320199966, 0.0615006685256958, -0.03872131556272507, 0.0320233479142189, 0.055709823966026306, 0.14303623139858246, 0.028767282143235207, -0.05619754642248154, -0.06532309949398041, -0.048966675996780396, 0.08673660457134247, -0.07622971385717392, 0.06207262724637985, 0.03673422709107399, -0.012622400186955929, 0.09905504435300827, 0.10997515171766281, 0.0478237047791481, -0.08650419116020203, 0.015172693878412247, 0.17198225855827332, -0.08578235656023026, 0.008366351947188377, 0.0843280553817749, -0.11104998737573624, -0.048877615481615067, -0.05806432664394379, -0.02878219448029995, -0.09581165760755539, 0.1509174406528473, -0.07688083499670029, -0.03197076916694641, 0.023234928026795387, -0.0835387334227562, 0.07713720947504044, -0.12859006226062775, -0.10077721625566483, -0.019482290372252464, 0.03092743270099163, -0.13621795177459717, -0.02173350192606449, -0.0044234879314899445, -0.005141459405422211, 0.017662735655903816, 0.07742856442928314, -0.021160820499062538, 0.050271399319171906, -0.0290507934987545, -0.06254208087921143, 0.0856911912560463, -0.12524835765361786, 0.10811257362365723, 0.10423684865236282, 0.023965397849678993, -0.04175242781639099, 0.023661402985453606, -0.24169065058231354, -0.004007639829069376, -0.17186672985553741, 0.13353115320205688, -0.03609416261315346, -0.019254019483923912, 0.04534002020955086, -0.014800585806369781, 0.007564632687717676, 0.15344704687595367, -0.009110527113080025, -0.07890623807907104, 0.12407495826482773, -0.078912153840065, -0.03588830307126045, 0.04442557692527771, 0.022684557363390923, -0.12657025456428528, 0.13733169436454773, 0.2135709673166275, 0.18028418719768524, -0.10747149586677551, -0.047177910804748535, -0.15454287827014923, -0.036929208785295486, 0.03415782377123833, 0.07863564044237137, -0.07099137455224991, -0.04833904653787613, 0.04992091655731201, 0.06371662020683289, -0.09518399834632874, 0.019963882863521576, -0.027366576716303825, 0.062424611300230026, -0.013740374706685543, -0.02847476676106453, 0.04720145836472511, -0.02690666727721691, -0.08379847556352615, 0.00009554664575261995, -0.11761996150016785, 0.029144732281565666, 0.02382533624768257, 0.03268636763095856, -0.02597578801214695, 0.13590434193611145, 0.032005585730075836, 0.03535529971122742, -0.10760113596916199, 0.03597249463200569, 0.07546567171812057, -0.03615540266036987, 0.09706119447946548, -0.032876987010240555, 0.002100707497447729, -0.05520283803343773, 0.008830356411635876, 0.015730982646346092, 0.01548346783965826, -0.04969426617026329, -0.0968385860323906, -0.19025449454784393, 0.0438695102930069, -0.020914457738399506, 0.11301072686910629, -0.04770664498209953, -0.04303497448563576, 0.13938477635383606, 0.07453668117523193, 0.048357974737882614, -0.07370290160179138, 0.1331646889448166, 0.07278075069189072, 0.05485009029507637, 0.00974825769662857, 0.0086939362809062, -0.023621581494808197, 0.020026927813887596, 0.07047144323587418, -0.07829369604587555, -0.1882135421037674, 0.09515372663736343, 0.011013839393854141, -0.03356122970581055, 0.08736873418092728, -0.027424076572060585, 0.02369295433163643, -0.09602421522140503, -0.01431319024413824, 0.03525819256901741, 0.042010702192783356, 0.0688752681016922, -0.01703285053372383, -0.14064550399780273, -0.03196213021874428, 0.02439742349088192, -0.016450317576527596, 0.12045609951019287, -0.040822628885507584, 0.0113562336191535, 0.04469006881117821, -0.052217621356248856, 0.03681479021906853, 0.21097709238529205, 0.04859191179275513, -0.06387002021074295, -0.01340510230511427, 0.0053179082460701466, 0.07576891034841537, 0.07447872310876846, -0.05385969951748848, -0.029605016112327576, 0.029557809233665466, 0.0019903802312910557, 0.01292345579713583, -0.057719871401786804, -0.024757441133260727, -0.03551102057099342, -0.0630764588713646, -0.08521035313606262, 0.003612217027693987, 0.03911283612251282, 0.11887316405773163, 0.09267731010913849, 0.1637067347764969, -0.08375290781259537, -0.08169250190258026, -0.05963258445262909, 0.1387769877910614, -0.11918468028306961, -0.1561153084039688, -0.16952131688594818, 0.07254991680383682, -0.06931457668542862, 0.04634370282292366, 0.049025002866983414, -0.12443722784519196, -0.06042185053229332, -0.03367377072572708, 0.05011499300599098, 0.01394975371658802, -0.05232031270861626, -0.09612364321947098, -0.0016333945095539093, -0.06713824719190598, -0.11332320421934128, 0.003974632825702429, -0.06810187548398972, -0.013186091557145119, 0.0341808907687664, 0.0017359285848215222, 0.06963467597961426, 0.11399983614683151, 0.06058629974722862, -0.027722181752324104, -0.024464307352900505, 0.14360325038433075, -0.16866597533226013, 0.05714188888669014, -0.0026644791942089796, 0.052801452577114105, 0.09862471371889114, 0.09166492521762848, -0.017088010907173157, -0.039926428347826004, 0.07519272714853287, 0.10207679867744446, -0.009806971997022629, -0.3482486307621002, -0.041876375675201416, -0.045610178261995316, 0.11641930043697357, 0.03778780996799469, 0.09057784080505371, -0.05291406437754631, 0.07954810559749603, -0.10776365548372269, 0.030058106407523155, 0.03399405628442764, 0.05907263606786728, 0.15271879732608795, 0.042278677225112915, 0.03114653192460537, -0.1413421928882599, -0.03476490452885628, 0.1698857694864273, 0.02019377425312996, 0.07994332164525986, 0.02105136588215828, -0.004353673662990332, 0.10084089636802673, 0.0237460657954216, -0.035110585391521454, 0.07688753306865692, 0.027754152193665504, 0.06965479999780655, -0.013776877894997597, -0.03926587104797363, 0.02092936635017395, 0.07262422889471054, 0.161001518368721, -0.14571143686771393, -0.04648205637931824, -0.14002229273319244, 0.09829317033290863, 0.26974523067474365, 0.10597772896289825, 0.02187202498316765, -0.02949853427708149, 0.09966374933719635, -0.07726321369409561, -0.02462415210902691, 0.019396256655454636, 0.03706340864300728, -0.10862302035093307, 0.18441499769687653, 0.04708723723888397, 0.07638280093669891, -0.12144626677036285, -0.04768206551671028, -0.020611431449651718, -0.06663160026073456, -0.019348226487636566, 0.0374610535800457, -0.13014085590839386, 0.08679032325744629, 0.005929312668740749, 0.015816181898117065, -0.05525844171643257, -0.003538072807714343, 0.034200269728899, -0.04449370875954628, 0.04985141381621361, 0.03044327348470688, -0.05889347940683365, -0.16511839628219604, -0.05982799455523491, 0.030274726450443268, 0.05284695327281952, -0.13181518018245697, 0.07681389898061752, 0.05319974943995476, 0.032507751137018204, -0.14825770258903503, -0.029524924233555794, -0.05066842585802078, -0.062461838126182556, -0.006472212262451649, -0.051940448582172394, 0.017936402931809425, -0.013432354666292667, -0.0018178317695856094, -0.07151457667350769, 0.023856600746512413, -0.09464672952890396, -0.05193955823779106, -0.07606937736272812, -0.1277811974287033, 0.0011971130734309554, -0.08441261947154999, -0.033787019550800323, -0.057999879121780396, 0.11274892091751099, -0.017880845814943314, -0.012081160210072994, 0.041902121156454086, 0.006477298215031624, -0.17232514917850494, -0.006522372364997864, 0.0645659789443016, 0.04852760583162308, 0.0039896429516375065, 0.009069223888218403, 0.043560970574617386, -0.022836240008473396, -0.16055232286453247, 0.14450125396251678, -0.014369926415383816, 0.011189566925168037, 0.06337493658065796, 0.093936488032341, -0.06723161786794662, -0.15379658341407776, -0.0002815400657709688, 0.0017742411000654101, 0.15335509181022644, -0.034490760415792465, 0.1620984673500061, 0.15620113909244537, -0.09023816883563995, -0.24605868756771088, -0.08868739753961563, -0.05450764298439026, -0.04597080871462822, 0.11807198822498322, -0.13288401067256927, 0.0866406112909317, 0.019455965608358383, -0.051123008131980896, 0.03033095970749855, -0.12425508350133896, -0.11395417153835297, -0.015167847275733948, 0.0921856239438057, -0.08814908564090729, -0.15488967299461365, -0.09965638816356659, -0.04532620683312416, -0.17126891016960144, 0.024988586083054543, -0.06545628607273102, 0.10120970010757446, -0.06254424899816513, -0.058370739221572876, 0.013450893573462963, -0.02439008466899395, 0.12876495718955994, 0.01823517121374607, 0.07463258504867554, -0.07515598088502884, -0.04428093507885933, 0.02720947563648224, -0.04213770478963852, 0.0723518654704094, 0.010678957216441631, 0.0470392145216465, -0.21904075145721436, -0.037445466965436935, -0.03564785048365593, 0.011502115987241268, -0.08437636494636536, 0.026315979659557343, -0.16657263040542603, 0.04559960216283798, 0.039490848779678345, 0.006349832750856876, -0.0035829320549964905, 0.007482775487005711, 0.2041185200214386, -0.007792982738465071, 0.026537854224443436, 0.13640429079532623, -0.05680687725543976, -0.04394436255097389, -0.005584090482443571, 0.04316694661974907, -0.16795606911182404, 0.023903997614979744, 0.11348266899585724, 0.019005464389920235, 0.06392787396907806, -0.038839783519506454, -0.13347920775413513, 0.0680946484208107, 0.16431483626365662, -0.1269378513097763, -0.07984297722578049, 0.08916523307561874, -0.15297412872314453, 0.048317547887563705, -0.0734279528260231, 0.04076535999774933, 0.06928428262472153, -0.02518720179796219, 0.0314415767788887, 0.02746993489563465, 0.01424440462142229, 0.12705932557582855, 0.055247366428375244, 0.0864068940281868, -0.03757261112332344, 0.1275942623615265, 0.15282920002937317, -0.07417751103639603, 0.007361216004937887, 0.06375541538000107, -0.007568924222141504, 0.0012651486322283745, -0.042476389557123184, 0.05581721290946007, 0.16338121891021729, -0.07132108509540558, -0.06277487426996231, -0.1288042664527893, 0.06329787522554398, 0.052525635808706284, -0.019653359428048134, 0.10101383924484253, 0.07706588506698608, 0.03979357331991196, 0.04249047487974167, 0.05824360251426697, 0.012517588213086128, -0.025404538959264755, -0.07629305869340897, -0.009307648986577988, 0.010388191789388657, 0.04246094450354576, 0.013273228891193867, -0.04666317254304886, -0.14281979203224182, 0.018260762095451355, -0.06000971794128418, 0.010855204425752163, -0.1202300563454628, 0.009855585172772408, -0.060126859694719315, -0.04367426410317421, -0.04593873769044876, -0.04249373823404312, -0.06743966788053513, -0.024768240749835968, -0.046888601034879684, 0.13074280321598053, -0.2190854698419571, -0.014991100877523422, 0.14834906160831451, -0.05148502439260483, 0.060615357011556625, -0.005132011137902737, -0.049894172698259354, 0.004983583465218544, -0.03411484137177467, 0.05744079500436783, -0.011822483502328396, 0.013648774474859238, -0.034350913017988205, -0.11487428098917007, -0.00043129586265422404, -0.08700709044933319, -0.053795263171195984, 0.07481642067432404, -0.026884468272328377, -0.13567593693733215, 0.019558651372790337, 0.009923894889652729, -0.09972719848155975, -0.00844544731080532, 0.005633770488202572, 0.061819642782211304, -0.02190169133245945, 0.07189784198999405, -0.05663084611296654, 0.050289712846279144, -0.1248333677649498, -0.005243314895778894, -0.007300647906959057, -0.028980975970625877, -0.056992966681718826, 0.03203067183494568, 0.04891619086265564, 0.011382002383470535, 0.15315786004066467, 0.030378004536032677, -0.023755161091685295, 0.0749010220170021, 0.09526100009679794, -0.09879360347986221, 0.035939913243055344, -0.12422501295804977, 0.009474541991949081, -0.050754740834236145, 0.05162368342280388, -0.11526678502559662, -0.018265221267938614, 0.04014560952782631, 0.13197223842144012, 0.09293515980243683, 0.22051015496253967, 0.0013231020420789719, 0.036934684962034225, 0.09122135490179062, -0.06547682732343674, -0.014714831486344337, -0.12166441977024078, 0.03954783454537392, 0.0018605835502967238, -0.07289256155490875, 0.08975769579410553, -0.1416282206773758, 0.0802563726902008, -0.05283612385392189, -0.03709082677960396, -0.04658178985118866, -0.0983080193400383, -0.02939786948263645, -0.07611799985170364, 0.05353346839547157, -0.08486615121364594, 0.06933800131082535, 0.12865152955055237, 0.04902554675936699, -0.026824455708265305, 0.07515456527471542, -0.10294917970895767, 0.02233290672302246, 0.1387658268213272, -0.02612118050456047, -0.06473810970783234, 0.07181276381015778, 0.05693833529949188, -0.07295235246419907, 0.038885489106178284, 0.02984262816607952, 0.08546842634677887, -0.07076776027679443, 0.0527990348637104, -0.07867791503667831, -0.052832115441560745, 0.044435691088438034, -0.049036186188459396, 0.07406582683324814, 0.20442615449428558, 0.04437825083732605, -0.009332366287708282, 0.03924691304564476, 0.1401335746049881, -0.006434749811887741, -0.024304822087287903, -0.1466028243303299, 0.03676794841885567, 0.0012510401429608464, -0.04543019086122513, 0.06585439294576645, -0.15570296347141266, -0.05452696606516838, 0.25073668360710144, 0.01675751619040966, 0.13298411667346954, 0.03211970627307892, -0.002006667433306575, 0.03225284442305565, 0.08812382072210312, 0.09016352146863937, -0.04314610734581947, 0.16757725179195404, -0.009279037825763226, 0.047948289662599564, -0.07412319630384445, -0.005787123925983906, 0.003803802886977792, 0.09135469794273376, 0.025508398190140724, -0.05398670583963394, -0.1035294383764267, 0.18571248650550842, -0.2317264825105667, -0.1815020740032196, 0.09529923647642136, -0.051802363246679306, -0.1103380024433136, -0.018280157819390297, 0.08494330942630768, 0.022805675864219666, 0.07999685406684875, 0.12717905640602112, -0.05489189922809601, 0.008599699474871159, 0.037823475897312164, -0.010251541621983051, -0.10415208339691162, 0.1098804920911789, -0.03852172940969467, 0.18552987277507782, -0.011509010568261147, 0.04791625216603279, 0.0716475173830986, 0.0010536009212955832, -0.036801885813474655, 0.06234907731413841, 0.06374658644199371, -0.08374965935945511, -0.05280338600277901, 0.09915249794721603, 0.0255091842263937, -0.07245328277349472, 0.1165221706032753, 0.12819594144821167, 0.07973365485668182, -0.08723340183496475, 0.12438610941171646, -0.16255971789360046, 0.11436198651790619, -0.1527562439441681, 0.06606189906597137, 0.11183638125658035, -0.05733441933989525, 0.0030045120511204004, -0.02740601822733879, -0.024527551606297493, -0.09770943224430084, -0.013066841289401054, 0.004789629951119423, -0.13295501470565796, 0.037386704236269, 0.009805452078580856, 0.09963827580213547, -0.16180062294006348, -0.0017577667022123933, 0.05861697718501091, -0.0033474783413112164, 0.016194988042116165, 0.12875664234161377, 0.011049585416913033, -0.047516994178295135, -0.0862184390425682, -0.22929677367210388, 0.0008374677854590118, 0.1469096541404724, -0.06482452154159546, -0.027960406616330147 ]
31298db19f3d7cabf930104c28afc78aa86de3d3
# Dataset of elaice/イレース (Fire Emblem) This is the dataset of elaice/イレース (Fire Emblem), containing 138 images and their tags. The core tags of this character are `purple_hair, long_hair, purple_eyes, twintails, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 138 | 111.70 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elaice_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 138 | 77.88 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elaice_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 258 | 141.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elaice_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 138 | 103.59 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elaice_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 258 | 175.49 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elaice_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/elaice_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, hetero, multiple_penises, solo_focus, mosaic_censoring, gangbang, nipples, vaginal, blush, cum_in_pussy, medium_breasts, 2boys, 3boys, circlet, facial, fellatio, handjob, testicles | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, nipples, solo, medium_breasts, open_mouth, blush, completely_nude, navel, artist_name, circlet, food, hair_flower, large_breasts, looking_at_viewer, pussy, signature, simple_background, sitting | | 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, cape, circlet, skirt, solo, low-tied_long_hair, book, simple_background, sitting, white_background | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, circlet, full_body, short_sleeves, simple_background, solo, bangs, capelet, hood_down, low_twintails, white_footwear, miniskirt, shiny_hair, white_background, belt_pouch, closed_mouth, purple_skirt, holding_book, jewelry, knee_boots, looking_at_viewer, magic, open_book | | 4 | 9 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, alternate_costume, solo, candy, halloween_costume, holding, long_sleeves, circlet, dress, simple_background, cape, open_mouth, white_background, white_pantyhose, boots, eating, looking_at_viewer, purple_gloves | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | hetero | multiple_penises | solo_focus | mosaic_censoring | gangbang | nipples | vaginal | blush | cum_in_pussy | medium_breasts | 2boys | 3boys | circlet | facial | fellatio | handjob | testicles | solo | open_mouth | completely_nude | navel | artist_name | food | hair_flower | large_breasts | looking_at_viewer | pussy | signature | simple_background | sitting | cape | skirt | low-tied_long_hair | book | white_background | full_body | short_sleeves | bangs | capelet | hood_down | low_twintails | white_footwear | miniskirt | shiny_hair | belt_pouch | closed_mouth | purple_skirt | holding_book | jewelry | knee_boots | magic | open_book | alternate_costume | candy | halloween_costume | holding | long_sleeves | dress | white_pantyhose | boots | eating | purple_gloves | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------|:-------------------|:-------------|:-------------------|:-----------|:----------|:----------|:--------|:---------------|:-----------------|:--------|:--------|:----------|:---------|:-----------|:----------|:------------|:-------|:-------------|:------------------|:--------|:--------------|:-------|:--------------|:----------------|:--------------------|:--------|:------------|:--------------------|:----------|:-------|:--------|:---------------------|:-------|:-------------------|:------------|:----------------|:--------|:----------|:------------|:----------------|:-----------------|:------------|:-------------|:-------------|:---------------|:---------------|:---------------|:----------|:-------------|:--------|:------------|:--------------------|:--------|:--------------------|:----------|:---------------|:--------|:------------------|:--------|:---------|:----------------| | 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | | | | X | | X | | X | | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | | | | | | | | | | X | | | | | X | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | | | | | | | | X | | | | | X | | | | | | | | X | | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | 4 | 9 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | | | | | | | | X | | | | | X | X | | | | | | | X | | | X | | X | | | | X | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X |
CyberHarem/elaice_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:47:37+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:12:05+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of elaice/イレース (Fire Emblem) ==================================== This is the dataset of elaice/イレース (Fire Emblem), containing 138 images and their tags. The core tags of this character are 'purple\_hair, long\_hair, purple\_eyes, twintails, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
660a5b20463b76b2c46f6e404e3f216eb881a3cd
# Dataset of nepenee/ネフェニー (Fire Emblem) This is the dataset of nepenee/ネフェニー (Fire Emblem), containing 189 images and their tags. The core tags of this character are `green_hair, long_hair, green_eyes, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 189 | 199.01 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nepenee_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 189 | 132.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nepenee_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 385 | 240.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nepenee_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 189 | 185.83 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nepenee_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 385 | 312.57 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nepenee_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/nepenee_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, blue_armor, breastplate, helmet, solo, spear, thighhighs, blue_eyes, boots, skirt, full_body, holding_weapon, shield, simple_background, belt, white_background, detached_sleeves, looking_at_viewer | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, blue_armor, helmet, solo, breastplate, spear, shield, thighhighs, belt | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, hetero, solo_focus, vaginal, blush, nipples, rape, armor, helmet, multiple_penises, cum_in_pussy, large_breasts, mosaic_censoring, spread_legs, tears, thighhighs, torn_clothes, 3boys, gangbang, medium_breasts, mmf_threesome, straddling | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, helmet, hetero, day, large_breasts, nipples, open_mouth, blush, cum_in_pussy, penis, solo_focus, vaginal, bar_censor, blue_armor, breasts_out, clothed_sex, overflow, very_long_hair, anus, blue_sky, outdoors | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, day, looking_at_viewer, outdoors, solo, cloud, large_breasts, navel, black_bikini, blue_sky, blush, cleavage, helmet, ocean | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, blue_dress, collarbone, helmet, long_sleeves, medium_breasts, solo, veil, wide_sleeves, aqua_eyes, bangs, blue_footwear, full_body, gradient_hair, puffy_sleeves, simple_background, frilled_sleeves, looking_at_viewer, shoes, smile, white_background, arrow_(projectile), bare_shoulders, blue_armor, closed_mouth, detached_sleeves, holding_bow_(weapon), looking_away, standing | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blue_armor | breastplate | helmet | solo | spear | thighhighs | blue_eyes | boots | skirt | full_body | holding_weapon | shield | simple_background | belt | white_background | detached_sleeves | looking_at_viewer | hetero | solo_focus | vaginal | blush | nipples | rape | armor | multiple_penises | cum_in_pussy | large_breasts | mosaic_censoring | spread_legs | tears | torn_clothes | 3boys | gangbang | medium_breasts | mmf_threesome | straddling | 1boy | day | open_mouth | penis | bar_censor | breasts_out | clothed_sex | overflow | very_long_hair | anus | blue_sky | outdoors | cloud | navel | black_bikini | cleavage | ocean | blue_dress | collarbone | long_sleeves | veil | wide_sleeves | aqua_eyes | bangs | blue_footwear | gradient_hair | puffy_sleeves | frilled_sleeves | shoes | smile | arrow_(projectile) | bare_shoulders | closed_mouth | holding_bow_(weapon) | looking_away | standing | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------------|:--------------|:---------|:-------|:--------|:-------------|:------------|:--------|:--------|:------------|:-----------------|:---------|:--------------------|:-------|:-------------------|:-------------------|:--------------------|:---------|:-------------|:----------|:--------|:----------|:-------|:--------|:-------------------|:---------------|:----------------|:-------------------|:--------------|:--------|:---------------|:--------|:-----------|:-----------------|:----------------|:-------------|:-------|:------|:-------------|:--------|:-------------|:--------------|:--------------|:-----------|:-----------------|:-------|:-----------|:-----------|:--------|:--------|:---------------|:-----------|:--------|:-------------|:-------------|:---------------|:-------|:---------------|:------------|:--------|:----------------|:----------------|:----------------|:------------------|:--------|:--------|:---------------------|:-----------------|:---------------|:-----------------------|:---------------|:-----------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | | | | | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | | | X | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | X | | | | | | | | | | | | | | | X | X | X | X | X | | | | X | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | X | | | | | | | | | | | | | X | | | | X | | | | | | X | | | | | | | | | | | X | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | | X | X | | | | | | X | | | X | | X | X | X | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/nepenee_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:47:39+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:19:14+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of nepenee/ネフェニー (Fire Emblem) ====================================== This is the dataset of nepenee/ネフェニー (Fire Emblem), containing 189 images and their tags. The core tags of this character are 'green\_hair, long\_hair, green\_eyes, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
11087f376ed45b93d2a93bb9f8efcb4bf78b8c29
# Dataset of kazahana/カザハナ (Fire Emblem) This is the dataset of kazahana/カザハナ (Fire Emblem), containing 127 images and their tags. The core tags of this character are `long_hair, brown_hair, brown_eyes, headband, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:---------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 127 | 144.99 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kazahana_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 127 | 88.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kazahana_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 280 | 175.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kazahana_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 127 | 131.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kazahana_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 280 | 232.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kazahana_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/kazahana_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1boy, 1girl, hetero, penis, sex, blush, navel, nipples, nude, spread_legs, vaginal, anal, bar_censor, cum_in_pussy, fingering, large_breasts, open_mouth, pussy_juice, rape, sweat, tears, clenched_teeth, female_ejaculation, interspecies, medium_breasts, saliva, smile, solo_focus, thighhighs | | 1 | 9 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | navel, nipples, 1girl, pussy, blush, medium_breasts, female_pubic_hair, completely_nude, smile, solo, hetero, open_mouth, penis, sex, small_breasts, vaginal | | 2 | 39 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, solo, armor, katana, simple_background, smile, japanese_clothes, holding_weapon, open_mouth, thighhighs, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1boy | 1girl | hetero | penis | sex | blush | navel | nipples | nude | spread_legs | vaginal | anal | bar_censor | cum_in_pussy | fingering | large_breasts | open_mouth | pussy_juice | rape | sweat | tears | clenched_teeth | female_ejaculation | interspecies | medium_breasts | saliva | smile | solo_focus | thighhighs | pussy | female_pubic_hair | completely_nude | solo | small_breasts | armor | katana | simple_background | japanese_clothes | holding_weapon | white_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------|:--------|:---------|:--------|:------|:--------|:--------|:----------|:-------|:--------------|:----------|:-------|:-------------|:---------------|:------------|:----------------|:-------------|:--------------|:-------|:--------|:--------|:-----------------|:---------------------|:---------------|:-----------------|:---------|:--------|:-------------|:-------------|:--------|:--------------------|:------------------|:-------|:----------------|:--------|:---------|:--------------------|:-------------------|:-----------------|:-------------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 1 | 9 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | X | X | X | X | X | X | | | X | | | | | | X | | | | | | | | X | | X | | | X | X | X | X | X | | | | | | | | 2 | 39 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | X | | | | | | | | | | | | | | | X | | | | | | | | | | X | | X | | | | X | | X | X | X | X | X | X |
CyberHarem/kazahana_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:47:47+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:17:22+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of kazahana/カザハナ (Fire Emblem) ====================================== This is the dataset of kazahana/カザハナ (Fire Emblem), containing 127 images and their tags. The core tags of this character are 'long\_hair, brown\_hair, brown\_eyes, headband, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
e3237a269a0af3c2db102d551e3e22994b62c8d3
# Dataset of veronica/ヴェロニカ (Fire Emblem) This is the dataset of veronica/ヴェロニカ (Fire Emblem), containing 215 images and their tags. The core tags of this character are `red_eyes, grey_hair, long_hair, hair_ornament, crown, bangs`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:---------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 215 | 242.27 MiB | [Download](https://huggingface.co/datasets/CyberHarem/veronica_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 215 | 150.73 MiB | [Download](https://huggingface.co/datasets/CyberHarem/veronica_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 467 | 308.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/veronica_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 215 | 218.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/veronica_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 467 | 405.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/veronica_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/veronica_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, simple_background, solo, closed_mouth, looking_at_viewer, white_background, upper_body | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, black_armor, simple_background, solo, closed_mouth, shoulder_armor, upper_body, white_background, looking_at_viewer, cape | | 2 | 16 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, black_gloves, cape, shoulder_armor, long_sleeves, solo, black_armor, holding_staff, closed_mouth, simple_background, high_heels | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, dress, easter_egg, fake_animal_ears, hair_flower, rabbit_ears, simple_background, solo, white_gloves, open_mouth, see-through, wrist_cuffs, rabbit_tail, cleavage_cutout, holding, twitter_username, white_pantyhose | | 4 | 15 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, nipples, 1boy, blush, hetero, open_mouth, small_breasts, solo_focus, penis, vaginal, sex, bar_censor, cum_in_pussy, navel, on_back, nude, torn_clothes | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | simple_background | solo | closed_mouth | looking_at_viewer | white_background | upper_body | black_armor | shoulder_armor | cape | black_gloves | long_sleeves | holding_staff | high_heels | dress | easter_egg | fake_animal_ears | hair_flower | rabbit_ears | white_gloves | open_mouth | see-through | wrist_cuffs | rabbit_tail | cleavage_cutout | holding | twitter_username | white_pantyhose | nipples | 1boy | blush | hetero | small_breasts | solo_focus | penis | vaginal | sex | bar_censor | cum_in_pussy | navel | on_back | nude | torn_clothes | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:-------|:---------------|:--------------------|:-------------------|:-------------|:--------------|:-----------------|:-------|:---------------|:---------------|:----------------|:-------------|:--------|:-------------|:-------------------|:--------------|:--------------|:---------------|:-------------|:--------------|:--------------|:--------------|:------------------|:----------|:-------------------|:------------------|:----------|:-------|:--------|:---------|:----------------|:-------------|:--------|:----------|:------|:-------------|:---------------|:--------|:----------|:-------|:---------------| | 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 16 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | 4 | 15 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | | | | | | | | | | | | | | | X | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/veronica_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T13:47:50+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:34:35+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of veronica/ヴェロニカ (Fire Emblem) ======================================= This is the dataset of veronica/ヴェロニカ (Fire Emblem), containing 215 images and their tags. The core tags of this character are 'red\_eyes, grey\_hair, long\_hair, hair\_ornament, crown, bangs', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
1261f8fd538d07e6aa37012e91b6f047f1e36ca8
# Dataset of chloe/クロエ (Fire Emblem) This is the dataset of chloe/クロエ (Fire Emblem), containing 177 images and their tags. The core tags of this character are `breasts, long_hair, green_eyes, braid, large_breasts, aqua_hair, bangs, earrings, bow, hair_bow, blue_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 177 | 292.74 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 177 | 149.01 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 440 | 327.31 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 177 | 250.17 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 440 | 499.71 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/chloe_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cleavage, elbow_gloves, looking_at_viewer, shoulder_armor, smile, white_gloves, simple_background, solo, upper_body, jewelry, blush, covered_navel, green_hair, white_background | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, breastplate, cleavage, elbow_gloves, solo, white_gloves, covered_navel, green_hair, jewelry, looking_at_viewer, open_mouth, shoulder_armor, :d | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, elbow_gloves, solo, white_gloves, breastplate, cleavage, looking_at_viewer, smile, jewelry, pegasus_knight_uniform_(fire_emblem), shoulder_armor, holding_polearm, spear, covered_navel | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, cleavage, smile, solo, blush, looking_at_viewer, collarbone, necklace, upper_body, green_dress, green_hair, closed_mouth, holding, short_sleeves, simple_background, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cleavage | elbow_gloves | looking_at_viewer | shoulder_armor | smile | white_gloves | simple_background | solo | upper_body | jewelry | blush | covered_navel | green_hair | white_background | breastplate | open_mouth | :d | pegasus_knight_uniform_(fire_emblem) | holding_polearm | spear | collarbone | necklace | green_dress | closed_mouth | holding | short_sleeves | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:---------------|:--------------------|:-----------------|:--------|:---------------|:--------------------|:-------|:-------------|:----------|:--------|:----------------|:-------------|:-------------------|:--------------|:-------------|:-----|:---------------------------------------|:------------------|:--------|:-------------|:-----------|:--------------|:---------------|:----------|:----------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | | X | | X | | X | X | | X | X | X | | | | | | | | | | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | X | | X | | X | | X | | | X | | | X | X | X | | | | | | | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | X | | X | | X | X | X | | X | | X | X | | | | | | | X | X | X | X | X | X |
CyberHarem/chloe_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:03:28+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:39:30+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of chloe/クロエ (Fire Emblem) ================================== This is the dataset of chloe/クロエ (Fire Emblem), containing 177 images and their tags. The core tags of this character are 'breasts, long\_hair, green\_eyes, braid, large\_breasts, aqua\_hair, bangs, earrings, bow, hair\_bow, blue\_hair', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
bcee32dd3f400311397d1af1111b3b5bbe6db2a6
# Dataset of ferry/フュリー (Fire Emblem) This is the dataset of ferry/フュリー (Fire Emblem), containing 500 images and their tags. The core tags of this character are `long_hair, green_hair, green_eyes, ponytail, breasts, earrings, bangs, large_breasts, very_long_hair, high_ponytail`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 723.59 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ferry_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 409.00 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ferry_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1211 | 856.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ferry_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 643.32 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ferry_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1211 | 1.19 GiB | [Download](https://huggingface.co/datasets/CyberHarem/ferry_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/ferry_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 28 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, mask_on_head, official_alternate_costume, solo, chest_sarashi, tube_top, bandages, looking_at_viewer, smile, jewelry, single_bare_shoulder, cleavage, bandeau, midriff, blue_skirt, navel, single_sleeve, stomach, holding_weapon, blue_shirt, polearm, white_background, bare_shoulders, simple_background, collarbone, short_sleeves, standing, thighs | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, blue_dress, fingerless_gloves, holding_sword, jewelry, looking_at_viewer, sheath, solo, katana, pelvic_curtain, short_sleeves, thighs, side_slit, black_gloves, boots, smile | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, black_gloves, boots, simple_background, white_background, blue_dress, fingerless_gloves, holding_sword, pelvic_curtain, full_body, solo, side_slit | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, dress, jewelry, solo, arrow_(projectile), fingerless_gloves, holding_bow_(weapon), white_background, feathers, simple_background, quiver, smile, fur_trim, hair_ornament, looking_at_viewer, pelvic_curtain, short_sleeves, cape, full_body, knee_boots, thighs, belt, closed_mouth, elbow_gloves, medium_breasts, shoulder_armor, standing | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, blush, hair_flower, jewelry, official_alternate_costume, solo, bare_shoulders, blue_bikini, cleavage, looking_at_viewer, choker, collarbone, smile, simple_background, closed_mouth, navel, open_mouth, strapless_bikini, white_background | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, jewelry, looking_at_viewer, ocean, outdoors, solo, beach, blue_bikini, blue_sky, cleavage, cloud, day, hair_flower, navel, official_alternate_costume, bare_shoulders, smile, strapless_bikini, blush, collarbone, thighs, water, choker, wet | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | bare_shoulders, bride, necklace, strapless_dress, wedding_dress, 1girl, hair_flower, official_alternate_costume, white_dress, cleavage, looking_at_viewer, solo, bouquet, open_mouth, smile, bridal_veil, detached_sleeves, gloves, medium_breasts | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1boy, 1girl, blush, hetero, solo_focus, sweat, open_mouth, mosaic_censoring, nipples, cum, erection, jewelry, licking_penis, nude, tongue_out | | 8 | 11 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, blush, hetero, solo_focus, 1boy, penis, sex, open_mouth, nipples, pussy, vaginal, completely_nude, mosaic_censoring, smile, jewelry, spread_legs, sweat, looking_at_viewer, ass, dark-skinned_male, gloves, lying, navel, straddling, thighhighs | | 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, elbow_gloves, armpits, arms_up, blush, looking_at_viewer, solo, thighhighs, white_gloves, armor, open_mouth, pole_dancing, stripper_pole, :d, censored, pussy, spread_legs, sweat, thigh_boots | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | mask_on_head | official_alternate_costume | solo | chest_sarashi | tube_top | bandages | looking_at_viewer | smile | jewelry | single_bare_shoulder | cleavage | bandeau | midriff | blue_skirt | navel | single_sleeve | stomach | holding_weapon | blue_shirt | polearm | white_background | bare_shoulders | simple_background | collarbone | short_sleeves | standing | thighs | blue_dress | fingerless_gloves | holding_sword | sheath | katana | pelvic_curtain | side_slit | black_gloves | boots | full_body | dress | arrow_(projectile) | holding_bow_(weapon) | feathers | quiver | fur_trim | hair_ornament | cape | knee_boots | belt | closed_mouth | elbow_gloves | medium_breasts | shoulder_armor | blush | hair_flower | blue_bikini | choker | open_mouth | strapless_bikini | ocean | outdoors | beach | blue_sky | cloud | day | water | wet | bride | necklace | strapless_dress | wedding_dress | white_dress | bouquet | bridal_veil | detached_sleeves | gloves | 1boy | hetero | solo_focus | sweat | mosaic_censoring | nipples | cum | erection | licking_penis | nude | tongue_out | penis | sex | pussy | vaginal | completely_nude | spread_legs | ass | dark-skinned_male | lying | straddling | thighhighs | armpits | arms_up | white_gloves | armor | pole_dancing | stripper_pole | :d | censored | thigh_boots | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:-----------------------------|:-------|:----------------|:-----------|:-----------|:--------------------|:--------|:----------|:-----------------------|:-----------|:----------|:----------|:-------------|:--------|:----------------|:----------|:-----------------|:-------------|:----------|:-------------------|:-----------------|:--------------------|:-------------|:----------------|:-----------|:---------|:-------------|:--------------------|:----------------|:---------|:---------|:-----------------|:------------|:---------------|:--------|:------------|:--------|:---------------------|:-----------------------|:-----------|:---------|:-----------|:----------------|:-------|:-------------|:-------|:---------------|:---------------|:-----------------|:-----------------|:--------|:--------------|:--------------|:---------|:-------------|:-------------------|:--------|:-----------|:--------|:-----------|:--------|:------|:--------|:------|:--------|:-----------|:------------------|:----------------|:--------------|:----------|:--------------|:-------------------|:---------|:-------|:---------|:-------------|:--------|:-------------------|:----------|:------|:-----------|:----------------|:-------|:-------------|:--------|:------|:--------|:----------|:------------------|:--------------|:------|:--------------------|:--------|:-------------|:-------------|:----------|:----------|:---------------|:--------|:---------------|:----------------|:-----|:-----------|:--------------| | 0 | 28 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | X | | | | X | X | X | | | | | | | | | | | | | | | | X | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | | | | | | | | | | | | | | | | | | X | | X | | | | | X | X | X | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | X | | | | X | X | X | | | | | | | | | | | | X | | X | | X | X | X | | X | | | | X | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | X | X | | | | X | X | X | | X | | | | X | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | X | X | | | | X | X | X | | X | | | | X | | | | | | | X | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | X | X | | | | X | X | | | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 8 | 11 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | | | | | X | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | X | | | X | | | | | X | X | X | X | X | X | X | X | X | X |
CyberHarem/ferry_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:03:29+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:04:38+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of ferry/フュリー (Fire Emblem) =================================== This is the dataset of ferry/フュリー (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'long\_hair, green\_hair, green\_eyes, ponytail, breasts, earrings, bangs, large\_breasts, very\_long\_hair, high\_ponytail', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
dbb934ad2aaaf7b0bf90b7083bfdcd64d3941e8c
# Dataset of aqua (Fire Emblem) This is the dataset of aqua (Fire Emblem), containing 500 images and their tags. The core tags of this character are `blue_hair, long_hair, yellow_eyes, hair_between_eyes, very_long_hair, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 700.69 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aqua_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 412.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aqua_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1137 | 805.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aqua_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 631.90 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aqua_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1137 | 1.07 GiB | [Download](https://huggingface.co/datasets/CyberHarem/aqua_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/aqua_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 19 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, elbow_gloves, fingerless_gloves, solo, veil, white_dress, white_gloves, water, open_mouth, looking_at_viewer, necklace, pendant, ribbon | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, dress, elbow_gloves, looking_at_viewer, solo, fingerless_gloves, water, simple_background, smile, white_background, jewelry, mouth_veil, open_mouth, white_gloves | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, barefoot, elbow_gloves, fingerless_gloves, solo, veil, anklet, looking_at_viewer, white_dress, white_gloves, full_body, simple_background, spear, white_background, holding_weapon, necklace, water | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, anklet, barefoot, dress, elbow_gloves, looking_at_viewer, solo, veil, dakimakura_(medium), fingerless_gloves, full_body, on_back, blush, ripples, water | | 4 | 9 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, nipples, solo, completely_nude, looking_at_viewer, navel, medium_breasts, simple_background, white_background, veil, smile | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, blush, completely_nude, nipples, solo, collarbone, large_breasts, looking_at_viewer, veil, closed_mouth, medium_breasts, navel, smile, arms_behind_back, curtains, indoors, onsen, partially_submerged, stomach, water, wet | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, blush, collarbone, completely_nude, looking_at_viewer, navel, solo, stomach, water, wet, bangs, closed_mouth, day, nipples, outdoors, wading, armpits, cowboy_shot, veil, arm_up, blue_sky, groin, large_breasts, medium_breasts, smile, thighs, tree | | 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, bangs, crop_top, looking_at_viewer, midriff, navel, necklace, solo, veil, cleavage, collarbone, holding, closed_mouth, medium_breasts, official_alternate_costume, smile, blue_skirt, circlet, fire, see-through, standing, thighlet, bare_shoulders, blush, cowboy_shot, full_body, hand_up, large_breasts, light_blue_hair, pantyhose, torch | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1boy, 1girl, hetero, penis, solo_focus, veil, blush, nipples, large_breasts, looking_at_viewer, male_pubic_hair, mosaic_censoring, paizuri, pov, fellatio, breasts_squeezed_together | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, obi, solo, veil, full_body, hagoita, holding, sandals, simple_background, wide_sleeves, floral_print, hair_ornament, hanetsuki, long_sleeves, looking_at_viewer, open_mouth, blue_kimono, flower, grey_background, hair_tubes, smile, tabi | | 10 | 9 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, cum_in_pussy, hetero, multiple_boys, multiple_penises, nipples, rape, mosaic_censoring, solo_focus, cum_on_body, gangbang, large_breasts, vaginal, veil, blush, asymmetrical_legwear, breast_grab, gloves, grabbing, navel, pantyhose, tears, anal, facial, open_mouth, spread_legs | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | elbow_gloves | fingerless_gloves | solo | veil | white_dress | white_gloves | water | open_mouth | looking_at_viewer | necklace | pendant | ribbon | dress | simple_background | smile | white_background | jewelry | mouth_veil | barefoot | anklet | full_body | spear | holding_weapon | dakimakura_(medium) | on_back | blush | ripples | nipples | completely_nude | navel | medium_breasts | collarbone | large_breasts | closed_mouth | arms_behind_back | curtains | indoors | onsen | partially_submerged | stomach | wet | bangs | day | outdoors | wading | armpits | cowboy_shot | arm_up | blue_sky | groin | thighs | tree | crop_top | midriff | cleavage | holding | official_alternate_costume | blue_skirt | circlet | fire | see-through | standing | thighlet | bare_shoulders | hand_up | light_blue_hair | pantyhose | torch | 1boy | hetero | penis | solo_focus | male_pubic_hair | mosaic_censoring | paizuri | pov | fellatio | breasts_squeezed_together | obi | hagoita | sandals | wide_sleeves | floral_print | hair_ornament | hanetsuki | long_sleeves | blue_kimono | flower | grey_background | hair_tubes | tabi | cum_in_pussy | multiple_boys | multiple_penises | rape | cum_on_body | gangbang | vaginal | asymmetrical_legwear | breast_grab | gloves | grabbing | tears | anal | facial | spread_legs | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:---------------|:--------------------|:-------|:-------|:--------------|:---------------|:--------|:-------------|:--------------------|:-----------|:----------|:---------|:--------|:--------------------|:--------|:-------------------|:----------|:-------------|:-----------|:---------|:------------|:--------|:-----------------|:----------------------|:----------|:--------|:----------|:----------|:------------------|:--------|:-----------------|:-------------|:----------------|:---------------|:-------------------|:-----------|:----------|:--------|:----------------------|:----------|:------|:--------|:------|:-----------|:---------|:----------|:--------------|:---------|:-----------|:--------|:---------|:-------|:-----------|:----------|:-----------|:----------|:-----------------------------|:-------------|:----------|:-------|:--------------|:-----------|:-----------|:-----------------|:----------|:------------------|:------------|:--------|:-------|:---------|:--------|:-------------|:------------------|:-------------------|:----------|:------|:-----------|:----------------------------|:------|:----------|:----------|:---------------|:---------------|:----------------|:------------|:---------------|:--------------|:---------|:------------------|:-------------|:-------|:---------------|:----------------|:-------------------|:-------|:--------------|:-----------|:----------|:-----------------------|:--------------|:---------|:-----------|:--------|:-------|:---------|:--------------| | 0 | 19 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | | | X | X | X | X | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | X | X | | X | X | | | | X | | X | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | X | | | X | | X | | | | X | | | | | | X | X | X | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 9 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | X | | | | | X | | | | | X | X | X | | | | | | | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | X | | | X | | X | | | | | | X | | | | | | | | | | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | X | | | X | | X | | | | | | X | | | | | | | | | | | X | | X | X | X | X | X | X | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | X | X | | | | | X | X | | | | | X | | | | | | X | | | | | X | | | | X | X | X | X | X | | | | | | | | X | | | | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | | X | | | | | X | | | | | | | | | | | | | | | | | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | X | X | | | | X | X | | | | | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | 10 | 9 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | | | | X | | | | X | | | | | | | | | | | | | | | | | | X | | X | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | X | | X | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/aqua_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:03:37+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T15:47:47+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of aqua (Fire Emblem) ============================= This is the dataset of aqua (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'blue\_hair, long\_hair, yellow\_eyes, hair\_between\_eyes, very\_long\_hair, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
3d6d648aa9630b243f02a8fed42b1b53c2770eab
# Dataset of citrinne/シトリニカ (Fire Emblem) This is the dataset of citrinne/シトリニカ (Fire Emblem), containing 144 images and their tags. The core tags of this character are `short_hair, blonde_hair, red_eyes, hair_ornament, breasts, bangs, medium_breasts, earrings`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:---------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 144 | 234.50 MiB | [Download](https://huggingface.co/datasets/CyberHarem/citrinne_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 144 | 127.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/citrinne_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 364 | 280.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/citrinne_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 144 | 207.53 MiB | [Download](https://huggingface.co/datasets/CyberHarem/citrinne_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 364 | 415.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/citrinne_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/citrinne_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cleavage, smile, solo, detached_sleeves, holding_book, looking_at_viewer, blush, brown_dress, necklace, open_mouth | | 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, dress, smile, solo, cleavage, upper_body, bare_shoulders, detached_sleeves, looking_at_viewer, necklace, official_alternate_costume | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, looking_at_viewer, navel, solo, long_sleeves, midriff, closed_mouth, crop_top, smile, stomach, arms_up, collarbone, shirt, simple_background, blush, choker, cleavage, on_back, pants, small_breasts, thighhighs, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cleavage | smile | solo | detached_sleeves | holding_book | looking_at_viewer | blush | brown_dress | necklace | open_mouth | dress | upper_body | bare_shoulders | official_alternate_costume | navel | long_sleeves | midriff | closed_mouth | crop_top | stomach | arms_up | collarbone | shirt | simple_background | choker | on_back | pants | small_breasts | thighhighs | white_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:--------|:-------|:-------------------|:---------------|:--------------------|:--------|:--------------|:-----------|:-------------|:--------|:-------------|:-----------------|:-----------------------------|:--------|:---------------|:----------|:---------------|:-----------|:----------|:----------|:-------------|:--------|:--------------------|:---------|:----------|:--------|:----------------|:-------------|:-------------------| | 0 | 9 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | | | X | | X | X | X | X | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | | | X | X | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/citrinne_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:03:42+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:31:14+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of citrinne/シトリニカ (Fire Emblem) ======================================= This is the dataset of citrinne/シトリニカ (Fire Emblem), containing 144 images and their tags. The core tags of this character are 'short\_hair, blonde\_hair, red\_eyes, hair\_ornament, breasts, bangs, medium\_breasts, earrings', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
5ca6e369f0e723c9c745452ba9a677b7f1dae159
# Dataset of hortensia/オルテンシア (Fire Emblem) This is the dataset of hortensia/オルテンシア (Fire Emblem), containing 156 images and their tags. The core tags of this character are `pink_hair, bangs, pink_eyes, breasts, hair_rings, multicolored_hair, facial_mark, bow`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 156 | 247.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hortensia_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 156 | 136.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hortensia_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 362 | 293.10 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hortensia_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 156 | 214.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hortensia_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 362 | 433.80 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hortensia_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/hortensia_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, heart, looking_at_viewer, open_mouth, smile, solo, one_eye_closed, juliet_sleeves, ;d, cleavage, red_rose, upper_body, white_background, simple_background, blush, streaked_hair, medium_breasts, v_over_eye | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, juliet_sleeves, looking_at_viewer, red_rose, smile, solo, simple_background, cleavage, heart_tattoo, medium_breasts, open_mouth, upper_body, green_background | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, hair_bow, looking_at_viewer, smile, solo, choker, earrings, upper_body, heart_hands, long_sleeves, open_mouth, black_gloves, cleavage, polka_dot_bow, purple_eyes, red_jacket, simple_background, streaked_hair | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | heart | looking_at_viewer | open_mouth | smile | solo | one_eye_closed | juliet_sleeves | ;d | cleavage | red_rose | upper_body | white_background | simple_background | blush | streaked_hair | medium_breasts | v_over_eye | heart_tattoo | green_background | hair_bow | choker | earrings | heart_hands | long_sleeves | black_gloves | polka_dot_bow | purple_eyes | red_jacket | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:--------------------|:-------------|:--------|:-------|:-----------------|:-----------------|:-----|:-----------|:-----------|:-------------|:-------------------|:--------------------|:--------|:----------------|:-----------------|:-------------|:---------------|:-------------------|:-----------|:---------|:-----------|:--------------|:---------------|:---------------|:----------------|:--------------|:-------------| | 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | X | X | X | X | | X | | X | X | X | | X | | | X | | X | X | | | | | | | | | | | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | X | X | X | X | | | | X | | X | | X | | X | | | | | X | X | X | X | X | X | X | X | X |
CyberHarem/hortensia_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:27:05+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:55:59+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of hortensia/オルテンシア (Fire Emblem) ========================================= This is the dataset of hortensia/オルテンシア (Fire Emblem), containing 156 images and their tags. The core tags of this character are 'pink\_hair, bangs, pink\_eyes, breasts, hair\_rings, multicolored\_hair, facial\_mark, bow', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
a3f246a51045405acfb831f7496aa6d482feaa8f
# Dataset of orochi/オロチ (Fire Emblem) This is the dataset of orochi/オロチ (Fire Emblem), containing 96 images and their tags. The core tags of this character are `long_hair, breasts, hair_ornament, purple_eyes, purple_hair, large_breasts, earrings`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 96 | 97.11 MiB | [Download](https://huggingface.co/datasets/CyberHarem/orochi_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 96 | 63.31 MiB | [Download](https://huggingface.co/datasets/CyberHarem/orochi_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 227 | 132.04 MiB | [Download](https://huggingface.co/datasets/CyberHarem/orochi_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 96 | 89.03 MiB | [Download](https://huggingface.co/datasets/CyberHarem/orochi_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 227 | 174.79 MiB | [Download](https://huggingface.co/datasets/CyberHarem/orochi_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/orochi_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------| | 0 | 19 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, jewelry, midriff, smile, looking_at_viewer, navel, cleavage, simple_background, bare_shoulders, white_background | | 1 | 13 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1boy, hetero, 1girl, penis, nipples, solo_focus, blush, jewelry, cum_on_breasts, facial, open_mouth, smile, nude, uncensored | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | jewelry | midriff | smile | looking_at_viewer | navel | cleavage | simple_background | bare_shoulders | white_background | 1boy | hetero | penis | nipples | solo_focus | blush | cum_on_breasts | facial | open_mouth | nude | uncensored | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:----------|:----------|:--------|:--------------------|:--------|:-----------|:--------------------|:-----------------|:-------------------|:-------|:---------|:--------|:----------|:-------------|:--------|:-----------------|:---------|:-------------|:-------|:-------------| | 0 | 19 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 1 | 13 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | X | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/orochi_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:27:14+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:48:33+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of orochi/オロチ (Fire Emblem) =================================== This is the dataset of orochi/オロチ (Fire Emblem), containing 96 images and their tags. The core tags of this character are 'long\_hair, breasts, hair\_ornament, purple\_eyes, purple\_hair, large\_breasts, earrings', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
bf2ac1c0ce5d2f4e75029a73c5c7d33dbd79f9ce
# Dataset of rinka/リンカ (Fire Emblem) This is the dataset of rinka/リンカ (Fire Emblem), containing 142 images and their tags. The core tags of this character are `dark_skin, dark-skinned_female, white_hair, red_eyes, breasts, facial_mark, muscular_female, mask_on_head, multicolored_hair, red_hair, short_hair, large_breasts, two-tone_hair, medium_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 142 | 200.47 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rinka_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 142 | 110.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rinka_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 371 | 237.98 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rinka_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 142 | 175.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rinka_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 371 | 335.39 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rinka_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/rinka_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 40 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, abs, mask, muscular, solo, navel, bandages, beads, necklace, midriff, looking_at_viewer, simple_background, chest_sarashi, club_(weapon), bare_shoulders, biceps | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, abs, long_hair, mask, muscular, navel, solo, bandeau, bangs, bare_shoulders, chest_sarashi, fire, looking_at_viewer, midriff, official_alternate_costume, standing, stomach, tube_top, bandages, full_body, simple_background, white_background, clenched_teeth, grin, holding_fan, lantern, pelvic_curtain, thigh_strap, thighs, uchiwa, whisker_markings | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, abs, mask, muscular, nipples, pussy, solo, completely_nude, female_pubic_hair, obliques, looking_at_viewer, navel, standing, uncensored, ass_visible_through_thighs, biceps, blush, cowboy_shot, facepaint, outdoors | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, hetero, penis, sex, vaginal, 1boy, abs, blush, cum_in_pussy, mask, muscular, nipples, necklace, open_mouth, solo_focus, faceless_male, girl_on_top, light_areolae, navel, nude, spread_legs, ahegao, bandages, bar_censor, beads, bottomless, straddling, sweat, tongue_out | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | abs | mask | muscular | solo | navel | bandages | beads | necklace | midriff | looking_at_viewer | simple_background | chest_sarashi | club_(weapon) | bare_shoulders | biceps | long_hair | bandeau | bangs | fire | official_alternate_costume | standing | stomach | tube_top | full_body | white_background | clenched_teeth | grin | holding_fan | lantern | pelvic_curtain | thigh_strap | thighs | uchiwa | whisker_markings | nipples | pussy | completely_nude | female_pubic_hair | obliques | uncensored | ass_visible_through_thighs | blush | cowboy_shot | facepaint | outdoors | hetero | penis | sex | vaginal | 1boy | cum_in_pussy | open_mouth | solo_focus | faceless_male | girl_on_top | light_areolae | nude | spread_legs | ahegao | bar_censor | bottomless | straddling | sweat | tongue_out | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:------|:-------|:-----------|:-------|:--------|:-----------|:--------|:-----------|:----------|:--------------------|:--------------------|:----------------|:----------------|:-----------------|:---------|:------------|:----------|:--------|:-------|:-----------------------------|:-----------|:----------|:-----------|:------------|:-------------------|:-----------------|:-------|:--------------|:----------|:-----------------|:--------------|:---------|:---------|:-------------------|:----------|:--------|:------------------|:--------------------|:-----------|:-------------|:-----------------------------|:--------|:--------------|:------------|:-----------|:---------|:--------|:------|:----------|:-------|:---------------|:-------------|:-------------|:----------------|:--------------|:----------------|:-------|:--------------|:---------|:-------------|:-------------|:-------------|:--------|:-------------| | 0 | 40 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | | | X | X | X | X | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | | | | | X | | | | | X | | | | | | X | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | X | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/rinka_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:27:18+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T15:01:39+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of rinka/リンカ (Fire Emblem) ================================== This is the dataset of rinka/リンカ (Fire Emblem), containing 142 images and their tags. The core tags of this character are 'dark\_skin, dark-skinned\_female, white\_hair, red\_eyes, breasts, facial\_mark, muscular\_female, mask\_on\_head, multicolored\_hair, red\_hair, short\_hair, large\_breasts, two-tone\_hair, medium\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
1f12faa2123474ed9714302c780952a1bb050876
# Dataset of kinu (Fire Emblem) This is the dataset of kinu (Fire Emblem), containing 262 images and their tags. The core tags of this character are `animal_ears, blonde_hair, fox_ears, yellow_eyes, fox_tail, multicolored_hair, tail, short_hair, streaked_hair, hair_ornament, breasts, brown_hair, two-tone_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 262 | 282.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kinu_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 262 | 167.36 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kinu_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 603 | 338.19 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kinu_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 262 | 251.53 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kinu_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 603 | 466.39 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kinu_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/kinu_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 14 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, fur_trim, solo, japanese_clothes, fingerless_gloves, white_gloves, open_mouth, simple_background, smile, white_background | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bangs, full_body, fur_trim, japanese_clothes, long_sleeves, sandals, shiny_hair, simple_background, solo, tabi, white_background, wide_sleeves, fingerless_gloves, smile, thigh_strap, looking_at_viewer | | 2 | 26 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, nipples, solo, blush, navel, censored, completely_nude, animal_ear_fluff, looking_at_viewer, open_mouth, smile, medium_breasts, spread_legs, fox_girl, pussy_juice, spread_pussy, anus | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, blush, cum_in_pussy, hetero, nipples, solo_focus, vaginal, open_mouth, animal_ear_fluff, bar_censor, medium_breasts, penis, spread_legs, female_pubic_hair, japanese_clothes, navel, overflow, bottomless, breasts_out, clothed_sex, cowgirl_position, fang, fingerless_gloves, heart-shaped_pupils, indoors, looking_at_viewer, smile, white_gloves | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, hetero, open_mouth, blush, nipples, sex_from_behind, solo_focus, doggystyle, large_breasts, nude, ahegao, closed_eyes, cum_on_body, saliva, sheet_grab, tears, tongue_out | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, solo, open_mouth, smile, looking_at_viewer, navel, hair_flower, large_breasts, red_bikini, side-tie_bikini_bottom | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1boy, 1girl, blush, fellatio, hetero, penis, solo_focus, heart, animal_ear_fluff, cum_in_mouth, large_breasts, uncensored | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | fur_trim | solo | japanese_clothes | fingerless_gloves | white_gloves | open_mouth | simple_background | smile | white_background | bangs | full_body | long_sleeves | sandals | shiny_hair | tabi | wide_sleeves | thigh_strap | looking_at_viewer | nipples | blush | navel | censored | completely_nude | animal_ear_fluff | medium_breasts | spread_legs | fox_girl | pussy_juice | spread_pussy | anus | 1boy | cum_in_pussy | hetero | solo_focus | vaginal | bar_censor | penis | female_pubic_hair | overflow | bottomless | breasts_out | clothed_sex | cowgirl_position | fang | heart-shaped_pupils | indoors | sex_from_behind | doggystyle | large_breasts | nude | ahegao | closed_eyes | cum_on_body | saliva | sheet_grab | tears | tongue_out | hair_flower | red_bikini | side-tie_bikini_bottom | fellatio | heart | cum_in_mouth | uncensored | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:-------|:-------------------|:--------------------|:---------------|:-------------|:--------------------|:--------|:-------------------|:--------|:------------|:---------------|:----------|:-------------|:-------|:---------------|:--------------|:--------------------|:----------|:--------|:--------|:-----------|:------------------|:-------------------|:-----------------|:--------------|:-----------|:--------------|:---------------|:-------|:-------|:---------------|:---------|:-------------|:----------|:-------------|:--------|:--------------------|:-----------|:-------------|:--------------|:--------------|:-------------------|:-------|:----------------------|:----------|:------------------|:-------------|:----------------|:-------|:---------|:--------------|:--------------|:---------|:-------------|:--------|:-------------|:--------------|:-------------|:-------------------------|:-----------|:--------|:---------------|:-------------| | 0 | 14 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 26 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | X | | | | X | | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | X | X | X | X | | X | | | | | | | | | | X | X | X | X | | | X | X | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | X | | | | | | | | | | | | | X | X | | | | | | | | | | | X | | X | X | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | X | | | | X | | X | | | | | | | | | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | X | X | X | | | | | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | | | | | | | | | | | | | | | | | X | | | | X | | | | | | | X | | X | X | | | X | | | | | | | | | | | | X | | | | | | | | | | | | X | X | X | X |
CyberHarem/kinu_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:27:20+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T15:21:54+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of kinu (Fire Emblem) ============================= This is the dataset of kinu (Fire Emblem), containing 262 images and their tags. The core tags of this character are 'animal\_ears, blonde\_hair, fox\_ears, yellow\_eyes, fox\_tail, multicolored\_hair, tail, short\_hair, streaked\_hair, hair\_ornament, breasts, brown\_hair, two-tone\_hair', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
f1c5b0bd67845178c90fa1b3c5299b207cc7f1aa
# Dataset Card for "SemEval_traindata_emotions" Как был получен ```python from datasets import load_dataset import datasets from torchvision.io import read_video import json import torch import os from torch.utils.data import Dataset, DataLoader import tqdm dataset_path = "./SemEval-2024_Task3/training_data/Subtask_2_train.json" dataset = json.loads(open(dataset_path).read()) print(len(dataset)) all_conversations = [] for item in dataset: all_conversations.extend(item["conversation"]) print(len(all_conversations)) all_data = datasets.Dataset.from_list(all_conversations) all_data = all_data.train_test_split( test_size=0.08, seed=42, ) all_data.push_to_hub( "dim/SemEval_training_data_emotions", token=open("./hf_token").read(), ) ```
dim/SemEval_training_data_emotions
[ "region:us" ]
2024-01-17T14:36:07+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "utterance_ID", "dtype": "int64"}, {"name": "text", "dtype": "string"}, {"name": "speaker", "dtype": "string"}, {"name": "emotion", "dtype": "string"}, {"name": "video_name", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1198989.1453851238, "num_examples": 12529}, {"name": "test", "num_bytes": 104309.85461487627, "num_examples": 1090}], "download_size": 614184, "dataset_size": 1303299.0}}
2024-01-17T14:41:17+00:00
[]
[]
TAGS #region-us
# Dataset Card for "SemEval_traindata_emotions" Как был получен
[ "# Dataset Card for \"SemEval_traindata_emotions\"\n\nКак был получен" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"SemEval_traindata_emotions\"\n\nКак был получен" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"SemEval_traindata_emotions\"\n\nКак был получен" ]
[ -0.11016419529914856, 0.12613709270954132, -0.008139451965689659, 0.07080559432506561, 0.1356165111064911, 0.08328510820865631, 0.02696899138391018, 0.01373387686908245, 0.051708269864320755, 0.027896568179130554, 0.09888691455125809, 0.08510442078113556, -0.0065782819874584675, 0.08211725205183029, -0.03491850942373276, -0.0733383372426033, 0.04660235345363617, 0.007054928690195084, 0.031166650354862213, 0.05350933596491814, 0.024686263874173164, -0.05380788818001747, 0.12884312868118286, -0.05913266912102699, -0.16811813414096832, 0.14060865342617035, -0.01944076456129551, 0.04568906128406525, 0.10388348996639252, -0.029664399102330208, 0.07114766538143158, 0.0031066974624991417, 0.02755652740597725, -0.23019154369831085, 0.049303747713565826, -0.017865793779492378, -0.06218058988451958, -0.013627002015709877, -0.032525062561035156, -0.19103966653347015, 0.042879510670900345, 0.00035669966018758714, 0.02722420170903206, 0.0017443503020331264, -0.07221054285764694, -0.059146855026483536, -0.0504930354654789, -0.08875742554664612, 0.0661836564540863, 0.047544270753860474, 0.044657137244939804, 0.08131161332130432, -0.15862834453582764, 0.0690874457359314, 0.22989876568317413, 0.12072699517011642, 0.006415968760848045, 0.025067973881959915, -0.07056029886007309, -0.012671503238379955, -0.049454379826784134, 0.02169390395283699, 0.08969474583864212, -0.053192202001810074, -0.07321097701787949, -0.06572090834379196, -0.07068723440170288, 0.13268887996673584, -0.04706886410713196, -0.08865191787481308, 0.25977209210395813, 0.07634104788303375, 0.026693658903241158, 0.10198325663805008, -0.06764166057109833, -0.17595554888248444, 0.0526740625500679, -0.003809352172538638, 0.07925844192504883, 0.02299857698380947, 0.04217267781496048, 0.03977130725979805, -0.11164029687643051, -0.09922339767217636, -0.07605259120464325, 0.05158381909132004, -0.03729869797825813, 0.1548297256231308, -0.14986684918403625, -0.07158643007278442, -0.07785483449697495, 0.047843087464571, 0.04689740389585495, -0.09176238626241684, -0.05861172452569008, 0.0706336721777916, -0.053644049912691116, -0.16582272946834564, 0.018233446404337883, 0.06761031597852707, 0.061721429228782654, 0.027822943404316902, 0.08135339617729187, 0.04378274455666542, 0.1768619865179062, -0.027897141873836517, 0.025366490706801414, 0.02105008065700531, -0.08956215530633926, -0.14593718945980072, 0.014164993539452553, -0.08427858352661133, -0.10557427257299423, 0.02721533551812172, -0.09297212213277817, 0.020996809005737305, -0.15913225710391998, -0.045875001698732376, -0.12699948251247406, 0.024667339399456978, -0.12494133412837982, -0.04155208170413971, 0.031927160918712616, -0.010822338983416557, -0.04532591626048088, 0.046196676790714264, -0.0669262632727623, -0.01700815185904503, 0.1095506027340889, 0.09214793145656586, -0.033505018800497055, -0.00133354717399925, -0.06282883137464523, 0.01967982016503811, 0.0721077099442482, -0.2286742478609085, 0.10187404602766037, -0.1311282217502594, -0.4157141447067261, -0.0751398578286171, 0.021491639316082, -0.007379296701401472, 0.10321752727031708, -0.08017898350954056, 0.10344067215919495, 0.050040941685438156, -0.02774685248732567, -0.07239286601543427, -0.060279637575149536, -0.034818392246961594, -0.023351604118943214, 0.08933503925800323, -0.143774151802063, 0.0033422017004340887, -0.1603572964668274, 0.032436735928058624, 0.16734802722930908, 0.04162058234214783, -0.09465941786766052, 0.23048987984657288, 0.0693231076002121, 0.07307819277048111, -0.07505793869495392, 0.05005703121423721, 0.000718677241820842, 0.17326296865940094, -0.41067448258399963, -0.10890646278858185, 0.12555348873138428, -0.1500992774963379, -0.08812317997217178, 0.04656287655234337, -0.07074117660522461, 0.016801297664642334, 0.08015014976263046, 0.3968895375728607, -0.011455337516963482, 0.04718707874417305, -0.020465297624468803, 0.0668896734714508, -0.15681342780590057, -0.16951769590377808, 0.03753821924328804, 0.04414641112089157, -0.09195096045732498, 0.053523287177085876, 0.19410791993141174, 0.058509256690740585, -0.06267504394054413, -0.08729107677936554, -0.003756840480491519, -0.1505289077758789, 0.01657317578792572, 0.06482620537281036, 0.03882231190800667, -0.10378266125917435, 0.1677379608154297, 0.04440734535455704, 0.08784792572259903, 0.0036685785744339228, 0.027977358549833298, -0.03181005269289017, 0.07026918977499008, 0.07551265507936478, -0.0033693243749439716, -0.046319443732500076, 0.015273489989340305, -0.0660543292760849, 0.08825496584177017, -0.011195763014256954, 0.03911290317773819, 0.08998808264732361, -0.07532572001218796, 0.02101912908256054, -0.009519710205495358, 0.04122835770249367, 0.0863581970334053, 0.04932118579745293, -0.15957269072532654, 0.07010608911514282, -0.08743150532245636, -0.015265910886228085, 0.000958448916207999, 0.04067349433898926, 0.13388587534427643, 0.02104025147855282, 0.011208253912627697, -0.06430897116661072, 0.017821943387389183, 0.04017924144864082, -0.018243765458464622, 0.02560599334537983, 0.03163309395313263, -0.02529098093509674, -0.04914737492799759, 0.0674835667014122, -0.0754433423280716, 0.0785386934876442, 0.0845535546541214, -0.06328685581684113, -0.0065027521923184395, -0.05663049593567848, 0.0010889210971072316, 0.035727608948946, -0.007407095283269882, -0.02728979103267193, -0.10365939885377884, -0.07101459056138992, 0.023540107533335686, 0.016583705320954323, 0.04226100072264671, 0.03188306465744972, -0.08786728978157043, -0.1288633495569229, 0.0639500841498375, 0.0841914489865303, 0.08864109218120575, 0.14007392525672913, 0.10315627604722977, -0.04823308065533638, 0.20447921752929688, -0.013479677028954029, 0.0026352833956480026, -0.06181061267852783, -0.14809967577457428, -0.08618426322937012, 0.1330515444278717, -0.2511637210845947, -0.07379397004842758, -0.005487547721713781, -0.004974347073584795, 0.05219779536128044, -0.08889372646808624, -0.12938334047794342, 0.0436212383210659, -0.006476058624684811, 0.009687305428087711, 0.043389927595853806, -0.04801761731505394, 0.03669338673353195, -0.079525887966156, -0.011313267983496189, 0.05184263736009598, 0.006043164525181055, -0.09338919073343277, 0.09135428071022034, -0.24823838472366333, -0.15313240885734558, -0.11109251528978348, -0.05222461372613907, -0.041716694831848145, 0.07336526364088058, 0.04727696627378464, -0.25254178047180176, -0.009357218630611897, -0.02307700179517269, -0.01984492875635624, -0.1173834353685379, 0.03308814391493797, 0.06356172263622284, -0.00022289469779934734, -0.10245798528194427, -0.05686325207352638, -0.0014654530677944422, -0.09640295058488846, 0.14629414677619934, 0.10386767238378525, -0.07921236008405685, 0.24691160023212433, 0.15024973452091217, 0.024686751887202263, 0.06464216858148575, -0.04997897148132324, 0.14647632837295532, 0.02821812778711319, -0.10981341451406479, 0.06345224380493164, -0.05382800102233887, 0.02337460033595562, 0.16197469830513, 0.03279116749763489, -0.16344968974590302, -0.00967136025428772, 0.05085478350520134, -0.2055417001247406, -0.20815832912921906, -0.05089879408478737, 0.02371367998421192, 0.2495763599872589, -0.09929250180721283, 0.0737428292632103, -0.02380288764834404, 0.09270913898944855, 0.17060618102550507, -0.11459147185087204, -0.09677928686141968, -0.015052901580929756, -0.03477473184466362, -0.02909909375011921, -0.058929916471242905, -0.06991032510995865, 0.014572431333363056, 0.19822588562965393, 0.09883800894021988, 0.0828341543674469, 0.08331245929002762, 0.13917763531208038, 0.055570051074028015, 0.023585980758070946, 0.015242444351315498, 0.0544329434633255, -0.003732368815690279, -0.03925761207938194, -0.05729545280337334, 0.08969517797231674, -0.1399078667163849, 0.10879658162593842, 0.01940949447453022, 0.02839350700378418, -0.11866910755634308, 0.04170648381114006, 0.12102741748094559, -0.01882336288690567, 0.015526734292507172, -0.10120348632335663, 0.09596258401870728, 0.07653553783893585, 0.09293505549430847, 0.06622205674648285, 0.08897393941879272, 0.07416312396526337, -0.018368786200881004, 0.07335922867059708, 0.08570197969675064, 0.029348213225603104, -0.1054026260972023, 0.06255822628736496, -0.14044490456581116, -0.10468267649412155, 0.02090473845601082, 0.09097018092870712, -0.19046667218208313, 0.18514113128185272, -0.024121729657053947, -0.11562266945838928, 0.008616572245955467, -0.06775423884391785, -0.02105877734720707, 0.08494376391172409, 0.11095508188009262, 0.0657353401184082, -0.1742812693119049, -0.15058200061321259, 0.017251111567020416, 0.0004953289171680808, 0.09917972981929779, -0.027356276288628578, -0.10225813090801239, 0.054442260414361954, 0.0036598059814423323, -0.011147081851959229, 0.05677882581949234, 0.027668368071317673, -0.09670725464820862, -0.04093403369188309, 0.10463792830705643, -0.11556000262498856, 0.0566144734621048, -0.021226024255156517, -0.05064154043793678, 0.11104483902454376, 0.11794766783714294, 0.034541159868240356, -0.09167074412107468, -0.05746854841709137, -0.011357533745467663, -0.009073853492736816, -0.0010484668891876936, 0.05452179163694382, -0.014077265746891499, -0.044010356068611145, -0.10138900578022003, 0.05760880559682846, -0.056787215173244476, 0.04879015311598778, -0.11923402547836304, 0.008611378259956837, 0.03353730961680412, 0.001224015955813229, -0.011968615464866161, -0.029354577884078026, -0.053473226726055145, -0.07958721369504929, 0.22428151965141296, 0.2067924588918686, -0.10669722408056259, 0.16699452698230743, 0.08251677453517914, -0.019342204555869102, 0.07611726224422455, -0.09435462951660156, 0.14572589099407196, 0.28985822200775146, -0.06501907855272293, 0.20423442125320435, 0.12932349741458893, -0.1362312287092209, -0.23067006468772888, 0.05401279777288437, -0.13483762741088867, -0.0036299137864261866, 0.08374238759279251, -0.14743562042713165, -0.00037623028038069606, 0.09446817636489868, 0.001996442209929228, -0.09329026192426682, -0.2043936848640442, -0.05145133659243584, 0.17772434651851654, 0.09998676925897598, 0.5798704624176025, -0.13534457981586456, -0.07902194559574127, -0.19911156594753265, -0.03771252930164337, 0.171206995844841, -0.15040606260299683, -0.04713572934269905, 0.0000400062526750844, 0.18537399172782898, 0.012351256795227528, 0.0012150189140811563, 0.20351484417915344, 0.14103779196739197, 0.163529172539711, -0.06953996419906616, 0.011600380763411522, 0.042146049439907074, -0.06893765181303024, 0.04771087318658829, 0.023859739303588867, 0.020673587918281555, -0.18703478574752808, -0.024415969848632812, -0.049935948103666306, 0.041184429079294205, 0.08477932959794998, -0.02821989543735981, -0.12771064043045044, -0.0773991122841835, 0.01467874925583601, -0.03907254338264465, -0.07963849604129791, 0.02659599669277668, -0.12969180941581726, 0.00241638720035553, 0.04538504406809807, -0.044978540390729904, -0.027031686156988144, 0.004807846155017614, -0.038808781653642654, 0.04673067852854729, -0.06885673105716705, 0.012941454537212849, 0.08888858556747437, 0.016070621088147163, 0.11487876623868942, 0.05591844767332077, -0.0932372435927391, 0.08284825831651688, 0.08889427781105042, -0.14123253524303436, -0.035007547587156296, -0.005078563001006842, -0.0810534656047821, 0.06914518028497696, 0.03378640115261078, -0.011123576201498508, 0.058261170983314514, 0.022189874202013016, -0.035793304443359375, 0.02572011761367321, 0.014178485609591007, 0.08306455612182617, 0.07575607299804688, -0.05508964881300926, -0.12862169742584229, 0.18183745443820953, -0.1042775809764862, -0.21910639107227325, 0.10558425635099411, 0.0008798203198239207, -0.06364816427230835, -0.04749929904937744, 0.04052165523171425, 0.34984317421913147, -0.24280624091625214, -0.12781879305839539, -0.08961541205644608, -0.061107657849788666, 0.038209106773138046, 0.19728273153305054, 0.07550863921642303, 0.0841047540307045, 0.011119415983557701, 0.03466005250811577, 0.025570161640644073, -0.016532210633158684, 0.09949460625648499, 0.04137761518359184, -0.10339446365833282, -0.1938953995704651, -0.07494072616100311, 0.12949159741401672, -0.04323646053671837, -0.027975553646683693, -0.14118945598602295, 0.05562291666865349, -0.12485373765230179, 0.022524110972881317, -0.011721719987690449, -0.011561662890017033, 0.11000043898820877, 0.07787983864545822, 0.01775260455906391, -0.05663011968135834, -0.11100465804338455, 0.12531223893165588, 0.05490388348698616, 0.037074457854032516, -0.10771150887012482, -0.050922639667987823, 0.08204227685928345, 0.029717734083533287, 0.0794440284371376, 0.15542368590831757, 0.031040851026773453, 0.13175855576992035, -0.25091755390167236, -0.03733573108911514, 0.14917536079883575, -0.03179614618420601, 0.02632499486207962, 0.18389369547367096, -0.0542052797973156, 0.02521960251033306, -0.07826734334230423, -0.0033617231529206038, 0.015736088156700134, -0.030935663729906082, 0.08436404913663864, 0.08716835826635361, -0.19680124521255493, -0.02464243955910206, -0.07279467582702637, 0.12432774901390076, 0.0805792510509491, 0.0590180866420269, 0.04066326841711998, 0.030636845156550407, 0.07213477045297623, -0.0035469243302941322, 0.06870649009943008, -0.03645957261323929, -0.1882917732000351, -0.015019567683339119, 0.006233106832951307, -0.023648058995604515, 0.31557267904281616, 0.08962128311395645, -0.06859521567821503, -0.07026240229606628, 0.09081580489873886, 0.10453528165817261, 0.03410818427801132, 0.15860052406787872, 0.04313823953270912, -0.023764440789818764, -0.04564463719725609, 0.09932956099510193, 0.08659146726131439, 0.16877633333206177, 0.045858900994062424, -0.07333143055438995, 0.05883712321519852, 0.14616267383098602, -0.006470936816185713, 0.059181150048971176, 0.07466121017932892, -0.13811001181602478, -0.12400820106267929, 0.01836230605840683, 0.03829503059387207, 0.18102943897247314, 0.08294529467821121, 0.04670562967658043, 0.09232316166162491, 0.010633737780153751, -0.0966283455491066, -0.16498571634292603, -0.15623505413532257, -0.056847214698791504, -0.15440633893013, 0.0700104758143425, -0.10698970407247543, -0.023494185879826546, 0.038621947169303894, 0.033992182463407516, 0.04307808354496956, 0.013648278079926968, -0.021765420213341713, 0.09067174047231674, -0.024184253066778183, -0.05508682131767273, -0.15897317230701447, -0.007737393490970135, -0.0730295479297638, 0.020113252103328705, -0.0809086337685585, -0.0482339933514595, -0.010165225714445114, 0.008140417747199535, -0.038238175213336945, -0.11383064091205597, -0.03376537188887596, -0.06041102483868599, -0.01945769600570202, -0.0735955461859703, -0.056488752365112305, 0.04412071034312248, -0.0061947968788445, 0.0001134723424911499, 0.07395821064710617, 0.020144348964095116, 0.2400396764278412, -0.030896291136741638, -0.13813310861587524, -0.02855715900659561, 0.13972310721874237, -0.0576765239238739, -0.07646732032299042, -0.07734469324350357, 0.11709872633218765, 0.19694998860359192, -0.02520366571843624, 0.027226511389017105, -0.05528593063354492, 0.07199453562498093, -0.07776155322790146, 0.09005962312221527, 0.003228914923965931, -0.09685864299535751, -0.019499067217111588, 0.015639055520296097, -0.03594854101538658, -0.06274723261594772, 0.025925030931830406, 0.08008945733308792, 0.06480686366558075, 0.01244386937469244, -0.10195775330066681, 0.08664519339799881, -0.24163274466991425, 0.06348498165607452, 0.16378313302993774, -0.11757860332727432, -0.007812056690454483, -0.015765894204378128, 0.15301892161369324, 0.08002950996160507, 0.04750664904713631, -0.03558458760380745, -0.0803566724061966, 0.08882316946983337, 0.030690142884850502, -0.47114476561546326, -0.22833648324012756, 0.05573286488652229, -0.030574997887015343, 0.07781863957643509, -0.11635998636484146, 0.009593457914888859, 0.015112573280930519, 0.05782662332057953, -0.007932371459901333, 0.0683012455701828, 0.02859128825366497, 0.038343679159879684, -0.10977361351251602, 0.13534080982208252, -0.044272828847169876, 0.034494396299123764, -0.0009093558765016496, -0.08811839669942856, -0.058874864131212234, 0.05362129211425781, -0.024177812039852142, -0.0053078848868608475, 0.10589148104190826, -0.1130126342177391, 0.027040116488933563, -0.0022346514742821455, 0.03084244579076767, 0.06250663846731186, -0.025430340319871902, 0.017476797103881836, -0.07748376578092575, -0.1305137574672699, 0.049964290112257004, 0.009793396107852459, -0.06491082906723022, 0.2745363116264343, 0.03108845464885235, -0.07337678968906403, -0.05509065091609955, -0.12521450221538544, 0.032080039381980896, 0.0006988548557274044, 0.04557202011346817, 0.09203306585550308, 0.09921832382678986, -0.04220764711499214, -0.028727838769555092, 0.12258081883192062, 0.10117093473672867, 0.007717984262853861, -0.14857569336891174 ]
cfdd09d098472e44bf09334ef47cd7e5e406ec3e
# Dataset of aversa/インバース (Fire Emblem) This is the dataset of aversa/インバース (Fire Emblem), containing 62 images and their tags. The core tags of this character are `long_hair, breasts, white_hair, facial_mark, dark-skinned_female, dark_skin, large_breasts, red_eyes`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 62 | 75.65 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aversa_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 62 | 43.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aversa_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 131 | 83.90 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aversa_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 62 | 66.79 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aversa_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 131 | 120.03 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aversa_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/aversa_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 37 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, cleavage, looking_at_viewer, thighhighs, smile, nail_polish, simple_background, bridal_gauntlets, navel, black_nails, book, dress, jewelry, long_fingernails, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | cleavage | looking_at_viewer | thighhighs | smile | nail_polish | simple_background | bridal_gauntlets | navel | black_nails | book | dress | jewelry | long_fingernails | white_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-----------|:--------------------|:-------------|:--------|:--------------|:--------------------|:-------------------|:--------|:--------------|:-------|:--------|:----------|:-------------------|:-------------------| | 0 | 37 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/aversa_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:36:57+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T14:48:04+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of aversa/インバース (Fire Emblem) ===================================== This is the dataset of aversa/インバース (Fire Emblem), containing 62 images and their tags. The core tags of this character are 'long\_hair, breasts, white\_hair, facial\_mark, dark-skinned\_female, dark\_skin, large\_breasts, red\_eyes', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
52c34f921753108dd3a21d8b1155972ed6e81bc5
# Dataset of nono (Fire Emblem) This is the dataset of nono (Fire Emblem), containing 405 images and their tags. The core tags of this character are `long_hair, pointy_ears, purple_eyes, green_hair, ahoge, ponytail, breasts, blonde_hair, small_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 405 | 446.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nono_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 405 | 265.03 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nono_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 891 | 531.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nono_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 405 | 398.41 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nono_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 891 | 727.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nono_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/nono_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 61 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cape, solo, gloves, smile, circlet, navel, open_mouth, midriff, looking_at_viewer, shorts, belt, garter_straps, boots, simple_background, flat_chest, pink_bow, pink_thighhighs | | 1 | 25 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, solo, witch_hat, circlet, open_mouth, shorts, smile, halloween_costume, navel, midriff, sleeves_past_wrists, bow, looking_at_viewer, simple_background, belt, wide_sleeves, alternate_costume, broom_riding, boots, full_body | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, blush, cum_in_pussy, hetero, navel, penis, solo_focus, 1boy, circlet, gloves, nipples, sex, vaginal, open_mouth, spread_legs, thighhighs, mosaic_censoring, smile, boots, cape, tears | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, blush, circlet, fellatio, hetero, penis, solo_focus, cum_in_mouth, heart, one_eye_closed, pov, loli, mosaic_censoring, simple_background, witch_hat | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, circlet, hetero, paizuri, penis, solo_focus, blush, ejaculation, nipples, gloves, open_mouth, uncensored, cum_on_breasts, heart, huge_breasts, jewelry, nude, simple_background, smile, tongue_out | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cape | solo | gloves | smile | circlet | navel | open_mouth | midriff | looking_at_viewer | shorts | belt | garter_straps | boots | simple_background | flat_chest | pink_bow | pink_thighhighs | witch_hat | halloween_costume | sleeves_past_wrists | bow | wide_sleeves | alternate_costume | broom_riding | full_body | blush | cum_in_pussy | hetero | penis | solo_focus | 1boy | nipples | sex | vaginal | spread_legs | thighhighs | mosaic_censoring | tears | fellatio | cum_in_mouth | heart | one_eye_closed | pov | loli | paizuri | ejaculation | uncensored | cum_on_breasts | huge_breasts | jewelry | nude | tongue_out | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-------|:---------|:--------|:----------|:--------|:-------------|:----------|:--------------------|:---------|:-------|:----------------|:--------|:--------------------|:-------------|:-----------|:------------------|:------------|:--------------------|:----------------------|:------|:---------------|:--------------------|:---------------|:------------|:--------|:---------------|:---------|:--------|:-------------|:-------|:----------|:------|:----------|:--------------|:-------------|:-------------------|:--------|:-----------|:---------------|:--------|:-----------------|:------|:-------|:----------|:--------------|:-------------|:-----------------|:---------------|:----------|:-------|:-------------| | 0 | 61 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 25 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | X | | X | X | X | X | X | X | X | X | | X | X | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | X | X | X | X | X | | | | | | X | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | X | | | | | | | | | X | | | | X | | | | | | | | X | | X | X | X | X | | | | | | X | | X | X | X | X | X | X | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | X | X | | X | | | | | | | X | | | | | | | | | | | | X | | X | X | X | X | X | | | | | | | | | X | | | | X | X | X | X | X | X | X | X |
CyberHarem/nono_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:37:05+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T15:55:43+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of nono (Fire Emblem) ============================= This is the dataset of nono (Fire Emblem), containing 405 images and their tags. The core tags of this character are 'long\_hair, pointy\_ears, purple\_eyes, green\_hair, ahoge, ponytail, breasts, blonde\_hair, small\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
3dc42886bdb38338e6cc03b5093c28b5b5694d0b
# Dataset Card for "Vietnamese-Book-Corpus" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tmnam20/Vietnamese-Book-Corpus
[ "region:us" ]
2024-01-17T14:38:52+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3716689262, "num_examples": 16407}], "download_size": 1923451913, "dataset_size": 3716689262}}
2024-01-17T14:44:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Vietnamese-Book-Corpus" More Information needed
[ "# Dataset Card for \"Vietnamese-Book-Corpus\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Vietnamese-Book-Corpus\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Vietnamese-Book-Corpus\"\n\nMore Information needed" ]
[ -0.0382121242582798, 0.23880133032798767, -0.0013796373968943954, 0.02346227876842022, 0.05720962584018707, 0.08074073493480682, 0.14975211024284363, 0.06413450092077255, 0.09785061329603195, -0.06904058903455734, 0.06271050870418549, 0.0039032595232129097, 0.07300841063261032, 0.1466454416513443, -0.002505568554624915, -0.1466405838727951, 0.06938318908214569, 0.08474572002887726, -0.047809045761823654, -0.009899873286485672, -0.03703470900654793, -0.03467090427875519, 0.12570147216320038, -0.10004916042089462, -0.07142274081707001, 0.0369064137339592, -0.145652174949646, -0.05175129324197769, 0.044326480478048325, -0.11089762300252914, 0.13964472711086273, -0.022195320576429367, 0.008669376373291016, -0.11366826295852661, 0.0020134421065449715, -0.03162452206015587, -0.10909675806760788, 0.01061183214187622, -0.040325332432985306, -0.0541258342564106, 0.13233692944049835, -0.05379215627908707, 0.048368848860263824, -0.06831949949264526, -0.11497332900762558, -0.24300850927829742, -0.11955808103084564, -0.007297605276107788, 0.03954815864562988, -0.036311741918325424, 0.06546563655138016, 0.11673764884471893, -0.07516706734895706, 0.010774685069918633, 0.02642122097313404, -0.09497380256652832, 0.015299657359719276, 0.26434874534606934, 0.0653059259057045, 0.11220439523458481, -0.08713971823453903, 0.06039753556251526, 0.07957369089126587, 0.0067559899762272835, -0.06341680884361267, -0.10543172061443329, -0.07841940224170685, 0.11190573871135712, 0.0141687523573637, -0.03959649056196213, 0.34620994329452515, -0.028878439217805862, 0.0005343970260582864, 0.09548981487751007, -0.005134007427841425, -0.10214550793170929, -0.0024514992255717516, 0.02423694171011448, 0.047647807747125626, 0.03101137839257717, 0.17642129957675934, -0.08693430572748184, -0.07468502968549728, -0.13272958993911743, -0.13573232293128967, -0.15611697733402252, -0.06537497043609619, 0.09891127049922943, -0.10313039273023605, -0.04940395802259445, -0.18920183181762695, 0.019022686406970024, -0.00483216717839241, -0.06132661551237106, 0.02193921059370041, -0.001116208964958787, 0.08461756259202957, 0.10458020865917206, 0.02774544432759285, 0.013430614955723286, 0.027152501046657562, 0.084818035364151, -0.17818523943424225, 0.12382946908473969, 0.11941482126712799, 0.013154995627701283, 0.026201557368040085, 0.026864442974328995, -0.07024988532066345, -0.07624444365501404, 0.008435875177383423, -0.040632106363773346, -0.1559477150440216, 0.022142449393868446, -0.06038360670208931, 0.0011736092856153846, -0.13945583999156952, -0.09904580563306808, -0.02307407185435295, -0.023673836141824722, 0.2718513309955597, -0.05512486770749092, -0.01186413411051035, -0.033772632479667664, -0.048093222081661224, 0.03118376061320305, 0.009710133075714111, -0.02881554886698723, 0.0176995862275362, 0.07904937118291855, 0.003344671567901969, 0.010083168745040894, -0.0378585010766983, 0.025205431506037712, 0.0970701351761818, -0.19634684920310974, 0.029117941856384277, 0.010546285659074783, -0.3072361648082733, 0.028914926573634148, 0.11108766496181488, -0.07854728400707245, 0.16635002195835114, -0.025795189663767815, 0.07319849729537964, -0.019312674179673195, 0.02316030114889145, 0.08025193214416504, -0.06852047145366669, 0.036677245050668716, -0.03638879209756851, 0.1579914540052414, -0.2269391417503357, 0.04639960080385208, -0.04272381216287613, 0.08642680943012238, -0.15620051324367523, -0.014460128732025623, -0.1090373694896698, 0.04324866458773613, 0.04648887738585472, -0.007993360981345177, -0.08784151077270508, 0.028936289250850677, -0.07851970940828323, 0.0247885100543499, -0.2110571712255478, -0.02641001157462597, 0.14009030163288116, -0.15852858126163483, -0.19062012434005737, 0.054825279861688614, -0.03722929209470749, 0.10537885874509811, -0.031039990484714508, 0.33883750438690186, 0.033363375812768936, -0.035078857094049454, 0.02112666890025139, 0.15739168226718903, -0.10464584082365036, -0.23993206024169922, 0.060604073107242584, 0.021816886961460114, -0.136581689119339, 0.025591233745217323, 0.12309625744819641, -0.12906980514526367, 0.018654562532901764, -0.07008291035890579, 0.028401585295796394, -0.11605975031852722, 0.1428467482328415, 0.0675819143652916, 0.08511287719011307, -0.02651035785675049, 0.18478378653526306, 0.10917402058839798, 0.073524110019207, 0.028757967054843903, -0.06760630011558533, 0.06267126649618149, 0.047577034682035446, -0.005782558117061853, 0.0018493594834581017, -0.10071013122797012, 0.06271062791347504, 0.02788531966507435, 0.04342726990580559, 0.024277325719594955, 0.041105955839157104, 0.04306187480688095, 0.030312901362776756, -0.08233451843261719, 0.10081134736537933, 0.08391449600458145, 0.03155892342329025, 0.036653682589530945, 0.04092070460319519, 0.13292567431926727, -0.03535258397459984, -0.04164769873023033, -0.1824062615633011, -0.03988317772746086, 0.09110567718744278, -0.00848248228430748, 0.018971331417560577, 0.047183580696582794, 0.04536278173327446, 0.04422993212938309, -0.007302751764655113, -0.03366193547844887, 0.016453836113214493, -0.03185826167464256, 0.03915616497397423, 0.005690638441592455, -0.04228854924440384, 0.18257714807987213, 0.1839454025030136, -0.01638098433613777, 0.015218392945826054, -0.11939838528633118, 0.06978120654821396, -0.03242633864283562, -0.10050017386674881, 0.11533276736736298, -0.12523208558559418, -0.0694020465016365, 0.12330160290002823, -0.08655952662229538, 0.059878066182136536, 0.025702878832817078, -0.03013688512146473, -0.08147038519382477, 0.07575763761997223, 0.12882253527641296, -0.21088291704654694, 0.19684772193431854, 0.19556903839111328, 0.0628470852971077, 0.23456786572933197, 0.0005053969216533005, 0.004354308359324932, -0.029323801398277283, -0.008123830892145634, -0.032246947288513184, 0.2399650514125824, -0.1931811273097992, -0.004976975731551647, 0.058449193835258484, 0.0604214146733284, 0.05066941678524017, -0.15468555688858032, -0.09807194769382477, -0.04671642556786537, -0.029960131272673607, -0.1058502197265625, 0.015513746999204159, 0.025024747475981712, 0.047962870448827744, 0.02140694297850132, 0.058540161699056625, 0.08816768229007721, -0.006171123124659061, -0.0011378767667338252, 0.11859596520662308, -0.18324165046215057, -0.34702497720718384, -0.02526026964187622, -0.1263495832681656, 0.06517916172742844, 0.055491719394922256, -0.06769543141126633, -0.16836033761501312, -0.014563655480742455, 0.019081544131040573, -0.17573478817939758, -0.16859106719493866, -0.1121724471449852, -0.019911902025341988, 0.11894834786653519, -0.14493580162525177, -0.04398534074425697, -0.0039136759005486965, -0.04452599585056305, 0.09757468849420547, 0.11288159340620041, -0.22939692437648773, -0.0029257165733724833, 0.04216322302818298, -0.07447409629821777, 0.08575402945280075, -0.02411237172782421, -0.051544189453125, -0.11641216278076172, -0.03678525611758232, 0.016140904277563095, 0.005236485973000526, 0.029916612431406975, 0.053751140832901, -0.0032075082417577505, -0.10509204119443893, 0.047759901732206345, -0.01962190307676792, -0.2027362883090973, -0.2626975476741791, -0.12602581083774567, -0.07771452516317368, 0.23775091767311096, 0.09375841170549393, 0.03280463442206383, 0.037824440747499466, 0.06493978202342987, 0.15922287106513977, 0.16301974654197693, -0.07607473433017731, -0.05761873349547386, -0.022897573187947273, 0.0053552682511508465, -0.05446973443031311, -0.17358875274658203, 0.04290088638663292, 0.13906656205654144, 0.2688193619251251, 0.14238163828849792, 0.08693069219589233, 0.03764193505048752, 0.018878838047385216, 0.1801789104938507, 0.13438954949378967, 0.14807872474193573, -0.004565751645714045, 0.00262107839807868, -0.03838430717587471, 0.002860615961253643, -0.018254868686199188, 0.029869846999645233, -0.018514998257160187, -0.16746333241462708, 0.041234828531742096, -0.09619341045618057, 0.0056209871545434, -0.16141194105148315, 0.04827014356851578, -0.07192187756299973, 0.14247548580169678, 0.04502961039543152, 0.2179504930973053, -0.11196029931306839, 0.11097312718629837, 0.06571130454540253, -0.1632666140794754, 0.16144350171089172, 0.053607381880283356, 0.045806217938661575, -0.1602998971939087, -0.006517659407109022, -0.09951163083314896, -0.19965103268623352, 0.031699106097221375, 0.12330164015293121, -0.11594058573246002, 0.2857934236526489, 0.0334843248128891, -0.11430787295103073, -0.12569957971572876, -0.06270056962966919, 0.018134726211428642, 0.0877201035618782, 0.08311469107866287, 0.06506803631782532, -0.15328942239284515, -0.11910014599561691, -0.019347185268998146, -0.05004626139998436, 0.05863337218761444, 0.08572205901145935, -0.21984131634235382, 0.05623222887516022, -0.02130715921521187, -0.11489207297563553, -0.12402104586362839, 0.0751454159617424, -0.15169544517993927, -0.0023004505783319473, -0.045953575521707535, -0.1109713539481163, 0.040538638830184937, 0.022470327094197273, -0.006250851787626743, 0.17849943041801453, 0.1271516978740692, 0.018501197919249535, -0.008501172997057438, -0.13752083480358124, 0.11876513808965683, 0.053635843098163605, 0.02564309723675251, -0.020277485251426697, -0.0438411720097065, -0.05447062477469444, -0.11973821371793747, 0.07365710288286209, -0.017212126404047012, 0.1097530797123909, -0.1026109978556633, 0.06379059702157974, -0.0428314283490181, -0.007738946471363306, -0.019619906321167946, -0.002828457858413458, -0.01650434359908104, -0.09601820260286331, 0.08531475067138672, -0.051816750317811966, 0.17209994792938232, 0.23445478081703186, -0.07842935621738434, -0.053008176386356354, 0.11814293265342712, -0.1732127070426941, 0.08041989058256149, 0.06395517289638519, -0.025635194033384323, 0.20047776401042938, 0.1953413039445877, -0.09644942730665207, -0.2150621861219406, 0.007524535059928894, -0.1820884644985199, -0.04564376920461655, 0.013958238996565342, -0.19999918341636658, 0.062402401119470596, 0.13760732114315033, -0.015150302089750767, 0.16591884195804596, -0.04054214060306549, -0.04278496652841568, 0.16229228675365448, 0.007757693063467741, 0.2550111413002014, -0.10068458318710327, -0.04173188656568527, -0.14306163787841797, -0.159068301320076, 0.2639939486980438, -0.15054091811180115, 0.01165131013840437, 0.00844847783446312, 0.00854838453233242, -0.0649593397974968, 0.0014504191931337118, 0.18912923336029053, 0.01170450821518898, 0.06801968067884445, -0.11283505707979202, -0.169566810131073, 0.0811755359172821, -0.06014454364776611, 0.06027974188327789, 0.03854861110448837, -0.0008144604507833719, -0.17914313077926636, -0.02173681929707527, 0.06305213272571564, -0.09914042055606842, 0.03318916633725166, -0.040148332715034485, -0.1403132826089859, 0.08023403584957123, -0.16186638176441193, -0.02672157622873783, 0.10019459575414658, 0.09764011949300766, 0.001510579022578895, 0.11434406787157059, 0.06382577121257782, -0.03840509057044983, 0.1315239816904068, -0.06201337277889252, -0.038392506539821625, 0.04429822787642479, -0.20354750752449036, -0.00032130448380485177, 0.10325688123703003, -0.02135116048157215, 0.14800816774368286, 0.014636586420238018, -0.006035392638295889, 0.04775035008788109, 0.11258433014154434, -0.060241807252168655, -0.06499464809894562, 0.06138693168759346, -0.015146233141422272, 0.09168067574501038, 0.015545577742159367, -0.10166053473949432, 0.029097123071551323, -0.023107187822461128, 0.006758296862244606, 0.027791382744908333, -0.07141225039958954, -0.02489437162876129, 0.029827840626239777, 0.061321813613176346, -0.0995856299996376, 0.27576541900634766, 0.1426757276058197, -0.12832728028297424, 0.006355780176818371, 0.12898999452590942, -0.1009661927819252, -0.055640146136283875, 0.05367105081677437, 0.26660606265068054, 0.03877217322587967, -0.13006947934627533, 0.0762876495718956, -0.040447063744068146, -0.0239875391125679, 0.18459320068359375, 0.08188658207654953, 0.061915114521980286, 0.020815057680010796, -0.05191470682621002, 0.03840180113911629, -0.04659101366996765, -0.041688378900289536, 0.010020356625318527, -0.009354869835078716, -0.2994840443134308, 0.028930801898241043, 0.23823487758636475, -0.04324670508503914, -0.10210752487182617, -0.1717216521501541, 0.07861531525850296, -0.17523689568042755, 0.12856605648994446, -0.043549783527851105, -0.01737891137599945, -0.03012491948902607, 0.004173446446657181, -0.01640397682785988, -0.0990072637796402, -0.11597120016813278, 0.14315076172351837, 0.04548440873622894, 0.04220513999462128, -0.04343770444393158, -0.03902837634086609, 0.16112077236175537, 0.07401121407747269, 0.04521265625953674, 0.05853300914168358, 0.04454120248556137, 0.10387318581342697, -0.06331342458724976, -0.08843724429607391, 0.07224486768245697, 0.06393741071224213, 0.05989006161689758, 0.03983878716826439, -0.056048434227705, 0.025526072829961777, 0.048750292509794235, 0.05779581889510155, 0.009326925501227379, -0.041083335876464844, -0.06661367416381836, -0.17684802412986755, -0.16573689877986908, 0.02304384484887123, 0.02297073043882847, 0.18440589308738708, -0.0406978577375412, -0.07989753037691116, 0.05763864889740944, 0.004515575245022774, 0.019821273162961006, -0.03079085424542427, -0.031416650861501694, -0.1807803064584732, 0.027203140780329704, -0.014767914079129696, -0.02778681367635727, 0.021187182515859604, 0.47247374057769775, 0.008256835862994194, -0.08460517227649689, -0.05371443182229996, 0.047013696283102036, -0.11838028579950333, 0.002534335944801569, 0.24777787923812866, 0.08899267762899399, -0.06216288357973099, -0.03826463222503662, 0.09643270820379257, -0.029781440272927284, 0.2793757915496826, 0.04736045375466347, 0.09666765481233597, 0.03984116017818451, -0.01685730367898941, -0.022768059745430946, 0.023912139236927032, 0.030866147950291634, 0.043403930962085724, -0.025688983500003815, 0.03561485931277275, 0.008112890645861626, -0.07215365767478943, 0.0015023333253338933, -0.10426165908575058, 0.1088930293917656, -0.06070934981107712, -0.14435581862926483, -0.07142272591590881, -0.12311649322509766, -0.028271453455090523, -0.12607209384441376, 0.022944660857319832, -0.009082450531423092, 0.02452816069126129, 0.1881251484155655, 0.16759034991264343, 0.013160738162696362, 0.019783878698945045, -0.1472548395395279, 0.06028040125966072, 0.005814295262098312, 0.010574443265795708, -0.03204524889588356, -0.08869601786136627, -0.029533740133047104, -0.018687229603528976, -0.10780356824398041, -0.04184457287192345, 0.010235951282083988, 0.03892187774181366, 0.026957357302308083, -0.07888062298297882, -0.015234881080687046, -0.07593560963869095, 0.014949320815503597, -0.06335276365280151, 0.08263120800256729, 0.023884499445557594, 0.04269403591752052, 0.05843896046280861, 0.08974932134151459, 0.03442911431193352, -0.02052808180451393, -0.066665418446064, -0.00280034844763577, -0.0985560417175293, 0.01074372511357069, -0.010645263828337193, 0.008073600009083748, -0.060360439121723175, 0.26056432723999023, 0.283126562833786, -0.0065276059322059155, -0.03154682368040085, 0.02000872790813446, 0.026822879910469055, 0.04357233643531799, 0.06703530997037888, 0.09684896469116211, 0.0786595270037651, -0.02603841945528984, -0.14238986372947693, -0.02727806568145752, -0.07219896465539932, -0.053861863911151886, -0.026970474049448967, 0.1153869777917862, -0.007112189196050167, -0.0645490437746048, 0.09578186273574829, -0.1703634262084961, 0.08687146008014679, 0.06947201490402222, -0.19482126832008362, -0.11783970147371292, -0.012717625126242638, 0.03214430809020996, -0.003419223939999938, -0.09660658985376358, -0.07002484053373337, -0.039802584797143936, -0.08342961966991425, -0.008529247716069221, -0.2991460859775543, -0.19934509694576263, 0.020567985251545906, 0.07138980180025101, 0.10420835763216019, -0.03477528318762779, -0.02293282561004162, -0.007190430071204901, 0.04173862189054489, 0.006077960599213839, 0.043857838958501816, -0.01685403659939766, 0.15001186728477478, -0.11125670373439789, 0.04570464789867401, -0.09416212886571884, -0.08937173336744308, 0.055862877517938614, 0.1031276136636734, -0.02075083740055561, 0.06179603934288025, 0.010610467754304409, -0.011122671887278557, 0.052806347608566284, -0.14964422583580017, 0.11011277884244919, 0.09505128860473633, 0.039479322731494904, 0.052959904074668884, 0.014471765607595444, 0.06479232013225555, -0.09275569766759872, -0.22378072142601013, -0.035978980362415314, 0.07455343008041382, -0.07126530259847641, 0.08439437299966812, 0.03041793406009674, -0.16778384149074554, 0.052641384303569794, -0.08450906723737717, 0.04885345324873924, -0.06628458946943283, 0.018795741721987724, 0.016288358718156815, 0.07089658081531525, -0.09022171795368195, -0.07628030329942703, 0.021799009293317795, -0.0042542824521660805, 0.03348010033369064, -0.11279233545064926 ]
4c65870d6d8e0576a555ad8ed26bc5ae02c86896
# Dataset of selena (Fire Emblem) This is the dataset of selena (Fire Emblem), containing 358 images and their tags. The core tags of this character are `long_hair, red_hair, twintails, red_eyes, breasts, very_long_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 358 | 374.74 MiB | [Download](https://huggingface.co/datasets/CyberHarem/selena_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 358 | 233.97 MiB | [Download](https://huggingface.co/datasets/CyberHarem/selena_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 779 | 449.51 MiB | [Download](https://huggingface.co/datasets/CyberHarem/selena_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 358 | 340.32 MiB | [Download](https://huggingface.co/datasets/CyberHarem/selena_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 779 | 598.46 MiB | [Download](https://huggingface.co/datasets/CyberHarem/selena_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/selena_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, armor, boots, fingerless_gloves, full_body, sword, simple_background, solo, bent_over, detached_sleeves, leaning_forward, looking_at_viewer, pants, sheathed, bare_shoulders, belt, white_background, bangs, closed_mouth | | 1 | 9 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, nipples, blush, looking_at_viewer, navel, completely_nude, solo, large_breasts, collarbone, medium_breasts, pussy, bangs, hair_between_eyes, hair_ribbon | | 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, barefoot, nipples, solo, completely_nude, full_body, medium_breasts, navel, standing, looking_at_viewer, outdoors, profile, running | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, nipples, nude, solo, navel, small_breasts, medium_breasts, simple_background, uncensored, white_background, blush, brown_eyes, crossed_arms, pussy_juice, ribbon | | 4 | 22 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, blush, hetero, 1boy, penis, solo_focus, sex, nude, vaginal, nipples, open_mouth, uncensored, navel, gloves, medium_breasts, cowgirl_position, cum_in_pussy, pov | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 2girls, open_mouth, yuri, blush, tongue_out, nipples, 1boy, blue_hair, completely_nude, cunnilingus, heart-shaped_pupils, large_breasts, licking, saliva, sweat | | 6 | 30 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | fake_animal_ears, rabbit_ears, 1girl, pantyhose, playboy_bunny, solo, leotard, cleavage, looking_at_viewer, choker, blush, medium_breasts, alternate_costume, bare_shoulders, simple_background, white_gloves, easter_egg, hair_ornament | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | armor | boots | fingerless_gloves | full_body | sword | simple_background | solo | bent_over | detached_sleeves | leaning_forward | looking_at_viewer | pants | sheathed | bare_shoulders | belt | white_background | bangs | closed_mouth | nipples | blush | navel | completely_nude | large_breasts | collarbone | medium_breasts | pussy | hair_between_eyes | hair_ribbon | barefoot | standing | outdoors | profile | running | nude | small_breasts | uncensored | brown_eyes | crossed_arms | pussy_juice | ribbon | hetero | 1boy | penis | solo_focus | sex | vaginal | open_mouth | gloves | cowgirl_position | cum_in_pussy | pov | 2girls | yuri | tongue_out | blue_hair | cunnilingus | heart-shaped_pupils | licking | saliva | sweat | fake_animal_ears | rabbit_ears | pantyhose | playboy_bunny | leotard | cleavage | choker | alternate_costume | white_gloves | easter_egg | hair_ornament | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:--------|:--------------------|:------------|:--------|:--------------------|:-------|:------------|:-------------------|:------------------|:--------------------|:--------|:-----------|:-----------------|:-------|:-------------------|:--------|:---------------|:----------|:--------|:--------|:------------------|:----------------|:-------------|:-----------------|:--------|:--------------------|:--------------|:-----------|:-----------|:-----------|:----------|:----------|:-------|:----------------|:-------------|:-------------|:---------------|:--------------|:---------|:---------|:-------|:--------|:-------------|:------|:----------|:-------------|:---------|:-------------------|:---------------|:------|:---------|:-------|:-------------|:------------|:--------------|:----------------------|:----------|:---------|:--------|:-------------------|:--------------|:------------|:----------------|:----------|:-----------|:---------|:--------------------|:---------------|:-------------|:----------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 9 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | | | | | X | | | | X | | | | | | X | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | X | | | X | | | | X | | | | | | | | X | | X | X | | | X | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | X | X | | | | | | | | | X | | | X | X | X | | | | X | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 22 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | | | | | | | | | | | | | | X | X | X | | | | X | | | | | | | | | X | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | | | | | | | | | | | | | | | | | | | | X | X | | X | X | | | | | | | | | | | | | | | | | | | X | | | | | X | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 6 | 30 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | | | X | X | | | | X | | | X | | | | | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/selena_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:39:14+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:08:48+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of selena (Fire Emblem) =============================== This is the dataset of selena (Fire Emblem), containing 358 images and their tags. The core tags of this character are 'long\_hair, red\_hair, twintails, red\_eyes, breasts, very\_long\_hair', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
c3f2fc2b8d17bcac06155506c17744e609653a22
# Autocast This is the Autocast dataset from the paper "[Forecasting Future World Events with Neural Networks](http://arxiv.org/abs/2206.15474)" by [Andy Zou](https://andyzoujm.github.io/), [Tristan Xiao](https://www.linkedin.com/in/tristan-xiao/), [Ryan Jia](https://www.linkedin.com/in/ryanjia/), [Joe Kwon](joekwon.io), [Mantas Mazeika](https://www.linkedin.com/in/mmazeika/), [Richard Li](https://www.linkedin.com/in/lirichard23/), [Dawn Song](https://people.eecs.berkeley.edu/~dawnsong/), [Jacob Steinhardt](https://www.stat.berkeley.edu/~jsteinhardt/), [Owain Evans](https://owainevans.github.io/), and [Dan Hendrycks](https://danhendrycks.com/). The original dataset files are: - `autocast_questions.json` - `autocast_competition_test_set.json` - `negated_tf_questions.json` We have also processed the dataset to filter out source links with: - URLs returning non-200 HTTP status codes - URLs from sites that are difficult to scrape like twitter, bloomberg - Links with less than 1000 words are removed. Only samples with a minimum of 5 working URLs are retained. The maximum number of working source links is 20. The refined dataset files are: - `autocast_questions_filtered.json` - a JSON subset of the initial autocast dataset. - `autocast_questions_filtered.pkl` - a pickle file mapping URLs to the scraped data. - `retrieved_docs.pkl` - this contains all texts that were retrieved. <img align="center" src="assets/splash.png" width="750"> # Forecasting Future World Events with Neural Networks ## Introduction Forecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits. ## Autocast Dataset The original [Autocast dataset can be downloaded here](https://people.eecs.berkeley.edu/~hendrycks/autocast.tar.gz). For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in `usage.ipynb`. Each question has the following fields: ```json { "id": "unique identifier (str)", "question": "question body (str)", "background": "question context/details (str)", "qtype": "question type (str)", "status": "question status (str)", "choices": "choices or possible ranges (List or Dict)", "answer": "question resolution (str or float)", "crowd": "human crowd forecasts over time (List)", "publish_time": "publish timestamp (str)", "close_time": "close timestamp (str)", "prediction_count": "number of crowd predictions (int)", "forecaster_count": "number of crowd forecasters (int)", "tags": "question category (List)", "source_links": "source links from comments (List)" } ``` The original authors obtained permission from [Metaculus](https://www.metaculus.com/) to host the dataset on GitHub for research purposes only. ## IntervalQA Dataset Motivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), the original authors also curate IntervalQA, a dataset of numerical questions and metrics for calibration. [Download the IntervalQA dataset here](https://people.eecs.berkeley.edu/~hendrycks/intervalqa.tar.gz). ## Citation If you find this useful in your research, please consider citing the original authors: @article{zouforecasting2022, title={Forecasting Future World Events with Neural Networks}, author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks}, journal={NeurIPS}, year={2022} }
valory/autocast
[ "arxiv:2206.15474", "region:us" ]
2024-01-17T14:39:53+00:00
{}
2024-02-05T20:39:07+00:00
[ "2206.15474" ]
[]
TAGS #arxiv-2206.15474 #region-us
# Autocast This is the Autocast dataset from the paper "Forecasting Future World Events with Neural Networks" by Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks. The original dataset files are: - 'autocast_questions.json' - 'autocast_competition_test_set.json' - 'negated_tf_questions.json' We have also processed the dataset to filter out source links with: - URLs returning non-200 HTTP status codes - URLs from sites that are difficult to scrape like twitter, bloomberg - Links with less than 1000 words are removed. Only samples with a minimum of 5 working URLs are retained. The maximum number of working source links is 20. The refined dataset files are: - 'autocast_questions_filtered.json' - a JSON subset of the initial autocast dataset. - 'autocast_questions_filtered.pkl' - a pickle file mapping URLs to the scraped data. - 'retrieved_docs.pkl' - this contains all texts that were retrieved. <img align="center" src="assets/URL" width="750"> # Forecasting Future World Events with Neural Networks ## Introduction Forecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits. ## Autocast Dataset The original Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'. Each question has the following fields: The original authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only. ## IntervalQA Dataset Motivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), the original authors also curate IntervalQA, a dataset of numerical questions and metrics for calibration. Download the IntervalQA dataset here. If you find this useful in your research, please consider citing the original authors: @article{zouforecasting2022, title={Forecasting Future World Events with Neural Networks}, author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks}, journal={NeurIPS}, year={2022} }
[ "# Autocast\n\nThis is the Autocast dataset from the paper \"Forecasting Future World Events with Neural Networks\" by Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks.\n\nThe original dataset files are:\n- 'autocast_questions.json' \n- 'autocast_competition_test_set.json' \n- 'negated_tf_questions.json' \n\nWe have also processed the dataset to filter out source links with:\n\n- URLs returning non-200 HTTP status codes\n- URLs from sites that are difficult to scrape like twitter, bloomberg\n- Links with less than 1000 words are removed.\n\nOnly samples with a minimum of 5 working URLs are retained. The maximum number of working source links is 20.\n\nThe refined dataset files are:\n- 'autocast_questions_filtered.json' - a JSON subset of the initial autocast dataset.\n- 'autocast_questions_filtered.pkl' - a pickle file mapping URLs to the scraped data.\n- 'retrieved_docs.pkl' - this contains all texts that were retrieved.\n\n<img align=\"center\" src=\"assets/URL\" width=\"750\">", "# Forecasting Future World Events with Neural Networks", "## Introduction\n\nForecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits.", "## Autocast Dataset\n\nThe original Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'.\n\nEach question has the following fields:\n \n\nThe original authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only.", "## IntervalQA Dataset\n\nMotivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), the original authors also curate IntervalQA, a dataset of numerical questions and metrics for calibration.\n\nDownload the IntervalQA dataset here.\n\nIf you find this useful in your research, please consider citing the original authors:\n\n @article{zouforecasting2022,\n title={Forecasting Future World Events with Neural Networks},\n author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks},\n journal={NeurIPS},\n year={2022}\n }" ]
[ "TAGS\n#arxiv-2206.15474 #region-us \n", "# Autocast\n\nThis is the Autocast dataset from the paper \"Forecasting Future World Events with Neural Networks\" by Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks.\n\nThe original dataset files are:\n- 'autocast_questions.json' \n- 'autocast_competition_test_set.json' \n- 'negated_tf_questions.json' \n\nWe have also processed the dataset to filter out source links with:\n\n- URLs returning non-200 HTTP status codes\n- URLs from sites that are difficult to scrape like twitter, bloomberg\n- Links with less than 1000 words are removed.\n\nOnly samples with a minimum of 5 working URLs are retained. The maximum number of working source links is 20.\n\nThe refined dataset files are:\n- 'autocast_questions_filtered.json' - a JSON subset of the initial autocast dataset.\n- 'autocast_questions_filtered.pkl' - a pickle file mapping URLs to the scraped data.\n- 'retrieved_docs.pkl' - this contains all texts that were retrieved.\n\n<img align=\"center\" src=\"assets/URL\" width=\"750\">", "# Forecasting Future World Events with Neural Networks", "## Introduction\n\nForecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language modeling, can these forecasts be automated? To this end, we introduce Autocast, a dataset containing thousands of forecasting questions and an accompanying news corpus. Questions are taken from forecasting tournaments, ensuring high quality, real-world importance, and diversity. The news corpus is organized by date, allowing us to precisely simulate the conditions under which humans made past forecasts (avoiding leakage from the future). We test language models on our forecasting task and find that performance is far below a human expert baseline. However, performance improves with increased model size and incorporation of relevant information from the news corpus. In sum, Autocast poses a novel challenge for large language models and improved performance could bring large practical benefits.", "## Autocast Dataset\n\nThe original Autocast dataset can be downloaded here. For more details on how to use the Autocast dataset and news articles, please refer to our short demonstration in 'URL'.\n\nEach question has the following fields:\n \n\nThe original authors obtained permission from Metaculus to host the dataset on GitHub for research purposes only.", "## IntervalQA Dataset\n\nMotivated by the difficulty of forecasting numbers across orders of magnitude (e.g. global cases of COVID-19 in 2022), the original authors also curate IntervalQA, a dataset of numerical questions and metrics for calibration.\n\nDownload the IntervalQA dataset here.\n\nIf you find this useful in your research, please consider citing the original authors:\n\n @article{zouforecasting2022,\n title={Forecasting Future World Events with Neural Networks},\n author={Andy Zou and Tristan Xiao and Ryan Jia and Joe Kwon and Mantas Mazeika and Richard Li and Dawn Song and Jacob Steinhardt and Owain Evans and Dan Hendrycks},\n journal={NeurIPS},\n year={2022}\n }" ]
[ 14, 309, 12, 227, 78, 178 ]
[ "passage: TAGS\n#arxiv-2206.15474 #region-us \n# Autocast\n\nThis is the Autocast dataset from the paper \"Forecasting Future World Events with Neural Networks\" by Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks.\n\nThe original dataset files are:\n- 'autocast_questions.json' \n- 'autocast_competition_test_set.json' \n- 'negated_tf_questions.json' \n\nWe have also processed the dataset to filter out source links with:\n\n- URLs returning non-200 HTTP status codes\n- URLs from sites that are difficult to scrape like twitter, bloomberg\n- Links with less than 1000 words are removed.\n\nOnly samples with a minimum of 5 working URLs are retained. The maximum number of working source links is 20.\n\nThe refined dataset files are:\n- 'autocast_questions_filtered.json' - a JSON subset of the initial autocast dataset.\n- 'autocast_questions_filtered.pkl' - a pickle file mapping URLs to the scraped data.\n- 'retrieved_docs.pkl' - this contains all texts that were retrieved.\n\n<img align=\"center\" src=\"assets/URL\" width=\"750\"># Forecasting Future World Events with Neural Networks" ]
[ -0.057331472635269165, 0.11271932721138, -0.0009114587446674705, 0.05039457976818085, 0.10495303571224213, 0.00023599430278409272, 0.06340993195772171, 0.12806734442710876, 0.004646322224289179, 0.08616169542074203, 0.029075032100081444, 0.07477950304746628, 0.013494083657860756, 0.17075321078300476, -0.01681961677968502, -0.10206171870231628, 0.009693566709756851, -0.009212832897901535, 0.068434938788414, 0.09251825511455536, 0.0530967153608799, -0.08482547849416733, 0.06755979359149933, -0.0250018909573555, -0.07828297466039658, 0.03447529301047325, 0.02471030317246914, -0.034263912588357925, 0.055905502289533615, 0.05505489185452461, -0.0068223378621041775, -0.008263693191111088, 0.015177332796156406, -0.13988915085792542, 0.03504228964447975, 0.11721812188625336, 0.04387282952666283, 0.06197752803564072, 0.10649997740983963, -0.0015387465246021748, -0.03738577663898468, -0.040359608829021454, -0.02618645690381527, 0.06318692862987518, -0.08246554434299469, -0.14463193714618683, -0.18478122353553772, -0.026098554953932762, 0.12730783224105835, 0.07453905045986176, -0.05993243306875229, 0.24452051520347595, -0.054228466004133224, 0.10636728256940842, 0.10649637877941132, -0.23210479319095612, 0.005363693926483393, 0.0008657891303300858, -0.005461787339299917, 0.01164819672703743, -0.04903559386730194, 0.07043255120515823, 0.04054490849375725, -0.013587637804448605, -0.06834160536527634, -0.057785674929618835, -0.18060995638370514, -0.03435439616441727, -0.060682542622089386, -0.01256608497351408, 0.269233763217926, 0.05824737623333931, -0.05743512883782387, -0.09708589315414429, -0.04678443446755409, 0.008671925403177738, 0.0017490696627646685, 0.07622901350259781, -0.03942142054438591, -0.044672366231679916, -0.07998596131801605, 0.002339382655918598, -0.07499191164970398, -0.018032554537057877, -0.06033772602677345, 0.08950629085302353, 0.011888496577739716, 0.056869763880968094, -0.038568250834941864, 0.09080145508050919, 0.13118645548820496, -0.10940056294202805, -0.00202975538559258, -0.04911351203918457, -0.14022226631641388, -0.04111403226852417, -0.012391682714223862, -0.08919374644756317, -0.012838484719395638, 0.2916354835033417, 0.13290667533874512, 0.0321151427924633, -0.010392293334007263, 0.01580573059618473, 0.08616561442613602, 0.015947723761200905, -0.06451437622308731, -0.05146026611328125, 0.11375987529754639, -0.019357925280928612, 0.039747290313243866, -0.021973151713609695, -0.013094747439026833, 0.0495946891605854, -0.025886468589305878, 0.08160059154033661, 0.097955621778965, 0.06721615791320801, -0.04970546066761017, -0.043799277395009995, 0.07647790759801865, -0.11453655362129211, 0.022052867338061333, 0.04046320170164108, -0.10053791105747223, 0.04455094784498215, 0.023252828046679497, 0.019722413271665573, -0.07740013301372528, 0.02258390188217163, -0.08681739866733551, -0.014993389137089252, 0.03238019347190857, -0.11760345101356506, 0.06251702457666397, -0.08041838556528091, -0.0016645221039652824, -0.13254514336585999, -0.19704119861125946, -0.06513013690710068, -0.0022070647682994604, -0.002040746621787548, 0.006218012887984514, 0.02688007242977619, -0.004262379836291075, 0.004772695247083902, -0.010312785394489765, 0.026262376457452774, -0.07909483462572098, 0.05295943096280098, -0.045451365411281586, 0.03968048840761185, 0.0229556355625391, 0.026281731203198433, -0.16935746371746063, -0.028196187689900398, -0.10299871861934662, 0.09374017268419266, -0.08586879819631577, 0.045232437551021576, -0.13920371234416962, 0.000951864174567163, 0.05308873578906059, 0.035432521253824234, 0.057722579687833786, 0.1767798513174057, -0.21246090531349182, -0.04274047166109085, 0.06066582351922989, -0.06308133155107498, -0.04138593748211861, 0.09029219299554825, -0.031754594296216965, -0.02459859661757946, 0.11659412831068039, 0.16116726398468018, 0.01858338713645935, 0.00028617720818147063, -0.06365475058555603, -0.07881791144609451, 0.02928146719932556, 0.035892289131879807, 0.04974367097020149, -0.04718795046210289, 0.037854984402656555, 0.012187233194708824, 0.05279297009110451, 0.038069941103458405, -0.04821441322565079, -0.052703261375427246, 0.009944693185389042, -0.018142979592084885, 0.016056040301918983, 0.012575038708746433, 0.02588609606027603, -0.034242451190948486, -0.06943213194608688, -0.0879582092165947, 0.09960988163948059, -0.033014118671417236, 0.033827681094408035, -0.025066953152418137, 0.033558718860149384, -0.11214271187782288, 0.02207871340215206, -0.1852947473526001, -0.17550620436668396, 0.011190648190677166, -0.019626913592219353, 0.015650982037186623, -0.007754428777843714, -0.009610675275325775, 0.01115923561155796, 0.02151443623006344, -0.01665266789495945, 0.08257652074098587, -0.03508897125720978, -0.07878189533948898, -0.09249836951494217, -0.04027782753109932, -0.04895201325416565, 0.0339047946035862, -0.21169117093086243, -0.047719888389110565, -0.024112949147820473, 0.186994269490242, 0.050379734486341476, -0.09586367756128311, 0.09840507805347443, -0.008680026046931744, -0.04782024770975113, -0.041324976831674576, 0.0028135203756392, -0.04542706534266472, -0.013076377101242542, 0.06918714940547943, -0.07645141333341599, -0.06698595732450485, 0.09884211421012878, 0.050258368253707886, -0.08248108625411987, 0.08298183232545853, -0.049950309097766876, -0.012098144739866257, -0.11802875995635986, 0.001635136199183762, 0.013777881860733032, 0.05231359228491783, 0.10205019265413284, -0.04060192033648491, -0.07310939580202103, 0.0206989124417305, -0.039112407714128494, 0.007202482316643, 0.12160077691078186, -0.011522314511239529, -0.23087884485721588, 0.102193184196949, -0.12208259105682373, 0.01824442483484745, 0.17096933722496033, -0.05709278956055641, -0.08107488602399826, 0.06475792825222015, -0.019266100600361824, -0.016757870092988014, 0.05033663660287857, 0.1351615935564041, -0.0008769295527599752, 0.09794726222753525, 0.0005302564823068678, -0.02157202921807766, -0.04525133967399597, -0.03318842500448227, -0.02275877818465233, 0.0008160084253177047, -0.08108221739530563, 0.08499245345592499, 0.0014255997957661748, 0.09828724712133408, -0.020785994827747345, 0.07458614557981491, 0.011919083073735237, -0.04271237924695015, -0.12222454696893692, 0.12483413517475128, -0.1170133501291275, -0.16967076063156128, -0.10346513241529465, 0.009933722205460072, -0.0913538783788681, -0.023570314049720764, 0.04951699823141098, -0.11185748875141144, -0.12445465475320816, -0.0870504155755043, -0.05476722493767738, 0.03660149127244949, -0.027309676632285118, -0.017947202548384666, -0.052788738161325455, 0.048078615218400955, -0.12220291793346405, 0.06026533991098404, -0.06992772966623306, 0.018895475193858147, 0.03608318418264389, 0.019593868404626846, 0.1450182944536209, 0.030822480097413063, 0.04911920800805092, 0.012485722079873085, -0.018396621569991112, 0.20972058176994324, -0.0769803524017334, 0.05519760027527809, 0.11367231607437134, -0.05758538842201233, 0.00866950023919344, 0.0711294561624527, 0.00800681859254837, -0.04651844501495361, 0.041207361966371536, 0.12322233617305756, -0.012345589697360992, -0.26996487379074097, -0.09914322942495346, -0.07148430496454239, -0.050198186188936234, 0.09758028388023376, 0.05018971860408783, -0.055361293256282806, 0.048983581364154816, -0.12955589592456818, 0.014340609312057495, -0.026296406984329224, 0.06370215862989426, 0.06208793446421623, 0.07658873498439789, 0.0810794085264206, -0.06646829843521118, -0.03468000516295433, 0.10735638439655304, 0.012965718284249306, 0.19111518561840057, -0.027307279407978058, 0.10449112206697464, 0.04651877284049988, 0.02748222090303898, 0.03588205948472023, 0.07028678804636002, 0.008989558555185795, 0.024895641952753067, 0.029151730239391327, -0.05278075486421585, 0.03098192997276783, 0.009531108662486076, 0.018923167139291763, -0.07330753654241562, -0.0002378007338847965, -0.029964972287416458, 0.0627242773771286, 0.17970460653305054, 0.09722757339477539, -0.18938133120536804, -0.033530108630657196, 0.03275737538933754, -0.02343800663948059, -0.041786082088947296, -0.006727125030010939, 0.07900862395763397, -0.07814472913742065, 0.11862107366323471, -0.0406968779861927, 0.10642711818218231, -0.10716135054826736, -0.02005488984286785, -0.028993550688028336, 0.02773192897439003, -0.04230174794793129, 0.07989666610956192, -0.13973169028759003, 0.10999803245067596, 0.035708315670490265, 0.03817082196474075, -0.04534793645143509, -0.016974102705717087, 0.02465011551976204, -0.07710465043783188, 0.13605022430419922, 0.038944534957408905, -0.0674055963754654, -0.14818498492240906, -0.112417072057724, 0.03218811750411987, 0.027085397392511368, -0.03989701718091965, 0.0696137323975563, 0.018289851024746895, -0.0243093129247427, -0.00952162966132164, -0.08124428242444992, -0.16265150904655457, -0.10700348764657974, 0.03708008676767349, 0.04222404956817627, -0.02949453517794609, 0.02230112813413143, -0.05707161873579025, -0.08547423034906387, 0.14646297693252563, 0.011003918945789337, -0.07115373015403748, -0.15830384194850922, 0.06625492125749588, 0.1695149540901184, -0.06359993666410446, 0.03572193905711174, -0.01083897240459919, 0.03776044026017189, -0.013774676248431206, -0.16012975573539734, 0.08328741043806076, -0.08408556878566742, -0.1318081170320511, -0.08100508153438568, 0.09553764015436172, 0.05746320262551308, -0.014815518632531166, 0.021516090258955956, 0.03035062551498413, -0.014042367227375507, -0.07621366530656815, 0.05601028352975845, 0.03600737079977989, 0.05167406424880028, 0.09795858711004257, -0.037311773747205734, -0.08456311374902725, -0.06252851337194443, -0.05245257169008255, 0.11032838374376297, 0.1925199329853058, -0.0825650617480278, 0.03803064301609993, 0.11173246800899506, -0.017477277666330338, -0.19481760263442993, -0.0163898803293705, 0.0037112641148269176, -0.014110404998064041, 0.056951854377985, -0.16631029546260834, 0.09939410537481308, 0.0571013018488884, -0.021603628993034363, 0.18351688981056213, -0.16599313914775848, -0.11105690896511078, 0.0829317644238472, -0.0042238300666213036, 0.2502771317958832, -0.0768929123878479, -0.06313104927539825, -0.021036682650446892, -0.12763261795043945, 0.1402185559272766, -0.09013371914625168, 0.10297045856714249, 0.01394269336014986, 0.0387820303440094, 0.02219660021364689, -0.04575081914663315, 0.05060848593711853, 0.10762500762939453, 0.0645681843161583, -0.04195358604192734, 0.0008044643909670413, 0.0333661213517189, -0.011841705068945885, 0.12178537994623184, 0.016890740022063255, 0.057722900062799454, -0.2305947095155716, 0.016696961596608162, -0.0627615675330162, 0.086366668343544, 0.009329414926469326, 0.0010759016731753945, -0.046002097427845, 0.026489494368433952, 0.054706498980522156, 0.015595301054418087, 0.16017286479473114, 0.02998865209519863, 0.05391770601272583, 0.05459972843527794, 0.01438737940043211, 0.07663480192422867, -0.12906277179718018, -0.010734207928180695, -0.04543303698301315, 0.09241434186697006, -0.10125463455915451, 0.06548858433961868, 0.0910666212439537, 0.03755655139684677, 0.03112322837114334, -0.00993253756314516, -0.10932987928390503, 0.053416658192873, 0.03968304768204689, -0.1865031123161316, 0.015262013301253319, -0.007683679927140474, -0.1734793335199356, -0.031107222661376, 0.042245641350746155, 0.17720936238765717, 0.020536253228783607, -0.03155537694692612, 0.029898565262556076, 0.03720569983124733, 0.03956534340977669, 0.21282583475112915, 0.07445594668388367, 0.031286731362342834, -0.13507577776908875, 0.16038469970226288, 0.0756121277809143, 0.0732731819152832, 0.06423602998256683, 0.0928831696510315, -0.13844873011112213, -0.09511446952819824, -0.06430990248918533, 0.07603324949741364, -0.0325910858809948, 0.03031657263636589, -0.04076375812292099, -0.02701031230390072, 0.027973610907793045, 0.0013387271901592612, -0.011095812544226646, 0.023852916434407234, -0.02905178628861904, -0.07817866653203964, -0.0732591450214386, 0.07623538374900818, 0.172664612531662, 0.049988046288490295, -0.07870682328939438, 0.002299001207575202, -0.02165498398244381, 0.040327124297618866, -0.0363190583884716, -0.031540125608444214, -0.11142648756504059, 0.022347740828990936, -0.06391823291778564, -0.037551671266555786, -0.047395724803209305, -0.01403023861348629, -0.06149306148290634, -0.05915945768356323, -0.037491679191589355, 0.026845520362257957, -0.06510023772716522, -0.047508638352155685, -0.015226378105580807, 0.03253445774316788, -0.1502218097448349, -0.03520308807492256, -0.011911381036043167, -0.04345438629388809, 0.10434047877788544, 0.06780093163251877, -0.012605082243680954, -0.0034297925885766745, -0.11631761491298676, -0.12976959347724915, 0.06268104910850525, 0.031152911484241486, 0.027789756655693054, 0.0030006240122020245, 0.0073799677193164825, 0.017244670540094376, 0.060656748712062836, 0.001316055073402822, 0.02373059093952179, -0.11453604698181152, -0.08746109157800674, -0.06735901534557343, 0.03779812157154083, -0.06408371031284332, 0.00925417523831129, 0.07635943591594696, 0.06269553303718567, 0.16305911540985107, -0.036751583218574524, 0.021102728322148323, -0.15402965247631073, -0.029391176998615265, 0.0035039903596043587, -0.12700462341308594, -0.027219969779253006, 0.06772293150424957, 0.06262284517288208, -0.047979969531297684, 0.1328079104423523, -0.02237030304968357, -0.0004628555616363883, 0.006263028364628553, 0.1284177601337433, -0.09561742097139359, 0.008603781461715698, 0.08361127227544785, 0.04702481999993324, -0.026470620185136795, -0.016873402521014214, -0.01290077157318592, 0.07224632799625397, 0.013959649950265884, 0.09644275903701782, 0.03299206495285034, 0.09916958957910538, 0.016743091866374016, -0.00815667025744915, -0.16045653820037842, -0.04399605840444565, -0.05572518706321716, -0.08402477204799652, 0.14237266778945923, -0.0025499805342406034, -0.05937919393181801, 0.12198681384325027, -0.05334321781992912, 0.002516630105674267, 0.027921566739678383, -0.01954762451350689, -0.09490814059972763, -0.22925694286823273, -0.05055563524365425, -0.04179826378822327, 0.0416831411421299, -0.0629860982298851, 0.058733876794576645, 0.05713524669408798, 0.027478184551000595, -0.03128061816096306, 0.060014329850673676, 0.05043751001358032, -0.13087105751037598, 0.051286179572343826, -0.024657336995005608, -0.057427190244197845, 0.09150155633687973, 0.03053251840174198, 0.07801590114831924, -0.002255830215290189, 0.04721900820732117, 0.04038047790527344, 0.050132088363170624, 0.1464356631040573, -0.06555288285017014, -0.12376813590526581, -0.044931769371032715, 0.08590241521596909, 0.06757866591215134, 0.11001813411712646, 0.08938968926668167, 0.04827810078859329, -0.003735464531928301, 0.1590597927570343, 0.002617512596771121, 0.014120266772806644, -0.0901181697845459, 0.07063790410757065, 0.02848360501229763, 0.007508222945034504, -0.01551531907171011, -0.18323998153209686, 0.05190256983041763, 0.23417186737060547, 0.15224669873714447, 0.00702512776479125, -0.003795700380578637, -0.035713162273168564, -0.004909734707325697, -0.0005515096709132195, 0.09527087211608887, 0.03963982313871384, 0.11323772370815277, 0.008257510140538216, 0.026181206107139587, 0.009523162618279457, -0.07952187955379486, -0.03324008733034134, 0.1121852919459343, 0.021198395639657974, -0.04671189561486244, -0.03981223329901695, 0.06193836033344269, -0.13523833453655243, -0.13966897130012512, -0.006140903104096651, -0.06209142133593559, -0.07966107130050659, -0.01985180750489235, -0.010372605174779892, 0.09365268796682358, 0.015754180029034615, -0.022855868563055992, 0.028149418532848358, 0.08589272946119308, -0.02111169695854187, -0.0924457386136055, -0.15323449671268463, 0.05163702368736267, -0.15678103268146515, 0.10005485266447067, 0.020305726677179337, 0.11669284850358963, 0.05023500695824623, -0.0268954299390316, -0.12709304690361023, 0.04095563665032387, 0.00220605731010437, -0.07166115939617157, 0.05478613078594208, 0.137019082903862, 0.0022690831683576107, 0.07547350972890854, 0.04918269068002701, 0.030302664265036583, 0.004529051017016172, 0.052618008106946945, 0.04145645350217819, -0.0933273583650589, 0.02132323756814003, -0.05776408314704895, 0.14476116001605988, 0.056407466530799866, -0.0601905882358551, 0.04820566624403, -0.022710656747221947, 0.017490657046437263, 0.012149659916758537, -0.056612707674503326, 0.021148908883333206, -0.17852848768234253, 0.03199895843863487, 0.011313837952911854, 0.07890402525663376, -0.1215062066912651, 0.04063797742128372, -0.10788574814796448, -0.11476252228021622, -0.013926194980740547, 0.09191212058067322, 0.07870355248451233, -0.00018920641741715372, -0.04395950958132744, -0.14210446178913116, 0.05443735420703888, 0.034765154123306274, -0.09350357204675674, -0.07490508258342743 ]
78a77a8650d8ed1412c6bb7255bfb7e36dba7fab
# Dataset of cellica (Fire Emblem) This is the dataset of cellica (Fire Emblem), containing 500 images and their tags. The core tags of this character are `long_hair, red_hair, red_eyes, breasts, earrings, bangs, hairband`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 571.72 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cellica_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 359.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cellica_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1080 | 696.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cellica_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 518.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cellica_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1080 | 918.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cellica_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/cellica_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cape, fingerless_gloves, jewelry, looking_at_viewer, simple_background, smile, solo, tiara, armor, bare_shoulders, detached_collar, black_gloves, white_dress | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bare_shoulders, looking_at_viewer, simple_background, solo, tiara, upper_body, armor, detached_collar, jewelry, smile, white_dress, closed_mouth, cape, cleavage, medium_breasts, white_background | | 2 | 14 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, cape, dress, jewelry, solo, armor, fingerless_gloves, holding_sword, simple_background, smile, tiara, black_thighhighs, looking_at_viewer, zettai_ryouiki, detached_collar, white_background, bare_shoulders, boots, full_body, black_gloves, cowboy_shot | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, navel, nipples, smile, solo, completely_nude, large_breasts, looking_at_viewer, medium_breasts, pussy, collarbone, outdoors, standing, thighs, water, blush, day, jewelry, nature, wading, yellow_eyes | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, jewelry, solo_focus, thighhighs, hetero, open_mouth, tiara, 1boy, blush, breasts_out, clothed_sex, cowgirl_position, cum_in_pussy, girl_on_top, nipples, penis, vaginal, armor, black_gloves, fingerless_gloves, large_breasts, spread_legs, cape, detached_collar, medium_breasts, sweat, bar_censor, dress_lift, dress_pull, looking_at_viewer, white_dress | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, hetero, penis, solo_focus, bar_censor, fellatio, nipples, jewelry, nude, blush, large_breasts, medium_breasts, testicles | | 6 | 12 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1boy, 1girl, hetero, nipples, blush, solo_focus, sex, large_breasts, open_mouth, penis, vaginal, cum_in_pussy, navel, bar_censor, completely_nude, tiara, jewelry, sweat | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, barefoot, large_breasts, nipples, solo, arms_behind_back, blush, bondage, feet, looking_at_viewer, navel, rope, toes, completely_nude, pussy_juice, restrained, shibari, smile, spread_legs, sweat, thighs, clitoris, closed_mouth, jewelry, mosaic_censoring, squatting, uncensored | | 8 | 7 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, blush, hetero, nipples, thighhighs, mmf_threesome, multiple_penises, anal, dark-skinned_male, nude, open_mouth, vaginal, 2boys, ass, blunt_bangs, double_penetration, interracial, jewelry, large_breasts, tongue_out, ahegao, cum, faceless_male, gloves, medium_breasts, mosaic_censoring, pussy, solo_focus, sweat, tiara | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, navel, smile, beach, cleavage, cloud, hair_flower, looking_at_viewer, solo, white_bikini, alternate_costume, blue_sky, day, jewelry, medium_breasts, ocean, open_mouth, outdoors, collarbone, sitting, thighs, water | | 10 | 6 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, bondage, gagged, rope, arms_behind_back, blush, solo, improvised_gag, jewelry, black_thighhighs, cleavage, large_breasts, medium_breasts, navel, orange_hair, panties, shibari | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cape | fingerless_gloves | jewelry | looking_at_viewer | simple_background | smile | solo | tiara | armor | bare_shoulders | detached_collar | black_gloves | white_dress | upper_body | closed_mouth | cleavage | medium_breasts | white_background | dress | holding_sword | black_thighhighs | zettai_ryouiki | boots | full_body | cowboy_shot | navel | nipples | completely_nude | large_breasts | pussy | collarbone | outdoors | standing | thighs | water | blush | day | nature | wading | yellow_eyes | solo_focus | thighhighs | hetero | open_mouth | 1boy | breasts_out | clothed_sex | cowgirl_position | cum_in_pussy | girl_on_top | penis | vaginal | spread_legs | sweat | bar_censor | dress_lift | dress_pull | fellatio | nude | testicles | sex | barefoot | arms_behind_back | bondage | feet | rope | toes | pussy_juice | restrained | shibari | clitoris | mosaic_censoring | squatting | uncensored | mmf_threesome | multiple_penises | anal | dark-skinned_male | 2boys | ass | blunt_bangs | double_penetration | interracial | tongue_out | ahegao | cum | faceless_male | gloves | beach | cloud | hair_flower | white_bikini | alternate_costume | blue_sky | ocean | sitting | gagged | improvised_gag | orange_hair | panties | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:-------|:--------------------|:----------|:--------------------|:--------------------|:--------|:-------|:--------|:--------|:-----------------|:------------------|:---------------|:--------------|:-------------|:---------------|:-----------|:-----------------|:-------------------|:--------|:----------------|:-------------------|:-----------------|:--------|:------------|:--------------|:--------|:----------|:------------------|:----------------|:--------|:-------------|:-----------|:-----------|:---------|:--------|:--------|:------|:---------|:---------|:--------------|:-------------|:-------------|:---------|:-------------|:-------|:--------------|:--------------|:-------------------|:---------------|:--------------|:--------|:----------|:--------------|:--------|:-------------|:-------------|:-------------|:-----------|:-------|:------------|:------|:-----------|:-------------------|:----------|:-------|:-------|:-------|:--------------|:-------------|:----------|:-----------|:-------------------|:------------|:-------------|:----------------|:-------------------|:-------|:--------------------|:--------|:------|:--------------|:---------------------|:--------------|:-------------|:---------|:------|:----------------|:---------|:--------|:--------|:--------------|:---------------|:--------------------|:-----------|:--------|:----------|:---------|:-----------------|:--------------|:----------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | X | X | X | X | X | X | X | X | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 14 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | X | X | | X | X | | | | | | | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | X | X | X | | | | X | X | | X | X | X | | | | X | | | | | | | | | | X | | X | | | | | | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | | | | | | | | | | | | | | X | | | | | | | | | | X | | X | | | | | | | X | | | | | X | | X | | X | | | | | | X | | | | X | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 12 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | | | | | X | | | | | | | | | | | | | | | | | | X | X | X | X | | | | | | | X | | | | | X | | X | X | X | | | | X | | X | X | | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | X | X | | X | X | | | | | | | | X | | | | | | | | | | | X | X | X | X | | | | | X | | X | | | | | | | | | | | | | | | | | X | X | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 7 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | X | | | | | X | | | | | | | | | X | | | | | | | | | | X | | X | X | | | | | | X | | | | | X | X | X | X | | | | | | | | X | | X | | | | | X | | | | | | | | | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | X | X | | X | X | | | | | | | | | X | X | | | | | | | | | X | | | | | X | X | | X | X | | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | | | | | | 10 | 6 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | | | X | | | | X | | | | | | | | | X | X | | | | X | | | | | X | | | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X |
CyberHarem/cellica_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:48:30+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:36:58+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of cellica (Fire Emblem) ================================ This is the dataset of cellica (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'long\_hair, red\_hair, red\_eyes, breasts, earrings, bangs, hairband', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
bd72953c0d3a2aafff3a3945bdcf9a5b58d5b141
# Dataset of elice/エリス (Fire Emblem) This is the dataset of elice/エリス (Fire Emblem), containing 500 images and their tags. The core tags of this character are `blue_hair, blue_eyes, long_hair, hair_between_eyes, breasts, bangs`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 652.44 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elice_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 370.28 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elice_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1132 | 754.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elice_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 574.49 MiB | [Download](https://huggingface.co/datasets/CyberHarem/elice_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1132 | 1.05 GiB | [Download](https://huggingface.co/datasets/CyberHarem/elice_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/elice_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cape, falchion_(fire_emblem), fingerless_gloves, solo, sword, tiara, smile, armor, blush, looking_at_viewer | | 1 | 12 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, cape, falchion_(fire_emblem), solo, tiara, armor, fingerless_gloves, holding_sword, looking_at_viewer, simple_background, belt | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, blue_gloves, falchion_(fire_emblem), fingerless_gloves, holding_sword, long_sleeves, looking_at_viewer, solo, tiara, white_background, blue_cape, closed_mouth, red_cape, simple_background, blue_footwear, brown_belt, shoulder_armor, sweater, thigh_boots | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bare_shoulders, hair_flower, looking_at_viewer, official_alternate_costume, solo, white_dress, sleeveless_dress, smile, blush, cleavage, closed_mouth, collarbone, symbol-shaped_pupils, armlet, small_breasts, upper_body, white_flower | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, crop_top, looking_at_viewer, midriff, navel, short_shorts, solo, tiara, bare_shoulders, blush, official_alternate_costume, small_breasts, open_mouth, simple_background, sleeveless, thighs, white_background, :d, arm_up, armpits, belt, bikini, blue_shorts, innertube | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, day, navel, smile, solo, tiara, blue_bikini, crop_top, looking_at_viewer, midriff, outdoors, armpits, bare_shoulders, cloud, ocean, short_shorts, small_breasts, water, alternate_costume, arm_up, beach, belt, blue_sky, blush, closed_mouth, cowboy_shot, innertube, sleeveless, thighs, tree, wet | | 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, large_breasts, smile, solo, alternate_breast_size, looking_at_viewer, navel, tiara, blue_bikini, patreon_username | | 7 | 19 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, looking_at_viewer, solo, alternate_costume, orange_shorts, short_shorts, tiara, waitress, beer_mug, smile, cleavage, employee_uniform, blush, medium_breasts, open_mouth, white_tank_top, holding_plate, chicken_(food), holding_cup, navel, tray | | 8 | 12 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, official_alternate_costume, playboy_bunny, rabbit_ears, smile, solo, fake_animal_ears, looking_at_viewer, white_pantyhose, leotard, rabbit_tail, simple_background, cleavage, open_mouth, blush, small_breasts, easter_egg, frilled_choker, puffy_short_sleeves, white_background, white_gloves | | 9 | 8 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, tiara, uncensored, blush, hetero, nipples, penis, pussy, 1boy, looking_at_viewer, navel, sex, solo_focus, spread_legs, large_breasts, open_mouth, vaginal, completely_nude, cum, lying, alternate_breast_size, clitoris, pov, sweat, tongue_out | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cape | falchion_(fire_emblem) | fingerless_gloves | solo | sword | tiara | smile | armor | blush | looking_at_viewer | holding_sword | simple_background | belt | blue_gloves | long_sleeves | white_background | blue_cape | closed_mouth | red_cape | blue_footwear | brown_belt | shoulder_armor | sweater | thigh_boots | bare_shoulders | hair_flower | official_alternate_costume | white_dress | sleeveless_dress | cleavage | collarbone | symbol-shaped_pupils | armlet | small_breasts | upper_body | white_flower | crop_top | midriff | navel | short_shorts | open_mouth | sleeveless | thighs | :d | arm_up | armpits | bikini | blue_shorts | innertube | day | blue_bikini | outdoors | cloud | ocean | water | alternate_costume | beach | blue_sky | cowboy_shot | tree | wet | large_breasts | alternate_breast_size | patreon_username | orange_shorts | waitress | beer_mug | employee_uniform | medium_breasts | white_tank_top | holding_plate | chicken_(food) | holding_cup | tray | playboy_bunny | rabbit_ears | fake_animal_ears | white_pantyhose | leotard | rabbit_tail | easter_egg | frilled_choker | puffy_short_sleeves | white_gloves | uncensored | hetero | nipples | penis | pussy | 1boy | sex | solo_focus | spread_legs | vaginal | completely_nude | cum | lying | clitoris | pov | sweat | tongue_out | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-------------------------|:--------------------|:-------|:--------|:--------|:--------|:--------|:--------|:--------------------|:----------------|:--------------------|:-------|:--------------|:---------------|:-------------------|:------------|:---------------|:-----------|:----------------|:-------------|:-----------------|:----------|:--------------|:-----------------|:--------------|:-----------------------------|:--------------|:-------------------|:-----------|:-------------|:-----------------------|:---------|:----------------|:-------------|:---------------|:-----------|:----------|:--------|:---------------|:-------------|:-------------|:---------|:-----|:---------|:----------|:---------|:--------------|:------------|:------|:--------------|:-----------|:--------|:--------|:--------|:--------------------|:--------|:-----------|:--------------|:-------|:------|:----------------|:------------------------|:-------------------|:----------------|:-----------|:-----------|:-------------------|:-----------------|:-----------------|:----------------|:-----------------|:--------------|:-------|:----------------|:--------------|:-------------------|:------------------|:----------|:--------------|:-------------|:-----------------|:----------------------|:---------------|:-------------|:---------|:----------|:--------|:--------|:-------|:------|:-------------|:--------------|:----------|:------------------|:------|:--------|:-----------|:------|:--------|:-------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 12 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | X | X | X | | X | | | | X | X | X | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | X | | | X | | X | X | | | | | | | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | X | | X | | | X | X | | X | X | | | X | | | | | | | | | X | | X | | | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | X | | X | X | | X | X | | | X | | | | | X | | | | | | | X | | | | | | | | | X | | | X | X | X | X | | X | X | | X | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | X | | X | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | X | | | | | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 19 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | | X | | X | X | | X | X | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | X | X | X | | | | | | | | | | | | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 12 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | | X | | | X | | X | X | | X | | | | X | | | | | | | | | | | X | | | X | | | | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | 9 | 8 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | | | | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | X | | | | | | | | | | | | | | | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/elice_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:49:18+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:40:48+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of elice/エリス (Fire Emblem) ================================== This is the dataset of elice/エリス (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'blue\_hair, blue\_eyes, long\_hair, hair\_between\_eyes, breasts, bangs', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
73bc6119696b545fe2f9e802d5d5e40e12610e40
# Dataset of rea (Fire Emblem) This is the dataset of rea (Fire Emblem), containing 500 images and their tags. The core tags of this character are `long_hair, green_hair, green_eyes, breasts, hair_ornament, large_breasts, hair_flower, bangs`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 680.40 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rea_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 392.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rea_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1143 | 788.72 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rea_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 600.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/rea_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1143 | 1.06 GiB | [Download](https://huggingface.co/datasets/CyberHarem/rea_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/rea_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, closed_mouth, long_sleeves, simple_background, solo, flower, white_dress, bare_shoulders, smile | | 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, flower, solo, tiara, crown, closed_mouth, simple_background, smile, upper_body, white_background, portrait | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, hair_ribbon, pointy_ears, ribbon_braid, side_braid, solo, tiara, twin_braids, closed_mouth, smile, simple_background, looking_at_viewer, upper_body | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, barefoot, hair_ribbon, pointy_ears, ribbon_braid, solo, tiara, twin_braids, very_long_hair, blue_dress, anklet, floating_hair, full_body, armpits, side_braid, smile, sparkle, open_mouth | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, fur_trim, gift_box, hair_ribbon, pointy_ears, ribbon_braid, solo, tiara, twin_braids, christmas_ornaments, smile, dress, holding, open_mouth, sack, side_braid | | 5 | 11 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, cleavage, closed_mouth, flower, smile, solo, white_bikini, looking_at_viewer, navel, simple_background, white_background | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, blue_sky, cleavage, closed_mouth, day, flower, navel, outdoors, white_bikini, official_alternate_costume, smile, beach, solo_focus, water, 1boy, cloud, holding_hands, ocean | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, bare_shoulders, beach, blue_sky, blush, cleavage, closed_mouth, collarbone, day, looking_at_viewer, navel, ocean, outdoors, parted_bangs, solo, stomach, thighs, alternate_costume, cowboy_shot, sunlight, black_bikini, cloud, earrings, forehead, sand, thigh_gap, skindentation, smile, umbrella, very_long_hair, water | | 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 2girls, cleavage, closed_mouth, flower, navel, thighs, white_bikini, holding, jewelry, legs, sandals, simple_background, smile, full_body, looking_at_viewer, solo_focus, toes, bare_shoulders, circlet, grey_background, official_alternate_costume | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, circlet, collarbone, looking_at_viewer, navel, parted_bangs, solo, thighs, white_panties, white_shirt, blush, crop_top, flower, smile, cleavage, parted_lips, bare_shoulders, legs, long_sleeves, lying, off-shoulder_shirt, on_bed, tassel | | 10 | 12 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, bare_shoulders, solo, cleavage, flower, parted_bangs, white_dress, blush, collarbone, looking_at_viewer, smile, circlet, thighs, sitting | | 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1girl, bare_shoulders, blush, crop_top, long_sleeves, midriff, solo, circlet, closed_mouth, collarbone, flower, green_pants, high-waist_pants, looking_at_viewer, navel, parted_bangs, thighs, tight_pants, white_shirt, alternate_costume, cleavage, contemporary, off-shoulder_shirt, smile, yoga_pants, dated, hand_on_hip, simple_background, tassel | | 12 | 22 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | witch_hat, 1girl, solo, halloween_costume, official_alternate_costume, looking_at_viewer, smile, very_long_hair, long_sleeves, blue_dress, simple_background, wide_sleeves, collarbone, holding, blush, closed_mouth, hat_flower, long_dress | | 13 | 10 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | blush, completely_nude, 1girl, nipples, open_mouth, penis, uncensored, hetero, pussy, sex, vaginal, 1boy, solo_focus, pointy_ears, sweat, anus, artist_name, ass, english_text, flower, navel, spread_legs | | 14 | 10 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | 1girl, hetero, blush, flower, solo_focus, fellatio, mosaic_censoring, 1boy, cum, looking_at_viewer, nipples, pubic_hair, gangbang, handjob, huge_breasts, multiple_boys, multiple_penises | | 15 | 5 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-sample4.png) | 1boy, 1girl, bar_censor, blush, flower, hetero, penis, alternate_hair_color, breast_sucking, gloved_handjob, huge_breasts, nursing_handjob, smile, tiara, ejaculation, nipples, short_hair, breastfeeding, closed_eyes, crown, grabbing, lactation, open_mouth | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | closed_mouth | long_sleeves | simple_background | solo | flower | white_dress | bare_shoulders | smile | tiara | crown | upper_body | white_background | portrait | hair_ribbon | pointy_ears | ribbon_braid | side_braid | twin_braids | looking_at_viewer | barefoot | very_long_hair | blue_dress | anklet | floating_hair | full_body | armpits | sparkle | open_mouth | fur_trim | gift_box | christmas_ornaments | dress | holding | sack | cleavage | white_bikini | navel | blue_sky | day | outdoors | official_alternate_costume | beach | solo_focus | water | 1boy | cloud | holding_hands | ocean | blush | collarbone | parted_bangs | stomach | thighs | alternate_costume | cowboy_shot | sunlight | black_bikini | earrings | forehead | sand | thigh_gap | skindentation | umbrella | 2girls | jewelry | legs | sandals | toes | circlet | grey_background | white_panties | white_shirt | crop_top | parted_lips | lying | off-shoulder_shirt | on_bed | tassel | sitting | midriff | green_pants | high-waist_pants | tight_pants | contemporary | yoga_pants | dated | hand_on_hip | witch_hat | halloween_costume | wide_sleeves | hat_flower | long_dress | completely_nude | nipples | penis | uncensored | hetero | pussy | sex | vaginal | sweat | anus | artist_name | ass | english_text | spread_legs | fellatio | mosaic_censoring | cum | pubic_hair | gangbang | handjob | huge_breasts | multiple_boys | multiple_penises | bar_censor | alternate_hair_color | breast_sucking | gloved_handjob | nursing_handjob | ejaculation | short_hair | breastfeeding | closed_eyes | grabbing | lactation | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:---------------|:---------------|:--------------------|:-------|:---------|:--------------|:-----------------|:--------|:--------|:--------|:-------------|:-------------------|:-----------|:--------------|:--------------|:---------------|:-------------|:--------------|:--------------------|:-----------|:-----------------|:-------------|:---------|:----------------|:------------|:----------|:----------|:-------------|:-----------|:-----------|:----------------------|:--------|:----------|:-------|:-----------|:---------------|:--------|:-----------|:------|:-----------|:-----------------------------|:--------|:-------------|:--------|:-------|:--------|:----------------|:--------|:--------|:-------------|:---------------|:----------|:---------|:--------------------|:--------------|:-----------|:---------------|:-----------|:-----------|:-------|:------------|:----------------|:-----------|:---------|:----------|:-------|:----------|:-------|:----------|:------------------|:----------------|:--------------|:-----------|:--------------|:--------|:---------------------|:---------|:---------|:----------|:----------|:--------------|:-------------------|:--------------|:---------------|:-------------|:--------|:--------------|:------------|:--------------------|:---------------|:-------------|:-------------|:------------------|:----------|:--------|:-------------|:---------|:--------|:------|:----------|:--------|:-------|:--------------|:------|:---------------|:--------------|:-----------|:-------------------|:------|:-------------|:-----------|:----------|:---------------|:----------------|:-------------------|:-------------|:-----------------------|:-----------------|:-----------------|:------------------|:--------------|:-------------|:----------------|:--------------|:-----------|:------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | X | X | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | X | X | | | | X | X | | X | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | X | | | | X | X | | | | | X | X | X | X | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | X | | | | X | X | | | | | X | X | X | X | X | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 11 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | | X | X | X | | | X | | | | X | | | | | | | X | | | | | | | | | | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | X | | | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | | X | | | X | X | | | | | | | | | | | X | | X | | | | | | | | | | | | | | X | | X | X | X | X | | X | | X | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | | X | | X | | X | | X | X | | | | | | | | | | | X | | | | | | X | | | | | | | | X | | X | X | X | | | | X | | X | | | | | | | | | | X | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | X | | X | X | | X | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | X | | X | | | | | | | | | | | | X | X | X | | X | | | | | | | | | | | | | X | | | X | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10 | 12 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | | | | X | X | X | X | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | X | X | X | | X | | | | | | | | | | | | | | | | X | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | X | X | X | X | X | X | | X | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | X | | X | | | | | | | | | | | | X | X | X | | X | X | | | | | | | | | | | | | | | X | | | X | X | | | X | | X | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12 | 22 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | X | X | X | X | X | | | | X | | | | | | | | | | | X | | X | X | | | | | | | | | | | X | | | | | | | | X | | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13 | 10 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | X | | | | | X | | | | | | | | | | X | | | | | | | | | | | | | X | | | | | | | | | X | | | | | | X | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 14 | 10 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | X | | | | | X | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 15 | 5 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-sample4.png) | X | | | | | X | | | X | X | X | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | X | | | | | | | | | | | | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/rea_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T14:49:27+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:41:44+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of rea (Fire Emblem) ============================ This is the dataset of rea (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'long\_hair, green\_hair, green\_eyes, breasts, hair\_ornament, large\_breasts, hair\_flower, bangs', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
31e9070c6ec3d8f295659a01f003f2a54fcb3cf2
# Dataset Card for "cult-dpo" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mii-llm/cult-dpo
[ "region:us" ]
2024-01-17T14:59:01+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}, {"name": "system", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2153488, "num_examples": 987}], "download_size": 1208959, "dataset_size": 2153488}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-17T14:59:06+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cult-dpo" More Information needed
[ "# Dataset Card for \"cult-dpo\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cult-dpo\"\n\nMore Information needed" ]
[ 6, 14 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cult-dpo\"\n\nMore Information needed" ]
[ -0.09429489821195602, 0.2022632360458374, -0.00615249527618289, 0.060622815042734146, 0.08552926033735275, 0.08535739034414291, 0.11065733432769775, 0.022819427773356438, 0.17039799690246582, -0.03168636932969093, 0.08227866888046265, 0.08401360362768173, 0.05363151431083679, 0.22057326138019562, -0.0968850627541542, -0.09166387468576431, 0.053938571363687515, 0.05062635615468025, -0.2194780558347702, 0.02025512047111988, 0.05897454544901848, -0.037971142679452896, 0.03199756518006325, -0.166648730635643, -0.17603033781051636, 0.006853632163256407, -0.08779510110616684, -0.03690003231167793, 0.06417370587587357, -0.10171240568161011, 0.1284254640340805, 0.03006713278591633, 0.00192312675062567, -0.04438392445445061, 0.03132098540663719, 0.030846411362290382, -0.022899838164448738, 0.011863340623676777, 0.009391069412231445, 0.02967042662203312, -0.014070515520870686, 0.04815147817134857, 0.07406740635633469, -0.04607589915394783, -0.12978340685367584, -0.23751388490200043, -0.0833325907588005, -0.05951489880681038, -0.05382193252444267, -0.014191783033311367, 0.08302059024572372, 0.1147436574101448, -0.0940946713089943, 0.0167988333851099, 0.07981009036302567, 0.053020451217889786, 0.03723667189478874, 0.2584456503391266, -0.014313414692878723, 0.2211737185716629, 0.022120416164398193, 0.044132936745882034, 0.04097449779510498, 0.0012795409420505166, -0.09728351980447769, -0.036292653530836105, -0.08610055595636368, 0.018000252544879913, -0.04841594770550728, -0.0775579959154129, 0.32010599970817566, -0.01272251084446907, 0.07177627086639404, 0.13433608412742615, -0.018884526565670967, -0.09415727108716965, 0.03803379461169243, -0.09855860471725464, 0.061924491077661514, -0.008096672594547272, 0.1873382329940796, 0.08623792976140976, -0.041339997202157974, -0.14417237043380737, -0.18190132081508636, 0.10256745666265488, -0.02990265004336834, 0.10035822540521622, -0.2329324632883072, -0.035458896309137344, -0.07893304526805878, -0.03152796998620033, -0.04621997848153114, -0.10189971327781677, 0.048999518156051636, -0.08255734294652939, -0.020966067910194397, 0.054484814405441284, 0.1725674420595169, 0.05701742693781853, 0.026376044377684593, -0.012378019280731678, -0.1871998906135559, 0.0680924504995346, 0.21644218266010284, -0.15256367623806, -0.005106732249259949, 0.09476417303085327, 0.04485119506716728, -0.11114576458930969, -0.026645168662071228, -0.03149949386715889, -0.10788732767105103, -0.03020022064447403, 0.006895173341035843, 0.13740870356559753, -0.003805625019595027, -0.06686247140169144, -0.014541921205818653, -0.09763253480195999, 0.10294097661972046, -0.09406552463769913, -0.03946002945303917, -0.03997799754142761, -0.07220188528299332, 0.05500189587473869, -0.1061176136136055, -0.042204830795526505, 0.04994894936680794, 0.04558764025568962, -0.03968920186161995, -0.010301907546818256, -0.036814454942941666, -0.00479918485507369, 0.10492140054702759, -0.15601636469364166, 0.08409050852060318, -0.15001021325588226, -0.18781781196594238, 0.031400859355926514, 0.016413772478699684, -0.023851821199059486, 0.08487089723348618, 0.011123721487820148, 0.12851665914058685, -0.1116199865937233, -0.056139037013053894, 0.06298703700304031, -0.04655824974179268, 0.09400365501642227, -0.05230759456753731, 0.08295741677284241, -0.21446849405765533, 0.11037638038396835, -0.05919141694903374, 0.013618621043860912, -0.1914939433336258, -0.050870731472969055, -0.13950690627098083, 0.12362217903137207, -0.005327908787876368, -0.000561558932531625, -0.0645492747426033, 0.0039099822752177715, -0.020304851233959198, 0.0712936744093895, -0.213941290974617, 0.01281265914440155, 0.03506554290652275, -0.16543380916118622, -0.20200689136981964, 0.029726946726441383, -0.021957511082291603, 0.05612115561962128, 0.02883848361670971, 0.334612637758255, 0.04547116160392761, -0.09147097915410995, 0.07558903098106384, 0.053280994296073914, -0.17334365844726562, -0.2224433869123459, 0.04463411867618561, -0.01952732540667057, -0.08495447039604187, 0.03245693817734718, 0.053604017943143845, 0.000751033890992403, -0.03285445272922516, -0.042382266372442245, 0.02507650852203369, -0.1609087437391281, -0.00036793077015317976, 0.032794106751680374, 0.034684836864471436, -0.002039102138951421, 0.22756560146808624, -0.009273043833673, 0.1068609356880188, 0.06901805847883224, -0.06484559178352356, 0.009703954681754112, 0.10830225795507431, -0.04108051955699921, 0.0365879200398922, -0.1498224288225174, -0.12297165393829346, 0.030356600880622864, -0.005765220616012812, 0.025173984467983246, 0.022224506363272667, 0.07035811990499496, -0.060088466852903366, 0.014025422744452953, 0.14208659529685974, 0.05020461603999138, 0.09919515997171402, 0.03825186565518379, -0.0014109847834333777, 0.060973357409238815, -0.06901714950799942, -0.013876639306545258, -0.026103293523192406, -0.03779064863920212, 0.08703359961509705, 0.037839848548173904, -0.007995068095624447, -0.009805559180676937, 0.0215278510004282, 0.0005723051726818085, 0.042237136512994766, -0.07693757861852646, 0.0022284716833382845, -0.016418585553765297, 0.013014140538871288, -0.054622549563646317, -0.0016914407024160028, 0.2612851560115814, 0.15334123373031616, -0.04489247873425484, -0.015212365426123142, -0.0751136913895607, 0.03525690361857414, -0.021216370165348053, -0.04859473183751106, 0.01400230173021555, -0.132320836186409, -0.05633731186389923, -0.004289176315069199, -0.037267837673425674, 0.04447568953037262, 0.042444754391908646, 0.030257323756814003, -0.11910178512334824, -0.014051166363060474, 0.18406713008880615, -0.3036796748638153, 0.18145501613616943, 0.24473094940185547, 0.09432708472013474, 0.04329930245876312, -0.09170094132423401, -0.04785767197608948, 0.0009937708964571357, -0.03702641651034355, -0.05280710756778717, 0.20117036998271942, -0.005496576428413391, 0.09954794496297836, 0.08236196637153625, 0.04403300955891609, 0.04668672755360603, -0.03737621009349823, -0.10971561819314957, 0.005425760988146067, 0.0009355992078781128, -0.2342471033334732, 0.059293389320373535, 0.025885730981826782, 0.13363023102283478, 0.014092333614826202, -0.13935287296772003, 0.18470585346221924, 0.01680660806596279, 0.020170772448182106, 0.04884758219122887, -0.21407164633274078, -0.26615116000175476, 0.13409008085727692, -0.05481792986392975, 0.003372230799868703, 0.014253792352974415, -0.049301400780677795, -0.1285441666841507, 0.00947198923677206, 0.07193055003881454, -0.07386669516563416, -0.22764594852924347, -0.007491941098123789, -0.0187882948666811, 0.03572924807667732, -0.06909029930830002, -0.08993407338857651, -0.02174614928662777, -0.06057067587971687, 0.12344206124544144, 0.17200236022472382, -0.1034913882613182, 0.07444503903388977, 0.10573899745941162, -0.015443027019500732, 0.08883640915155411, -0.01994902454316616, -0.012456049211323261, -0.07021781802177429, -0.04439808055758476, 0.1478472352027893, -0.030495138838887215, -0.02225625328719616, 0.11804654449224472, 0.0376451350748539, -0.16028043627738953, 0.00041201338171958923, -0.061220478266477585, -0.1637561172246933, -0.2310730367898941, -0.11032890528440475, -0.05553795024752617, 0.12017060071229935, 0.08191154152154922, 0.08406021445989609, 0.09642747044563293, 0.02100040577352047, 0.14867986738681793, 0.08230207115411758, -0.10114079713821411, -0.05853913724422455, 0.01618884690105915, 0.006952296476811171, -0.10555734485387802, -0.08845070749521255, 0.017758192494511604, 0.10063818842172623, 0.20542359352111816, 0.24447941780090332, 0.07823335379362106, 0.035475954413414, 0.000618883699644357, 0.0856357291340828, 0.09628956764936447, 0.10380037873983383, 0.14511962234973907, 0.01044798269867897, -0.02237791009247303, 0.03538321331143379, -0.06315070390701294, -0.03487040475010872, 0.06746166944503784, -0.19126151502132416, -0.018573641777038574, -0.21623726189136505, -0.008801964111626148, -0.13653875887393951, -0.06294021010398865, -0.1867583990097046, 0.0779973641037941, -0.012740392237901688, 0.17084340751171112, -0.08367306739091873, 0.10580744594335556, -0.03512858599424362, -0.022400332614779472, 0.09675142168998718, 0.030719256028532982, 0.04926877096295357, -0.06500635296106339, 0.018594058230519295, -0.035975564271211624, -0.0737798810005188, -0.0033013380598276854, 0.08302119374275208, -0.395776629447937, 0.1930561512708664, -0.010909472592175007, -0.071187824010849, -0.12071192264556885, -0.08410602807998657, 0.03864934295415878, 0.11842286586761475, 0.05672426149249077, 0.04308146610856056, -0.07824822515249252, -0.0863354504108429, -0.03535064682364464, -0.0059831649996340275, 0.053153518587350845, -0.03783346712589264, -0.18735723197460175, 0.10789903998374939, 0.03595389425754547, -0.04890795424580574, -0.2118310183286667, -0.06553778797388077, 0.0031261183321475983, 0.08886432647705078, -0.00005842745304107666, -0.024457840248942375, 0.01332747470587492, 0.009172269143164158, -0.21171875298023224, 0.04883715510368347, 0.23370783030986786, -0.04503032565116882, -0.05790972337126732, 0.047040313482284546, 0.057957377284765244, 0.0363258421421051, -0.018385162577033043, 0.08283389359712601, -0.05737987160682678, -0.015569997020065784, -0.21358448266983032, 0.11651036888360977, -0.059559326618909836, 0.10668673366308212, -0.1059555634856224, 0.05007307231426239, 0.030055241659283638, 0.0013687089085578918, -0.022076690569519997, -0.05540744587779045, 0.050962865352630615, -0.022607339546084404, 0.13999617099761963, 0.04140518978238106, 0.026794573292136192, 0.19438977539539337, 0.07289329916238785, 0.11687789112329483, 0.032568346709012985, -0.053363461047410965, 0.10688155889511108, 0.12002012133598328, -0.036358658224344254, 0.15737318992614746, 0.09678558260202408, -0.06172793731093407, -0.23517918586730957, 0.03395240753889084, -0.14401721954345703, -0.08038421720266342, 0.09311486035585403, -0.23776714503765106, 0.054309338331222534, 0.21167497336864471, -0.03635600581765175, 0.3365536630153656, -0.17137350142002106, 0.006614986341446638, 0.28814688324928284, 0.03347529098391533, 0.4400510787963867, -0.1180247887969017, -0.0331324078142643, -0.0553111769258976, -0.14749900996685028, 0.2720041275024414, -0.1359948068857193, -0.0317373089492321, -0.015665987506508827, 0.12456391006708145, 0.03158644214272499, -0.001094740815460682, 0.19493432343006134, 0.10913512855768204, 0.0745178833603859, -0.13675197958946228, -0.08338302373886108, 0.03973377123475075, -0.07352864742279053, 0.016238482668995857, 0.10152909904718399, -0.026392174884676933, -0.018397485837340355, 0.00463978061452508, 0.051965128630399704, 0.03071017563343048, 0.04812746122479439, -0.10195168107748032, -0.08226800709962845, 0.03742554783821106, -0.10715391486883163, -0.01107295323163271, 0.04590031877160072, 0.04666844382882118, -0.01355398166924715, -0.01390707865357399, 0.033772144466638565, -0.01690816320478916, 0.008296617306768894, -0.0298808291554451, -0.06045733764767647, 0.10370758920907974, -0.0638553574681282, 0.013004579581320286, 0.17655573785305023, -0.003649783553555608, 0.0038564447313547134, 0.0703020766377449, -0.014317236840724945, -0.008486457169055939, 0.04839463531970978, -0.0852314829826355, -0.13216575980186462, 0.08919324725866318, -0.07997885346412659, 0.051576510071754456, 0.12871620059013367, 0.033410947769880295, 0.01905961148440838, -0.01912938803434372, 0.0020893968176096678, 0.10604739934206009, -0.05538664385676384, 0.05028831586241722, 0.07400137931108475, 0.024942250922322273, -0.15676544606685638, 0.21690313518047333, 0.08108390122652054, -0.13326901197433472, -0.0237224493175745, -0.025467485189437866, -0.07126025855541229, -0.10683554410934448, -0.043391186743974686, 0.0916171669960022, 0.03863928094506264, -0.10439857095479965, 0.01700388826429844, -0.13411253690719604, 0.009693597443401814, 0.07686258852481842, 0.05487753450870514, 0.08412270992994308, 0.01855970174074173, -0.010588795877993107, -0.050155460834503174, -0.06861823797225952, -0.14502345025539398, 0.07231531292200089, -0.10373435169458389, -0.1645040512084961, -0.08121894299983978, 0.1785333901643753, -0.05857601761817932, -0.06547566503286362, -0.10408761352300644, 0.09483391046524048, -0.02833152562379837, -0.027915971353650093, 0.0364084355533123, 0.04572523757815361, 0.04584948718547821, 0.03814234584569931, 0.05321359634399414, 0.0011451933532953262, -0.11941581964492798, 0.11410105228424072, 0.09585889428853989, 0.019459279254078865, 0.016010694205760956, -0.10653385519981384, 0.006508765276521444, 0.04299604892730713, 0.1374000459909439, 0.19997800886631012, -0.003917174879461527, 0.046767670661211014, -0.11805958300828934, -0.07316208630800247, 0.08960775285959244, 0.1318957358598709, 0.061741579324007034, 0.03808346390724182, -0.06939088553190231, 0.0724986121058464, -0.15767167508602142, 0.06420234590768814, -0.063094861805439, -0.08770427852869034, -0.06139303371310234, -0.06963863223791122, -0.05538263916969299, 0.018302684649825096, -0.11324465274810791, 0.20102421939373016, 0.10429344326257706, -0.07627981156110764, 0.09577283263206482, 0.034156303852796555, 0.014668822288513184, -0.053259268403053284, -0.014036509208381176, -0.12896178662776947, 0.014700111001729965, 0.11417826265096664, 0.05594464763998985, -0.021309444680809975, 0.3404846489429474, -0.034424517303705215, -0.21622078120708466, -0.04514966532588005, 0.054811105132102966, -0.043352145701646805, 0.007763676345348358, 0.23258836567401886, 0.05246097221970558, -0.05977034568786621, -0.05857345461845398, 0.04983865097165108, 0.02863682620227337, 0.14066286385059357, 0.13953930139541626, 0.10081499814987183, 0.07032312452793121, -0.09111674875020981, 0.09236208349466324, -0.07814996689558029, 0.11044009774923325, 0.01378476619720459, 0.07436548918485641, 0.019013892859220505, 0.08296447992324829, -0.036020636558532715, -0.06317975372076035, 0.057490333914756775, 0.021893009543418884, -0.10849220305681229, -0.045817866921424866, -0.045147862285375595, -0.024500355124473572, 0.01735048182308674, -0.13961736857891083, -0.00009752227924764156, -0.025877250358462334, -0.01167230773717165, 0.24093161523342133, 0.07475493103265762, -0.06196436658501625, 0.0022077381145209074, -0.07638312131166458, 0.04557697847485542, 0.011851359158754349, -0.04138660058379173, -0.10908057540655136, -0.08470526337623596, -0.11501458287239075, 0.014817352406680584, -0.016383502632379532, -0.024981306865811348, -0.09244969487190247, 0.06599757075309753, -0.008118130266666412, -0.1437201052904129, -0.009381426498293877, -0.062159035354852676, 0.04505191370844841, -0.15496726334095, 0.1344495266675949, 0.04274308681488037, 0.018413791432976723, 0.06483835726976395, -0.001476046978496015, 0.10565192252397537, -0.011527168564498425, 0.010362190194427967, 0.08122944831848145, 0.019111601635813713, 0.023126309737563133, 0.04189857840538025, -0.046526383608579636, -0.07069043070077896, 0.028920819982886314, 0.26391085982322693, -0.05834760144352913, -0.0003216721524950117, -0.04512137174606323, 0.03236464038491249, 0.015739714726805687, 0.1253516525030136, 0.10502340644598007, 0.026867380365729332, 0.026127273216843605, -0.052205782383680344, 0.010841994546353817, 0.007911339402198792, -0.05532121658325195, -0.06431923061609268, 0.07151976227760315, -0.025793572887778282, -0.05188263580203056, 0.1311035305261612, -0.17121164500713348, 0.022137081250548363, 0.07168266177177429, -0.0712745264172554, -0.10381463915109634, -0.06049147620797157, -0.04964829608798027, -0.037557002156972885, -0.030056528747081757, -0.12888239324092865, -0.015204635448753834, 0.03608350083231926, 0.006386950612068176, -0.2401091307401657, -0.20759443938732147, 0.11554539203643799, 0.11981908231973648, 0.08062129467725754, -0.048929642885923386, 0.19238758087158203, -0.005104733631014824, 0.09900372475385666, -0.11592207103967667, 0.04685080051422119, 0.029689475893974304, 0.06761834025382996, -0.0181581974029541, -0.022796548902988434, -0.10086709260940552, -0.11226751655340195, 0.07022843509912491, 0.011734671890735626, -0.11183574795722961, 0.09104511141777039, 0.013160303235054016, -0.030594848096370697, 0.04206301271915436, -0.08502840250730515, 0.08428929001092911, 0.008559959009289742, 0.0001198796890093945, -0.00016892638814169914, -0.05679865553975105, 0.01615789346396923, 0.01907176710665226, -0.14776906371116638, -0.07263294607400894, 0.028458835557103157, -0.09988674521446228, 0.0019248053431510925, -0.009657657705247402, 0.08107022196054459, 0.027358418330550194, -0.1273755580186844, 0.01600266993045807, -0.019323425367474556, -0.049334678798913956, 0.07156303524971008, 0.026679962873458862, -0.06792065501213074, 0.15772593021392822, -0.01493130624294281, 0.034667111933231354, -0.05373835563659668, -0.08169014006853104 ]
b27d8e99aa573dae1a9f656ed85c4989a0078114
# Pseudostreaming Malaya-Speech STT Original dataset at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/pseudolabel-malaya-speech-stt We use https://huggingface.co/mesolitica/conformer-medium-mixed to generate pseudostreaming dataset, source code at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/pseudostreaming-malaya-speech-stt Total 8667.802379812754 hours. data format from [processed.jsonl](processed.jsonl), ```json [ { "text": "pernahkah", "start": 0.2802439024390244, "end": 0.9005226480836237, "audio_filename": "processed-audio/0-321061-0.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda", "start": 0.2802439024390244, "end": 1.1407317073170733, "audio_filename": "processed-audio/0-321061-1.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda menga", "start": 0.2802439024390244, "end": 1.5410801393728224, "audio_filename": "processed-audio/0-321061-2.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengala", "start": 0.2802439024390244, "end": 1.741254355400697, "audio_filename": "processed-audio/0-321061-3.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami", "start": 0.2802439024390244, "end": 1.8613588850174216, "audio_filename": "processed-audio/0-321061-4.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situ", "start": 0.2802439024390244, "end": 2.061533101045296, "audio_filename": "processed-audio/0-321061-5.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situa", "start": 0.2802439024390244, "end": 2.3017421602787453, "audio_filename": "processed-audio/0-321061-6.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi", "start": 0.2802439024390244, "end": 2.3818118466898954, "audio_filename": "processed-audio/0-321061-7.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di", "start": 0.2802439024390244, "end": 2.541951219512195, "audio_filename": "processed-audio/0-321061-8.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana", "start": 0.2802439024390244, "end": 2.702090592334495, "audio_filename": "processed-audio/0-321061-9.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana su", "start": 0.2802439024390244, "end": 2.9823344947735193, "audio_filename": "processed-audio/0-321061-10.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana sub", "start": 0.2802439024390244, "end": 3.102439024390244, "audio_filename": "processed-audio/0-321061-11.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subj", "start": 0.2802439024390244, "end": 3.182508710801394, "audio_filename": "processed-audio/0-321061-12.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subje", "start": 0.2802439024390244, "end": 3.3026132404181183, "audio_filename": "processed-audio/0-321061-13.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek", "start": 0.2802439024390244, "end": 3.3426480836236934, "audio_filename": "processed-audio/0-321061-14.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek ter", "start": 0.2802439024390244, "end": 3.462752613240418, "audio_filename": "processed-audio/0-321061-15.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terke", "start": 0.2802439024390244, "end": 3.622891986062718, "audio_filename": "processed-audio/0-321061-16.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkelu", "start": 0.2802439024390244, "end": 3.7830313588850175, "audio_filename": "processed-audio/0-321061-17.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar", "start": 0.2802439024390244, "end": 3.863101045296167, "audio_filename": "processed-audio/0-321061-18.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada", "start": 0.2802439024390244, "end": 3.9832055749128923, "audio_filename": "processed-audio/0-321061-19.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada bi", "start": 0.2802439024390244, "end": 4.463623693379791, "audio_filename": "processed-audio/0-321061-20.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada bing", "start": 0.2802439024390244, "end": 4.62376306620209, "audio_filename": "processed-audio/0-321061-21.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada bingka", "start": 0.2802439024390244, "end": 4.663797909407666, "audio_filename": "processed-audio/0-321061-22.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada bingkai", "start": 0.2802439024390244, "end": 4.7438675958188155, "audio_filename": "processed-audio/0-321061-23.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada bingkai gambar", "start": 0.2802439024390244, "end": 4.863972125435541, "audio_filename": "processed-audio/0-321061-24.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" }, { "text": "pernahkah anda mengalami situasi di mana subjek terkeluar daripada bingkai gambar", "start": 0.2802439024390244, "end": 4.863972125435541, "audio_filename": "processed-audio/0-321061-25.mp3", "original_audio_filename": "output-audio/0-10033-5.mp3" } ] ``` ## how-to ```bash git clone https://huggingface.co/datasets/mesolitica/pseudostreaming-malaya-speech-stt cd pseudostreaming-malaya-speech-stt wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz tar -xf 7z2301-linux-x64.tar.xz ./7zz x processed-audio.7z.001 -y -mmt40 ```
mesolitica/pseudostreaming-malaya-speech-stt
[ "task_categories:automatic-speech-recognition", "language:ms", "license:mit", "region:us" ]
2024-01-17T14:59:47+00:00
{"language": ["ms"], "license": "mit", "task_categories": ["automatic-speech-recognition"]}
2024-02-12T07:57:36+00:00
[]
[ "ms" ]
TAGS #task_categories-automatic-speech-recognition #language-Malay (macrolanguage) #license-mit #region-us
# Pseudostreaming Malaya-Speech STT Original dataset at URL We use URL to generate pseudostreaming dataset, source code at URL Total 8667.802379812754 hours. data format from URL, ## how-to
[ "# Pseudostreaming Malaya-Speech STT\n\nOriginal dataset at URL\n\nWe use URL to generate pseudostreaming dataset, source code at URL\n\nTotal 8667.802379812754 hours.\n\ndata format from URL,", "## how-to" ]
[ "TAGS\n#task_categories-automatic-speech-recognition #language-Malay (macrolanguage) #license-mit #region-us \n", "# Pseudostreaming Malaya-Speech STT\n\nOriginal dataset at URL\n\nWe use URL to generate pseudostreaming dataset, source code at URL\n\nTotal 8667.802379812754 hours.\n\ndata format from URL,", "## how-to" ]
[ 37, 49, 4 ]
[ "passage: TAGS\n#task_categories-automatic-speech-recognition #language-Malay (macrolanguage) #license-mit #region-us \n# Pseudostreaming Malaya-Speech STT\n\nOriginal dataset at URL\n\nWe use URL to generate pseudostreaming dataset, source code at URL\n\nTotal 8667.802379812754 hours.\n\ndata format from URL,## how-to" ]
[ -0.029090743511915207, 0.001678289845585823, -0.001006204984150827, 0.003421527799218893, 0.11155065149068832, -0.02458159253001213, 0.10480842739343643, 0.031368181109428406, -0.17114298045635223, -0.01191849447786808, 0.07252658903598785, -0.0939856693148613, 0.059651363641023636, 0.09320836514234543, -0.04798087477684021, -0.3133000433444977, 0.02359294891357422, -0.09769587218761444, 0.1425798386335373, 0.1151239424943924, 0.13829760253429413, -0.0019162950338795781, 0.0746060311794281, -0.07563993334770203, -0.0870111957192421, 0.04759073257446289, -0.0702313706278801, -0.16642725467681885, 0.03324279934167862, 0.022751422598958015, 0.013746495358645916, -0.013217195868492126, 0.10219190269708633, -0.019913220778107643, 0.0216860119253397, 0.006214371882379055, 0.0761750340461731, -0.04183099791407585, -0.055763129144907, 0.12586021423339844, 0.08303925395011902, 0.0476321317255497, -0.027605853974819183, 0.06979834288358688, -0.17705078423023224, -0.08624019473791122, -0.0779404416680336, -0.03168525546789169, 0.18236537277698517, 0.16710998117923737, -0.08510477840900421, 0.18702705204486847, -0.12165190279483795, 0.07284259051084518, -0.04266847297549248, -0.21375033259391785, -0.00998604390770197, -0.008199697360396385, 0.039212845265865326, 0.05567137897014618, 0.009689901024103165, 0.04616295173764229, 0.04853704944252968, 0.0331641249358654, -0.14840275049209595, -0.1962224394083023, -0.36845847964286804, -0.035698678344488144, -0.07220975309610367, 0.07952561229467392, 0.2120368331670761, 0.011137533001601696, -0.02923326939344406, -0.009082338772714138, 0.004881951492279768, 0.053177475929260254, -0.02628287859261036, 0.04037617892026901, -0.05430016666650772, 0.04600849002599716, 0.11749431490898132, -0.047205328941345215, -0.0425882451236248, -0.06975807249546051, -0.11023946106433868, 0.009605614468455315, 0.03969617933034897, 0.07476819306612015, -0.15657074749469757, -0.0679887905716896, 0.041408296674489975, -0.08419936895370483, 0.002790338359773159, -0.03965391218662262, 0.019066667184233665, 0.07741096615791321, -0.025034166872501373, -0.061250414699316025, 0.02195981703698635, -0.008265075273811817, 0.1101655662059784, 0.07959157973527908, -0.06311888247728348, 0.09751757234334946, 0.06922420859336853, 0.05070047825574875, -0.17459215223789215, -0.04455016180872917, 0.07576253265142441, -0.0739535391330719, 0.04272410273551941, -0.030026545748114586, -0.056925397366285324, 0.07703567296266556, -0.13174337148666382, 0.10092077404260635, -0.05208974704146385, 0.08405320346355438, -0.021487103775143623, 0.005545587744563818, 0.055235303938388824, -0.1192159578204155, -0.05251045897603035, -0.040143419057130814, -0.14232364296913147, 0.07607477903366089, 0.05077964812517166, 0.027963990345597267, -0.12363506108522415, -0.05003583803772926, 0.02804054133594036, 0.039611704647541046, -0.017237650230526924, -0.15737424790859222, -0.028777481988072395, -0.14741244912147522, -0.055183615535497665, -0.10541287809610367, -0.21458423137664795, -0.03938377648591995, 0.01697109080851078, -0.05956153944134712, 0.009084684774279594, -0.1092899739742279, -0.004488666076213121, -0.008765914477407932, -0.06876217573881149, -0.02804860845208168, -0.059229329228401184, 0.0443844310939312, 0.06837485730648041, 0.13249419629573822, -0.20401106774806976, 0.04669252038002014, -0.10768396407365799, -0.010941616259515285, -0.022007767111063004, 0.16612163186073303, -0.10172232240438461, 0.0727207213640213, -0.11117106676101685, -0.02396293915808201, -0.00739014009013772, 0.05724187195301056, 0.048738107085227966, 0.08735879510641098, -0.22336052358150482, 0.021149246022105217, 0.07571528851985931, -0.02738008461892605, -0.05836126580834389, 0.12366423010826111, 0.03837538883090019, 0.14861342310905457, 0.03133801370859146, 0.19571737945079803, -0.0024449059274047613, 0.0035327619407325983, 0.10210344195365906, 0.07400725036859512, -0.03597384691238403, -0.05092249810695648, 0.06469020992517471, -0.01946614868938923, 0.0035592662170529366, 0.055594440549612045, 0.12075427919626236, 0.08428359776735306, -0.01612691394984722, -0.05861038342118263, 0.08482329547405243, -0.08034789562225342, -0.08323679119348526, 0.016968179494142532, 0.11627570539712906, -0.047078538686037064, 0.024268899112939835, 0.035603974014520645, 0.02394423820078373, 0.007974961772561073, 0.0693286880850792, -0.13493475317955017, -0.07259660959243774, 0.040336497128009796, 0.021560899913311005, -0.163667693734169, 0.06401266157627106, -0.036809105426073074, 0.1912381798028946, 0.22396323084831238, -0.060947760939598083, -0.01945364661514759, 0.0035315637942403555, 0.020784365013241768, 0.10213592648506165, 0.1285555213689804, 0.003694696817547083, -0.050604261457920074, -0.017720209434628487, 0.07824569195508957, -0.017666984349489212, -0.04306873679161072, 0.014026348479092121, -0.04237449914216995, -0.06941057741641998, 0.012052290141582489, -0.036172740161418915, 0.039024826139211655, 0.1234443187713623, 0.14127875864505768, 0.042085371911525726, -0.015358151867985725, 0.03452424332499504, -0.006981042213737965, 0.006818415131419897, 0.21424034237861633, -0.10122796893119812, -0.007174795027822256, 0.13249419629573822, -0.1589803695678711, -0.06454057991504669, 0.20392023026943207, 0.05516740307211876, -0.034034691751003265, -0.04282298684120178, 0.08020669221878052, 0.164427250623703, -0.02638363651931286, 0.15232980251312256, -0.029097456485033035, 0.014000910334289074, 0.019795488566160202, -0.12736809253692627, 0.05702509731054306, 0.08877558261156082, 0.11538156867027283, -0.2165111005306244, 0.0740383043885231, -0.09826160222291946, 0.0273740217089653, 0.0682123601436615, -0.016114596277475357, 0.012536038644611835, -0.009673595428466797, -0.004227015655487776, -0.04128210246562958, 0.03893529623746872, -0.06704401969909668, -0.12403855472803116, 0.03394320234656334, 0.07243698835372925, 0.038984835147857666, -0.062645323574543, -0.057488199323415756, -0.05073167756199837, -0.02725989930331707, -0.26579922437667847, 0.031329698860645294, -0.028215037658810616, 0.048242248594760895, -0.054963838309049606, -0.042727310210466385, -0.0005764408851973712, -0.04010903090238571, -0.06558188050985336, 0.09317716956138611, -0.14239537715911865, -0.2577078640460968, -0.11948730051517487, -0.14266975224018097, -0.03613794595003128, -0.03744085878133774, 0.03354612737894058, -0.10810121893882751, -0.11229018867015839, -0.013481956906616688, 0.0070307329297065735, -0.024163978174328804, -0.01828056387603283, -0.039184849709272385, 0.01684625633060932, -0.05221422016620636, -0.1460009217262268, 0.04897989332675934, -0.033128783106803894, 0.05215997248888016, 0.09125039726495743, -0.12263540178537369, 0.008068694733083248, 0.08259309828281403, -0.02570413239300251, 0.022538134828209877, -0.04849502071738243, 0.19556796550750732, -0.028427673503756523, -0.0017496432410553098, 0.13346248865127563, -0.07551521807909012, -0.01270054280757904, 0.15161503851413727, 0.034112781286239624, -0.1391325443983078, 0.09494608640670776, 0.05576600134372711, -0.041457366198301315, -0.18317395448684692, -0.10245271027088165, -0.09244398772716522, 0.059971004724502563, -0.06719125807285309, 0.010711943730711937, -0.007275104057043791, -0.014708653092384338, 0.040655601769685745, 0.14943920075893402, 0.007980474270880222, -0.038726188242435455, 0.05805360525846481, -0.028333548456430435, 0.08530905842781067, -0.10373369604349136, -0.010406162589788437, 0.04553759843111038, -0.040268879383802414, 0.15967552363872528, 0.0929596945643425, 0.013157631270587444, 0.028436746448278427, 0.11211995780467987, 0.05260537192225456, 0.05748026445508003, -0.11027656495571136, 0.03184284269809723, -0.02754286676645279, 0.003165642498061061, 0.04139234125614166, 0.01172206737101078, 0.10077325254678726, -0.120636947453022, 0.07096289843320847, 0.04126362502574921, 0.03980014845728874, 0.11523207277059555, 0.09336327761411667, -0.08468946069478989, 0.03619978204369545, 0.011334462091326714, 0.009931274689733982, -0.07436327636241913, 0.11104406416416168, 0.09612737596035004, -0.0029586590826511383, 0.06420774757862091, 0.054340604692697525, 0.16968438029289246, 0.022935427725315094, -0.0007109547732397914, -0.06722693890333176, -0.11905496567487717, -0.005803781561553478, 0.06905058026313782, -0.18707574903964996, 0.2583511173725128, 0.047267667949199677, 0.04566675052046776, -0.03268232196569443, -0.02111881598830223, 0.05635569244623184, 0.01524228323251009, 0.1116056963801384, 0.04986731335520744, -0.14445364475250244, -0.14645428955554962, -0.10470552742481232, 0.045243579894304276, 0.1528329998254776, 0.1550998091697693, -0.014233089983463287, 0.04652039334177971, 0.01801876723766327, 0.021306112408638, -0.1421595960855484, -0.1860029697418213, -0.02344709448516369, -0.009368494153022766, 0.1920139491558075, -0.030777694657444954, 0.03770320490002632, 0.02885306440293789, -0.04496914893388748, 0.10572519153356552, -0.15402784943580627, -0.0923955887556076, -0.05967992544174194, -0.04665912687778473, 0.10895325243473053, -0.05471707507967949, -0.026400253176689148, 0.017552413046360016, -0.1710602045059204, 0.05279029905796051, -0.04815245792269707, 0.17215761542320251, 0.014176185242831707, 0.010244413278996944, -0.024635804817080498, 0.05698702484369278, 0.027963826432824135, 0.023395005613565445, -0.02138700895011425, 0.027676526457071304, 0.023269040510058403, -0.10830211639404297, -0.0420241542160511, -0.06835715472698212, -0.015647629275918007, 0.12893302738666534, -0.008165568113327026, -0.13997891545295715, -0.05205622315406799, -0.062054283916950226, 0.1646459400653839, 0.09709791094064713, 0.031141027808189392, 0.10124324262142181, 0.3284139037132263, -0.04405296593904495, -0.3284783661365509, -0.0057199690490961075, -0.03939036279916763, 0.07050977647304535, -0.10097284615039825, -0.1915784329175949, 0.07528873533010483, 0.02214161306619644, 0.022867120802402496, 0.009677515365183353, -0.22653812170028687, -0.15421630442142487, 0.1948152631521225, -0.10584686696529388, 0.18164943158626556, -0.09371116757392883, -0.05177949741482735, -0.09456181526184082, -0.06811288744211197, 0.08935923129320145, -0.10594180226325989, 0.08752646297216415, 0.050929535180330276, 0.0771976187825203, -0.024143652990460396, 0.04016188532114029, 0.15195384621620178, -0.009732215665280819, 0.04347691684961319, -0.06461093574762344, -0.10238811373710632, 0.21331730484962463, 0.06981973350048065, 0.15552440285682678, -0.033274807035923004, 0.03434144705533981, -0.16621023416519165, 0.01447400264441967, -0.04257643222808838, -0.0009057132992893457, 0.08482690900564194, -0.031585950404405594, -0.03357037901878357, 0.013613448478281498, -0.03649688884615898, 0.011497876606881618, 0.09327235817909241, -0.05852712318301201, -0.12609954178333282, 0.05257411673665047, 0.0391087681055069, -0.09401882439851761, 0.15123598277568817, -0.037090327590703964, -0.049202095717191696, 0.10238860547542572, -0.08804941922426224, -0.06642959266901016, 0.06666447967290878, 0.02883785404264927, 0.0749642625451088, 0.004135122522711754, -0.013497288338840008, 0.1823427677154541, 0.058394256979227066, 0.029299266636371613, 0.006736970506608486, 0.0007802693289704621, 0.01392537634819746, 0.09869823604822159, -0.03799450397491455, 0.094295434653759, -0.08592601865530014, 0.006134900730103254, -0.006917528808116913, 0.0015734382905066013, -0.13541734218597412, 0.18294255435466766, 0.04055777192115784, 0.05079600587487221, -0.1472160667181015, 0.2213270515203476, 0.10670293867588043, 0.08252767473459244, 0.01727518066763878, 0.21482351422309875, -0.1400003284215927, -0.03405500575900078, -0.010551052168011665, 0.01663171872496605, 0.11839137971401215, -0.07911130040884018, -0.009845826774835587, -0.07300768792629242, -0.045600634068250656, 0.18900172412395477, -0.03602491691708565, 0.03690353035926819, -0.10645516216754913, -0.008653171360492706, -0.04811285808682442, -0.05872819200158119, 0.11418057233095169, 0.011407310143113136, -0.02931889519095421, 0.18535491824150085, 0.0933573842048645, 0.08934030681848526, -0.09158359467983246, -0.09189546853303909, -0.10784237831830978, 0.0869780108332634, -0.12926912307739258, 0.04062234237790108, -0.041466861963272095, -0.011365024372935295, -0.02767806500196457, -0.03690832480788231, -0.07789106667041779, -0.020508360117673874, -0.04703333601355553, 0.013439984992146492, 0.011822249740362167, -0.004301032982766628, -0.12555016577243805, -0.08930196613073349, 0.018274536356329918, 0.037894245237112045, 0.061708059161901474, 0.1565639227628708, -0.14379774034023285, 0.08049892634153366, -0.016702743247151375, -0.12142277508974075, 0.15055587887763977, 0.06780899316072464, 0.07117677479982376, 0.04814603552222252, -0.02329093962907791, 0.036693353205919266, 0.08694738894701004, 0.03815625235438347, 0.18768663704395294, -0.07123930752277374, -0.061156127601861954, -0.1906774491071701, -0.03740452229976654, 0.010824520140886307, -0.0462731309235096, 0.0261076707392931, 0.13137121498584747, 0.12103088945150375, -0.06609738618135452, 0.00730885099619627, -0.008870373480021954, -0.013699418865144253, -0.05550113320350647, -0.1292540282011032, -0.12169141322374344, -0.059681907296180725, 0.07017002999782562, -0.09003977477550507, 0.1863565742969513, 0.05661616101861, -0.04090989753603935, 0.03229130804538727, 0.01734454184770584, -0.1743602156639099, 0.0025844245683401823, 0.19020672142505646, 0.10224312543869019, -0.000056344269978580996, -0.08974948525428772, 0.007093546446412802, -0.02831348404288292, -0.05581934005022049, 0.002762931166216731, 0.036780063062906265, 0.1884690523147583, 0.09833547472953796, 0.025421887636184692, -0.017197100445628166, -0.04629131034016609, 0.013151883147656918, -0.007361663039773703, 0.058602653443813324, -0.08882763236761093, -0.04420212656259537, 0.07129297405481339, 0.014273608103394508, 0.007847504690289497, -0.04567578434944153, -0.0909334048628807, -0.13459646701812744, -0.05947720259428024, -0.024499349296092987, -0.029972601681947708, -0.024235861375927925, -0.06301205605268478, 0.04763287678360939, 0.05614643543958664, 0.09409740567207336, 0.03601198270916939, 0.15149179100990295, -0.304311603307724, -0.06356152147054672, 0.07857921719551086, -0.09983482211828232, 0.03141899034380913, 0.006462248973548412, 0.0006807126337662339, 0.06634984165430069, 0.039208654314279556, 0.024524101987481117, 0.04173925891518593, -0.11025553941726685, 0.04824550449848175, -0.12198392301797867, -0.07161771506071091, -0.061075128614902496, 0.07758120447397232, 0.003954493440687656, 0.13329194486141205, 0.1324950009584427, -0.03459106758236885, 0.023768680170178413, 0.13344070315361023, -0.06936631351709366, -0.23701350390911102, -0.09687279909849167, 0.20396187901496887, 0.012350439094007015, 0.03728366270661354, -0.06785886734724045, -0.037690456956624985, -0.10325601696968079, 0.19098280370235443, 0.21481770277023315, -0.1404854953289032, -0.010347218252718449, -0.055257465690374374, 0.03177892416715622, -0.12157439440488815, 0.17693808674812317, 0.09074431657791138, 0.13014809787273407, 0.0033044260926544666, -0.1215503066778183, -0.08182160556316376, -0.09049259126186371, -0.1701139509677887, -0.08231206983327866, 0.05812147632241249, -0.07833046466112137, -0.03292922303080559, 0.17517124116420746, -0.26696330308914185, 0.05547656863927841, -0.09468746930360794, -0.029831979423761368, -0.09914498776197433, 0.031353361904621124, -0.08463352918624878, 0.16679972410202026, -0.014120676554739475, -0.01599629782140255, 0.09839649498462677, 0.0304813664406538, 0.0504729337990284, -0.07144103944301605, -0.132063627243042, 0.05687575042247772, -0.07710324972867966, 0.006451810710132122, 0.02963496558368206, 0.12448640167713165, -0.03560343012213707, 0.03410351276397705, -0.011804147623479366, 0.17155955731868744, -0.0020007998682558537, 0.09113068133592606, -0.004688939079642296, 0.08613646775484085, -0.043694868683815, 0.10830125957727432, 0.011584850028157234, 0.021885685622692108, 0.031136495992541313, 0.053407035768032074, 0.02857375703752041, -0.08530400693416595, 0.00461276900023222, -0.05735247582197189, 0.07262865453958511, 0.08373825252056122, -0.03835368528962135, 0.018261142075061798, -0.03302260488271713, 0.01772785186767578, -0.007867376320064068, -0.17719528079032898, -0.1054629310965538, -0.12139520049095154, -0.10706786811351776, 0.033867914229631424, 0.12726742029190063, -0.13627327978610992, 0.11447568982839584, -0.09435765445232391, 0.0121036721393466, 0.031461503356695175, 0.08167999982833862, 0.04267739877104759, -0.014593387022614479, -0.025002093985676765, -0.3126119077205658, 0.07050461322069168, 0.05872729420661926, -0.09377870708703995, -0.12360098958015442 ]
25f3fb413936f65622851b69b1a128fa5f7832d8
# Dataset of anna (Fire Emblem) This is the dataset of anna (Fire Emblem), containing 353 images and their tags. The core tags of this character are `red_hair, ponytail, breasts, red_eyes, long_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 353 | 399.09 MiB | [Download](https://huggingface.co/datasets/CyberHarem/anna_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 353 | 225.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/anna_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 841 | 474.40 MiB | [Download](https://huggingface.co/datasets/CyberHarem/anna_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 353 | 351.09 MiB | [Download](https://huggingface.co/datasets/CyberHarem/anna_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 841 | 663.62 MiB | [Download](https://huggingface.co/datasets/CyberHarem/anna_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/anna_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 17 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, solo, looking_at_viewer, smile, simple_background, white_background, blush, cape, gloves, one_eye_closed, open_mouth, upper_body | | 1 | 15 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1boy, 1girl, hetero, nipples, penis, blush, solo_focus, smile, open_mouth, cowgirl_position, cum_on_body, girl_on_top, mosaic_censoring, navel, sex, vaginal, completely_nude, pov, uncensored | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, nipples, solo, uncensored, completely_nude, erection, huge_penis, large_penis, blush, large_breasts, navel, futanari_masturbation, open_mouth, veins, artist_name, ejaculation, large_testicles | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bare_shoulders, hair_flower, white_dress, smile, solo, looking_at_viewer, simple_background, bangs, detached_sleeves, bride, full_body, holding, jewelry, official_alternate_costume, wedding_dress, choker, rose, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | looking_at_viewer | smile | simple_background | white_background | blush | cape | gloves | one_eye_closed | open_mouth | upper_body | 1boy | hetero | nipples | penis | solo_focus | cowgirl_position | cum_on_body | girl_on_top | mosaic_censoring | navel | sex | vaginal | completely_nude | pov | uncensored | erection | huge_penis | large_penis | large_breasts | futanari_masturbation | veins | artist_name | ejaculation | large_testicles | bare_shoulders | hair_flower | white_dress | bangs | detached_sleeves | bride | full_body | holding | jewelry | official_alternate_costume | wedding_dress | choker | rose | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------|:--------|:--------------------|:-------------------|:--------|:-------|:---------|:-----------------|:-------------|:-------------|:-------|:---------|:----------|:--------|:-------------|:-------------------|:--------------|:--------------|:-------------------|:--------|:------|:----------|:------------------|:------|:-------------|:-----------|:-------------|:--------------|:----------------|:------------------------|:--------|:--------------|:--------------|:------------------|:-----------------|:--------------|:--------------|:--------|:-------------------|:--------|:------------|:----------|:----------|:-----------------------------|:----------------|:---------|:-------| | 0 | 17 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 15 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | X | | | X | | | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | 2 | 9 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | | | | X | | | | X | | | | X | | | | | | | X | | | X | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/anna_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T15:03:26+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:41:03+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of anna (Fire Emblem) ============================= This is the dataset of anna (Fire Emblem), containing 353 images and their tags. The core tags of this character are 'red\_hair, ponytail, breasts, red\_eyes, long\_hair', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
8a39f50394f20aba10ad59c0ac1fbae246176025
# Dataset of furen (Fire Emblem) This is the dataset of furen (Fire Emblem), containing 466 images and their tags. The core tags of this character are `green_hair, long_hair, green_eyes, hair_ornament, drill_hair, bow`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 466 | 497.75 MiB | [Download](https://huggingface.co/datasets/CyberHarem/furen_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 466 | 304.16 MiB | [Download](https://huggingface.co/datasets/CyberHarem/furen_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 977 | 605.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/furen_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 466 | 451.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/furen_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 977 | 832.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/furen_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/furen_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, closed_mouth, full_body, garreg_mach_monastery_uniform, long_sleeves, solo, black_footwear, simple_background, smile, white_background, knee_boots, pantyhose, black_dress | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, closed_mouth, garreg_mach_monastery_uniform, smile, solo, long_sleeves, upper_body, simple_background, hairclip, white_background | | 2 | 27 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, garreg_mach_monastery_uniform, solo, long_sleeves, open_mouth, upper_body, simple_background, white_background | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bell, cat_tail, dress, solo, alternate_costume, long_sleeves, tail_ornament, white_gloves, cat_ears, open_mouth, halloween_costume, holding, paw_gloves, paw_pose, paw_print, smile | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, blush, hetero, mosaic_censoring, solo_focus, looking_at_viewer, hairclip, open_mouth, pov, cum, handjob, licking_penis, tongue_out | | 5 | 12 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, 1boy, hetero, open_mouth, vaginal, blush, penis, sex, breasts, solo_focus, cum_in_pussy, nipples, censored, spread_legs, completely_nude, sweat | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, nipples, completely_nude, navel, solo, blush, pussy, looking_at_viewer, closed_mouth, small_breasts | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | closed_mouth | full_body | garreg_mach_monastery_uniform | long_sleeves | solo | black_footwear | simple_background | smile | white_background | knee_boots | pantyhose | black_dress | upper_body | hairclip | open_mouth | bell | cat_tail | dress | alternate_costume | tail_ornament | white_gloves | cat_ears | halloween_costume | holding | paw_gloves | paw_pose | paw_print | 1boy | blush | hetero | mosaic_censoring | solo_focus | looking_at_viewer | pov | cum | handjob | licking_penis | tongue_out | vaginal | penis | sex | breasts | cum_in_pussy | nipples | censored | spread_legs | completely_nude | sweat | navel | pussy | small_breasts | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:------------|:--------------------------------|:---------------|:-------|:-----------------|:--------------------|:--------|:-------------------|:-------------|:------------|:--------------|:-------------|:-----------|:-------------|:-------|:-----------|:--------|:--------------------|:----------------|:---------------|:-----------|:--------------------|:----------|:-------------|:-----------|:------------|:-------|:--------|:---------|:-------------------|:-------------|:--------------------|:------|:------|:----------|:----------------|:-------------|:----------|:--------|:------|:----------|:---------------|:----------|:-----------|:--------------|:------------------|:--------|:--------|:--------|:----------------| | 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | X | X | | X | X | X | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 27 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | X | X | | X | | X | | | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | X | X | | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | | | | | | | | | X | X | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | 5 | 12 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | | | | | | | | | | | | X | | | | | | | | | | | | | X | X | X | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | | X | | | | | | | | | | | X | | | X | | X | X | X |
CyberHarem/furen_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T15:03:28+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:31:57+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of furen (Fire Emblem) ============================== This is the dataset of furen (Fire Emblem), containing 466 images and their tags. The core tags of this character are 'green\_hair, long\_hair, green\_eyes, hair\_ornament, drill\_hair, bow', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
d1dc27221cf2f1e8ac2360b46a5dd6482ca74b35
# Dataset of tiamo (Fire Emblem) This is the dataset of tiamo (Fire Emblem), containing 449 images and their tags. The core tags of this character are `long_hair, red_hair, red_eyes, breasts, hair_ornament, hair_between_eyes, very_long_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 449 | 532.08 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tiamo_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 449 | 324.59 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tiamo_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1004 | 622.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tiamo_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 449 | 482.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tiamo_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1004 | 835.50 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tiamo_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/tiamo_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, blush, looking_at_viewer, navel, nipples, smile, solo, large_breasts, completely_nude, female_pubic_hair, pussy | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, blush, navel, nipples, solo, thighhighs, looking_at_viewer, pussy, elbow_gloves, medium_breasts, nude, small_breasts, smile | | 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1boy, 1girl, blush, completely_nude, hetero, nipples, sex, solo_focus, vaginal, mosaic_censoring, navel, open_mouth, penis, pussy, spread_legs, small_breasts, medium_breasts, sweat, missionary, on_back, pov, looking_at_viewer, pillow | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, anus, blush, completely_nude, hetero, looking_at_viewer, looking_back, mosaic_censoring, open_mouth, penis, pussy, solo_focus, vaginal, medium_breasts, nipples, sex_from_behind, ass_grab, girl_on_top, reverse_cowgirl_position, indoors, spread_legs, sweat, wing_hair_ornament | | 4 | 10 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, garter_straps, gauntlets, solo, thighhighs, thigh_boots, spear, breastplate, looking_at_viewer, belt | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, garter_straps, holding_weapon, solo, thigh_boots, thighhighs, breastplate, feathers, gloves, looking_at_viewer, red_dress, short_dress, smile, spear, wing_hair_ornament, gauntlets, shoulder_armor, zettai_ryouiki | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, gauntlets, smile, solo, looking_at_viewer, polearm, breastplate, holding_weapon, simple_background, white_background | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, full_body, holding_bow_(weapon), solo, wedding_dress, white_dress, high_heels, looking_at_viewer, bride, gloves, simple_background, smile, bare_shoulders, bridal_gauntlets, grey_background, holding_arrow, one_eye_closed, open_mouth, white_background | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | wedding_dress, 1girl, bare_shoulders, blush, looking_at_viewer, smile, solo, white_dress, bride, pearl_necklace | | 9 | 9 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, solo, bare_shoulders, holding_weapon, looking_at_viewer, navel, red_bikini, fingerless_gloves, collarbone, fish, smile, bangs, bikini_skirt, cleavage, full_body, simple_background, spear, blush, sandals, small_breasts, toeless_footwear | | 10 | 14 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, looking_at_viewer, solo, red_bikini, navel, smile, blush, sky, small_breasts, upper_body, collarbone, bare_shoulders, cloud, day, bangs, open_mouth, outdoors, wing_hair_ornament | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blush | looking_at_viewer | navel | nipples | smile | solo | large_breasts | completely_nude | female_pubic_hair | pussy | thighhighs | elbow_gloves | medium_breasts | nude | small_breasts | 1boy | hetero | sex | solo_focus | vaginal | mosaic_censoring | open_mouth | penis | spread_legs | sweat | missionary | on_back | pov | pillow | anus | looking_back | sex_from_behind | ass_grab | girl_on_top | reverse_cowgirl_position | indoors | wing_hair_ornament | garter_straps | gauntlets | thigh_boots | spear | breastplate | belt | holding_weapon | feathers | gloves | red_dress | short_dress | shoulder_armor | zettai_ryouiki | polearm | simple_background | white_background | full_body | holding_bow_(weapon) | wedding_dress | white_dress | high_heels | bride | bare_shoulders | bridal_gauntlets | grey_background | holding_arrow | one_eye_closed | pearl_necklace | red_bikini | fingerless_gloves | collarbone | fish | bangs | bikini_skirt | cleavage | sandals | toeless_footwear | sky | upper_body | cloud | day | outdoors | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:--------|:--------------------|:--------|:----------|:--------|:-------|:----------------|:------------------|:--------------------|:--------|:-------------|:---------------|:-----------------|:-------|:----------------|:-------|:---------|:------|:-------------|:----------|:-------------------|:-------------|:--------|:--------------|:--------|:-------------|:----------|:------|:---------|:-------|:---------------|:------------------|:-----------|:--------------|:---------------------------|:----------|:---------------------|:----------------|:------------|:--------------|:--------|:--------------|:-------|:-----------------|:-----------|:---------|:------------|:--------------|:-----------------|:-----------------|:----------|:--------------------|:-------------------|:------------|:-----------------------|:----------------|:--------------|:-------------|:--------|:-----------------|:-------------------|:------------------|:----------------|:-----------------|:-----------------|:-------------|:--------------------|:-------------|:-------|:--------|:---------------|:-----------|:----------|:-------------------|:------|:-------------|:--------|:------|:-----------| | 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | | | | X | | X | | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | | X | | | | X | | X | | | X | | | X | X | | X | X | X | X | X | X | X | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 10 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | X | | | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | X | | | X | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | X | | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | X | | | X | X | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | X | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | X | X | | | | | X | | | | | | | | | | | | | | | | 9 | 9 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | X | X | X | | X | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | | | | | | X | | X | | | | | | X | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | 10 | 14 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | X | X | X | | X | X | | | | | | | | | X | | | | | | | X | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | | X | | X | | | | | X | X | X | X | X |
CyberHarem/tiamo_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T15:03:39+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:43:50+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of tiamo (Fire Emblem) ============================== This is the dataset of tiamo (Fire Emblem), containing 449 images and their tags. The core tags of this character are 'long\_hair, red\_hair, red\_eyes, breasts, hair\_ornament, hair\_between\_eyes, very\_long\_hair', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
9c87532c584b68abb25361927af33cf16dbb010a
# LVIS ### Dataset Summary This dataset is the implementation of LVIS dataset into Hugging Face datasets. Please visit the original website for more information. - https://www.lvisdataset.org/ ### Loading This code returns train, validation and test generators. ```python from datasets import load_dataset dataset = load_dataset("winvoker/lvis") ``` Objects is a dictionary which contains annotation information like bbox, class. ``` DatasetDict({ train: Dataset({ features: ['id', 'image', 'height', 'width', 'objects'], num_rows: 100170 }) validation: Dataset({ features: ['id', 'image', 'height', 'width', 'objects'], num_rows: 4809 }) test: Dataset({ features: ['id', 'image', 'height', 'width', 'objects'], num_rows: 19822 }) }) ``` ### Access Generators ```python train = dataset["train"] validation = dataset["validation"] test = dataset["test"] ``` An example row is as follows. ```json { 'id': 0, 'image': '000000437561.jpg', 'height': 480, 'width': 640, 'objects': { 'bboxes': [[[392, 271, 14, 3]], 'classes': [117], 'segmentation': [[376, 272, 375, 270, 372, 269, 371, 269, 373, 269, 373]] } } ```
anvilarth/lvis
[ "language:en", "license:apache-2.0", "region:us" ]
2024-01-17T15:10:32+00:00
{"language": ["en"], "license": "apache-2.0"}
2024-01-17T15:20:57+00:00
[]
[ "en" ]
TAGS #language-English #license-apache-2.0 #region-us
# LVIS ### Dataset Summary This dataset is the implementation of LVIS dataset into Hugging Face datasets. Please visit the original website for more information. - URL ### Loading This code returns train, validation and test generators. Objects is a dictionary which contains annotation information like bbox, class. ### Access Generators An example row is as follows.
[ "# LVIS", "### Dataset Summary\n\nThis dataset is the implementation of LVIS dataset into Hugging Face datasets. Please visit the original website for more information. \n\n- URL", "### Loading\nThis code returns train, validation and test generators.\n\n\n\nObjects is a dictionary which contains annotation information like bbox, class.", "### Access Generators\n\n\nAn example row is as follows." ]
[ "TAGS\n#language-English #license-apache-2.0 #region-us \n", "# LVIS", "### Dataset Summary\n\nThis dataset is the implementation of LVIS dataset into Hugging Face datasets. Please visit the original website for more information. \n\n- URL", "### Loading\nThis code returns train, validation and test generators.\n\n\n\nObjects is a dictionary which contains annotation information like bbox, class.", "### Access Generators\n\n\nAn example row is as follows." ]
[ 18, 3, 36, 35, 14 ]
[ "passage: TAGS\n#language-English #license-apache-2.0 #region-us \n# LVIS### Dataset Summary\n\nThis dataset is the implementation of LVIS dataset into Hugging Face datasets. Please visit the original website for more information. \n\n- URL### Loading\nThis code returns train, validation and test generators.\n\n\n\nObjects is a dictionary which contains annotation information like bbox, class.### Access Generators\n\n\nAn example row is as follows." ]
[ -0.11063840240240097, 0.13026033341884613, -0.0019461893243715167, 0.10173057019710541, 0.10341070592403412, 0.061553314328193665, 0.07980720698833466, 0.12717421352863312, 0.16604842245578766, -0.04410971701145172, 0.14763225615024567, -0.0039013444911688566, 0.038708943873643875, 0.17889049649238586, 0.052107907831668854, -0.16419322788715363, 0.04607990384101868, -0.03586798161268234, -0.08813037723302841, 0.03253971412777901, 0.11364731937646866, 0.038377244025468826, 0.13400821387767792, -0.08455706387758255, -0.13869145512580872, 0.04153415560722351, -0.03501502424478531, -0.008294512517750263, 0.10858114063739777, -0.0004368418885860592, -0.0006435875548049808, -0.019952498376369476, 0.05537349358201027, -0.1955728381872177, 0.0251742135733366, -0.01964045874774456, -0.035652872174978256, 0.015984516590833664, -0.010942179709672928, -0.07513938099145889, 0.14790163934230804, -0.06867586821317673, -0.011881345883011818, 0.0369102917611599, -0.08241603523492813, -0.17548881471157074, -0.03432813286781311, -0.13062110543251038, 0.044618748128414154, 0.03645309433341026, 0.017646564170718193, 0.043854620307683945, -0.04708648845553398, 0.098812997341156, 0.15966469049453735, -0.17124782502651215, 0.015272649936378002, 0.13856516778469086, -0.03305978700518608, 0.0362682081758976, -0.013597095385193825, 0.07794090360403061, 0.07395333796739578, -0.01548722293227911, -0.0060132513754069805, -0.05557546764612198, -0.3133186995983124, 0.09243905544281006, -0.03278167545795441, -0.0703604519367218, 0.4382800757884979, -0.0022449966054409742, -0.05311038717627525, 0.004427144303917885, 0.006835639011114836, 0.03539350628852844, 0.021960213780403137, 0.025288185104727745, 0.0704854354262352, 0.06935357302427292, -0.09991732239723206, -0.05175928771495819, -0.06731865555047989, -0.06588941067457199, -0.10028325021266937, -0.09568876028060913, -0.03252667188644409, 0.12267452478408813, -0.0676538348197937, 0.005721047054976225, -0.11921756714582443, -0.05286380276083946, -0.07241427153348923, -0.06596250832080841, 0.01650828868150711, 0.0820913165807724, -0.037887781858444214, 0.025578230619430542, 0.1853226274251938, 0.019237952306866646, 0.04600679874420166, -0.025104044005274773, -0.10860610753297806, 0.05021350458264351, 0.06411714851856232, 0.1195661872625351, 0.10303937643766403, -0.1509696990251541, 0.05269278585910797, -0.03515903651714325, 0.044003330171108246, -0.051844749599695206, -0.10508888214826584, -0.003326847217977047, -0.043116383254528046, 0.09052235633134842, 0.018899239599704742, 0.029414640739560127, -0.046624667942523956, 0.052861593663692474, -0.07992162555456161, -0.1205223798751831, 0.057802215218544006, -0.0004942874074913561, -0.11548669636249542, -0.15115946531295776, 0.11755967140197754, -0.03082529455423355, 0.008460743352770805, -0.13769201934337616, -0.05324610695242882, 0.03857611119747162, -0.05203262344002724, -0.05356967821717262, 0.03951714560389519, -0.13487549126148224, 0.04151484742760658, -0.11305004358291626, -0.2545364499092102, -0.00766102084890008, 0.05547279864549637, -0.01030710432678461, 0.04932977259159088, -0.10724125057458878, 0.03918066248297691, -0.02524774707853794, -0.030181165784597397, -0.10823912173509598, -0.0918634682893753, 0.01152339018881321, -0.05213779956102371, 0.1189105436205864, -0.1497259885072708, 0.009984182193875313, -0.185193732380867, 0.01908263750374317, 0.18744425475597382, 0.08304305374622345, -0.14080920815467834, 0.11831293255090714, -0.014235301874577999, 0.04790249466896057, -0.011657520197331905, 0.043052271008491516, 0.06375293433666229, 0.22590145468711853, -0.36695730686187744, -0.05882197991013527, 0.13134898245334625, -0.13591167330741882, -0.2041299045085907, 0.10988412797451019, -0.024761667475104332, 0.11042916029691696, 0.03041539527475834, 0.26509779691696167, -0.014319817535579205, -0.041234783828258514, -0.040441278368234634, 0.09516160935163498, -0.06194216385483742, -0.05446729063987732, 0.0392085425555706, -0.0017336488235741854, -0.07623717933893204, 0.1239112839102745, 0.010637951083481312, 0.0936218872666359, -0.0010076112812384963, -0.0952213928103447, -0.05810581520199776, -0.07189334183931351, -0.00969842541962862, 0.031032588332891464, -0.04674946889281273, -0.0715346485376358, 0.05665035918354988, -0.03866197541356087, 0.08652713149785995, -0.03408893197774887, 0.031190475448966026, -0.028249789029359818, 0.07467904686927795, 0.02525899186730385, -0.011393983848392963, -0.07456033676862717, -0.1158536821603775, -0.01005623023957014, 0.17508190870285034, 0.0692603588104248, -0.010676685720682144, 0.038927603513002396, -0.0206950381398201, 0.058412570506334305, 0.034745052456855774, 0.054162248969078064, -0.015176595188677311, 0.05118158832192421, -0.13376158475875854, 0.023499008268117905, -0.08599695563316345, 0.13948361575603485, -0.05884743109345436, 0.024572141468524933, -0.05144255608320236, 0.019275756552815437, 0.003162054345011711, -0.0012728733709082007, 0.023036517202854156, 0.01904023066163063, -0.065423883497715, -0.05898064002394676, 0.07987300306558609, 0.0018424001755192876, -0.029572874307632446, 0.04157479852437973, 0.0035468083806335926, -0.007244213949888945, 0.12717321515083313, 0.042496826499700546, 0.035115428268909454, -0.10877609997987747, -0.021605955436825752, 0.027948934584856033, -0.018296711146831512, 0.03894168511033058, -0.019845368340611458, -0.041056785732507706, 0.0579012930393219, -0.04386491701006889, 0.0516541413962841, -0.030395328998565674, -0.09810955822467804, -0.11328548192977905, 0.02280881628394127, 0.06117555871605873, -0.021316751837730408, 0.10767713934183121, 0.05852324515581131, -0.04704764485359192, 0.2246905118227005, -0.04159429296851158, -0.01874587871134281, -0.02310659922659397, -0.011298295110464096, -0.021554356440901756, 0.1629830300807953, -0.18479973077774048, -0.09260314702987671, 0.0731213167309761, -0.003098496003076434, 0.017663639038801193, -0.05616922304034233, -0.0490746796131134, -0.001759186270646751, -0.09157788753509521, -0.02825324982404709, 0.024981558322906494, -0.06598362326622009, 0.054747652262449265, -0.07355218380689621, -0.0951191857457161, 0.004761519376188517, -0.04100029543042183, -0.1015697568655014, 0.143184632062912, -0.21858535706996918, -0.19074586033821106, -0.1614208072423935, -0.09336580336093903, -0.15605466067790985, 0.04247024655342102, 0.07976197451353073, -0.08704902231693268, -0.011784683912992477, -0.1105741485953331, 0.027241459116339684, 0.049955759197473526, -0.01369552779942751, -0.05699176713824272, 0.03365897387266159, -0.0519649013876915, -0.1878797560930252, -0.016987580806016922, -0.017887094989418983, -0.0364377424120903, 0.06563087552785873, -0.11812219023704529, 0.11732959002256393, 0.033936887979507446, 0.01019210834056139, 0.04755496233701706, -0.07065989077091217, 0.19304484128952026, 0.008637319318950176, -0.023674923926591873, 0.032352667301893234, -0.020502910017967224, -0.03647659718990326, 0.13074325025081635, -0.0070712328888475895, -0.12205759435892105, 0.03419942036271095, -0.05911208689212799, -0.14559489488601685, -0.14104050397872925, -0.10579827427864075, -0.058552131056785583, 0.22494162619113922, 0.017960987985134125, 0.05772433429956436, -0.005518430378288031, 0.07490475475788116, 0.11283128708600998, 0.001447345013730228, 0.014814435504376888, 0.025725796818733215, 0.010091367177665234, -0.06640806049108505, 0.04293539747595787, -0.10258825123310089, 0.033089544624090195, 0.14092589914798737, 0.029666263610124588, 0.24721656739711761, -0.05823824182152748, -0.002006940310820937, 0.06687511503696442, 0.16674508154392242, -0.021324507892131805, 0.11196362972259521, -0.023022813722491264, 0.017060179263353348, -0.03632942959666252, -0.03574994206428528, -0.15082819759845734, 0.09802117198705673, 0.0316852368414402, -0.031169801950454712, -0.004074928816407919, 0.026235731318593025, 0.058021802455186844, 0.022702697664499283, 0.10038647800683975, -0.21089161932468414, 0.019409416243433952, 0.05938543379306793, 0.14080484211444855, -0.1024196669459343, 0.08252023905515671, 0.10710424184799194, -0.041325539350509644, 0.06471092253923416, 0.021054090932011604, 0.06465983390808105, 0.08102916926145554, -0.018535327166318893, -0.10820833593606949, -0.04999493062496185, 0.005573996342718601, 0.09931855648756027, -0.19557522237300873, 0.18539491295814514, -0.00041648439946584404, -0.02764471434056759, 0.0036139748990535736, 0.015468969941139221, 0.09589580446481705, 0.1431635320186615, 0.14567217230796814, 0.0460883267223835, -0.21940550208091736, -0.04412836581468582, -0.039635270833969116, 0.08844131976366043, -0.010429022833704948, 0.02292897179722786, -0.02516450546681881, -0.02693089097738266, 0.005744270980358124, -0.03293352201581001, 0.24822969734668732, -0.01098116859793663, -0.11784971505403519, -0.07527569681406021, 0.0741879865527153, 0.07782787084579468, -0.005085643846541643, 0.02506149746477604, 0.10132110118865967, 0.12000657618045807, 0.07529337704181671, -0.03669346868991852, -0.0708962008357048, 0.0019403506303206086, 0.10418273508548737, -0.02069174498319626, 0.024826765060424805, 0.002811172278597951, 0.016524262726306915, -0.04493991285562515, -0.12847144901752472, 0.016865691170096397, -0.08061346411705017, 0.08223600685596466, -0.062100689858198166, 0.06786397099494934, -0.045821499079465866, -0.011616770178079605, 0.051575493067502975, 0.045820653438568115, -0.06304061412811279, -0.04395558312535286, 0.0988580733537674, 0.13874386250972748, -0.1383722424507141, 0.16679315268993378, -0.12454654276371002, -0.1385265290737152, -0.014532853849232197, -0.035846635699272156, 0.20691998302936554, 0.16668030619621277, -0.0712255910038948, 0.14174005389213562, 0.1697154939174652, -0.15326884388923645, -0.2475193738937378, -0.025664277374744415, -0.048378363251686096, 0.04047346115112305, 0.08183831721544266, -0.12699325382709503, 0.0729014202952385, 0.015898525714874268, -0.01752721332013607, 0.044357769191265106, -0.05202009901404381, -0.08077783137559891, 0.18669988214969635, 0.023775750771164894, 0.2548399269580841, -0.10728678852319717, -0.03180202096700668, -0.053947240114212036, -0.17105422914028168, 0.192254438996315, -0.14313291013240814, 0.02148783765733242, -0.01780608296394348, 0.08972939848899841, 0.028482869267463684, 0.019462870433926582, 0.17651760578155518, 0.011029556393623352, 0.08231984823942184, -0.07799694687128067, -0.0634533166885376, -0.008800634182989597, -0.07823953777551651, 0.17034806311130524, -0.043271537870168686, 0.04270298779010773, -0.16439847648143768, 0.026851415634155273, -0.0411062091588974, 0.12029504030942917, 0.012864992953836918, -0.08122130483388901, -0.09726868569850922, -0.0022642770782113075, -0.0008644901681691408, 0.015244190581142902, 0.13730016350746155, 0.004077548161149025, 0.08785528689622879, 0.15198644995689392, 0.04959484189748764, -0.0844234824180603, 0.044501300901174545, 0.038483019918203354, -0.049639198929071426, 0.03093815967440605, -0.22756557166576385, 0.018613051623106003, 0.06301417201757431, -0.024931352585554123, 0.09767036885023117, 0.05588913336396217, -0.041231509298086166, 0.0488659143447876, 0.1102522537112236, -0.05408157780766487, 0.03177442401647568, -0.032868824899196625, -0.1027187705039978, -0.028410620987415314, -0.011124062351882458, 0.11808496713638306, -0.021059174090623856, 0.019049188122153282, -0.03823789209127426, 0.0446586012840271, -0.06095518916845322, 0.010268310084939003, 0.08450973033905029, -0.0033689450938254595, -0.09435254335403442, 0.11338623613119125, -0.03965510427951813, -0.0667431578040123, 0.06681463122367859, 0.08612572401762009, -0.07266692817211151, -0.0976928099989891, -0.03744151070713997, 0.26938381791114807, -0.0852959081530571, -0.08796699345111847, -0.031598642468452454, -0.038032978773117065, -0.04352623596787453, 0.02019103243947029, 0.059692736715078354, 0.08582277595996857, 0.004115554969757795, -0.04053803160786629, -0.009704449214041233, 0.0904705747961998, 0.000679411634337157, 0.0007581777754239738, -0.014480005018413067, -0.04694123566150665, -0.03534986078739166, 0.1156068965792656, -0.04623621329665184, -0.0986633449792862, -0.09646394848823547, 0.021652845665812492, -0.09838031232357025, 0.043701060116291046, -0.05802581086754799, 0.001716152997687459, 0.06608811765909195, -0.08780471235513687, -0.06030983850359917, 0.023152831941843033, -0.07036351412534714, 0.027880562469363213, -0.03400389477610588, 0.0928545817732811, -0.1153031662106514, -0.058621205389499664, 0.07059885561466217, -0.006963649764657021, 0.08125472813844681, 0.07778628170490265, -0.07071008533239365, 0.09844925999641418, -0.19822941720485687, -0.04977535828948021, 0.09341171383857727, 0.01678829826414585, 0.06854023784399033, -0.020325830206274986, -0.006086840759962797, 0.05579160526394844, -0.028502285480499268, 0.02764359675347805, 0.13954995572566986, -0.01743517443537712, 0.019021978601813316, -0.02518518827855587, -0.08214854449033737, -0.005311334040015936, -0.0007224336150102317, 0.09794551879167557, 0.15275970101356506, 0.08955709636211395, -0.03939761221408844, 0.011467603966593742, -0.08726777881383896, -0.037886954843997955, -0.037943821400403976, -0.08421685546636581, -0.07290198653936386, -0.061967018991708755, 0.003555913921445608, -0.029758024960756302, 0.24781012535095215, 0.16591095924377441, -0.05700793117284775, -0.03141803294420242, 0.10966917872428894, 0.10600095242261887, -0.01197581272572279, 0.07622061669826508, -0.00010482953075552359, 0.04099250212311745, -0.05061052739620209, 0.06830380856990814, 0.055817656219005585, 0.05668460950255394, -0.007253630552440882, -0.09434221684932709, 0.14272573590278625, 0.11577922850847244, 0.051049161702394485, -0.06903663277626038, 0.10703247040510178, -0.165923610329628, 0.03753480315208435, 0.05242399126291275, 0.01334740873426199, 0.07058172672986984, 0.1542820930480957, -0.11710034310817719, 0.11077957600355148, 0.013320070691406727, -0.06366151571273804, -0.14612427353858948, -0.04923248663544655, -0.056621748954057693, -0.19539685547351837, 0.024868978187441826, -0.11448468267917633, -0.03939638286828995, 0.11686167120933533, 0.005931483581662178, 0.03350718691945076, -0.0334649384021759, -0.10669500380754471, -0.037583231925964355, -0.017397554591298103, -0.03198210150003433, -0.052484311163425446, -0.031803376972675323, 0.02717336267232895, 0.014796842820942402, -0.0462682731449604, -0.013350334949791431, 0.027758609503507614, 0.10767101496458054, 0.05385066568851471, -0.1260852813720703, -0.00582362012937665, -0.04678842052817345, -0.004114720970392227, -0.0661693811416626, 0.08022210001945496, 0.09827151894569397, -0.054022494703531265, 0.09492278844118118, 0.2084314227104187, -0.027663085609674454, -0.08982416242361069, -0.13413600623607635, -0.02245130017399788, -0.04474124312400818, 0.023343166336417198, -0.10182227939367294, -0.0366964265704155, -0.04498875141143799, 0.11141275614500046, 0.271022766828537, 0.010457145050168037, -0.025394892320036888, -0.07313961535692215, 0.030662501230835915, -0.040921229869127274, 0.13043785095214844, 0.10533164441585541, 0.25664597749710083, -0.03071235492825508, 0.0067166052758693695, -0.04980044439435005, -0.040921080857515335, -0.09079227596521378, -0.004805413540452719, -0.02142726443707943, -0.0768176019191742, -0.032926224172115326, 0.06183069571852684, -0.1368308961391449, -0.0004366736684460193, 0.074017733335495, -0.18942970037460327, -0.0435602180659771, -0.04814229905605316, 0.1198268011212349, 0.05757491663098335, 0.015558970160782337, -0.023279722779989243, 0.05795690789818764, 0.09551569074392319, -0.032969679683446884, -0.2754340171813965, -0.08759897947311401, 0.030845575034618378, -0.18523824214935303, 0.14863651990890503, -0.013880827464163303, 0.05065298452973366, -0.0038122273981571198, 0.008375464007258415, -0.0861692950129509, 0.04542633146047592, 0.010828039608895779, 0.11010205745697021, -0.015065896324813366, -0.017682716250419617, -0.062099773436784744, 0.04694419354200363, 0.07059156149625778, 0.09349405765533447, 0.031781215220689774, 0.09826692938804626, -0.03823674097657204, -0.07521089166402817, 0.021009838208556175, -0.12111583352088928, 0.06817110627889633, 0.03595895320177078, -0.012835430912673473, -0.028740758076310158, -0.06095796078443527, 0.05838807299733162, -0.006029806565493345, -0.05921744555234909, -0.00006501153984572738, 0.023253904655575752, -0.05129169672727585, 0.11385402828454971, -0.06691727042198181, -0.14636056125164032, -0.05229850858449936, -0.058727167546749115, -0.021459689363837242, -0.010028851218521595, 0.10974347591400146, 0.12468919903039932, -0.011748687364161015, -0.02751963399350643, -0.09269304573535919, 0.14030253887176514, 0.053975846618413925, -0.0006442863959819078, -0.14239443838596344 ]
b20883557e0f1e05be6480dfa1e7be3bcbdb18db
# Dataset Card for Evaluation run of KnutJaegersberg/Deita-Qwen-1_8B <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [KnutJaegersberg/Deita-Qwen-1_8B](https://huggingface.co/KnutJaegersberg/Deita-Qwen-1_8B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_KnutJaegersberg__Deita-Qwen-1_8B", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-01-17T15:12:59.171599](https://huggingface.co/datasets/open-llm-leaderboard/details_KnutJaegersberg__Deita-Qwen-1_8B/blob/main/results_2024-01-17T15-12-59.171599.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": { "acc": 0.4513695685616451, "acc_stderr": 0.03473174413713779, "acc_norm": 0.4572369573723266, "acc_norm_stderr": 0.035511285827617124, "mc1": 0.2521419828641371, "mc1_stderr": 0.015201522246299979, "mc2": 0.4002214148044727, "mc2_stderr": 0.014908452990717655 }, "harness|arc:challenge|25": { "acc": 0.32081911262798635, "acc_stderr": 0.013640943091946522, "acc_norm": 0.3651877133105802, "acc_norm_stderr": 0.014070265519268802 }, "harness|hellaswag|10": { "acc": 0.4574785899223262, "acc_stderr": 0.004971704917267752, "acc_norm": 0.6062537343158734, "acc_norm_stderr": 0.004875812021461993 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.3, "acc_stderr": 0.046056618647183814, "acc_norm": 0.3, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.42962962962962964, "acc_stderr": 0.04276349494376599, "acc_norm": 0.42962962962962964, "acc_norm_stderr": 0.04276349494376599 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.5131578947368421, "acc_stderr": 0.04067533136309173, "acc_norm": 0.5131578947368421, "acc_norm_stderr": 0.04067533136309173 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.44, "acc_stderr": 0.04988876515698589, "acc_norm": 0.44, "acc_norm_stderr": 0.04988876515698589 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.4830188679245283, "acc_stderr": 0.030755120364119898, "acc_norm": 0.4830188679245283, "acc_norm_stderr": 0.030755120364119898 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.375, "acc_stderr": 0.04048439222695598, "acc_norm": 0.375, "acc_norm_stderr": 0.04048439222695598 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.38, "acc_stderr": 0.048783173121456316, "acc_norm": 0.38, "acc_norm_stderr": 0.048783173121456316 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.4, "acc_stderr": 0.049236596391733084, "acc_norm": 0.4, "acc_norm_stderr": 0.049236596391733084 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.28, "acc_stderr": 0.04512608598542127, "acc_norm": 0.28, "acc_norm_stderr": 0.04512608598542127 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.4393063583815029, "acc_stderr": 0.03784271932887467, "acc_norm": 0.4393063583815029, "acc_norm_stderr": 0.03784271932887467 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.3431372549019608, "acc_stderr": 0.04724007352383889, "acc_norm": 0.3431372549019608, "acc_norm_stderr": 0.04724007352383889 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.55, "acc_stderr": 0.05, "acc_norm": 0.55, "acc_norm_stderr": 0.05 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.3829787234042553, "acc_stderr": 0.03177821250236922, "acc_norm": 0.3829787234042553, "acc_norm_stderr": 0.03177821250236922 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.2982456140350877, "acc_stderr": 0.04303684033537315, "acc_norm": 0.2982456140350877, "acc_norm_stderr": 0.04303684033537315 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.42758620689655175, "acc_stderr": 0.041227371113703316, "acc_norm": 0.42758620689655175, "acc_norm_stderr": 0.041227371113703316 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.3148148148148148, "acc_stderr": 0.023919984164047732, "acc_norm": 0.3148148148148148, "acc_norm_stderr": 0.023919984164047732 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.35714285714285715, "acc_stderr": 0.04285714285714281, "acc_norm": 0.35714285714285715, "acc_norm_stderr": 0.04285714285714281 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.3, "acc_stderr": 0.046056618647183814, "acc_norm": 0.3, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.5225806451612903, "acc_stderr": 0.02841498501970786, "acc_norm": 0.5225806451612903, "acc_norm_stderr": 0.02841498501970786 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.4088669950738916, "acc_stderr": 0.034590588158832314, "acc_norm": 0.4088669950738916, "acc_norm_stderr": 0.034590588158832314 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.45, "acc_stderr": 0.049999999999999996, "acc_norm": 0.45, "acc_norm_stderr": 0.049999999999999996 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.5333333333333333, "acc_stderr": 0.038956580652718446, "acc_norm": 0.5333333333333333, "acc_norm_stderr": 0.038956580652718446 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.5303030303030303, "acc_stderr": 0.03555804051763929, "acc_norm": 0.5303030303030303, "acc_norm_stderr": 0.03555804051763929 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.6010362694300518, "acc_stderr": 0.03533999094065696, "acc_norm": 0.6010362694300518, "acc_norm_stderr": 0.03533999094065696 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.43333333333333335, "acc_stderr": 0.02512465352588513, "acc_norm": 0.43333333333333335, "acc_norm_stderr": 0.02512465352588513 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.25555555555555554, "acc_stderr": 0.02659393910184405, "acc_norm": 0.25555555555555554, "acc_norm_stderr": 0.02659393910184405 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.4495798319327731, "acc_stderr": 0.03231293497137707, "acc_norm": 0.4495798319327731, "acc_norm_stderr": 0.03231293497137707 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.33774834437086093, "acc_stderr": 0.0386155754625517, "acc_norm": 0.33774834437086093, "acc_norm_stderr": 0.0386155754625517 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.5614678899082569, "acc_stderr": 0.021274713073954572, "acc_norm": 0.5614678899082569, "acc_norm_stderr": 0.021274713073954572 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.4398148148148148, "acc_stderr": 0.03385177976044811, "acc_norm": 0.4398148148148148, "acc_norm_stderr": 0.03385177976044811 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.5147058823529411, "acc_stderr": 0.03507793834791324, "acc_norm": 0.5147058823529411, "acc_norm_stderr": 0.03507793834791324 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.6033755274261603, "acc_stderr": 0.03184399873811224, "acc_norm": 0.6033755274261603, "acc_norm_stderr": 0.03184399873811224 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.4977578475336323, "acc_stderr": 0.033557465352232634, "acc_norm": 0.4977578475336323, "acc_norm_stderr": 0.033557465352232634 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.5114503816793893, "acc_stderr": 0.043841400240780176, "acc_norm": 0.5114503816793893, "acc_norm_stderr": 0.043841400240780176 }, "harness|hendrycksTest-international_law|5": { "acc": 0.6033057851239669, "acc_stderr": 0.044658697805310094, "acc_norm": 0.6033057851239669, "acc_norm_stderr": 0.044658697805310094 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.5277777777777778, "acc_stderr": 0.048262172941398944, "acc_norm": 0.5277777777777778, "acc_norm_stderr": 0.048262172941398944 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.44171779141104295, "acc_stderr": 0.03901591825836184, "acc_norm": 0.44171779141104295, "acc_norm_stderr": 0.03901591825836184 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.26785714285714285, "acc_stderr": 0.04203277291467762, "acc_norm": 0.26785714285714285, "acc_norm_stderr": 0.04203277291467762 }, "harness|hendrycksTest-management|5": { "acc": 0.6699029126213593, "acc_stderr": 0.046561471100123514, "acc_norm": 0.6699029126213593, "acc_norm_stderr": 0.046561471100123514 }, "harness|hendrycksTest-marketing|5": { "acc": 0.6709401709401709, "acc_stderr": 0.03078232157768817, "acc_norm": 0.6709401709401709, "acc_norm_stderr": 0.03078232157768817 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.54, "acc_stderr": 0.05009082659620332, "acc_norm": 0.54, "acc_norm_stderr": 0.05009082659620332 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.5504469987228607, "acc_stderr": 0.017788725283507337, "acc_norm": 0.5504469987228607, "acc_norm_stderr": 0.017788725283507337 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.48265895953757226, "acc_stderr": 0.026902900458666647, "acc_norm": 0.48265895953757226, "acc_norm_stderr": 0.026902900458666647 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.24804469273743016, "acc_stderr": 0.01444415780826144, "acc_norm": 0.24804469273743016, "acc_norm_stderr": 0.01444415780826144 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.5620915032679739, "acc_stderr": 0.02840830202033269, "acc_norm": 0.5620915032679739, "acc_norm_stderr": 0.02840830202033269 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.5048231511254019, "acc_stderr": 0.028396770444111298, "acc_norm": 0.5048231511254019, "acc_norm_stderr": 0.028396770444111298 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.45987654320987653, "acc_stderr": 0.02773102275353928, "acc_norm": 0.45987654320987653, "acc_norm_stderr": 0.02773102275353928 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.37943262411347517, "acc_stderr": 0.028947338851614105, "acc_norm": 0.37943262411347517, "acc_norm_stderr": 0.028947338851614105 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.3324641460234681, "acc_stderr": 0.012032022332260507, "acc_norm": 0.3324641460234681, "acc_norm_stderr": 0.012032022332260507 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.4007352941176471, "acc_stderr": 0.029768263528933102, "acc_norm": 0.4007352941176471, "acc_norm_stderr": 0.029768263528933102 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.4019607843137255, "acc_stderr": 0.019835176484375376, "acc_norm": 0.4019607843137255, "acc_norm_stderr": 0.019835176484375376 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.5363636363636364, "acc_stderr": 0.04776449162396197, "acc_norm": 0.5363636363636364, "acc_norm_stderr": 0.04776449162396197 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.5387755102040817, "acc_stderr": 0.031912820526692774, "acc_norm": 0.5387755102040817, "acc_norm_stderr": 0.031912820526692774 }, "harness|hendrycksTest-sociology|5": { "acc": 0.582089552238806, "acc_stderr": 0.034875586404620636, "acc_norm": 0.582089552238806, "acc_norm_stderr": 0.034875586404620636 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.68, "acc_stderr": 0.046882617226215034, "acc_norm": 0.68, "acc_norm_stderr": 0.046882617226215034 }, "harness|hendrycksTest-virology|5": { "acc": 0.40963855421686746, "acc_stderr": 0.03828401115079023, "acc_norm": 0.40963855421686746, "acc_norm_stderr": 0.03828401115079023 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.5497076023391813, "acc_stderr": 0.038158273659132366, "acc_norm": 0.5497076023391813, "acc_norm_stderr": 0.038158273659132366 }, "harness|truthfulqa:mc|0": { "mc1": 0.2521419828641371, "mc1_stderr": 0.015201522246299979, "mc2": 0.4002214148044727, "mc2_stderr": 0.014908452990717655 }, "harness|winogrande|5": { "acc": 0.5935280189423836, "acc_stderr": 0.013804448697753376 }, "harness|gsm8k|5": { "acc": 0.1561789234268385, "acc_stderr": 0.00999950936975745 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_KnutJaegersberg__Deita-Qwen-1_8B
[ "region:us" ]
2024-01-17T15:15:09+00:00
{"pretty_name": "Evaluation run of KnutJaegersberg/Deita-Qwen-1_8B", "dataset_summary": "Dataset automatically created during the evaluation run of model [KnutJaegersberg/Deita-Qwen-1_8B](https://huggingface.co/KnutJaegersberg/Deita-Qwen-1_8B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_KnutJaegersberg__Deita-Qwen-1_8B\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-01-17T15:12:59.171599](https://huggingface.co/datasets/open-llm-leaderboard/details_KnutJaegersberg__Deita-Qwen-1_8B/blob/main/results_2024-01-17T15-12-59.171599.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 \"acc\": 0.4513695685616451,\n \"acc_stderr\": 0.03473174413713779,\n \"acc_norm\": 0.4572369573723266,\n \"acc_norm_stderr\": 0.035511285827617124,\n \"mc1\": 0.2521419828641371,\n \"mc1_stderr\": 0.015201522246299979,\n \"mc2\": 0.4002214148044727,\n \"mc2_stderr\": 0.014908452990717655\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.32081911262798635,\n \"acc_stderr\": 0.013640943091946522,\n \"acc_norm\": 0.3651877133105802,\n \"acc_norm_stderr\": 0.014070265519268802\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.4574785899223262,\n \"acc_stderr\": 0.004971704917267752,\n \"acc_norm\": 0.6062537343158734,\n \"acc_norm_stderr\": 0.004875812021461993\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.3,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.42962962962962964,\n \"acc_stderr\": 0.04276349494376599,\n \"acc_norm\": 0.42962962962962964,\n \"acc_norm_stderr\": 0.04276349494376599\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.5131578947368421,\n \"acc_stderr\": 0.04067533136309173,\n \"acc_norm\": 0.5131578947368421,\n \"acc_norm_stderr\": 0.04067533136309173\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.44,\n \"acc_stderr\": 0.04988876515698589,\n \"acc_norm\": 0.44,\n \"acc_norm_stderr\": 0.04988876515698589\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.4830188679245283,\n \"acc_stderr\": 0.030755120364119898,\n \"acc_norm\": 0.4830188679245283,\n \"acc_norm_stderr\": 0.030755120364119898\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.375,\n \"acc_stderr\": 0.04048439222695598,\n \"acc_norm\": 0.375,\n \"acc_norm_stderr\": 0.04048439222695598\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.38,\n \"acc_stderr\": 0.048783173121456316,\n \"acc_norm\": 0.38,\n \"acc_norm_stderr\": 0.048783173121456316\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.4,\n \"acc_stderr\": 0.049236596391733084,\n \"acc_norm\": 0.4,\n \"acc_norm_stderr\": 0.049236596391733084\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.28,\n \"acc_stderr\": 0.04512608598542127,\n \"acc_norm\": 0.28,\n \"acc_norm_stderr\": 0.04512608598542127\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.4393063583815029,\n \"acc_stderr\": 0.03784271932887467,\n \"acc_norm\": 0.4393063583815029,\n \"acc_norm_stderr\": 0.03784271932887467\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.3431372549019608,\n \"acc_stderr\": 0.04724007352383889,\n \"acc_norm\": 0.3431372549019608,\n \"acc_norm_stderr\": 0.04724007352383889\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.55,\n \"acc_stderr\": 0.05,\n \"acc_norm\": 0.55,\n \"acc_norm_stderr\": 0.05\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.3829787234042553,\n \"acc_stderr\": 0.03177821250236922,\n \"acc_norm\": 0.3829787234042553,\n \"acc_norm_stderr\": 0.03177821250236922\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.2982456140350877,\n \"acc_stderr\": 0.04303684033537315,\n \"acc_norm\": 0.2982456140350877,\n \"acc_norm_stderr\": 0.04303684033537315\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.42758620689655175,\n \"acc_stderr\": 0.041227371113703316,\n \"acc_norm\": 0.42758620689655175,\n \"acc_norm_stderr\": 0.041227371113703316\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.3148148148148148,\n \"acc_stderr\": 0.023919984164047732,\n \"acc_norm\": 0.3148148148148148,\n \"acc_norm_stderr\": 0.023919984164047732\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.35714285714285715,\n \"acc_stderr\": 0.04285714285714281,\n \"acc_norm\": 0.35714285714285715,\n \"acc_norm_stderr\": 0.04285714285714281\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.3,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.5225806451612903,\n \"acc_stderr\": 0.02841498501970786,\n \"acc_norm\": 0.5225806451612903,\n \"acc_norm_stderr\": 0.02841498501970786\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.4088669950738916,\n \"acc_stderr\": 0.034590588158832314,\n \"acc_norm\": 0.4088669950738916,\n \"acc_norm_stderr\": 0.034590588158832314\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.45,\n \"acc_stderr\": 0.049999999999999996,\n \"acc_norm\": 0.45,\n \"acc_norm_stderr\": 0.049999999999999996\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.5333333333333333,\n \"acc_stderr\": 0.038956580652718446,\n \"acc_norm\": 0.5333333333333333,\n \"acc_norm_stderr\": 0.038956580652718446\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.5303030303030303,\n \"acc_stderr\": 0.03555804051763929,\n \"acc_norm\": 0.5303030303030303,\n \"acc_norm_stderr\": 0.03555804051763929\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.6010362694300518,\n \"acc_stderr\": 0.03533999094065696,\n \"acc_norm\": 0.6010362694300518,\n \"acc_norm_stderr\": 0.03533999094065696\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.43333333333333335,\n \"acc_stderr\": 0.02512465352588513,\n \"acc_norm\": 0.43333333333333335,\n \"acc_norm_stderr\": 0.02512465352588513\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.25555555555555554,\n \"acc_stderr\": 0.02659393910184405,\n \"acc_norm\": 0.25555555555555554,\n \"acc_norm_stderr\": 0.02659393910184405\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.4495798319327731,\n \"acc_stderr\": 0.03231293497137707,\n \"acc_norm\": 0.4495798319327731,\n \"acc_norm_stderr\": 0.03231293497137707\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.33774834437086093,\n \"acc_stderr\": 0.0386155754625517,\n \"acc_norm\": 0.33774834437086093,\n \"acc_norm_stderr\": 0.0386155754625517\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.5614678899082569,\n \"acc_stderr\": 0.021274713073954572,\n \"acc_norm\": 0.5614678899082569,\n \"acc_norm_stderr\": 0.021274713073954572\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.4398148148148148,\n \"acc_stderr\": 0.03385177976044811,\n \"acc_norm\": 0.4398148148148148,\n \"acc_norm_stderr\": 0.03385177976044811\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.5147058823529411,\n \"acc_stderr\": 0.03507793834791324,\n \"acc_norm\": 0.5147058823529411,\n \"acc_norm_stderr\": 0.03507793834791324\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.6033755274261603,\n \"acc_stderr\": 0.03184399873811224,\n \"acc_norm\": 0.6033755274261603,\n \"acc_norm_stderr\": 0.03184399873811224\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.4977578475336323,\n \"acc_stderr\": 0.033557465352232634,\n \"acc_norm\": 0.4977578475336323,\n \"acc_norm_stderr\": 0.033557465352232634\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.5114503816793893,\n \"acc_stderr\": 0.043841400240780176,\n \"acc_norm\": 0.5114503816793893,\n \"acc_norm_stderr\": 0.043841400240780176\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.6033057851239669,\n \"acc_stderr\": 0.044658697805310094,\n \"acc_norm\": 0.6033057851239669,\n \"acc_norm_stderr\": 0.044658697805310094\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.5277777777777778,\n \"acc_stderr\": 0.048262172941398944,\n \"acc_norm\": 0.5277777777777778,\n \"acc_norm_stderr\": 0.048262172941398944\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.44171779141104295,\n \"acc_stderr\": 0.03901591825836184,\n \"acc_norm\": 0.44171779141104295,\n \"acc_norm_stderr\": 0.03901591825836184\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.26785714285714285,\n \"acc_stderr\": 0.04203277291467762,\n \"acc_norm\": 0.26785714285714285,\n \"acc_norm_stderr\": 0.04203277291467762\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.6699029126213593,\n \"acc_stderr\": 0.046561471100123514,\n \"acc_norm\": 0.6699029126213593,\n \"acc_norm_stderr\": 0.046561471100123514\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.6709401709401709,\n \"acc_stderr\": 0.03078232157768817,\n \"acc_norm\": 0.6709401709401709,\n \"acc_norm_stderr\": 0.03078232157768817\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.54,\n \"acc_stderr\": 0.05009082659620332,\n \"acc_norm\": 0.54,\n \"acc_norm_stderr\": 0.05009082659620332\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.5504469987228607,\n \"acc_stderr\": 0.017788725283507337,\n \"acc_norm\": 0.5504469987228607,\n \"acc_norm_stderr\": 0.017788725283507337\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.48265895953757226,\n \"acc_stderr\": 0.026902900458666647,\n \"acc_norm\": 0.48265895953757226,\n \"acc_norm_stderr\": 0.026902900458666647\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.24804469273743016,\n \"acc_stderr\": 0.01444415780826144,\n \"acc_norm\": 0.24804469273743016,\n \"acc_norm_stderr\": 0.01444415780826144\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.5620915032679739,\n \"acc_stderr\": 0.02840830202033269,\n \"acc_norm\": 0.5620915032679739,\n \"acc_norm_stderr\": 0.02840830202033269\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.5048231511254019,\n \"acc_stderr\": 0.028396770444111298,\n \"acc_norm\": 0.5048231511254019,\n \"acc_norm_stderr\": 0.028396770444111298\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.45987654320987653,\n \"acc_stderr\": 0.02773102275353928,\n \"acc_norm\": 0.45987654320987653,\n \"acc_norm_stderr\": 0.02773102275353928\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.37943262411347517,\n \"acc_stderr\": 0.028947338851614105,\n \"acc_norm\": 0.37943262411347517,\n \"acc_norm_stderr\": 0.028947338851614105\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.3324641460234681,\n \"acc_stderr\": 0.012032022332260507,\n \"acc_norm\": 0.3324641460234681,\n \"acc_norm_stderr\": 0.012032022332260507\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.4007352941176471,\n \"acc_stderr\": 0.029768263528933102,\n \"acc_norm\": 0.4007352941176471,\n \"acc_norm_stderr\": 0.029768263528933102\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.4019607843137255,\n \"acc_stderr\": 0.019835176484375376,\n \"acc_norm\": 0.4019607843137255,\n \"acc_norm_stderr\": 0.019835176484375376\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.5363636363636364,\n \"acc_stderr\": 0.04776449162396197,\n \"acc_norm\": 0.5363636363636364,\n \"acc_norm_stderr\": 0.04776449162396197\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.5387755102040817,\n \"acc_stderr\": 0.031912820526692774,\n \"acc_norm\": 0.5387755102040817,\n \"acc_norm_stderr\": 0.031912820526692774\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.582089552238806,\n \"acc_stderr\": 0.034875586404620636,\n \"acc_norm\": 0.582089552238806,\n \"acc_norm_stderr\": 0.034875586404620636\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.68,\n \"acc_stderr\": 0.046882617226215034,\n \"acc_norm\": 0.68,\n \"acc_norm_stderr\": 0.046882617226215034\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.40963855421686746,\n \"acc_stderr\": 0.03828401115079023,\n \"acc_norm\": 0.40963855421686746,\n \"acc_norm_stderr\": 0.03828401115079023\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.5497076023391813,\n \"acc_stderr\": 0.038158273659132366,\n \"acc_norm\": 0.5497076023391813,\n \"acc_norm_stderr\": 0.038158273659132366\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.2521419828641371,\n \"mc1_stderr\": 0.015201522246299979,\n \"mc2\": 0.4002214148044727,\n \"mc2_stderr\": 0.014908452990717655\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.5935280189423836,\n \"acc_stderr\": 0.013804448697753376\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.1561789234268385,\n \"acc_stderr\": 0.00999950936975745\n }\n}\n```", "repo_url": "https://huggingface.co/KnutJaegersberg/Deita-Qwen-1_8B", "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": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|arc:challenge|25_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|gsm8k|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hellaswag|10_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T15-12-59.171599.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["**/details_harness|winogrande|5_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-01-17T15-12-59.171599.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_01_17T15_12_59.171599", "path": ["results_2024-01-17T15-12-59.171599.parquet"]}, {"split": "latest", "path": ["results_2024-01-17T15-12-59.171599.parquet"]}]}]}
2024-01-17T15:15:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of KnutJaegersberg/Deita-Qwen-1_8B Dataset automatically created during the evaluation run of model KnutJaegersberg/Deita-Qwen-1_8B on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-01-17T15:12:59.171599(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of KnutJaegersberg/Deita-Qwen-1_8B\n\n\n\nDataset automatically created during the evaluation run of model KnutJaegersberg/Deita-Qwen-1_8B on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T15:12:59.171599(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of KnutJaegersberg/Deita-Qwen-1_8B\n\n\n\nDataset automatically created during the evaluation run of model KnutJaegersberg/Deita-Qwen-1_8B on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T15:12:59.171599(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 191, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of KnutJaegersberg/Deita-Qwen-1_8B\n\n\n\nDataset automatically created during the evaluation run of model KnutJaegersberg/Deita-Qwen-1_8B on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-01-17T15:12:59.171599(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]" ]
[ -0.043435145169496536, 0.20966872572898865, -0.0038621295243501663, 0.045572660863399506, 0.07249131798744202, -0.018405944108963013, 0.010193388909101486, 0.11007791012525558, 0.0007062720251269639, 0.18192395567893982, -0.00787579920142889, 0.10313854366540909, 0.07345184683799744, 0.13911207020282745, 0.011724280193448067, -0.1452287882566452, 0.025489551946520805, -0.07485906779766083, 0.06958076357841492, 0.07533816248178482, 0.08555249869823456, -0.08760183304548264, 0.05772741138935089, -0.04627665504813194, 0.005063219461590052, -0.011460281908512115, -0.09805084019899368, -0.04983345419168472, 0.08999236673116684, 0.09270743280649185, 0.03525916859507561, 0.0013553822645917535, 0.013414875604212284, -0.2504339814186096, 0.015776166692376137, 0.08203405886888504, -0.004596218466758728, 0.03335468843579292, 0.10903026908636093, -0.06640327721834183, 0.05741108953952789, -0.07832982391119003, 0.061894740909338, 0.03308327496051788, -0.11747729033231735, -0.12809784710407257, -0.1455068588256836, 0.036197762936353683, 0.06041702628135681, 0.026597032323479652, -0.02447418123483658, 0.15698757767677307, -0.04222535341978073, 0.051376987248659134, 0.1305525004863739, -0.11549145728349686, -0.028836684301495552, 0.06872259080410004, 0.029147204011678696, 0.05333426222205162, -0.0971001535654068, -0.0056516313925385475, 0.042258813977241516, 0.04861757531762123, 0.030211258679628372, -0.0031173108145594597, -0.050444748252630234, 0.012589617632329464, -0.15105336904525757, -0.12175571173429489, 0.16610071063041687, 0.02102295123040676, -0.03978860750794411, -0.18502746522426605, -0.008030659519135952, 0.023104675114154816, 0.006546063348650932, -0.05190665274858475, -0.007596111390739679, -0.04275153577327728, 0.07373266667127609, -0.01813925802707672, -0.09634143859148026, -0.009198809042572975, 0.013917309232056141, 0.07525201141834259, 0.027121523395180702, -0.023485124111175537, 0.008758330717682838, 0.10907554626464844, -0.02914636954665184, -0.09742961078882217, -0.08269376307725906, -0.06183462589979172, -0.09278954565525055, -0.051837481558322906, 0.019649723544716835, -0.06375741213560104, 0.046655524522066116, 0.24118296802043915, -0.02492753230035305, 0.028024598956108093, -0.10170070827007294, 0.009670271538197994, 0.13863536715507507, 0.050541508942842484, -0.06783339381217957, -0.06375624984502792, -0.01360909640789032, 0.032428644597530365, 0.0288600642234087, -0.024360954761505127, 0.013632290065288544, 0.061278119683265686, 0.0592104010283947, 0.10673495382070541, 0.12340174615383148, 0.04010791331529617, -0.056764330714941025, -0.02852676995098591, 0.23415488004684448, -0.14091956615447998, -0.01651655323803425, 0.003599482821300626, -0.041962362825870514, -0.11694945394992828, 0.08082516491413116, 0.009189574047923088, -0.0402962826192379, 0.13138651847839355, -0.04010774940252304, -0.09464175254106522, -0.06527003645896912, -0.061619170010089874, 0.07142147421836853, -0.026971016079187393, -0.02007947862148285, -0.09116233140230179, -0.07246387004852295, -0.07898309826850891, 0.025088448077440262, -0.061937201768159866, -0.045902762562036514, 0.02539142780005932, -0.024276252835989, -0.01481353584676981, -0.020704254508018494, 0.09489252418279648, -0.055074431002140045, 0.02834169752895832, 0.008385352790355682, 0.020698513835668564, 0.0768919363617897, 0.043089285492897034, -0.12224646657705307, 0.08575761318206787, -0.14463169872760773, 0.0859309509396553, -0.12698964774608612, -0.02046189457178116, -0.1401970237493515, -0.021993959322571754, -0.02292340248823166, 0.012218145653605461, 0.002307581715285778, 0.08982394635677338, -0.2088289111852646, 0.020312273874878883, 0.12762080132961273, -0.10369443893432617, -0.11657103151082993, 0.07232557237148285, -0.05004546791315079, 0.07863426208496094, 0.04660532996058464, 0.12158019095659256, 0.13212434947490692, -0.07609940320253372, -0.12337309867143631, -0.07296176254749298, -0.024744750931859016, 0.15516647696495056, 0.06760377436876297, -0.05957562476396561, 0.11017443984746933, 0.04770396649837494, -0.010898283682763577, -0.09846276789903641, -0.014317082241177559, -0.061607178300619125, -0.007914385758340359, -0.05961575359106064, -0.04683744162321091, -0.00457803625613451, -0.07386460155248642, -0.014844273217022419, -0.08071847259998322, 0.024712150916457176, 0.08603063970804214, -0.03053434193134308, 0.010688095353543758, -0.05165543779730797, 0.048705097287893295, 0.008867774158716202, 0.0223819762468338, -0.20303648710250854, -0.1111006811261177, 0.04380103573203087, -0.1534767597913742, 0.052075278013944626, 0.039445046335458755, 0.013352998532354832, 0.04484717920422554, -0.01686197891831398, 0.022532939910888672, 0.006204994861036539, 0.005094118881970644, -0.016666365787386894, -0.14599184691905975, -0.062289122492074966, -0.08413317799568176, 0.06877211481332779, -0.13776461780071259, -0.02375292219221592, 0.08265126496553421, 0.16878557205200195, 0.002555019687861204, -0.07285841554403305, 0.07543918490409851, 0.006868581287562847, -0.0369415208697319, -0.050856415182352066, 0.008087335154414177, -0.023318883031606674, 0.03527819365262985, 0.03222155198454857, -0.18457770347595215, -0.16204199194908142, 0.06777027994394302, 0.13649868965148926, -0.06939353048801422, -0.08809615671634674, -0.0732898861169815, -0.0725613459944725, -0.07331293076276779, -0.05985894054174423, 0.0712224468588829, 0.07305645197629929, 0.029132219031453133, -0.07562006264925003, -0.07746435701847076, 0.021671433001756668, 0.050239197909832, -0.075991690158844, 0.10685983300209045, 0.057555247098207474, -0.09349799156188965, 0.09433489292860031, -0.013250833377242088, 0.12001332640647888, 0.07699334621429443, 0.027876965701580048, -0.08546999841928482, -0.002920985920354724, 0.05813954770565033, 0.04005386680364609, 0.08269950747489929, -0.039708830416202545, 0.03158184140920639, 0.0813007727265358, 0.0020206563640385866, 0.03977816551923752, -0.042986709624528885, 0.03463670611381531, 0.03418378531932831, 0.008142964914441109, 0.04131728410720825, 0.021774981170892715, -0.0017216317355632782, 0.06010740250349045, 0.045672815293073654, 0.09736788272857666, -0.010624299757182598, -0.044157546013593674, -0.08407735824584961, 0.13793551921844482, -0.07559002190828323, -0.2762860655784607, -0.1462526023387909, -0.03627173230051994, -0.06370961666107178, -0.023967372253537178, 0.07215471565723419, 0.002639511600136757, -0.09225266426801682, -0.10196122527122498, 0.04020077362656593, 0.010862771421670914, -0.12097898870706558, -0.050910916179418564, 0.05225631222128868, 0.0019393119728192687, -0.16511143743991852, 0.03751242533326149, 0.04865303263068199, -0.043595585972070694, 0.012689532712101936, 0.09856591373682022, 0.14890515804290771, 0.0612032376229763, 0.05099683254957199, -0.027994651347398758, -0.012662490829825401, 0.18905037641525269, -0.09766078740358353, 0.04125417023897171, 0.10321403294801712, -0.06809114664793015, 0.0689975842833519, 0.17391324043273926, 0.0051423124969005585, -0.09602692723274231, 0.05327700451016426, 0.09749206900596619, -0.07269646227359772, -0.23566986620426178, -0.10232216119766235, -0.017444880679249763, 0.01305445283651352, 0.1160736083984375, 0.05291561037302017, 0.017253126949071884, 0.026089664548635483, -0.10772507637739182, -0.013316520489752293, -0.05654461309313774, 0.08485538512468338, 0.05206608399748802, -0.001565936952829361, 0.04372187703847885, -0.03176020458340645, 0.020830688998103142, 0.11640723049640656, 0.03725161775946617, 0.1419239491224289, -0.05360385775566101, 0.14106017351150513, 0.10205727070569992, 0.11825939267873764, -0.04803188517689705, 0.04791070148348808, -0.005887160077691078, 0.06991084665060043, -0.01123597752302885, -0.10877298563718796, -0.050529927015304565, 0.09350675344467163, 0.0008204170153476298, -0.07613326609134674, 0.016164399683475494, -0.056234996765851974, 0.03623705729842186, 0.1921643167734146, -0.009278631769120693, -0.1325472891330719, -0.07009456306695938, 0.05086888372898102, -0.019585680216550827, -0.08637291938066483, -0.02167060784995556, 0.06520430743694305, -0.15939360857009888, 0.03714966028928757, -0.028302401304244995, 0.07958850264549255, -0.1309381127357483, -0.019324928522109985, -0.03602077439427376, 0.03807327151298523, -0.001004683435894549, 0.12610377371311188, -0.13662496209144592, 0.120575450360775, -0.0005416124477051198, 0.02129857800900936, -0.11879043281078339, 0.036499034613370895, -0.05520710349082947, -0.06288917362689972, 0.14238137006759644, -0.011018285527825356, -0.09662733227014542, -0.06240559741854668, -0.11549817025661469, -0.0008122815634123981, 0.07404597848653793, -0.1288706213235855, 0.11375228315591812, 0.0449272021651268, -0.017478717491030693, -0.030189305543899536, 0.0015468548517674208, -0.13550713658332825, -0.20916137099266052, 0.10535378009080887, -0.10385134071111679, 0.05898168310523033, -0.05173315107822418, -0.04558761417865753, -0.06458638608455658, 0.1637762039899826, -0.0793374553322792, -0.04635504633188248, -0.11454959213733673, 0.03468548506498337, 0.18027304112911224, -0.06253791600465775, 0.05325271934270859, -0.04711224138736725, 0.1678866147994995, -0.01238697487860918, -0.05089667811989784, -0.011646882630884647, -0.09171894192695618, -0.17501521110534668, -0.024287665262818336, 0.13154365122318268, 0.07264601439237595, 0.008700946345925331, 0.01181705854833126, 0.039051324129104614, 0.033365923911333084, -0.09788171201944351, 0.03027561493217945, 0.09134741127490997, 0.1299969106912613, 0.02604788914322853, -0.02860240265727043, -0.07573762536048889, -0.10942010581493378, -0.09279724955558777, 0.07442525029182434, 0.16880403459072113, -0.06753337383270264, 0.16423575580120087, 0.1475789099931717, -0.09783971309661865, -0.20998702943325043, -0.05998995900154114, 0.03854884207248688, -0.0230371356010437, 0.11475962400436401, -0.1790422648191452, 0.0781479924917221, 0.04782891273498535, -0.013028563931584358, 0.063996821641922, -0.21999116241931915, -0.14477185904979706, 0.026735814288258553, 0.030051374807953835, -0.21872469782829285, -0.1587757170200348, -0.10663968324661255, -0.02800847589969635, -0.16149106621742249, 0.13563226163387299, -0.023315107449889183, 0.024824172258377075, -0.010658567771315575, 0.06358002126216888, 0.05610904097557068, -0.06393095850944519, 0.1300514042377472, 0.015399573370814323, 0.013756661675870419, -0.11402270942926407, -0.029389258474111557, 0.010734605602920055, -0.05882686376571655, 0.10614573210477829, 0.04243174567818642, 0.055265624076128006, -0.0908864364027977, -0.034588247537612915, -0.06891057640314102, 0.06703279167413712, -0.07024950534105301, -0.06238170713186264, -0.07121393084526062, 0.09611354768276215, 0.08865093439817429, -0.010450218804180622, 0.04003477841615677, -0.025217628106474876, 0.04367200657725334, 0.22568172216415405, 0.11543820053339005, 0.057256702333688736, -0.10059671849012375, -0.01670490950345993, -0.01575387828052044, -0.006770989391952753, -0.1347026377916336, 0.035047851502895355, 0.09298136830329895, 0.048023343086242676, 0.07119052857160568, -0.033297259360551834, -0.19518107175827026, -0.0030463237781077623, 0.08380484580993652, -0.12309062480926514, -0.1973130851984024, 0.026156937703490257, 0.11301545798778534, -0.16161441802978516, -0.056019674986600876, 0.10459443926811218, 0.004347098991274834, -0.030704539269208908, -0.011096576228737831, 0.07079511880874634, 0.04222627356648445, 0.08989126235246658, 0.02403041161596775, 0.05971623584628105, -0.06591682881116867, 0.11084073036909103, 0.148246169090271, -0.12435275316238403, 0.039455365389585495, 0.04247269034385681, -0.06034291535615921, -0.06665792316198349, 0.03360342979431152, 0.0013595687923952937, 0.02114047110080719, -0.04480559378862381, 0.03254878148436546, 0.005341589916497469, 0.037019144743680954, 0.1351446658372879, 0.010350901633501053, 0.033298101276159286, 0.042220111936330795, -0.0008018624503165483, -0.08912958204746246, 0.1019839271903038, 0.04391518607735634, 0.042524561285972595, -0.045925214886665344, 0.023924225941300392, 0.01288559753447771, 0.016580786556005478, 0.010307020507752895, -0.03680594265460968, -0.07625985890626907, -0.01558007299900055, -0.13873042166233063, 0.036892183125019073, -0.08110029995441437, 0.003962747752666473, -0.01792597956955433, -0.02717486582696438, -0.015976423397660255, 0.015594751574099064, -0.060648363083601, -0.053484417498111725, -0.04139532148838043, 0.13086658716201782, -0.195738285779953, -0.019813911989331245, 0.09418921172618866, -0.05887236446142197, 0.07807514071464539, -0.007273328490555286, -0.015901854261755943, 0.03191882744431496, -0.06437728554010391, 0.0005900761461816728, -0.02454213611781597, 0.050360601395368576, 0.017312785610556602, -0.15235909819602966, -0.02380349673330784, 0.001652296632528305, -0.06988657265901566, -0.003925453871488571, 0.04677799344062805, -0.15441547334194183, 0.00590687058866024, 0.06496843695640564, -0.04518461972475052, -0.04334646463394165, 0.0509900264441967, 0.04069359600543976, 0.006572747137397528, 0.0909421518445015, -0.009638472460210323, 0.045519668608903885, -0.14847519993782043, -0.05701952427625656, -0.004983266815543175, -0.00885961763560772, 0.024538317695260048, 0.027208665385842323, 0.03634602949023247, -0.004337051417678595, 0.20064781606197357, -0.007099068723618984, 0.07550100237131119, 0.027188140898942947, -0.028754884377121925, -0.05217840149998665, 0.0295209102332592, 0.03402178734540939, 0.004259953740984201, 0.019753800705075264, 0.015801837667822838, -0.012745589949190617, -0.05302800238132477, -0.044263001531362534, 0.07093331962823868, 0.1632402092218399, 0.16660858690738678, -0.05457778647542, 0.09317724406719208, -0.15679870545864105, -0.04531975835561752, 0.028964819386601448, -0.020902983844280243, 0.05771699920296669, -0.07690948992967606, 0.018511110916733742, 0.05388597026467323, -0.10886480659246445, 0.14108075201511383, -0.07419266551733017, -0.042979661375284195, -0.03353932499885559, -0.16423046588897705, -0.053351014852523804, 0.017750538885593414, 0.018862148746848106, -0.10507851094007492, 0.09235883504152298, 0.10874634236097336, -0.012478800490498543, -0.013929967768490314, 0.11422564834356308, -0.07941213995218277, -0.05443313345313072, -0.012737823650240898, 0.004779048264026642, 0.009572071954607964, 0.006444774102419615, 0.08781623095273972, 0.013538521714508533, 0.08845550566911697, 0.05788698047399521, 0.08828269690275192, 0.04707237333059311, 0.007029417902231216, -0.03740134835243225, -0.0754641517996788, -0.0024632050190120935, -0.0044844928197562695, -0.02603733539581299, 0.18689700961112976, 0.05538240447640419, 0.016464263200759888, 0.001528176129795611, 0.20906372368335724, 0.015696343034505844, -0.07887467741966248, -0.12976711988449097, 0.09077980369329453, 0.0036376139614731073, 0.016355175524950027, 0.028216658160090446, -0.13725478947162628, 0.030411772429943085, 0.16493456065654755, 0.11350314319133759, 0.053399015218019485, 0.013037249445915222, 0.022524114698171616, 0.029599104076623917, -0.016569945961236954, 0.03910781443119049, 0.03563722223043442, 0.17001517117023468, -0.05548771098256111, 0.052028827369213104, -0.010006641037762165, -0.011600966565310955, -0.018322184681892395, 0.0871337354183197, -0.028006531298160553, 0.004476574249565601, -0.059171371161937714, 0.10423561930656433, -0.04921770468354225, -0.27516183257102966, -0.04077836498618126, -0.10573975741863251, -0.13058264553546906, -0.02710956521332264, 0.021901212632656097, -0.022082919254899025, 0.04187075421214104, 0.03879513591527939, -0.017385907471179962, 0.18204699456691742, 0.015537123195827007, -0.06718951463699341, -0.04637626186013222, 0.06947997212409973, 0.019639045000076294, 0.24665682017803192, -0.009779670275747776, 0.08962053060531616, 0.1042189970612526, -0.023857256397604942, -0.1519557386636734, -0.005529041867703199, 0.1096733808517456, -0.0351136140525341, 0.049551382660865784, 0.17091871798038483, -0.03166354075074196, 0.11587788909673691, 0.051597900688648224, -0.04834534972906113, 0.04958166927099228, 0.07780155539512634, 0.05478101596236229, -0.10643210262060165, 0.09488154202699661, -0.08749695122241974, 0.1488923877477646, 0.11929500102996826, -0.03673335164785385, -0.00859080906957388, -0.06861089915037155, 0.06990676373243332, -0.03269902989268303, 0.11408904194831848, -0.008791716769337654, -0.1602201908826828, 0.03123512677848339, 0.0035934760235249996, 0.054796017706394196, -0.23443205654621124, -0.06387531012296677, 0.12721489369869232, -0.0361294224858284, 0.007178082130849361, 0.09142781049013138, 0.032465122640132904, -0.0019450732506811619, -0.06591008603572845, -0.08722401410341263, -0.019824273884296417, 0.11535506695508957, -0.10162260383367538, -0.04171321168541908 ]
329cc063c1518678f55887a723a527ef1a35e8cc
``` CCI-Data SkyPile-150B TeleChat-PTD WebText-cn WuDaoCorpus2.0 wangan yayi2_pretrain_data ``` 整合+minhash去重了一波,最终得到550B中文预训练语料
genggui001/gg_zh_v1_550B
[ "task_categories:text-generation", "size_categories:100B<n<1T", "language:zh", "region:us" ]
2024-01-17T15:17:57+00:00
{"language": ["zh"], "size_categories": ["100B<n<1T"], "task_categories": ["text-generation"]}
2024-01-20T10:47:46+00:00
[]
[ "zh" ]
TAGS #task_categories-text-generation #size_categories-100B<n<1T #language-Chinese #region-us
整合+minhash去重了一波,最终得到550B中文预训练语料
[]
[ "TAGS\n#task_categories-text-generation #size_categories-100B<n<1T #language-Chinese #region-us \n" ]
[ 34 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-100B<n<1T #language-Chinese #region-us \n" ]
[ -0.002271355828270316, -0.053890373557806015, -0.004498152527958155, 0.0026192900259047747, 0.14187142252922058, 0.02012212947010994, 0.2164801061153412, 0.08694133907556534, 0.18885235488414764, 0.05224962532520294, 0.05123725160956383, -0.0717092826962471, 0.07540829479694366, 0.11867433041334152, -0.017813123762607574, -0.3585081398487091, 0.07138609886169434, 0.08196017146110535, 0.06970576196908951, 0.10708372294902802, 0.03945161774754524, -0.1106647178530693, 0.07784444093704224, -0.07144495844841003, -0.0736343190073967, 0.008575566112995148, -0.05033542215824127, -0.11840955913066864, 0.08831915259361267, -0.05831001326441765, 0.15629443526268005, -0.035601045936346054, -0.04693325608968735, -0.1731889694929123, -0.0017758315661922097, -0.05314561724662781, -0.01733938790857792, -0.013687693513929844, 0.08916783332824707, 0.040012285113334656, 0.02545938640832901, -0.04620389640331268, -0.027632318437099457, 0.13308605551719666, -0.12238647788763046, -0.046420611441135406, -0.022544819861650467, 0.17554359138011932, 0.11772157996892929, 0.04876260831952095, -0.07131170481443405, 0.10287708789110184, -0.1778971552848816, 0.05140792205929756, 0.1656789481639862, -0.304294615983963, 0.015875130891799927, 0.29627248644828796, 0.1465396285057068, 0.15076160430908203, -0.10170665383338928, 0.004010623320937157, 0.04553547129034996, -0.05609127879142761, -0.13186430931091309, -0.14391367137432098, -0.08436185121536255, 0.06854745745658875, -0.03569715470075607, 0.07009995728731155, 0.3061486482620239, 0.09166986495256424, 0.041664425283670425, -0.13282158970832825, -0.0842425525188446, -0.1589001566171646, -0.07510898262262344, 0.02274472452700138, 0.01619950495660305, 0.06967329978942871, 0.17410419881343842, -0.09494566917419434, -0.07919415831565857, -0.0715823695063591, -0.12618471682071686, -0.00226897862739861, -0.04767502471804619, -0.026925040408968925, -0.15177784860134125, -0.040980685502290726, -0.09462197124958038, -0.07015242427587509, 0.014402946457266808, -0.07217670977115631, -0.14611954987049103, 0.021039020270109177, 0.13140809535980225, 0.029764875769615173, 0.08009009063243866, 0.028075365349650383, -0.03136570379137993, 0.12270078808069229, -0.0637529268860817, 0.12570494413375854, 0.08550017327070236, 0.14075173437595367, -0.07756908237934113, -0.10028300434350967, -0.037745825946331024, -0.0905376598238945, 0.02570236846804619, -0.0471118800342083, -0.17099671065807343, -0.08037428557872772, -0.022538436576724052, 0.09485803544521332, -0.03376585617661476, 0.027458278462290764, -0.05725980922579765, -0.01083457376807928, 0.05409390851855278, -0.06045343354344368, -0.011048249900341034, 0.039392564445734024, -0.033891815692186356, 0.15526409447193146, -0.17099852859973907, -0.0020142514258623123, -0.041418373584747314, 0.09956122934818268, -0.1147841289639473, 0.019343189895153046, -0.0029745891224592924, -0.06028810888528824, 0.06349292397499084, -0.16825339198112488, 0.0016119197243824601, -0.02205537259578705, -0.18732136487960815, 0.001328271464444697, -0.08810517191886902, -0.0888202115893364, -0.025411510840058327, -0.03712119907140732, -0.11774133145809174, -0.07110918313264847, -0.030628947541117668, -0.012192247435450554, -0.07633955776691437, 0.06481518596410751, 0.032554447650909424, 0.08122067153453827, -0.11552060395479202, -0.009754229336977005, -0.08537834882736206, 0.10512267053127289, -0.23537981510162354, 0.08704093098640442, -0.035456884652376175, 0.23119214177131653, 0.022083135321736336, 0.034954141825437546, -0.0789438784122467, 0.03256475180387497, -0.161014124751091, 0.20226116478443146, -0.19962084293365479, -0.0988672524690628, 0.203202024102211, -0.05336594581604004, -0.1271386295557022, 0.06511682271957397, 0.046346187591552734, 0.06709963083267212, 0.04757101088762283, 0.37759238481521606, -0.14256498217582703, 0.04842304065823555, -0.019464831799268723, 0.1609310507774353, -0.06334029883146286, -0.0658029094338417, 0.07923731952905655, -0.02678467333316803, 0.03255443647503853, 0.006810791324824095, 0.11340262740850449, -0.03320495784282684, -0.039898041635751724, -0.09700619429349899, -0.01386464573442936, -0.0039965002797544, 0.11869832128286362, 0.016111677512526512, 0.17198558151721954, -0.0809236466884613, 0.039032865315675735, -0.0581737756729126, 0.004177221562713385, 0.05929405987262726, -0.0034471829421818256, -0.0621555857360363, 0.07200112193822861, 0.1126779094338417, 0.07344713062047958, -0.15656134486198425, -0.0275172907859087, 0.08816830068826675, 0.12663795053958893, 0.03433845564723015, 0.12640900909900665, -0.01182820275425911, -0.08878593891859055, -0.07173211127519608, 0.037294648587703705, 0.02349306084215641, -0.010673054493963718, -0.059354811906814575, -0.04274061322212219, 0.06099088117480278, -0.016630567610263824, 0.06242803484201431, -0.2101961076259613, 0.0019995500333607197, 0.11901909112930298, 0.011841265484690666, 0.0455377921462059, 0.0691775381565094, 0.05441584810614586, 0.05561140924692154, -0.05284641310572624, -0.006348458584398031, 0.0221291184425354, -0.05457456409931183, -0.1928868293762207, 0.12466307729482651, -0.11489707231521606, 0.07277343422174454, 0.2162095606327057, -0.07443372160196304, -0.05297701433300972, -0.11381402611732483, -0.015034586191177368, -0.005298129748553038, -0.01497095637023449, -0.04112671688199043, -0.007111439481377602, 0.026013677939772606, 0.14832700788974762, -0.06589000672101974, 0.02928019128739834, -0.025802217423915863, 0.003610380692407489, 0.03947357088327408, 0.1266345977783203, 0.10636403411626816, -0.12997129559516907, 0.22111345827579498, 0.06832482665777206, 0.08245540410280228, 0.19540007412433624, 0.005513794254511595, 0.009850921109318733, 0.031096719205379486, 0.0698215439915657, -0.06251361221075058, 0.11778019368648529, -0.30875131487846375, -0.025743607431650162, 0.060704104602336884, 0.060944803059101105, 0.05113964155316353, -0.10994815826416016, -0.10143935680389404, -0.07790114730596542, -0.07645086944103241, -0.04227997362613678, -0.03505751118063927, 0.04847138002514839, 0.08729630708694458, 0.034149300307035446, 0.06030392646789551, 0.026539159938693047, -0.001892305095680058, -0.08500339835882187, 0.10307222604751587, -0.05986341834068298, -0.28480949997901917, -0.04506251588463783, -0.08217409253120422, -0.01968284137547016, 0.07973909378051758, -0.005594249349087477, -0.2372925728559494, -0.027458442375063896, -0.04557567834854126, 0.08514794707298279, -0.132767915725708, -0.012735488824546337, 0.018059605732560158, 0.13883794844150543, -0.17200294137001038, 0.02992585115134716, -0.003165543545037508, -0.053181346505880356, 0.00862961821258068, 0.11062783747911453, -0.24104341864585876, 0.03579433262348175, 0.28593412041664124, 0.06903080642223358, 0.04217679426074028, -0.09117201715707779, 0.07979777455329895, -0.20604820549488068, 0.06861858069896698, 0.11352095752954483, 0.05046651512384415, -0.0067261699587106705, 0.18590553104877472, -0.0011709011159837246, -0.09932505339384079, 0.045472152531147, 0.05878157913684845, -0.09209340810775757, -0.27536749839782715, -0.0816817507147789, -0.14981722831726074, 0.260779470205307, -0.007011983077973127, 0.0912066325545311, 0.16152656078338623, 0.050525765866041183, 0.015355492942035198, 0.13542480766773224, 0.013269222341477871, 0.019329795613884926, 0.10465199500322342, -0.030227376148104668, 0.02940947189927101, -0.07608626782894135, -0.03698648884892464, 0.08864068239927292, 0.12738826870918274, 0.15287435054779053, 0.22893568873405457, 0.229875847697258, -0.03414146602153778, 0.049691952764987946, 0.1928977370262146, 0.04519987851381302, 0.023684130981564522, -0.04896014183759689, -0.05985436961054802, -0.030239814892411232, 0.10365375876426697, 0.07152766734361649, 0.09593679755926132, -0.1708344668149948, 0.030583491548895836, -0.02209596149623394, 0.1329997032880783, 0.13282763957977295, 0.11952333897352219, -0.010889085941016674, 0.06738275289535522, 0.1475187987089157, -0.03174835070967674, -0.06542816013097763, 0.15403032302856445, 0.1886734515428543, -0.18368475139141083, 0.1042950302362442, 0.05566755682229996, 0.18097849190235138, -0.021447815001010895, 0.09135681390762329, -0.151173397898674, -0.20537878572940826, -0.0005085503798909485, 0.09722179174423218, -0.18407626450061798, 0.2548048198223114, 0.05146279186010361, -0.0827852264046669, -0.12589919567108154, -0.07490964233875275, -0.02675797790288925, 0.11212732642889023, 0.14249098300933838, 0.013816011138260365, 0.040339186787605286, -0.10725272446870804, -0.1256740838289261, -0.04037323594093323, 0.11309301108121872, 0.02305828221142292, -0.07531656324863434, 0.018923524767160416, -0.013708296231925488, -0.057902391999959946, -0.014324826188385487, 0.010641590692102909, -0.08122363686561584, -0.015053736977279186, 0.12832602858543396, 0.010686617344617844, 0.04535042122006416, 0.06046268716454506, 0.10761144012212753, 0.15166907012462616, -0.1590462028980255, -0.04723890498280525, -0.0648655891418457, -0.04958257079124451, 0.10959862172603607, -0.016696017235517502, -0.0028809045907109976, -0.09551312774419785, -0.0034357623662799597, -0.05584050342440605, 0.0183592289686203, 0.1716085523366928, 0.021239787340164185, -0.07592403143644333, -0.07962556928396225, 0.15205185115337372, -0.14349952340126038, 0.0969833955168724, -0.028709741309285164, -0.015666227787733078, 0.01339058019220829, -0.1737273931503296, -0.03210489824414253, -0.11290397495031357, 0.0032707892823964357, 0.20826013386249542, -0.1362299919128418, -0.004421980585902929, -0.05892772600054741, -0.16427452862262726, 0.20157045125961304, 0.22261042892932892, -0.04213237017393112, 0.09532041847705841, 0.17139369249343872, 0.010199001058936119, -0.24939288198947906, -0.03738795965909958, -0.1328730434179306, 0.014019498601555824, -0.03928052634000778, -0.1929677575826645, 0.06429415941238403, 0.07491352409124374, -0.00004941538645653054, 0.20318028330802917, -0.2592204511165619, -0.10655390471220016, 0.009016129188239574, -0.14004094898700714, 0.17026163637638092, -0.2078615427017212, -0.16430754959583282, -0.05294346064329147, 0.007741344626992941, 0.05691542103886604, -0.06698013097047806, 0.10348803550004959, -0.019028041511774063, 0.002784719690680504, 0.023250723257660866, -0.044420745223760605, 0.17115892469882965, 0.11349903792142868, 0.015202559530735016, -0.05306733399629593, -0.25597670674324036, 0.20906448364257812, 0.05376993864774704, 0.024344412609934807, -0.03764088451862335, -0.006747446488589048, -0.15921123325824738, -0.08046124130487442, -0.004056725185364485, -0.0612776093184948, -0.0038866729009896517, -0.05602237954735756, -0.15127189457416534, 0.042819298803806305, -0.1370420604944229, 0.03384802117943764, 0.33539310097694397, -0.05494709312915802, -0.023048974573612213, 0.038716401904821396, 0.1000756248831749, -0.1433897465467453, 0.07955479621887207, -0.05948923900723457, -0.026339521631598473, 0.08370604366064072, -0.15159465372562408, 0.0016341573791578412, 0.08987098187208176, -0.012627524323761463, 0.1403861939907074, 0.07974018156528473, 0.009855352342128754, 0.09199120849370956, 0.09099745750427246, -0.09529658406972885, -0.2129727602005005, -0.045622263103723526, -0.15352095663547516, 0.040078308433294296, -0.0417248010635376, -0.025746138766407967, 0.04654776304960251, 0.008822622708976269, 0.035612478852272034, -0.016304075717926025, -0.021251119673252106, 0.02817436493933201, -0.02279263362288475, 0.07559080421924591, -0.12330355495214462, 0.09825920313596725, 0.2197738140821457, -0.041329313069581985, -0.05797555670142174, 0.28349021077156067, -0.14335571229457855, 0.0025674207136034966, -0.11034011840820312, 0.13821107149124146, 0.05248096585273743, -0.0004794691631104797, -0.045339107513427734, -0.16012118756771088, 0.0024537225253880024, 0.08734314888715744, -0.0015408381586894393, 0.07476887851953506, 0.02988433837890625, -0.08999965339899063, 0.062249135226011276, -0.03959282487630844, -0.053670186549425125, 0.026200933381915092, -0.16833056509494781, -0.03329992666840553, 0.07800246775150299, 0.17864681780338287, -0.06712799519300461, -0.05851395055651665, -0.26022616028785706, 0.05361472815275192, -0.14238710701465607, 0.06870467960834503, -0.076258584856987, -0.10070838779211044, -0.0491577684879303, -0.035341955721378326, -0.077403724193573, -0.10658680647611618, -0.10342036187648773, 0.007854089140892029, -0.025157084688544273, 0.09659591317176819, -0.01599183678627014, 0.017368324100971222, 0.10717039555311203, -0.02494163252413273, 0.15054643154144287, 0.09909185767173767, -0.08031389117240906, 0.057103559374809265, -0.05106930062174797, -0.03306116536259651, 0.1452913135290146, 0.06353481113910675, 0.06503799557685852, 0.2064114362001419, -0.06896429508924484, 0.0033316221088171005, 0.17725245654582977, 0.0858328640460968, -0.08617844432592392, -0.13679908215999603, -0.07937345653772354, -0.2576383650302887, -0.2461441457271576, -0.0454694889485836, -0.037098996341228485, 0.14263176918029785, -0.023191416636109352, 0.042463138699531555, 0.006771712098270655, 0.13699336349964142, -0.09184291213750839, 0.03018246591091156, -0.05035224184393883, -0.03870319202542305, 0.06347047537565231, -0.07975413650274277, 0.03606906160712242, -0.010240193456411362, 0.3393650949001312, -0.013580771163105965, -0.052337683737277985, 0.06204691529273987, 0.031230464577674866, 0.02806820720434189, 0.028201768174767494, 0.318974107503891, 0.20648033916950226, -0.08242450654506683, 0.0046983505599200726, 0.03492090106010437, -0.004613591358065605, 0.09780039638280869, 0.18623086810112, 0.07213202118873596, -0.1181325912475586, 0.09726455062627792, 0.006900116801261902, -0.08363688737154007, 0.023106668144464493, 0.09098076075315475, -0.08392781019210815, -0.03201008588075638, -0.0600067675113678, 0.14775381982326508, 0.18758396804332733, -0.07049933075904846, 0.12579216063022614, -0.0364036038517952, -0.1380762904882431, -0.10051843523979187, -0.009967200458049774, -0.10049739480018616, -0.15084801614284515, 0.020215146243572235, -0.06938406825065613, 0.00004462976357899606, 0.08919305354356766, 0.05969815328717232, -0.022183459252119064, 0.10957002639770508, 0.0035732679534703493, -0.06044407933950424, 0.027948856353759766, 0.002977818949148059, 0.05421614646911621, -0.08787614107131958, -0.06983617693185806, -0.035285260528326035, -0.07877659052610397, -0.05965905264019966, 0.08584123849868774, -0.11238032579421997, -0.0032923652324825525, -0.11253184080123901, -0.05759049206972122, -0.048601411283016205, -0.025644155219197273, 0.00139097950886935, 0.12852180004119873, 0.021688099950551987, -0.04816696047782898, -0.011806540191173553, 0.21505774557590485, -0.010789880529046059, -0.09420754760503769, -0.04623434692621231, 0.09078428894281387, -0.037138719111680984, 0.02508149854838848, -0.07275793701410294, -0.08200003206729889, -0.10691379010677338, 0.287860631942749, 0.26957595348358154, -0.12130323052406311, -0.022314582020044327, -0.07593947649002075, 0.04385748133063316, 0.04294571280479431, 0.0450369268655777, 0.030996112152934074, 0.30285006761550903, 0.021312791854143143, 0.010639443062245846, -0.00999144185334444, -0.05757272243499756, -0.1883070021867752, 0.10388458520174026, 0.13905642926692963, -0.023423021659255028, -0.10583829879760742, 0.15253426134586334, -0.1909000426530838, 0.1719474196434021, 0.08428318798542023, -0.21274082362651825, -0.06527280062437057, 0.034928154200315475, -0.022016145288944244, 0.035007044672966, 0.06852138787508011, -0.00868524145334959, -0.04990282282233238, -0.16585808992385864, 0.030812835320830345, -0.24532641470432281, -0.06807802617549896, 0.12438274919986725, -0.02173825167119503, 0.13732022047042847, -0.038106873631477356, -0.010127590037882328, 0.030507707968354225, 0.0019615511409938335, 0.007010830100625753, 0.09168949723243713, 0.009125732816755772, 0.08378306776285172, -0.03763015195727348, 0.06730570644140244, -0.003594712121412158, -0.08342375606298447, 0.08309783041477203, -0.06759341806173325, 0.006268216762691736, 0.12893664836883545, -0.023270320147275925, -0.11483660340309143, -0.015074445866048336, -0.10538849979639053, 0.06691861897706985, 0.1160254254937172, -0.05582466349005699, 0.019337164238095284, 0.009080627001821995, -0.01574101857841015, -0.03701165318489075, -0.14978308975696564, -0.14077743887901306, -0.08601393550634384, -0.07449343800544739, 0.12201850116252899, -0.008852762170135975, -0.21584375202655792, 0.03399602696299553, -0.06493047624826431, 0.12803320586681366, -0.12795385718345642, 0.004150709602981806, 0.07694374769926071, -0.008779669180512428, -0.026121513918042183, -0.35120129585266113, 0.06777840852737427, 0.09518665075302124, -0.09495776146650314, -0.13047020137310028 ]
9305db165c1536cae36a0ee7115de7e2cd7fb671
# Dataset of micaiah (Fire Emblem) This is the dataset of micaiah (Fire Emblem), containing 500 images and their tags. The core tags of this character are `long_hair, yellow_eyes, bangs, grey_hair, ribbon, hair_ribbon, half_updo, breasts, white_hair, medium_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 769.48 MiB | [Download](https://huggingface.co/datasets/CyberHarem/micaiah_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 397.27 MiB | [Download](https://huggingface.co/datasets/CyberHarem/micaiah_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1237 | 854.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/micaiah_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 661.63 MiB | [Download](https://huggingface.co/datasets/CyberHarem/micaiah_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1237 | 1.22 GiB | [Download](https://huggingface.co/datasets/CyberHarem/micaiah_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/micaiah_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 30 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | official_alternate_costume, red_bikini, 1girl, solo, bare_shoulders, cleavage, hair_flower, navel, bikini_skirt, blue_scarf, looking_at_viewer, red_gloves, collarbone, open_mouth, bird, blush, groin, :d, front-tie_bikini_top, towel, cowboy_shot, simple_background, miniskirt, outdoors, sky, fingerless_gloves, water | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, blush, nipples, solo, collarbone, groin, looking_at_viewer, navel, pussy, smile, simple_background, ass_visible_through_thighs, completely_nude, white_background | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, bangle, bare_shoulders, belt, black_gloves, black_pantyhose, blue_scarf, elbow_gloves, fingerless_gloves, side_slit, simple_background, sleeveless_dress, solo, bird, boots, smile, white_background | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bangle, bare_shoulders, black_gloves, black_pantyhose, blue_scarf, cowboy_shot, elbow_gloves, fingerless_gloves, side_slit, simple_background, sleeveless_dress, solo, white_background, belt, looking_at_viewer, smile, blush, hand_on_own_chest | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, bare_shoulders, black_gloves, blue_scarf, elbow_gloves, fingerless_gloves, simple_background, sleeveless_dress, solo, upper_body, bangle, smile, white_background, bird_on_hand | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, bare_shoulders, blue_cape, simple_background, sleeveless_dress, solo, turtleneck_dress, bangle, looking_at_viewer, smile, elbow_gloves, fingerless_gloves, black_pantyhose | | 6 | 21 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, bare_shoulders, solo, jewelry, looking_at_viewer, sleeveless_dress, smile, official_alternate_costume, simple_background, turtleneck_dress, upper_body, white_background, white_dress, flower, wedding_dress, blush, bouquet, holding, open_mouth, white_gloves | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, bangle, bare_shoulders, black_dress, black_gloves, bridal_gauntlets, circlet, official_alternate_costume, side_slit, sleeveless_dress, solo, turtleneck_dress, smile, earrings, elbow_gloves, fur-trimmed_coat, looking_at_viewer, red_cape, cowboy_shot, full_body, red_coat, simple_background | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, bare_shoulders, elbow_gloves, gradient_clothes, official_alternate_costume, shiny_clothes, solo, black_gloves, short_dress, looking_at_viewer, simple_background, sleeveless_dress, torn_cape, bird, hair_bow, bangle, black_dress, grey_background, pantyhose, shiny_hair, skirt, black_ribbon, smile, thigh_boots, turtleneck | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | 1girl, bare_shoulders, circlet, long_sleeves, red_cape, solo, official_alternate_costume, simple_background, white_background, bangle, bridal_gauntlets, detached_sleeves, full_body, open_mouth, sandals, smile, turtleneck_dress, white_dress, magic, sleeveless_dress | | 10 | 5 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1boy, 1girl, blue_scarf, blush, hetero, mosaic_censoring, penis, solo_focus, bare_shoulders, cum_in_mouth, fellatio, from_side, sleeveless_dress, upper_body, brick_wall, gloves, heart, nipples, nude, pink_background, profile, simple_background, smile, tears | | 11 | 30 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1girl, blush, nipples, 1boy, hetero, sex, solo_focus, open_mouth, vaginal, navel, penis, sweat, spread_legs, collarbone, pov, smile, large_breasts, looking_at_viewer, completely_nude, mosaic_censoring, cum_in_pussy, cowgirl_position, bed_sheet, birthmark, on_back | | 12 | 16 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | 1girl, yukata, butterfly_print, official_alternate_costume, solo, blush, obi, looking_at_viewer, smile, wide_sleeves, simple_background, upper_body, holding, open_mouth, twitter_username, white_background | | 13 | 7 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | 1girl, cleavage, looking_at_viewer, solo, cosplay, alternate_costume, blue_cape, bodystocking, covered_navel, simple_background, skin_tight, smile, bracelet, white_background, bridal_gauntlets, full_body, open_book, open_mouth | | 14 | 9 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | 1girl, cleavage, crop_top, looking_at_viewer, midriff, navel, short_shorts, smile, tied_shirt, alternate_costume, blush, checkered_shirt, collarbone, denim_shorts, short_sleeves, solo, beer_mug, front-tie_top, holding_cup, large_breasts, blue_shorts, no_gloves, plaid, twitter_username, cowboy_shot | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | official_alternate_costume | red_bikini | 1girl | solo | bare_shoulders | cleavage | hair_flower | navel | bikini_skirt | blue_scarf | looking_at_viewer | red_gloves | collarbone | open_mouth | bird | blush | groin | :d | front-tie_bikini_top | towel | cowboy_shot | simple_background | miniskirt | outdoors | sky | fingerless_gloves | water | nipples | pussy | smile | ass_visible_through_thighs | completely_nude | white_background | bangle | belt | black_gloves | black_pantyhose | elbow_gloves | side_slit | sleeveless_dress | boots | hand_on_own_chest | upper_body | bird_on_hand | blue_cape | turtleneck_dress | jewelry | white_dress | flower | wedding_dress | bouquet | holding | white_gloves | black_dress | bridal_gauntlets | circlet | earrings | fur-trimmed_coat | red_cape | full_body | red_coat | gradient_clothes | shiny_clothes | short_dress | torn_cape | hair_bow | grey_background | pantyhose | shiny_hair | skirt | black_ribbon | thigh_boots | turtleneck | long_sleeves | detached_sleeves | sandals | magic | 1boy | hetero | mosaic_censoring | penis | solo_focus | cum_in_mouth | fellatio | from_side | brick_wall | gloves | heart | nude | pink_background | profile | tears | sex | vaginal | sweat | spread_legs | pov | large_breasts | cum_in_pussy | cowgirl_position | bed_sheet | birthmark | on_back | yukata | butterfly_print | obi | wide_sleeves | twitter_username | cosplay | alternate_costume | bodystocking | covered_navel | skin_tight | bracelet | open_book | crop_top | midriff | short_shorts | tied_shirt | checkered_shirt | denim_shorts | short_sleeves | beer_mug | front-tie_top | holding_cup | blue_shorts | no_gloves | plaid | |----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:-----------------------------|:-------------|:--------|:-------|:-----------------|:-----------|:--------------|:--------|:---------------|:-------------|:--------------------|:-------------|:-------------|:-------------|:-------|:--------|:--------|:-----|:-----------------------|:--------|:--------------|:--------------------|:------------|:-----------|:------|:--------------------|:--------|:----------|:--------|:--------|:-----------------------------|:------------------|:-------------------|:---------|:-------|:---------------|:------------------|:---------------|:------------|:-------------------|:--------|:--------------------|:-------------|:---------------|:------------|:-------------------|:----------|:--------------|:---------|:----------------|:----------|:----------|:---------------|:--------------|:-------------------|:----------|:-----------|:-------------------|:-----------|:------------|:-----------|:-------------------|:----------------|:--------------|:------------|:-----------|:------------------|:------------|:-------------|:--------|:---------------|:--------------|:-------------|:---------------|:-------------------|:----------|:--------|:-------|:---------|:-------------------|:--------|:-------------|:---------------|:-----------|:------------|:-------------|:---------|:--------|:-------|:------------------|:----------|:--------|:------|:----------|:--------|:--------------|:------|:----------------|:---------------|:-------------------|:------------|:------------|:----------|:---------|:------------------|:------|:---------------|:-------------------|:----------|:--------------------|:---------------|:----------------|:-------------|:-----------|:------------|:-----------|:----------|:---------------|:-------------|:------------------|:---------------|:----------------|:-----------|:----------------|:--------------|:--------------|:------------|:--------| | 0 | 30 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | | X | X | | | | X | | | X | | X | | | X | X | | | | | X | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | | X | X | X | | | | | X | | | | | X | | | | | | | X | | | | X | | | | X | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | | | X | X | X | | | | | X | X | | | | | X | | | | | X | X | | | | X | | | | X | | | X | X | X | X | X | X | X | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | | X | X | X | | | | | X | | | | | | | | | | | | X | | | | X | | | | X | | | X | X | | X | | X | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | | | X | X | X | | | | | | X | | | | | | | | | | | X | | | | X | | | | X | | | | X | | | X | X | | X | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 21 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | X | X | X | | | | | | X | | | X | | X | | | | | | X | | | | | | | | X | | | X | | | | | | | X | | | X | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | X | X | X | | | | | | X | | | | | | | | | | X | X | | | | | | | | X | | | | X | | X | | X | X | X | | | | | | X | | | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8 | 9 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | X | X | X | | | | | | X | | | | X | | | | | | | X | | | | | | | | X | | | | X | | X | | X | | X | | | | | | | | | | | | | | X | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | X | X | X | | | | | | | | | X | | | | | | | | X | | | | | | | | X | | | X | X | | | | | | X | | | | | | X | | X | | | | | | | X | X | | | X | X | | | | | | | | | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10 | 5 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | | | X | | X | | | | | X | | | | | | X | | | | | | X | | | | | | X | | X | | | | | | | | | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11 | 30 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | | | X | | | | | X | | | X | | X | X | | X | | | | | | | | | | | | X | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | 12 | 16 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | X | | X | X | | | | | | | X | | | X | | X | | | | | | X | | | | | | | | X | | | X | | | | | | | | | | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 13 | 7 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | | | X | X | | X | | | | | X | | | X | | | | | | | | X | | | | | | | | X | | | X | | | | | | | | | | | | X | | | | | | | | | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | 14 | 9 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | | | X | X | | X | | X | | | X | | X | | | X | | | | | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | X | | X | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/micaiah_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T15:27:38+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T19:29:23+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of micaiah (Fire Emblem) ================================ This is the dataset of micaiah (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'long\_hair, yellow\_eyes, bangs, grey\_hair, ribbon, hair\_ribbon, half\_updo, breasts, white\_hair, medium\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
16ccf52e3e19a35948a5b62d846edef44dc57f2f
# Dataset of ninian (Fire Emblem) This is the dataset of ninian (Fire Emblem), containing 388 images and their tags. The core tags of this character are `long_hair, blue_hair, red_eyes, hair_ornament, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 388 | 458.90 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ninian_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 388 | 280.88 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ninian_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 811 | 533.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ninian_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 388 | 414.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ninian_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 811 | 717.76 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ninian_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/ninian_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, bare_shoulders, dress, looking_at_viewer, simple_background, smile, solo, cape, full_body, white_background | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bare_shoulders, solo, looking_at_viewer, smile, cape, blue_dress, blush | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, bare_shoulders, dress, looking_at_viewer, solo, white_background, simple_background, smile | | 3 | 43 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bare_shoulders, bride, wedding_dress, smile, solo, white_dress, bridal_veil, flower, looking_at_viewer, bouquet, gloves, strapless_dress | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, bangs, bare_shoulders, full_body, long_dress, solo, floating_object, medium_breasts, open_mouth, shiny_hair, gradient_clothes, stone, turtleneck, white_background, aqua_hair, blue_dress, looking_at_viewer, snowflakes, cape, dark_aura, glowing_eyes, simple_background, transparent_background | | 5 | 8 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, hetero, blush, penis, sex, solo_focus, nipples, open_mouth, vaginal, completely_nude, spread_legs, cum_in_pussy, large_breasts, lying, missionary, mosaic_censoring | | 6 | 15 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | hetero, multiple_boys, multiple_penises, 1girl, nipples, solo_focus, vaginal, large_breasts, gangbang, cum_in_pussy, mosaic_censoring, double_handjob, torn_clothes, blush, bukkake, dress, facial, fellatio, nude, rape, straddling | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bare_shoulders | dress | looking_at_viewer | simple_background | smile | solo | cape | full_body | white_background | blue_dress | blush | bride | wedding_dress | white_dress | bridal_veil | flower | bouquet | gloves | strapless_dress | bangs | long_dress | floating_object | medium_breasts | open_mouth | shiny_hair | gradient_clothes | stone | turtleneck | aqua_hair | snowflakes | dark_aura | glowing_eyes | transparent_background | 1boy | hetero | penis | sex | solo_focus | nipples | vaginal | completely_nude | spread_legs | cum_in_pussy | large_breasts | lying | missionary | mosaic_censoring | multiple_boys | multiple_penises | gangbang | double_handjob | torn_clothes | bukkake | facial | fellatio | nude | rape | straddling | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------------|:--------|:--------------------|:--------------------|:--------|:-------|:-------|:------------|:-------------------|:-------------|:--------|:--------|:----------------|:--------------|:--------------|:---------|:----------|:---------|:------------------|:--------|:-------------|:------------------|:-----------------|:-------------|:-------------|:-------------------|:--------|:-------------|:------------|:-------------|:------------|:---------------|:-------------------------|:-------|:---------|:--------|:------|:-------------|:----------|:----------|:------------------|:--------------|:---------------|:----------------|:--------|:-------------|:-------------------|:----------------|:-------------------|:-----------|:-----------------|:---------------|:----------|:---------|:-----------|:-------|:-------|:-------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | X | | X | X | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 43 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | X | | X | X | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | | X | X | | X | X | X | X | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 8 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | | | | | | | | X | | | | | | | | | | | | | X | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | 6 | 15 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | X | X | | | X | X | | | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/ninian_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T15:28:22+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:46:48+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of ninian (Fire Emblem) =============================== This is the dataset of ninian (Fire Emblem), containing 388 images and their tags. The core tags of this character are 'long\_hair, blue\_hair, red\_eyes, hair\_ornament, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
6c4e43f0aca28eb96f6ab0501f37541903771d55
The dataset is available at: https://www.mpi-inf.mpg.de/departments/computer-vision-and-machine-learning/research/vision-and-language/visual-turing-challenge/ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6290ec00a29097b211b94f0f/6TRvuCI3AYnhphzXiCPE4.png) ``` @INPROCEEDINGS{malinowski2014nips, author = {Malinowski, Mateusz and Fritz, Mario}, title = {A Multi-World Approach to Question Answering about Real-World Scenes based on Uncertain Input}, booktitle = {Advances in Neural Information Processing Systems 27}, editor = {Z. Ghahramani and M. Welling and C. Cortes and N.D. Lawrence and K.Q. Weinberger}, pages = {1682--1690}, year = {2014}, publisher = {Curran Associates, Inc.}, url = {http://papers.nips.cc/paper/5411-a-multi-world-approach-to-question-answering-about-real-world-scenes-based-on-uncertain-input.pdf} } ```
Andyrasika/VQA-Dataset
[ "size_categories:100K<n<1M", "language:en", "license:mit", "VQA", "region:us" ]
2024-01-17T15:37:46+00:00
{"language": ["en"], "license": "mit", "size_categories": ["100K<n<1M"], "pretty_name": "VQA ", "dataset_info": {"features": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "image_id", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 700662, "num_examples": 9974}, {"name": "test", "num_bytes": 174412, "num_examples": 2494}], "download_size": 299109, "dataset_size": 875074}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "tags": ["VQA"]}
2024-01-17T15:45:12+00:00
[]
[ "en" ]
TAGS #size_categories-100K<n<1M #language-English #license-mit #VQA #region-us
The dataset is available at: URL !image/png
[]
[ "TAGS\n#size_categories-100K<n<1M #language-English #license-mit #VQA #region-us \n" ]
[ 30 ]
[ "passage: TAGS\n#size_categories-100K<n<1M #language-English #license-mit #VQA #region-us \n" ]
[ -0.056052304804325104, -0.02301332727074623, -0.004967984277755022, 0.023701585829257965, 0.07881524413824081, 0.05752074345946312, 0.14768381416797638, 0.10352546721696854, 0.17761768400669098, -0.020519975572824478, 0.13502520322799683, 0.0037873554974794388, 0.04931582883000374, 0.10374074429273605, 0.004101800266653299, -0.29045024514198303, 0.031849153339862823, -0.01538541354238987, 0.08329525589942932, 0.05882929265499115, 0.09038617461919785, -0.08926087617874146, 0.029796648770570755, -0.05741167441010475, -0.07071416825056076, 0.03437305986881256, 0.011349033564329147, -0.08358722180128098, 0.10052680224180222, -0.0028313680086284876, 0.08154860138893127, 0.025008603930473328, 0.01804143562912941, -0.2876046299934387, 0.0054841903038322926, -0.08817599713802338, -0.08025812357664108, 0.0170252975076437, 0.024904562160372734, 0.048762399703264236, 0.007634911686182022, -0.06549503654241562, -0.09339205175638199, 0.10906893759965897, -0.13661420345306396, -0.23091167211532593, -0.03303127363324165, 0.03583957999944687, 0.02452828176319599, 0.033595453947782516, -0.005628965329378843, 0.09388138353824615, -0.1953720897436142, 0.010039219632744789, 0.1485145539045334, -0.37760424613952637, 0.054375916719436646, 0.22697412967681885, 0.033889997750520706, 0.11620120704174042, -0.08590050786733627, 0.056105226278305054, 0.0974389910697937, -0.04090660810470581, -0.09251117706298828, -0.06444805860519409, -0.05887950211763382, 0.07335507869720459, -0.03959725424647331, -0.052022624760866165, 0.30526915192604065, 0.09768176823854446, 0.008070502430200577, -0.01493759173899889, -0.03035026043653488, -0.1737252026796341, -0.04439094290137291, 0.08237958699464798, 0.05770095810294151, 0.08216940611600876, 0.07725675404071808, 0.03993552178144455, -0.14104598760604858, -0.036938149482011795, -0.2596321105957031, 0.06091631203889847, 0.015500149689614773, 0.07009594887495041, -0.10146836936473846, -0.04339682683348656, -0.2816959023475647, -0.058277495205402374, -0.04574275389313698, -0.07787689566612244, -0.023710746318101883, 0.013869770802557468, 0.021270735189318657, 0.08397495746612549, 0.16483548283576965, 0.0016701698768883944, -0.046821389347314835, 0.009424716234207153, 0.030121171846985817, 0.13342975080013275, 0.027647579088807106, 0.14739404618740082, -0.0014587851474061608, -0.023020779713988304, -0.016182253137230873, -0.10748375952243805, 0.022573698312044144, -0.005585414823144674, -0.1810961663722992, -0.11320501565933228, -0.061810459941625595, 0.15615150332450867, -0.09423481673002243, -0.014820583164691925, -0.045393574982881546, 0.07766935974359512, -0.01396347675472498, -0.04668975993990898, -0.020819997414946556, 0.009444656781852245, 0.03539710119366646, 0.009622943587601185, -0.1741771697998047, -0.027060797438025475, 0.01485104113817215, 0.016193460673093796, -0.07503636926412582, -0.013609305024147034, 0.011875460855662823, -0.07027833163738251, 0.0852765440940857, -0.07975541055202484, 0.030271748080849648, -0.1434650421142578, -0.04615657776594162, 0.04204676300287247, -0.029457569122314453, -0.04251634329557419, 0.032267358154058456, 0.0010028952965512872, -0.02226981520652771, -0.03378630056977272, -0.058931540697813034, -0.042253702878952026, -0.0841536819934845, 0.09152427315711975, 0.010532047599554062, 0.10463456064462662, -0.1834939420223236, -0.021502062678337097, -0.0695861354470253, 0.04638291895389557, 0.02417266182601452, 0.009569690562784672, -0.08224990218877792, 0.1300409883260727, -0.05231718346476555, -0.016380881890654564, -0.12411519885063171, 0.020803941413760185, -0.09138757735490799, 0.10786037147045135, -0.2909206748008728, -0.07210268825292587, 0.20389680564403534, -0.029168007895350456, -0.12626688182353973, 0.06687759608030319, 0.05345229431986809, 0.0314309298992157, 0.10903923958539963, 0.3461158871650696, -0.05129115283489227, -0.05334467440843582, -0.02197781763970852, 0.23513640463352203, -0.07097187638282776, -0.24427343904972076, 0.1077764481306076, -0.11532715708017349, 0.009316183626651764, 0.03123534470796585, 0.0821186751127243, 0.04927639663219452, -0.050110965967178345, -0.10643494129180908, -0.01884910650551319, -0.041865140199661255, 0.06897055357694626, 0.02824479527771473, 0.10699277371168137, -0.0871022418141365, 0.03657952696084976, -0.04466716945171356, 0.027540378272533417, 0.11930853128433228, 0.005366215016692877, -0.044536858797073364, 0.09798862040042877, -0.018251169472932816, 0.02914167381823063, -0.07036683708429337, 0.045318588614463806, 0.01795670948922634, -0.014747973531484604, 0.05404769629240036, 0.2572603225708008, 0.027191195636987686, -0.09185881167650223, -0.03520768880844116, 0.08283822983503342, 0.03639582544565201, 0.0476965568959713, -0.0704972967505455, -0.01272210106253624, 0.07087867707014084, -0.011264183558523655, -0.10300260037183762, 0.010770047083497047, -0.015116250142455101, 0.1847880482673645, -0.0625903382897377, 0.006116603966802359, 0.09755958616733551, -0.019375909119844437, 0.06278461217880249, 0.011447962373495102, 0.012600391171872616, 0.07629568129777908, -0.07376696169376373, -0.10885719954967499, 0.09260948747396469, -0.03458188846707344, 0.16924390196800232, 0.20165199041366577, -0.024683013558387756, 0.04928509145975113, -0.1326393485069275, 0.001845817780122161, 0.06103730946779251, 0.005277376621961594, -0.037006132304668427, -0.05840819329023361, 0.026124214753508568, 0.057447366416454315, -0.070132315158844, -0.01777120865881443, 0.0055297743529081345, -0.03969883173704147, -0.055997904390096664, 0.1005481630563736, 0.16954496502876282, -0.1674146205186844, 0.1718749701976776, 0.35343611240386963, 0.07793167978525162, 0.2055145502090454, -0.11785756796598434, -0.03162334859371185, -0.008044736459851265, 0.00833765510469675, -0.048076946288347244, 0.1446649432182312, -0.20025300979614258, -0.02333410456776619, 0.06365350633859634, 0.0464126393198967, 0.00792844407260418, -0.10575563460588455, -0.12373297661542892, -0.02532375231385231, -0.07838018983602524, -0.17719899117946625, 0.05330201983451843, 0.0038415654562413692, 0.04942009970545769, 0.023731185123324394, -0.05062371492385864, 0.05577850341796875, -0.0526578351855278, -0.03617791086435318, 0.1322517693042755, -0.134439155459404, -0.10951642692089081, -0.08695054799318314, -0.024246035143733025, -0.004406209569424391, 0.04498596489429474, 0.05239551141858101, -0.19092482328414917, -0.016611838713288307, 0.000916144868824631, 0.056180842220783234, -0.11342881619930267, 0.019543005153536797, -0.04501789063215256, 0.11890837550163269, -0.08398336172103882, -0.09518402814865112, -0.052134305238723755, -0.0765831395983696, 0.006195904687047005, 0.08631066977977753, -0.11315740644931793, 0.06048288196325302, 0.19896170496940613, -0.029582830145955086, 0.06274275481700897, -0.0877382904291153, 0.2615703344345093, -0.057008758187294006, -0.03565039858222008, 0.07249505072832108, 0.11694669723510742, 0.0033960798755288124, 0.3356349468231201, 0.09973913431167603, -0.0911838710308075, -0.049376536160707474, -0.030152026563882828, -0.11771291494369507, -0.20442350208759308, -0.04779420793056488, -0.13089226186275482, 0.10718666017055511, 0.0017723786877468228, 0.08895287662744522, -0.032550327479839325, 0.03850451111793518, 0.04568815976381302, 0.01859268732368946, -0.031092068180441856, 0.016041163355112076, 0.30055853724479675, -0.029386747628450394, 0.02196158841252327, -0.12011855840682983, -0.03879456967115402, 0.11329203844070435, 0.1517316699028015, 0.16748741269111633, 0.21789489686489105, 0.19793379306793213, 0.08344592899084091, 0.08250505477190018, 0.14073890447616577, 0.06997555494308472, 0.048488568514585495, -0.03418601676821709, -0.04801827296614647, -0.010828271508216858, 0.05162753909826279, 0.029112529009580612, 0.11720806360244751, -0.1594599485397339, -0.0020418912172317505, -0.14207018911838531, 0.08712998032569885, 0.03316947817802429, 0.19577708840370178, 0.005286990664899349, 0.0899241715669632, 0.10000120848417282, -0.03639643266797066, -0.04459859058260918, 0.12510356307029724, 0.06158624589443207, -0.07599490880966187, 0.04597259685397148, 0.07445953786373138, 0.09071068465709686, -0.014840096235275269, 0.09093555808067322, -0.08653487265110016, -0.167337104678154, 0.026857389137148857, 0.1457337588071823, -0.23544976115226746, 0.374951034784317, 0.04953858628869057, -0.02818482555449009, -0.05502856895327568, -0.05971201881766319, -0.042795609682798386, 0.11957748979330063, 0.08987625688314438, 0.04986589029431343, -0.05148157477378845, -0.18149124085903168, -0.010412953794002533, 0.003834888804703951, 0.04732750728726387, 0.04275637865066528, -0.08712887018918991, -0.01530819945037365, 0.027661006897687912, -0.03340679034590721, 0.08005911111831665, -0.07931683957576752, -0.07721225172281265, -0.028807012364268303, 0.16335436701774597, -0.005890839267522097, -0.03622598573565483, 0.022770071402192116, -0.030529895797371864, -0.021565373986959457, -0.21764416992664337, -0.06729131191968918, -0.04566517099738121, -0.10716435313224792, 0.09687783569097519, -0.07388526201248169, 0.009453313425183296, -0.06359821557998657, -0.02190445363521576, -0.11290107667446136, -0.04098669812083244, 0.10977526754140854, -0.02597622387111187, -0.02238796092569828, -0.036067575216293335, 0.1426631361246109, -0.15568602085113525, 0.06990623474121094, 0.004628680646419525, 0.018026558682322502, -0.04120829701423645, -0.13551431894302368, 0.06104615330696106, -0.09777973592281342, -0.07165529578924179, 0.03214065730571747, -0.040495723485946655, -0.07756689190864563, 0.02516687847673893, -0.08789274841547012, 0.25109511613845825, 0.32819661498069763, -0.0626729354262352, 0.11025634407997131, 0.28014278411865234, -0.027344971895217896, -0.22550944983959198, -0.1519562005996704, -0.18678277730941772, -0.012851504608988762, 0.055671047419309616, -0.04155493900179863, 0.030655160546302795, 0.11756907403469086, -0.07082357257604599, 0.11707091331481934, -0.2261403650045395, -0.09180089086294174, 0.14700967073440552, -0.059598278254270554, 0.3789413571357727, -0.12357686460018158, -0.10781671106815338, -0.1449958086013794, -0.09453950822353363, 0.023841047659516335, 0.00046020603622309864, 0.12204766273498535, -0.06321901082992554, 0.04521375522017479, -0.003964225761592388, -0.012474201619625092, 0.20519530773162842, 0.09091503173112869, 0.039021626114845276, -0.0630514994263649, -0.21254010498523712, 0.17627061903476715, 0.02318984642624855, -0.009169645607471466, -0.11643186211585999, -0.0462363064289093, -0.0930403396487236, -0.019568130373954773, -0.050553012639284134, 0.03869887813925743, -0.002976519288495183, -0.09924734383821487, -0.11149390786886215, -0.004214887507259846, -0.10814745724201202, -0.042711056768894196, 0.1673218160867691, -0.06237703189253807, 0.004776290617883205, 0.1262589991092682, 0.07231149822473526, -0.1534334272146225, 0.01892435923218727, 0.006252901628613472, -0.05284777283668518, 0.0916883647441864, -0.12388519942760468, -0.029579583555459976, 0.13609826564788818, -0.030085163190960884, 0.0399610698223114, 0.05333951860666275, -0.06322500109672546, 0.041764263063669205, 0.15634207427501678, 0.0535433292388916, -0.1619029939174652, 0.030970776453614235, -0.03490148112177849, 0.0123835364356637, -0.016142331063747406, -0.03571503981947899, 0.05226404592394829, 0.02017367258667946, -0.010019179433584213, -0.01794191636145115, -0.08250057697296143, 0.06342357397079468, 0.11743739992380142, 0.05156087875366211, -0.1103217750787735, 0.09598054736852646, 0.061757080256938934, 0.054839227348566055, -0.07380128651857376, 0.1022685095667839, -0.10462426394224167, -0.07363191246986389, -0.01890963688492775, 0.000435992464190349, -0.10072894394397736, -0.04014162719249725, 0.04013150557875633, -0.16731062531471252, -0.005651900079101324, 0.09563993662595749, 0.013136021792888641, 0.08413601666688919, 0.00962689146399498, -0.08648782968521118, 0.13401459157466888, 0.03594760224223137, -0.14092420041561127, 0.02060743235051632, -0.12669618427753448, -0.10082858055830002, -0.04974042624235153, 0.13468071818351746, -0.03323235735297203, -0.025894736871123314, -0.1651936024427414, 0.049965113401412964, -0.2052404135465622, 0.021645311266183853, -0.06753150373697281, -0.012260833755135536, 0.004642361309379339, -0.046438176184892654, -0.05207865685224533, -0.07568008452653885, -0.1552819013595581, 0.040125712752342224, 0.0008885768475010991, 0.12333628535270691, -0.020422345027327538, -0.015846863389015198, 0.06629496812820435, 0.05001325532793999, 0.1258586347103119, -0.033875010907649994, 0.0011599637800827622, 0.1300450563430786, -0.12673285603523254, -0.03634397312998772, 0.11389189958572388, 0.029588548466563225, 0.056910306215286255, 0.11061467230319977, -0.013063840568065643, 0.031755924224853516, 0.05017336457967758, 0.08411514014005661, -0.1007942333817482, -0.125322163105011, -0.05923136696219444, -0.07224823534488678, -0.1640738546848297, 0.009419091045856476, -0.07244352996349335, 0.20087727904319763, -0.04225568473339081, 0.09977888315916061, 0.03445340692996979, 0.009536798112094402, -0.07559876888990402, 0.014121558517217636, -0.04187130928039551, -0.06993843615055084, -0.09991636872291565, -0.0944187343120575, -0.004370018839836121, -0.02235722914338112, 0.3839481770992279, 0.09307000786066055, -0.1265306919813156, 0.052131157368421555, 0.07384186238050461, -0.010082735680043697, -0.02713381126523018, 0.36618590354919434, 0.14295075833797455, -0.019105006009340286, -0.14148761332035065, 0.013204358518123627, -0.03463408350944519, -0.03683983534574509, 0.08754036575555801, 0.10084665566682816, -0.018835561349987984, 0.055934518575668335, 0.09770265966653824, -0.03427454084157944, 0.05422237515449524, 0.008928157389163971, 0.051224518567323685, -0.004495496861636639, -0.03757665678858757, 0.04019559174776077, 0.20880605280399323, -0.08605924993753433, 0.03606864809989929, -0.07545001059770584, -0.050261519849300385, -0.17634862661361694, -0.130506694316864, -0.05856366455554962, -0.15284700691699982, 0.06578848510980606, -0.022092679515480995, 0.004198041744530201, 0.14973604679107666, 0.04574903845787048, 0.0039025747682899237, -0.0020770588889718056, -0.08677498251199722, -0.06893660128116608, 0.003101849928498268, -0.03157147392630577, 0.038800861686468124, -0.06744221597909927, -0.028196312487125397, -0.00816064327955246, -0.1572614461183548, -0.07231909781694412, 0.046102143824100494, -0.10938716679811478, -0.0689898207783699, -0.1669749766588211, -0.04584087058901787, -0.044722817838191986, 0.06604868173599243, 0.020073020830750465, 0.2311653047800064, 0.01366308331489563, -0.034283094108104706, 0.038191281259059906, 0.08381180465221405, 0.013158058747649193, -0.18764367699623108, 0.026318730786442757, 0.06275820732116699, 0.03307057172060013, 0.12793411314487457, -0.1030716747045517, -0.08725527673959732, -0.016968080773949623, 0.18845482170581818, 0.281052827835083, -0.027028365060687065, 0.009703924879431725, -0.025076135993003845, 0.025075793266296387, 0.053768616169691086, 0.13377675414085388, 0.02343127876520157, 0.19546590745449066, -0.06630215793848038, 0.08300220966339111, 0.012133924290537834, 0.002280743792653084, -0.15734857320785522, 0.12390667200088501, 0.06305009871721268, -0.06142694130539894, -0.07674258202314377, 0.1507691591978073, -0.09563544392585754, 0.1959604024887085, 0.11053413152694702, -0.13140319287776947, -0.030367927625775337, -0.029537908732891083, 0.056148845702409744, 0.0777602568268776, 0.05176466330885887, -0.09948712587356567, -0.06841468065977097, -0.1266482174396515, 0.0023482581600546837, -0.3216616213321686, -0.14588958024978638, 0.10714919865131378, 0.09807495772838593, 0.09806475788354874, -0.02097936160862446, 0.06790121644735336, 0.045595746487379074, 0.041758276522159576, -0.01508834958076477, 0.2329469919204712, 0.04616394639015198, 0.09844460338354111, -0.046968165785074234, -0.05509781837463379, -0.009281184524297714, -0.0871376320719719, 0.0804467499256134, -0.015971822664141655, 0.028110777959227562, 0.10245777666568756, -0.04563925415277481, -0.11923014372587204, 0.06477673351764679, -0.10325278341770172, 0.0624682679772377, 0.018634917214512825, -0.027524173259735107, -0.0682569220662117, -0.03050117939710617, -0.017206598073244095, 0.06651844084262848, -0.2067132443189621, -0.09892020374536514, 0.08336395025253296, -0.020771190524101257, 0.19222526252269745, -0.022395173087716103, -0.09232798963785172, 0.019166627898812294, -0.09498636424541473, 0.11160381138324738, -0.0937141552567482, 0.06825940310955048, 0.14566151797771454, -0.02293837070465088, 0.02240653522312641, -0.2245623767375946, 0.024368492886424065, 0.020423011854290962, -0.11994844675064087, -0.07774574309587479 ]
4967422cc91b92359f45e002a999bcb4ff865988
# Dataset of sothis (Fire Emblem) This is the dataset of sothis (Fire Emblem), containing 433 images and their tags. The core tags of this character are `green_hair, long_hair, braid, green_eyes, twin_braids, ribbon_braid, pointy_ears, ribbon, hair_ornament, hair_ribbon, side_braid`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 433 | 548.51 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sothis_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 433 | 325.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sothis_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 939 | 654.56 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sothis_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 433 | 489.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sothis_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 939 | 900.72 MiB | [Download](https://huggingface.co/datasets/CyberHarem/sothis_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/sothis_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 11 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, closed_mouth, simple_background, solo, tiara, upper_body, smile, white_background, looking_at_viewer | | 1 | 25 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, dress, solo, tiara, barefoot, closed_mouth, full_body, smile, anklet, very_long_hair, simple_background, looking_at_viewer | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, closed_mouth, sitting, solo, tiara, dress, smile, very_long_hair, throne | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, christmas_ornaments, fur_trim, simple_background, smile, solo, tiara, closed_mouth, dress, full_body, white_background, very_long_hair | | 4 | 9 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, fur_trim, gift_box, tiara, christmas_ornaments, smile, solo, dress, closed_mouth, holding, open_mouth | | 5 | 8 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, bangs, cleavage, cosplay, official_alternate_costume, solo, tiara, medium_hair, clothing_cutout, hair_between_eyes, large_breasts, looking_at_viewer, blue_dress, blush, bare_shoulders, closed_mouth, upper_body | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 2girls, tiara, dress, simple_background, white_background, open_mouth, smile, closed_mouth | | 7 | 12 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | halloween_costume, witch_hat, smile, 1girl, holding, striped, black_dress, black_headwear, lollipop, looking_at_viewer, official_alternate_costume, open_mouth, puffy_short_sleeves, broom, 1boy, solo | | 8 | 18 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, hetero, nipples, penis, solo_focus, pussy, sex, 1boy, vaginal, small_breasts, tiara, uncensored, completely_nude, cum, navel, spread_legs | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | closed_mouth | simple_background | solo | tiara | upper_body | smile | white_background | looking_at_viewer | dress | barefoot | full_body | anklet | very_long_hair | sitting | throne | christmas_ornaments | fur_trim | gift_box | holding | open_mouth | bangs | cleavage | cosplay | official_alternate_costume | medium_hair | clothing_cutout | hair_between_eyes | large_breasts | blue_dress | blush | bare_shoulders | 2girls | halloween_costume | witch_hat | striped | black_dress | black_headwear | lollipop | puffy_short_sleeves | broom | 1boy | hetero | nipples | penis | solo_focus | pussy | sex | vaginal | small_breasts | uncensored | completely_nude | cum | navel | spread_legs | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:--------------------|:-------|:--------|:-------------|:--------|:-------------------|:--------------------|:--------|:-----------|:------------|:---------|:-----------------|:----------|:---------|:----------------------|:-----------|:-----------|:----------|:-------------|:--------|:-----------|:----------|:-----------------------------|:--------------|:------------------|:--------------------|:----------------|:-------------|:--------|:-----------------|:---------|:--------------------|:------------|:----------|:--------------|:-----------------|:-----------|:----------------------|:--------|:-------|:---------|:----------|:--------|:-------------|:--------|:------|:----------|:----------------|:-------------|:------------------|:------|:--------|:--------------| | 0 | 11 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 25 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | X | X | | X | | | X | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | X | | X | X | | X | | X | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 9 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | | X | X | | X | | | X | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 8 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | | X | X | X | | | X | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 9 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | | X | X | | X | | X | X | | X | | | | | | | | | | | X | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | 7 | 12 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | X | | | X | | X | | | | | | | | | | | X | X | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | 8 | 18 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/sothis_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:03:46+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T17:37:09+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of sothis (Fire Emblem) =============================== This is the dataset of sothis (Fire Emblem), containing 433 images and their tags. The core tags of this character are 'green\_hair, long\_hair, braid, green\_eyes, twin\_braids, ribbon\_braid, pointy\_ears, ribbon, hair\_ornament, hair\_ribbon, side\_braid', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
bbaae6932323ff00d0245588fc080cccc0e9f6bd
# Dataset of liz (Fire Emblem) This is the dataset of liz (Fire Emblem), containing 321 images and their tags. The core tags of this character are `blonde_hair, twintails, blue_eyes, breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 321 | 354.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/liz_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 321 | 225.56 MiB | [Download](https://huggingface.co/datasets/CyberHarem/liz_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 668 | 448.27 MiB | [Download](https://huggingface.co/datasets/CyberHarem/liz_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 321 | 323.31 MiB | [Download](https://huggingface.co/datasets/CyberHarem/liz_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 668 | 604.65 MiB | [Download](https://huggingface.co/datasets/CyberHarem/liz_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/liz_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, dress, smile, solo, corset, looking_at_viewer, open_mouth, simple_background, white_background, apron, long_hair, long_sleeves, puffy_sleeves | | 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, dress, solo, staff, smile, apron, boots, holding, full_body, corset, white_background | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, open_mouth, smile, solo, dress, hair_flower, holding, upper_body, looking_at_viewer, simple_background, white_background, basket, official_alternate_costume | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, christmas, dress, santa_hat, smile, solo, santa_costume, bell, looking_at_viewer, open_mouth, holding | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, blush, completely_nude, looking_at_viewer, navel, nipples, arms_behind_back, collarbone, parted_bangs, pussy, smile, solo, closed_mouth, medium_breasts, simple_background, white_background, barefoot, censored, full_body, grey_eyes, groin, long_hair, small_breasts, standing | | 5 | 29 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | blush, hetero, 1boy, 1girl, nipples, sex, penis, solo_focus, medium_breasts, vaginal, open_mouth, spread_legs, sweat, looking_at_viewer, completely_nude, cum_in_pussy, mosaic_censoring, navel | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, ahoge, circlet, grey_eyes, medium_breasts, bodystocking, cape, long_hair, turtleneck, 1boy, bangs, bridal_gauntlets, covered_navel, holding, panties, smile, thighhighs | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, arms_behind_back, blush, looking_at_viewer, medium_breasts, shibari, solo, underwear_only, crying_with_eyes_open, gagged, green_eyes, open_mouth, white_panties, crotch_rope, frills, full_body, kneeling, navel, short_hair, white_bra, white_thighhighs, yellow_panties | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | dress | smile | solo | corset | looking_at_viewer | open_mouth | simple_background | white_background | apron | long_hair | long_sleeves | puffy_sleeves | staff | boots | holding | full_body | hair_flower | upper_body | basket | official_alternate_costume | christmas | santa_hat | santa_costume | bell | blush | completely_nude | navel | nipples | arms_behind_back | collarbone | parted_bangs | pussy | closed_mouth | medium_breasts | barefoot | censored | grey_eyes | groin | small_breasts | standing | hetero | 1boy | sex | penis | solo_focus | vaginal | spread_legs | sweat | cum_in_pussy | mosaic_censoring | ahoge | circlet | bodystocking | cape | turtleneck | bangs | bridal_gauntlets | covered_navel | panties | thighhighs | shibari | underwear_only | crying_with_eyes_open | gagged | green_eyes | white_panties | crotch_rope | frills | kneeling | short_hair | white_bra | white_thighhighs | yellow_panties | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:--------|:-------|:---------|:--------------------|:-------------|:--------------------|:-------------------|:--------|:------------|:---------------|:----------------|:--------|:--------|:----------|:------------|:--------------|:-------------|:---------|:-----------------------------|:------------|:------------|:----------------|:-------|:--------|:------------------|:--------|:----------|:-------------------|:-------------|:---------------|:--------|:---------------|:-----------------|:-----------|:-----------|:------------|:--------|:----------------|:-----------|:---------|:-------|:------|:--------|:-------------|:----------|:--------------|:--------|:---------------|:-------------------|:--------|:----------|:---------------|:-------|:-------------|:--------|:-------------------|:----------------|:----------|:-------------|:----------|:-----------------|:------------------------|:---------|:-------------|:----------------|:--------------|:---------|:-----------|:-------------|:------------|:-------------------|:-----------------| | 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | | | X | X | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 7 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | | X | X | X | X | | | | | | | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | | X | X | | | | | | | | | X | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | X | X | | X | | X | X | | X | | | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 29 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | | | X | X | | | | | | | | | | | | | | | | | | | X | X | X | X | | | | | | X | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | X | | | | | | | | X | | | | | X | | | | | | | | | | | | | | | | | | | X | | | X | | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | X | | X | X | | | | | | | | | | X | | | | | | | | | X | | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/liz_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:03:51+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T17:21:00+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of liz (Fire Emblem) ============================ This is the dataset of liz (Fire Emblem), containing 321 images and their tags. The core tags of this character are 'blonde\_hair, twintails, blue\_eyes, breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
23edfecef664d265e49aa44edd847b8604264a0d
# Dataset Card for "Vietnamese-Books-dedup" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tmnam20/Vietnamese-Books-dedup
[ "region:us" ]
2024-01-17T16:19:00+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3546619845, "num_examples": 14485736}], "download_size": 1922215933, "dataset_size": 3546619845}}
2024-01-17T16:23:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Vietnamese-Books-dedup" More Information needed
[ "# Dataset Card for \"Vietnamese-Books-dedup\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Vietnamese-Books-dedup\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Vietnamese-Books-dedup\"\n\nMore Information needed" ]
[ -0.027424035593867302, 0.28782564401626587, -0.0027506102342158556, 0.036831751465797424, 0.06234963983297348, 0.07076065242290497, 0.13068455457687378, 0.086701899766922, 0.04609545320272446, -0.06924521923065186, 0.04807009547948837, 0.09139536321163177, 0.05058414116501808, 0.18418295681476593, -0.07073179632425308, -0.16802619397640228, 0.09595535695552826, 0.09865999221801758, -0.08490218222141266, -0.010474872775375843, -0.027381541207432747, -0.03489547222852707, 0.10412716865539551, -0.12839585542678833, -0.021088583394885063, -0.0032444437965750694, -0.14752177894115448, -0.06779996305704117, 0.04058105871081352, -0.09243641048669815, 0.13357456028461456, 0.009929453022778034, -0.0034875874407589436, -0.11794069409370422, 0.014852764084935188, -0.03676088526844978, -0.11942160129547119, 0.011860218830406666, -0.08314979821443558, -0.019145790487527847, 0.11378777772188187, -0.03757305070757866, 0.051813818514347076, -0.05810276046395302, -0.1357509046792984, -0.26936760544776917, -0.17494511604309082, -0.06688249856233597, 0.08866338431835175, -0.025059746578335762, 0.04337143152952194, 0.11836598813533783, -0.07932887226343155, -0.01958421804010868, 0.029992561787366867, -0.07738297432661057, 0.02031976729631424, 0.2430008053779602, 0.04789918288588524, 0.04858972132205963, -0.08713658154010773, 0.10501591116189957, 0.08526221662759781, 0.019051579758524895, -0.09787298738956451, -0.10030314326286316, -0.06477923691272736, 0.11400175839662552, 0.006537066772580147, -0.025903303176164627, 0.3131135106086731, -0.025707364082336426, -0.006943678017705679, 0.020198551937937737, -0.03485126793384552, -0.08504793047904968, 0.014211177825927734, 0.015974722802639008, 0.04795289412140846, 0.029113104566931725, 0.14903214573860168, -0.10051903873682022, -0.05821111053228378, -0.091676265001297, -0.13599471747875214, -0.14322544634342194, -0.06110738217830658, 0.07807430624961853, -0.08213185518980026, -0.0273472648113966, -0.11323247849941254, 0.023701634258031845, -0.007939007133245468, -0.07396546751260757, 0.025017602369189262, -0.012129398062825203, 0.03713877499103546, 0.09022881090641022, 0.008697806857526302, 0.10737892240285873, -0.014117308892309666, 0.04532202333211899, -0.18906621634960175, 0.13097815215587616, 0.13218101859092712, 0.006455236580222845, 0.03337714821100235, 0.06292874366044998, -0.05406821891665459, -0.03570247441530228, 0.026765471324324608, -0.03150876611471176, -0.13743552565574646, 0.017428845167160034, -0.06427417695522308, 0.027762990444898605, -0.11056306958198547, -0.09553132206201553, -0.03739883378148079, -0.04857310280203819, 0.28228726983070374, -0.041304733604192734, -0.038041822612285614, -0.047339439392089844, -0.06304474920034409, 0.03968722000718117, 0.027991225942969322, -0.01877681352198124, 0.006080362014472485, 0.12138710170984268, 0.013585055246949196, -0.0019025142537429929, -0.02120010182261467, 0.0028165504336357117, 0.0879545509815216, -0.20109406113624573, 0.03137741610407829, 0.01238404680043459, -0.34635528922080994, 0.011405747383832932, 0.11330828070640564, -0.06712070852518082, 0.1513405740261078, -0.034349534660577774, 0.0621248260140419, -0.05617326498031616, 0.018992852419614792, 0.07470294088125229, -0.06649170070886612, 0.05349116772413254, -0.07113523781299591, 0.15122486650943756, -0.2435813844203949, 0.06258943676948547, -0.031316448003053665, 0.07825843244791031, -0.1905219703912735, 0.02036258392035961, -0.11062543839216232, 0.053317271173000336, 0.044558096677064896, -0.022953255102038383, -0.08152405172586441, 0.031626276671886444, -0.09067609906196594, 0.04790081828832626, -0.26767998933792114, -0.0431123748421669, 0.07883361726999283, -0.17770729959011078, -0.14442749321460724, 0.06126227229833603, -0.07092823833227158, 0.11911051720380783, 0.0010141384555026889, 0.3025799095630646, -0.011384530924260616, 0.016435520723462105, 0.014898761175572872, 0.1383976936340332, -0.08776525408029556, -0.15286213159561157, 0.04387476295232773, -0.00255584716796875, -0.1197023019194603, 0.011433495208621025, 0.10806076973676682, -0.13598908483982086, 0.01133496593683958, -0.0977667048573494, 0.0660456120967865, -0.11547931283712387, 0.21168071031570435, 0.0622391477227211, 0.0858822762966156, -0.0016861895564943552, 0.17554499208927155, 0.09024074673652649, 0.07628477364778519, 0.044910967350006104, -0.031331438571214676, 0.041668180376291275, 0.020909694954752922, 0.03058275207877159, 0.01493807416409254, -0.12534573674201965, 0.08914882689714432, 0.021373141556978226, 0.023604827001690865, -0.00641481252387166, 0.03627809137105942, 0.029188919812440872, 0.018706612288951874, -0.128478541970253, 0.09453269839286804, 0.0721840113401413, 0.030609218403697014, 0.011752883903682232, 0.044710639864206314, 0.13243870437145233, -0.030208315700292587, -0.05517156794667244, -0.1567796766757965, -0.013825209811329842, 0.06857260316610336, 0.011133738793432713, 0.04553109034895897, 0.05844857543706894, 0.06745568662881851, 0.053706083446741104, -0.014847841113805771, -0.038484130054712296, 0.020872000604867935, -0.0415259525179863, -0.006148796062916517, -0.03984834626317024, -0.020662488415837288, 0.19042526185512543, 0.2034747153520584, -0.0236530639231205, 0.021612318232655525, -0.09538125991821289, 0.03655451908707619, -0.002113820519298315, -0.10331138223409653, 0.1301754266023636, -0.1328119933605194, -0.02939600683748722, 0.13500073552131653, -0.06076609343290329, 0.03700137138366699, -0.00572593929246068, 0.001000465708784759, -0.10409308224916458, 0.06895069777965546, 0.11552739143371582, -0.221205934882164, 0.19074766337871552, 0.232157364487648, 0.08627796173095703, 0.19519023597240448, -0.017564957961440086, 0.005457119084894657, -0.02509966678917408, -0.00026241838349960744, -0.012572661973536015, 0.23150713741779327, -0.11393337696790695, 0.03631087765097618, 0.0795094445347786, 0.048940159380435944, 0.0558350495994091, -0.13367465138435364, -0.09487633407115936, -0.03853731229901314, -0.01463047694414854, -0.1094052866101265, 0.04682060703635216, 0.022084416821599007, 0.05530925467610359, 0.005120852962136269, 0.07882776111364365, 0.104825459420681, -0.00595259852707386, 0.0308499988168478, 0.12878082692623138, -0.18964681029319763, -0.34191781282424927, -0.031458355486392975, -0.08403325080871582, 0.052883513271808624, 0.07350999861955643, -0.06901731342077255, -0.1960306167602539, -0.04969393461942673, 0.022951947525143623, -0.15226653218269348, -0.1933867335319519, -0.10498418658971786, -0.02169267274439335, 0.13966937363147736, -0.1446063071489334, -0.07654625922441483, 0.021051393821835518, -0.034323036670684814, 0.10195326060056686, 0.1254580169916153, -0.21354712545871735, -0.04252081736922264, 0.015995126217603683, -0.05981049686670303, 0.06195944920182228, -0.029252517968416214, -0.034128230065107346, -0.1058754175901413, -0.04288443550467491, 0.030571047216653824, -0.03466924652457237, 0.01776021532714367, 0.06004522740840912, -0.03035123459994793, -0.13353019952774048, 0.0545288510620594, 0.01832614652812481, -0.16432133316993713, -0.28703728318214417, -0.12719756364822388, -0.053163304924964905, 0.2468905746936798, 0.09612630307674408, 0.03605956956744194, 0.0516965351998806, 0.06428553909063339, 0.10887268930673599, 0.1382470577955246, -0.042070213705301285, -0.05791500583291054, 0.059139084070920944, -0.0367879644036293, -0.053646452724933624, -0.1557057648897171, 0.06547925621271133, 0.14968019723892212, 0.20536312460899353, 0.15350882709026337, 0.08856906741857529, 0.023762503638863564, 0.03203688934445381, 0.09857681393623352, 0.09574732184410095, 0.1573238968849182, 0.015184205956757069, 0.012098093517124653, -0.06006838381290436, 0.035229142755270004, 0.003807578468695283, 0.026944827288389206, -0.028405964374542236, -0.16351598501205444, 0.009294372983276844, -0.08800969272851944, 0.04322880879044533, -0.14017179608345032, 0.07087692618370056, -0.057316653430461884, 0.11496300995349884, 0.06900128722190857, 0.19835661351680756, -0.10807345807552338, 0.09246489405632019, 0.02270173281431198, -0.177652969956398, 0.17579227685928345, 0.043669749051332474, 0.05122085288167, -0.1945682317018509, 0.0103927506133914, -0.09333588927984238, -0.2335159182548523, 0.00993738230317831, 0.10091026872396469, -0.17594371736049652, 0.2429223209619522, 0.034248486161231995, -0.11089973151683807, -0.09670456498861313, -0.07146906852722168, 0.03086148574948311, 0.05402839928865433, 0.09925520420074463, 0.05144788697361946, -0.13018254935741425, -0.05368448421359062, -0.028126481920480728, -0.045692045241594315, 0.04620916023850441, 0.03863974288105965, -0.19771161675453186, 0.04817095771431923, -0.006878650281578302, -0.10986068844795227, -0.07934963703155518, 0.08041930198669434, -0.16793803870677948, 0.019775141030550003, -0.056598201394081116, -0.09172358363866806, 0.04966016113758087, -0.007386540528386831, -0.05035926774144173, 0.16497424244880676, 0.12161413580179214, -0.0053722248412668705, -0.01865277625620365, -0.07736147195100784, 0.16570977866649628, 0.07544078677892685, 0.04513121023774147, 0.00920172967016697, -0.05528819188475609, -0.08895743638277054, -0.12904196977615356, 0.09157277643680573, -0.010932354256510735, 0.04661969467997551, -0.06820385158061981, 0.03360540792346001, -0.038587916642427444, -0.001315869390964508, -0.028979284688830376, -0.016163138672709465, -0.0033245598897337914, -0.09047560393810272, 0.08533509820699692, -0.04041368141770363, 0.1866486668586731, 0.2279604971408844, -0.12727031111717224, -0.05053102225065231, 0.08955703675746918, -0.1641494184732437, 0.10135506838560104, 0.10490068793296814, 0.0026583210565149784, 0.2196948379278183, 0.17274437844753265, -0.10192584991455078, -0.22959865629673004, 0.016866138204932213, -0.21451692283153534, -0.05277189984917641, 0.007512626238167286, -0.22784467041492462, 0.013081789016723633, 0.12873896956443787, 0.0014111680211499333, 0.1983516365289688, -0.04775208234786987, -0.05831238254904747, 0.20623274147510529, -0.015221991576254368, 0.30311119556427, -0.08896994590759277, -0.017903536558151245, -0.15900906920433044, -0.1407763957977295, 0.2647179663181305, -0.1464524269104004, 0.008963489904999733, 0.015335953794419765, 0.0229899063706398, -0.08317914605140686, 0.04424286633729935, 0.20726671814918518, 0.03491949290037155, 0.10751193016767502, -0.0991959273815155, -0.1893732249736786, 0.07133103162050247, -0.06402342766523361, 0.03684058040380478, 0.06329850107431412, -0.0027173259295523167, -0.17815688252449036, -0.027222314849495888, 0.05229904502630234, -0.10542308539152145, 0.02145651914179325, -0.039731066673994064, -0.13235072791576385, 0.11499981582164764, -0.1307830661535263, -0.023830195888876915, 0.14664438366889954, 0.12138956040143967, 0.007611387874931097, 0.06496400386095047, 0.08843860775232315, -0.026362696662545204, 0.19713164865970612, -0.0313129685819149, -0.03308349847793579, 0.05597217008471489, -0.1747768372297287, 0.002340654842555523, 0.11523904651403427, -0.025873003527522087, 0.1549205780029297, 0.029707571491599083, 0.02471575327217579, 0.05367088317871094, 0.07931271195411682, -0.045606087893247604, -0.13448838889598846, 0.06861807405948639, -0.06851936876773834, 0.08083095401525497, 0.03593974560499191, -0.08316569030284882, 0.07195381820201874, -0.03518971428275108, 0.035821858793497086, 0.0346788726747036, -0.05152106285095215, -0.004083461593836546, -0.01912003383040428, 0.03296341001987457, -0.12701952457427979, 0.3151805102825165, 0.13085423409938812, -0.1566140353679657, 0.015911394730210304, 0.06088019162416458, -0.11370783299207687, -0.0661696270108223, -0.032104380428791046, 0.19078843295574188, 0.05373554304242134, -0.07415755093097687, 0.043581772595644, -0.05123033747076988, -0.01924404315650463, 0.1605249047279358, 0.09810708463191986, 0.06277177482843399, 0.03562431409955025, -0.05051921680569649, 0.03114982508122921, -0.05106415972113609, 0.010809759609401226, 0.012341827154159546, 0.009234683588147163, -0.28371867537498474, -0.005603242199867964, 0.2178444266319275, -0.03744559362530708, -0.05399073660373688, -0.16539908945560455, 0.07904219627380371, -0.19597886502742767, 0.09898892790079117, -0.06621156632900238, -0.017610769718885422, -0.03455452248454094, 0.018243402242660522, 0.009689304046332836, -0.10886568576097488, -0.12889492511749268, 0.13075588643550873, 0.043538205325603485, 0.031177159398794174, -0.010087190195918083, -0.0342770591378212, 0.13581684231758118, 0.05390160530805588, 0.0730910524725914, 0.05424829199910164, 0.030577803030610085, 0.09713628888130188, -0.04497624561190605, -0.13484244048595428, 0.08744335174560547, 0.039350543171167374, 0.05491047725081444, 0.022403061389923096, -0.06269858777523041, 0.00410036463290453, 0.03440960869193077, 0.060102663934230804, 0.03709099441766739, -0.03344235569238663, -0.06463830918073654, -0.16962267458438873, -0.11973166465759277, 0.045233193784952164, -0.009637311100959778, 0.17023125290870667, -0.03490074351429939, -0.012802714481949806, 0.05675238370895386, -0.009011451154947281, 0.01836516708135605, -0.01688547618687153, -0.051649633795022964, -0.16834688186645508, 0.055077727884054184, -0.019171129912137985, -0.01789848320186138, 0.008761088363826275, 0.46545925736427307, -0.007322221994400024, -0.05838284268975258, -0.03267940506339073, 0.04180499166250229, -0.14890317618846893, 0.009933676570653915, 0.25492075085639954, 0.10330279916524887, -0.06749217957258224, -0.08091368526220322, 0.087535060942173, 0.017204923555254936, 0.221889466047287, 0.043101225048303604, 0.15915171802043915, 0.02662208117544651, 0.006272420287132263, -0.0877305418252945, -0.009003517217934132, 0.014216016046702862, 0.10952448844909668, -0.006927483715116978, 0.06355728954076767, 0.030065828934311867, -0.1149306446313858, 0.009470140561461449, -0.1347932368516922, 0.12463745474815369, -0.04420074447989464, -0.11758403480052948, -0.08859868347644806, -0.13738702237606049, -0.02531951665878296, -0.11995772272348404, 0.019944358617067337, 0.004160418640822172, -0.016928656026721, 0.17438389360904694, 0.17511186003684998, 0.014744498766958714, -0.013200930319726467, -0.1327514499425888, 0.035330429673194885, 0.03325369581580162, 0.006293010897934437, -0.06485947221517563, -0.06862024962902069, -0.03501300886273384, 0.0014637480489909649, -0.09179165214300156, -0.028754837810993195, 0.0003501777828205377, 0.01519988663494587, 0.035500846803188324, -0.06748458743095398, -0.013303208164870739, -0.08160511404275894, 0.03207814320921898, -0.06844919174909592, 0.13744112849235535, 0.025201836600899696, 0.03124333545565605, 0.07278456538915634, 0.06726419180631638, 0.05089927837252617, -0.01915888302028179, -0.11014528572559357, -0.027594516053795815, -0.034618981182575226, 0.011694583110511303, 0.004425815772265196, -0.005770187359303236, -0.03644692525267601, 0.20393060147762299, 0.3034624755382538, -0.033582381904125214, -0.046259380877017975, 0.04984358325600624, 0.040222156792879105, 0.05375344678759575, 0.011535012163221836, 0.11745674163103104, 0.0449516586959362, -0.043774597346782684, -0.1737062782049179, -0.028761113062500954, -0.10178633034229279, -0.04017544537782669, 0.00007285922765731812, 0.10589562356472015, -0.00964515283703804, -0.04082084447145462, 0.09532513469457626, -0.2065451592206955, 0.08226363360881805, 0.07972853630781174, -0.21269279718399048, -0.10400204360485077, -0.036294784396886826, -0.020709222182631493, -0.021684838458895683, -0.07454054802656174, -0.07212117314338684, -0.0616472102701664, -0.006837145425379276, -0.04334110766649246, -0.24315185844898224, -0.19802610576152802, 0.0388416051864624, 0.10688737034797668, 0.07926608622074127, -0.03763784468173981, -0.06813737750053406, -0.011898617260158062, 0.043319221585989, 0.012727239169180393, 0.06770622730255127, -0.003008320229128003, 0.14988817274570465, -0.10006562620401382, 0.03741062432527542, -0.10350220650434494, -0.028323201462626457, 0.06981076300144196, 0.10707274824380875, 0.009980371221899986, 0.0469793938100338, -0.07937606424093246, -0.00677825091406703, 0.08041374385356903, -0.14916452765464783, 0.09181197732686996, 0.1162823960185051, 0.028232328593730927, 0.08800756186246872, 0.008405056782066822, 0.05753032863140106, -0.08875862509012222, -0.22113968431949615, -0.07548066228628159, 0.09344135969877243, -0.024906886741518974, 0.10326400399208069, 0.03259100764989853, -0.1775505393743515, 0.08873381465673447, -0.07842288911342621, 0.03075897879898548, -0.07719087600708008, 0.009705343283712864, -0.023001670837402344, 0.05957429111003876, -0.07554458826780319, -0.05102596431970596, 0.014271295629441738, -0.030897371470928192, 0.03813764080405235, -0.09686721116304398 ]
277164dc7b4b4676062adcecd3be90af8ea4a950
# Dataset of setsuna (Fire Emblem) This is the dataset of setsuna (Fire Emblem), containing 71 images and their tags. The core tags of this character are `hair_over_one_eye, short_hair, blue_hair, blue_eyes, hairband`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 71 | 51.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/setsuna_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 71 | 36.31 MiB | [Download](https://huggingface.co/datasets/CyberHarem/setsuna_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 110 | 58.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/setsuna_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 71 | 47.84 MiB | [Download](https://huggingface.co/datasets/CyberHarem/setsuna_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 110 | 77.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/setsuna_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/setsuna_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, arrow_(projectile), gloves, solo, quiver, simple_background, holding_bow_(weapon), white_background | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, simple_background, solo, upper_body, white_background | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, fingerless_gloves, solo, upper_body, looking_at_viewer | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | arrow_(projectile) | gloves | solo | quiver | simple_background | holding_bow_(weapon) | white_background | upper_body | fingerless_gloves | looking_at_viewer | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------------|:---------|:-------|:---------|:--------------------|:-----------------------|:-------------------|:-------------|:--------------------|:--------------------| | 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | | | | | 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | X | | X | | X | X | | | | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | | | | | X | X | X |
CyberHarem/setsuna_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:34:37+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T16:46:20+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of setsuna (Fire Emblem) ================================ This is the dataset of setsuna (Fire Emblem), containing 71 images and their tags. The core tags of this character are 'hair\_over\_one\_eye, short\_hair, blue\_hair, blue\_eyes, hairband', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
ba1996e296c790d4b9ae7c3dff0eaae60d26f903
# Dataset of nino (Fire Emblem) This is the dataset of nino (Fire Emblem), containing 342 images and their tags. The core tags of this character are `green_hair, short_hair, hairband, blue_eyes, purple_hairband`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 342 | 373.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nino_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 342 | 225.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nino_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 672 | 429.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nino_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 342 | 335.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nino_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 672 | 589.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nino_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/nino_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 38 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, hetero, 1boy, blush, sex, open_mouth, solo_focus, penis, vaginal, nipples, mosaic_censoring, nude, cum_in_pussy, medium_breasts, sweat | | 1 | 12 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, nipples, solo, blush, looking_at_viewer, small_breasts, completely_nude, navel, open_mouth, simple_background | | 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, cape, solo, looking_at_viewer, simple_background, upper_body, open_mouth, white_background, long_sleeves, smile, blush | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, cape, open_mouth, solo, skirt, belt, looking_at_viewer, :d, boots | | 4 | 17 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, cape, solo, holding_book, long_sleeves, belt, open_mouth, smile, white_skirt, looking_at_viewer, simple_background, blush, boots | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, sitting, skirt, smile, solo, blush, boots, cape, looking_at_viewer, long_sleeves, pouch | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, bangs, black_dress, hood_down, long_sleeves, solo, belt_pouch, feather_trim, open_mouth, shiny_hair, short_dress, simple_background, blush, looking_at_viewer, :d, boots, full_body, hooded_cape, leg_up, white_background | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1boy, 1girl, cape, couple, hetero, hug, red_hair, smile, blush, bandages, closed_eyes, gloves, white_background | | 8 | 13 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, fur_trim, long_sleeves, smile, open_mouth, santa_costume, santa_hat, solo, belt, red_dress, boots, gift_box, holding, looking_at_viewer, pouch, red_headwear, sack, white_background, blush, brown_gloves, christmas_ornaments, christmas_tree, pom_pom_(clothes), red_footwear, bangs, bell, simple_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | hetero | 1boy | blush | sex | open_mouth | solo_focus | penis | vaginal | nipples | mosaic_censoring | nude | cum_in_pussy | medium_breasts | sweat | solo | looking_at_viewer | small_breasts | completely_nude | navel | simple_background | cape | upper_body | white_background | long_sleeves | smile | skirt | belt | :d | boots | holding_book | white_skirt | sitting | pouch | bangs | black_dress | hood_down | belt_pouch | feather_trim | shiny_hair | short_dress | full_body | hooded_cape | leg_up | couple | hug | red_hair | bandages | closed_eyes | gloves | fur_trim | santa_costume | santa_hat | red_dress | gift_box | holding | red_headwear | sack | brown_gloves | christmas_ornaments | christmas_tree | pom_pom_(clothes) | red_footwear | bell | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------|:-------|:--------|:------|:-------------|:-------------|:--------|:----------|:----------|:-------------------|:-------|:---------------|:-----------------|:--------|:-------|:--------------------|:----------------|:------------------|:--------|:--------------------|:-------|:-------------|:-------------------|:---------------|:--------|:--------|:-------|:-----|:--------|:---------------|:--------------|:----------|:--------|:--------|:--------------|:------------|:-------------|:---------------|:-------------|:--------------|:------------|:--------------|:---------|:---------|:------|:-----------|:-----------|:--------------|:---------|:-----------|:----------------|:------------|:------------|:-----------|:----------|:---------------|:-------|:---------------|:----------------------|:-----------------|:--------------------|:---------------|:-------| | 0 | 38 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 12 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | X | | X | | | | X | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | X | | X | | | | | | | | | | X | X | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 10 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | X | | | | | | | | | | X | X | | | | | X | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 17 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | X | | | | | | | | | | X | X | | | | X | X | | | X | X | | X | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | | | | | | | | | | | | X | X | | | | | X | | | X | X | X | | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | | X | | | | | | | | | | X | X | | | | X | | | X | X | | | | X | X | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | X | X | | | | | | | | | | | | | | | | | | X | | X | | X | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | 8 | 13 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | X | | X | | | | | | | | | | X | X | | | | X | | | X | X | X | | X | | X | | | | X | X | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
CyberHarem/nino_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:35:16+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T17:40:15+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of nino (Fire Emblem) ============================= This is the dataset of nino (Fire Emblem), containing 342 images and their tags. The core tags of this character are 'green\_hair, short\_hair, hairband, blue\_eyes, purple\_hairband', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
4dbd10f56c4e3e318ae504ef9973f7d24345939d
# Dataset Card for "sample_105000_rows" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
kraitans21/sample_105000_rows
[ "region:us" ]
2024-01-17T16:43:35+00:00
{"dataset_info": {"features": [{"name": "source_id", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "meta", "dtype": "string"}, {"name": "source", "dtype": "string"}, {"name": "updated_date", "dtype": "string"}, {"name": "created_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 560214821.7, "num_examples": 100000}, {"name": "eval", "num_bytes": 28010741.085, "num_examples": 5000}], "download_size": 241109440, "dataset_size": 588225562.7850001}}
2024-01-17T16:45:44+00:00
[]
[]
TAGS #region-us
# Dataset Card for "sample_105000_rows" More Information needed
[ "# Dataset Card for \"sample_105000_rows\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"sample_105000_rows\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"sample_105000_rows\"\n\nMore Information needed" ]
[ -0.10025893896818161, 0.22719740867614746, -0.00022568434360437095, -0.00587910320609808, 0.09760168939828873, 0.12525583803653717, 0.07105603069067001, 0.09444660693407059, 0.08902674168348312, -0.005121706519275904, 0.1600705087184906, 0.008468571119010448, 0.08724898844957352, 0.21174363791942596, -0.065025694668293, -0.10652138292789459, 0.060226935893297195, 0.010832062922418118, 0.03437883406877518, 0.06199265271425247, 0.027171237394213676, -0.0924973115324974, 0.07143593579530716, -0.11785895377397537, -0.181858092546463, 0.06215616315603256, -0.030401358380913734, -0.0421234555542469, 0.07896382361650467, -0.06294489651918411, 0.1565340906381607, -0.02726667746901512, 0.06582856178283691, -0.14670684933662415, 0.009350696578621864, -0.010138919577002525, -0.023366054520010948, 0.08573758602142334, 0.04092568904161453, -0.05035146325826645, 0.024612952023744583, 0.010265291668474674, -0.003547870786860585, 0.008666864596307278, -0.14600631594657898, -0.18705718219280243, -0.12577281892299652, -0.027766099199652672, 0.008917010389268398, -0.04990343376994133, 0.03427504748106003, 0.11401423066854477, -0.0821596309542656, 0.028117647394537926, 0.19321823120117188, -0.07935424149036407, 0.03899778798222542, 0.21390187740325928, -0.004457347560673952, 0.11359834671020508, -0.034348852932453156, 0.05989156290888786, 0.11812455952167511, -0.043369360268116, -0.008486359380185604, 0.016878144815564156, -0.22185896337032318, 0.1269201934337616, -0.025601860135793686, -0.07284079492092133, 0.3500189781188965, 0.078450046479702, 0.06393804401159286, -0.05856114625930786, -0.015386713668704033, -0.08864942938089371, 0.03336476907134056, 0.09348137676715851, 0.0035952685866504908, -0.01946081779897213, 0.03763371333479881, 0.0042230524122715, -0.11207322031259537, -0.15554560720920563, -0.130705326795578, -0.1400761604309082, -0.04399978369474411, 0.1359681785106659, -0.12806054949760437, -0.01001700572669506, -0.13396136462688446, -0.012635691091418266, 0.014069661498069763, -0.14319922029972076, -0.09020323306322098, -0.04766535758972168, 0.015100500546395779, -0.04904555529356003, 0.12967880070209503, -0.046468157321214676, 0.13212285935878754, 0.0193280391395092, -0.006020594388246536, 0.055403392761945724, 0.2093285471200943, -0.12214541435241699, -0.045843470841646194, -0.05719030648469925, -0.07915625721216202, -0.0837802067399025, -0.04727303236722946, -0.07088081538677216, -0.07163748890161514, -0.059746455401182175, -0.08780113607645035, 0.11555337905883789, -0.010452664457261562, -0.091915063560009, -0.01308383233845234, -0.001130489050410688, 0.06773143261671066, -0.0893297865986824, 0.0013281404972076416, 0.052691612392663956, -0.03846380487084389, -0.0100362254306674, -0.14891164004802704, -0.04330017790198326, 0.038107361644506454, -0.01214636117219925, -0.13402332365512848, -0.01591295376420021, -0.057770371437072754, -0.09906667470932007, 0.07937423139810562, -0.2701997458934784, 0.05340375378727913, -0.06577843427658081, -0.2485976219177246, 0.01260670367628336, 0.005270746070891619, -0.07209158688783646, 0.15255968272686005, -0.033202070742845535, 0.07571537047624588, -0.011385706253349781, -0.07309859991073608, 0.17915698885917664, -0.0804242268204689, 0.07837153226137161, -0.055810000747442245, 0.08345256745815277, -0.1688036471605301, 0.009245450608432293, -0.07095610350370407, -0.002076482167467475, 0.0438825823366642, -0.008231441490352154, -0.1093040332198143, 0.1125633716583252, -0.07847172766923904, -0.02342057228088379, -0.04587594047188759, -0.0044041285291314125, -0.014570904895663261, 0.11392883956432343, -0.24286802113056183, 0.006751981098204851, 0.2189021110534668, -0.09795862436294556, -0.17978613078594208, -0.009188888594508171, -0.03433382511138916, 0.00943891704082489, 0.05578511580824852, 0.32506299018859863, -0.007027100306004286, -0.07804439961910248, -0.027625756338238716, 0.16901037096977234, -0.16034796833992004, -0.343639075756073, 0.0905248299241066, -0.08706597238779068, -0.09100521355867386, 0.0333041250705719, 0.22563818097114563, 0.031200706958770752, -0.07382353395223618, -0.0787535160779953, -0.0002037308004219085, -0.15614299476146698, 0.023289429023861885, 0.03282616659998894, 0.02050068788230419, -0.04805106669664383, 0.16452299058437347, -0.010128767229616642, 0.08937079459428787, -0.0507316030561924, -0.06986179202795029, 0.02346482314169407, 0.13377918303012848, -0.12506568431854248, -0.04087065905332565, -0.17131976783275604, -0.10435385257005692, -0.029440993443131447, -0.02251184917986393, -0.055094700306653976, 0.06260429322719574, 0.07914488017559052, -0.06244802847504616, 0.009264016523957253, 0.1167389303445816, 0.13802342116832733, 0.06410225480794907, -0.04063871130347252, 0.011808774434030056, -0.04073107987642288, -0.09603389352560043, -0.09833143651485443, -0.1559811383485794, -0.05969579145312309, 0.0497017502784729, 0.03979629650712013, 0.034682054072618484, -0.07631819695234299, 0.0898423120379448, 0.0013126337435096502, 0.02567744441330433, -0.08241599053144455, 0.03740162402391434, -0.04058977589011192, 0.03932711109519005, -0.07715244591236115, -0.04631684347987175, 0.09395655244588852, 0.10298754274845123, 0.024249622598290443, -0.009983246214687824, -0.16375449299812317, 0.03392353653907776, 0.020509200170636177, -0.14194805920124054, 0.00641637435182929, -0.27121251821517944, -0.02055482007563114, 0.04368564113974571, -0.07744793593883514, 0.030152320861816406, 0.07273949682712555, 0.0003145321097690612, -0.09428590536117554, 0.07957340031862259, 0.1573912650346756, -0.282574862241745, 0.16205990314483643, 0.09965783357620239, 0.11785072833299637, 0.10351763665676117, -0.08904465287923813, -0.1259920597076416, 0.028106914833188057, -0.07461432367563248, -0.09709370136260986, 0.2142343521118164, -0.11865395307540894, 0.011475578881800175, 0.1194179430603981, 0.0027490858919918537, 0.06934724748134613, -0.07200068980455399, -0.08670865744352341, -0.0038233655504882336, -0.04058218002319336, -0.18390950560569763, 0.036664433777332306, 0.024653691798448563, 0.07927068322896957, 0.011437837965786457, 0.020707199349999428, 0.09191657602787018, -0.03981349989771843, -0.06244662031531334, 0.11650984734296799, -0.11701411753892899, -0.19074054062366486, -0.012435060925781727, -0.11901126056909561, 0.10096538811922073, 0.02357637509703636, -0.049823131412267685, -0.10185030847787857, -0.055959779769182205, -0.02155430056154728, -0.0874042883515358, -0.1623682975769043, 0.052784502506256104, -0.026849253103137016, 0.03804759308695793, -0.058648597449064255, -0.09063240140676498, 0.047018203884363174, -0.09005693346261978, 0.14524514973163605, 0.09456542879343033, -0.09997807443141937, 0.13591478765010834, 0.10940194129943848, -0.02805323339998722, 0.11290795356035233, -0.04182371124625206, 0.12207222729921341, -0.0022920859046280384, -0.06616301834583282, 0.03847315162420273, -0.004022497683763504, -0.016340477392077446, 0.06152159720659256, 0.043620385229587555, -0.10571066290140152, -0.013907470740377903, -0.02185085415840149, -0.16119089722633362, -0.22643056511878967, -0.12565258145332336, -0.046703994274139404, 0.09427011758089066, 0.1400146186351776, 0.016121529042720795, -0.10083310306072235, 0.12021506577730179, 0.15887193381786346, -0.08085867017507553, -0.16600988805294037, -0.07641976326704025, -0.00002251166370115243, -0.023065654560923576, -0.05006268247961998, -0.1495262235403061, 0.024813592433929443, 0.1291835606098175, 0.05696704238653183, 0.2878947854042053, 0.08688784390687943, 0.06655652821063995, -0.005157057661563158, 0.136961430311203, 0.07655949890613556, 0.20965394377708435, 0.08048899471759796, -0.030611345544457436, 0.017868051305413246, 0.004834444727748632, -0.048444487154483795, -0.007478275336325169, 0.1576012372970581, -0.15649141371250153, -0.05171904340386391, -0.17181536555290222, 0.020772548392415047, -0.15089140832424164, 0.16665266454219818, -0.2148996889591217, 0.10146921873092651, 0.014884984120726585, 0.07686889171600342, -0.17634597420692444, 0.08283089846372604, 0.17199823260307312, -0.07459317892789841, 0.040818821638822556, 0.007292283233255148, 0.08199458569288254, -0.10981488227844238, -0.030142201110720634, -0.13203641772270203, -0.057176537811756134, -0.058030299842357635, 0.15830424427986145, -0.10174524039030075, 0.31439462304115295, 0.03804533928632736, -0.02777554653584957, -0.1260695457458496, -0.09225821495056152, -0.0580335296690464, -0.10971103608608246, 0.17795409262180328, 0.010982513427734375, -0.15776802599430084, -0.16636061668395996, -0.08427796512842178, -0.02117185667157173, 0.07001399993896484, 0.08245432376861572, -0.08364566415548325, 0.08095233142375946, 0.027700599282979965, -0.030634209513664246, -0.08782495558261871, -0.03494581952691078, -0.12772692739963531, -0.0598001554608345, 0.09167749434709549, -0.1363435834646225, 0.04930140823125839, -0.007173937279731035, -0.11285299807786942, 0.0030032533686608076, 0.025190819054841995, -0.04775508493185043, -0.09764941036701202, 0.10382530838251114, 0.19165025651454926, -0.002083725994452834, 0.05308380350470543, 0.018098866567015648, -0.03551328182220459, -0.03327283635735512, -0.13063907623291016, 0.09087806940078735, -0.03252176195383072, 0.11261995881795883, -0.1017025038599968, 0.09564239531755447, 0.03714322671294212, 0.021186048164963722, 0.020753690972924232, 0.03126130253076553, -0.008127271197736263, -0.07110349088907242, 0.14192868769168854, -0.04917365685105324, 0.16838672757148743, 0.20092792809009552, 0.0860789343714714, -0.033490829169750214, 0.11718542873859406, -0.055269964039325714, 0.23756220936775208, 0.1226930245757103, -0.07972443103790283, 0.16358967125415802, 0.13736219704151154, -0.03959331288933754, -0.1536838561296463, 0.022879166528582573, -0.14467941224575043, -0.01108567975461483, 0.06693900376558304, -0.2054283618927002, 0.09680978208780289, 0.1370057463645935, -0.0395868644118309, 0.16393733024597168, -0.16330905258655548, -0.010655201971530914, 0.26699525117874146, 0.05294899269938469, 0.2978881299495697, -0.07118377834558487, -0.07969667762517929, -0.08207182586193085, -0.20394441485404968, 0.2690410017967224, -0.0751342624425888, 0.04993487149477005, -0.004817546345293522, 0.037418607622385025, 0.03255521133542061, -0.10503809154033661, 0.16965137422084808, 0.07805084437131882, 0.1143033355474472, -0.06913694739341736, -0.10154468566179276, 0.09336774051189423, -0.020812587812542915, 0.06931676715612411, 0.011611959896981716, 0.04021219164133072, -0.15505491197109222, -0.03115255758166313, 0.024524034932255745, 0.025184225291013718, 0.0849495455622673, -0.07963038980960846, -0.10772644728422165, -0.015113421715795994, -0.06751495599746704, -0.02718953974545002, 0.08926732838153839, 0.01443067379295826, 0.053877659142017365, -0.03245297819375992, 0.021642956882715225, -0.09087948501110077, -0.004629269242286682, -0.0630076676607132, -0.09554362297058105, 0.07964298874139786, -0.17631813883781433, 0.011748270131647587, 0.15015342831611633, 0.046276576817035675, 0.04434775561094284, 0.044725771993398666, -0.025241730734705925, 0.041177898645401, 0.16471076011657715, -0.11934315413236618, 0.01608535647392273, 0.07876404374837875, -0.17540621757507324, -0.10075206309556961, -0.01262137945741415, -0.0533122681081295, 0.08867675811052322, 0.00378917483612895, -0.06791535764932632, 0.04836854711174965, -0.0361885130405426, 0.14833851158618927, 0.10847363620996475, 0.04896107688546181, -0.18729829788208008, 0.18251322209835052, 0.02363605424761772, -0.09303490817546844, 0.01008980069309473, -0.002898301463574171, -0.08388028293848038, -0.03168831020593643, 0.02504531666636467, 0.17487283051013947, -0.060904067009687424, -0.10582166910171509, 0.05367416888475418, -0.0278862826526165, 0.026905596256256104, 0.12897631525993347, 0.06321264058351517, 0.10578501224517822, 0.04478159174323082, -0.06661944091320038, -0.05033383145928383, -0.03927028551697731, -0.009860962629318237, -0.011811352334916592, -0.09479773044586182, -0.08183393627405167, -0.0514657087624073, 0.12302621454000473, -0.0599709190428257, -0.041119545698165894, -0.07688747346401215, 0.0586148276925087, -0.08198917657136917, 0.028225162997841835, -0.08186527341604233, -0.003767829854041338, 0.01088135689496994, 0.04398045688867569, -0.0027531629893928766, -0.061281800270080566, -0.11945755779743195, 0.1204364150762558, 0.037452418357133865, 0.05244409292936325, -0.0981539860367775, -0.011031819507479668, 0.08303572237491608, 0.06103585287928581, 0.12357378005981445, 0.11371052265167236, 0.007114768028259277, 0.08177978545427322, -0.11787186563014984, -0.1308942586183548, 0.06787686794996262, 0.09054233133792877, 0.06328541785478592, 0.04144744947552681, 0.0008133644587360322, 0.09589546918869019, 0.01016920618712902, 0.067674919962883, -0.12685593962669373, -0.0973689928650856, -0.042381901293992996, -0.10538887977600098, -0.033072229474782944, 0.003981708083301783, -0.05866866558790207, 0.18035387992858887, 0.04275533929467201, -0.031015949323773384, 0.0704062283039093, 0.011751033365726471, -0.02716909535229206, -0.027932364493608475, -0.02966947667300701, -0.11938007175922394, 0.01738034375011921, 0.09289615601301193, 0.0708678811788559, -0.0632624477148056, 0.48305657505989075, 0.029715273529291153, -0.19364118576049805, -0.04138994216918945, 0.14170928299427032, 0.03360647335648537, -0.010621539317071438, 0.45780816674232483, 0.09469025582075119, -0.09344993531703949, 0.028208451345562935, 0.09039057791233063, 0.015345672145485878, 0.1877102106809616, 0.1747746467590332, 0.04125474765896797, 0.013292217627167702, -0.0395766906440258, -0.013248922303318977, -0.10992832481861115, 0.1276492178440094, 0.07801441103219986, 0.029386209324002266, 0.045474823564291, 0.04172101616859436, -0.056619029492139816, 0.008144760504364967, -0.0391736663877964, 0.020423680543899536, -0.03861004859209061, -0.0872095450758934, -0.14408552646636963, -0.1503833830356598, -0.0397050604224205, -0.06712304055690765, 0.06952735781669617, -0.05574387311935425, 0.00841321237385273, 0.3006298840045929, 0.08677516877651215, 0.02917109802365303, 0.014423968270421028, -0.01293782889842987, 0.054026614874601364, 0.024463143199682236, -0.0003563665959518403, -0.07373046875, -0.06444476544857025, -0.07485941797494888, 0.09117193520069122, -0.08790215104818344, -0.033461619168519974, -0.03450329601764679, 0.053191471844911575, 0.03174043446779251, -0.10301048308610916, -0.03667579963803291, -0.10355283319950104, 0.06035998463630676, -0.05376874655485153, 0.10494867712259293, 0.06296532601118088, 0.0414394810795784, 0.010474367067217827, 0.16119647026062012, 0.021137455478310585, 0.005348116159439087, -0.06763681024312973, -0.06992615014314651, -0.03971133753657341, 0.036092378199100494, 0.024902256205677986, -0.0707736685872078, 0.022640971466898918, 0.18786631524562836, 0.23613716661930084, -0.008353774435818195, -0.01592392660677433, -0.019738009199500084, 0.030113445594906807, 0.030705196782946587, 0.12070512771606445, -0.04068046435713768, 0.059564556926488876, -0.017274202778935432, -0.04600384831428528, 0.012186010368168354, -0.03888850286602974, -0.02182212844491005, 0.01663573831319809, 0.09909562766551971, -0.038385383784770966, -0.09181415289640427, 0.17397519946098328, -0.14769330620765686, 0.12213928997516632, 0.03939161077141762, -0.03267372399568558, -0.11883793771266937, -0.008336452767252922, 0.04486308619379997, 0.08626385033130646, -0.03589526191353798, -0.10742013901472092, 0.037882473319768906, -0.05267791077494621, -0.00931472983211279, -0.3691750466823578, -0.2500925362110138, 0.05439041927456856, 0.005771488416939974, 0.1534513682126999, 0.005086891818791628, 0.14137078821659088, 0.005043987650424242, 0.0003243562241550535, -0.12890475988388062, 0.05261778086423874, 0.03248045966029167, 0.08856209367513657, 0.024930143728852272, 0.023684939369559288, -0.02018810622394085, -0.07491319626569748, 0.04051387310028076, 0.02056027017533779, -0.048603836447000504, 0.0949786901473999, 0.028418581932783127, -0.028016312047839165, -0.024417171254754066, -0.04674163833260536, 0.13262943923473358, -0.028965065255761147, -0.056740857660770416, 0.011374413967132568, 0.0050018662586808205, 0.0668088048696518, 0.01526228804141283, -0.15382376313209534, -0.05754605308175087, -0.030390296131372452, -0.09043502807617188, 0.10018164664506912, -0.02622857689857483, -0.04277246817946434, 0.09504985809326172, -0.10699445009231567, -0.00022589947911910713, -0.00009128930105362087, 0.039331670850515366, 0.14768430590629578, 0.048054344952106476, -0.032383184880018234, 0.039052821695804596, 0.03931921720504761, 0.03879081457853317, -0.06115105375647545, -0.12077813595533371 ]
edb870c4babc8a5819d5859aca9f52c40669b67a
# Dataset Card for Evaluation run of kaitchup/Maixtchup-4x7b <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [kaitchup/Maixtchup-4x7b](https://huggingface.co/kaitchup/Maixtchup-4x7b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_kaitchup__Maixtchup-4x7b", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-01-17T16:47:01.392242](https://huggingface.co/datasets/open-llm-leaderboard/details_kaitchup__Maixtchup-4x7b/blob/main/results_2024-01-17T16-47-01.392242.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": { "acc": 0.6144719599933052, "acc_stderr": 0.03303924482918558, "acc_norm": 0.6168692677516201, "acc_norm_stderr": 0.03370135211774917, "mc1": 0.4039167686658507, "mc1_stderr": 0.017177276822584284, "mc2": 0.5612826178367374, "mc2_stderr": 0.015986434965174608 }, "harness|arc:challenge|25": { "acc": 0.590443686006826, "acc_stderr": 0.014370358632472439, "acc_norm": 0.6254266211604096, "acc_norm_stderr": 0.014144193471893454 }, "harness|hellaswag|10": { "acc": 0.6525592511451902, "acc_stderr": 0.004751840646730854, "acc_norm": 0.8382792272455686, "acc_norm_stderr": 0.003674419799353668 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.32, "acc_stderr": 0.046882617226215034, "acc_norm": 0.32, "acc_norm_stderr": 0.046882617226215034 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.6074074074074074, "acc_stderr": 0.04218506215368879, "acc_norm": 0.6074074074074074, "acc_norm_stderr": 0.04218506215368879 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.6776315789473685, "acc_stderr": 0.03803510248351585, "acc_norm": 0.6776315789473685, "acc_norm_stderr": 0.03803510248351585 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.56, "acc_stderr": 0.04988876515698589, "acc_norm": 0.56, "acc_norm_stderr": 0.04988876515698589 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.6679245283018868, "acc_stderr": 0.028985455652334395, "acc_norm": 0.6679245283018868, "acc_norm_stderr": 0.028985455652334395 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.7361111111111112, "acc_stderr": 0.03685651095897532, "acc_norm": 0.7361111111111112, "acc_norm_stderr": 0.03685651095897532 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.51, "acc_stderr": 0.05024183937956912, "acc_norm": 0.51, "acc_norm_stderr": 0.05024183937956912 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.55, "acc_stderr": 0.05, "acc_norm": 0.55, "acc_norm_stderr": 0.05 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.34, "acc_stderr": 0.04760952285695235, "acc_norm": 0.34, "acc_norm_stderr": 0.04760952285695235 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.6127167630057804, "acc_stderr": 0.03714325906302065, "acc_norm": 0.6127167630057804, "acc_norm_stderr": 0.03714325906302065 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.3627450980392157, "acc_stderr": 0.047840607041056527, "acc_norm": 0.3627450980392157, "acc_norm_stderr": 0.047840607041056527 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.76, "acc_stderr": 0.04292346959909284, "acc_norm": 0.76, "acc_norm_stderr": 0.04292346959909284 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.5234042553191489, "acc_stderr": 0.03265019475033582, "acc_norm": 0.5234042553191489, "acc_norm_stderr": 0.03265019475033582 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.45614035087719296, "acc_stderr": 0.046854730419077895, "acc_norm": 0.45614035087719296, "acc_norm_stderr": 0.046854730419077895 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.5310344827586206, "acc_stderr": 0.04158632762097828, "acc_norm": 0.5310344827586206, "acc_norm_stderr": 0.04158632762097828 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.3968253968253968, "acc_stderr": 0.025197101074246483, "acc_norm": 0.3968253968253968, "acc_norm_stderr": 0.025197101074246483 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.38095238095238093, "acc_stderr": 0.04343525428949098, "acc_norm": 0.38095238095238093, "acc_norm_stderr": 0.04343525428949098 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.38, "acc_stderr": 0.048783173121456316, "acc_norm": 0.38, "acc_norm_stderr": 0.048783173121456316 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.6064516129032258, "acc_stderr": 0.027791878753132274, "acc_norm": 0.6064516129032258, "acc_norm_stderr": 0.027791878753132274 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.4975369458128079, "acc_stderr": 0.03517945038691063, "acc_norm": 0.4975369458128079, "acc_norm_stderr": 0.03517945038691063 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.66, "acc_stderr": 0.04760952285695237, "acc_norm": 0.66, "acc_norm_stderr": 0.04760952285695237 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.7636363636363637, "acc_stderr": 0.03317505930009181, "acc_norm": 0.7636363636363637, "acc_norm_stderr": 0.03317505930009181 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.7777777777777778, "acc_stderr": 0.02962022787479049, "acc_norm": 0.7777777777777778, "acc_norm_stderr": 0.02962022787479049 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.844559585492228, "acc_stderr": 0.02614848346915332, "acc_norm": 0.844559585492228, "acc_norm_stderr": 0.02614848346915332 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.5871794871794872, "acc_stderr": 0.024962683564331796, "acc_norm": 0.5871794871794872, "acc_norm_stderr": 0.024962683564331796 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.34074074074074073, "acc_stderr": 0.028897748741131143, "acc_norm": 0.34074074074074073, "acc_norm_stderr": 0.028897748741131143 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.6218487394957983, "acc_stderr": 0.03149930577784906, "acc_norm": 0.6218487394957983, "acc_norm_stderr": 0.03149930577784906 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.36423841059602646, "acc_stderr": 0.03929111781242742, "acc_norm": 0.36423841059602646, "acc_norm_stderr": 0.03929111781242742 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.8, "acc_stderr": 0.01714985851425095, "acc_norm": 0.8, "acc_norm_stderr": 0.01714985851425095 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.47685185185185186, "acc_stderr": 0.034063153607115065, "acc_norm": 0.47685185185185186, "acc_norm_stderr": 0.034063153607115065 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.7647058823529411, "acc_stderr": 0.029771775228145635, "acc_norm": 0.7647058823529411, "acc_norm_stderr": 0.029771775228145635 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.7848101265822784, "acc_stderr": 0.026750826994676166, "acc_norm": 0.7848101265822784, "acc_norm_stderr": 0.026750826994676166 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.6412556053811659, "acc_stderr": 0.032190792004199956, "acc_norm": 0.6412556053811659, "acc_norm_stderr": 0.032190792004199956 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.732824427480916, "acc_stderr": 0.03880848301082393, "acc_norm": 0.732824427480916, "acc_norm_stderr": 0.03880848301082393 }, "harness|hendrycksTest-international_law|5": { "acc": 0.8099173553719008, "acc_stderr": 0.03581796951709282, "acc_norm": 0.8099173553719008, "acc_norm_stderr": 0.03581796951709282 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.7222222222222222, "acc_stderr": 0.04330043749650743, "acc_norm": 0.7222222222222222, "acc_norm_stderr": 0.04330043749650743 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.7116564417177914, "acc_stderr": 0.035590395316173425, "acc_norm": 0.7116564417177914, "acc_norm_stderr": 0.035590395316173425 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.4375, "acc_stderr": 0.04708567521880525, "acc_norm": 0.4375, "acc_norm_stderr": 0.04708567521880525 }, "harness|hendrycksTest-management|5": { "acc": 0.7572815533980582, "acc_stderr": 0.04245022486384495, "acc_norm": 0.7572815533980582, "acc_norm_stderr": 0.04245022486384495 }, "harness|hendrycksTest-marketing|5": { "acc": 0.8504273504273504, "acc_stderr": 0.023365051491753715, "acc_norm": 0.8504273504273504, "acc_norm_stderr": 0.023365051491753715 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.71, "acc_stderr": 0.04560480215720684, "acc_norm": 0.71, "acc_norm_stderr": 0.04560480215720684 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.80970625798212, "acc_stderr": 0.014036945850381396, "acc_norm": 0.80970625798212, "acc_norm_stderr": 0.014036945850381396 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.7052023121387283, "acc_stderr": 0.024547617794803828, "acc_norm": 0.7052023121387283, "acc_norm_stderr": 0.024547617794803828 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.3776536312849162, "acc_stderr": 0.01621414875213663, "acc_norm": 0.3776536312849162, "acc_norm_stderr": 0.01621414875213663 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.6928104575163399, "acc_stderr": 0.026415601914388992, "acc_norm": 0.6928104575163399, "acc_norm_stderr": 0.026415601914388992 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.707395498392283, "acc_stderr": 0.025839898334877983, "acc_norm": 0.707395498392283, "acc_norm_stderr": 0.025839898334877983 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.691358024691358, "acc_stderr": 0.025702640260603742, "acc_norm": 0.691358024691358, "acc_norm_stderr": 0.025702640260603742 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.46808510638297873, "acc_stderr": 0.029766675075873862, "acc_norm": 0.46808510638297873, "acc_norm_stderr": 0.029766675075873862 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.44328552803129073, "acc_stderr": 0.012687818419599924, "acc_norm": 0.44328552803129073, "acc_norm_stderr": 0.012687818419599924 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.6507352941176471, "acc_stderr": 0.02895975519682487, "acc_norm": 0.6507352941176471, "acc_norm_stderr": 0.02895975519682487 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.6650326797385621, "acc_stderr": 0.019094228167000325, "acc_norm": 0.6650326797385621, "acc_norm_stderr": 0.019094228167000325 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.6363636363636364, "acc_stderr": 0.046075820907199756, "acc_norm": 0.6363636363636364, "acc_norm_stderr": 0.046075820907199756 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.7346938775510204, "acc_stderr": 0.0282638899437846, "acc_norm": 0.7346938775510204, "acc_norm_stderr": 0.0282638899437846 }, "harness|hendrycksTest-sociology|5": { "acc": 0.5572139303482587, "acc_stderr": 0.03512310964123937, "acc_norm": 0.5572139303482587, "acc_norm_stderr": 0.03512310964123937 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.82, "acc_stderr": 0.03861229196653694, "acc_norm": 0.82, "acc_norm_stderr": 0.03861229196653694 }, "harness|hendrycksTest-virology|5": { "acc": 0.4819277108433735, "acc_stderr": 0.038899512528272166, "acc_norm": 0.4819277108433735, "acc_norm_stderr": 0.038899512528272166 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.8538011695906432, "acc_stderr": 0.027097290118070806, "acc_norm": 0.8538011695906432, "acc_norm_stderr": 0.027097290118070806 }, "harness|truthfulqa:mc|0": { "mc1": 0.4039167686658507, "mc1_stderr": 0.017177276822584284, "mc2": 0.5612826178367374, "mc2_stderr": 0.015986434965174608 }, "harness|winogrande|5": { "acc": 0.7600631412786109, "acc_stderr": 0.01200207862948574 }, "harness|gsm8k|5": { "acc": 0.5481425322213799, "acc_stderr": 0.013708494995677651 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_kaitchup__Maixtchup-4x7b
[ "region:us" ]
2024-01-17T16:49:16+00:00
{"pretty_name": "Evaluation run of kaitchup/Maixtchup-4x7b", "dataset_summary": "Dataset automatically created during the evaluation run of model [kaitchup/Maixtchup-4x7b](https://huggingface.co/kaitchup/Maixtchup-4x7b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_kaitchup__Maixtchup-4x7b\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-01-17T16:47:01.392242](https://huggingface.co/datasets/open-llm-leaderboard/details_kaitchup__Maixtchup-4x7b/blob/main/results_2024-01-17T16-47-01.392242.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 \"acc\": 0.6144719599933052,\n \"acc_stderr\": 0.03303924482918558,\n \"acc_norm\": 0.6168692677516201,\n \"acc_norm_stderr\": 0.03370135211774917,\n \"mc1\": 0.4039167686658507,\n \"mc1_stderr\": 0.017177276822584284,\n \"mc2\": 0.5612826178367374,\n \"mc2_stderr\": 0.015986434965174608\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.590443686006826,\n \"acc_stderr\": 0.014370358632472439,\n \"acc_norm\": 0.6254266211604096,\n \"acc_norm_stderr\": 0.014144193471893454\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6525592511451902,\n \"acc_stderr\": 0.004751840646730854,\n \"acc_norm\": 0.8382792272455686,\n \"acc_norm_stderr\": 0.003674419799353668\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.32,\n \"acc_stderr\": 0.046882617226215034,\n \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.046882617226215034\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.6074074074074074,\n \"acc_stderr\": 0.04218506215368879,\n \"acc_norm\": 0.6074074074074074,\n \"acc_norm_stderr\": 0.04218506215368879\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.6776315789473685,\n \"acc_stderr\": 0.03803510248351585,\n \"acc_norm\": 0.6776315789473685,\n \"acc_norm_stderr\": 0.03803510248351585\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.56,\n \"acc_stderr\": 0.04988876515698589,\n \"acc_norm\": 0.56,\n \"acc_norm_stderr\": 0.04988876515698589\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.6679245283018868,\n \"acc_stderr\": 0.028985455652334395,\n \"acc_norm\": 0.6679245283018868,\n \"acc_norm_stderr\": 0.028985455652334395\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.7361111111111112,\n \"acc_stderr\": 0.03685651095897532,\n \"acc_norm\": 0.7361111111111112,\n \"acc_norm_stderr\": 0.03685651095897532\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.51,\n \"acc_stderr\": 0.05024183937956912,\n \"acc_norm\": 0.51,\n \"acc_norm_stderr\": 0.05024183937956912\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.55,\n \"acc_stderr\": 0.05,\n \"acc_norm\": 0.55,\n \"acc_norm_stderr\": 0.05\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.34,\n \"acc_stderr\": 0.04760952285695235,\n \"acc_norm\": 0.34,\n \"acc_norm_stderr\": 0.04760952285695235\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6127167630057804,\n \"acc_stderr\": 0.03714325906302065,\n \"acc_norm\": 0.6127167630057804,\n \"acc_norm_stderr\": 0.03714325906302065\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.3627450980392157,\n \"acc_stderr\": 0.047840607041056527,\n \"acc_norm\": 0.3627450980392157,\n \"acc_norm_stderr\": 0.047840607041056527\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.76,\n \"acc_stderr\": 0.04292346959909284,\n \"acc_norm\": 0.76,\n \"acc_norm_stderr\": 0.04292346959909284\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.5234042553191489,\n \"acc_stderr\": 0.03265019475033582,\n \"acc_norm\": 0.5234042553191489,\n \"acc_norm_stderr\": 0.03265019475033582\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.45614035087719296,\n \"acc_stderr\": 0.046854730419077895,\n \"acc_norm\": 0.45614035087719296,\n \"acc_norm_stderr\": 0.046854730419077895\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.5310344827586206,\n \"acc_stderr\": 0.04158632762097828,\n \"acc_norm\": 0.5310344827586206,\n \"acc_norm_stderr\": 0.04158632762097828\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.3968253968253968,\n \"acc_stderr\": 0.025197101074246483,\n \"acc_norm\": 0.3968253968253968,\n \"acc_norm_stderr\": 0.025197101074246483\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.38095238095238093,\n \"acc_stderr\": 0.04343525428949098,\n \"acc_norm\": 0.38095238095238093,\n \"acc_norm_stderr\": 0.04343525428949098\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.38,\n \"acc_stderr\": 0.048783173121456316,\n \"acc_norm\": 0.38,\n \"acc_norm_stderr\": 0.048783173121456316\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.6064516129032258,\n \"acc_stderr\": 0.027791878753132274,\n \"acc_norm\": 0.6064516129032258,\n \"acc_norm_stderr\": 0.027791878753132274\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.4975369458128079,\n \"acc_stderr\": 0.03517945038691063,\n \"acc_norm\": 0.4975369458128079,\n \"acc_norm_stderr\": 0.03517945038691063\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.66,\n \"acc_stderr\": 0.04760952285695237,\n \"acc_norm\": 0.66,\n \"acc_norm_stderr\": 0.04760952285695237\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.7636363636363637,\n \"acc_stderr\": 0.03317505930009181,\n \"acc_norm\": 0.7636363636363637,\n \"acc_norm_stderr\": 0.03317505930009181\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.7777777777777778,\n \"acc_stderr\": 0.02962022787479049,\n \"acc_norm\": 0.7777777777777778,\n \"acc_norm_stderr\": 0.02962022787479049\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.844559585492228,\n \"acc_stderr\": 0.02614848346915332,\n \"acc_norm\": 0.844559585492228,\n \"acc_norm_stderr\": 0.02614848346915332\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.5871794871794872,\n \"acc_stderr\": 0.024962683564331796,\n \"acc_norm\": 0.5871794871794872,\n \"acc_norm_stderr\": 0.024962683564331796\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.34074074074074073,\n \"acc_stderr\": 0.028897748741131143,\n \"acc_norm\": 0.34074074074074073,\n \"acc_norm_stderr\": 0.028897748741131143\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.6218487394957983,\n \"acc_stderr\": 0.03149930577784906,\n \"acc_norm\": 0.6218487394957983,\n \"acc_norm_stderr\": 0.03149930577784906\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.36423841059602646,\n \"acc_stderr\": 0.03929111781242742,\n \"acc_norm\": 0.36423841059602646,\n \"acc_norm_stderr\": 0.03929111781242742\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.8,\n \"acc_stderr\": 0.01714985851425095,\n \"acc_norm\": 0.8,\n \"acc_norm_stderr\": 0.01714985851425095\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.47685185185185186,\n \"acc_stderr\": 0.034063153607115065,\n \"acc_norm\": 0.47685185185185186,\n \"acc_norm_stderr\": 0.034063153607115065\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.7647058823529411,\n \"acc_stderr\": 0.029771775228145635,\n \"acc_norm\": 0.7647058823529411,\n \"acc_norm_stderr\": 0.029771775228145635\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.7848101265822784,\n \"acc_stderr\": 0.026750826994676166,\n \"acc_norm\": 0.7848101265822784,\n \"acc_norm_stderr\": 0.026750826994676166\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6412556053811659,\n \"acc_stderr\": 0.032190792004199956,\n \"acc_norm\": 0.6412556053811659,\n \"acc_norm_stderr\": 0.032190792004199956\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.732824427480916,\n \"acc_stderr\": 0.03880848301082393,\n \"acc_norm\": 0.732824427480916,\n \"acc_norm_stderr\": 0.03880848301082393\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.8099173553719008,\n \"acc_stderr\": 0.03581796951709282,\n \"acc_norm\": 0.8099173553719008,\n \"acc_norm_stderr\": 0.03581796951709282\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7222222222222222,\n \"acc_stderr\": 0.04330043749650743,\n \"acc_norm\": 0.7222222222222222,\n \"acc_norm_stderr\": 0.04330043749650743\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.7116564417177914,\n \"acc_stderr\": 0.035590395316173425,\n \"acc_norm\": 0.7116564417177914,\n \"acc_norm_stderr\": 0.035590395316173425\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.4375,\n \"acc_stderr\": 0.04708567521880525,\n \"acc_norm\": 0.4375,\n \"acc_norm_stderr\": 0.04708567521880525\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.7572815533980582,\n \"acc_stderr\": 0.04245022486384495,\n \"acc_norm\": 0.7572815533980582,\n \"acc_norm_stderr\": 0.04245022486384495\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8504273504273504,\n \"acc_stderr\": 0.023365051491753715,\n \"acc_norm\": 0.8504273504273504,\n \"acc_norm_stderr\": 0.023365051491753715\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.71,\n \"acc_stderr\": 0.04560480215720684,\n \"acc_norm\": 0.71,\n \"acc_norm_stderr\": 0.04560480215720684\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.80970625798212,\n \"acc_stderr\": 0.014036945850381396,\n \"acc_norm\": 0.80970625798212,\n \"acc_norm_stderr\": 0.014036945850381396\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.7052023121387283,\n \"acc_stderr\": 0.024547617794803828,\n \"acc_norm\": 0.7052023121387283,\n \"acc_norm_stderr\": 0.024547617794803828\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.3776536312849162,\n \"acc_stderr\": 0.01621414875213663,\n \"acc_norm\": 0.3776536312849162,\n \"acc_norm_stderr\": 0.01621414875213663\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.6928104575163399,\n \"acc_stderr\": 0.026415601914388992,\n \"acc_norm\": 0.6928104575163399,\n \"acc_norm_stderr\": 0.026415601914388992\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.707395498392283,\n \"acc_stderr\": 0.025839898334877983,\n \"acc_norm\": 0.707395498392283,\n \"acc_norm_stderr\": 0.025839898334877983\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.691358024691358,\n \"acc_stderr\": 0.025702640260603742,\n \"acc_norm\": 0.691358024691358,\n \"acc_norm_stderr\": 0.025702640260603742\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.46808510638297873,\n \"acc_stderr\": 0.029766675075873862,\n \"acc_norm\": 0.46808510638297873,\n \"acc_norm_stderr\": 0.029766675075873862\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.44328552803129073,\n \"acc_stderr\": 0.012687818419599924,\n \"acc_norm\": 0.44328552803129073,\n \"acc_norm_stderr\": 0.012687818419599924\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.6507352941176471,\n \"acc_stderr\": 0.02895975519682487,\n \"acc_norm\": 0.6507352941176471,\n \"acc_norm_stderr\": 0.02895975519682487\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.6650326797385621,\n \"acc_stderr\": 0.019094228167000325,\n \"acc_norm\": 0.6650326797385621,\n \"acc_norm_stderr\": 0.019094228167000325\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6363636363636364,\n \"acc_stderr\": 0.046075820907199756,\n \"acc_norm\": 0.6363636363636364,\n \"acc_norm_stderr\": 0.046075820907199756\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.7346938775510204,\n \"acc_stderr\": 0.0282638899437846,\n \"acc_norm\": 0.7346938775510204,\n \"acc_norm_stderr\": 0.0282638899437846\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.5572139303482587,\n \"acc_stderr\": 0.03512310964123937,\n \"acc_norm\": 0.5572139303482587,\n \"acc_norm_stderr\": 0.03512310964123937\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.82,\n \"acc_stderr\": 0.03861229196653694,\n \"acc_norm\": 0.82,\n \"acc_norm_stderr\": 0.03861229196653694\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4819277108433735,\n \"acc_stderr\": 0.038899512528272166,\n \"acc_norm\": 0.4819277108433735,\n \"acc_norm_stderr\": 0.038899512528272166\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.8538011695906432,\n \"acc_stderr\": 0.027097290118070806,\n \"acc_norm\": 0.8538011695906432,\n \"acc_norm_stderr\": 0.027097290118070806\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.4039167686658507,\n \"mc1_stderr\": 0.017177276822584284,\n \"mc2\": 0.5612826178367374,\n \"mc2_stderr\": 0.015986434965174608\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.7600631412786109,\n \"acc_stderr\": 0.01200207862948574\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.5481425322213799,\n \"acc_stderr\": 0.013708494995677651\n }\n}\n```", "repo_url": "https://huggingface.co/kaitchup/Maixtchup-4x7b", "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": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|arc:challenge|25_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|gsm8k|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hellaswag|10_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-management|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-virology|5_2024-01-17T16-47-01.392242.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["**/details_harness|winogrande|5_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-01-17T16-47-01.392242.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_01_17T16_47_01.392242", "path": ["results_2024-01-17T16-47-01.392242.parquet"]}, {"split": "latest", "path": ["results_2024-01-17T16-47-01.392242.parquet"]}]}]}
2024-01-17T16:49:39+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of kaitchup/Maixtchup-4x7b Dataset automatically created during the evaluation run of model kaitchup/Maixtchup-4x7b on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-01-17T16:47:01.392242(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of kaitchup/Maixtchup-4x7b\n\n\n\nDataset automatically created during the evaluation run of model kaitchup/Maixtchup-4x7b on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T16:47:01.392242(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of kaitchup/Maixtchup-4x7b\n\n\n\nDataset automatically created during the evaluation run of model kaitchup/Maixtchup-4x7b on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-01-17T16:47:01.392242(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 185, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of kaitchup/Maixtchup-4x7b\n\n\n\nDataset automatically created during the evaluation run of model kaitchup/Maixtchup-4x7b on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-01-17T16:47:01.392242(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]## Dataset Card Contact" ]
[ -0.04813315346837044, 0.2034682035446167, -0.005205776076763868, 0.03951544687151909, 0.07767859101295471, -0.01325933262705803, 0.04554910212755203, 0.10252173990011215, 0.0336381271481514, 0.18617913126945496, -0.02462473139166832, 0.11353625357151031, 0.07384753972291946, 0.1276140958070755, 0.03035900555551052, -0.12433625012636185, 0.026138966903090477, -0.08445753902196884, 0.1076907142996788, 0.08071494847536087, 0.05798045173287392, -0.07591357082128525, 0.06799733638763428, -0.02285236306488514, 0.033360742032527924, -0.01615941897034645, -0.07792651653289795, -0.028490113094449043, 0.09516632556915283, 0.11002210527658463, 0.03432825207710266, -0.021698201075196266, 0.022504346445202827, -0.2687627375125885, 0.015803789719939232, 0.08999817818403244, -0.007017731666564941, 0.0326274149119854, 0.1325075626373291, -0.08263872563838959, 0.07743004709482193, -0.018181419000029564, 0.07835914939641953, 0.058614298701286316, -0.10841841995716095, -0.14141805469989777, -0.151746928691864, 0.01207028329372406, 0.056766536086797714, 0.04393221437931061, -0.026940975338220596, 0.1512998789548874, -0.07321415096521378, 0.04895363748073578, 0.13465258479118347, -0.10094862431287766, -0.02038169838488102, 0.05257336422801018, 0.013520603999495506, 0.06870217621326447, -0.08118455857038498, -0.026431221514940262, 0.03397582471370697, 0.05327196046710014, -0.011951888911426067, 0.0153550049290061, -0.021775277331471443, 0.005158036947250366, -0.13613265752792358, -0.12807786464691162, 0.13686202466487885, 0.006007560528814793, -0.053613752126693726, -0.18496401607990265, -0.008889534510672092, 0.011506548151373863, -0.004183922428637743, 0.005624684039503336, -0.0050083608366549015, -0.019829921424388885, 0.09719591587781906, -0.004556942731142044, -0.09930162131786346, -0.02895473688840866, -0.005675176624208689, 0.08430857956409454, 0.02800552174448967, -0.011109046638011932, 0.011345491744577885, 0.11860396713018417, 0.012081805616617203, -0.06048833206295967, -0.07787241041660309, -0.05627719685435295, -0.1193619817495346, -0.04141058027744293, 0.01894102618098259, -0.0638199895620346, 0.03797222301363945, 0.2323896735906601, -0.0017372446600347757, 0.030667059123516083, -0.11693757027387619, 0.010724185965955257, 0.12079206109046936, 0.06311406940221786, -0.07789118587970734, -0.05033199116587639, -0.03686809912323952, 0.02584489993751049, 0.033528078347444534, -0.015971459448337555, 0.010541826486587524, 0.0612696148455143, 0.01914793998003006, 0.12697243690490723, 0.1210005059838295, 0.0319560207426548, -0.07814319431781769, -0.018486157059669495, 0.23632094264030457, -0.1396709829568863, -0.018609751015901566, 0.020907439291477203, -0.037849582731723785, -0.11425905674695969, 0.06645126640796661, -0.007164078764617443, -0.05273698642849922, 0.12400394678115845, -0.0431281216442585, -0.07344716042280197, -0.07191620022058487, -0.060505107045173645, 0.055361583828926086, 0.01123272255063057, -0.049877334386110306, -0.06641615927219391, -0.09504614770412445, -0.0826912373304367, 0.029873687773942947, -0.06682684272527695, -0.02032868191599846, 0.025576788932085037, -0.0006325875874608755, -0.013525462709367275, -0.011015761643648148, 0.11801448464393616, -0.06330689042806625, 0.03776564821600914, -0.01146881002932787, 0.018704181537032127, 0.09809287637472153, 0.03816442936658859, -0.11298113316297531, 0.07828174531459808, -0.13664749264717102, 0.10360903292894363, -0.12008558958768845, -0.022120479494333267, -0.11825313419103622, -0.002281070686876774, -0.030878571793437004, 0.04424017667770386, -0.037463124841451645, 0.08522286266088486, -0.21094411611557007, 0.003307859180495143, 0.16107359528541565, -0.11865869164466858, -0.07603742182254791, 0.09120000153779984, -0.04716423898935318, 0.07540947943925858, 0.044015537947416306, 0.10055547207593918, 0.11001221835613251, -0.08449811488389969, -0.0955921933054924, -0.06172718107700348, -0.02948065474629402, 0.16428087651729584, 0.06358238309621811, -0.08486101031303406, 0.09673119336366653, 0.05140160769224167, -0.014913469552993774, -0.07148890942335129, 0.0008553823572583497, -0.06720363348722458, -0.020578693598508835, -0.07188675552606583, -0.04773053526878357, -0.004422809462994337, -0.07189193367958069, -0.017502399161458015, -0.08009830862283707, -0.01612933725118637, 0.10236936062574387, -0.022791847586631775, 0.009732906706631184, -0.07574445009231567, 0.0247841514647007, 0.005698473192751408, 0.012892082333564758, -0.2165926843881607, -0.0884290337562561, 0.03423303738236427, -0.2114744633436203, 0.05975450947880745, 0.02966614067554474, 0.01095320750027895, 0.04942303150892258, -0.00765656866133213, 0.03216998279094696, 0.0264124758541584, -0.01221667230129242, -0.014282208867371082, -0.14139260351657867, -0.0566910021007061, -0.08363331854343414, 0.10161712765693665, -0.13308560848236084, -0.01200451236218214, 0.05917570739984512, 0.14768937230110168, 0.02129417099058628, -0.08010534942150116, 0.06283103674650192, 0.010086680762469769, -0.040666185319423676, -0.05053938925266266, -0.00384169421158731, -0.031832337379455566, 0.03766905888915062, 0.0343024805188179, -0.19280356168746948, -0.10668309032917023, 0.06725376099348068, 0.1434813290834427, -0.0768216922879219, -0.08520554006099701, -0.06000533699989319, -0.06343063712120056, -0.08972544968128204, -0.0690695270895958, 0.07167037576436996, 0.08902229368686676, 0.038492705672979355, -0.06930582225322723, -0.054856251925230026, 0.006306276191025972, 0.05760732293128967, -0.06066637113690376, 0.11607252806425095, 0.07126206159591675, -0.08257059007883072, 0.10612607002258301, -0.048344239592552185, 0.10913911461830139, 0.08279621601104736, 0.03303714841604233, -0.10100426524877548, 0.0014762397622689605, 0.07057695835828781, 0.045757196843624115, 0.07310681790113449, -0.05720183253288269, 0.03621181473135948, 0.08517981320619583, -0.01665719412267208, 0.03450506180524826, -0.06548269093036652, 0.026984069496393204, 0.03208835795521736, 0.004015389829874039, 0.015833524987101555, 0.013474894687533379, 0.01995089277625084, 0.08215706050395966, 0.024548375979065895, 0.1073191687464714, -0.02498500607907772, -0.05084667727351189, -0.09874923527240753, 0.14371955394744873, -0.07846897840499878, -0.27319759130477905, -0.1631130427122116, -0.048729121685028076, -0.03662322089076042, -0.015717865899205208, 0.060266487300395966, -0.010460391640663147, -0.1065259724855423, -0.11281348019838333, 0.05523724853992462, 0.04258793219923973, -0.14067406952381134, -0.054503183811903, 0.05530139431357384, -0.011007570661604404, -0.1706002950668335, 0.042539022862911224, 0.05002853274345398, -0.0591866672039032, -0.0023512227926403284, 0.07298440486192703, 0.11097051203250885, 0.09462342411279678, 0.08160542696714401, -0.0277518630027771, -0.00567874638363719, 0.1640099585056305, -0.1142227053642273, 0.03093458153307438, 0.10666113346815109, -0.052457988262176514, 0.06208331510424614, 0.16582328081130981, 0.014056311920285225, -0.08702581375837326, 0.0566948801279068, 0.09735634177923203, -0.07219276577234268, -0.245132178068161, -0.12099248915910721, -0.03310374170541763, 0.02433771826326847, 0.11363643407821655, 0.06476707011461258, 0.023106126114726067, 0.017774291336536407, -0.12720459699630737, -0.021928589791059494, -0.04509180784225464, 0.06946805864572525, 0.05767928436398506, -0.00491925748065114, 0.04283367097377777, -0.04887210205197334, 0.01924736239016056, 0.11945459991693497, 0.052560221403837204, 0.14320017397403717, -0.04536503553390503, 0.18249285221099854, 0.0949508547782898, 0.0787653848528862, -0.041061729192733765, 0.03528827428817749, -0.007558422163128853, 0.06067361682653427, -0.013540243729948997, -0.10659809410572052, -0.05551403388381004, 0.10142210125923157, 0.04165299981832504, -0.07257039099931717, 0.04029907286167145, -0.09299091249704361, 0.034287698566913605, 0.19828471541404724, -0.027802569791674614, -0.11778976023197174, -0.0615445151925087, 0.06370364129543304, -0.03556347265839577, -0.09165073186159134, -0.010907243005931377, 0.08152659237384796, -0.15241806209087372, 0.014229618944227695, -0.03547238931059837, 0.07436321675777435, -0.13357609510421753, -0.03159770369529724, -0.03340321034193039, 0.03499565273523331, -0.002989324275404215, 0.11390557140111923, -0.12410085648298264, 0.08626285940408707, -0.001977396896108985, 0.021876512095332146, -0.11425232142210007, 0.05167730897665024, -0.027041029185056686, -0.06463600695133209, 0.12976136803627014, -0.01087435707449913, -0.08427213877439499, -0.05687843635678291, -0.10803187638521194, -0.009977865032851696, 0.05260899290442467, -0.10145934671163559, 0.10396834462881088, 0.029726801440119743, -0.025839010253548622, -0.035120680928230286, -0.019361937418580055, -0.1175590381026268, -0.24630208313465118, 0.10826361924409866, -0.1235288679599762, 0.036895666271448135, -0.0656411200761795, -0.04970336705446243, -0.031332727521657944, 0.151687353849411, -0.08270712196826935, -0.0546104870736599, -0.10304918140172958, -0.024205327033996582, 0.18355180323123932, -0.048710331320762634, 0.06149708479642868, -0.04784052073955536, 0.18849939107894897, -0.022770630195736885, -0.03973563760519028, -0.007604354061186314, -0.08938917517662048, -0.1905032843351364, -0.046036750078201294, 0.11798804253339767, 0.07951666414737701, 0.020006172358989716, -0.0056493100710213184, 0.01163480430841446, 0.02024034969508648, -0.10096583515405655, 0.0215398371219635, 0.11887117475271225, 0.12361159920692444, 0.05629155784845352, -0.02834392338991165, -0.12864789366722107, -0.10491973161697388, -0.1092391088604927, 0.05074427276849747, 0.17335085570812225, -0.06188252195715904, 0.17120984196662903, 0.14956015348434448, -0.08866388350725174, -0.1940876692533493, -0.058512602001428604, 0.022281980141997337, -0.02785203605890274, 0.1343458592891693, -0.1956927329301834, 0.06525867432355881, 0.07373856008052826, -0.031341370195150375, 0.12703865766525269, -0.27743399143218994, -0.13993684947490692, 0.035670455545186996, 0.050087880343198776, -0.23570215702056885, -0.1753820925951004, -0.10282377153635025, -0.029355483129620552, -0.18496932089328766, 0.14031794667243958, 0.010279853828251362, 0.031140895560383797, -0.024227501824498177, 0.09126327931880951, 0.052559152245521545, -0.07185963541269302, 0.13009744882583618, -0.015204919502139091, 0.019550297409296036, -0.10568849742412567, -0.040771178901195526, -0.002707200823351741, -0.04195966571569443, 0.08130861073732376, 0.0208854041993618, 0.04758734628558159, -0.07934784144163132, -0.03712354972958565, -0.07490554451942444, 0.04485929012298584, -0.07739578187465668, -0.05266290903091431, -0.08145356923341751, 0.08635555952787399, 0.08026604354381561, -0.0074819703586399555, 0.024510394781827927, -0.049625009298324585, 0.0525311604142189, 0.2081579715013504, 0.09870251268148422, 0.05593215301632881, -0.09693346917629242, -0.04061659425497055, -0.017890779301524162, -0.008484075777232647, -0.11006923019886017, 0.045911755412817, 0.07614630460739136, 0.047826819121837616, 0.09016112983226776, -0.027766874060034752, -0.18172311782836914, 0.0030058177653700113, 0.07147528231143951, -0.08052907884120941, -0.20130731165409088, 0.04808108136057854, 0.15374767780303955, -0.15218639373779297, -0.07133200019598007, 0.07414039224386215, 0.022461235523223877, -0.040054935961961746, -0.0026807906106114388, 0.07739929854869843, 0.05463205650448799, 0.1030181422829628, 0.0076967510394752026, 0.047578878700733185, -0.0754004716873169, 0.08819560706615448, 0.13701602816581726, -0.10149174183607101, 0.006384715437889099, 0.026348892599344254, -0.04861288145184517, -0.07129842787981033, -0.006386438850313425, -0.0004100794903934002, 0.027627775445580482, -0.0326138511300087, 0.03130492940545082, -0.03197532892227173, 0.05958510935306549, 0.13312369585037231, -0.0023632324300706387, 0.04732149839401245, 0.020870544016361237, 0.001293081440962851, -0.059039704501628876, 0.09829427301883698, 0.027815239503979683, 0.04761940985918045, -0.03348013013601303, 0.028430761769413948, 0.02048630453646183, -0.021959559991955757, 0.022793428972363472, -0.05490412935614586, -0.06909573823213577, 0.0027194470167160034, -0.16914409399032593, 0.05870017409324646, -0.08908896148204803, 0.008796189911663532, -0.0006012652302160859, -0.02110549807548523, -0.008729934692382812, 0.00572392251342535, -0.082973912358284, -0.046289972960948944, -0.044731080532073975, 0.1380537450313568, -0.19032442569732666, 0.0009641742217354476, 0.09504334628582001, -0.07161228358745575, 0.06338135898113251, -0.006112460047006607, -0.023208368569612503, 0.02910284884274006, -0.114531971514225, 0.00047793996054679155, -0.02357996441423893, 0.061456773430109024, 0.009673688560724258, -0.1374865025281906, -0.015842381864786148, 0.0010548685677349567, -0.07252619415521622, -0.006635465193539858, 0.0403103344142437, -0.15454183518886566, 0.06054214388132095, 0.08153042197227478, -0.051299188286066055, -0.04175714775919914, 0.04825861379504204, 0.050565607845783234, -0.008509127423167229, 0.10025575757026672, -0.004566084127873182, 0.02675347402691841, -0.1481427699327469, -0.04511298984289169, 0.000198421606910415, 0.010515296831727028, 0.04956726357340813, 0.019818758592009544, 0.017562944442033768, 0.013497361913323402, 0.23806464672088623, -0.023476997390389442, 0.029974181205034256, 0.019149096682667732, -0.0071211690083146095, -0.0254941675812006, 0.0249292254447937, 0.01041316706687212, -0.010030665434896946, 0.027014659717679024, 0.020054323598742485, -0.0350121334195137, -0.0632176548242569, -0.031009960919618607, 0.0735817402601242, 0.13135026395320892, 0.14810524880886078, -0.03963753208518028, 0.06407308578491211, -0.15956738591194153, -0.051618196070194244, 0.013914477080106735, -0.055033210664987564, 0.04597704857587814, -0.08042687922716141, 0.07199905812740326, 0.07921275496482849, -0.0941287949681282, 0.15184105932712555, -0.06139879301190376, -0.025601524859666824, -0.029606766998767853, -0.1691119372844696, -0.03671766445040703, 0.038504231721162796, 0.001193283824250102, -0.08088205754756927, 0.1208755373954773, 0.1335008591413498, -0.007169078104197979, -0.003122547408565879, 0.09597114473581314, -0.0704977884888649, -0.054165132343769073, -0.03251431882381439, 0.0023502514231950045, 0.007063410710543394, 0.0019373090472072363, 0.07527559995651245, 0.014318466186523438, 0.05840979516506195, 0.07855245471000671, 0.10436668992042542, 0.020580284297466278, 0.0051848688162863255, -0.040291935205459595, -0.051898255944252014, 0.0007940322975628078, -0.022328492254018784, -0.049291372299194336, 0.21613870561122894, 0.05170704796910286, 0.017241382971405983, 0.015223119407892227, 0.2130035161972046, -0.005837687291204929, -0.06650494039058685, -0.13155733048915863, 0.1289414018392563, -0.005518317222595215, 0.013981303200125694, 0.02921546809375286, -0.1130378320813179, 0.02787671610713005, 0.15671373903751373, 0.09464404731988907, 0.04835212975740433, 0.013628542423248291, 0.041794195771217346, 0.023807646706700325, -0.033360179513692856, 0.06235199794173241, 0.02171516790986061, 0.23988096415996552, -0.056280530989170074, 0.0882817730307579, -0.0008196517010219395, -0.002074581803753972, -0.028159426525235176, 0.10209669172763824, -0.05649624392390251, 0.01689528301358223, -0.07257311791181564, 0.09178324788808823, -0.06712006032466888, -0.26080265641212463, -0.0037604807876050472, -0.0771947056055069, -0.14497162401676178, -0.013096211478114128, 0.025793209671974182, -0.02482336387038231, 0.04717276245355606, 0.03153926134109497, -0.024078231304883957, 0.1827707439661026, 0.0012564243515953422, -0.0734659880399704, -0.07466824352741241, 0.06777768582105637, -0.024668805301189423, 0.2957489490509033, 0.00030770301236771047, 0.06545577943325043, 0.08946914970874786, -0.020779486745595932, -0.13128715753555298, 0.025468124076724052, 0.09015414863824844, -0.05748309567570686, 0.056783609092235565, 0.16887018084526062, -0.02779754064977169, 0.13901002705097198, 0.037406839430332184, -0.020687000826001167, 0.07831934094429016, 0.07561856508255005, 0.04806416109204292, -0.10466117411851883, 0.07648167759180069, -0.0939222127199173, 0.1337304413318634, 0.10952933877706528, -0.012818695977330208, -0.013453595340251923, -0.05751756578683853, 0.06383085995912552, -0.033559441566467285, 0.14137592911720276, -0.024531831964850426, -0.16159972548484802, 0.046950045973062515, 0.013521519489586353, 0.06653938442468643, -0.24021035432815552, -0.055505141615867615, 0.10788082331418991, -0.053807005286216736, 0.014049881137907505, 0.0860648825764656, 0.03972334787249565, 0.026186315342783928, -0.05278019607067108, -0.13743942975997925, 0.01387111283838749, 0.12363428622484207, -0.08142481744289398, -0.036627210676670074 ]
a24f6e351a03d4c2cf01c83e752d1d5c8eb0676a
# Dataset of ophelia (Fire Emblem) This is the dataset of ophelia (Fire Emblem), containing 500 images and their tags. The core tags of this character are `blonde_hair, long_hair, breasts, ahoge, grey_eyes, bangs, medium_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 500 | 623.85 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ophelia_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 500 | 344.48 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ophelia_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 1160 | 730.28 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ophelia_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 500 | 543.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ophelia_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1160 | 1.02 GiB | [Download](https://huggingface.co/datasets/CyberHarem/ophelia_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/ophelia_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 17 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, cape, circlet, solo, closed_mouth, smile, upper_body, looking_at_viewer, cleavage, bodystocking, covered_navel, blue_eyes, turtleneck, center_opening | | 1 | 15 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, cape, circlet, looking_at_viewer, solo, turtleneck, bodystocking, upper_body, covered_navel, open_mouth, one_eye_closed, asymmetrical_bangs, bridal_gauntlets, cleavage, smile, blue_eyes | | 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, circlet, looking_at_viewer, smile, solo, asymmetrical_bangs, official_alternate_costume, upper_body, closed_mouth, turtleneck, bodystocking, cleavage | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, completely_nude, looking_at_viewer, nipples, solo, smile, closed_mouth, navel, pussy, blush, large_breasts, barefoot, blue_eyes, circlet | | 4 | 14 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, hetero, nipples, open_mouth, penis, sex, blush, vaginal, circlet, completely_nude, cum_in_pussy, uncensored, large_breasts, navel, spread_legs | | 5 | 10 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1boy, 1girl, circlet, hetero, penis, solo_focus, large_breasts, looking_at_viewer, nipples, blush, paizuri, censored, pov, cum_on_breasts, smile, upper_body | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cape | circlet | solo | closed_mouth | smile | upper_body | looking_at_viewer | cleavage | bodystocking | covered_navel | blue_eyes | turtleneck | center_opening | open_mouth | one_eye_closed | asymmetrical_bangs | bridal_gauntlets | official_alternate_costume | completely_nude | nipples | navel | pussy | blush | large_breasts | barefoot | 1boy | hetero | penis | sex | vaginal | cum_in_pussy | uncensored | spread_legs | solo_focus | paizuri | censored | pov | cum_on_breasts | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:----------|:-------|:---------------|:--------|:-------------|:--------------------|:-----------|:---------------|:----------------|:------------|:-------------|:-----------------|:-------------|:-----------------|:---------------------|:-------------------|:-----------------------------|:------------------|:----------|:--------|:--------|:--------|:----------------|:-----------|:-------|:---------|:--------|:------|:----------|:---------------|:-------------|:--------------|:-------------|:----------|:-----------|:------|:-----------------| | 0 | 17 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 15 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | | X | X | X | X | X | X | X | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | X | X | X | X | X | X | X | X | | | X | | | | X | | X | | | | | | | | | | | | | | | | | | | | | | 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | X | X | X | X | | X | | | | X | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | 4 | 14 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | X | | | | | | | | | | | | X | | | | | X | X | X | | X | X | | X | X | X | X | X | X | X | X | | | | | | | 5 | 10 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | X | | | X | X | X | | | | | | | | | | | | | X | | | X | X | | X | X | X | | | | | | X | X | X | X | X |
CyberHarem/ophelia_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:51:13+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T18:41:57+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of ophelia (Fire Emblem) ================================ This is the dataset of ophelia (Fire Emblem), containing 500 images and their tags. The core tags of this character are 'blonde\_hair, long\_hair, breasts, ahoge, grey\_eyes, bangs, medium\_breasts', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
c845e054745df6b928c4a6d2e263f622f509cd19
# Dataset of charlotte (Fire Emblem) This is the dataset of charlotte (Fire Emblem), containing 285 images and their tags. The core tags of this character are `blonde_hair, long_hair, breasts, bow, blue_eyes, hair_bow, large_breasts, bangs, white_bow`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 285 | 304.23 MiB | [Download](https://huggingface.co/datasets/CyberHarem/charlotte_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 285 | 183.26 MiB | [Download](https://huggingface.co/datasets/CyberHarem/charlotte_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 665 | 377.56 MiB | [Download](https://huggingface.co/datasets/CyberHarem/charlotte_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 285 | 275.84 MiB | [Download](https://huggingface.co/datasets/CyberHarem/charlotte_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 665 | 516.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/charlotte_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/charlotte_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 26 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, hetero, solo_focus, 1boy, penis, pussy, nipples, blush, uncensored, vaginal, nude, open_mouth, navel, sex_from_behind, spread_legs, testicles | | 1 | 18 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1boy, 1girl, hetero, solo_focus, penis, nipples, paizuri, blush, nude, cum_on_breasts, smile, facial, uncensored | | 2 | 20 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, cleavage, solo, smile, navel, midriff, looking_at_viewer, shoulder_armor, bikini_armor, white_background, simple_background, spikes | | 3 | 11 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, solo, huge_breasts, looking_at_viewer, smile, thick_thighs, blush, blunt_bangs, short_shorts, ass, cleavage, simple_background, thighhighs, blue_background, denim_shorts, from_behind, looking_back | | 4 | 10 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, huge_penis, solo, uncensored, blush, erection, nipples, nude, open_mouth, testicles, navel, heart, animal_penis, blunt_bangs, ejaculation, futanari_masturbation, rolling_eyes, spread_legs, thighhighs, tongue, veiny_penis | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | hetero | solo_focus | 1boy | penis | pussy | nipples | blush | uncensored | vaginal | nude | open_mouth | navel | sex_from_behind | spread_legs | testicles | paizuri | cum_on_breasts | smile | facial | cleavage | solo | midriff | looking_at_viewer | shoulder_armor | bikini_armor | white_background | simple_background | spikes | huge_breasts | thick_thighs | blunt_bangs | short_shorts | ass | thighhighs | blue_background | denim_shorts | from_behind | looking_back | huge_penis | erection | heart | animal_penis | ejaculation | futanari_masturbation | rolling_eyes | tongue | veiny_penis | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------|:-------------|:-------|:--------|:--------|:----------|:--------|:-------------|:----------|:-------|:-------------|:--------|:------------------|:--------------|:------------|:----------|:-----------------|:--------|:---------|:-----------|:-------|:----------|:--------------------|:-----------------|:---------------|:-------------------|:--------------------|:---------|:---------------|:---------------|:--------------|:---------------|:------|:-------------|:------------------|:---------------|:--------------|:---------------|:-------------|:-----------|:--------|:---------------|:--------------|:------------------------|:---------------|:---------|:--------------| | 0 | 26 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 18 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | X | X | | X | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 20 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | | | | | | | | | X | | | | | | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | 3 | 11 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | | X | | | | | | | | | | | X | | X | X | | X | | | | X | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | 4 | 10 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | | | | X | X | X | | X | X | X | | X | X | | | | | | X | | | | | | | | | | X | | | X | | | | | X | X | X | X | X | X | X | X | X |
CyberHarem/charlotte_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:51:13+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T17:45:07+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of charlotte (Fire Emblem) ================================== This is the dataset of charlotte (Fire Emblem), containing 285 images and their tags. The core tags of this character are 'blonde\_hair, long\_hair, breasts, bow, blue\_eyes, hair\_bow, large\_breasts, bangs, white\_bow', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
dd909a5d2ec2c133b7cce62ef0c48d37693b6de0
# Dataset of serge (Fire Emblem) This is the dataset of serge (Fire Emblem), containing 151 images and their tags. The core tags of this character are `long_hair, breasts, red_hair, red_eyes, hairband, large_breasts, pink_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 151 | 164.75 MiB | [Download](https://huggingface.co/datasets/CyberHarem/serge_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 151 | 100.59 MiB | [Download](https://huggingface.co/datasets/CyberHarem/serge_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 325 | 192.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/serge_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 151 | 147.98 MiB | [Download](https://huggingface.co/datasets/CyberHarem/serge_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 325 | 259.09 MiB | [Download](https://huggingface.co/datasets/CyberHarem/serge_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/serge_fireemblem', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, ninja, solo, bangs, fingerless_gloves, looking_at_viewer, simple_background, cleavage, medium_breasts, obi, pink_eyes, smile, white_background, white_scarf, black_gloves, holding, arm_guards, elbow_gloves, black_thighhighs, closed_mouth, official_alternate_costume, sheathed, short_sword, sleeveless_kimono, very_long_hair | | 1 | 17 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, smile, armor, solo, looking_at_viewer, simple_background, gloves, closed_mouth, upper_body, white_background | | 2 | 12 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, from_behind, solo, looking_back, back_cutout, gloves, looking_at_viewer, smile, axe, holding_weapon, backless_dress, boots, shoulder_armor, simple_background, thighhighs | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, hetero, navel, nipples, blush, penis, sex, solo_focus, uncensored, clitoris, smile, sweat, vaginal, artist_name, lying, pussy_juice, spread_legs | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1boy, 1girl, hetero, penis, solo_focus, uncensored, blush, looking_at_viewer, nipples, ass, sweat, completely_nude, girl_on_top, looking_back, pussy, smile, anus, cum, pink_eyes, reverse_cowgirl_position, sex_from_behind, vaginal, artist_name, bangs, open_mouth, pov, simple_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | ninja | solo | bangs | fingerless_gloves | looking_at_viewer | simple_background | cleavage | medium_breasts | obi | pink_eyes | smile | white_background | white_scarf | black_gloves | holding | arm_guards | elbow_gloves | black_thighhighs | closed_mouth | official_alternate_costume | sheathed | short_sword | sleeveless_kimono | very_long_hair | armor | gloves | upper_body | from_behind | looking_back | back_cutout | axe | holding_weapon | backless_dress | boots | shoulder_armor | thighhighs | 1boy | hetero | navel | nipples | blush | penis | sex | solo_focus | uncensored | clitoris | sweat | vaginal | artist_name | lying | pussy_juice | spread_legs | ass | completely_nude | girl_on_top | pussy | anus | cum | reverse_cowgirl_position | sex_from_behind | open_mouth | pov | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:-------|:--------|:--------------------|:--------------------|:--------------------|:-----------|:-----------------|:------|:------------|:--------|:-------------------|:--------------|:---------------|:----------|:-------------|:---------------|:-------------------|:---------------|:-----------------------------|:-----------|:--------------|:--------------------|:-----------------|:--------|:---------|:-------------|:--------------|:---------------|:--------------|:------|:-----------------|:-----------------|:--------|:-----------------|:-------------|:-------|:---------|:--------|:----------|:--------|:--------|:------|:-------------|:-------------|:-----------|:--------|:----------|:--------------|:--------|:--------------|:--------------|:------|:------------------|:--------------|:--------|:-------|:------|:---------------------------|:------------------|:-------------|:------| | 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 17 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | X | | | X | X | | | | | X | X | | | | | | | X | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 12 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | X | | | X | X | | | | | X | | | | | | | | | | | | | | | X | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | | X | | X | X | | | | X | X | | | | | | | | | | | | | | | | | | X | | | | | | | | X | X | | X | X | X | | X | X | | X | X | X | | | | X | X | X | X | X | X | X | X | X | X |
CyberHarem/serge_fireemblem
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2024-01-17T16:51:16+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-01-17T17:24:17+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of serge (Fire Emblem) ============================== This is the dataset of serge (Fire Emblem), containing 151 images and their tags. The core tags of this character are 'long\_hair, breasts, red\_hair, red\_eyes, hairband, large\_breasts, pink\_hair', which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages ---------------- ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code List of Clusters ---------------- List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version ### Table Version
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version" ]
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.### Raw Text Version### Table Version" ]
[ -0.06056777387857437, 0.1428852677345276, 0.0003680216323118657, 0.11658099293708801, 0.04550790786743164, 0.11912374198436737, 0.16325801610946655, 0.1310805380344391, 0.22002576291561127, -0.007116112392395735, 0.08005616068840027, 0.025980781763792038, 0.10829687118530273, 0.2076374590396881, 0.02867997996509075, -0.16697201132774353, -0.05649708956480026, 0.07042671740055084, 0.08365700393915176, 0.052131183445453644, 0.02592923305928707, -0.09419567137956619, 0.11179038882255554, -0.038744717836380005, -0.12454055994749069, -0.0585198737680912, -0.11416282504796982, 0.020839890465140343, 0.013306557200849056, 0.021944720298051834, 0.0962887778878212, 0.03607887402176857, 0.06416051089763641, -0.12775902450084686, 0.053518541157245636, -0.039031628519296646, -0.05270588397979736, 0.02906504087150097, 0.12017025798559189, 0.027798952534794807, -0.1449868530035019, -0.04997425153851509, -0.1341349184513092, 0.10816025733947754, -0.07523134350776672, -0.09790360182523727, -0.04817730933427811, 0.0996984988451004, 0.042856328189373016, 0.028749780729413033, -0.03289588913321495, 0.06494595110416412, -0.014109360054135323, 0.050710346549749374, 0.10873549431562424, -0.17785607278347015, -0.07059342414140701, 0.21942733228206635, -0.0003579944896046072, -0.013852175325155258, -0.1182907298207283, 0.06007043272256851, 0.07890354096889496, -0.007255760952830315, -0.0483785979449749, -0.0675291121006012, -0.2758270800113678, -0.05189996585249901, -0.02765267714858055, 0.06514670699834824, 0.3095196485519409, 0.11004164814949036, -0.044782571494579315, -0.08295935392379761, -0.006207056809216738, -0.1193556934595108, -0.10545776039361954, 0.12395453453063965, 0.015276663936674595, 0.07426527142524719, -0.09352243691682816, -0.07516352832317352, -0.10534942895174026, -0.103700652718544, -0.06107666715979576, -0.08996964991092682, -0.025395652279257774, 0.04975387454032898, -0.10508036613464355, 0.04146378114819527, -0.09813681244850159, -0.11518322676420212, -0.023586591705679893, -0.06460206210613251, -0.08920851349830627, -0.003244469640776515, 0.028136789798736572, -0.047021325677633286, 0.1665882170200348, 0.02307613380253315, 0.006787101272493601, 0.054903190582990646, -0.0790734738111496, 0.09950575977563858, 0.08764483034610748, -0.010807367041707039, -0.07338257133960724, -0.1363120973110199, 0.0032848292030394077, -0.06858330965042114, 0.025331854820251465, -0.005812880117446184, -0.09158840775489807, -0.07091861963272095, -0.20385250449180603, 0.029226383194327354, 0.026076046749949455, 0.035915788263082504, -0.03213813155889511, -0.055013034492731094, 0.1415221393108368, -0.03551199659705162, -0.060700494796037674, 0.052139509469270706, 0.0175301693379879, 0.07101588696241379, 0.007796936668455601, 0.043514735996723175, 0.04950962960720062, -0.06043723225593567, -0.0906783789396286, 0.007501866668462753, 0.047763608396053314, -0.0005182523746043444, 0.03197629749774933, -0.08443576842546463, -0.03821375593543053, -0.06656645238399506, -0.22550716996192932, 0.02256174385547638, 0.02353413961827755, -0.017254870384931564, 0.014232967048883438, 0.03746093437075615, 0.05370816960930824, -0.06483131647109985, 0.01682276278734207, 0.054385099560022354, -0.09712400287389755, 0.03679494559764862, -0.07082853466272354, 0.14100567996501923, -0.09166330844163895, -0.007849487476050854, -0.07740174978971481, 0.022262275218963623, -0.05757004767656326, 0.0670338124036789, -0.06333911418914795, 0.22295083105564117, -0.07540173828601837, 0.032030586153268814, -0.11676698178052902, -0.015747088938951492, -0.040550898760557175, 0.20228023827075958, -0.24980899691581726, 0.023733986541628838, 0.129234179854393, -0.08680058270692825, -0.15893028676509857, 0.09782561659812927, 0.02804521657526493, 0.07385969907045364, -0.00993076991289854, 0.25308701395988464, 0.012529200874269009, -0.04170221835374832, -0.08124548941850662, 0.10193389654159546, -0.026082845404744148, -0.09846335649490356, 0.0927167758345604, -0.011336571536958218, -0.04001680016517639, 0.008216693997383118, 0.11369086802005768, 0.03300970792770386, -0.046763066202402115, -0.13178405165672302, -0.020311659201979637, -0.12312270700931549, 0.0332891009747982, 0.06242886185646057, 0.03571641445159912, -0.0020737831946462393, 0.033886831253767014, -0.19188402593135834, 0.12185350060462952, -0.02300534024834633, -0.012298239395022392, -0.03587689250707626, 0.049544982612133026, -0.1096111610531807, -0.005026396829634905, -0.03297613188624382, -0.07528192549943924, 0.04695576801896095, 0.032161809504032135, 0.032974738627672195, -0.07662955671548843, 0.05971444770693779, 0.014818688854575157, -0.05143161863088608, 0.09137671440839767, 0.07852409034967422, -0.05769677832722664, -0.04769500717520714, -0.09088637679815292, -0.07534419745206833, -0.0575183741748333, 0.06557203829288483, -0.17107561230659485, -0.01024219486862421, 0.11067692935466766, 0.025439640507102013, 0.040017906576395035, -0.06062997505068779, 0.17756298184394836, -0.030585208907723427, -0.06190725415945053, -0.040943559259176254, 0.09769701957702637, -0.019157059490680695, -0.04555562138557434, 0.01052568107843399, 0.0861014872789383, -0.023098904639482498, 0.15354815125465393, -0.02755286730825901, -0.09308218210935593, -0.09194192290306091, -0.043686799705028534, -0.026820935308933258, -0.10422000288963318, 0.03991572558879852, -0.061963386833667755, 0.002163912169635296, 0.027012988924980164, -0.006405688356608152, 0.030585767701268196, 0.02778414450585842, 0.05820842087268829, -0.021298304200172424, -0.032607581466436386, 0.109773650765419, -0.1722910851240158, 0.1114993542432785, 0.13196797668933868, 0.034958865493535995, 0.21729564666748047, -0.018764061853289604, -0.008318998850882053, 0.010340031236410141, 0.036444034427404404, -0.015703804790973663, 0.18439458310604095, -0.24826371669769287, 0.028264425694942474, 0.0849744975566864, -0.09788601845502853, 0.0013086525723338127, -0.08047153800725937, -0.07494150102138519, -0.027035990729928017, -0.08268488943576813, -0.022495487704873085, 0.021848194301128387, -0.0510525181889534, -0.002697830554097891, -0.0159380491822958, 0.047126319259405136, 0.01982598379254341, -0.05365948751568794, -0.04728511720895767, 0.09874521940946579, 0.03765644133090973, -0.05380381643772125, -0.0917879045009613, -0.12539927661418915, -0.14941422641277313, 0.019937308505177498, 0.04021664708852768, -0.1369117796421051, -0.01622610352933407, -0.05658677592873573, 0.0059041837230324745, 0.07515611499547958, 0.02750200405716896, -0.011549362912774086, -0.027613000944256783, -0.056971535086631775, -0.10828518867492676, 0.03546522557735443, -0.025793982669711113, -0.04754815250635147, 0.0729597732424736, -0.11063029617071152, 0.13915611803531647, 0.10513068735599518, 0.06019572541117668, 0.07167352735996246, -0.020455900579690933, 0.16666162014007568, -0.1135433241724968, 0.07949472218751907, 0.05714169144630432, 0.01617315225303173, -0.0033850963227450848, 0.1392807960510254, 0.07822858542203903, -0.11485456675291061, 0.01649930700659752, 0.0659264624118805, -0.10927750170230865, -0.13765156269073486, -0.08919930458068848, -0.1098841056227684, 0.14360472559928894, 0.10543306916952133, 0.055094171315431595, -0.008754521608352661, 0.19365760684013367, -0.012459862045943737, 0.11629821360111237, -0.060265135020017624, -0.001182127045467496, -0.0967511311173439, 0.028548067435622215, 0.015706980600953102, -0.13472138345241547, -0.020705696195364, 0.13436934351921082, 0.11988531053066254, 0.17751117050647736, 0.05756404623389244, 0.1669720560312271, 0.0620209239423275, 0.08739733695983887, 0.0973203033208847, 0.09824824333190918, -0.003385010873898864, -0.01174256019294262, -0.009840509854257107, -0.11808888614177704, 0.12640166282653809, 0.008536653593182564, 0.03328922018408775, -0.07603447884321213, 0.041852522641420364, -0.19561190903186798, 0.08676237612962723, 0.2662656307220459, 0.13238421082496643, -0.2130252569913864, 0.02187363989651203, 0.057548727840185165, 0.10131470859050751, -0.04166566953063011, 0.03863963857293129, 0.15180446207523346, -0.044378504157066345, 0.14485260844230652, -0.03934125602245331, 0.13761593401432037, -0.08993841707706451, -0.002561005996540189, 0.028425363823771477, -0.052699554711580276, -0.049131326377391815, 0.04007065296173096, 0.08406958729028702, 0.20620964467525482, 0.06231911480426788, 0.02514495514333248, -0.052091311663389206, -0.09191302955150604, 0.1411287933588028, 0.1319933533668518, 0.19725032150745392, 0.004370573908090591, 0.11569846421480179, -0.11193177849054337, -0.09768734127283096, 0.03489493206143379, 0.01887678913772106, -0.0481451116502285, -0.0058238268829882145, 0.08338964730501175, -0.0011851191520690918, -0.020514076575636864, 0.2429020255804062, -0.15395450592041016, -0.028766348958015442, -0.018185274675488472, 0.20947031676769257, 0.03476950153708458, 0.05297542363405228, -0.0028412239626049995, -0.0919366404414177, 0.12701071798801422, 0.009368033148348331, -0.0467972531914711, -0.07945683598518372, -0.07607144862413406, 0.07295151054859161, 0.0033908793702721596, -0.019113952293992043, -0.06424721330404282, 0.057646963745355606, -0.07576420903205872, -0.08068043738603592, 0.02056441828608513, -0.027442919090390205, -0.036279067397117615, -0.0699404925107956, -0.03204023838043213, -0.07006490975618362, 0.007021276280283928, 0.00880422256886959, 0.008445353247225285, 0.025229379534721375, -0.1443626582622528, 0.06101659685373306, -0.07046619057655334, -0.0022374021355062723, 0.1308000385761261, -0.04215288162231445, -0.014171579852700233, -0.030100012198090553, -0.04281031712889671, 0.18909983336925507, 0.1812591701745987, -0.10724806040525436, -0.00840049423277378, 0.12792575359344482, -0.024788103997707367, -0.3187218904495239, -0.0044951667077839375, -0.0730748325586319, -0.032930366694927216, 0.025424007326364517, -0.15653270483016968, 0.1306859701871872, 0.085330069065094, -0.05402332916855812, 0.19986344873905182, -0.15700657665729523, -0.10088611394166946, 0.07355795800685883, 0.09669850766658783, 0.15795643627643585, -0.21399495005607605, -0.03792818263173103, -0.08970680832862854, -0.22459501028060913, 0.1646786779165268, -0.2396935224533081, 0.156635120511055, -0.020555861294269562, -0.025779446586966515, -0.007073562126606703, -0.022447878494858742, 0.1552649736404419, 0.13479048013687134, 0.08684605360031128, -0.04376395419239998, 0.007372909691184759, 0.10759281367063522, -0.01300759892910719, 0.0799500122666359, -0.055568937212228775, -0.044278986752033234, -0.1711588203907013, -0.003979063127189875, 0.017878515645861626, 0.07270903885364532, 0.0418451763689518, -0.08257319033145905, -0.11704827100038528, 0.05039593577384949, -0.029647110030055046, 0.056016530841588974, 0.2601388692855835, 0.0009578251629136503, 0.06289535760879517, 0.1650095134973526, 0.015400785021483898, -0.007668273523449898, -0.15260030329227448, -0.06366822123527527, -0.07826440036296844, 0.09279736131429672, -0.20341956615447998, 0.009507115930318832, 0.06797578185796738, 0.07756782323122025, 0.06056210398674011, 0.06808006018400192, 0.025644270703196526, 0.11793660372495651, 0.11555102467536926, -0.014873293228447437, -0.14824643731117249, -0.01621919870376587, -0.24955067038536072, -0.0752980038523674, -0.0320480577647686, 0.026848237961530685, 0.016784338280558586, 0.06355622410774231, -0.0030241634231060743, 0.021652499213814735, -0.07937014847993851, 0.06967651098966599, 0.054862674325704575, 0.018068386241793633, -0.12295238673686981, 0.14207366108894348, 0.10010931640863419, 0.04827810451388359, -0.08624263107776642, 0.12117664515972137, -0.05673356354236603, -0.1370745450258255, -0.01682531088590622, 0.11165004968643188, 0.00014100936823524535, 0.0004935812903568149, 0.02096729353070259, -0.03333625569939613, -0.042932625859975815, 0.03048074245452881, 0.06342718750238419, -0.010729954577982426, 0.07596728205680847, -0.10791993141174316, -0.04687481373548508, 0.024307526648044586, 0.014110393822193146, 0.06940905749797821, -0.12563923001289368, -0.04805508255958557, 0.007414479274302721, 0.13298064470291138, -0.0728113055229187, -0.0738530308008194, -0.13202457129955292, -0.0027793431654572487, -0.1338719129562378, 0.11949334293603897, -0.11953870952129364, 0.01482993084937334, -0.05028591305017471, 0.011604771949350834, -0.10020553320646286, -0.04508832097053528, -0.06261864304542542, 0.0044020903296768665, 0.03626343607902527, 0.10994866490364075, -0.005957553628832102, -0.008207251317799091, 0.030091965571045876, -0.018999403342604637, 0.06955747306346893, -0.029411084949970245, -0.07538049668073654, -0.04806162416934967, -0.1989845335483551, -0.04527199640870094, 0.003410330507904291, 0.03321712836623192, 0.004623680375516415, 0.15833838284015656, -0.03707785904407501, -0.08590704202651978, 0.04353218153119087, 0.0652938038110733, 0.2666322886943817, -0.10946350544691086, -0.03649890422821045, -0.13939198851585388, 0.020626481622457504, -0.012075553648173809, -0.004263607785105705, 0.13064728677272797, 0.08477837592363358, 0.034025806933641434, -0.01924707368016243, 0.08928635716438293, -0.1535450667142868, 0.014840158633887768, -0.033418234437704086, -0.07545237988233566, 0.007907957769930363, -0.014803584665060043, 0.00814065895974636, -0.046861518174409866, 0.25522497296333313, -0.046116817742586136, -0.05723104625940323, -0.017082147300243378, 0.08544308692216873, 0.0047895824536681175, -0.06947914510965347, 0.2634406089782715, 0.04018643870949745, -0.0039778598584234715, -0.013495702296495438, 0.099449522793293, 0.05957156792283058, 0.09271302074193954, 0.1058599203824997, 0.06516046077013016, -0.1121901348233223, 0.04891026020050049, 0.03695819526910782, -0.1004725843667984, 0.04338885098695755, 0.08166947215795517, 0.07950348407030106, 0.08240049332380295, -0.057370375841856, -0.17359165847301483, 0.14249111711978912, -0.06677894294261932, 0.07965173572301865, 0.036392319947481155, -0.02797710709273815, -0.06319268047809601, -0.08678070455789566, -0.045195501297712326, -0.09141606837511063, 0.04105047509074211, -0.026313280686736107, -0.06289491057395935, 0.1199011281132698, 0.05083626136183739, 0.04622003808617592, 0.16335052251815796, -0.10374338924884796, -0.000652807648293674, 0.056707024574279785, 0.008289371617138386, -0.10799606889486313, -0.09240186959505081, -0.0015545097412541509, 0.07335227727890015, -0.11094158887863159, -0.036993179470300674, 0.01751025952398777, 0.020582405850291252, 0.052113957703113556, -0.05165733024477959, -0.10801023244857788, -0.08909494429826736, 0.010169940069317818, 0.022660668939352036, 0.059437211602926254, 0.06114402785897255, 0.03039679490029812, 0.00011986211757175624, -0.017174091190099716, -0.0006339222309179604, -0.0059051793068647385, -0.1025652214884758, 0.03840850293636322, -0.10034070909023285, -0.07313410192728043, -0.030885927379131317, -0.08101606369018555, 0.02300078421831131, 0.3453886806964874, 0.20442481338977814, -0.08212518692016602, 0.021090539172291756, 0.042666252702474594, 0.003516490338370204, 0.003060156712308526, 0.10731480270624161, -0.04813481867313385, 0.10991828143596649, -0.022141344845294952, -0.0197146013379097, -0.01260988600552082, -0.09692873060703278, -0.10128097236156464, 0.0002710081171244383, 0.07393507659435272, 0.015493339858949184, -0.07097756117582321, 0.15805882215499878, -0.1830165982246399, 0.06653062254190445, 0.1936807632446289, -0.07987210899591446, -0.06747440993785858, -0.07793527841567993, -0.13487623631954193, 0.1091650128364563, 0.004508719313889742, -0.08995653688907623, 0.08238770812749863, -0.024726303294301033, 0.017737194895744324, -0.1950419843196869, -0.06308768689632416, -0.02741464227437973, -0.15539702773094177, 0.26015955209732056, -0.04986026510596275, -0.008282771334052086, 0.033257730305194855, -0.036555565893650055, -0.11852088570594788, 0.045155368745326996, -0.009476977400481701, 0.09040364623069763, -0.05746915936470032, 0.07197123765945435, -0.08917789906263351, 0.011704953387379646, -0.005678537767380476, 0.012317708693444729, 0.013050038367509842, 0.18221138417720795, 0.03749677911400795, -0.04659546539187431, -0.006557867396622896, -0.05775422975420952, 0.10418994724750519, 0.07276900857686996, -0.046183012425899506, -0.07196108251810074, 0.001075794454663992, 0.07309549301862717, 0.03212188556790352, -0.19071587920188904, -0.10896573960781097, -0.07350149750709534, -0.06297793984413147, -0.07585617899894714, -0.0067582991905510426, -0.1431884467601776, 0.013586513698101044, -0.027436701580882072, 0.009041723795235157, -0.029728572815656662, 0.0315636545419693, 0.21211880445480347, -0.03636613115668297, -0.01574229821562767, -0.19566787779331207, 0.05434812232851982, -0.007541419006884098, -0.10589005053043365, -0.14510110020637512 ]
f3714cfd498cdeed07e0dcd41f7d99069fda71b3
# Dataset Card for Evaluation run of llmixer/BigWeave-v20-110b <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [llmixer/BigWeave-v20-110b](https://huggingface.co/llmixer/BigWeave-v20-110b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_llmixer__BigWeave-v20-110b", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-02-16T10:41:33.075058](https://huggingface.co/datasets/open-llm-leaderboard/details_llmixer__BigWeave-v20-110b/blob/main/results_2024-02-16T10-41-33.075058.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": { "acc": 0.7006598594902614, "acc_stderr": 0.030334879953044784, "acc_norm": 0.7077385502169132, "acc_norm_stderr": 0.03092785311503184, "mc1": 0.44920440636474906, "mc1_stderr": 0.017412941986115305, "mc2": 0.6247452534043703, "mc2_stderr": 0.01525624326187566 }, "harness|arc:challenge|25": { "acc": 0.6484641638225256, "acc_stderr": 0.013952413699600935, "acc_norm": 0.681740614334471, "acc_norm_stderr": 0.013611993916971453 }, "harness|hellaswag|10": { "acc": 0.7175861382194781, "acc_stderr": 0.004492535748097629, "acc_norm": 0.885381398127863, "acc_norm_stderr": 0.0031791005658879977 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.37, "acc_stderr": 0.04852365870939098, "acc_norm": 0.37, "acc_norm_stderr": 0.04852365870939098 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.5925925925925926, "acc_stderr": 0.04244633238353228, "acc_norm": 0.5925925925925926, "acc_norm_stderr": 0.04244633238353228 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.7894736842105263, "acc_stderr": 0.03317672787533157, "acc_norm": 0.7894736842105263, "acc_norm_stderr": 0.03317672787533157 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.74, "acc_stderr": 0.04408440022768081, "acc_norm": 0.74, "acc_norm_stderr": 0.04408440022768081 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.7283018867924528, "acc_stderr": 0.027377706624670716, "acc_norm": 0.7283018867924528, "acc_norm_stderr": 0.027377706624670716 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.8541666666666666, "acc_stderr": 0.02951424596429177, "acc_norm": 0.8541666666666666, "acc_norm_stderr": 0.02951424596429177 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.49, "acc_stderr": 0.05024183937956912, "acc_norm": 0.49, "acc_norm_stderr": 0.05024183937956912 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.57, "acc_stderr": 0.049756985195624284, "acc_norm": 0.57, "acc_norm_stderr": 0.049756985195624284 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.39, "acc_stderr": 0.04902071300001975, "acc_norm": 0.39, "acc_norm_stderr": 0.04902071300001975 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.6878612716763006, "acc_stderr": 0.035331333893236574, "acc_norm": 0.6878612716763006, "acc_norm_stderr": 0.035331333893236574 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.39215686274509803, "acc_stderr": 0.04858083574266345, "acc_norm": 0.39215686274509803, "acc_norm_stderr": 0.04858083574266345 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.79, "acc_stderr": 0.040936018074033256, "acc_norm": 0.79, "acc_norm_stderr": 0.040936018074033256 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.6893617021276596, "acc_stderr": 0.03025123757921317, "acc_norm": 0.6893617021276596, "acc_norm_stderr": 0.03025123757921317 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.5263157894736842, "acc_stderr": 0.046970851366478626, "acc_norm": 0.5263157894736842, "acc_norm_stderr": 0.046970851366478626 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.6344827586206897, "acc_stderr": 0.04013124195424386, "acc_norm": 0.6344827586206897, "acc_norm_stderr": 0.04013124195424386 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.46296296296296297, "acc_stderr": 0.025680564640056882, "acc_norm": 0.46296296296296297, "acc_norm_stderr": 0.025680564640056882 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.48412698412698413, "acc_stderr": 0.04469881854072606, "acc_norm": 0.48412698412698413, "acc_norm_stderr": 0.04469881854072606 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.51, "acc_stderr": 0.05024183937956912, "acc_norm": 0.51, "acc_norm_stderr": 0.05024183937956912 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.8516129032258064, "acc_stderr": 0.020222737554330385, "acc_norm": 0.8516129032258064, "acc_norm_stderr": 0.020222737554330385 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.5566502463054187, "acc_stderr": 0.03495334582162933, "acc_norm": 0.5566502463054187, "acc_norm_stderr": 0.03495334582162933 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.74, "acc_stderr": 0.04408440022768079, "acc_norm": 0.74, "acc_norm_stderr": 0.04408440022768079 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.8303030303030303, "acc_stderr": 0.029311188674983137, "acc_norm": 0.8303030303030303, "acc_norm_stderr": 0.029311188674983137 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.8838383838383839, "acc_stderr": 0.022828881775249377, "acc_norm": 0.8838383838383839, "acc_norm_stderr": 0.022828881775249377 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.9222797927461139, "acc_stderr": 0.019321805557223157, "acc_norm": 0.9222797927461139, "acc_norm_stderr": 0.019321805557223157 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.7128205128205128, "acc_stderr": 0.022939925418530616, "acc_norm": 0.7128205128205128, "acc_norm_stderr": 0.022939925418530616 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.34444444444444444, "acc_stderr": 0.028972648884844267, "acc_norm": 0.34444444444444444, "acc_norm_stderr": 0.028972648884844267 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.8025210084033614, "acc_stderr": 0.025859164122051456, "acc_norm": 0.8025210084033614, "acc_norm_stderr": 0.025859164122051456 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.5099337748344371, "acc_stderr": 0.04081677107248437, "acc_norm": 0.5099337748344371, "acc_norm_stderr": 0.04081677107248437 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.8844036697247707, "acc_stderr": 0.01370874953417264, "acc_norm": 0.8844036697247707, "acc_norm_stderr": 0.01370874953417264 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.625, "acc_stderr": 0.033016908987210894, "acc_norm": 0.625, "acc_norm_stderr": 0.033016908987210894 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.9068627450980392, "acc_stderr": 0.020397853969426998, "acc_norm": 0.9068627450980392, "acc_norm_stderr": 0.020397853969426998 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.8945147679324894, "acc_stderr": 0.019995560723758556, "acc_norm": 0.8945147679324894, "acc_norm_stderr": 0.019995560723758556 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.7757847533632287, "acc_stderr": 0.027991534258519524, "acc_norm": 0.7757847533632287, "acc_norm_stderr": 0.027991534258519524 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.8702290076335878, "acc_stderr": 0.029473649496907065, "acc_norm": 0.8702290076335878, "acc_norm_stderr": 0.029473649496907065 }, "harness|hendrycksTest-international_law|5": { "acc": 0.8677685950413223, "acc_stderr": 0.03092278832044579, "acc_norm": 0.8677685950413223, "acc_norm_stderr": 0.03092278832044579 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.8148148148148148, "acc_stderr": 0.03755265865037181, "acc_norm": 0.8148148148148148, "acc_norm_stderr": 0.03755265865037181 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.8159509202453987, "acc_stderr": 0.030446777687971726, "acc_norm": 0.8159509202453987, "acc_norm_stderr": 0.030446777687971726 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.6160714285714286, "acc_stderr": 0.04616143075028546, "acc_norm": 0.6160714285714286, "acc_norm_stderr": 0.04616143075028546 }, "harness|hendrycksTest-management|5": { "acc": 0.8155339805825242, "acc_stderr": 0.03840423627288276, "acc_norm": 0.8155339805825242, "acc_norm_stderr": 0.03840423627288276 }, "harness|hendrycksTest-marketing|5": { "acc": 0.9017094017094017, "acc_stderr": 0.019503444900757567, "acc_norm": 0.9017094017094017, "acc_norm_stderr": 0.019503444900757567 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.69, "acc_stderr": 0.04648231987117316, "acc_norm": 0.69, "acc_norm_stderr": 0.04648231987117316 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.8646232439335888, "acc_stderr": 0.012234384586856488, "acc_norm": 0.8646232439335888, "acc_norm_stderr": 0.012234384586856488 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.8121387283236994, "acc_stderr": 0.021029269752423217, "acc_norm": 0.8121387283236994, "acc_norm_stderr": 0.021029269752423217 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.40558659217877097, "acc_stderr": 0.016421670506339185, "acc_norm": 0.40558659217877097, "acc_norm_stderr": 0.016421670506339185 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.7777777777777778, "acc_stderr": 0.023805186524888156, "acc_norm": 0.7777777777777778, "acc_norm_stderr": 0.023805186524888156 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.7942122186495176, "acc_stderr": 0.022961339906764244, "acc_norm": 0.7942122186495176, "acc_norm_stderr": 0.022961339906764244 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.8364197530864198, "acc_stderr": 0.020581466138257117, "acc_norm": 0.8364197530864198, "acc_norm_stderr": 0.020581466138257117 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.5531914893617021, "acc_stderr": 0.02965823509766691, "acc_norm": 0.5531914893617021, "acc_norm_stderr": 0.02965823509766691 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.5658409387222947, "acc_stderr": 0.012659033237067253, "acc_norm": 0.5658409387222947, "acc_norm_stderr": 0.012659033237067253 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.75, "acc_stderr": 0.026303648393696036, "acc_norm": 0.75, "acc_norm_stderr": 0.026303648393696036 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.7728758169934641, "acc_stderr": 0.016949853279212373, "acc_norm": 0.7728758169934641, "acc_norm_stderr": 0.016949853279212373 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.7090909090909091, "acc_stderr": 0.04350271442923243, "acc_norm": 0.7090909090909091, "acc_norm_stderr": 0.04350271442923243 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.8163265306122449, "acc_stderr": 0.024789071332007636, "acc_norm": 0.8163265306122449, "acc_norm_stderr": 0.024789071332007636 }, "harness|hendrycksTest-sociology|5": { "acc": 0.8905472636815921, "acc_stderr": 0.022076326101824667, "acc_norm": 0.8905472636815921, "acc_norm_stderr": 0.022076326101824667 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.91, "acc_stderr": 0.028762349126466125, "acc_norm": 0.91, "acc_norm_stderr": 0.028762349126466125 }, "harness|hendrycksTest-virology|5": { "acc": 0.5421686746987951, "acc_stderr": 0.0387862677100236, "acc_norm": 0.5421686746987951, "acc_norm_stderr": 0.0387862677100236 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.8538011695906432, "acc_stderr": 0.027097290118070806, "acc_norm": 0.8538011695906432, "acc_norm_stderr": 0.027097290118070806 }, "harness|truthfulqa:mc|0": { "mc1": 0.44920440636474906, "mc1_stderr": 0.017412941986115305, "mc2": 0.6247452534043703, "mc2_stderr": 0.01525624326187566 }, "harness|winogrande|5": { "acc": 0.8208366219415943, "acc_stderr": 0.010777949156047987 }, "harness|gsm8k|5": { "acc": 0.3639120545868082, "acc_stderr": 0.013252539227966193 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_llmixer__BigWeave-v20-110b
[ "region:us" ]
2024-02-16T10:43:51+00:00
{"pretty_name": "Evaluation run of llmixer/BigWeave-v20-110b", "dataset_summary": "Dataset automatically created during the evaluation run of model [llmixer/BigWeave-v20-110b](https://huggingface.co/llmixer/BigWeave-v20-110b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_llmixer__BigWeave-v20-110b\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-02-16T10:41:33.075058](https://huggingface.co/datasets/open-llm-leaderboard/details_llmixer__BigWeave-v20-110b/blob/main/results_2024-02-16T10-41-33.075058.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 \"acc\": 0.7006598594902614,\n \"acc_stderr\": 0.030334879953044784,\n \"acc_norm\": 0.7077385502169132,\n \"acc_norm_stderr\": 0.03092785311503184,\n \"mc1\": 0.44920440636474906,\n \"mc1_stderr\": 0.017412941986115305,\n \"mc2\": 0.6247452534043703,\n \"mc2_stderr\": 0.01525624326187566\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.6484641638225256,\n \"acc_stderr\": 0.013952413699600935,\n \"acc_norm\": 0.681740614334471,\n \"acc_norm_stderr\": 0.013611993916971453\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.7175861382194781,\n \"acc_stderr\": 0.004492535748097629,\n \"acc_norm\": 0.885381398127863,\n \"acc_norm_stderr\": 0.0031791005658879977\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.37,\n \"acc_stderr\": 0.04852365870939098,\n \"acc_norm\": 0.37,\n \"acc_norm_stderr\": 0.04852365870939098\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5925925925925926,\n \"acc_stderr\": 0.04244633238353228,\n \"acc_norm\": 0.5925925925925926,\n \"acc_norm_stderr\": 0.04244633238353228\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.7894736842105263,\n \"acc_stderr\": 0.03317672787533157,\n \"acc_norm\": 0.7894736842105263,\n \"acc_norm_stderr\": 0.03317672787533157\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.74,\n \"acc_stderr\": 0.04408440022768081,\n \"acc_norm\": 0.74,\n \"acc_norm_stderr\": 0.04408440022768081\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.7283018867924528,\n \"acc_stderr\": 0.027377706624670716,\n \"acc_norm\": 0.7283018867924528,\n \"acc_norm_stderr\": 0.027377706624670716\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.8541666666666666,\n \"acc_stderr\": 0.02951424596429177,\n \"acc_norm\": 0.8541666666666666,\n \"acc_norm_stderr\": 0.02951424596429177\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.49,\n \"acc_stderr\": 0.05024183937956912,\n \"acc_norm\": 0.49,\n \"acc_norm_stderr\": 0.05024183937956912\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.57,\n \"acc_stderr\": 0.049756985195624284,\n \"acc_norm\": 0.57,\n \"acc_norm_stderr\": 0.049756985195624284\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.39,\n \"acc_stderr\": 0.04902071300001975,\n \"acc_norm\": 0.39,\n \"acc_norm_stderr\": 0.04902071300001975\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6878612716763006,\n \"acc_stderr\": 0.035331333893236574,\n \"acc_norm\": 0.6878612716763006,\n \"acc_norm_stderr\": 0.035331333893236574\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.39215686274509803,\n \"acc_stderr\": 0.04858083574266345,\n \"acc_norm\": 0.39215686274509803,\n \"acc_norm_stderr\": 0.04858083574266345\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.79,\n \"acc_stderr\": 0.040936018074033256,\n \"acc_norm\": 0.79,\n \"acc_norm_stderr\": 0.040936018074033256\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.6893617021276596,\n \"acc_stderr\": 0.03025123757921317,\n \"acc_norm\": 0.6893617021276596,\n \"acc_norm_stderr\": 0.03025123757921317\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.5263157894736842,\n \"acc_stderr\": 0.046970851366478626,\n \"acc_norm\": 0.5263157894736842,\n \"acc_norm_stderr\": 0.046970851366478626\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.6344827586206897,\n \"acc_stderr\": 0.04013124195424386,\n \"acc_norm\": 0.6344827586206897,\n \"acc_norm_stderr\": 0.04013124195424386\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.46296296296296297,\n \"acc_stderr\": 0.025680564640056882,\n \"acc_norm\": 0.46296296296296297,\n \"acc_norm_stderr\": 0.025680564640056882\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.48412698412698413,\n \"acc_stderr\": 0.04469881854072606,\n \"acc_norm\": 0.48412698412698413,\n \"acc_norm_stderr\": 0.04469881854072606\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.51,\n \"acc_stderr\": 0.05024183937956912,\n \"acc_norm\": 0.51,\n \"acc_norm_stderr\": 0.05024183937956912\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.8516129032258064,\n \"acc_stderr\": 0.020222737554330385,\n \"acc_norm\": 0.8516129032258064,\n \"acc_norm_stderr\": 0.020222737554330385\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.5566502463054187,\n \"acc_stderr\": 0.03495334582162933,\n \"acc_norm\": 0.5566502463054187,\n \"acc_norm_stderr\": 0.03495334582162933\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.74,\n \"acc_stderr\": 0.04408440022768079,\n \"acc_norm\": 0.74,\n \"acc_norm_stderr\": 0.04408440022768079\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.8303030303030303,\n \"acc_stderr\": 0.029311188674983137,\n \"acc_norm\": 0.8303030303030303,\n \"acc_norm_stderr\": 0.029311188674983137\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.8838383838383839,\n \"acc_stderr\": 0.022828881775249377,\n \"acc_norm\": 0.8838383838383839,\n \"acc_norm_stderr\": 0.022828881775249377\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.9222797927461139,\n \"acc_stderr\": 0.019321805557223157,\n \"acc_norm\": 0.9222797927461139,\n \"acc_norm_stderr\": 0.019321805557223157\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.7128205128205128,\n \"acc_stderr\": 0.022939925418530616,\n \"acc_norm\": 0.7128205128205128,\n \"acc_norm_stderr\": 0.022939925418530616\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.34444444444444444,\n \"acc_stderr\": 0.028972648884844267,\n \"acc_norm\": 0.34444444444444444,\n \"acc_norm_stderr\": 0.028972648884844267\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.8025210084033614,\n \"acc_stderr\": 0.025859164122051456,\n \"acc_norm\": 0.8025210084033614,\n \"acc_norm_stderr\": 0.025859164122051456\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.5099337748344371,\n \"acc_stderr\": 0.04081677107248437,\n \"acc_norm\": 0.5099337748344371,\n \"acc_norm_stderr\": 0.04081677107248437\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.8844036697247707,\n \"acc_stderr\": 0.01370874953417264,\n \"acc_norm\": 0.8844036697247707,\n \"acc_norm_stderr\": 0.01370874953417264\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.625,\n \"acc_stderr\": 0.033016908987210894,\n \"acc_norm\": 0.625,\n \"acc_norm_stderr\": 0.033016908987210894\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.9068627450980392,\n \"acc_stderr\": 0.020397853969426998,\n \"acc_norm\": 0.9068627450980392,\n \"acc_norm_stderr\": 0.020397853969426998\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.8945147679324894,\n \"acc_stderr\": 0.019995560723758556,\n \"acc_norm\": 0.8945147679324894,\n \"acc_norm_stderr\": 0.019995560723758556\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.7757847533632287,\n \"acc_stderr\": 0.027991534258519524,\n \"acc_norm\": 0.7757847533632287,\n \"acc_norm_stderr\": 0.027991534258519524\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.8702290076335878,\n \"acc_stderr\": 0.029473649496907065,\n \"acc_norm\": 0.8702290076335878,\n \"acc_norm_stderr\": 0.029473649496907065\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.8677685950413223,\n \"acc_stderr\": 0.03092278832044579,\n \"acc_norm\": 0.8677685950413223,\n \"acc_norm_stderr\": 0.03092278832044579\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.8148148148148148,\n \"acc_stderr\": 0.03755265865037181,\n \"acc_norm\": 0.8148148148148148,\n \"acc_norm_stderr\": 0.03755265865037181\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.8159509202453987,\n \"acc_stderr\": 0.030446777687971726,\n \"acc_norm\": 0.8159509202453987,\n \"acc_norm_stderr\": 0.030446777687971726\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.6160714285714286,\n \"acc_stderr\": 0.04616143075028546,\n \"acc_norm\": 0.6160714285714286,\n \"acc_norm_stderr\": 0.04616143075028546\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.8155339805825242,\n \"acc_stderr\": 0.03840423627288276,\n \"acc_norm\": 0.8155339805825242,\n \"acc_norm_stderr\": 0.03840423627288276\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.9017094017094017,\n \"acc_stderr\": 0.019503444900757567,\n \"acc_norm\": 0.9017094017094017,\n \"acc_norm_stderr\": 0.019503444900757567\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.69,\n \"acc_stderr\": 0.04648231987117316,\n \"acc_norm\": 0.69,\n \"acc_norm_stderr\": 0.04648231987117316\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.8646232439335888,\n \"acc_stderr\": 0.012234384586856488,\n \"acc_norm\": 0.8646232439335888,\n \"acc_norm_stderr\": 0.012234384586856488\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.8121387283236994,\n \"acc_stderr\": 0.021029269752423217,\n \"acc_norm\": 0.8121387283236994,\n \"acc_norm_stderr\": 0.021029269752423217\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.40558659217877097,\n \"acc_stderr\": 0.016421670506339185,\n \"acc_norm\": 0.40558659217877097,\n \"acc_norm_stderr\": 0.016421670506339185\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.7777777777777778,\n \"acc_stderr\": 0.023805186524888156,\n \"acc_norm\": 0.7777777777777778,\n \"acc_norm_stderr\": 0.023805186524888156\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.7942122186495176,\n \"acc_stderr\": 0.022961339906764244,\n \"acc_norm\": 0.7942122186495176,\n \"acc_norm_stderr\": 0.022961339906764244\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.8364197530864198,\n \"acc_stderr\": 0.020581466138257117,\n \"acc_norm\": 0.8364197530864198,\n \"acc_norm_stderr\": 0.020581466138257117\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.5531914893617021,\n \"acc_stderr\": 0.02965823509766691,\n \"acc_norm\": 0.5531914893617021,\n \"acc_norm_stderr\": 0.02965823509766691\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.5658409387222947,\n \"acc_stderr\": 0.012659033237067253,\n \"acc_norm\": 0.5658409387222947,\n \"acc_norm_stderr\": 0.012659033237067253\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.75,\n \"acc_stderr\": 0.026303648393696036,\n \"acc_norm\": 0.75,\n \"acc_norm_stderr\": 0.026303648393696036\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.7728758169934641,\n \"acc_stderr\": 0.016949853279212373,\n \"acc_norm\": 0.7728758169934641,\n \"acc_norm_stderr\": 0.016949853279212373\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.7090909090909091,\n \"acc_stderr\": 0.04350271442923243,\n \"acc_norm\": 0.7090909090909091,\n \"acc_norm_stderr\": 0.04350271442923243\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.8163265306122449,\n \"acc_stderr\": 0.024789071332007636,\n \"acc_norm\": 0.8163265306122449,\n \"acc_norm_stderr\": 0.024789071332007636\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.8905472636815921,\n \"acc_stderr\": 0.022076326101824667,\n \"acc_norm\": 0.8905472636815921,\n \"acc_norm_stderr\": 0.022076326101824667\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.91,\n \"acc_stderr\": 0.028762349126466125,\n \"acc_norm\": 0.91,\n \"acc_norm_stderr\": 0.028762349126466125\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.5421686746987951,\n \"acc_stderr\": 0.0387862677100236,\n \"acc_norm\": 0.5421686746987951,\n \"acc_norm_stderr\": 0.0387862677100236\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.8538011695906432,\n \"acc_stderr\": 0.027097290118070806,\n \"acc_norm\": 0.8538011695906432,\n \"acc_norm_stderr\": 0.027097290118070806\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.44920440636474906,\n \"mc1_stderr\": 0.017412941986115305,\n \"mc2\": 0.6247452534043703,\n \"mc2_stderr\": 0.01525624326187566\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.8208366219415943,\n \"acc_stderr\": 0.010777949156047987\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.3639120545868082,\n \"acc_stderr\": 0.013252539227966193\n }\n}\n```", "repo_url": "https://huggingface.co/llmixer/BigWeave-v20-110b", "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": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|arc:challenge|25_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|gsm8k|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hellaswag|10_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T10-41-33.075058.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["**/details_harness|winogrande|5_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-02-16T10-41-33.075058.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_02_16T10_41_33.075058", "path": ["results_2024-02-16T10-41-33.075058.parquet"]}, {"split": "latest", "path": ["results_2024-02-16T10-41-33.075058.parquet"]}]}]}
2024-02-16T10:44:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of llmixer/BigWeave-v20-110b Dataset automatically created during the evaluation run of model llmixer/BigWeave-v20-110b on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-02-16T10:41:33.075058(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of llmixer/BigWeave-v20-110b\n\n\n\nDataset automatically created during the evaluation run of model llmixer/BigWeave-v20-110b on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T10:41:33.075058(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of llmixer/BigWeave-v20-110b\n\n\n\nDataset automatically created during the evaluation run of model llmixer/BigWeave-v20-110b on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T10:41:33.075058(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 187, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of llmixer/BigWeave-v20-110b\n\n\n\nDataset automatically created during the evaluation run of model llmixer/BigWeave-v20-110b on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-02-16T10:41:33.075058(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]## Dataset Card Contact" ]
[ -0.05083422362804413, 0.19742071628570557, -0.0054834564216434956, 0.04260274022817612, 0.09084908664226532, -0.012266391888260841, 0.03506666421890259, 0.10344201326370239, 0.01894649676978588, 0.17664247751235962, -0.02124396339058876, 0.11454629898071289, 0.06848060339689255, 0.12966379523277283, 0.026630911976099014, -0.13836053013801575, 0.018986713141202927, -0.09038195013999939, 0.07611973583698273, 0.08455610275268555, 0.07416931539773941, -0.08807729184627533, 0.06943021714687347, -0.025497347116470337, 0.024518180638551712, -0.012903829105198383, -0.08011035621166229, -0.02983264811336994, 0.09336356818675995, 0.11773407459259033, 0.02651498094201088, -0.0278327539563179, 0.01930058002471924, -0.268079936504364, 0.014030585996806622, 0.09064023941755295, -0.0017729583196341991, 0.033701419830322266, 0.1366860270500183, -0.0693829208612442, 0.0955900102853775, -0.036978866904973984, 0.06854002177715302, 0.05952282249927521, -0.11018657684326172, -0.13956928253173828, -0.14217230677604675, -0.0029360917396843433, 0.05975884199142456, 0.048077553510665894, -0.024944884702563286, 0.13850897550582886, -0.061438221484422684, 0.0546119399368763, 0.1358264535665512, -0.10014542937278748, -0.017682325094938278, 0.05475388094782829, 0.015260104089975357, 0.06613358110189438, -0.08879605680704117, -0.026899781078100204, 0.03220503777265549, 0.05291806161403656, 0.004646705463528633, 0.013716205023229122, -0.028201989829540253, 0.0156635083258152, -0.13446182012557983, -0.12220881879329681, 0.1561347246170044, 0.0036888252943754196, -0.042084887623786926, -0.189910426735878, -0.010626127943396568, -0.0010261069983243942, 0.0015722165117040277, -0.006751468405127525, 0.005404090043157339, -0.025849144905805588, 0.10671535134315491, -0.014213209971785545, -0.10080093145370483, -0.025717927142977715, -0.022869715467095375, 0.07685476541519165, 0.01666947640478611, -0.007775644306093454, 0.005731948185712099, 0.10975214093923569, -0.009433587081730366, -0.0716627687215805, -0.07952366769313812, -0.05317562818527222, -0.12334516644477844, -0.0487033948302269, 0.012036995962262154, -0.06424982845783234, 0.043890781700611115, 0.2196132391691208, -0.017560604959726334, 0.024298304691910744, -0.10620981454849243, 0.012460654601454735, 0.12421350181102753, 0.06577906757593155, -0.08129819482564926, -0.05228312313556671, -0.0264023095369339, 0.025584828108549118, 0.0374840646982193, -0.010777095332741737, 0.005950458813458681, 0.053142957389354706, 0.014565231278538704, 0.12092550098896027, 0.11997240781784058, 0.038013357669115067, -0.0779392272233963, -0.023509632796049118, 0.224659264087677, -0.1472046971321106, -0.011712375096976757, 0.021450255066156387, -0.05099321901798248, -0.1097208559513092, 0.06369312107563019, -0.008720636367797852, -0.05068119987845421, 0.1259026974439621, -0.042781930416822433, -0.06926079094409943, -0.0808010995388031, -0.0619969516992569, 0.055226076394319534, 0.03955644741654396, -0.042691297829151154, -0.06763879209756851, -0.09732937067747116, -0.08950559794902802, 0.03234974667429924, -0.06728436052799225, -0.024763330817222595, 0.0156759861856699, -0.01062189880758524, -0.01659242808818817, -0.006281926296651363, 0.11202366650104523, -0.057743288576602936, 0.03920436277985573, -0.00015641096979379654, 0.0269638579338789, 0.0903434306383133, 0.044132083654403687, -0.11554399132728577, 0.07008586823940277, -0.1417284905910492, 0.10041996836662292, -0.10924386978149414, -0.008892971090972424, -0.12334746867418289, -0.017490621656179428, -0.019293418154120445, 0.0447084978222847, -0.02846580743789673, 0.08469665795564651, -0.22077655792236328, 0.006378498859703541, 0.1500629484653473, -0.10961182415485382, -0.08687703311443329, 0.0894077867269516, -0.044366903603076935, 0.06674246490001678, 0.03957763686776161, 0.09742968529462814, 0.11180397868156433, -0.06581468880176544, -0.09192635864019394, -0.06063532829284668, -0.034219760447740555, 0.14786218106746674, 0.0649891123175621, -0.07692113518714905, 0.1043427437543869, 0.05232107639312744, -0.016178321093320847, -0.07576243579387665, 0.003935726825147867, -0.06641693413257599, -0.013025946915149689, -0.0730794221162796, -0.053850628435611725, -0.011414877139031887, -0.07534576952457428, -0.015600543469190598, -0.08528006076812744, -0.01029467023909092, 0.1015561893582344, -0.014584193006157875, 0.007968729361891747, -0.07504419982433319, 0.03540535643696785, 0.008782217279076576, 0.013589348644018173, -0.21536295115947723, -0.09826549887657166, 0.025777991861104965, -0.17914561927318573, 0.050558559596538544, 0.034800972789525986, 0.014177326112985611, 0.04043572396039963, -0.002469537779688835, 0.03280751034617424, 0.029427919536828995, -0.02053077146410942, -0.009131927974522114, -0.14067873358726501, -0.05512997508049011, -0.08931301534175873, 0.0748448446393013, -0.14163973927497864, -0.01768803596496582, 0.07125778496265411, 0.1430075466632843, 0.025546934455633163, -0.08059771358966827, 0.0659673735499382, 0.009631182998418808, -0.04580604285001755, -0.053315117955207825, -0.0015378911048173904, -0.03272261098027229, 0.031246937811374664, 0.023868320509791374, -0.20494389533996582, -0.09607133269309998, 0.06993368268013, 0.12049926072359085, -0.06881068646907806, -0.10148513317108154, -0.060352765023708344, -0.06174571439623833, -0.08758656680583954, -0.0654665157198906, 0.08038973808288574, 0.09143250435590744, 0.04415249451994896, -0.060708608478307724, -0.058676578104496, 0.004672917537391186, 0.062048573046922684, -0.06614862382411957, 0.11275533586740494, 0.08194568008184433, -0.06559225171804428, 0.10135017335414886, -0.03352457284927368, 0.0981079638004303, 0.06620178371667862, 0.027906224131584167, -0.09295064210891724, 0.0031120949424803257, 0.06836159527301788, 0.04301004856824875, 0.06301447749137878, -0.056880101561546326, 0.03499729931354523, 0.08502204716205597, -0.020220579579472542, 0.03630642592906952, -0.05932950973510742, 0.03113342821598053, 0.04122742637991905, 0.002629786729812622, 0.015946287661790848, 0.015517253428697586, 0.016690855845808983, 0.07933886349201202, 0.02081461250782013, 0.09782087802886963, -0.014156630262732506, -0.05192161351442337, -0.09473264217376709, 0.14373084902763367, -0.08694835007190704, -0.28012457489967346, -0.16431456804275513, -0.04287789389491081, -0.045563481748104095, -0.017132170498371124, 0.05978560075163841, -0.01078411377966404, -0.10863826423883438, -0.1054660901427269, 0.049298983067274094, 0.03853919357061386, -0.13048022985458374, -0.05547334998846054, 0.06209944188594818, -0.0036346339620649815, -0.16875691711902618, 0.04097016155719757, 0.05202221870422363, -0.06267940998077393, -0.0031144926324486732, 0.09100338816642761, 0.10565252602100372, 0.08268268406391144, 0.07272931188344955, -0.022278251126408577, -0.005586675368249416, 0.17820590734481812, -0.11307559907436371, 0.029703233391046524, 0.11957182735204697, -0.04421583563089371, 0.06539925187826157, 0.1775943785905838, 0.020164161920547485, -0.09405920654535294, 0.05458521842956543, 0.08973439037799835, -0.0651654303073883, -0.24641939997673035, -0.1219668984413147, -0.03395378962159157, 0.0014853770844638348, 0.10366597771644592, 0.07028651982545853, 0.0013378392904996872, 0.01396056916564703, -0.11111611127853394, -0.02396683394908905, -0.05140290409326553, 0.0646417886018753, 0.079774409532547, -0.004669070243835449, 0.04049140214920044, -0.0432920902967453, 0.015554280951619148, 0.11572960019111633, 0.04030244052410126, 0.1409604251384735, -0.05098772794008255, 0.18342730402946472, 0.08318508416414261, 0.0664546936750412, -0.03878151625394821, 0.045866768807172775, -0.016735274344682693, 0.058961689472198486, -0.010973064228892326, -0.10821689665317535, -0.05784566327929497, 0.10696658492088318, 0.03900636360049248, -0.06190648674964905, 0.03093017265200615, -0.06375332176685333, 0.0402374304831028, 0.18051758408546448, -0.031285207718610764, -0.1375836879014969, -0.053934816271066666, 0.055225685238838196, -0.029130375012755394, -0.09546995162963867, -0.0010190941393375397, 0.08576008677482605, -0.1384141445159912, 0.019427631050348282, -0.031062185764312744, 0.07850699126720428, -0.1400342434644699, -0.021122246980667114, -0.01145871076732874, 0.0533168762922287, 0.0009919153526425362, 0.1215192973613739, -0.1483679860830307, 0.08564683794975281, -0.0028652409091591835, 0.017827503383159637, -0.11436938494443893, 0.05608473718166351, -0.030229637399315834, -0.05665010213851929, 0.13754339516162872, -0.01014778297394514, -0.09901545196771622, -0.054105184972286224, -0.10410350561141968, -0.008073987439274788, 0.05556032061576843, -0.09298594295978546, 0.10296903550624847, 0.022451769560575485, -0.025733625516295433, -0.03430699557065964, -0.028402794152498245, -0.0967969298362732, -0.24548248946666718, 0.10804247856140137, -0.10787615180015564, 0.05546572059392929, -0.06597252190113068, -0.04497130960226059, -0.038502518087625504, 0.16941490769386292, -0.08802883327007294, -0.060539260506629944, -0.11025205999612808, -0.00669826427474618, 0.18975698947906494, -0.048036977648735046, 0.06540821492671967, -0.035542767494916916, 0.18196329474449158, -0.00794216524809599, -0.037294525653123856, 0.0006218281341716647, -0.09279404580593109, -0.17717361450195312, -0.04261062294244766, 0.11661578714847565, 0.06572427600622177, 0.01846427656710148, -0.005626401398330927, 0.012823434546589851, 0.013156650587916374, -0.09912094473838806, 0.026735015213489532, 0.137795090675354, 0.10926015675067902, 0.05056807026267052, -0.02080610767006874, -0.12559764087200165, -0.09395265579223633, -0.10009710490703583, 0.06430821865797043, 0.1686958521604538, -0.06462820619344711, 0.17434453964233398, 0.1363905668258667, -0.08801759779453278, -0.18766897916793823, -0.05648372322320938, 0.023549195379018784, -0.01720736362040043, 0.12804053723812103, -0.20207755267620087, 0.07824180275201797, 0.06943351030349731, -0.026838786900043488, 0.12941914796829224, -0.26700183749198914, -0.1344345659017563, 0.033011600375175476, 0.035444825887680054, -0.2303067147731781, -0.16725537180900574, -0.10649442672729492, -0.03354762867093086, -0.15821871161460876, 0.12529847025871277, 0.03581453114748001, 0.030220136046409607, -0.024228647351264954, 0.09960836172103882, 0.06360513716936111, -0.07055539637804031, 0.12880975008010864, -0.01765700802206993, 0.022358767688274384, -0.10475516319274902, -0.047203317284584045, -0.0029256902635097504, -0.04287870228290558, 0.08405332267284393, 0.016935298219323158, 0.051945578306913376, -0.08776827901601791, -0.0369008369743824, -0.0634644478559494, 0.055127814412117004, -0.07072004675865173, -0.052440330386161804, -0.06868543475866318, 0.08458209782838821, 0.08151399344205856, -0.009841502644121647, 0.0103263845667243, -0.04803214967250824, 0.03459502011537552, 0.20945921540260315, 0.11998797953128815, 0.049258168786764145, -0.1124613881111145, -0.029163211584091187, -0.009782237932085991, -0.0032581000123173, -0.11025220900774002, 0.04821540787816048, 0.09428001940250397, 0.045308467000722885, 0.08054663240909576, -0.02131766453385353, -0.17053118348121643, 0.001929932739585638, 0.08583852648735046, -0.08802203088998795, -0.1989256739616394, 0.030424386262893677, 0.15840521454811096, -0.1586567759513855, -0.06996943801641464, 0.07504329085350037, 0.024755917489528656, -0.03468219190835953, -0.0006548936944454908, 0.08313988149166107, 0.05904291942715645, 0.10355109721422195, 0.014266610145568848, 0.051649682223796844, -0.07606694102287292, 0.07936130464076996, 0.13720330595970154, -0.1244766116142273, 0.01284688338637352, 0.042141761630773544, -0.05289996787905693, -0.07105429470539093, 0.002462269738316536, -0.012131202965974808, 0.02402426302433014, -0.03547368198633194, 0.0314866304397583, -0.02399042621254921, 0.05530343949794769, 0.11559176445007324, 0.006137256044894457, 0.04291347414255142, 0.015787838026881218, -0.005939530208706856, -0.06750808656215668, 0.10964521765708923, 0.027454789727926254, 0.044753119349479675, -0.05256899818778038, 0.02812410145998001, 0.005323263816535473, -0.023320272564888, 0.020450199022889137, -0.04409056529402733, -0.06691071391105652, 0.004108950030058622, -0.157387375831604, 0.05460776388645172, -0.0867144912481308, 0.010999700054526329, 0.006228678859770298, -0.019463105127215385, -0.004898255690932274, 0.008078107610344887, -0.08177894353866577, -0.048889391124248505, -0.04577625170350075, 0.12968537211418152, -0.1929890215396881, -0.005466117523610592, 0.09014557301998138, -0.0721372663974762, 0.08131471276283264, -0.009679820388555527, -0.026801081374287605, 0.011180901899933815, -0.10239866375923157, -0.011637771502137184, -0.024267658591270447, 0.06342510133981705, 0.014615817926824093, -0.14559637010097504, -0.007667874917387962, 0.003316456452012062, -0.07934844493865967, -0.013158886693418026, 0.031320970505476, -0.16555725038051605, 0.05304967984557152, 0.07664991915225983, -0.04368925094604492, -0.045843541622161865, 0.041488565504550934, 0.04813704267144203, -0.008531367406249046, 0.10545146465301514, -0.002331356517970562, 0.03468389809131622, -0.1390451043844223, -0.041035376489162445, -0.004317096900194883, 0.008115419186651707, 0.03478404879570007, 0.024196185171604156, 0.03257070481777191, 0.0013619114179164171, 0.2279597818851471, -0.005406194366514683, 0.03154302388429642, 0.02160949818789959, -0.011909706518054008, -0.02223888784646988, 0.02905164286494255, 0.025727201253175735, -0.0015203682705760002, 0.02349153906106949, 0.02602764219045639, -0.032685454934835434, -0.05802076309919357, -0.024372298270463943, 0.07129539549350739, 0.1396465301513672, 0.14288212358951569, -0.0395975187420845, 0.06839405745267868, -0.16506102681159973, -0.05722859501838684, 0.012300766073167324, -0.04956132173538208, 0.0506393201649189, -0.08509480953216553, 0.05972544103860855, 0.07184767723083496, -0.09375722706317902, 0.14815405011177063, -0.061323121190071106, -0.02710646018385887, -0.03402002155780792, -0.16441458463668823, -0.04113379120826721, 0.023256449028849602, 0.0012113157426938415, -0.09173319488763809, 0.11895816028118134, 0.12482993304729462, -0.006154214963316917, -0.01081043016165495, 0.09657984972000122, -0.0657360628247261, -0.05444055795669556, -0.02312709204852581, 0.0039899637922644615, 0.010934591293334961, 0.005742658860981464, 0.07817575335502625, 0.012255659326910973, 0.053780123591423035, 0.07124907523393631, 0.1082155704498291, 0.0290340855717659, 0.005404951982200146, -0.044957052916288376, -0.05372108519077301, -0.005827771499752998, -0.018619325011968613, -0.05804478004574776, 0.19582125544548035, 0.048981960862874985, 0.011495154350996017, 0.007343220990151167, 0.21786794066429138, -0.013508964329957962, -0.07020683586597443, -0.12248683720827103, 0.1347445249557495, 0.0035504307597875595, 0.018802732229232788, 0.019529633224010468, -0.12066657841205597, 0.029598454013466835, 0.1615300476551056, 0.1108115017414093, 0.04196644574403763, 0.013286374509334564, 0.04371631145477295, 0.024823695421218872, -0.03591024875640869, 0.053941190242767334, 0.03425098955631256, 0.2428070306777954, -0.055486660450696945, 0.07863668352365494, -0.006720573175698519, -0.003403583774343133, -0.023050948977470398, 0.09521317481994629, -0.03987091779708862, 0.019329413771629333, -0.06320658326148987, 0.08950848132371902, -0.06575675308704376, -0.2488127499818802, -0.014203363098204136, -0.07566946744918823, -0.14189544320106506, -0.017372773960232735, 0.03779612481594086, -0.009756453335285187, 0.04293079301714897, 0.030204130336642265, -0.03507641702890396, 0.18576520681381226, -0.000025979941710829735, -0.09247510135173798, -0.06070084124803543, 0.06607960164546967, -0.028955906629562378, 0.27899593114852905, 0.000911087030544877, 0.07284875214099884, 0.09346345067024231, -0.02390037290751934, -0.14770632982254028, 0.018459361046552658, 0.09223738312721252, -0.05893677845597267, 0.07064690440893173, 0.16640841960906982, -0.021386489272117615, 0.13938234746456146, 0.03777153044939041, -0.021427180618047714, 0.06907916069030762, 0.06936776638031006, 0.043942056596279144, -0.10344965755939484, 0.07079777866601944, -0.08434808254241943, 0.13309785723686218, 0.11510052531957626, -0.017121369019150734, -0.007985692471265793, -0.05868980288505554, 0.06782522797584534, -0.026361148804426193, 0.14564332365989685, -0.022906655445694923, -0.15960654616355896, 0.04402850568294525, 0.017720047384500504, 0.05984397977590561, -0.22852399945259094, -0.05788125842809677, 0.10710671544075012, -0.04390200972557068, 0.012568823993206024, 0.08272548019886017, 0.051814351230859756, 0.025278210639953613, -0.059327639639377594, -0.08375780284404755, 0.004213967826217413, 0.11791250109672546, -0.09373076260089874, -0.0383264422416687 ]
d26fa5f64870c21464cced5977d5a51135774a25
# Dataset Card for Evaluation run of logicker/SkkuDS-DPO-72B-v1 <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [logicker/SkkuDS-DPO-72B-v1](https://huggingface.co/logicker/SkkuDS-DPO-72B-v1) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_logicker__SkkuDS-DPO-72B-v1", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-02-16T10:55:52.095277](https://huggingface.co/datasets/open-llm-leaderboard/details_logicker__SkkuDS-DPO-72B-v1/blob/main/results_2024-02-16T10-55-52.095277.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": { "acc": 0.7681185312998495, "acc_stderr": 0.02797672385731024, "acc_norm": 0.7728008468755523, "acc_norm_stderr": 0.02849748439769033, "mc1": 0.41370869033047736, "mc1_stderr": 0.0172408618120998, "mc2": 0.595432675425976, "mc2_stderr": 0.014511387340720846 }, "harness|arc:challenge|25": { "acc": 0.6271331058020477, "acc_stderr": 0.014131176760131172, "acc_norm": 0.659556313993174, "acc_norm_stderr": 0.013847460518892978 }, "harness|hellaswag|10": { "acc": 0.6671977693686517, "acc_stderr": 0.004702533775930293, "acc_norm": 0.8599880501892053, "acc_norm_stderr": 0.0034629026011361893 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.43, "acc_stderr": 0.049756985195624284, "acc_norm": 0.43, "acc_norm_stderr": 0.049756985195624284 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.7333333333333333, "acc_stderr": 0.038201699145179055, "acc_norm": 0.7333333333333333, "acc_norm_stderr": 0.038201699145179055 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.881578947368421, "acc_stderr": 0.026293995855474928, "acc_norm": 0.881578947368421, "acc_norm_stderr": 0.026293995855474928 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.8, "acc_stderr": 0.04020151261036845, "acc_norm": 0.8, "acc_norm_stderr": 0.04020151261036845 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.8226415094339623, "acc_stderr": 0.023508739218846934, "acc_norm": 0.8226415094339623, "acc_norm_stderr": 0.023508739218846934 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.9166666666666666, "acc_stderr": 0.023112508176051236, "acc_norm": 0.9166666666666666, "acc_norm_stderr": 0.023112508176051236 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.53, "acc_stderr": 0.05016135580465919, "acc_norm": 0.53, "acc_norm_stderr": 0.05016135580465919 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.65, "acc_stderr": 0.04793724854411019, "acc_norm": 0.65, "acc_norm_stderr": 0.04793724854411019 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.57, "acc_stderr": 0.04975698519562428, "acc_norm": 0.57, "acc_norm_stderr": 0.04975698519562428 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.7514450867052023, "acc_stderr": 0.03295304696818317, "acc_norm": 0.7514450867052023, "acc_norm_stderr": 0.03295304696818317 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.5490196078431373, "acc_stderr": 0.049512182523962604, "acc_norm": 0.5490196078431373, "acc_norm_stderr": 0.049512182523962604 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.82, "acc_stderr": 0.03861229196653695, "acc_norm": 0.82, "acc_norm_stderr": 0.03861229196653695 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.8042553191489362, "acc_stderr": 0.025937853139977148, "acc_norm": 0.8042553191489362, "acc_norm_stderr": 0.025937853139977148 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.5877192982456141, "acc_stderr": 0.046306532033665956, "acc_norm": 0.5877192982456141, "acc_norm_stderr": 0.046306532033665956 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.7862068965517242, "acc_stderr": 0.03416520447747549, "acc_norm": 0.7862068965517242, "acc_norm_stderr": 0.03416520447747549 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.7116402116402116, "acc_stderr": 0.02333065405453588, "acc_norm": 0.7116402116402116, "acc_norm_stderr": 0.02333065405453588 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.5952380952380952, "acc_stderr": 0.04390259265377563, "acc_norm": 0.5952380952380952, "acc_norm_stderr": 0.04390259265377563 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.52, "acc_stderr": 0.050211673156867795, "acc_norm": 0.52, "acc_norm_stderr": 0.050211673156867795 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.8838709677419355, "acc_stderr": 0.018225757949432306, "acc_norm": 0.8838709677419355, "acc_norm_stderr": 0.018225757949432306 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.6551724137931034, "acc_stderr": 0.03344283744280459, "acc_norm": 0.6551724137931034, "acc_norm_stderr": 0.03344283744280459 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.83, "acc_stderr": 0.03775251680686371, "acc_norm": 0.83, "acc_norm_stderr": 0.03775251680686371 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.8545454545454545, "acc_stderr": 0.027530196355066573, "acc_norm": 0.8545454545454545, "acc_norm_stderr": 0.027530196355066573 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.9343434343434344, "acc_stderr": 0.01764652667723333, "acc_norm": 0.9343434343434344, "acc_norm_stderr": 0.01764652667723333 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.9896373056994818, "acc_stderr": 0.007308424386792194, "acc_norm": 0.9896373056994818, "acc_norm_stderr": 0.007308424386792194 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.8153846153846154, "acc_stderr": 0.01967163241310029, "acc_norm": 0.8153846153846154, "acc_norm_stderr": 0.01967163241310029 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.5, "acc_stderr": 0.030485538042484616, "acc_norm": 0.5, "acc_norm_stderr": 0.030485538042484616 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.8445378151260504, "acc_stderr": 0.023536818625398904, "acc_norm": 0.8445378151260504, "acc_norm_stderr": 0.023536818625398904 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.5562913907284768, "acc_stderr": 0.04056527902281732, "acc_norm": 0.5562913907284768, "acc_norm_stderr": 0.04056527902281732 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.926605504587156, "acc_stderr": 0.011180976446357573, "acc_norm": 0.926605504587156, "acc_norm_stderr": 0.011180976446357573 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.6990740740740741, "acc_stderr": 0.03128039084329883, "acc_norm": 0.6990740740740741, "acc_norm_stderr": 0.03128039084329883 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.9313725490196079, "acc_stderr": 0.017744453647073322, "acc_norm": 0.9313725490196079, "acc_norm_stderr": 0.017744453647073322 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.9029535864978903, "acc_stderr": 0.019269323025640273, "acc_norm": 0.9029535864978903, "acc_norm_stderr": 0.019269323025640273 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.7982062780269058, "acc_stderr": 0.026936111912802273, "acc_norm": 0.7982062780269058, "acc_norm_stderr": 0.026936111912802273 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.8702290076335878, "acc_stderr": 0.029473649496907065, "acc_norm": 0.8702290076335878, "acc_norm_stderr": 0.029473649496907065 }, "harness|hendrycksTest-international_law|5": { "acc": 0.9090909090909091, "acc_stderr": 0.026243194054073892, "acc_norm": 0.9090909090909091, "acc_norm_stderr": 0.026243194054073892 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.8518518518518519, "acc_stderr": 0.03434300243630999, "acc_norm": 0.8518518518518519, "acc_norm_stderr": 0.03434300243630999 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.8711656441717791, "acc_stderr": 0.02632138319878367, "acc_norm": 0.8711656441717791, "acc_norm_stderr": 0.02632138319878367 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.6607142857142857, "acc_stderr": 0.044939490686135404, "acc_norm": 0.6607142857142857, "acc_norm_stderr": 0.044939490686135404 }, "harness|hendrycksTest-management|5": { "acc": 0.8640776699029126, "acc_stderr": 0.03393295729761011, "acc_norm": 0.8640776699029126, "acc_norm_stderr": 0.03393295729761011 }, "harness|hendrycksTest-marketing|5": { "acc": 0.9401709401709402, "acc_stderr": 0.015537514263253874, "acc_norm": 0.9401709401709402, "acc_norm_stderr": 0.015537514263253874 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.86, "acc_stderr": 0.034873508801977725, "acc_norm": 0.86, "acc_norm_stderr": 0.034873508801977725 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.9144316730523627, "acc_stderr": 0.010002965568647285, "acc_norm": 0.9144316730523627, "acc_norm_stderr": 0.010002965568647285 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.8352601156069365, "acc_stderr": 0.019971040982442262, "acc_norm": 0.8352601156069365, "acc_norm_stderr": 0.019971040982442262 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.6424581005586593, "acc_stderr": 0.01602939447489489, "acc_norm": 0.6424581005586593, "acc_norm_stderr": 0.01602939447489489 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.8562091503267973, "acc_stderr": 0.020091188936043728, "acc_norm": 0.8562091503267973, "acc_norm_stderr": 0.020091188936043728 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.8295819935691319, "acc_stderr": 0.02135534302826405, "acc_norm": 0.8295819935691319, "acc_norm_stderr": 0.02135534302826405 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.8611111111111112, "acc_stderr": 0.01924252622654454, "acc_norm": 0.8611111111111112, "acc_norm_stderr": 0.01924252622654454 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.624113475177305, "acc_stderr": 0.028893955412115882, "acc_norm": 0.624113475177305, "acc_norm_stderr": 0.028893955412115882 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.6140808344198174, "acc_stderr": 0.012433398911476134, "acc_norm": 0.6140808344198174, "acc_norm_stderr": 0.012433398911476134 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.8198529411764706, "acc_stderr": 0.023345163616544838, "acc_norm": 0.8198529411764706, "acc_norm_stderr": 0.023345163616544838 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.8088235294117647, "acc_stderr": 0.015908290136278067, "acc_norm": 0.8088235294117647, "acc_norm_stderr": 0.015908290136278067 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.7363636363636363, "acc_stderr": 0.04220224692971987, "acc_norm": 0.7363636363636363, "acc_norm_stderr": 0.04220224692971987 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.8326530612244898, "acc_stderr": 0.02389714476891452, "acc_norm": 0.8326530612244898, "acc_norm_stderr": 0.02389714476891452 }, "harness|hendrycksTest-sociology|5": { "acc": 0.8905472636815921, "acc_stderr": 0.022076326101824667, "acc_norm": 0.8905472636815921, "acc_norm_stderr": 0.022076326101824667 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.94, "acc_stderr": 0.023868325657594194, "acc_norm": 0.94, "acc_norm_stderr": 0.023868325657594194 }, "harness|hendrycksTest-virology|5": { "acc": 0.572289156626506, "acc_stderr": 0.03851597683718533, "acc_norm": 0.572289156626506, "acc_norm_stderr": 0.03851597683718533 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.8888888888888888, "acc_stderr": 0.024103384202072864, "acc_norm": 0.8888888888888888, "acc_norm_stderr": 0.024103384202072864 }, "harness|truthfulqa:mc|0": { "mc1": 0.41370869033047736, "mc1_stderr": 0.0172408618120998, "mc2": 0.595432675425976, "mc2_stderr": 0.014511387340720846 }, "harness|winogrande|5": { "acc": 0.8263614838200474, "acc_stderr": 0.010646116480330996 }, "harness|gsm8k|5": { "acc": 0.6588324488248674, "acc_stderr": 0.013059111935831497 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_logicker__SkkuDS-DPO-72B-v1
[ "region:us" ]
2024-02-16T10:57:59+00:00
{"pretty_name": "Evaluation run of logicker/SkkuDS-DPO-72B-v1", "dataset_summary": "Dataset automatically created during the evaluation run of model [logicker/SkkuDS-DPO-72B-v1](https://huggingface.co/logicker/SkkuDS-DPO-72B-v1) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_logicker__SkkuDS-DPO-72B-v1\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-02-16T10:55:52.095277](https://huggingface.co/datasets/open-llm-leaderboard/details_logicker__SkkuDS-DPO-72B-v1/blob/main/results_2024-02-16T10-55-52.095277.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 \"acc\": 0.7681185312998495,\n \"acc_stderr\": 0.02797672385731024,\n \"acc_norm\": 0.7728008468755523,\n \"acc_norm_stderr\": 0.02849748439769033,\n \"mc1\": 0.41370869033047736,\n \"mc1_stderr\": 0.0172408618120998,\n \"mc2\": 0.595432675425976,\n \"mc2_stderr\": 0.014511387340720846\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.6271331058020477,\n \"acc_stderr\": 0.014131176760131172,\n \"acc_norm\": 0.659556313993174,\n \"acc_norm_stderr\": 0.013847460518892978\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6671977693686517,\n \"acc_stderr\": 0.004702533775930293,\n \"acc_norm\": 0.8599880501892053,\n \"acc_norm_stderr\": 0.0034629026011361893\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.43,\n \"acc_stderr\": 0.049756985195624284,\n \"acc_norm\": 0.43,\n \"acc_norm_stderr\": 0.049756985195624284\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.7333333333333333,\n \"acc_stderr\": 0.038201699145179055,\n \"acc_norm\": 0.7333333333333333,\n \"acc_norm_stderr\": 0.038201699145179055\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.881578947368421,\n \"acc_stderr\": 0.026293995855474928,\n \"acc_norm\": 0.881578947368421,\n \"acc_norm_stderr\": 0.026293995855474928\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.8,\n \"acc_stderr\": 0.04020151261036845,\n \"acc_norm\": 0.8,\n \"acc_norm_stderr\": 0.04020151261036845\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.8226415094339623,\n \"acc_stderr\": 0.023508739218846934,\n \"acc_norm\": 0.8226415094339623,\n \"acc_norm_stderr\": 0.023508739218846934\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.9166666666666666,\n \"acc_stderr\": 0.023112508176051236,\n \"acc_norm\": 0.9166666666666666,\n \"acc_norm_stderr\": 0.023112508176051236\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.53,\n \"acc_stderr\": 0.05016135580465919,\n \"acc_norm\": 0.53,\n \"acc_norm_stderr\": 0.05016135580465919\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.65,\n \"acc_stderr\": 0.04793724854411019,\n \"acc_norm\": 0.65,\n \"acc_norm_stderr\": 0.04793724854411019\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.57,\n \"acc_stderr\": 0.04975698519562428,\n \"acc_norm\": 0.57,\n \"acc_norm_stderr\": 0.04975698519562428\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.7514450867052023,\n \"acc_stderr\": 0.03295304696818317,\n \"acc_norm\": 0.7514450867052023,\n \"acc_norm_stderr\": 0.03295304696818317\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.5490196078431373,\n \"acc_stderr\": 0.049512182523962604,\n \"acc_norm\": 0.5490196078431373,\n \"acc_norm_stderr\": 0.049512182523962604\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.82,\n \"acc_stderr\": 0.03861229196653695,\n \"acc_norm\": 0.82,\n \"acc_norm_stderr\": 0.03861229196653695\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.8042553191489362,\n \"acc_stderr\": 0.025937853139977148,\n \"acc_norm\": 0.8042553191489362,\n \"acc_norm_stderr\": 0.025937853139977148\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.5877192982456141,\n \"acc_stderr\": 0.046306532033665956,\n \"acc_norm\": 0.5877192982456141,\n \"acc_norm_stderr\": 0.046306532033665956\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.7862068965517242,\n \"acc_stderr\": 0.03416520447747549,\n \"acc_norm\": 0.7862068965517242,\n \"acc_norm_stderr\": 0.03416520447747549\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.7116402116402116,\n \"acc_stderr\": 0.02333065405453588,\n \"acc_norm\": 0.7116402116402116,\n \"acc_norm_stderr\": 0.02333065405453588\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.5952380952380952,\n \"acc_stderr\": 0.04390259265377563,\n \"acc_norm\": 0.5952380952380952,\n \"acc_norm_stderr\": 0.04390259265377563\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.52,\n \"acc_stderr\": 0.050211673156867795,\n \"acc_norm\": 0.52,\n \"acc_norm_stderr\": 0.050211673156867795\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.8838709677419355,\n \"acc_stderr\": 0.018225757949432306,\n \"acc_norm\": 0.8838709677419355,\n \"acc_norm_stderr\": 0.018225757949432306\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.6551724137931034,\n \"acc_stderr\": 0.03344283744280459,\n \"acc_norm\": 0.6551724137931034,\n \"acc_norm_stderr\": 0.03344283744280459\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.83,\n \"acc_stderr\": 0.03775251680686371,\n \"acc_norm\": 0.83,\n \"acc_norm_stderr\": 0.03775251680686371\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.8545454545454545,\n \"acc_stderr\": 0.027530196355066573,\n \"acc_norm\": 0.8545454545454545,\n \"acc_norm_stderr\": 0.027530196355066573\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.9343434343434344,\n \"acc_stderr\": 0.01764652667723333,\n \"acc_norm\": 0.9343434343434344,\n \"acc_norm_stderr\": 0.01764652667723333\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.9896373056994818,\n \"acc_stderr\": 0.007308424386792194,\n \"acc_norm\": 0.9896373056994818,\n \"acc_norm_stderr\": 0.007308424386792194\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.8153846153846154,\n \"acc_stderr\": 0.01967163241310029,\n \"acc_norm\": 0.8153846153846154,\n \"acc_norm_stderr\": 0.01967163241310029\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.5,\n \"acc_stderr\": 0.030485538042484616,\n \"acc_norm\": 0.5,\n \"acc_norm_stderr\": 0.030485538042484616\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.8445378151260504,\n \"acc_stderr\": 0.023536818625398904,\n \"acc_norm\": 0.8445378151260504,\n \"acc_norm_stderr\": 0.023536818625398904\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.5562913907284768,\n \"acc_stderr\": 0.04056527902281732,\n \"acc_norm\": 0.5562913907284768,\n \"acc_norm_stderr\": 0.04056527902281732\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.926605504587156,\n \"acc_stderr\": 0.011180976446357573,\n \"acc_norm\": 0.926605504587156,\n \"acc_norm_stderr\": 0.011180976446357573\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.6990740740740741,\n \"acc_stderr\": 0.03128039084329883,\n \"acc_norm\": 0.6990740740740741,\n \"acc_norm_stderr\": 0.03128039084329883\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.9313725490196079,\n \"acc_stderr\": 0.017744453647073322,\n \"acc_norm\": 0.9313725490196079,\n \"acc_norm_stderr\": 0.017744453647073322\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.9029535864978903,\n \"acc_stderr\": 0.019269323025640273,\n \"acc_norm\": 0.9029535864978903,\n \"acc_norm_stderr\": 0.019269323025640273\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.7982062780269058,\n \"acc_stderr\": 0.026936111912802273,\n \"acc_norm\": 0.7982062780269058,\n \"acc_norm_stderr\": 0.026936111912802273\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.8702290076335878,\n \"acc_stderr\": 0.029473649496907065,\n \"acc_norm\": 0.8702290076335878,\n \"acc_norm_stderr\": 0.029473649496907065\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.9090909090909091,\n \"acc_stderr\": 0.026243194054073892,\n \"acc_norm\": 0.9090909090909091,\n \"acc_norm_stderr\": 0.026243194054073892\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.8518518518518519,\n \"acc_stderr\": 0.03434300243630999,\n \"acc_norm\": 0.8518518518518519,\n \"acc_norm_stderr\": 0.03434300243630999\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.8711656441717791,\n \"acc_stderr\": 0.02632138319878367,\n \"acc_norm\": 0.8711656441717791,\n \"acc_norm_stderr\": 0.02632138319878367\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.6607142857142857,\n \"acc_stderr\": 0.044939490686135404,\n \"acc_norm\": 0.6607142857142857,\n \"acc_norm_stderr\": 0.044939490686135404\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.8640776699029126,\n \"acc_stderr\": 0.03393295729761011,\n \"acc_norm\": 0.8640776699029126,\n \"acc_norm_stderr\": 0.03393295729761011\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.9401709401709402,\n \"acc_stderr\": 0.015537514263253874,\n \"acc_norm\": 0.9401709401709402,\n \"acc_norm_stderr\": 0.015537514263253874\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.86,\n \"acc_stderr\": 0.034873508801977725,\n \"acc_norm\": 0.86,\n \"acc_norm_stderr\": 0.034873508801977725\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.9144316730523627,\n \"acc_stderr\": 0.010002965568647285,\n \"acc_norm\": 0.9144316730523627,\n \"acc_norm_stderr\": 0.010002965568647285\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.8352601156069365,\n \"acc_stderr\": 0.019971040982442262,\n \"acc_norm\": 0.8352601156069365,\n \"acc_norm_stderr\": 0.019971040982442262\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.6424581005586593,\n \"acc_stderr\": 0.01602939447489489,\n \"acc_norm\": 0.6424581005586593,\n \"acc_norm_stderr\": 0.01602939447489489\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.8562091503267973,\n \"acc_stderr\": 0.020091188936043728,\n \"acc_norm\": 0.8562091503267973,\n \"acc_norm_stderr\": 0.020091188936043728\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.8295819935691319,\n \"acc_stderr\": 0.02135534302826405,\n \"acc_norm\": 0.8295819935691319,\n \"acc_norm_stderr\": 0.02135534302826405\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.8611111111111112,\n \"acc_stderr\": 0.01924252622654454,\n \"acc_norm\": 0.8611111111111112,\n \"acc_norm_stderr\": 0.01924252622654454\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.624113475177305,\n \"acc_stderr\": 0.028893955412115882,\n \"acc_norm\": 0.624113475177305,\n \"acc_norm_stderr\": 0.028893955412115882\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.6140808344198174,\n \"acc_stderr\": 0.012433398911476134,\n \"acc_norm\": 0.6140808344198174,\n \"acc_norm_stderr\": 0.012433398911476134\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.8198529411764706,\n \"acc_stderr\": 0.023345163616544838,\n \"acc_norm\": 0.8198529411764706,\n \"acc_norm_stderr\": 0.023345163616544838\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.8088235294117647,\n \"acc_stderr\": 0.015908290136278067,\n \"acc_norm\": 0.8088235294117647,\n \"acc_norm_stderr\": 0.015908290136278067\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.7363636363636363,\n \"acc_stderr\": 0.04220224692971987,\n \"acc_norm\": 0.7363636363636363,\n \"acc_norm_stderr\": 0.04220224692971987\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.8326530612244898,\n \"acc_stderr\": 0.02389714476891452,\n \"acc_norm\": 0.8326530612244898,\n \"acc_norm_stderr\": 0.02389714476891452\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.8905472636815921,\n \"acc_stderr\": 0.022076326101824667,\n \"acc_norm\": 0.8905472636815921,\n \"acc_norm_stderr\": 0.022076326101824667\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.94,\n \"acc_stderr\": 0.023868325657594194,\n \"acc_norm\": 0.94,\n \"acc_norm_stderr\": 0.023868325657594194\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.572289156626506,\n \"acc_stderr\": 0.03851597683718533,\n \"acc_norm\": 0.572289156626506,\n \"acc_norm_stderr\": 0.03851597683718533\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.8888888888888888,\n \"acc_stderr\": 0.024103384202072864,\n \"acc_norm\": 0.8888888888888888,\n \"acc_norm_stderr\": 0.024103384202072864\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.41370869033047736,\n \"mc1_stderr\": 0.0172408618120998,\n \"mc2\": 0.595432675425976,\n \"mc2_stderr\": 0.014511387340720846\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.8263614838200474,\n \"acc_stderr\": 0.010646116480330996\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.6588324488248674,\n \"acc_stderr\": 0.013059111935831497\n }\n}\n```", "repo_url": "https://huggingface.co/logicker/SkkuDS-DPO-72B-v1", "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": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|arc:challenge|25_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|gsm8k|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hellaswag|10_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T10-55-52.095277.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["**/details_harness|winogrande|5_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-02-16T10-55-52.095277.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_02_16T10_55_52.095277", "path": ["results_2024-02-16T10-55-52.095277.parquet"]}, {"split": "latest", "path": ["results_2024-02-16T10-55-52.095277.parquet"]}]}]}
2024-02-16T10:58:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of logicker/SkkuDS-DPO-72B-v1 Dataset automatically created during the evaluation run of model logicker/SkkuDS-DPO-72B-v1 on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-02-16T10:55:52.095277(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of logicker/SkkuDS-DPO-72B-v1\n\n\n\nDataset automatically created during the evaluation run of model logicker/SkkuDS-DPO-72B-v1 on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T10:55:52.095277(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of logicker/SkkuDS-DPO-72B-v1\n\n\n\nDataset automatically created during the evaluation run of model logicker/SkkuDS-DPO-72B-v1 on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T10:55:52.095277(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 191, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of logicker/SkkuDS-DPO-72B-v1\n\n\n\nDataset automatically created during the evaluation run of model logicker/SkkuDS-DPO-72B-v1 on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-02-16T10:55:52.095277(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]" ]
[ -0.053922031074762344, 0.196986123919487, -0.0038938603829592466, 0.03429234027862549, 0.08410635590553284, -0.010804615914821625, 0.01934872195124626, 0.1118861734867096, -0.0048645297065377235, 0.1853477954864502, -0.016308166086673737, 0.11093461513519287, 0.08213428407907486, 0.13284675776958466, 0.012564165517687798, -0.14683078229427338, 0.0257723368704319, -0.07540377229452133, 0.07314542680978775, 0.07674633711576462, 0.0871548056602478, -0.0825350433588028, 0.05850498005747795, -0.050291381776332855, 0.0005599550204351544, -0.01519719883799553, -0.0974542498588562, -0.03861607238650322, 0.09123176336288452, 0.09108208864927292, 0.036054715514183044, -0.005319950170814991, 0.01686791330575943, -0.2492118924856186, 0.014650587923824787, 0.08890236169099808, 0.0018738019280135632, 0.03893299028277397, 0.11187376827001572, -0.056581806391477585, 0.03885222226381302, -0.07195967435836792, 0.06857568770647049, 0.04187803342938423, -0.11710849404335022, -0.1360473483800888, -0.1459200382232666, 0.02315739169716835, 0.07235942780971527, 0.034588638693094254, -0.02402816154062748, 0.1588580310344696, -0.028728537261486053, 0.04835221916437149, 0.11845453083515167, -0.09771011769771576, -0.018821820616722107, 0.07956206798553467, 0.030692854896187782, 0.060354940593242645, -0.08765530586242676, -0.010693532414734364, 0.03541344776749611, 0.04778434708714485, 0.01203193049877882, 0.00920912716537714, -0.02139357477426529, 0.014301720075309277, -0.14990992844104767, -0.1259966939687729, 0.17205597460269928, 0.017584405839443207, -0.03837495297193527, -0.1895880103111267, -0.026364188641309738, 0.012981337495148182, -0.0017247935757040977, -0.05650952085852623, 0.0028680460527539253, -0.02385672740638256, 0.09550847113132477, -0.011349568143486977, -0.09792958199977875, -0.02091566100716591, 0.005611504428088665, 0.052478693425655365, 0.020786140114068985, -0.018331073224544525, -0.0019938123878091574, 0.11196500062942505, -0.019987860694527626, -0.08935996890068054, -0.07486038655042648, -0.05936551094055176, -0.09656906872987747, -0.05248621851205826, 0.01699334941804409, -0.065432108938694, 0.03682418167591095, 0.22121286392211914, -0.010228060185909271, 0.02762872725725174, -0.10090441256761551, 0.013636114075779915, 0.12694653868675232, 0.05124659836292267, -0.07809247076511383, -0.04198010638356209, -0.018368525430560112, 0.03580525517463684, 0.03271036595106125, -0.02369416132569313, 0.011844758875668049, 0.07040189951658249, 0.05738107115030289, 0.11128175258636475, 0.13303165137767792, 0.04246289283037186, -0.06309132277965546, -0.03214522823691368, 0.23818093538284302, -0.14569178223609924, -0.017520643770694733, 0.005192024167627096, -0.03856397047638893, -0.1068718284368515, 0.08532662689685822, 0.0076888008043169975, -0.0514855720102787, 0.12358514964580536, -0.046284664422273636, -0.08535333722829819, -0.07480227947235107, -0.058196671307086945, 0.06568518280982971, -0.003314053872600198, -0.03142133355140686, -0.08571847528219223, -0.08459023386240005, -0.07944050431251526, 0.01941223256289959, -0.0621541403234005, -0.03367290645837784, 0.03480096533894539, -0.02220287173986435, -0.017579177394509315, -0.017818458378314972, 0.09584160149097443, -0.05094771459698677, 0.034228209406137466, 0.012778864242136478, 0.013863654807209969, 0.07200819998979568, 0.04860109090805054, -0.12098067253828049, 0.08474397659301758, -0.14308854937553406, 0.09214738011360168, -0.11606571078300476, -0.010245517827570438, -0.13832326233386993, -0.013940369710326195, -0.021220749244093895, 0.013752655126154423, -0.0019014294957742095, 0.10700806230306625, -0.22919532656669617, 0.023432891815900803, 0.1271328330039978, -0.10947147756814957, -0.11800678074359894, 0.07066516578197479, -0.04366512596607208, 0.07938079535961151, 0.04935666173696518, 0.10812637954950333, 0.11887197196483612, -0.08037528395652771, -0.11551066488027573, -0.07554976642131805, -0.028600789606571198, 0.15500570833683014, 0.06948523223400116, -0.07301262021064758, 0.12241854518651962, 0.04663184657692909, -0.020673558115959167, -0.10628601908683777, -0.011943492107093334, -0.06333237141370773, -0.018275409936904907, -0.053686775267124176, -0.06067662313580513, -0.0014278677990660071, -0.08169449120759964, -0.010311633348464966, -0.08033085614442825, 0.0266001895070076, 0.08644566684961319, -0.023780154064297676, 0.009818210266530514, -0.06470736116170883, 0.051291804760694504, 0.00755929434671998, 0.024156881496310234, -0.21492651104927063, -0.11270207911729813, 0.03686436638236046, -0.13744249939918518, 0.039609771221876144, 0.04131785035133362, 0.014917705208063126, 0.039358530193567276, -0.008919591084122658, 0.027432305738329887, 0.009583731181919575, 0.004892672877758741, -0.020742803812026978, -0.13937760889530182, -0.060897089540958405, -0.0803532674908638, 0.08812382817268372, -0.13703541457653046, -0.013062634505331516, 0.08614155650138855, 0.1731557846069336, -0.0007289339555427432, -0.0810142308473587, 0.0746796727180481, -0.0005692809354513884, -0.03344059735536575, -0.0561894066631794, 0.01209268905222416, -0.019865350797772408, 0.034620098769664764, 0.028825080022215843, -0.20868968963623047, -0.14891134202480316, 0.07666483521461487, 0.12294947355985641, -0.06811980903148651, -0.0925140380859375, -0.06945003569126129, -0.0693935677409172, -0.07422099262475967, -0.0821688324213028, 0.061303719878196716, 0.07344692200422287, 0.03261323273181915, -0.06963499635457993, -0.06534289568662643, 0.017422577366232872, 0.050735678523778915, -0.07374004274606705, 0.09703933447599411, 0.06349536031484604, -0.09146375209093094, 0.106801338493824, -0.01787981577217579, 0.13240882754325867, 0.06111198663711548, 0.023172594606876373, -0.09354137629270554, -0.00041554583003744483, 0.05766606703400612, 0.03795851767063141, 0.07853595167398453, -0.04222457855939865, 0.03578953072428703, 0.084178626537323, 0.00336214411072433, 0.04019985720515251, -0.05173606052994728, 0.03507428616285324, 0.04259222373366356, 0.007285867817699909, 0.029365014284849167, 0.01699955388903618, 0.000262053101323545, 0.06595076620578766, 0.04001336917281151, 0.10218646377325058, -0.009670264087617397, -0.04630054160952568, -0.10052909702062607, 0.1376011222600937, -0.08080921322107315, -0.27812516689300537, -0.14636385440826416, -0.03137804567813873, -0.045132823288440704, -0.01722596399486065, 0.06553498655557632, -0.001838371972553432, -0.09438270330429077, -0.09966541081666946, 0.03730063512921333, 0.003528753062710166, -0.11966580897569656, -0.04369887709617615, 0.05519101023674011, 0.00821955967694521, -0.16680897772312164, 0.03881821036338806, 0.050289034843444824, -0.03507453203201294, 0.00181704037822783, 0.09438253939151764, 0.1345617026090622, 0.07568365335464478, 0.057640012353658676, -0.029475798830389977, -0.00944434478878975, 0.18715670704841614, -0.10101061314344406, 0.03731467202305794, 0.12370654940605164, -0.06096385046839714, 0.07214166969060898, 0.1815815567970276, 0.005281614605337381, -0.1070999950170517, 0.055079344660043716, 0.08709420263767242, -0.07014744728803635, -0.2362244576215744, -0.11071904748678207, -0.01902911067008972, 0.01294442918151617, 0.10898922383785248, 0.056456439197063446, 0.011722912080585957, 0.020976608619093895, -0.11505897343158722, -0.020696628838777542, -0.05611740052700043, 0.08266722410917282, 0.06038249284029007, -0.009504768997430801, 0.045784443616867065, -0.037899527698755264, 0.022449620068073273, 0.11149289458990097, 0.04005395621061325, 0.13952399790287018, -0.03716465085744858, 0.15463079512119293, 0.09028778225183487, 0.10172644257545471, -0.045007236301898956, 0.0487201102077961, 0.000724748068023473, 0.06846317648887634, -0.011853417381644249, -0.1072925478219986, -0.05469762533903122, 0.09830550849437714, 0.013566406443715096, -0.08131997287273407, 0.01715163141489029, -0.056898605078458786, 0.03530842438340187, 0.18746702373027802, -0.01715252734720707, -0.1525123119354248, -0.0682198777794838, 0.05684825778007507, -0.016763916239142418, -0.0872596725821495, -0.03484239801764488, 0.05563107505440712, -0.1439780741930008, 0.03247818723320961, -0.025941146537661552, 0.0797531008720398, -0.13271674513816833, -0.015087977983057499, -0.029284149408340454, 0.032420091331005096, 0.007054461166262627, 0.11996164917945862, -0.13524283468723297, 0.11753179877996445, 0.005610420368611813, 0.012654089368879795, -0.11974821239709854, 0.04729738458991051, -0.055190812796354294, -0.04573002830147743, 0.1381581872701645, -0.013281491585075855, -0.08786412328481674, -0.055431656539440155, -0.1205817461013794, -0.0069328900426626205, 0.07665001600980759, -0.12914519011974335, 0.10646671801805496, 0.03592785447835922, -0.011876944452524185, -0.02530045434832573, -0.0020447815768420696, -0.1246398314833641, -0.21311983466148376, 0.12349282205104828, -0.10969312489032745, 0.07345689088106155, -0.05222933739423752, -0.04352518171072006, -0.05495559051632881, 0.17682690918445587, -0.08998425304889679, -0.0510745644569397, -0.1202988401055336, 0.038904670625925064, 0.17172618210315704, -0.04727000743150711, 0.05217546224594116, -0.0454702153801918, 0.1799563765525818, -0.0018937173299491405, -0.050532370805740356, -0.0005301004275679588, -0.09290846437215805, -0.170844167470932, -0.040220215916633606, 0.13183681666851044, 0.06304123997688293, 0.008521261624991894, 0.007089528255164623, 0.03599242493510246, 0.027225317433476448, -0.09339635819196701, 0.033808980137109756, 0.11478058248758316, 0.13254481554031372, 0.028207430616021156, -0.032279182225465775, -0.07901235669851303, -0.10463599115610123, -0.09886670112609863, 0.06424225121736526, 0.1581806242465973, -0.06525915861129761, 0.1531953662633896, 0.14004750549793243, -0.09710051864385605, -0.20851333439350128, -0.05654498562216759, 0.031096162274479866, -0.019342737272381783, 0.11714067310094833, -0.1790660172700882, 0.07183688133955002, 0.05362069606781006, -0.017272137105464935, 0.07294215261936188, -0.22988122701644897, -0.14286786317825317, 0.02654431387782097, 0.027339313179254532, -0.2240096479654312, -0.1745855063199997, -0.10611526668071747, -0.032102569937705994, -0.1577107161283493, 0.13134190440177917, -0.011523540131747723, 0.02263733744621277, -0.009402467869222164, 0.07166937738656998, 0.05893293395638466, -0.06829369068145752, 0.13959349691867828, 0.00505470298230648, 0.011150341480970383, -0.1178588941693306, -0.021874267607927322, 0.017216235399246216, -0.05436883866786957, 0.10739266127347946, 0.05478154495358467, 0.062177758663892746, -0.08881549537181854, -0.034200556576251984, -0.058029089123010635, 0.044185176491737366, -0.06926996260881424, -0.06219584494829178, -0.0713762566447258, 0.0823649987578392, 0.08303222805261612, -0.019758937880396843, 0.021263573318719864, -0.03274165466427803, 0.04369361326098442, 0.22494958341121674, 0.1196482926607132, 0.041222140192985535, -0.1194603219628334, -0.017835330218076706, -0.011027106083929539, -0.004799927119165659, -0.13537749648094177, 0.03497875854372978, 0.09265943616628647, 0.04749366268515587, 0.07362337410449982, -0.02477301098406315, -0.1920039802789688, -0.010138923302292824, 0.0820852667093277, -0.11550747603178024, -0.21990081667900085, 0.035378243774175644, 0.14768385887145996, -0.16891342401504517, -0.05345393344759941, 0.09438946098089218, 0.01134529709815979, -0.02910756506025791, -0.003076982917264104, 0.08081793040037155, 0.04248049110174179, 0.0944787859916687, 0.013525400310754776, 0.0606955848634243, -0.0687398836016655, 0.10426145046949387, 0.1456131637096405, -0.13638032972812653, 0.03107214905321598, 0.0413052998483181, -0.06455747783184052, -0.06646773219108582, 0.022326692938804626, -0.013062315061688423, 0.02699492871761322, -0.04165124148130417, 0.025569340214133263, -0.0018771443283185363, 0.03841304033994675, 0.12314890325069427, 0.009454465471208096, 0.04401859641075134, 0.03331401199102402, -0.005668537691235542, -0.0861375629901886, 0.0879574865102768, 0.024131860584020615, 0.04020865261554718, -0.050813525915145874, 0.02737727388739586, 0.012849683873355389, 0.0010254213120788336, 0.010901175439357758, -0.034126684069633484, -0.0657581314444542, -0.009144222363829613, -0.12894253432750702, 0.030910233035683632, -0.07694195210933685, -0.002551434561610222, -0.008317375555634499, -0.02559567242860794, -0.007715196348726749, 0.010811454616487026, -0.05935971811413765, -0.059781692922115326, -0.04539710655808449, 0.12338463217020035, -0.1935136914253235, -0.011138834990561008, 0.09364134818315506, -0.06099269539117813, 0.07782572507858276, -0.0022075760643929243, -0.01928693801164627, 0.015988215804100037, -0.06650780886411667, -0.0035834601148962975, -0.013228240422904491, 0.05457712709903717, 0.013874482363462448, -0.16205784678459167, -0.02429077960550785, 0.010402504354715347, -0.08075828850269318, -0.002270683879032731, 0.06541095674037933, -0.15337924659252167, 0.0000401412726205308, 0.06569023430347443, -0.030403021723031998, -0.04574021324515343, 0.039111439138650894, 0.0495569184422493, 0.012510036118328571, 0.0907563865184784, -0.0013638155069202185, 0.04210376366972923, -0.15709856152534485, -0.05563357099890709, -0.006787516176700592, 0.0029784373473376036, 0.04787880554795265, 0.02690718322992325, 0.041337788105010986, -0.005027775187045336, 0.21000419557094574, -0.017039034515619278, 0.07389964908361435, 0.03714139759540558, -0.006835866719484329, -0.037174470722675323, 0.031756654381752014, 0.0353800505399704, 0.008107303641736507, 0.024870924651622772, 0.026100393384695053, -0.010860614478588104, -0.05157604441046715, -0.03994850441813469, 0.06248587742447853, 0.15205778181552887, 0.16093161702156067, -0.05210094153881073, 0.0881391167640686, -0.16212762892246246, -0.05572793260216713, 0.019779585301876068, -0.03068631887435913, 0.05255037173628807, -0.08241154998540878, 0.031183620914816856, 0.0661967471241951, -0.09570962935686111, 0.13966625928878784, -0.0801830068230629, -0.04225943237543106, -0.03401624783873558, -0.14222471415996552, -0.041709668934345245, 0.0058081308379769325, 0.009098871611058712, -0.09788405150175095, 0.09568347781896591, 0.12823763489723206, -0.01726488023996353, -0.012378978542983532, 0.10643214732408524, -0.07277236133813858, -0.05678033083677292, -0.03121311217546463, 0.0024072090163826942, 0.011236028745770454, -0.0019088450353592634, 0.07656926661729813, 0.01888238452374935, 0.08488479256629944, 0.06771884113550186, 0.08986242115497589, 0.044586848467588425, 0.012677681632339954, -0.04129119589924812, -0.07071840018033981, -0.004461436532437801, -0.005621882155537605, -0.045990101993083954, 0.2074039727449417, 0.05071265250444412, 0.016944773495197296, 0.0027544950135052204, 0.1998913586139679, 0.008716232143342495, -0.07453815639019012, -0.1339939832687378, 0.0969921201467514, -0.005375782027840614, 0.019446980208158493, 0.02828490175306797, -0.1386599987745285, 0.025859281420707703, 0.15679414570331573, 0.1139683797955513, 0.04526309669017792, 0.013518190942704678, 0.02562803216278553, 0.02661498263478279, -0.02960813231766224, 0.03730899468064308, 0.04465332627296448, 0.1748429387807846, -0.05792618170380592, 0.05796826258301735, -0.01034287828952074, -0.015939125791192055, -0.01792471669614315, 0.08587849885225296, -0.036654550582170486, 0.019884789362549782, -0.051202356815338135, 0.10796872526407242, -0.038298334926366806, -0.27377575635910034, -0.032600291073322296, -0.10399121791124344, -0.12304272502660751, -0.022009754553437233, 0.020403176546096802, -0.03380362689495087, 0.039526425302028656, 0.038337741047143936, -0.017278403043746948, 0.19248110055923462, 0.011371432803571224, -0.07448512315750122, -0.05225202441215515, 0.06592292338609695, 0.0009884366299957037, 0.24004089832305908, -0.007434091996401548, 0.07850722968578339, 0.10203377157449722, -0.016792068257927895, -0.156727135181427, 0.003742234082892537, 0.10875583440065384, -0.03548087924718857, 0.054220303893089294, 0.16340027749538422, -0.03487757220864296, 0.11722377687692642, 0.04708068072795868, -0.058394353836774826, 0.04774552211165428, 0.06920831650495529, 0.051432471722364426, -0.1038568988442421, 0.08945426344871521, -0.08908431977033615, 0.1475294977426529, 0.11221960932016373, -0.036240026354789734, -0.0031801285222172737, -0.0650886818766594, 0.06335131824016571, -0.0323919877409935, 0.1045752540230751, -0.008357543498277664, -0.16952858865261078, 0.03428523615002632, 0.019140614196658134, 0.055355362594127655, -0.2205091416835785, -0.07007259130477905, 0.1362367868423462, -0.04065452888607979, 0.007425419520586729, 0.08535854518413544, 0.03392566740512848, -0.0008975892560556531, -0.07250627130270004, -0.09290479868650436, -0.011021933518350124, 0.12220152467489243, -0.10027924925088882, -0.04731569439172745 ]
7419e7bdd0d4ff260875920f9c5056a346163aa1
# Crowd Counting Dataset The dataset includes images featuring crowds of people ranging from **0 to 5000 individuals**. The dataset includes a diverse range of scenes and scenarios, capturing crowds in various settings. Each image in the dataset is accompanied by a corresponding **JSON file** containing detailed labeling information for each person in the crowd for crowd count and classification. ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F4b51a212e59f575bd6978f215a32aca0%2FFrame%2064.png?generation=1701336719197861&alt=media) **Types of crowds** in the dataset: *0-1000, 1000-2000, 2000-3000, 3000-4000 and 4000-5000* ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F72e0fed3ad13826d6545ff75a79ed9db%2FFrame%2065.png?generation=1701337622225724&alt=media) This dataset provides a valuable resource for researchers and developers working on crowd counting technology, enabling them to train and evaluate their algorithms with a wide range of crowd sizes and scenarios. It can also be used for benchmarking and comparison of different crowd counting algorithms, as well as for real-world applications such as *public safety and security, urban planning, and retail analytics*. ## Full version of the dataset includes 647 labeled images of crowds, leave a request on **[TrainingData](https://trainingdata.pro/data-market/crowd-counting?utm_source=huggingface&utm_medium=cpc&utm_campaign=crowd-counting-dataset)** to buy the dataset ### Statistics for the dataset (number of images by the crowd's size and image width): ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F2e9f36820e62a2ef62586fc8e84387e2%2FFrame%2063.png?generation=1701336725293625&alt=media) # Get the Dataset ## This is just an example of the data Leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market/crowd-counting?utm_source=huggingface&utm_medium=cpc&utm_campaign=crowd-counting-dataset) to learn about the price and buy the dataset** # Content - **images** - includes original images of crowds placed in subfolders according to its size, - **labels** - includes json-files with labeling and visualised labeling for the images in the previous folder, - **csv file** - includes information for each image in the dataset ### File with the extension .csv - **id**: id of the image, - **image**: link to access the original image, - **label**: link to access the json-file with labeling, - **type**: type of the crowd on the photo ## **[TrainingData](https://trainingdata.pro/data-market/crowd-counting?utm_source=huggingface&utm_medium=cpc&utm_campaign=crowd-counting-dataset)** provides high-quality data annotation tailored to your needs More datasets in TrainingData's Kaggle account: **<https://www.kaggle.com/trainingdatapro/datasets>** TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets** *keywords: crowd counting, crowd density estimation, people counting, crowd analysis, image annotation, computer vision, deep learning, object detection, object counting, image classification, dense regression, crowd behavior analysis, crowd tracking, head detection, crowd segmentation, crowd motion analysis, image processing, machine learning, artificial intelligence, ai, human detection, crowd sensing, image dataset, public safety, crowd management, urban planning, event planning, traffic management*
TrainingDataPro/crowd-counting-dataset
[ "task_categories:image-classification", "task_categories:image-to-image", "language:en", "license:cc-by-nc-nd-4.0", "legal", "code", "region:us" ]
2024-02-16T11:18:40+00:00
{"language": ["en"], "license": "cc-by-nc-nd-4.0", "task_categories": ["image-classification", "image-to-image"], "tags": ["legal", "code"]}
2024-02-16T13:04:46+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #task_categories-image-to-image #language-English #license-cc-by-nc-nd-4.0 #legal #code #region-us
# Crowd Counting Dataset The dataset includes images featuring crowds of people ranging from 0 to 5000 individuals. The dataset includes a diverse range of scenes and scenarios, capturing crowds in various settings. Each image in the dataset is accompanied by a corresponding JSON file containing detailed labeling information for each person in the crowd for crowd count and classification. ![](URL Types of crowds in the dataset: *0-1000, 1000-2000, 2000-3000, 3000-4000 and 4000-5000* ![](URL This dataset provides a valuable resource for researchers and developers working on crowd counting technology, enabling them to train and evaluate their algorithms with a wide range of crowd sizes and scenarios. It can also be used for benchmarking and comparison of different crowd counting algorithms, as well as for real-world applications such as *public safety and security, urban planning, and retail analytics*. ## Full version of the dataset includes 647 labeled images of crowds, leave a request on TrainingData to buy the dataset ### Statistics for the dataset (number of images by the crowd's size and image width): ![](URL # Get the Dataset ## This is just an example of the data Leave a request on URL to learn about the price and buy the dataset # Content - images - includes original images of crowds placed in subfolders according to its size, - labels - includes json-files with labeling and visualised labeling for the images in the previous folder, - csv file - includes information for each image in the dataset ### File with the extension .csv - id: id of the image, - image: link to access the original image, - label: link to access the json-file with labeling, - type: type of the crowd on the photo ## TrainingData provides high-quality data annotation tailored to your needs More datasets in TrainingData's Kaggle account: <URL TrainingData's GitHub: URL *keywords: crowd counting, crowd density estimation, people counting, crowd analysis, image annotation, computer vision, deep learning, object detection, object counting, image classification, dense regression, crowd behavior analysis, crowd tracking, head detection, crowd segmentation, crowd motion analysis, image processing, machine learning, artificial intelligence, ai, human detection, crowd sensing, image dataset, public safety, crowd management, urban planning, event planning, traffic management*
[ "# Crowd Counting Dataset\n\nThe dataset includes images featuring crowds of people ranging from 0 to 5000 individuals. The dataset includes a diverse range of scenes and scenarios, capturing crowds in various settings. Each image in the dataset is accompanied by a corresponding JSON file containing detailed labeling information for each person in the crowd for crowd count and classification.\n\n![](URL\n\nTypes of crowds in the dataset: *0-1000, 1000-2000, 2000-3000, 3000-4000 and 4000-5000*\n\n![](URL\n\nThis dataset provides a valuable resource for researchers and developers working on crowd counting technology, enabling them to train and evaluate their algorithms with a wide range of crowd sizes and scenarios. It can also be used for benchmarking and comparison of different crowd counting algorithms, as well as for real-world applications such as *public safety and security, urban planning, and retail analytics*.", "## Full version of the dataset includes 647 labeled images of crowds, leave a request on TrainingData to buy the dataset", "### Statistics for the dataset (number of images by the crowd's size and image width):\n\n![](URL", "# Get the Dataset", "## This is just an example of the data \nLeave a request on URL to learn about the price and buy the dataset", "# Content\n- images - includes original images of crowds placed in subfolders according to its size,\n- labels - includes json-files with labeling and visualised labeling for the images in the previous folder,\n- csv file - includes information for each image in the dataset", "### File with the extension .csv\n- id: id of the image,\n- image: link to access the original image,\n- label: link to access the json-file with labeling,\n- type: type of the crowd on the photo", "## TrainingData provides high-quality data annotation tailored to your needs\n\nMore datasets in TrainingData's Kaggle account: <URL\n\nTrainingData's GitHub: URL\n\n*keywords: crowd counting, crowd density estimation, people counting, crowd analysis, image annotation, computer vision, deep learning, object detection, object counting, image classification, dense regression, crowd behavior analysis, crowd tracking, head detection, crowd segmentation, crowd motion analysis, image processing, machine learning, artificial intelligence, ai, human detection, crowd sensing, image dataset, public safety, crowd management, urban planning, event planning, traffic management*" ]
[ "TAGS\n#task_categories-image-classification #task_categories-image-to-image #language-English #license-cc-by-nc-nd-4.0 #legal #code #region-us \n", "# Crowd Counting Dataset\n\nThe dataset includes images featuring crowds of people ranging from 0 to 5000 individuals. The dataset includes a diverse range of scenes and scenarios, capturing crowds in various settings. Each image in the dataset is accompanied by a corresponding JSON file containing detailed labeling information for each person in the crowd for crowd count and classification.\n\n![](URL\n\nTypes of crowds in the dataset: *0-1000, 1000-2000, 2000-3000, 3000-4000 and 4000-5000*\n\n![](URL\n\nThis dataset provides a valuable resource for researchers and developers working on crowd counting technology, enabling them to train and evaluate their algorithms with a wide range of crowd sizes and scenarios. It can also be used for benchmarking and comparison of different crowd counting algorithms, as well as for real-world applications such as *public safety and security, urban planning, and retail analytics*.", "## Full version of the dataset includes 647 labeled images of crowds, leave a request on TrainingData to buy the dataset", "### Statistics for the dataset (number of images by the crowd's size and image width):\n\n![](URL", "# Get the Dataset", "## This is just an example of the data \nLeave a request on URL to learn about the price and buy the dataset", "# Content\n- images - includes original images of crowds placed in subfolders according to its size,\n- labels - includes json-files with labeling and visualised labeling for the images in the previous folder,\n- csv file - includes information for each image in the dataset", "### File with the extension .csv\n- id: id of the image,\n- image: link to access the original image,\n- label: link to access the json-file with labeling,\n- type: type of the crowd on the photo", "## TrainingData provides high-quality data annotation tailored to your needs\n\nMore datasets in TrainingData's Kaggle account: <URL\n\nTrainingData's GitHub: URL\n\n*keywords: crowd counting, crowd density estimation, people counting, crowd analysis, image annotation, computer vision, deep learning, object detection, object counting, image classification, dense regression, crowd behavior analysis, crowd tracking, head detection, crowd segmentation, crowd motion analysis, image processing, machine learning, artificial intelligence, ai, human detection, crowd sensing, image dataset, public safety, crowd management, urban planning, event planning, traffic management*" ]
[ 50, 211, 28, 29, 5, 24, 61, 53, 150 ]
[ "passage: TAGS\n#task_categories-image-classification #task_categories-image-to-image #language-English #license-cc-by-nc-nd-4.0 #legal #code #region-us \n# Crowd Counting Dataset\n\nThe dataset includes images featuring crowds of people ranging from 0 to 5000 individuals. The dataset includes a diverse range of scenes and scenarios, capturing crowds in various settings. Each image in the dataset is accompanied by a corresponding JSON file containing detailed labeling information for each person in the crowd for crowd count and classification.\n\n![](URL\n\nTypes of crowds in the dataset: *0-1000, 1000-2000, 2000-3000, 3000-4000 and 4000-5000*\n\n![](URL\n\nThis dataset provides a valuable resource for researchers and developers working on crowd counting technology, enabling them to train and evaluate their algorithms with a wide range of crowd sizes and scenarios. It can also be used for benchmarking and comparison of different crowd counting algorithms, as well as for real-world applications such as *public safety and security, urban planning, and retail analytics*.## Full version of the dataset includes 647 labeled images of crowds, leave a request on TrainingData to buy the dataset### Statistics for the dataset (number of images by the crowd's size and image width):\n\n![](URL# Get the Dataset## This is just an example of the data \nLeave a request on URL to learn about the price and buy the dataset# Content\n- images - includes original images of crowds placed in subfolders according to its size,\n- labels - includes json-files with labeling and visualised labeling for the images in the previous folder,\n- csv file - includes information for each image in the dataset### File with the extension .csv\n- id: id of the image,\n- image: link to access the original image,\n- label: link to access the json-file with labeling,\n- type: type of the crowd on the photo" ]
[ -0.08037807792425156, 0.28099262714385986, -0.0013735868269577622, 0.11432107537984848, 0.07533175498247147, 0.05360766500234604, 0.12966027855873108, 0.06635131686925888, 0.030613774433732033, 0.05578858405351639, -0.06107055023312569, -0.10062311589717865, 0.1007533073425293, 0.11160540580749512, 0.07661501318216324, -0.21056891977787018, -0.03499792888760567, -0.07103284448385239, -0.040678273886442184, 0.09524998813867569, 0.0640762597322464, -0.11509718745946884, 0.07546950876712799, 0.0033631129190325737, -0.0551709420979023, 0.01531590148806572, -0.07040265202522278, -0.08806444704532623, 0.08622182160615921, 0.04561562463641167, 0.06788641959428787, -0.009804475121200085, 0.13121052086353302, -0.09016792476177216, 0.025607308372855186, 0.0661579817533493, -0.0334668830037117, 0.024197744205594063, 0.09443042427301407, -0.06218545511364937, 0.10307323187589645, 0.0012825120938941836, 0.04230869933962822, 0.027860665693879128, -0.12346875667572021, -0.17641893029212952, -0.08279038220643997, -0.03397867828607559, 0.0483073815703392, 0.03767285868525505, -0.029385384172201157, 0.01754314824938774, -0.09721852093935013, 0.028678791597485542, 0.1750374287366867, -0.07529256492853165, -0.012017810717225075, 0.010189087130129337, 0.07442205399274826, 0.10927389562129974, -0.11507999897003174, -0.038691360503435135, -0.03505166247487068, -0.003342819632962346, 0.09224669635295868, -0.0670662447810173, -0.22014868259429932, -0.0050386651419103146, -0.09655620902776718, -0.04122113436460495, 0.19682474434375763, -0.031843896955251694, -0.033275406807661057, -0.16130313277244568, 0.008675329387187958, 0.06409994512796402, -0.02789532206952572, 0.02967187948524952, 0.03340911492705345, 0.007835818454623222, -0.07356926053762436, -0.05096187815070152, -0.10460773855447769, -0.06604402512311935, -0.007563290651887655, 0.058023858815431595, -0.0062955631874501705, 0.07078384608030319, -0.08866191655397415, 0.07596815377473831, -0.01926208846271038, -0.07233943790197372, -0.002822769805788994, -0.011051962152123451, -0.20042668282985687, -0.03165882080793381, 0.0385264977812767, -0.11030188947916031, 0.04330529645085335, 0.03771017864346504, 0.019905192777514458, 0.041004665195941925, -0.04495958238840103, 0.02418510802090168, 0.22544191777706146, 0.045517537742853165, -0.04989602789282799, -0.09934138506650925, 0.046857353299856186, 0.030808594077825546, 0.017306679859757423, 0.03501725569367409, -0.003296441864222288, -0.01564219780266285, -0.047386761754751205, 0.02549305558204651, 0.021858232095837593, 0.0287307258695364, -0.088616281747818, -0.028115352615714073, 0.14682094752788544, -0.05681829899549484, 0.0019975516479462385, 0.0318850576877594, -0.04718324542045593, -0.09546047449111938, -0.009114221669733524, -0.037598881870508194, 0.0054527511820197105, 0.07259368896484375, -0.08463968336582184, -0.031128019094467163, -0.08959757536649704, -0.060238394886255264, 0.07321298122406006, -0.05412543937563896, -0.05292479693889618, -0.02230045758187771, -0.22556450963020325, -0.05039720609784126, -0.0013546887785196304, -0.0123742138966918, 0.04858130216598511, -0.011683711782097816, 0.09654749184846878, -0.07897526025772095, 0.00045945888268761337, 0.10404068976640701, -0.06677278131246567, 0.05462243780493736, -0.045979004353284836, 0.13832589983940125, 0.08530395478010178, -0.0027894116938114166, -0.06707224249839783, -0.012720579281449318, -0.14509868621826172, 0.11869636178016663, -0.08965073525905609, -0.05952132120728493, -0.04413694515824318, 0.017023049294948578, 0.0730292871594429, 0.039623845368623734, 0.014360476285219193, 0.1295073926448822, -0.22623838484287262, -0.009884792380034924, 0.19286856055259705, -0.12038366496562958, -0.0681035965681076, 0.08317229896783829, -0.0842321366071701, 0.06031546741724014, 0.09051782637834549, 0.1349240392446518, 0.10148517042398453, -0.12203739583492279, -0.1203530952334404, 0.012719877995550632, -0.08089352399110794, -0.016441669315099716, 0.08421868830919266, 0.045933354645967484, 0.07518298923969269, 0.01169046200811863, 0.083848737180233, -0.026434870436787605, -0.0073580555617809296, -0.036570388823747635, 0.0789421796798706, -0.03096442110836506, -0.05937516689300537, 0.001963098533451557, -0.08451835066080093, 0.011151114478707314, -0.02969328686594963, -0.09190655499696732, 0.10413890331983566, -0.057323019951581955, 0.0009256740449927747, -0.03073219023644924, -0.00786744523793459, -0.07163626700639725, -0.03511351719498634, -0.16870051622390747, -0.05106215551495552, 0.06770847737789154, -0.15543045103549957, 0.09818551689386368, 0.001988050527870655, 0.021805187687277794, 0.0021822918206453323, -0.06499599665403366, 0.06517264991998672, -0.0006346266600303352, -0.05343903228640556, -0.04465647041797638, -0.09008750319480896, -0.030778560787439346, -0.066548191010952, 0.11171825975179672, -0.10341689735651016, -0.038843512535095215, 0.14010632038116455, 0.008784333243966103, 0.07381730526685715, -0.09410538524389267, 0.09844213724136353, -0.021313313394784927, -0.032774440944194794, -0.04799152910709381, -0.026068607345223427, 0.06607570499181747, 0.007557789329439402, -0.0009255664772354066, -0.06794591248035431, -0.16698108613491058, 0.04226813092827797, 0.05242975801229477, -0.11255184561014175, -0.09907643496990204, -0.014784411527216434, -0.011729102581739426, -0.20214134454727173, -0.02076558768749237, 0.1442749947309494, 0.04828488081693649, 0.06444956362247467, -0.11709536612033844, -0.0089629041031003, 0.04745747521519661, -0.023762669414281845, 0.0431269146502018, -0.005147951189428568, 0.017291247844696045, 0.02244175411760807, 0.07291388511657715, -0.08927741646766663, -0.03841356933116913, 0.10333026945590973, 0.032783422619104385, -0.01648825965821743, -0.048413608223199844, -0.0011415539775043726, 0.008790476247668266, 0.16229526698589325, -0.057201456278562546, 0.02193407528102398, 0.04346422851085663, -0.0000725309073459357, 0.029417071491479874, -0.11017560958862305, 0.05173884704709053, 0.018239906057715416, -0.031128956004977226, -0.04709827899932861, -0.07401762902736664, 0.005367466248571873, 0.12207532674074173, 0.02838984690606594, 0.08036193996667862, -0.03025497868657112, -0.039150409400463104, -0.08657705783843994, 0.14751186966896057, -0.07109112292528152, -0.2637135684490204, -0.08963237702846527, 0.021912019699811935, -0.024946052581071854, 0.0431671217083931, -0.018230291083455086, 0.002369177294895053, -0.024454014375805855, -0.06731122732162476, 0.06962405890226364, 0.04311566799879074, -0.04963207617402077, -0.1274576038122177, 0.05266213417053223, -0.0705428272485733, -0.07113941013813019, 0.03652443364262581, -0.002141818404197693, -0.04600406810641289, 0.028164565563201904, 0.0564727708697319, 0.10609859228134155, -0.0015516829444095492, 0.004390348214656115, -0.014337207190692425, -0.05525290220975876, 0.07025429606437683, -0.09614232927560806, 0.13970324397087097, 0.03135424852371216, 0.03903922066092491, 0.051135990768671036, 0.0376676507294178, 0.019410541281104088, -0.07931200414896011, 0.016138402745127678, 0.08608246594667435, -0.10786978155374527, -0.14352257549762726, -0.03813663497567177, -0.06847624480724335, -0.06144065037369728, 0.1218799352645874, -0.017809569835662842, -0.0826232060790062, 0.13422176241874695, 0.015453075058758259, 0.03288470581173897, -0.021263914182782173, 0.0394044853746891, -0.048262421041727066, 0.03931721672415733, 0.010334931313991547, -0.08518245071172714, -0.034728676080703735, 0.17626966536045074, 0.09179645776748657, 0.28971177339553833, -0.14022329449653625, 0.18520881235599518, 0.09141326695680618, -0.03708253428339958, 0.04075925797224045, 0.12228795886039734, -0.020185276865959167, 0.05027468129992485, -0.041749507188797, -0.07840444147586823, -0.030444694682955742, 0.0396728590130806, 0.06541796028614044, -0.08915051072835922, 0.02219666913151741, -0.10488195717334747, 0.05773971602320671, 0.25427594780921936, -0.00813519861549139, -0.18235956132411957, 0.059250812977552414, 0.04824111983180046, 0.04621165245771408, -0.08380521088838577, 0.07293351739645004, 0.156794473528862, -0.11004435271024704, 0.11166893690824509, -0.060055360198020935, 0.05538802593946457, -0.23557952046394348, -0.09926523268222809, -0.003141783643513918, 0.04112030193209648, -0.05752095952630043, 0.07728900015354156, -0.024181431159377098, 0.12674443423748016, 0.07001536339521408, 0.07211333513259888, -0.142750084400177, 0.001028335769660771, -0.003143811598420143, -0.14182280004024506, 0.17689664661884308, 0.019185123965144157, -0.12899470329284668, -0.038841940462589264, -0.02767335996031761, 0.039467524737119675, 0.044056639075279236, -0.012506718747317791, 0.10214892774820328, 0.06496821343898773, 0.0024386548902839422, -0.058811016380786896, -0.13900096714496613, -0.03965451195836067, -0.19758567214012146, -0.02032574824988842, 0.04063163697719574, -0.08069968223571777, 0.013288511894643307, 0.027227841317653656, 0.009136511944234371, 0.0520649179816246, -0.1021861582994461, -0.10305885225534439, -0.11962149292230606, 0.018270934000611305, 0.07378660142421722, -0.02474675327539444, 0.004618673585355282, -0.02623051404953003, 0.11936315149068832, -0.06641355901956558, -0.02416987530887127, 0.024894190952181816, -0.04759765788912773, -0.15926508605480194, -0.09153519570827484, 0.09425134211778641, 0.14865674078464508, -0.00005511955532710999, 0.017725413665175438, 0.07110922038555145, 0.017690155655145645, -0.11660978198051453, -0.04243861511349678, 0.03179357200860977, 0.11426836252212524, 0.09200997650623322, 0.0110561428591609, -0.0959472805261612, 0.057271551340818405, 0.003772144904360175, 0.08185502886772156, 0.22519747912883759, -0.05454901233315468, 0.08384054154157639, 0.2713949978351593, -0.08653127402067184, -0.17304132878780365, 0.04218634217977524, 0.017489751800894737, -0.02632131241261959, 0.056932006031274796, -0.21359354257583618, 0.10267527401447296, 0.13196372985839844, -0.0009419356356374919, 0.0482758954167366, -0.19429191946983337, -0.09066848456859589, -0.03481605276465416, 0.060181934386491776, -0.04967018589377403, -0.09232868254184723, 0.05319963023066521, -0.042175792157649994, -0.02014695480465889, 0.16436301171779633, -0.007207541726529598, 0.09411478042602539, -0.013578626327216625, 0.05822699889540672, 0.04416147619485855, -0.076026052236557, 0.09267044812440872, 0.054059021174907684, 0.08907731622457504, -0.035505156964063644, -0.10973162204027176, 0.2614348828792572, -0.04538571462035179, 0.06499198079109192, -0.016651367768645287, 0.04214144125580788, -0.12077812105417252, -0.05548267066478729, -0.022619647905230522, 0.022034810855984688, -0.02382836304605007, -0.04830138757824898, -0.19131813943386078, 0.08625553548336029, 0.06996840238571167, -0.046030741184949875, 0.0010981329251080751, -0.03768446668982506, -0.07793674618005753, 0.1414862424135208, 0.11281176656484604, 0.136184960603714, -0.10891704261302948, -0.007291673682630062, -0.03142993524670601, 0.07131936401128769, -0.18403710424900055, 0.06737183779478073, 0.09888888895511627, 0.09369588643312454, 0.08975672721862793, -0.007136182859539986, -0.13735181093215942, 0.11635402590036392, 0.09114834666252136, -0.12109702825546265, -0.1482548713684082, 0.013124121353030205, -0.0006700893864035606, -0.2059342861175537, -0.04163718968629837, 0.03366062045097351, 0.04401518404483795, -0.04370348900556564, -0.03449147194623947, 0.07436076551675797, 0.02421806938946247, 0.1519973874092102, -0.021344536915421486, 0.026095516979694366, -0.11308472603559494, 0.15351980924606323, 0.08974909782409668, -0.11284960806369781, -0.04650275036692619, 0.13363224267959595, -0.058251429349184036, -0.024459801614284515, 0.0816391259431839, 0.12639716267585754, 0.04989786446094513, -0.03934185951948166, -0.005774314980953932, -0.00890010129660368, 0.0055259643122553825, 0.09250688552856445, 0.00998034980148077, 0.042155761271715164, 0.053032077848911285, 0.024782538414001465, -0.1275661438703537, 0.03253667429089546, 0.06135854125022888, 0.026936598122119904, -0.006803329102694988, -0.02149972878396511, 0.01578686386346817, -0.02311578579246998, -0.024218179285526276, -0.11118293553590775, -0.12930350005626678, -0.000697157985996455, -0.004272471182048321, 0.08865845203399658, -0.13356168568134308, 0.021453093737363815, -0.03860272467136383, 0.05308791249990463, -0.030004210770130157, -0.018330048769712448, -0.039741482585668564, 0.025440700352191925, -0.021501103416085243, 0.08676239103078842, -0.18317736685276031, -0.03276830166578293, 0.03581557422876358, -0.04548625275492668, 0.11876533180475235, -0.03320726379752159, -0.022513626143336296, -0.050626497715711594, -0.02994323894381523, 0.015493294224143028, 0.03220732510089874, 0.05923709273338318, 0.03468761593103409, -0.005902481265366077, 0.0777997225522995, -0.021463628858327866, 0.009775941260159016, 0.001529306755401194, 0.07309622317552567, -0.0986752063035965, 0.18068258464336395, -0.0011409155558794737, -0.034968238323926926, -0.09302471578121185, 0.10635018348693848, 0.16086947917938232, 0.06470080465078354, 0.10587488114833832, -0.0340002216398716, 0.009162941947579384, -0.142808198928833, -0.03633713722229004, -0.0002481531410012394, -0.01830167882144451, 0.01020211074501276, -0.006238490808755159, 0.03859754279255867, 0.0030253708828240633, 0.22416532039642334, 0.0807185098528862, 0.005914840381592512, -0.027853364124894142, 0.12352173030376434, -0.033943742513656616, 0.007716185878962278, -0.03704213351011276, -0.07836168259382248, -0.08955796808004379, 0.05459411069750786, 0.04584953933954239, -0.056510940194129944, 0.009068422019481659, 0.04624006152153015, 0.11902084946632385, -0.003333764849230647, -0.021598372608423233, 0.02383367158472538, -0.02687259390950203, 0.013372513465583324, 0.10989493876695633, -0.04428115114569664, 0.033955395221710205, -0.1050831601023674, -0.033264268189668655, 0.005227955523878336, -0.09068715572357178, 0.15259796380996704, 0.04075862839818001, -0.0568067729473114, -0.018346011638641357, -0.17221927642822266, -0.030525917187333107, 0.06730839610099792, 0.0008894038619473577, -0.1094859167933464, 0.042219314724206924, 0.09854883700609207, 0.014811873435974121, -0.04358115419745445, 0.04835842549800873, -0.12055550515651703, -0.07546863704919815, 0.02189273200929165, 0.039729975163936615, 0.017598455771803856, 0.03825389966368675, 0.001986199989914894, 0.06918804347515106, 0.04735550656914711, 0.03975100442767143, 0.05633799359202385, 0.046190112829208374, 0.03146100789308548, -0.10569753497838974, -0.020665418356657028, -0.003437891136854887, -0.05973745509982109, 0.04653097316622734, 0.03028961271047592, 0.06880804896354675, -0.029498111456632614, 0.016721617430448532, 0.14096702635288239, -0.007400285918265581, -0.006526504177600145, -0.12164056301116943, 0.0657435804605484, -0.11729858070611954, -0.01625817082822323, 0.02562032639980316, -0.08429627865552902, 0.013062580488622189, 0.17141549289226532, 0.11868945509195328, -0.052349768579006195, -0.014037535525858402, -0.04622872173786163, -0.00410653417930007, -0.011847928166389465, 0.12979552149772644, -0.08370861411094666, 0.19796019792556763, -0.020824085921049118, 0.06170199438929558, -0.051922768354415894, -0.013037271797657013, 0.030184263363480568, 0.07769747823476791, -0.010189220309257507, 0.036842260509729385, -0.09862174838781357, 0.12001669406890869, 0.0005983037408441305, -0.2030312716960907, 0.03653072938323021, -0.031734902411699295, -0.12558047473430634, 0.05185135826468468, -0.1228373721241951, 0.05134420096874237, 0.03742538392543793, 0.04143552854657173, 0.03730681166052818, -0.00537929916754365, 0.016411032527685165, -0.1323496699333191, -0.07620307803153992, 0.05330508574843407, -0.11224176734685898, 0.29231369495391846, -0.04441027343273163, 0.07731541246175766, 0.08003469556570053, -0.03073657676577568, -0.1438433974981308, -0.010661524720489979, 0.03258700668811798, -0.06051607057452202, 0.011217196471989155, 0.07069461047649384, -0.06793546676635742, 0.008797175250947475, 0.03773488104343414, 0.0739859938621521, 0.07968932390213013, -0.11913830786943436, 0.0300995372235775, -0.15753298997879028, 0.04365701973438263, -0.03967411816120148, 0.12068834900856018, -0.0027522265445441008, 0.002747850026935339, 0.011120671406388283, -0.034211352467536926, 0.04263046383857727, 0.031281352043151855, 0.07783834636211395, -0.02365843579173088, -0.13322755694389343, -0.08708488196134567, -0.05141472443938255, 0.04413726180791855, -0.11351088434457779, 0.012236285023391247, 0.05940400809049606, -0.03638497740030289, 0.06252891570329666, 0.09746997803449631, 0.008544038981199265, 0.05673747882246971, -0.013120381161570549, -0.22651709616184235, 0.023100687190890312, 0.09876374155282974, -0.07493901252746582, -0.08093947172164917 ]
515f9788290c8d4485113abf1f2d43f6df77c4cc
# Dataset Card for "HealthCareMagic-100k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ruslanmv/HealthCareMagic-100k
[ "region:us" ]
2024-02-16T11:49:53+00:00
{"configs": [{"config_name": "default"}], "dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "input", "dtype": "string"}, {"name": "output", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 126454896, "num_examples": 112165}], "download_size": 70518148, "dataset_size": 126454896}}
2024-02-16T11:55:26+00:00
[]
[]
TAGS #region-us
# Dataset Card for "HealthCareMagic-100k" More Information needed
[ "# Dataset Card for \"HealthCareMagic-100k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"HealthCareMagic-100k\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"HealthCareMagic-100k\"\n\nMore Information needed" ]
[ -0.14993678033351898, 0.1711183488368988, -0.0015337382210418582, -0.09618020057678223, 0.102260060608387, 0.1570253074169159, 0.0964747816324234, 0.0915563628077507, 0.21167965233325958, 0.037681858986616135, 0.1772954761981964, 0.07496842741966248, 0.10139843076467514, 0.3142714202404022, -0.018773043528199196, -0.10045922547578812, 0.05361926928162575, 0.10562527924776077, 0.08207083493471146, 0.06919456273317337, -0.060003284364938736, -0.07217437773942947, 0.04346979036927223, -0.04954460635781288, -0.14074179530143738, 0.054378245025873184, 0.030810661613941193, -0.03867466002702713, 0.0907038077712059, -0.18659666180610657, 0.14607492089271545, -0.027197718620300293, 0.06015521660447121, -0.14103159308433533, -0.008397995494306087, -0.05647452548146248, 0.007553741801530123, 0.11143806576728821, -0.11844664067029953, -0.12601381540298462, -0.054124291986227036, -0.11964587867259979, 0.017187608405947685, -0.04748997464776039, -0.08236575871706009, -0.21482980251312256, -0.17044974863529205, 0.000589350878726691, -0.021292492747306824, -0.029516736045479774, 0.06491690874099731, 0.1604931503534317, -0.06607194989919662, 0.00487174279987812, 0.1270383596420288, -0.14256037771701813, 0.07750772684812546, 0.23485276103019714, 0.08695581555366516, 0.06624816358089447, -0.014899204485118389, 0.13573433458805084, 0.06936147809028625, -0.0028041687328368425, 0.0437268503010273, -0.04528273642063141, -0.09263190627098083, 0.08886267244815826, -0.012217963114380836, -0.02608386240899563, 0.2838893234729767, 0.03221381455659866, 0.030229909345507622, -0.01796680875122547, -0.011336307041347027, -0.16757844388484955, 0.019765816628932953, -0.030365535989403725, 0.05273168161511421, -0.020425014197826385, -0.033948346972465515, 0.02609722875058651, -0.0443982295691967, -0.18422357738018036, -0.15655826032161713, -0.029434572905302048, -0.0913671925663948, 0.13957172632217407, -0.0638868659734726, 0.0007828772068023682, -0.13019190728664398, -0.03495101258158684, -0.03213193640112877, -0.07491302490234375, -0.030970366671681404, -0.03823038935661316, -0.006887692958116531, 0.04857027158141136, 0.1757211685180664, 0.05622813478112221, 0.04372603818774223, -0.006407673936337233, -0.006756237242370844, 0.036607567220926285, 0.16290894150733948, -0.09682516008615494, -0.09148120880126953, -0.08582620322704315, -0.10977297276258469, -0.01276750024408102, 0.07835279405117035, -0.06119466572999954, -0.11416700482368469, 0.02495396137237549, -0.07479242980480194, 0.14542923867702484, -0.21074499189853668, -0.1359495371580124, -0.06458396464586258, 0.00835135392844677, 0.1314043253660202, -0.036405857652425766, -0.015457313507795334, -0.0298652034252882, -0.02374754101037979, 0.0446603000164032, -0.05575079470872879, -0.0039631761610507965, 0.020085331052541733, 0.09588656574487686, -0.06746211647987366, -0.008980793878436089, -0.031744349747896194, 0.01353384181857109, 0.07538923621177673, -0.22230397164821625, 0.09815753251314163, -0.0887410044670105, -0.20134934782981873, 0.018034934997558594, 0.020354172214865685, -0.06635700166225433, 0.17758987843990326, -0.006865824107080698, 0.0704319179058075, 0.002202544594183564, -0.04280249401926994, 0.09633355587720871, -0.050178155303001404, 0.03553013876080513, -0.13447968661785126, 0.060952670872211456, -0.16483695805072784, -0.01592947356402874, -0.022902987897396088, 0.026735134422779083, 0.03039325401186943, -0.03753338381648064, -0.10161758959293365, -0.013703049160540104, -0.10962161421775818, 0.061757493764162064, -0.19845841825008392, 0.022269491106271744, 0.059599775820970535, 0.09077426791191101, -0.13953715562820435, -0.045317865908145905, 0.202645942568779, -0.0490717813372612, -0.299997478723526, -0.029494674876332283, -0.02781924232840538, 0.12795117497444153, 0.07436545938253403, 0.32589828968048096, -0.003410508157685399, -0.18366128206253052, -0.0850883424282074, 0.05515434220433235, -0.2161136269569397, -0.3674565851688385, 0.015670908614993095, -0.11869273334741592, -0.04303514584898949, -0.0024477543774992228, 0.1471593976020813, -0.009196353144943714, -0.09527558088302612, -0.048044368624687195, -0.013178734108805656, -0.22407284379005432, -0.0001035928726196289, -0.05595840513706207, 0.04835781455039978, -0.033175304532051086, 0.15081079304218292, 0.04822862520813942, 0.07959691435098648, 0.008576281368732452, -0.0625300481915474, -0.08017726987600327, 0.016617152839899063, -0.09507867693901062, -0.006275945343077183, -0.10576705634593964, -0.05553052946925163, 0.026097536087036133, -0.03538539633154869, -0.11794102936983109, 0.003533404553309083, 0.07873019576072693, -0.01902640052139759, -0.043607085943222046, 0.08903097361326218, 0.09844506531953812, 0.08554239571094513, -0.030965901911258698, 0.050015442073345184, 0.05941293388605118, -0.09791883826255798, -0.012539202347397804, 0.018752239644527435, -0.027364537119865417, 0.004780558403581381, 0.00945896003395319, -0.01017164159566164, -0.03421291336417198, 0.07504511624574661, 0.010754822753369808, 0.07718835026025772, -0.02141333371400833, -0.023073531687259674, -0.05213875323534012, -0.04943263903260231, 0.021893132477998734, -0.05472175404429436, 0.13397452235221863, 0.0876283198595047, 0.04194613918662071, 0.001190394745208323, -0.1514546126127243, 0.05932378023862839, -0.0015728138387203217, -0.19731199741363525, -0.06585393100976944, -0.1936471313238144, -0.0026717016007751226, 0.032894380390644073, 0.03440281003713608, 0.010600258596241474, 0.04986293986439705, -0.011477063409984112, -0.05701274797320366, -0.07383013516664505, 0.14446274936199188, -0.19360189139842987, 0.0379030741751194, 0.23320035636425018, 0.12461713701486588, 0.13432490825653076, -0.056680306792259216, -0.07566285878419876, -0.09965303540229797, -0.11633177101612091, -0.04369421303272247, 0.22045816481113434, -0.10175397992134094, 0.03207287937402725, 0.03242482244968414, -0.012800319120287895, 0.07956041395664215, -0.04170054569840431, -0.09431181848049164, -0.08590122312307358, -0.0006849420606158674, -0.15384414792060852, 0.10025191307067871, -0.031687181442976, 0.05667455866932869, 0.042785611003637314, 0.01787181943655014, 0.14799748361110687, 0.008374231867492199, -0.025044819340109825, 0.09216547012329102, -0.14090707898139954, -0.15130913257598877, 0.00878177396953106, -0.11348319053649902, 0.17396824061870575, 0.026073090732097626, -0.0788201317191124, -0.12786176800727844, -0.007211532909423113, 0.03657732903957367, -0.10285153239965439, -0.08160924911499023, -0.059443093836307526, 0.11385150998830795, 0.04371022805571556, -0.0821961760520935, -0.04422798007726669, -0.028558289632201195, -0.1481005996465683, 0.08347862958908081, 0.14108337461948395, -0.12843814492225647, 0.1306583136320114, 0.1703300178050995, 0.031142842024564743, 0.08380823582410812, -0.006360900122672319, 0.017860887572169304, -0.06333095580339432, 0.07227020710706711, 0.08821696043014526, 0.13593727350234985, 0.0029774457216262817, 0.11240921169519424, 0.13988173007965088, -0.13402223587036133, -0.016247153282165527, -0.030872104689478874, -0.1436179280281067, -0.2809213101863861, -0.08084257692098618, -0.0139278220012784, -0.05914963036775589, 0.036674998700618744, 0.0029071627650409937, 0.02913098782300949, 0.16233764588832855, 0.1716015487909317, -0.06232524663209915, -0.17463341355323792, -0.037345536053180695, 0.00006787589518353343, -0.001175894751213491, 0.03391045704483986, -0.11324428021907806, -0.031740911304950714, 0.10581224411725998, 0.1824955940246582, 0.281083881855011, 0.15696829557418823, 0.13661479949951172, 0.07893116027116776, 0.052884481847286224, 0.10324856638908386, 0.14860683679580688, 0.18564775586128235, -0.058489687740802765, 0.012658311985433102, 0.009295884519815445, -0.0858762338757515, -0.026028327643871307, 0.018106475472450256, -0.156257763504982, 0.08830595016479492, -0.08753299713134766, 0.030273964628577232, -0.030447306111454964, 0.1630665808916092, -0.14774546027183533, 0.08812852948904037, 0.0014601245056837797, 0.10502643883228302, -0.16286392509937286, 0.05453500524163246, 0.11256523430347443, -0.0706191435456276, 0.14421437680721283, -0.010306461714208126, 0.034185510128736496, -0.09869178384542465, -0.010814696550369263, -0.12741968035697937, -0.14661026000976562, -0.05802252143621445, 0.10193821787834167, -0.10637634247541428, 0.21616049110889435, 0.052572280168533325, 0.014815527945756912, -0.15223027765750885, -0.07748086005449295, 0.012280886061489582, 0.09956582635641098, 0.11722062528133392, 0.052085090428590775, -0.08711104094982147, -0.2007305920124054, -0.010946697555482388, -0.016796128824353218, 0.12634342908859253, -0.00604570796713233, -0.13331648707389832, 0.07965636998414993, -0.01046776957809925, -0.09711641818284988, -0.25641313195228577, -0.14434882998466492, -0.07136917114257812, 0.030092580243945122, 0.08926960825920105, 0.045119866728782654, 0.06113704666495323, 0.010912186466157436, -0.06008307635784149, -0.0005032774643041193, -0.010576982982456684, -0.02810450829565525, -0.09781524538993835, 0.08604755997657776, 0.14964891970157623, -0.02038019709289074, 0.0008329070406034589, 0.06484990566968918, -0.03395766764879227, -0.06670967489480972, -0.12621206045150757, 0.03669285774230957, -0.06880007684230804, 0.05461589992046356, -0.09736727923154831, 0.1410980075597763, 0.037014786154031754, -0.006501543801277876, 0.007507094647735357, 0.06202085316181183, -0.029219340533018112, -0.07368335872888565, 0.29089248180389404, 0.015696564689278603, 0.1768004149198532, 0.24222952127456665, 0.011000470258295536, 0.014526396058499813, 0.07215326279401779, -0.08079089224338531, 0.13794463872909546, 0.05657508596777916, -0.07381278276443481, 0.08730778098106384, 0.2172219306230545, -0.02747512236237526, -0.19743181765079498, -0.0045785498805344105, -0.10829866677522659, -0.05312226712703705, 0.051980916410684586, -0.24144744873046875, 0.15773656964302063, 0.21071307361125946, -0.04043777659535408, 0.21117651462554932, -0.12004105001688004, -0.027573812752962112, 0.11419190466403961, 0.0850403904914856, 0.40407195687294006, -0.06629818677902222, -0.07798682153224945, -0.054307445883750916, -0.1392303854227066, 0.23355360329151154, -0.177128404378891, 0.03972003981471062, -0.07360052317380905, 0.12799346446990967, -0.02305787056684494, -0.06475323438644409, 0.1914551556110382, 0.07597439736127853, 0.09234447777271271, -0.06281620264053345, -0.07500780373811722, 0.24624530971050262, -0.0836479663848877, 0.12883493304252625, 0.02423112280666828, -0.04957125335931778, -0.046785250306129456, 0.0014310280093923211, 0.025790158659219742, 0.00937569048255682, 0.054716452956199646, -0.13554155826568604, -0.11148534715175629, -0.016578134149312973, -0.08905643969774246, -0.05904070660471916, 0.055556051433086395, 0.019609322771430016, 0.003724312409758568, -0.049046799540519714, 0.008356891572475433, -0.15602967143058777, 0.029189782217144966, -0.03883032500743866, -0.16413773596286774, 0.06090361252427101, -0.10911443829536438, -0.03140481933951378, 0.10284779965877533, 0.041700348258018494, 0.07285258173942566, 0.003920622169971466, -0.07592076063156128, 0.02456291951239109, 0.12822182476520538, -0.03536326438188553, 0.0028984835371375084, 0.10654350370168686, -0.020062677562236786, -0.04344446212053299, 0.146121084690094, 0.0552544929087162, 0.10148601233959198, -0.015625610947608948, -0.08330529928207397, 0.06703131645917892, -0.09823030978441238, 0.16630713641643524, 0.16405007243156433, 0.038283366709947586, -0.16897743940353394, 0.06750193238258362, 0.035059139132499695, 0.003495762823149562, 0.039941929280757904, -0.03979578614234924, -0.11648628115653992, -0.09460921585559845, -0.01901356875896454, 0.26761505007743835, -0.06451345980167389, -0.16749441623687744, 0.051391344517469406, -0.03234834223985672, -0.02835063822567463, 0.1738015115261078, -0.009950120933353901, 0.05771173536777496, -0.021532217040657997, -0.053143396973609924, -0.06055451184511185, -0.023257648572325706, -0.18129731714725494, 0.0635567307472229, 0.0034950035624206066, -0.2056412547826767, 0.004698216915130615, 0.17513291537761688, -0.1022118479013443, -0.0528719387948513, -0.046297818422317505, 0.039780255407094955, -0.1254035383462906, 0.025685764849185944, -0.014128743670880795, -0.0537571981549263, -0.046398285776376724, 0.04030931368470192, -0.046361807733774185, -0.014457077719271183, -0.09348784387111664, 0.11684368550777435, 0.09573426097631454, -0.011642970144748688, -0.10503669828176498, 0.0015185937518253922, 0.041691116988658905, 0.02785808965563774, 0.13267843425273895, 0.03441451117396355, 0.03199482709169388, 0.09095167368650436, -0.0350910946726799, -0.08604420721530914, 0.09511314332485199, 0.1099587008357048, 0.03260258585214615, -0.010996006429195404, -0.03685271739959717, 0.06395498663187027, -0.006239723414182663, 0.1147073283791542, -0.0024241518694907427, -0.044406916946172714, -0.045058272778987885, -0.10708848387002945, -0.08307845145463943, -0.04672982916235924, -0.019019916653633118, 0.1455419659614563, -0.0009626299142837524, 0.002897626021876931, 0.07072459161281586, -0.052599210292100906, -0.04494216665625572, -0.07989639788866043, -0.013799373991787434, -0.09437314420938492, -0.03379761800169945, 0.0786929652094841, 0.06999736279249191, -0.0007255002856254578, 0.5020208358764648, -0.09693849831819534, -0.17549870908260345, -0.07610266655683517, 0.15775959193706512, -0.030574778094887733, -0.06401427835226059, 0.3223380446434021, 0.0972873792052269, -0.04351484403014183, -0.12480023503303528, 0.07780288904905319, 0.022058656439185143, -0.024574482813477516, 0.10654296725988388, -0.06242663785815239, 0.09509853273630142, -0.07123410701751709, -0.01171569712460041, -0.050087474286556244, 0.08597619086503983, -0.05676605552434921, -0.04294740408658981, -0.05867733806371689, 0.12517669796943665, -0.0739007517695427, -0.01567566953599453, -0.03818412497639656, 0.01648860052227974, 0.008500141091644764, -0.09344353526830673, -0.11407183110713959, -0.11987119168043137, -0.021055087447166443, -0.10076834261417389, 0.06838272511959076, -0.02642880752682686, 0.02446858584880829, 0.32484155893325806, 0.0321657657623291, 0.015404533594846725, 0.07395727187395096, -0.08169875293970108, 0.1603681445121765, 0.022486677393317223, 0.010231890715658665, -0.06872116774320602, -0.06043057143688202, 0.006412317510694265, 0.04737717658281326, -0.011824453249573708, 0.01629447191953659, -0.022556176409125328, 0.022071825340390205, -0.06728344410657883, -0.06860434263944626, -0.012908047065138817, -0.022203853353857994, 0.047825220972299576, -0.15636174380779266, 0.012743936851620674, 0.09047757834196091, 0.013315610587596893, 0.03327137604355812, 0.12167506664991379, 0.012120669707655907, -0.02416412904858589, -0.07938271015882492, -0.11747448891401291, -0.01026963535696268, 0.06251439452171326, -0.08159972727298737, -0.0637483075261116, -0.022379884496331215, 0.1721295267343521, 0.18400485813617706, -0.005454646423459053, 0.025753973051905632, -0.004961198661476374, 0.024561164900660515, 0.05917113646864891, 0.16695645451545715, 0.023543115705251694, -0.028979184105992317, 0.008331828750669956, -0.029559824615716934, -0.023883910849690437, -0.13965578377246857, -0.08523622155189514, 0.0302288755774498, 0.06215335801243782, -0.11233039945363998, -0.08307866752147675, 0.16820289194583893, -0.03223521634936333, 0.14486578106880188, 0.09897752851247787, -0.09866011887788773, -0.07219790667295456, -0.057113051414489746, 0.04794325679540634, 0.004523213487118483, -0.0679255872964859, -0.05953039228916168, 0.009729982353746891, -0.006951122544705868, -0.010504152625799179, -0.3244817852973938, -0.205557182431221, -0.01194697618484497, -0.05021801218390465, 0.1066635474562645, 0.028295591473579407, 0.08804575353860855, 0.0488368421792984, 0.01843731291592121, -0.04199539124965668, 0.25540411472320557, -0.05565960332751274, 0.1200951635837555, 0.048699527978897095, 0.04221489280462265, 0.0027578372973948717, -0.14956894516944885, 0.04132578894495964, -0.06436637789011002, -0.06495372951030731, 0.0545562282204628, 0.020188089460134506, -0.059225454926490784, 0.06530437618494034, -0.04177370294928551, 0.12557414174079895, -0.021343503147363663, 0.0013076228788122535, 0.08579739183187485, -0.01409846544265747, 0.09506747126579285, 0.07640105485916138, -0.14157873392105103, -0.06610851734876633, -0.026508089154958725, 0.01591353677213192, 0.09135618060827255, -0.015939462929964066, -0.12456178665161133, 0.06625999510288239, -0.18121616542339325, 0.01909872516989708, -0.03037896193563938, 0.015795588493347168, 0.062349654734134674, 0.10111681371927261, -0.035730116069316864, 0.09599799662828445, 0.0575203001499176, 0.013325567357242107, -0.14642317593097687, -0.046700168401002884 ]
ec4a0e6963d21687567c1baee3615b52c4eb0c41
# Dataset Card for "ChatDoctor-iCliniq" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ruslanmv/icliniq-7k
[ "region:us" ]
2024-02-16T11:59:51+00:00
{"configs": [{"config_name": "default"}], "dataset_info": {"features": [{"name": "input", "dtype": "string"}, {"name": "answer_icliniq", "dtype": "string"}, {"name": "answer_chatgpt", "dtype": "string"}, {"name": "answer_chatdoctor", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16962106, "num_examples": 7321}], "download_size": 9373080, "dataset_size": 16962106}}
2024-02-16T12:06:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "ChatDoctor-iCliniq" More Information needed
[ "# Dataset Card for \"ChatDoctor-iCliniq\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"ChatDoctor-iCliniq\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"ChatDoctor-iCliniq\"\n\nMore Information needed" ]
[ -0.12705056369304657, 0.12130024284124374, -0.0027589048258960247, 0.016697391867637634, 0.06523194164037704, 0.07349371165037155, 0.18049995601177216, 0.0694487988948822, 0.2599540650844574, -0.03433235362172127, 0.04225471615791321, 0.017804231494665146, 0.06119980290532112, 0.15549179911613464, -0.06875862926244736, -0.05148468539118767, 0.07042056322097778, 0.02379211224615574, -0.020890679210424423, 0.041321367025375366, 0.030017023906111717, -0.0040194508619606495, 0.09871038049459457, -0.051429469138383865, -0.1700894981622696, 0.01846824213862419, -0.041145410388708115, -0.03712940961122513, 0.06853679567575455, -0.054037682712078094, 0.14027442038059235, 0.041154343634843826, -0.05820823460817337, -0.116440050303936, 0.03687117248773575, 0.017473744228482246, -0.043241631239652634, 0.03299158066511154, -0.0061564077623188496, -0.08062373846769333, -0.09837590903043747, 0.012372507713735104, 0.044754836708307266, -0.04629864543676376, -0.11109872907400131, -0.07184895128011703, -0.1398284137248993, -0.040176212787628174, 0.0006227275007404387, 0.019515158608555794, 0.07153509557247162, 0.17480646073818207, -0.101140595972538, 0.09119019657373428, 0.09625356644392014, -0.13923819363117218, 0.04769712686538696, 0.2283773124217987, 0.04237411171197891, 0.20173344016075134, 0.014842987060546875, 0.02235342003405094, 0.03605516627430916, -0.054639462381601334, -0.17037706077098846, -0.029452497139573097, -0.19061945378780365, 0.04102189466357231, -0.0070998710580170155, -0.10501165688037872, 0.3509996831417084, -0.003227246692404151, 0.0038448923733085394, 0.09959045797586441, -0.0011528898030519485, -0.12149966508150101, -0.009654438123106956, -0.006884569767862558, 0.008584519848227501, 0.03289484605193138, -0.001947232405655086, -0.0023517992813140154, -0.08020307123661041, -0.10642393678426743, -0.14032873511314392, -0.07489681243896484, -0.015522165223956108, 0.16354982554912567, -0.21888913214206696, -0.09829853475093842, -0.04873323440551758, 0.020901281386613846, -0.0639718770980835, -0.06646563857793808, -0.04615981504321098, -0.056184906512498856, 0.003046159166842699, 0.02199537865817547, 0.15153339505195618, 0.0225466787815094, -0.060451965779066086, 0.06915503740310669, -0.10424967855215073, 0.0717536136507988, 0.18309800326824188, -0.04477909207344055, 0.09903136640787125, 0.03780580312013626, -0.05204019695520401, -0.1746218502521515, -0.04335293918848038, -0.10404695570468903, -0.11378199607133865, 0.01845327578485012, -0.04241827875375748, 0.12927944958209991, -0.06602130085229874, -0.07942844927310944, -0.0258026123046875, -0.05975845083594322, 0.2880133092403412, -0.01631486602127552, 0.04499401897192001, 0.017685795202851295, -0.05475638434290886, -0.057616643607616425, -0.04770008847117424, 0.00875585712492466, -0.003062853356823325, -0.10691208392381668, -0.019892975687980652, 0.006762195378541946, -0.0233981441706419, -0.006032020319253206, 0.0694175511598587, -0.1272558867931366, 0.015697380527853966, -0.13246171176433563, -0.15299884974956512, 0.016313068568706512, 0.07821427285671234, -0.05242261663079262, 0.14857029914855957, -0.04146050289273262, 0.08891326189041138, -0.011700120754539967, -0.03875759616494179, -0.08439083397388458, -0.08274422585964203, -0.003872908651828766, -0.101096510887146, 0.0813998430967331, -0.24378442764282227, 0.049003951251506805, -0.093724824488163, -0.000576428254134953, -0.03652926906943321, 0.059421274811029434, -0.12127584964036942, 0.024618925526738167, -0.05789954215288162, 0.03499476984143257, -0.06078338250517845, 0.004692789167165756, 0.0007133047329261899, 0.11088616400957108, -0.17394253611564636, -0.03335604444146156, 0.23152640461921692, -0.15315143764019012, -0.23111318051815033, 0.0716211348772049, -0.01913847215473652, 0.007378711830824614, 0.0010571947786957026, 0.3333381712436676, 0.1200752779841423, -0.08507412672042847, -0.05710434913635254, 0.13226279616355896, -0.168846994638443, -0.31159064173698425, 0.010656765662133694, -0.02770969085395336, -0.0008552052895538509, -0.0034961572382599115, 0.16320247948169708, -0.01198025792837143, -0.07048337906599045, -0.045503318309783936, -0.01837298832833767, -0.07323049008846283, -0.007813723757863045, -0.001962892711162567, 0.03442851081490517, -0.023724813014268875, 0.17462803423404694, -0.03099658153951168, 0.07347074896097183, 0.02031584642827511, -0.012655689381062984, -0.08216319233179092, 0.03933614492416382, -0.04718326777219772, 0.007513140793889761, -0.1159699335694313, -0.1720486581325531, 0.05233374610543251, 0.04039667174220085, -0.005037733353674412, 0.01874574087560177, 0.09559047967195511, -0.06265254318714142, 0.0754644051194191, 0.032235514372587204, 0.1704750955104828, 0.040778305381536484, -0.013641014695167542, -0.03807997703552246, 0.04753664880990982, -0.1260463297367096, 0.05685873702168465, -0.04723966121673584, -0.023157671093940735, 0.10447834432125092, 0.0453280508518219, 0.030145717784762383, -0.04644261673092842, 0.01454331073909998, -0.016973311081528664, -0.019888371229171753, -0.049249470233917236, 0.013313363306224346, 0.021070003509521484, -0.0052169193513691425, 0.1337522715330124, 0.01095638982951641, 0.03512318804860115, 0.12129421532154083, -0.026290519163012505, 0.05318709835410118, -0.17336462438106537, 0.04768091440200806, -0.010289164260029793, 0.004281659610569477, 0.03776087984442711, 0.04260900616645813, 0.000979077653028071, 0.059999022632837296, -0.03599301725625992, 0.050476305186748505, 0.0278958547860384, -0.03649274632334709, -0.13505089282989502, 0.038575250655412674, 0.09710346162319183, -0.19862082600593567, 0.11210645735263824, 0.13766293227672577, 0.1686982810497284, 0.15397332608699799, -0.057264845818281174, -0.01807006075978279, -0.0018558911979198456, 0.04014742374420166, -0.012157058343291283, 0.13760052621364594, -0.2768397927284241, -0.023155873641371727, 0.07016926258802414, 0.07682771980762482, 0.07622064650058746, -0.03331858292222023, -0.050217173993587494, -0.0127204405143857, -0.02865976095199585, -0.17323623597621918, 0.012753047980368137, 0.044862210750579834, 0.04350632056593895, 0.012303821742534637, -0.08954357355833054, 0.1266992688179016, -0.012934980913996696, -0.03176438435912132, 0.09746100753545761, -0.2007606029510498, -0.32722029089927673, 0.018548965454101562, -0.16213884949684143, 0.017614593729376793, 0.002746209502220154, -0.0393940731883049, -0.1866200864315033, 0.016636017709970474, 0.003780140308663249, -0.13114646077156067, -0.13327263295650482, -0.010077288374304771, 0.005020188633352518, -0.022212738171219826, -0.10182029753923416, -0.11870423704385757, 0.0026649439241737127, -0.057237837463617325, 0.06942986696958542, 0.17918048799037933, -0.18434453010559082, 0.09494273364543915, 0.12389486283063889, -0.047358401119709015, 0.11832453310489655, -0.016428004950284958, 0.12050267308950424, -0.09197031706571579, -0.026615876704454422, 0.09721677750349045, 0.04283877834677696, 0.017108391970396042, 0.09551479667425156, 0.012046684511005878, -0.1275063306093216, -0.016907082870602608, -0.07469575852155685, -0.17053790390491486, -0.25573495030403137, -0.15583987534046173, -0.08272598683834076, 0.15099576115608215, 0.015497722662985325, 0.07283896207809448, 0.03826555982232094, 0.044851403683423996, 0.14178374409675598, -0.02349611558020115, -0.07410330325365067, -0.008401311002671719, -0.14653527736663818, -0.022322827950119972, -0.027854010462760925, -0.08434576541185379, 0.015011156909167767, 0.1466025859117508, 0.2043883055448532, 0.24154925346374512, 0.09622310101985931, 0.23518505692481995, 0.020721392706036568, 0.22703923285007477, 0.13697023689746857, 0.05766747519373894, 0.07578689604997635, -0.04992159083485603, 0.0345783494412899, 0.05490890517830849, -0.11107512563467026, -0.04779093340039253, 0.1046084612607956, -0.21471190452575684, 0.05296724662184715, -0.049143463373184204, 0.01908870041370392, -0.03720836713910103, 0.03946920484304428, -0.14019803702831268, 0.0744723528623581, -0.02181657962501049, 0.13242344558238983, -0.11023382097482681, 0.06555601209402084, 0.11513201892375946, -0.04646691307425499, -0.013160339556634426, 0.001768401707522571, 0.05336000397801399, -0.18312287330627441, -0.049293696880340576, -0.0268193818628788, -0.09236545860767365, -0.013857945799827576, 0.07185200601816177, -0.13122721016407013, 0.162252739071846, 0.017153775319457054, -0.06051545590162277, -0.11400426924228668, -0.05794577673077583, -0.03373292088508606, 0.13406358659267426, 0.052778322249650955, 0.10474716126918793, -0.13542838394641876, -0.1044754758477211, -0.09547483921051025, -0.0068169524893164635, 0.14945374429225922, 0.062071867287158966, -0.1446741819381714, 0.05112941935658455, 0.0048205917701125145, -0.04720747470855713, -0.22240419685840607, -0.026946598663926125, -0.167952299118042, 0.0014155097305774689, 0.16011540591716766, 0.025135710835456848, 0.027944514527916908, 0.048403624445199966, -0.012510721571743488, 0.19083750247955322, 0.146404430270195, -0.02924792841076851, -0.08011648803949356, -0.05197099223732948, 0.06445106863975525, -0.0001675933599472046, -0.01410653442144394, -0.006766945123672485, 0.03758300468325615, -0.02680767886340618, -0.16081474721431732, 0.08387427031993866, -0.13169999420642853, 0.1650267392396927, -0.11173892021179199, 0.10286783427000046, 0.02766445465385914, -0.03551066294312477, 0.03192528709769249, 0.004416664596647024, -0.043688494712114334, -0.047934990376234055, 0.11872342973947525, -0.08444081246852875, -0.038960136473178864, 0.26151376962661743, 0.05977737158536911, -0.07512158155441284, 0.08028260618448257, -0.06221938878297806, 0.19678319990634918, 0.09425891190767288, -0.020950382575392723, 0.15182426571846008, 0.1699540615081787, -0.03545984625816345, -0.16045798361301422, 0.02148730494081974, -0.1257934272289276, -0.12423430383205414, -0.03145825117826462, -0.17557118833065033, 0.07899624854326248, 0.08479104936122894, -0.02525852806866169, 0.24787262082099915, -0.12717033922672272, 0.020748836919665337, 0.14305102825164795, 0.05311193689703941, 0.35177701711654663, -0.07934048026800156, -0.10359324514865875, -0.04250989481806755, -0.09615600109100342, 0.2380380928516388, -0.11802233755588531, 0.009040343575179577, 0.030442360788583755, 0.09311213344335556, -0.004236039239913225, -0.057628896087408066, 0.08101550489664078, 0.07888300716876984, 0.07563146203756332, -0.06405745446681976, -0.08319933712482452, 0.048520419746637344, -0.034020278602838516, 0.0774809792637825, 0.08201681822538376, 0.03843468800187111, -0.09930040687322617, 0.052276141941547394, -0.0043101622723042965, -0.01607917621731758, 0.05805182084441185, -0.04519264027476311, -0.0733732357621193, 0.024658067151904106, -0.09025091677904129, 0.012551411055028439, 0.14309582114219666, 0.03239559754729271, -0.028777258470654488, 0.10281952470541, -0.0424659438431263, -0.1678130328655243, -0.013227990828454494, -0.07220147550106049, -0.045057300478219986, 0.04503336176276207, -0.038048338145017624, 0.030668199062347412, 0.08390503376722336, -0.005526725668460131, 0.10229522734880447, 0.04400890693068504, -0.041950471699237823, 0.030503110960125923, 0.08571064472198486, -0.08969998359680176, -0.02948058769106865, 0.10668207705020905, 0.11979252845048904, 0.07914716750383377, 0.1579800397157669, 0.09596838057041168, 0.08100061863660812, 0.014234489761292934, -0.04935040697455406, 0.06273980438709259, -0.021873096004128456, -0.0035516959615051746, 0.04956094175577164, 0.02354351058602333, -0.20273196697235107, 0.14590057730674744, 0.0758744478225708, -0.142454594373703, 0.05406973510980606, 0.019475847482681274, -0.12449388206005096, -0.12067358940839767, -0.030452212318778038, 0.2886416018009186, -0.047006942331790924, -0.12824687361717224, 0.009278583340346813, -0.03495527058839798, 0.028798693791031837, 0.08775748312473297, 0.00499929953366518, 0.05262104794383049, 0.03281467407941818, -0.007756255101412535, -0.050342995673418045, -0.04590410739183426, -0.15502335131168365, 0.043027181178331375, -0.059567272663116455, -0.23397381603717804, -0.03079211711883545, 0.12756602466106415, -0.039633095264434814, -0.16198988258838654, -0.1145787388086319, 0.06317100673913956, -0.042236898094415665, 0.034439463168382645, -0.011506235226988792, 0.016959132626652718, 0.0026264595799148083, 0.0104404641315341, 0.03152347728610039, -0.0337698720395565, -0.09772931039333344, 0.10159647464752197, 0.0354546383023262, 0.03367581591010094, -0.1204449012875557, -0.012873671017587185, 0.04247907176613808, 0.039250243455171585, 0.1411517709493637, 0.17531929910182953, -0.02357993647456169, 0.04582061618566513, -0.14650876820087433, -0.10617367178201675, 0.05974316596984863, 0.09265606850385666, 0.1638435572385788, 0.06726820021867752, -0.04554864764213562, 0.07801194489002228, -0.07364882528781891, 0.0511770062148571, 0.05148126929998398, -0.025969315320253372, -0.018069883808493614, -0.14637303352355957, -0.09448140859603882, -0.02168724313378334, 0.02091677114367485, 0.17541158199310303, 0.054211217910051346, 0.014934791252017021, 0.03696834668517113, 0.013029366731643677, 0.022717764601111412, -0.05066094174981117, 0.08012891560792923, -0.09478942304849625, 0.0071154008619487286, 0.011421444825828075, 0.014701277948915958, -0.03221756964921951, 0.3113272786140442, 0.007501582615077496, -0.06334681063890457, -0.03590435907244682, 0.022927233949303627, -0.12358958274126053, -0.04346625134348869, 0.09761565178632736, 0.06999693065881729, -0.05561652034521103, 0.010108399204909801, 0.08771418780088425, 0.04953496903181076, 0.11925256252288818, 0.07915680855512619, 0.07605890184640884, 0.08123145997524261, -0.018233178183436394, 0.05444149300456047, -0.09534657001495361, 0.00161038339138031, -0.16355349123477936, -0.060967348515987396, 0.05522315949201584, 0.04991212859749794, 0.031196774914860725, -0.05929429084062576, -0.01796971634030342, 0.02684280276298523, -0.050132572650909424, -0.09690692275762558, -0.020109493285417557, -0.023618238046765327, -0.024335866793990135, -0.18557952344417572, 0.012709918431937695, -0.09217628091573715, 0.01752089150249958, 0.21738335490226746, 0.09548798948526382, 0.052970342338085175, 0.05936866253614426, -0.09288269281387329, 0.07558635622262955, -0.008077055215835571, -0.04363009333610535, -0.0026777200400829315, -0.02837449684739113, -0.06436260044574738, 0.020741363987326622, -0.004161407705396414, -0.029265863820910454, 0.02679818496108055, 0.1288922280073166, 0.029818806797266006, -0.08299960196018219, -0.09599281847476959, -0.05279163643717766, 0.048751406371593475, -0.09262781590223312, 0.10495183616876602, 0.08925490826368332, 0.0696704089641571, 0.04091115668416023, 0.11113306134939194, 0.0279249120503664, 0.05717325210571289, -0.053361136466264725, -0.14276404678821564, -0.05894051864743233, 0.05100616067647934, -0.03770783916115761, -0.0487506128847599, -0.13748487830162048, 0.15904833376407623, 0.18279671669006348, -0.0671590194106102, -0.006131125148385763, 0.003503573825582862, 0.026149068027734756, 0.014422961510717869, 0.15521182119846344, 0.05924099683761597, 0.09828663617372513, -0.00922639761120081, -0.04800400137901306, 0.014282475225627422, -0.04496034234762192, -0.059483256191015244, 0.034436680376529694, 0.020715152844786644, -0.02019212581217289, -0.08357033878564835, 0.11988156288862228, -0.22094638645648956, -0.06856925785541534, 0.07118933647871017, -0.18265561759471893, -0.08635761588811874, -0.07022161036729813, 0.1588607132434845, 0.026680070906877518, 0.03264646604657173, -0.042470306158065796, -0.002580000553280115, -0.06901310384273529, 0.0017720150062814355, -0.2886858582496643, -0.2227196991443634, 0.050487399101257324, -0.09136612713336945, 0.10688010603189468, -0.023277034983038902, 0.11450103670358658, 0.03887661173939705, 0.04675279185175896, -0.07625778764486313, -0.015583008527755737, -0.03227975219488144, 0.0598791129887104, -0.056117381900548935, 0.011280911974608898, -0.0726061463356018, -0.012392474338412285, 0.09920836985111237, -0.123863086104393, -0.059290528297424316, 0.06080588325858116, 0.06542739272117615, -0.07217840105295181, 0.0026711903046816587, -0.041271064430475235, 0.10215028375387192, 0.0563562773168087, 0.020370174199342728, 0.04477958008646965, 0.020659159868955612, 0.06719502806663513, 0.004256816580891609, -0.12881985306739807, -0.09245803207159042, -0.03430512174963951, -0.08818446844816208, 0.16375517845153809, 0.05301392450928688, -0.07791310548782349, 0.04733375832438469, -0.1555900126695633, 0.02580413781106472, -0.001466497778892517, 0.06482557952404022, 0.1604415625333786, 0.10678356885910034, -0.033903636038303375, 0.20683929324150085, 0.07343532890081406, 0.018992772325873375, -0.0017651984235271811, -0.07462850958108902 ]
db6c3ec125c140ce02c6cc13c6dda98dbeca1ff7
# AI Medical Chatbot Dataset This is an experimental Dataset designed to run a Medical Chatbot It contains at least 250k dialogues between a Patient and a Doctor. ![](future.jpg) For furter information visit the project here: [https://github.com/ruslanmv/ai-medical-chatbot](https://github.com/ruslanmv/ai-medical-chatbot)
ruslanmv/ai-medical-chatbot
[ "region:us" ]
2024-02-16T12:10:13+00:00
{"configs": [{"config_name": "default", "data_files": [{"path": "dialogues.*", "split": "train"}]}], "dataset_info": {"dataset_size": 141665910, "download_size": 141665910, "features": [{"dtype": "string", "name": "Description"}, {"dtype": "string", "name": "Patient"}, {"dtype": "string", "name": "Doctor"}], "splits": [{"name": "train", "num_bytes": 141665910, "num_examples": 256916}]}}
2024-02-16T14:35:02+00:00
[]
[]
TAGS #region-us
# AI Medical Chatbot Dataset This is an experimental Dataset designed to run a Medical Chatbot It contains at least 250k dialogues between a Patient and a Doctor. ![](URL) For furter information visit the project here: URL
[ "# AI Medical Chatbot Dataset\n\nThis is an experimental Dataset designed to run a Medical Chatbot\nIt contains at least 250k dialogues between a Patient and a Doctor.\n\n![](URL)\n\nFor furter information visit the project here:\nURL" ]
[ "TAGS\n#region-us \n", "# AI Medical Chatbot Dataset\n\nThis is an experimental Dataset designed to run a Medical Chatbot\nIt contains at least 250k dialogues between a Patient and a Doctor.\n\n![](URL)\n\nFor furter information visit the project here:\nURL" ]
[ 6, 52 ]
[ "passage: TAGS\n#region-us \n# AI Medical Chatbot Dataset\n\nThis is an experimental Dataset designed to run a Medical Chatbot\nIt contains at least 250k dialogues between a Patient and a Doctor.\n\n![](URL)\n\nFor furter information visit the project here:\nURL" ]
[ -0.010874669067561626, 0.04152733460068703, 0.0002846780407708138, -0.10059592872858047, 0.05624135211110115, 0.0320558100938797, 0.19001255929470062, 0.1205916479229927, 0.2180793732404709, 0.07756597548723221, 0.07332923263311386, 0.014230307191610336, 0.07917686551809311, 0.2335692048072815, 0.044854503124952316, -0.15673761069774628, 0.07077696174383163, 0.05478719249367714, 0.08103310316801071, 0.029312213882803917, 0.019715799018740654, -0.04437364265322685, 0.02504402957856655, 0.01156167034059763, -0.07544124871492386, -0.028972962871193886, 0.046706423163414, -0.03614368289709091, 0.06012415513396263, -0.09464411437511444, 0.05466724559664726, -0.046015746891498566, -0.012976637110114098, -0.025648515671491623, -0.0020579728297889233, -0.050388649106025696, 0.05528821423649788, 0.06494758278131485, -0.1414424180984497, -0.0483698770403862, 0.17824159562587738, -0.00674215005710721, 0.0219576358795166, 0.02604752406477928, -0.13060177862644196, -0.006586110219359398, -0.06499329209327698, -0.07696442306041718, 0.09120681136846542, 0.15689000487327576, -0.012124673463404179, 0.32485610246658325, -0.12306562811136246, 0.011500732973217964, 0.1058533564209938, -0.24474415183067322, 0.016365503892302513, 0.15924037992954254, 0.1423516422510147, 0.0748196393251419, -0.06266988813877106, 0.06358124315738678, -0.01852475479245186, -0.011515425518155098, -0.12200577557086945, -0.04874477908015251, -0.18361680209636688, -0.02974262461066246, -0.019176853820681572, 0.004538345616310835, 0.4557276666164398, -0.05773092433810234, 0.0373641662299633, 0.05818160995841026, 0.007981470786035061, -0.1074817031621933, 0.023057909682393074, -0.027670184150338173, -0.0822598859667778, -0.008378003723919392, -0.043229516595602036, -0.009680994786322117, -0.027818914502859116, -0.11178616434335709, -0.17274592816829681, -0.05846758186817169, -0.04563990980386734, 0.1253645271062851, -0.17243660986423492, -0.02225683256983757, 0.017504649236798286, 0.016108857467770576, 0.025732744485139847, -0.06082923710346222, -0.1989736706018448, -0.05057629197835922, -0.0739729031920433, -0.12487714737653732, 0.16099557280540466, -0.029040109366178513, -0.044712357223033905, -0.032611120492219925, -0.0021645028609782457, 0.034280333667993546, 0.18665437400341034, -0.054790571331977844, -0.05702188238501549, 0.057071980088949203, -0.03439578413963318, 0.03155422583222389, 0.0612957663834095, -0.02531014382839203, -0.06798067688941956, 0.09731990098953247, -0.07810197025537491, 0.04000094532966614, -0.10081184655427933, -0.0352315828204155, -0.09026923030614853, -0.012539052404463291, 0.04295840859413147, 0.0382600836455822, -0.030636800453066826, 0.02611744962632656, -0.03780575469136238, -0.0805935189127922, 0.0033875314984470606, 0.061080366373062134, -0.018851855769753456, -0.15648598968982697, -0.0683143213391304, 0.009070231579244137, -0.0986001268029213, -0.010072088800370693, 0.05649220943450928, 0.06170324608683586, 0.01955438032746315, -0.10478483140468597, 0.0992906466126442, 0.024683335795998573, -0.01214582473039627, -0.07226745784282684, 0.11275987327098846, -0.05380597710609436, 0.10830699652433395, 0.00453057000413537, -0.0017270238604396582, -0.11368443816900253, -0.04498397186398506, 0.009307716973125935, -0.12512561678886414, 0.180302232503891, -0.24617932736873627, -0.04299689084291458, -0.10425405204296112, 0.01794694922864437, -0.09887506067752838, 0.025417663156986237, -0.0608639195561409, 0.006832687184214592, -0.024158108979463577, 0.0745573341846466, -0.16103535890579224, -0.02866845391690731, 0.11390066146850586, 0.12034107744693756, -0.21304547786712646, 0.038460783660411835, 0.2594672441482544, 0.021922143176198006, -0.25934040546417236, 0.12346407026052475, -0.010268043726682663, 0.08673247694969177, 0.07159213721752167, 0.3577231168746948, -0.09519726037979126, -0.0719083845615387, -0.14027176797389984, -0.016947200521826744, -0.09152597188949585, -0.06723275035619736, 0.10149268060922623, -0.04859687760472298, -0.01280195266008377, -0.0323483981192112, 0.15480543673038483, 0.049326177686452866, -0.12375272065401077, -0.04584520310163498, 0.037125203758478165, -0.12159132212400436, -0.08755951374769211, -0.026352329179644585, 0.05804307386279106, -0.10993462055921555, 0.1256231963634491, -0.082065150141716, 0.1625889390707016, 0.03170999884605408, -0.0846305787563324, -0.17538173496723175, -0.13334618508815765, 0.11329028755426407, 0.052148379385471344, -0.07003817707300186, -0.20279617607593536, 0.03707744926214218, 0.06077628955245018, 0.11397726833820343, 0.09196038544178009, 0.009799318388104439, -0.028540387749671936, 0.10553288459777832, 0.0833936408162117, 0.08122620731592178, 0.02938997745513916, -0.124359630048275, -0.04295733571052551, 0.07229350507259369, -0.11360903829336166, 0.14605067670345306, -0.046793192625045776, -0.02936232089996338, -0.17680318653583527, 0.11626946181058884, 0.05503508448600769, -0.07932766526937485, 0.14254438877105713, -0.0020781608764082193, -0.014264088124036789, 0.02426084689795971, -0.010098141618072987, -0.05251224711537361, -0.07607812434434891, 0.15017098188400269, 0.017105568200349808, -0.13177260756492615, 0.04987693578004837, -0.06021999567747116, 0.019785013049840927, -0.07952790707349777, 0.013710903003811836, 0.017691127955913544, -0.09954635798931122, -0.15636596083641052, 0.12773075699806213, -0.014231824316084385, 0.03705515339970589, 0.11605771631002426, 0.1069035530090332, -0.04664629325270653, -0.13234536349773407, 0.002336581004783511, 0.024800170212984085, 0.07799976319074631, -0.2581064701080322, -0.027179136872291565, 0.03288053721189499, 0.04016803577542305, 0.1791767030954361, 0.018455924466252327, -0.040468230843544006, -0.14002488553524017, -0.031252067536115646, 0.016965970396995544, 0.06029588356614113, -0.39352497458457947, -0.020324749872088432, 0.03700320050120354, -0.01176411658525467, 0.029064159840345383, 0.022097570821642876, -0.04486294835805893, -0.09899415075778961, -0.01695144549012184, -0.02145715244114399, 0.06952553242444992, -0.025120746344327927, 0.15462806820869446, 0.0493796169757843, -0.1108652725815773, 0.004333029966801405, -0.012328880839049816, -0.07071094959974289, 0.04025274142622948, -0.08955860137939453, -0.2654341161251068, 0.017106346786022186, -0.0077538569457829, 0.06902853399515152, 0.04230353236198425, -0.05764402076601982, -0.11082054674625397, 0.02985120564699173, -0.02140973135828972, -0.03108484484255314, 0.12834228575229645, -0.013975217007100582, 0.08719607442617416, 0.035934917628765106, -0.03610588610172272, 0.004047979135066271, -0.03307737410068512, -0.13270343840122223, -0.03816625475883484, 0.09499518573284149, -0.14914284646511078, 0.10958480089902878, 0.16520096361637115, 0.021024970337748528, 0.06950052082538605, 0.037229061126708984, 0.19415375590324402, -0.10666847974061966, 0.022100307047367096, -0.007799157407134771, 0.08813165873289108, -0.12691091001033783, 0.1681138128042221, 0.10203055292367935, -0.1046704351902008, 0.11350734531879425, -0.027836007997393608, -0.02872333489358425, -0.2532764673233032, -0.12419086694717407, -0.055940236896276474, 0.014052582904696465, -0.09612729400396347, -0.002333112293854356, -0.0008894636412151158, 0.007187391631305218, 0.11930176615715027, 0.0006283964030444622, -0.13149526715278625, -0.085950568318367, -0.08454641699790955, -0.0809498131275177, 0.07729563117027283, -0.028620896860957146, -0.10607554018497467, 0.048126254230737686, 0.005344630219042301, 0.22565369307994843, 0.0827682614326477, 0.18444393575191498, 0.04700423404574394, 0.04967636242508888, 0.06716817617416382, -0.006813723128288984, 0.16004124283790588, -0.0781470388174057, -0.0025553456507623196, 0.024149950593709946, -0.11940298229455948, 0.02358824945986271, 0.07817988842725754, -0.1721743494272232, 0.023914054036140442, 0.021499698981642723, 0.13303573429584503, -0.02573525160551071, 0.2040168046951294, -0.08666548132896423, -0.050588686019182205, 0.014920584857463837, 0.012064933776855469, -0.04641716554760933, 0.06775975972414017, 0.1971203088760376, -0.044584229588508606, -0.05982315540313721, 0.010289567522704601, 0.05773666128516197, -0.14239253103733063, 0.062349144369363785, -0.1390032023191452, -0.09779799729585648, -0.04199545457959175, 0.07632321864366531, -0.12984661757946014, 0.15465502440929413, -0.02522110380232334, -0.06329234689474106, -0.1117793396115303, -0.10883518308401108, 0.0005489611648954451, 0.08243834227323532, -0.019053220748901367, 0.08676006644964218, -0.1518273949623108, -0.09186961501836777, -0.15446142852306366, 0.03981320932507515, 0.044254858046770096, 0.015731852501630783, -0.028303083032369614, 0.05096496269106865, 0.009680361486971378, -0.09624112397432327, -0.08405708521604538, -0.11017867177724838, -0.014587116427719593, 0.03688087686896324, 0.253184050321579, 0.11942369490861893, 0.06746240705251694, 0.011604816652834415, 0.16208136081695557, 0.007595079019665718, 0.25688156485557556, 0.04615338519215584, -0.023433076217770576, 0.1718166023492813, 0.09275130927562714, -0.04067100211977959, -0.07862190902233124, 0.012080598622560501, -0.056381672620773315, 0.0425100103020668, -0.09364690631628036, 0.057733070105314255, -0.14792944490909576, 0.08359728008508682, -0.06422002613544464, 0.13355769217014313, 0.1202203556895256, 0.06629176437854767, 0.030933521687984467, -0.01590491272509098, -0.05249118059873581, 0.0021661249920725822, 0.1638970822095871, 0.07847373932600021, -0.07079359889030457, 0.2365540713071823, -0.0665503665804863, -0.21703767776489258, -0.0824182853102684, -0.09045682102441788, 0.21174068748950958, -0.047869808971881866, -0.03141053766012192, 0.018866725265979767, 0.15085378289222717, 0.012092290446162224, -0.21593287587165833, 0.004072521813213825, 0.02031373418867588, -0.04165031760931015, 0.031701333820819855, -0.1639285683631897, 0.14496667683124542, 0.06718146055936813, 0.02797383815050125, 0.07032618671655655, -0.19214913249015808, 0.01681053452193737, 0.11685804277658463, -0.07417542487382889, 0.2954145669937134, -0.11929582059383392, -0.08277108520269394, 0.06804630905389786, -0.002708499087020755, 0.21006904542446136, -0.18879011273384094, 0.1033458262681961, 0.008246376179158688, 0.09947726875543594, 0.08173870295286179, -0.008607113733887672, 0.13235396146774292, -0.019016165286302567, -0.00634604599326849, -0.06968573480844498, -0.18588992953300476, 0.03594626113772392, 0.06159907951951027, 0.15868645906448364, 0.11151609569787979, -0.04088185355067253, -0.070196732878685, 0.027125665917992592, -0.08469761908054352, -0.05673052370548248, 0.07560206949710846, -0.07400887459516525, -0.12122566252946854, 0.04495187848806381, -0.10227460414171219, 0.0995168536901474, 0.0913911834359169, -0.05795256048440933, 0.05263049155473709, 0.06561440974473953, 0.09107843041419983, -0.06873682141304016, -0.004467007238417864, 0.0586458295583725, -0.08180049806833267, 0.07061347365379333, 0.023598099127411842, -0.025546850636601448, 0.12868329882621765, 0.008402161300182343, 0.10950823128223419, -0.006236703135073185, -0.14776882529258728, 0.11252763867378235, 0.13433097302913666, -0.12461065500974655, -0.15989699959754944, -0.014002330601215363, 0.2737160921096802, -0.01570563204586506, 0.14439447224140167, 0.12676730751991272, -0.0035811681300401688, 0.003241529455408454, -0.08557046204805374, 0.01446512807160616, -0.0896746888756752, 0.14032430946826935, -0.048684705048799515, 0.021927522495388985, -0.08827744424343109, -0.03150320425629616, 0.13483740389347076, -0.1120581179857254, 0.10263747721910477, 0.13935644924640656, -0.09234260767698288, -0.16597402095794678, -0.12287625670433044, 0.1603900045156479, -0.07261023670434952, -0.061518240720033646, 0.017803611233830452, -0.011147278361022472, -0.030644994229078293, 0.01681084930896759, -0.03102354146540165, 0.0012754278723150492, 0.011454932391643524, 0.008619151078164577, -0.004938867874443531, 0.015983697026968002, -0.0931277796626091, 0.01519706193357706, 0.060021478682756424, -0.02634487859904766, 0.011183750815689564, 0.11563456803560257, -0.07232529670000076, -0.0992947593331337, -0.17124825716018677, 0.04255880415439606, -0.024445900693535805, -0.08107182383537292, -0.03529047220945358, -0.13778293132781982, 0.030415378510951996, -0.016358543187379837, -0.03195016831159592, -0.09994262456893921, -0.02451288513839245, -0.012301435694098473, 0.004192174877971411, 0.032530587166547775, -0.04967319220304489, 0.014171987771987915, 0.08515381813049316, 0.016648611053824425, 0.1776527762413025, 0.15825484693050385, -0.0269072987139225, -0.03988640382885933, -0.08489309996366501, -0.06215957924723625, 0.11061850190162659, 0.14376269280910492, 0.1109667420387268, -0.08447016030550003, -0.08572026342153549, 0.039350394159555435, 0.03036186285316944, 0.10679630935192108, 0.09855775535106659, 0.012870083563029766, -0.0703640803694725, 0.06961634755134583, -0.06184133514761925, -0.09645717591047287, -0.029560312628746033, 0.024791715666651726, 0.032274313271045685, 0.048852451145648956, -0.04720715433359146, -0.0002850488817784935, -0.03226091340184212, -0.019801629707217216, -0.01950424537062645, -0.050651803612709045, -0.0105202691629529, 0.007075383793562651, 0.0728459507226944, 0.006848030257970095, 0.14160767197608948, -0.00413242494687438, -0.11193864792585373, -0.04339444637298584, 0.11464251577854156, 0.020685212686657906, -0.004078979603946209, 0.006636974401772022, 0.11885146051645279, -0.05854550376534462, -0.14483246207237244, 0.0484781488776207, 0.01683771423995495, 0.12058360874652863, 0.15116360783576965, -0.1001240685582161, 0.14820335805416107, -0.11905476450920105, 0.009285411797463894, -0.018339233472943306, -0.07779064774513245, -0.17826606333255768, -0.08620189130306244, 0.006560002453625202, 0.009451203048229218, -0.032915789633989334, 0.08689127117395401, -0.032151736319065094, 0.04460280016064644, -0.16645431518554688, -0.08848854899406433, -0.025932198390364647, -0.03428558260202408, 0.007049174979329109, -0.1844111680984497, -0.05150742083787918, -0.10067052394151688, 0.03536810353398323, 0.09848213940858841, 0.04979483783245087, -0.006132671143859625, 0.2552483081817627, -0.11544176191091537, 0.09506366401910782, -0.026639970019459724, -0.05795520171523094, -0.047058235853910446, -0.08399469405412674, 0.014674580655992031, -0.05215354263782501, 0.01170422788709402, 0.03797455132007599, 0.07082433998584747, -0.01824014261364937, -0.003382348222658038, -0.08568885177373886, -0.05955630913376808, 0.03653484955430031, -0.10786841064691544, -0.08820313215255737, 0.0707533061504364, 0.18672865629196167, -0.0039942883886396885, 0.026378534734249115, 0.2263340801000595, 0.0004283208982087672, 0.06869606673717499, -0.197962686419487, 0.004949282389134169, -0.13453775644302368, -0.014988953247666359, -0.1461256891489029, -0.02654559537768364, -0.15460620820522308, 0.25428733229637146, 0.21772971749305725, -0.15154126286506653, -0.04898020625114441, -0.08307554572820663, 0.02250009775161743, -0.05339236557483673, 0.21290431916713715, 0.11079873889684677, 0.18655797839164734, -0.0037317336536943913, 0.012203162536025047, -0.052517443895339966, -0.07426058501005173, -0.15759602189064026, -0.2005099505186081, 0.11567488312721252, 0.051289621740579605, -0.02680530957877636, 0.1327095627784729, -0.161702960729599, -0.01645355485379696, -0.18087580800056458, -0.18867111206054688, -0.0020386057440191507, -0.08588027209043503, 0.0857023224234581, 0.028933363035321236, 0.04845967888832092, -0.06610358506441116, 0.10321908444166183, -0.012129277922213078, -0.022623447701334953, -0.15431806445121765, -0.1597501039505005, 0.15575993061065674, -0.15501272678375244, 0.05372152850031853, 0.004606940317898989, 0.1300889402627945, 0.03122524917125702, -0.041730064898729324, -0.06252800673246384, 0.21734899282455444, -0.059471435844898224, 0.05776000767946243, -0.00254071201197803, 0.09269494563341141, -0.009091086685657501, 0.08112242817878723, 0.06667033582925797, -0.14922372996807098, -0.098842553794384, 0.056454747915267944, 0.16748657822608948, -0.10101668536663055, 0.18683961033821106, -0.056376587599515915, 0.09072426706552505, 0.08401679992675781, -0.00931601133197546, 0.13130858540534973, 0.04911784455180168, -0.0037614561151713133, -0.0004660684207919985, -0.08231135457754135, -0.16399060189723969, -0.18929989635944366, 0.05051105096936226, -0.012697969563305378, -0.006490164436399937, -0.15795248746871948, 0.026099158450961113, -0.03230946883559227, 0.02989620342850685, 0.062166884541511536, 0.035975731909275055, 0.15023069083690643, 0.0045026009902358055, -0.053768955171108246, 0.1296386420726776, 0.03233305737376213, 0.04466917738318443, -0.07329876720905304, -0.10452695190906525 ]
1771ecb2e231d6e743a6a2e32482544315a1f8e5
# Dataset Card for Dataset Name <!-- Provide a quick summary of the dataset. --> This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
Izazk/izaz-mind2web-dataset
[ "task_categories:text-generation", "task_categories:text-classification", "task_categories:feature-extraction", "size_categories:10K<n<100K", "code", "biology", "webdataset", "climate", "finance", "legal", "region:us" ]
2024-02-16T12:12:56+00:00
{"size_categories": ["10K<n<100K"], "task_categories": ["text-generation", "text-classification", "feature-extraction"], "pretty_name": "Mind2webAction", "tags": ["code", "biology", "webdataset", "climate", "finance", "legal"]}
2024-02-16T12:34:30+00:00
[]
[]
TAGS #task_categories-text-generation #task_categories-text-classification #task_categories-feature-extraction #size_categories-10K<n<100K #code #biology #webdataset #climate #finance #legal #region-us
# Dataset Card for Dataset Name This dataset card aims to be a base template for new datasets. It has been generated using this raw template. ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Dataset Name\n\n\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#task_categories-text-generation #task_categories-text-classification #task_categories-feature-extraction #size_categories-10K<n<100K #code #biology #webdataset #climate #finance #legal #region-us \n", "# Dataset Card for Dataset Name\n\n\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 70, 34, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-text-classification #task_categories-feature-extraction #size_categories-10K<n<100K #code #biology #webdataset #climate #finance #legal #region-us \n# Dataset Card for Dataset Name\n\n\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]## Dataset Card Contact" ]
[ -0.005996564868837595, 0.25540265440940857, -0.004560162778943777, 0.03398875892162323, 0.09637594223022461, 0.01538878120481968, 0.055993035435676575, 0.1327475905418396, -0.0024013896472752094, 0.16015323996543884, 0.018500711768865585, 0.13186994194984436, 0.13656361401081085, 0.14594480395317078, -0.05833343416452408, -0.18514713644981384, 0.04168696701526642, -0.059766169637441635, 0.03262399509549141, 0.13130246102809906, 0.14014127850532532, -0.1111242026090622, 0.06439027190208435, -0.07452966272830963, -0.021760843694210052, -0.02218642458319664, -0.03415080904960632, -0.04703309386968613, 0.029475092887878418, 0.04159492626786232, 0.05647902935743332, 0.03880457207560539, 0.05964525789022446, -0.3100569546222687, 0.017498085275292397, 0.0548287071287632, 0.0030948310159146786, 0.06579835712909698, 0.07891726493835449, -0.1146196573972702, 0.10501714050769806, -0.13318811357021332, 0.1249193400144577, 0.07328443229198456, -0.12782561779022217, -0.1817295104265213, -0.1248031035065651, 0.06899118423461914, 0.09312910586595535, 0.023588621988892555, -0.0479002483189106, 0.12673214077949524, -0.07127560675144196, 0.026160843670368195, 0.1259954273700714, -0.06393404304981232, -0.03756282851099968, 0.05614963173866272, 0.07500599324703217, 0.06126559153199196, -0.11107722669839859, 0.006787566002458334, 0.04246489331126213, 0.005545265041291714, 0.1079133003950119, -0.022626768797636032, 0.04280884563922882, 0.03259997069835663, -0.14189490675926208, -0.11738421767950058, 0.20513056218624115, 0.028108306229114532, -0.014611509628593922, -0.189751535654068, 0.0046165380626916885, 0.04984617978334427, -0.0162165816873312, -0.009331905283033848, 0.010010483674705029, -0.06823701411485672, 0.05251457914710045, 0.013352477923035622, -0.03628191351890564, -0.05476727336645126, 0.06835360825061798, 0.02295631729066372, 0.02406727336347103, -0.00833957176655531, 0.01397701445966959, 0.08064393699169159, 0.05957977846264839, -0.12949150800704956, -0.06340934336185455, -0.04793917015194893, -0.08500271290540695, -0.045185111463069916, 0.08441136032342911, 0.08468377590179443, 0.10252237319946289, 0.17925061285495758, -0.016807153820991516, 0.023922624066472054, -0.06765732169151306, 0.011143690906465054, 0.14766660332679749, -0.020076364278793335, -0.048314888030290604, -0.12232539057731628, -0.009601871483027935, 0.07248750329017639, 0.025283075869083405, -0.04213372617959976, 0.007364613935351372, 0.07127472758293152, 0.04299402981996536, 0.14083817601203918, 0.1319429576396942, 0.012888080440461636, -0.09046808630228043, -0.052436958998441696, 0.13935479521751404, -0.15062378346920013, 0.013994081877171993, 0.04983815923333168, -0.06218976899981499, -0.0646437555551529, -0.04431422799825668, 0.010086744092404842, -0.07686720788478851, 0.09504108875989914, -0.0582224577665329, -0.06579378992319107, -0.09853699058294296, -0.08379648625850677, 0.083815798163414, -0.019675832241773605, -0.019479108974337578, 0.018037179484963417, -0.16692912578582764, -0.054899733513593674, 0.0448589064180851, -0.10107234120368958, -0.1046261414885521, 0.003152633784338832, 0.005703894421458244, 0.007063666824251413, -0.035056330263614655, 0.07619790732860565, -0.06419353932142258, 0.06384611129760742, -0.033170394599437714, 0.058031730353832245, 0.1211378425359726, 0.04109492897987366, -0.09569083154201508, 0.10470037907361984, -0.10994875431060791, 0.09835419058799744, -0.14323332905769348, -0.011472983285784721, -0.16077430546283722, -0.07512408494949341, 0.07494702935218811, -0.022657882422208786, -0.05921675264835358, 0.12627333402633667, -0.18891361355781555, -0.018247904255986214, 0.14518509805202484, -0.12680523097515106, -0.10831703245639801, 0.03933865576982498, -0.08286384493112564, 0.062206607311964035, 0.0542665459215641, 0.08480037748813629, 0.06903668493032455, -0.03164965286850929, -0.06977279484272003, -0.07368596643209457, 0.023812968283891678, 0.16971519589424133, 0.10303816199302673, -0.04370616003870964, 0.013313443399965763, 0.005542917642742395, -0.004335121717303991, -0.1285502314567566, -0.027994705364108086, -0.10778161883354187, -0.0028972786385565996, -0.04162061959505081, 0.02847352996468544, 0.006803950294852257, -0.12525136768817902, -0.037897251546382904, -0.0851815789937973, -0.023804862052202225, 0.06460151076316833, -0.02808596007525921, -0.045280370861291885, -0.05498179793357849, 0.059000834822654724, 0.01362788025289774, 0.007587444968521595, -0.16202403604984283, -0.08400391042232513, 0.033871978521347046, -0.16151930391788483, 0.061019133776426315, -0.015494445338845253, -0.012901056557893753, -0.0028588410932570696, -0.02809067629277706, 0.03647119924426079, 0.023442082107067108, 0.02025955729186535, 0.040026627480983734, -0.20739582180976868, -0.026803646236658096, -0.05928320810198784, 0.08606130629777908, -0.16316470503807068, 0.019227584823966026, 0.15389569103717804, 0.13272392749786377, 0.015076879411935806, -0.0601680725812912, 0.08971395343542099, -0.018798768520355225, -0.049692217260599136, -0.058969028294086456, 0.006178736221045256, -0.06945788860321045, 0.013219576328992844, 0.005057319533079863, -0.20013350248336792, -0.04829321429133415, 0.10513462126255035, 0.06724469363689423, -0.09407670795917511, -0.10922746360301971, -0.04085792228579521, -0.039582666009664536, -0.08857692778110504, -0.034461524337530136, 0.010230306535959244, 0.033334944397211075, 0.015385898761451244, -0.0923987329006195, -0.07551384717226028, 0.009995853528380394, 0.005536878015846014, -0.0435919351875782, 0.09804452210664749, 0.08880683034658432, -0.1690448522567749, 0.14009889960289001, 0.003434717422351241, 0.13227632641792297, 0.05416198819875717, -0.002821956295520067, -0.08486516773700714, -0.005855492781847715, 0.04058346524834633, 0.02630707435309887, 0.14362730085849762, -0.08427033573389053, 0.05205357447266579, 0.09204748272895813, -0.029071522876620293, -0.003872472792863846, -0.06901369988918304, 0.014169194735586643, 0.021551169455051422, -0.052253179252147675, -0.07295332849025726, -0.06400731950998306, 0.029129251837730408, 0.11629650741815567, 0.054604195058345795, 0.10680227726697922, 0.016832785680890083, -0.05190615355968475, -0.11175461858510971, 0.14852501451969147, -0.07419019192457199, -0.26716428995132446, -0.08104987442493439, -0.11919111758470535, 0.008853069506585598, -0.00705392099916935, 0.027986587956547737, 0.019482772797346115, -0.10787218064069748, -0.07066485285758972, 0.04454506188631058, -0.00044635054655373096, -0.16314473748207092, -0.06109609082341194, 0.03288327157497406, 0.017669081687927246, -0.10830551385879517, 0.040359340608119965, 0.08437778800725937, -0.034752603620290756, 0.037298768758773804, 0.07560943067073822, 0.15254102647304535, 0.16154561936855316, 0.00606429111212492, -0.01851256936788559, -0.03962905704975128, 0.24609939754009247, -0.13115966320037842, 0.06596197932958603, 0.10205723345279694, -0.06842996925115585, 0.08275211602449417, 0.2533649206161499, 0.030714329332113266, -0.0894518718123436, 0.03048742190003395, 0.08309999853372574, -0.06930049508810043, -0.24895766377449036, -0.09145819395780563, -0.049201563000679016, -0.023248670622706413, 0.14511345326900482, 0.07155760377645493, 0.07970467954874039, 0.08998491615056992, -0.13784025609493256, -0.042367998510599136, 0.04870518669486046, 0.12263599783182144, 0.07476922124624252, 0.00944623164832592, 0.07490690052509308, -0.022836731746792793, 0.0001596177025930956, 0.1031636893749237, 0.09713765233755112, 0.22039195895195007, 0.008919666521251202, 0.240178644657135, 0.0941639393568039, 0.08759555965662003, -0.003145442111417651, 0.02312629483640194, 0.011976664885878563, 0.09895192086696625, -0.02857375331223011, -0.07736997306346893, -0.030794329941272736, 0.06735333055257797, 0.038019031286239624, -0.021786464378237724, 0.03721058368682861, -0.10755976289510727, 0.05862247943878174, 0.129048690199852, 0.01830623298883438, -0.15343278646469116, 0.0006526260985992849, 0.13690319657325745, -0.03406543657183647, -0.11392123252153397, 0.01624484732747078, 0.023578714579343796, -0.1762983798980713, 0.09842728078365326, -0.037321899086236954, 0.15107741951942444, -0.12895652651786804, -0.03979363292455673, -0.02763972245156765, 0.016696548089385033, -0.038582708686590195, 0.16613483428955078, -0.22075627744197845, 0.15117685496807098, 0.023382067680358887, 0.039686672389507294, -0.1336541622877121, 0.056315384805202484, -0.03166205808520317, -0.04049673303961754, 0.1926078349351883, -0.0069978791289031506, -0.1049158126115799, -0.0460994690656662, -0.09021132439374924, -0.007709756959229708, 0.0683196559548378, -0.0982871800661087, 0.11672917753458023, 0.004386677406728268, -0.014811801724135876, -0.04158361256122589, -0.12014646828174591, -0.10845152288675308, -0.20441901683807373, 0.07353401184082031, -0.10313375294208527, 0.021819734945893288, -0.055589709430933, -0.005333301145583391, -0.0026457328349351883, 0.17362777888774872, -0.18153569102287292, -0.11336785554885864, -0.15825603902339935, -0.01895177736878395, 0.1307736039161682, -0.03443830460309982, 0.05766140669584274, -0.00009152832353720441, 0.20078778266906738, -0.0030440939590334892, -0.046760689467191696, 0.024538522586226463, -0.06172839552164078, -0.20231568813323975, -0.04131853207945824, 0.13444232940673828, 0.051398541778326035, 0.06785926967859268, 0.01004412118345499, 0.07005367428064346, -0.01739385910332203, -0.13109949231147766, 0.038072023540735245, 0.04308374971151352, 0.13226020336151123, 0.10117366909980774, -0.0018291224259883165, -0.16214318573474884, -0.14290018379688263, -0.03802614286541939, 0.09243668615818024, 0.1502523273229599, -0.06589808315038681, 0.16952461004257202, 0.13906194269657135, -0.0665927454829216, -0.20536640286445618, 0.01996188797056675, -0.02699863910675049, -0.05045374110341072, 0.05269936844706535, -0.21069641411304474, 0.032905515283346176, 0.04092518612742424, -0.04171585291624069, 0.14456479251384735, -0.1810804307460785, -0.11801080405712128, 0.0410810261964798, 0.09442182630300522, -0.2543666958808899, -0.15820950269699097, -0.11931580305099487, -0.06618425250053406, -0.2015993744134903, 0.1980426162481308, -0.05465467646718025, -0.007367363199591637, -0.0038767873775213957, 0.06783038377761841, 0.010758455842733383, -0.06474442034959793, 0.1747022569179535, 0.012611699290573597, 0.0358421728014946, -0.10222671180963516, -0.08714036643505096, 0.06198442354798317, -0.022574057802557945, 0.06864539533853531, -0.058632466942071915, 0.011281228624284267, -0.11842440813779831, -0.06469880044460297, -0.06818392872810364, 0.03535156697034836, -0.09178904443979263, -0.09546522051095963, -0.1172918751835823, 0.07580649107694626, 0.12746505439281464, -0.028572971001267433, -0.019504699856042862, -0.0870550125837326, 0.06864840537309647, 0.21333232522010803, 0.19670292735099792, 0.09897961467504501, -0.13076786696910858, -0.025603851303458214, -0.03239665552973747, 0.02965431474149227, -0.16527709364891052, 0.04374445974826813, 0.09320691227912903, 0.07139905542135239, 0.1660153716802597, -0.03451790288090706, -0.12365717440843582, -0.015945155173540115, 0.028658518567681313, -0.072043277323246, -0.180189311504364, 0.03929122909903526, 0.06913839280605316, -0.2019425928592682, -0.11972538381814957, -0.0032205204479396343, 0.012373441830277443, -0.03125513345003128, 0.018764464184641838, 0.0980013757944107, 0.04269014671444893, 0.10973500460386276, 0.08168912678956985, 0.1208205446600914, -0.14692342281341553, 0.06411487609148026, 0.15057691931724548, -0.09747876971960068, 0.02193085104227066, 0.06854957342147827, -0.042909521609544754, -0.04166979342699051, 0.0016195629723370075, 0.06533565372228622, 0.024173598736524582, -0.05712471529841423, 0.028745360672473907, -0.12824741005897522, 0.05389151722192764, 0.15836986899375916, -0.002104218816384673, 0.013909844681620598, 0.037977613508701324, -0.019301142543554306, -0.11409976333379745, 0.13583150506019592, 0.028784647583961487, 0.038463860750198364, -0.03436151146888733, -0.029834872111678123, 0.03755008801817894, 0.001342911971732974, -0.023943133652210236, -0.02415643259882927, -0.06594989448785782, 0.002084909938275814, -0.1526416838169098, 0.10055506229400635, -0.11458764225244522, 0.013012321665883064, -0.020769905298948288, -0.033930208534002304, -0.025134721770882607, 0.0019939406774938107, -0.07260461151599884, -0.04256980121135712, -0.004886797163635492, 0.08780842274427414, -0.2090655416250229, -0.014657998457551003, 0.1142665445804596, -0.08009717613458633, 0.07442355901002884, -0.03750328719615936, -0.053401485085487366, -0.010871733538806438, -0.12589682638645172, 0.00812032911926508, -0.0045265210792422295, 0.047322481870651245, 0.04024394601583481, -0.1689486801624298, -0.0015968845691531897, 0.006681143306195736, -0.0877031534910202, 0.01934441551566124, -0.07211709767580032, -0.13064834475517273, 0.06164085865020752, -0.03278372436761856, -0.09488604962825775, 0.003385896096006036, 0.06537050753831863, 0.08035407960414886, -0.06504258513450623, 0.13670718669891357, -0.00566934933885932, 0.08538343757390976, -0.16070692241191864, -0.03691640496253967, -0.012367110699415207, -0.019483091309666634, -0.0730121061205864, 0.05598240718245506, 0.050886042416095734, -0.02863321267068386, 0.30946242809295654, -0.008947486989200115, -0.038684193044900894, 0.048895083367824554, 0.010167521424591541, 0.01720002107322216, 0.041056886315345764, 0.10648607462644577, 0.006785962730646133, -0.027663489803671837, 0.043409619480371475, -0.04516055807471275, -0.06277446448802948, -0.13052798807621002, 0.13842354714870453, 0.19147664308547974, 0.1460614651441574, -0.1177721917629242, 0.07318522781133652, -0.1273999661207199, -0.0425543487071991, 0.12267843633890152, 0.025156322866678238, 0.040621865540742874, -0.0024689475540071726, 0.08140147477388382, 0.11739837378263474, -0.1723751723766327, 0.09550564736127853, -0.07050306349992752, -0.08008180558681488, -0.08420532941818237, -0.1491910219192505, -0.08503761142492294, -0.005768350325524807, 0.01606707088649273, -0.12344109266996384, 0.07485317438840866, 0.14418093860149384, -0.02540966123342514, -0.026929499581456184, 0.06028047576546669, -0.04762398451566696, -0.004456490743905306, -0.01674693077802658, 0.07172174751758575, 0.00442953547462821, -0.019339988008141518, 0.059078920632600784, 0.014910990372300148, 0.048038262873888016, 0.09814175218343735, 0.05120697617530823, 0.024235714226961136, 0.0010280613787472248, -0.06499247252941132, -0.07427778095006943, 0.02191626839339733, 0.01911189779639244, -0.014665009453892708, 0.1994539052248001, 0.01597655937075615, 0.027802420780062675, -0.0002418112853774801, 0.1763584315776825, -0.01535259559750557, -0.072279192507267, -0.10854922235012054, 0.11568482220172882, -0.05888040363788605, 0.011666804552078247, 0.06585413217544556, -0.12440380454063416, 0.05731768533587456, 0.12224262207746506, 0.1728392094373703, -0.002417769515886903, 0.002523664850741625, -0.04565875232219696, 0.027788205072283745, 0.024680590257048607, 0.030801434069871902, 0.019660640507936478, 0.12914316356182098, -0.06956338882446289, 0.014054959639906883, -0.017786012962460518, -0.033616792410612106, -0.0502438023686409, 0.10010132938623428, 0.05758990719914436, -0.020334279164671898, -0.08736354112625122, 0.12921689450740814, -0.08227638155221939, -0.15967783331871033, 0.04657667875289917, -0.07538964599370956, -0.13077449798583984, -0.0252279881387949, -0.030521877110004425, 0.006136731710284948, -0.03097250685095787, 0.04819802567362785, -0.032963305711746216, 0.06161656230688095, 0.06800305843353271, -0.1321016252040863, -0.013759857974946499, 0.11339157819747925, -0.006719793193042278, 0.30255261063575745, 0.008627507835626602, 0.07242754846811295, 0.08964550495147705, -0.07889124751091003, -0.11197945475578308, 0.05433690920472145, 0.12231127172708511, 0.0007461471250280738, 0.04990612342953682, 0.19854693114757538, -0.010484916158020496, 0.10722684115171432, 0.10076998174190521, -0.05006122961640358, 0.0025631971657276154, -0.015002838335931301, -0.02652105689048767, -0.11231129616498947, 0.061875443905591965, -0.09073363244533539, 0.11541356146335602, 0.11893230676651001, -0.04591813683509827, 0.006930678617209196, -0.04479207471013069, 0.07806051522493362, -0.016734179109334946, 0.1513490378856659, 0.029148628935217857, -0.14498965442180634, -0.016356375068426132, -0.002292875899001956, 0.07694719731807709, -0.26296502351760864, -0.0338154211640358, 0.02323736622929573, -0.0014858919894322753, -0.04383489117026329, 0.10205703228712082, 0.03935493156313896, 0.028175069019198418, -0.0748838558793068, -0.11254585534334183, -0.0010113948956131935, 0.1612965166568756, -0.08984953910112381, 0.0356234535574913 ]
6152ada85bdb58760a75a775b3211ff202770371
<p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/</strong></a></p> <p>&nbsp;</p> <h3><span style="font-weight: 400;">Item Name - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a></span></h3> <h3><span style="font-weight: 400;">Country - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>United States</strong></a></span></h3> <h3><span style="font-weight: 400;">Class - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Keto Gummies For Weight Loss</strong></a></span></h3> <h3><span style="font-weight: 400;">Benefits - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Fat Consuming And Weight reduction</strong></a></span></h3> <h3><span style="font-weight: 400;">Rating - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>★★★★★</strong></a></span></h3> <h3><span style="font-weight: 400;">Incidental effects - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>NA</strong></a></span></h3> <h3><span style="font-weight: 400;">Accessibility - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Snap Here To Purchase Now With Discount</strong></a></span></h3> <p>&nbsp;</p> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>📣👇SALE IS LIVE 📣👇Live Sale Now Offer Check Now📣👇</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>📣👇SALE IS LIVE 📣👇Live Sale Now Offer Check Now📣👇</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>📣👇SALE IS LIVE 📣👇Live Sale Now Offer Check Now📣👇</strong></a></span></h2> <h2>&nbsp;</h2> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Regarding the nutritional aid :</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">The ketogenic diet and apple cider vinegar (ACV) are combined in the potent weight loss supplement </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;">. The ketogenic state, in which fat rather than carbohydrates is used for energy, is facilitated by eating these sweets. Each bottle contains sixty all-natural gummies, and the product is packaged in bottles. In addition to apple cider vinegar, the main active ingredient, these candies also have a blend of other potent ingredients including ginger extract and pomegranate juice. While ginger extract may help with digestion and has anti-inflammatory properties, pomegranate juice is full of antioxidants that help the body combat free radicals that can cause harm throughout the body.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">These sweets are carefully crafted by hand using premium ingredients, each of which has its own set of health benefits. You may rest easy knowing you're getting the best product on the market since they've been put through rigorous testing to ensure their purity and efficacy. </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make maintaining your health easier and more enjoyable than ever before. If you want to reap the benefits of these delicious candies, all you have to do is eat one every day.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">You just need to eat two of these </span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>gummies</strong></a><span style="font-weight: 400;"> daily as part of a healthy routine that also includes eating well and exercising to get the full benefits. It's crucial to bear in mind that results may vary from person to person dependent on factors including metabolism and lifestyle choices. It is recommended that patients see their primary care physicians prior to initiating any new supplement regimen. They can provide you advice that is tailored to your specific needs and goals.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Some of the benefits of keeping up with a regular exercise routine and eating a balanced, nutritious diet include:</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">There are many benefits to maintaining a healthy weight and </span><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>body shape</strong></a><span style="font-weight: 400;"> that go far beyond how you appear on the outside. Heart disease, diabetes, and high blood pressure are just some of the chronic ailments that may be avoided by maintaining a healthy weight. Maintaining a healthy weight is associated with several health benefits. Taking care of yourself reduces the strain placed on your internal organs, enhancing their functionality.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Keeping up with your workout routine may give you more pep and help you get more done. The demands of daily life may be better handled by engaging in regular exercise since it increases stamina and strengthens muscles. Furthermore, it promotes the release of endorphins, neurotransmitters that are often known as the "</span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>feel-good" hormones</strong></a><span style="font-weight: 400;">. Positive emotions and less stress are possible thanks to endorphins.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Developing a physically fit </span><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>physique may also boost one's</strong></a><span style="font-weight: 400;"> confidence. When you have a healthy self-image about your physical appearance, you'll experience more happiness in all facets of your life. If you get the courage to try new things and strive for your own personal goals, you may find that the quality of your social interactions and relationships improves as a result.</span></p> <p>&nbsp;</p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><img src="https://i.ibb.co/JxyZ3MY/444.jpg" alt="444" border="0" /></a><br /><br /></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>How does this product affect your health as a whole?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">Many people are curious about the effectiveness of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> and wonder how quickly they will begin to feel its effects. It's important to remember that everyone has a somewhat different biochemistry, which might lead to slightly different results. However, regular users should start to observe physical improvements within only a few weeks. Within this time frame, your body will be able to adjust to the formula, and the active ingredients will have a chance to do their thing.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The outstanding effectiveness of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> may be attributed to the synergistic combination of its basic elements. Natural apple cider vinegar (ACV) extract is used in the production of these gummies, along with additional potent substances that are known for their effectiveness in promoting weight loss. Apple cider vinegar has been shown to increase metabolic rate and decrease fat storage. By including these gummies into your daily routine, you can guarantee that your body is getting the nutrients it needs to support your weight loss efforts. The gummies also help reduce cravings and increase fullness, both of which may lead to greater fat loss. Proton Keto Gummies work best when used in conjunction with a healthy lifestyle that includes regular exercise and a balanced diet.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">While results may vary from person to person, those who consistently use the medication and maintain a healthy lifestyle should see improvements rather quickly.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>How much does this item cost, and where can I get it?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">Prior to placing a purchase of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;">, it is crucial to have a solid grasp of the payment details. The success of your transaction may be ensured if you take the time to learn about the many options and procedures involved.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Several Different Payment Options</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">For the sake of their customers, businesses now offer a broad array of payment options. Online payment options that might fit into this category include major credit and debit cards, PayPal, and others. It is crucial that you verify the options before proceeding.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Keeping Safe by Taking Measures</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">It is crucial to have a safe connection while making an online transaction. </span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>Trustworthy online merchants</strong></a><span style="font-weight: 400;"> will protect your privacy and financial data by using secure payment methods like SSL encryption. Look for indicators of security, such as encryption and the logos of trusted third parties, before entering any financial information. Payment Information When completing the purchase procedure, it is crucial that you provide accurate payment information. Providing the correct name, billing address, and contact information for the card or account holder is required.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Purchasing Confirmation</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">After entering your billing information correctly, you must wait for a confirmation of your order before moving further. Keep this verification in case you need to refer to it later. To make a purchase of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> with complete assurance that your financial data will be handled securely and without incident, it is important that you have a firm knowledge of the payment details associated with such a purchase.</span></p> <p>&nbsp;</p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><img src="https://i.ibb.co/6PgxKPb/777.jpg" alt="777" border="0" /></a></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>When thinking about the supplement, keep the following in mind:</strong></a></span></h3> <p>&nbsp;</p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> are an easily digestible dietary supplement that brings together the benefits of the ketogenic diet with the strength of apple cider vinegar (ACV). These sweets can help you achieve your weight loss goals by promoting a healthy metabolism and increasing fat burning. The chemicals used in these sweets have a stellar reputation for doing their jobs. Each gummy has a healthy dose of apple cider vinegar, which is known to aid digestion, reduce cravings, and increase energy levels. One of the best features of Proton Keto Gummies is how simple they are to use. Get all the benefits of ACV in a format that's easy to eat and transportable, so you can take use of it whenever you choose.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">In addition to providing the health advantages of apple cider vinegar, these candies also include Proton nutrients for those on a ketogenic diet. You may force your body into a metabolic state called ketosis by following a low-carb, high-fat eating plan like the ketogenic diet. In this state, fat reserves are used as energy instead of carbohydrates. The potential for significant weight loss results exists when combined with regular exercise and the appropriate diet. These sweets are a very effective dietary </span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>supplement</strong></a> <span style="font-weight: 400;">that may speed up your weight loss journey. They achieve this by combining key components of the ketogenic diet with the power of apple cider vinegar to boost metabolism and promote fat burning.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>This dietary supplement works by the following means:</strong></a></span></h3> <p>&nbsp;</p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>Apple cider vinegar,</strong></a><span style="font-weight: 400;"> often known as ACV, was one of the strong ingredients in these candies, along with BHB ketones. Apple cider vinegar aids weight loss by decreasing hunger and increasing satiety. Not only does it help keep your metabolism running smoothly, but it also aids in keeping your blood sugar levels stable.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The apple cider vinegar in these candies aids in digestion and speeds up the breakdown of fats in the body. It improves your body's ability to burn stored fat and also helps prevent fat from being deposited in other parts of the body. Also, the BHB ketones included in </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> are a great help when it comes to getting your body into ketosis.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">When your body is able to utilize fat for energy instead of glucose, it is said to be in a metabolic state known as ketosis. These candies contain exogenous ketones, which may help you enter and remain in ketosis more quickly.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The </span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>Proton Keto Gummies</strong></a><span style="font-weight: 400;"> that make these gummies helpful for weight loss efforts are apple cider vinegar and BHB ketones. They facilitate entering ketosis, a condition in which the body burns fat more efficiently, by reducing cravings, increasing fat burning, maintaining normal blood sugar levels, and enhancing digestion. Remember that the results you get from weight loss pills and other items may vary depending on the individual using them.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Please list the several benefits of utilizing this product :&nbsp;</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">The many benefits of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make them a great choice for customers who are trying to boost their metabolism and keep their weight in a healthy level. Some of its numerous benefits include the following:</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Apple cider vinegar (ACV) is an ingredient in these gummies, and it has been widely praised for its health benefits. Apple cider vinegar promotes cleansing, aids digestion, and keeps gut flora in good condition. BHB ketones, an </span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>Proton</strong></a><span style="font-weight: 400;"> part of the process of establishing ketosis inside the body, are included in these gummies. In a metabolic condition known as ketosis, fat is used for energy instead of carbohydrates, leading to increased strength and decreased body fat percentage. When the body is in a state of ketosis, it produces ketone bodies.</span></p> <p>&nbsp;</p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> have a proprietary blend of all-natural ingredients that have been shown to curb hunger without sacrificing taste. It might help those who struggle to maintain a healthy weight or who turn to food when they're feeling down. In addition, the chewable form factor of these candies makes it simple to include them into your daily schedule. Regular use of these sweets may improve health in a number of ways. They may aid digestion, boost energy, and promote metabolic health. Benefits of Proton Keto ACV Gummies include improved digestion, increased weight loss via induction of the ketosis state, decreased appetite and cravings, and the ability to be easily consumed on the go.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>What are the possible side effects?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">One of the most frequent concerns raised before using a new nutritional supplement is whether or not there will be any unintended consequences. </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> are produced with just natural ingredients, so you may use them with confidence knowing they won't do any harm. There are no artificial ingredients or chemicals in the composition that might be harmful to your health. However, it is crucial to consult with your doctor before starting a new supplementing practice, just as it is before taking any form of dietary supplement. If you're on other medications, this is very important.</span></p> <p>&nbsp;</p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><img src="https://i.ibb.co/6ys6pcQ/380703321-122107793222041563-3011249091168290970-n.jpg" alt="380703321-122107793222041563-3011249091168290970-n" border="0" /></a></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/</strong></a></p> <p>&nbsp;</p> <p><strong>Our Official Blogs &rArr;</strong></p> <p><a href="https://proton-keto-acv-gummies-buy.company.site/"><strong>https://proton-keto-acv-gummies-buy.company.site/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.company.site/"><strong>https://proton-acv-keto-gummies.company.site/</strong></a></p> <p><a href="https://proton-acv-gummies-buy.company.site/"><strong>https://proton-acv-gummies-buy.company.site/</strong></a></p> <p><a href="https://proton-keto-gummies-shop.company.site/"><strong>https://proton-keto-gummies-shop.company.site/</strong></a></p> <p><a href="https://pro-ton-keto-acv-gummies.mystrikingly.com/"><strong>https://pro-ton-keto-acv-gummies.mystrikingly.com/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.mystrikingly.com/"><strong>https://proton-acv-keto-gummies.mystrikingly.com/</strong></a></p> <p><a href="https://proton-acv-gummies.mystrikingly.com/"><strong>https://proton-acv-gummies.mystrikingly.com/</strong></a></p> <p><a href="https://proton-keto-gummies-shop.mystrikingly.com/"><strong>https://proton-keto-gummies-shop.mystrikingly.com/</strong></a></p> <p><a href="https://gamma.app/docs/Proton-Keto-ACV-Gummies-gpa71beppi37fod"><strong>https://gamma.app/docs/Proton-Keto-ACV-Gummies-gpa71beppi37fod</strong></a></p> <p><a href="https://gamma.app/docs/Proton-ACV-Keto-Gummies-if9e91u3skdp8l3"><strong>https://gamma.app/docs/Proton-ACV-Keto-Gummies-if9e91u3skdp8l3</strong></a></p> <p><a href="https://gamma.app/docs/Proton-Keto-Gummies-2k0jwvwlx2uwjvj"><strong>https://gamma.app/docs/Proton-Keto-Gummies-2k0jwvwlx2uwjvj</strong></a></p> <p><a href="https://gamma.app/docs/Proton-ACV-Gummies-cy1kbt3nkwka5qz"><strong>https://gamma.app/docs/Proton-ACV-Gummies-cy1kbt3nkwka5qz</strong></a></p> <p><a href="https://proton-keto-acv-gummies.godaddysites.com/"><strong>https://proton-keto-acv-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.godaddysites.com/"><strong>https://proton-acv-keto-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-keto-gummies.godaddysites.com/"><strong>https://proton-keto-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-acv-gummies.godaddysites.com/"><strong>https://proton-acv-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-keto-acv-gummies-1.jimdosite.com/"><strong>https://proton-keto-acv-gummies-1.jimdosite.com/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.jimdosite.com/"><strong>https://proton-acv-keto-gummies.jimdosite.com/</strong></a></p> <p><a href="https://proton-keto-gummies-4.jimdosite.com/"><strong>https://proton-keto-gummies-4.jimdosite.com/</strong></a></p> <p><a href="https://proton-acv-gummies.jimdosite.com/"><strong>https://proton-acv-gummies.jimdosite.com/</strong></a></p> <p><a href="https://proton-keto-acv-gummies-2b8a9c.webflow.io/"><strong>https://proton-keto-acv-gummies-2b8a9c.webflow.io/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.webflow.io/"><strong>https://proton-acv-keto-gummies.webflow.io/</strong></a></p> <p><a href="https://proton-keto-gummies-c7e8a3.webflow.io/"><strong>https://proton-keto-gummies-c7e8a3.webflow.io/</strong></a></p> <p><a href="https://proton-acv-gummies.webflow.io/"><strong>https://proton-acv-gummies.webflow.io/</strong></a></p> <p><a href="https://sites.google.com/view/proton-keto-gummies-acv-gummy/"><strong>https://sites.google.com/view/proton-keto-gummies-acv-gummy/</strong></a></p> <p><a href="https://sites.google.com/view/proton-acv-gummies-keto-gummy/"><strong>https://sites.google.com/view/proton-acv-gummies-keto-gummy/</strong></a></p> <p><a href="https://godgiftedsupplementsstore.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-us.html"><strong>https://godgiftedsupplementsstore.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-us.html</strong></a></p> <p><a href="https://usanutradietproducts.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-keto.html"><strong>https://usanutradietproducts.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-keto.html</strong></a></p> <p><a href="https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/7M6z1n2AMfY"><strong>https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/7M6z1n2AMfY</strong></a></p> <p><a href="https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/33vRh0Xbud4"><strong>https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/33vRh0Xbud4</strong></a></p> <p><a href="https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/AYt50ytXKZA"><strong>https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/AYt50ytXKZA</strong></a></p> <p><a href="https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/GKexg19zOzo"><strong>https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/GKexg19zOzo</strong></a></p> <p><a href="https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/YaK5PYQnHfE"><strong>https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/YaK5PYQnHfE</strong></a></p> <p><a href="https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/mEcUs1dmBR8"><strong>https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/mEcUs1dmBR8</strong></a></p> <p><a href="https://colab.research.google.com/drive/1HGmD4HUnPMMPaCuaU4xxJFWOZLobbjwa"><strong>https://colab.research.google.com/drive/1HGmD4HUnPMMPaCuaU4xxJFWOZLobbjwa</strong></a></p> <p><a href="https://colab.research.google.com/drive/1mG7lO5LhE-I6YqvgWtWQVWbuIag7skoo"><strong>https://colab.research.google.com/drive/1mG7lO5LhE-I6YqvgWtWQVWbuIag7skoo</strong></a></p> <p><a href="https://lookerstudio.google.com/reporting/5d9be207-89ce-4afa-b14a-a07f3c896045/page/BZPqD"><strong>https://lookerstudio.google.com/reporting/5d9be207-89ce-4afa-b14a-a07f3c896045/page/BZPqD</strong></a></p> <p><a href="https://lookerstudio.google.com/reporting/d5ed1a15-a7f5-485c-ad75-867aae5a2678/page/fePqD"><strong>https://lookerstudio.google.com/reporting/d5ed1a15-a7f5-485c-ad75-867aae5a2678/page/fePqD</strong></a></p> <p>&nbsp;</p> <p><strong>Phenoman ME Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/TryPhenomanGummies/"><strong>https://www.facebook.com/TryPhenomanGummies/</strong></a></p> <p><a href="https://www.facebook.com/GetPhenomanGummies/"><strong>https://www.facebook.com/GetPhenomanGummies/</strong></a></p> <p><a href="https://www.facebook.com/TryPhenomanMEGummies/"><strong>https://www.facebook.com/TryPhenomanMEGummies/</strong></a></p> <p><a href="https://www.facebook.com/GetPhenomanMEGummies/"><strong>https://www.facebook.com/GetPhenomanMEGummies/</strong></a></p> <p><a href="https://www.facebook.com/TryPhenomanMaleEnhancementGummies/"><strong>https://www.facebook.com/TryPhenomanMaleEnhancementGummies/</strong></a></p> <p><a href="https://www.facebook.com/ShopPhenomanMaleEnhancementGummies/"><strong>https://www.facebook.com/ShopPhenomanMaleEnhancementGummies/</strong></a></p> <p>&nbsp;</p> <p><strong>Animale Male Enhancement New Zealand Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementNZ/"><strong>https://www.facebook.com/AnimaleMaleEnhancementNZ/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementOfNZ/"><strong>https://www.facebook.com/AnimaleMaleEnhancementOfNZ/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAtNZ/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAtNZ/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementInNewZealand/"><strong>https://www.facebook.com/AnimaleMaleEnhancementInNewZealand/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementOFNewZealand/"><strong>https://www.facebook.com/AnimaleMaleEnhancementOFNewZealand/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAtNewZealand/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAtNewZealand/</strong></a></p> <p>&nbsp;</p> <p><strong>Animale Male Enhancement Australia Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementInAU/"><strong>https://www.facebook.com/AnimaleMaleEnhancementInAU/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementPills/"><strong>https://www.facebook.com/AnimaleMaleEnhancementPills/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementInAustralia/"><strong>https://www.facebook.com/AnimaleMaleEnhancementInAustralia/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAustraliaAU/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAustraliaAU/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAUAustralia/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAUAustralia/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAustraliaOfficial/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAustraliaOfficial/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementGummiesCapsulesAustralia/"><strong>https://www.facebook.com/AnimaleMaleEnhancementGummiesCapsulesAustralia/</strong></a></p> <p><a href="https://www.facebook.com/people/Animale-Male-Enhancement-Australia/100093487323174/"><strong>https://www.facebook.com/people/Animale-Male-Enhancement-Australia/100093487323174/</strong></a></p> <p>&nbsp;</p> <p><strong>Keto Chews ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/TryKetoChewsACVGummies/"><strong>https://www.facebook.com/TryKetoChewsACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesUS/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesInUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesInUS/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesOfUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesOfUS/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesAtUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesAtUS/</strong></a></p> <p>&nbsp;</p> <p><strong>Good Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesInUS/"><strong>https://www.facebook.com/GoodKetoACVGummiesInUS/</strong></a></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesSale/"><strong>https://www.facebook.com/GoodKetoACVGummiesSale/</strong></a></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesOfficial/"><strong>https://www.facebook.com/GoodKetoACVGummiesOfficial/</strong></a></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesShop/"><strong>https://www.facebook.com/GoodKetoACVGummiesShop/</strong></a></p> <p>&nbsp;</p> <p><strong>Nutrizen Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/NutrizenKetoACVGummiesInUS/"><strong>https://www.facebook.com/NutrizenKetoACVGummiesInUS/</strong></a></p> <p><a href="https://www.facebook.com/TryNutrizenKetoACVGummies/"><strong>https://www.facebook.com/TryNutrizenKetoACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/TryNutrizenKetoACVGummiesUS/"><strong>https://www.facebook.com/TryNutrizenKetoACVGummiesUS/</strong></a></p> <p><a href="https://www.facebook.com/TryNutrizenKetoACVGummiesInUS/"><strong>https://www.facebook.com/TryNutrizenKetoACVGummiesInUS/</strong></a></p> <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Recent Trends Of USA :-</strong></span></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummies</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>#ProtonKetoGummiesReviews</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesPrice</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>#ProtonKetoGummiesBuy</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesShop</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>#ProtonKetoGummiesOrder</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesOfficial</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>#ProtonKetoGummiesIngredients</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesPurchase</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>#ProtonKetoGummiesDiscount</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesLegit</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>#ProtonKetoGummiesScam</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummies</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>#ProtonKetoACVGummiesReviews</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesPrice</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>#ProtonKetoACVGummiesBuy</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesShop</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>#ProtonKetoACVGummiesOrder</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesOfficial</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>#ProtonKetoACVGummiesIngredients</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesPurchase</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>#ProtonKetoACVGummiesDiscount</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesLegit</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>#ProtonKetoACVGummiesScam</strong></a></p>
protonacvketogummies/ProtonKetoGummies
[ "region:us" ]
2024-02-16T12:16:23+00:00
{}
2024-02-16T12:16:51+00:00
[]
[]
TAGS #region-us
<p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <h3><span style="font-weight: 400;">Item Name - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Keto ACV Gummies</strong></a></span></h3> <h3><span style="font-weight: 400;">Country - </span><span style="color: #993366;"><a style="color: #993366;" href="URL States</strong></a></span></h3> <h3><span style="font-weight: 400;">Class - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Gummies For Weight Loss</strong></a></span></h3> <h3><span style="font-weight: 400;">Benefits - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Consuming And Weight reduction</strong></a></span></h3> <h3><span style="font-weight: 400;">Rating - </span><span style="color: #993366;"><a style="color: #993366;" href="URL <h3><span style="font-weight: 400;">Incidental effects - </span><span style="color: #993366;"><a style="color: #993366;" href="URL <h3><span style="font-weight: 400;">Accessibility - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Here To Purchase Now With Discount</strong></a></span></h3> <p>&nbsp;</p> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="URL IS LIVE Live Sale Now Offer Check Now</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="URL IS LIVE Live Sale Now Offer Check Now</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="URL IS LIVE Live Sale Now Offer Check Now</strong></a></span></h2> <h2>&nbsp;</h2> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL the nutritional aid :</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">The ketogenic diet and apple cider vinegar (ACV) are combined in the potent weight loss supplement </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;">. The ketogenic state, in which fat rather than carbohydrates is used for energy, is facilitated by eating these sweets. Each bottle contains sixty all-natural gummies, and the product is packaged in bottles. In addition to apple cider vinegar, the main active ingredient, these candies also have a blend of other potent ingredients including ginger extract and pomegranate juice. While ginger extract may help with digestion and has anti-inflammatory properties, pomegranate juice is full of antioxidants that help the body combat free radicals that can cause harm throughout the body.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">These sweets are carefully crafted by hand using premium ingredients, each of which has its own set of health benefits. You may rest easy knowing you're getting the best product on the market since they've been put through rigorous testing to ensure their purity and efficacy. </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make maintaining your health easier and more enjoyable than ever before. If you want to reap the benefits of these delicious candies, all you have to do is eat one every day.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">You just need to eat two of these </span><a href="URL style="font-weight: 400;"> daily as part of a healthy routine that also includes eating well and exercising to get the full benefits. It's crucial to bear in mind that results may vary from person to person dependent on factors including metabolism and lifestyle choices. It is recommended that patients see their primary care physicians prior to initiating any new supplement regimen. They can provide you advice that is tailored to your specific needs and goals.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL of the benefits of keeping up with a regular exercise routine and eating a balanced, nutritious diet include:</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">There are many benefits to maintaining a healthy weight and </span><a href="URL shape</strong></a><span style="font-weight: 400;"> that go far beyond how you appear on the outside. Heart disease, diabetes, and high blood pressure are just some of the chronic ailments that may be avoided by maintaining a healthy weight. Maintaining a healthy weight is associated with several health benefits. Taking care of yourself reduces the strain placed on your internal organs, enhancing their functionality.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Keeping up with your workout routine may give you more pep and help you get more done. The demands of daily life may be better handled by engaging in regular exercise since it increases stamina and strengthens muscles. Furthermore, it promotes the release of endorphins, neurotransmitters that are often known as the "</span><a href="URL hormones</strong></a><span style="font-weight: 400;">. Positive emotions and less stress are possible thanks to endorphins.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Developing a physically fit </span><a href="URL may also boost one's</strong></a><span style="font-weight: 400;"> confidence. When you have a healthy self-image about your physical appearance, you'll experience more happiness in all facets of your life. If you get the courage to try new things and strive for your own personal goals, you may find that the quality of your social interactions and relationships improves as a result.</span></p> <p>&nbsp;</p> <p><a href="URL src="https://i.URL alt="444" border="0" /></a><br /><br /></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL does this product affect your health as a whole?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">Many people are curious about the effectiveness of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> and wonder how quickly they will begin to feel its effects. It's important to remember that everyone has a somewhat different biochemistry, which might lead to slightly different results. However, regular users should start to observe physical improvements within only a few weeks. Within this time frame, your body will be able to adjust to the formula, and the active ingredients will have a chance to do their thing.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The outstanding effectiveness of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> may be attributed to the synergistic combination of its basic elements. Natural apple cider vinegar (ACV) extract is used in the production of these gummies, along with additional potent substances that are known for their effectiveness in promoting weight loss. Apple cider vinegar has been shown to increase metabolic rate and decrease fat storage. By including these gummies into your daily routine, you can guarantee that your body is getting the nutrients it needs to support your weight loss efforts. The gummies also help reduce cravings and increase fullness, both of which may lead to greater fat loss. Proton Keto Gummies work best when used in conjunction with a healthy lifestyle that includes regular exercise and a balanced diet.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">While results may vary from person to person, those who consistently use the medication and maintain a healthy lifestyle should see improvements rather quickly.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL much does this item cost, and where can I get it?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">Prior to placing a purchase of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;">, it is crucial to have a solid grasp of the payment details. The success of your transaction may be ensured if you take the time to learn about the many options and procedures involved.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL Different Payment Options</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">For the sake of their customers, businesses now offer a broad array of payment options. Online payment options that might fit into this category include major credit and debit cards, PayPal, and others. It is crucial that you verify the options before proceeding.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL Safe by Taking Measures</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">It is crucial to have a safe connection while making an online transaction. </span><a href="URL online merchants</strong></a><span style="font-weight: 400;"> will protect your privacy and financial data by using secure payment methods like SSL encryption. Look for indicators of security, such as encryption and the logos of trusted third parties, before entering any financial information. Payment Information When completing the purchase procedure, it is crucial that you provide accurate payment information. Providing the correct name, billing address, and contact information for the card or account holder is required.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL Confirmation</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">After entering your billing information correctly, you must wait for a confirmation of your order before moving further. Keep this verification in case you need to refer to it later. To make a purchase of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> with complete assurance that your financial data will be handled securely and without incident, it is important that you have a firm knowledge of the payment details associated with such a purchase.</span></p> <p>&nbsp;</p> <p><a href="URL src="https://i.URL alt="777" border="0" /></a></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL thinking about the supplement, keep the following in mind:</strong></a></span></h3> <p>&nbsp;</p> <p><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> are an easily digestible dietary supplement that brings together the benefits of the ketogenic diet with the strength of apple cider vinegar (ACV). These sweets can help you achieve your weight loss goals by promoting a healthy metabolism and increasing fat burning. The chemicals used in these sweets have a stellar reputation for doing their jobs. Each gummy has a healthy dose of apple cider vinegar, which is known to aid digestion, reduce cravings, and increase energy levels. One of the best features of Proton Keto Gummies is how simple they are to use. Get all the benefits of ACV in a format that's easy to eat and transportable, so you can take use of it whenever you choose.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">In addition to providing the health advantages of apple cider vinegar, these candies also include Proton nutrients for those on a ketogenic diet. You may force your body into a metabolic state called ketosis by following a low-carb, high-fat eating plan like the ketogenic diet. In this state, fat reserves are used as energy instead of carbohydrates. The potential for significant weight loss results exists when combined with regular exercise and the appropriate diet. These sweets are a very effective dietary </span><a href="URL <span style="font-weight: 400;">that may speed up your weight loss journey. They achieve this by combining key components of the ketogenic diet with the power of apple cider vinegar to boost metabolism and promote fat burning.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL dietary supplement works by the following means:</strong></a></span></h3> <p>&nbsp;</p> <p><a href="URL cider vinegar,</strong></a><span style="font-weight: 400;"> often known as ACV, was one of the strong ingredients in these candies, along with BHB ketones. Apple cider vinegar aids weight loss by decreasing hunger and increasing satiety. Not only does it help keep your metabolism running smoothly, but it also aids in keeping your blood sugar levels stable.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The apple cider vinegar in these candies aids in digestion and speeds up the breakdown of fats in the body. It improves your body's ability to burn stored fat and also helps prevent fat from being deposited in other parts of the body. Also, the BHB ketones included in </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> are a great help when it comes to getting your body into ketosis.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">When your body is able to utilize fat for energy instead of glucose, it is said to be in a metabolic state known as ketosis. These candies contain exogenous ketones, which may help you enter and remain in ketosis more quickly.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The </span><a href="URL Keto Gummies</strong></a><span style="font-weight: 400;"> that make these gummies helpful for weight loss efforts are apple cider vinegar and BHB ketones. They facilitate entering ketosis, a condition in which the body burns fat more efficiently, by reducing cravings, increasing fat burning, maintaining normal blood sugar levels, and enhancing digestion. Remember that the results you get from weight loss pills and other items may vary depending on the individual using them.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL list the several benefits of utilizing this product :&nbsp;</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">The many benefits of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make them a great choice for customers who are trying to boost their metabolism and keep their weight in a healthy level. Some of its numerous benefits include the following:</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Apple cider vinegar (ACV) is an ingredient in these gummies, and it has been widely praised for its health benefits. Apple cider vinegar promotes cleansing, aids digestion, and keeps gut flora in good condition. BHB ketones, an </span><a href="URL style="font-weight: 400;"> part of the process of establishing ketosis inside the body, are included in these gummies. In a metabolic condition known as ketosis, fat is used for energy instead of carbohydrates, leading to increased strength and decreased body fat percentage. When the body is in a state of ketosis, it produces ketone bodies.</span></p> <p>&nbsp;</p> <p><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> have a proprietary blend of all-natural ingredients that have been shown to curb hunger without sacrificing taste. It might help those who struggle to maintain a healthy weight or who turn to food when they're feeling down. In addition, the chewable form factor of these candies makes it simple to include them into your daily schedule. Regular use of these sweets may improve health in a number of ways. They may aid digestion, boost energy, and promote metabolic health. Benefits of Proton Keto ACV Gummies include improved digestion, increased weight loss via induction of the ketosis state, decreased appetite and cravings, and the ability to be easily consumed on the go.</span></p> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL are the possible side effects?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">One of the most frequent concerns raised before using a new nutritional supplement is whether or not there will be any unintended consequences. </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> are produced with just natural ingredients, so you may use them with confidence knowing they won't do any harm. There are no artificial ingredients or chemicals in the composition that might be harmful to your health. However, it is crucial to consult with your doctor before starting a new supplementing practice, just as it is before taking any form of dietary supplement. If you're on other medications, this is very important.</span></p> <p>&nbsp;</p> <p><a href="URL src="https://i.URL alt="380703321-122107793222041563-3011249091168290970-n" border="0" /></a></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Our Official Blogs &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Phenoman ME Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Animale Male Enhancement New Zealand Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Animale Male Enhancement Australia Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Keto Chews ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Good Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Nutrizen Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Recent Trends Of USA :-</strong></span></p> <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
f56434d64db535c8c2f0a74fb720216ff1cc88ae
<p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/</strong></a></p> <p>&nbsp;</p> <h3><span style="font-weight: 400;">Item Name - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a></span></h3> <h3><span style="font-weight: 400;">Country - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>United States</strong></a></span></h3> <h3><span style="font-weight: 400;">Class - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Keto Gummies For Weight Loss</strong></a></span></h3> <h3><span style="font-weight: 400;">Benefits - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Fat Consuming And Weight reduction</strong></a></span></h3> <h3><span style="font-weight: 400;">Rating - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>★★★★★</strong></a></span></h3> <h3><span style="font-weight: 400;">Incidental effects - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>NA</strong></a></span></h3> <h3><span style="font-weight: 400;">Accessibility - </span><span style="color: #993366;"><a style="color: #993366;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Snap Here To Purchase Now With Discount</strong></a></span></h3> <p>&nbsp;</p> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>📣👇SALE IS LIVE 📣👇Live Sale Now Offer Check Now📣👇</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>📣👇SALE IS LIVE 📣👇Live Sale Now Offer Check Now📣👇</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>📣👇SALE IS LIVE 📣👇Live Sale Now Offer Check Now📣👇</strong></a></span></h2> <p>&nbsp;</p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make maintaining your health easier and more enjoyable than ever before. Are you weary of trying to shed those last few pounds of belly fat, only to feel like all your hard work in the gym and kitchen is for naught? If that's the case, you may relax; we'll be talking about </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> today. These candies are the perfect solution to your issues with excess fat. These gummies combine the health benefits of apple cider vinegar (ACV) with the ketogenic diet into a single, tasty product for your convenience. Deal is here, Click for purchase!!!</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">People who have used this novel </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> weight-loss product are talking about their experiences, asking each other questions, and offering advice to others who are considering purchasing and trying it themselves. Many users of have reported success in reducing their body fat percentage and the circumference of their hips and thighs as a result. Several consumers have mentioned significant weight loss after including these sweets into their regular regimen for only a few weeks. Now, I'll explain how this product works and list all of the amazing benefits you may expect to enjoy as a result of using it. In addition, we'll talk about why it's so important to keep your body in good form.</span></p> <p>&nbsp;</p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><img src="https://i.ibb.co/tXXkx71/111.jpg" alt="111" border="0" /></a></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Regarding the nutritional aid :</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">The ketogenic diet and apple cider vinegar (ACV) are combined in the potent weight loss supplement </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;">. The ketogenic state, in which fat rather than carbohydrates is used for energy, is facilitated by eating these sweets. Each bottle contains sixty all-natural gummies, and the product is packaged in bottles. In addition to apple cider vinegar, the main active ingredient, these candies also have a blend of other potent ingredients including ginger extract and pomegranate juice. While ginger extract may help with digestion and has anti-inflammatory properties, pomegranate juice is full of antioxidants that help the body combat free radicals that can cause harm throughout the body.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">These sweets are carefully crafted by hand using premium ingredients, each of which has its own set of health benefits. You may rest easy knowing you're getting the best product on the market since they've been put through rigorous testing to ensure their purity and efficacy. </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make maintaining your health easier and more enjoyable than ever before. If you want to reap the benefits of these delicious candies, all you have to do is eat one every day.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">You just need to eat two of these </span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>gummies</strong></a><span style="font-weight: 400;"> daily as part of a healthy routine that also includes eating well and exercising to get the full benefits. It's crucial to bear in mind that results may vary from person to person dependent on factors including metabolism and lifestyle choices. It is recommended that patients see their primary care physicians prior to initiating any new supplement regimen. They can provide you advice that is tailored to your specific needs and goals.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Some of the benefits of keeping up with a regular exercise routine and eating a balanced, nutritious diet include:</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">There are many benefits to maintaining a healthy weight and </span><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>body shape</strong></a><span style="font-weight: 400;"> that go far beyond how you appear on the outside. Heart disease, diabetes, and high blood pressure are just some of the chronic ailments that may be avoided by maintaining a healthy weight. Maintaining a healthy weight is associated with several health benefits. Taking care of yourself reduces the strain placed on your internal organs, enhancing their functionality.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Keeping up with your workout routine may give you more pep and help you get more done. The demands of daily life may be better handled by engaging in regular exercise since it increases stamina and strengthens muscles. Furthermore, it promotes the release of endorphins, neurotransmitters that are often known as the "</span><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>feel-good" hormones</strong></a><span style="font-weight: 400;">. Positive emotions and less stress are possible thanks to endorphins.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Developing a physically fit </span><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>physique may also boost one's</strong></a><span style="font-weight: 400;"> confidence. When you have a healthy self-image about your physical appearance, you'll experience more happiness in all facets of your life. If you get the courage to try new things and strive for your own personal goals, you may find that the quality of your social interactions and relationships improves as a result.</span></p> <p>&nbsp;</p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><img src="https://i.ibb.co/JxyZ3MY/444.jpg" alt="444" border="0" /></a><br /><br /></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>How does this product affect your health as a whole?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">Many people are curious about the effectiveness of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> and wonder how quickly they will begin to feel its effects. It's important to remember that everyone has a somewhat different biochemistry, which might lead to slightly different results. However, regular users should start to observe physical improvements within only a few weeks. Within this time frame, your body will be able to adjust to the formula, and the active ingredients will have a chance to do their thing.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The outstanding effectiveness of </span><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>Proton Keto ACV Gummies</strong></a><span style="font-weight: 400;"> may be attributed to the synergistic combination of its basic elements. Natural apple cider vinegar (ACV) extract is used in the production of these gummies, along with additional potent substances that are known for their effectiveness in promoting weight loss. Apple cider vinegar has been shown to increase metabolic rate and decrease fat storage. By including these gummies into your daily routine, you can guarantee that your body is getting the nutrients it needs to support your weight loss efforts. The gummies also help reduce cravings and increase fullness, both of which may lead to greater fat loss. Proton Keto Gummies work best when used in conjunction with a healthy lifestyle that includes regular exercise and a balanced diet.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">While results may vary from person to person, those who consistently use the medication and maintain a healthy lifestyle should see improvements rather quickly.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://healthcare24hrs.com/protonketoacvgummies"><strong>➯➯➯ CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES 🛍🛒</strong></a></span></h2> <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummies/</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/</strong></a></p> <p>&nbsp;</p> <p><strong>Our Official Blogs &rArr;</strong></p> <p><a href="https://proton-keto-acv-gummies-buy.company.site/"><strong>https://proton-keto-acv-gummies-buy.company.site/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.company.site/"><strong>https://proton-acv-keto-gummies.company.site/</strong></a></p> <p><a href="https://proton-acv-gummies-buy.company.site/"><strong>https://proton-acv-gummies-buy.company.site/</strong></a></p> <p><a href="https://proton-keto-gummies-shop.company.site/"><strong>https://proton-keto-gummies-shop.company.site/</strong></a></p> <p><a href="https://pro-ton-keto-acv-gummies.mystrikingly.com/"><strong>https://pro-ton-keto-acv-gummies.mystrikingly.com/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.mystrikingly.com/"><strong>https://proton-acv-keto-gummies.mystrikingly.com/</strong></a></p> <p><a href="https://proton-acv-gummies.mystrikingly.com/"><strong>https://proton-acv-gummies.mystrikingly.com/</strong></a></p> <p><a href="https://proton-keto-gummies-shop.mystrikingly.com/"><strong>https://proton-keto-gummies-shop.mystrikingly.com/</strong></a></p> <p><a href="https://gamma.app/docs/Proton-Keto-ACV-Gummies-gpa71beppi37fod"><strong>https://gamma.app/docs/Proton-Keto-ACV-Gummies-gpa71beppi37fod</strong></a></p> <p><a href="https://gamma.app/docs/Proton-ACV-Keto-Gummies-if9e91u3skdp8l3"><strong>https://gamma.app/docs/Proton-ACV-Keto-Gummies-if9e91u3skdp8l3</strong></a></p> <p><a href="https://gamma.app/docs/Proton-Keto-Gummies-2k0jwvwlx2uwjvj"><strong>https://gamma.app/docs/Proton-Keto-Gummies-2k0jwvwlx2uwjvj</strong></a></p> <p><a href="https://gamma.app/docs/Proton-ACV-Gummies-cy1kbt3nkwka5qz"><strong>https://gamma.app/docs/Proton-ACV-Gummies-cy1kbt3nkwka5qz</strong></a></p> <p><a href="https://proton-keto-acv-gummies.godaddysites.com/"><strong>https://proton-keto-acv-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.godaddysites.com/"><strong>https://proton-acv-keto-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-keto-gummies.godaddysites.com/"><strong>https://proton-keto-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-acv-gummies.godaddysites.com/"><strong>https://proton-acv-gummies.godaddysites.com/</strong></a></p> <p><a href="https://proton-keto-acv-gummies-1.jimdosite.com/"><strong>https://proton-keto-acv-gummies-1.jimdosite.com/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.jimdosite.com/"><strong>https://proton-acv-keto-gummies.jimdosite.com/</strong></a></p> <p><a href="https://proton-keto-gummies-4.jimdosite.com/"><strong>https://proton-keto-gummies-4.jimdosite.com/</strong></a></p> <p><a href="https://proton-acv-gummies.jimdosite.com/"><strong>https://proton-acv-gummies.jimdosite.com/</strong></a></p> <p><a href="https://proton-keto-acv-gummies-2b8a9c.webflow.io/"><strong>https://proton-keto-acv-gummies-2b8a9c.webflow.io/</strong></a></p> <p><a href="https://proton-acv-keto-gummies.webflow.io/"><strong>https://proton-acv-keto-gummies.webflow.io/</strong></a></p> <p><a href="https://proton-keto-gummies-c7e8a3.webflow.io/"><strong>https://proton-keto-gummies-c7e8a3.webflow.io/</strong></a></p> <p><a href="https://proton-acv-gummies.webflow.io/"><strong>https://proton-acv-gummies.webflow.io/</strong></a></p> <p><a href="https://sites.google.com/view/proton-keto-gummies-acv-gummy/"><strong>https://sites.google.com/view/proton-keto-gummies-acv-gummy/</strong></a></p> <p><a href="https://sites.google.com/view/proton-acv-gummies-keto-gummy/"><strong>https://sites.google.com/view/proton-acv-gummies-keto-gummy/</strong></a></p> <p><a href="https://godgiftedsupplementsstore.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-us.html"><strong>https://godgiftedsupplementsstore.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-us.html</strong></a></p> <p><a href="https://usanutradietproducts.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-keto.html"><strong>https://usanutradietproducts.blogspot.com/2024/02/proton-keto-gummies-acv-gummies-keto.html</strong></a></p> <p><a href="https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/7M6z1n2AMfY"><strong>https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/7M6z1n2AMfY</strong></a></p> <p><a href="https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/33vRh0Xbud4"><strong>https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/33vRh0Xbud4</strong></a></p> <p><a href="https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/AYt50ytXKZA"><strong>https://groups.google.com/g/proton-keto-gummies-acv-gummies/c/AYt50ytXKZA</strong></a></p> <p><a href="https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/GKexg19zOzo"><strong>https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/GKexg19zOzo</strong></a></p> <p><a href="https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/YaK5PYQnHfE"><strong>https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/YaK5PYQnHfE</strong></a></p> <p><a href="https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/mEcUs1dmBR8"><strong>https://groups.google.com/u/1/g/proton-acv-gummies-keto-gummies/c/mEcUs1dmBR8</strong></a></p> <p><a href="https://colab.research.google.com/drive/1HGmD4HUnPMMPaCuaU4xxJFWOZLobbjwa"><strong>https://colab.research.google.com/drive/1HGmD4HUnPMMPaCuaU4xxJFWOZLobbjwa</strong></a></p> <p><a href="https://colab.research.google.com/drive/1mG7lO5LhE-I6YqvgWtWQVWbuIag7skoo"><strong>https://colab.research.google.com/drive/1mG7lO5LhE-I6YqvgWtWQVWbuIag7skoo</strong></a></p> <p><a href="https://lookerstudio.google.com/reporting/5d9be207-89ce-4afa-b14a-a07f3c896045/page/BZPqD"><strong>https://lookerstudio.google.com/reporting/5d9be207-89ce-4afa-b14a-a07f3c896045/page/BZPqD</strong></a></p> <p><a href="https://lookerstudio.google.com/reporting/d5ed1a15-a7f5-485c-ad75-867aae5a2678/page/fePqD"><strong>https://lookerstudio.google.com/reporting/d5ed1a15-a7f5-485c-ad75-867aae5a2678/page/fePqD</strong></a></p> <p>&nbsp;</p> <p><strong>Phenoman ME Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/TryPhenomanGummies/"><strong>https://www.facebook.com/TryPhenomanGummies/</strong></a></p> <p><a href="https://www.facebook.com/GetPhenomanGummies/"><strong>https://www.facebook.com/GetPhenomanGummies/</strong></a></p> <p><a href="https://www.facebook.com/TryPhenomanMEGummies/"><strong>https://www.facebook.com/TryPhenomanMEGummies/</strong></a></p> <p><a href="https://www.facebook.com/GetPhenomanMEGummies/"><strong>https://www.facebook.com/GetPhenomanMEGummies/</strong></a></p> <p><a href="https://www.facebook.com/TryPhenomanMaleEnhancementGummies/"><strong>https://www.facebook.com/TryPhenomanMaleEnhancementGummies/</strong></a></p> <p><a href="https://www.facebook.com/ShopPhenomanMaleEnhancementGummies/"><strong>https://www.facebook.com/ShopPhenomanMaleEnhancementGummies/</strong></a></p> <p>&nbsp;</p> <p><strong>Animale Male Enhancement New Zealand Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementNZ/"><strong>https://www.facebook.com/AnimaleMaleEnhancementNZ/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementOfNZ/"><strong>https://www.facebook.com/AnimaleMaleEnhancementOfNZ/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAtNZ/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAtNZ/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementInNewZealand/"><strong>https://www.facebook.com/AnimaleMaleEnhancementInNewZealand/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementOFNewZealand/"><strong>https://www.facebook.com/AnimaleMaleEnhancementOFNewZealand/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAtNewZealand/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAtNewZealand/</strong></a></p> <p>&nbsp;</p> <p><strong>Animale Male Enhancement Australia Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementInAU/"><strong>https://www.facebook.com/AnimaleMaleEnhancementInAU/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementPills/"><strong>https://www.facebook.com/AnimaleMaleEnhancementPills/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementInAustralia/"><strong>https://www.facebook.com/AnimaleMaleEnhancementInAustralia/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAustraliaAU/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAustraliaAU/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAUAustralia/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAUAustralia/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementAustraliaOfficial/"><strong>https://www.facebook.com/AnimaleMaleEnhancementAustraliaOfficial/</strong></a></p> <p><a href="https://www.facebook.com/AnimaleMaleEnhancementGummiesCapsulesAustralia/"><strong>https://www.facebook.com/AnimaleMaleEnhancementGummiesCapsulesAustralia/</strong></a></p> <p><a href="https://www.facebook.com/people/Animale-Male-Enhancement-Australia/100093487323174/"><strong>https://www.facebook.com/people/Animale-Male-Enhancement-Australia/100093487323174/</strong></a></p> <p>&nbsp;</p> <p><strong>Keto Chews ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/TryKetoChewsACVGummies/"><strong>https://www.facebook.com/TryKetoChewsACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesUS/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesInUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesInUS/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesOfUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesOfUS/</strong></a></p> <p><a href="https://www.facebook.com/KetoChewsACVGummiesAtUS/"><strong>https://www.facebook.com/KetoChewsACVGummiesAtUS/</strong></a></p> <p>&nbsp;</p> <p><strong>Good Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesInUS/"><strong>https://www.facebook.com/GoodKetoACVGummiesInUS/</strong></a></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesSale/"><strong>https://www.facebook.com/GoodKetoACVGummiesSale/</strong></a></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesOfficial/"><strong>https://www.facebook.com/GoodKetoACVGummiesOfficial/</strong></a></p> <p><a href="https://www.facebook.com/GoodKetoACVGummiesShop/"><strong>https://www.facebook.com/GoodKetoACVGummiesShop/</strong></a></p> <p>&nbsp;</p> <p><strong>Nutrizen Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="https://www.facebook.com/NutrizenKetoACVGummiesInUS/"><strong>https://www.facebook.com/NutrizenKetoACVGummiesInUS/</strong></a></p> <p><a href="https://www.facebook.com/TryNutrizenKetoACVGummies/"><strong>https://www.facebook.com/TryNutrizenKetoACVGummies/</strong></a></p> <p><a href="https://www.facebook.com/TryNutrizenKetoACVGummiesUS/"><strong>https://www.facebook.com/TryNutrizenKetoACVGummiesUS/</strong></a></p> <p><a href="https://www.facebook.com/TryNutrizenKetoACVGummiesInUS/"><strong>https://www.facebook.com/TryNutrizenKetoACVGummiesInUS/</strong></a></p> <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Recent Trends Of USA :-</strong></span></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummies</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>#ProtonKetoGummiesReviews</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesPrice</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>#ProtonKetoGummiesBuy</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesShop</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>#ProtonKetoGummiesOrder</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesOfficial</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>#ProtonKetoGummiesIngredients</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesPurchase</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>#ProtonKetoGummiesDiscount</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoGummiesLegit</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>#ProtonKetoGummiesScam</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummies</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>#ProtonKetoACVGummiesReviews</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesPrice</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>#ProtonKetoACVGummiesBuy</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesShop</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummies/"><strong>#ProtonKetoACVGummiesOrder</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesOfficial</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummies/"><strong>#ProtonKetoACVGummiesIngredients</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesPurchase</strong></a></p> <p><a href="https://www.facebook.com/ProtonKetoGummiesACVGummiesBuy/"><strong>#ProtonKetoACVGummiesDiscount</strong></a></p> <p><a href="https://healthcare24hrs.com/protonketoacvgummies"><strong>#ProtonKetoACVGummiesLegit</strong></a></p> <p><a href="https://www.facebook.com/ProtonACVGummiesKetoGummiesBuy/"><strong>#ProtonKetoACVGummiesScam</strong></a></p>
protonacvketogummies/ProtonGummies
[ "region:us" ]
2024-02-16T12:17:11+00:00
{}
2024-02-16T12:17:46+00:00
[]
[]
TAGS #region-us
<p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <h3><span style="font-weight: 400;">Item Name - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Keto ACV Gummies</strong></a></span></h3> <h3><span style="font-weight: 400;">Country - </span><span style="color: #993366;"><a style="color: #993366;" href="URL States</strong></a></span></h3> <h3><span style="font-weight: 400;">Class - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Gummies For Weight Loss</strong></a></span></h3> <h3><span style="font-weight: 400;">Benefits - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Consuming And Weight reduction</strong></a></span></h3> <h3><span style="font-weight: 400;">Rating - </span><span style="color: #993366;"><a style="color: #993366;" href="URL <h3><span style="font-weight: 400;">Incidental effects - </span><span style="color: #993366;"><a style="color: #993366;" href="URL <h3><span style="font-weight: 400;">Accessibility - </span><span style="color: #993366;"><a style="color: #993366;" href="URL Here To Purchase Now With Discount</strong></a></span></h3> <p>&nbsp;</p> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="URL IS LIVE Live Sale Now Offer Check Now</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="URL IS LIVE Live Sale Now Offer Check Now</strong></a></span></h2> <h2><span style="color: #ff6600;"><a style="color: #ff6600;" href="URL IS LIVE Live Sale Now Offer Check Now</strong></a></span></h2> <p>&nbsp;</p> <p><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make maintaining your health easier and more enjoyable than ever before. Are you weary of trying to shed those last few pounds of belly fat, only to feel like all your hard work in the gym and kitchen is for naught? If that's the case, you may relax; we'll be talking about </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> today. These candies are the perfect solution to your issues with excess fat. These gummies combine the health benefits of apple cider vinegar (ACV) with the ketogenic diet into a single, tasty product for your convenience. Deal is here, Click for purchase!!!</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">People who have used this novel </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> weight-loss product are talking about their experiences, asking each other questions, and offering advice to others who are considering purchasing and trying it themselves. Many users of have reported success in reducing their body fat percentage and the circumference of their hips and thighs as a result. Several consumers have mentioned significant weight loss after including these sweets into their regular regimen for only a few weeks. Now, I'll explain how this product works and list all of the amazing benefits you may expect to enjoy as a result of using it. In addition, we'll talk about why it's so important to keep your body in good form.</span></p> <p>&nbsp;</p> <p><a href="URL src="https://i.URL alt="111" border="0" /></a></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL the nutritional aid :</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">The ketogenic diet and apple cider vinegar (ACV) are combined in the potent weight loss supplement </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;">. The ketogenic state, in which fat rather than carbohydrates is used for energy, is facilitated by eating these sweets. Each bottle contains sixty all-natural gummies, and the product is packaged in bottles. In addition to apple cider vinegar, the main active ingredient, these candies also have a blend of other potent ingredients including ginger extract and pomegranate juice. While ginger extract may help with digestion and has anti-inflammatory properties, pomegranate juice is full of antioxidants that help the body combat free radicals that can cause harm throughout the body.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">These sweets are carefully crafted by hand using premium ingredients, each of which has its own set of health benefits. You may rest easy knowing you're getting the best product on the market since they've been put through rigorous testing to ensure their purity and efficacy. </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> make maintaining your health easier and more enjoyable than ever before. If you want to reap the benefits of these delicious candies, all you have to do is eat one every day.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">You just need to eat two of these </span><a href="URL style="font-weight: 400;"> daily as part of a healthy routine that also includes eating well and exercising to get the full benefits. It's crucial to bear in mind that results may vary from person to person dependent on factors including metabolism and lifestyle choices. It is recommended that patients see their primary care physicians prior to initiating any new supplement regimen. They can provide you advice that is tailored to your specific needs and goals.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL of the benefits of keeping up with a regular exercise routine and eating a balanced, nutritious diet include:</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">There are many benefits to maintaining a healthy weight and </span><a href="URL shape</strong></a><span style="font-weight: 400;"> that go far beyond how you appear on the outside. Heart disease, diabetes, and high blood pressure are just some of the chronic ailments that may be avoided by maintaining a healthy weight. Maintaining a healthy weight is associated with several health benefits. Taking care of yourself reduces the strain placed on your internal organs, enhancing their functionality.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Keeping up with your workout routine may give you more pep and help you get more done. The demands of daily life may be better handled by engaging in regular exercise since it increases stamina and strengthens muscles. Furthermore, it promotes the release of endorphins, neurotransmitters that are often known as the "</span><a href="URL hormones</strong></a><span style="font-weight: 400;">. Positive emotions and less stress are possible thanks to endorphins.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">Developing a physically fit </span><a href="URL may also boost one's</strong></a><span style="font-weight: 400;"> confidence. When you have a healthy self-image about your physical appearance, you'll experience more happiness in all facets of your life. If you get the courage to try new things and strive for your own personal goals, you may find that the quality of your social interactions and relationships improves as a result.</span></p> <p>&nbsp;</p> <p><a href="URL src="https://i.URL alt="444" border="0" /></a><br /><br /></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <h3><span style="color: #008000;"><a style="color: #008000;" href="URL does this product affect your health as a whole?</strong></a></span></h3> <p>&nbsp;</p> <p><span style="font-weight: 400;">Many people are curious about the effectiveness of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> and wonder how quickly they will begin to feel its effects. It's important to remember that everyone has a somewhat different biochemistry, which might lead to slightly different results. However, regular users should start to observe physical improvements within only a few weeks. Within this time frame, your body will be able to adjust to the formula, and the active ingredients will have a chance to do their thing.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">The outstanding effectiveness of </span><a href="URL Keto ACV Gummies</strong></a><span style="font-weight: 400;"> may be attributed to the synergistic combination of its basic elements. Natural apple cider vinegar (ACV) extract is used in the production of these gummies, along with additional potent substances that are known for their effectiveness in promoting weight loss. Apple cider vinegar has been shown to increase metabolic rate and decrease fat storage. By including these gummies into your daily routine, you can guarantee that your body is getting the nutrients it needs to support your weight loss efforts. The gummies also help reduce cravings and increase fullness, both of which may lead to greater fat loss. Proton Keto Gummies work best when used in conjunction with a healthy lifestyle that includes regular exercise and a balanced diet.</span></p> <p>&nbsp;</p> <p><span style="font-weight: 400;">While results may vary from person to person, those who consistently use the medication and maintain a healthy lifestyle should see improvements rather quickly.</span></p> <p>&nbsp;</p> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="URL CLICK HERE TO BUY NOW &amp; GET HUGE DISCOUNT ON PROTON KETO ACV GUMMIES </strong></a></span></h2> <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Our Official Facebook Pages &rArr;</strong></span></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Our Official Blogs &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Phenoman ME Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Animale Male Enhancement New Zealand Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Animale Male Enhancement Australia Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Keto Chews ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Good Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><strong>Nutrizen Keto ACV Gummies Official FB Pages &rArr;</strong></p> <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p><a href="URL/URL <p>&nbsp;</p> <p><span style="background-color: #ffff99;"><strong>Recent Trends Of USA :-</strong></span></p> <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL <p><a href="URL
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
2714258b09b0863963f78a667252da267b3b91ce
# Brain Cancer MRI Object Detection & Segmentation Dataset The dataset consists of .dcm files containing **MRI scans of the brain** of the person with a cancer. The images are **labeled** by the doctors and accompanied by **report** in PDF-format. The dataset includes 10 studies, made from the different angles which provide a comprehensive understanding of a brain tumor structure. ### MRI study angles in the dataset ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F5939be1e93e8e0c9f1ff922f184f70fe%2FFrame%2079.png?generation=1707920286083259&alt=media) # 💴 For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on **[TrainingData](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=brain-mri-cancer)** to buy the dataset ### Types of diseases and conditions in the full dataset: - Cancer - Multiple sclerosis - Metastatic lesion - Arnold-Chiari malformation - Focal gliosis of the brain - **AND MANY OTHER CONDITIONS** ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F0f5a27b8872e85fe23bf742593dc4843%2F2.gif?generation=1707920414940375&alt=media) The MRI scans provide high-resolution images of the anatomical structures, allowing medical professionals to visualize the tumor, its location, size, and surrounding tissues. The dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes. # 💴 Buy the Dataset: This is just an example of the data. Leave a request on [https://trainingdata.pro/data-market](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=brain-mri-cancer) to discuss your requirements, learn about the price and buy the dataset # Content ### The dataset includes: - **ST000001**: includes subfolders with 10 studies. Each study includes MRI-scans in **.dcm and .jpg formats**, - **DICOMDIR**: includes information about the patient's condition and links to access files, - **Brain_MRI_1.pdf**: includes medical report, provided by the radiologist, - **.csv file**: includes id of the studies and the number of files ### Medical reports include the following data: - Patient's **demographic information**, - **Description** of the case, - Preliminary **diagnosis**, - **Recommendations** on the further actions *All patients consented to the publication of data* # Medical data might be collected in accordance with your requirements. ## [TrainingData](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=brain-mri-cancer) provides high-quality data annotation tailored to your needs More datasets in TrainingData's Kaggle account: **<https://www.kaggle.com/trainingdatapro/datasets>** TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets** *keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*
TrainingDataPro/brain-mri-dataset
[ "task_categories:image-to-image", "task_categories:image-classification", "task_categories:image-segmentation", "language:en", "license:cc-by-nc-nd-4.0", "code", "medical", "biology", "region:us" ]
2024-02-16T12:51:22+00:00
{"language": ["en"], "license": "cc-by-nc-nd-4.0", "task_categories": ["image-to-image", "image-classification", "image-segmentation"], "tags": ["code", "medical", "biology"]}
2024-02-16T13:11:45+00:00
[]
[ "en" ]
TAGS #task_categories-image-to-image #task_categories-image-classification #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #code #medical #biology #region-us
# Brain Cancer MRI Object Detection & Segmentation Dataset The dataset consists of .dcm files containing MRI scans of the brain of the person with a cancer. The images are labeled by the doctors and accompanied by report in PDF-format. The dataset includes 10 studies, made from the different angles which provide a comprehensive understanding of a brain tumor structure. ### MRI study angles in the dataset ![](URL # For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset ### Types of diseases and conditions in the full dataset: - Cancer - Multiple sclerosis - Metastatic lesion - Arnold-Chiari malformation - Focal gliosis of the brain - AND MANY OTHER CONDITIONS ![](URL The MRI scans provide high-resolution images of the anatomical structures, allowing medical professionals to visualize the tumor, its location, size, and surrounding tissues. The dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes. # Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset # Content ### The dataset includes: - ST000001: includes subfolders with 10 studies. Each study includes MRI-scans in .dcm and .jpg formats, - DICOMDIR: includes information about the patient's condition and links to access files, - Brain_MRI_1.pdf: includes medical report, provided by the radiologist, - .csv file: includes id of the studies and the number of files ### Medical reports include the following data: - Patient's demographic information, - Description of the case, - Preliminary diagnosis, - Recommendations on the further actions *All patients consented to the publication of data* # Medical data might be collected in accordance with your requirements. ## TrainingData provides high-quality data annotation tailored to your needs More datasets in TrainingData's Kaggle account: <URL TrainingData's GitHub: URL *keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*
[ "# Brain Cancer MRI Object Detection & Segmentation Dataset\n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a cancer. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 10 studies, made from the different angles which provide a comprehensive understanding of a brain tumor structure.", "### MRI study angles in the dataset\n![](URL", "# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset", "### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS \n\n![](URL\n\nThe MRI scans provide high-resolution images of the anatomical structures, allowing medical professionals to visualize the tumor, its location, size, and surrounding tissues.\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes.", "# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset", "# Content", "### The dataset includes:\n- ST000001: includes subfolders with 10 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_1.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files", "### Medical reports include the following data:\n- Patient's demographic information, \n- Description of the case, \n- Preliminary diagnosis, \n- Recommendations on the further actions\n\n*All patients consented to the publication of data*", "# Medical data might be collected in accordance with your requirements.", "## TrainingData provides high-quality data annotation tailored to your needs\n\nMore datasets in TrainingData's Kaggle account: <URL\n\nTrainingData's GitHub: URL\n\n*keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*" ]
[ "TAGS\n#task_categories-image-to-image #task_categories-image-classification #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #code #medical #biology #region-us \n", "# Brain Cancer MRI Object Detection & Segmentation Dataset\n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a cancer. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 10 studies, made from the different angles which provide a comprehensive understanding of a brain tumor structure.", "### MRI study angles in the dataset\n![](URL", "# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset", "### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS \n\n![](URL\n\nThe MRI scans provide high-resolution images of the anatomical structures, allowing medical professionals to visualize the tumor, its location, size, and surrounding tissues.\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes.", "# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset", "# Content", "### The dataset includes:\n- ST000001: includes subfolders with 10 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_1.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files", "### Medical reports include the following data:\n- Patient's demographic information, \n- Description of the case, \n- Preliminary diagnosis, \n- Recommendations on the further actions\n\n*All patients consented to the publication of data*", "# Medical data might be collected in accordance with your requirements.", "## TrainingData provides high-quality data annotation tailored to your needs\n\nMore datasets in TrainingData's Kaggle account: <URL\n\nTrainingData's GitHub: URL\n\n*keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*" ]
[ 66, 87, 16, 37, 188, 34, 2, 96, 52, 13, 255 ]
[ "passage: TAGS\n#task_categories-image-to-image #task_categories-image-classification #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #code #medical #biology #region-us \n# Brain Cancer MRI Object Detection & Segmentation Dataset\n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a cancer. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 10 studies, made from the different angles which provide a comprehensive understanding of a brain tumor structure.### MRI study angles in the dataset\n![](URL# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS \n\n![](URL\n\nThe MRI scans provide high-resolution images of the anatomical structures, allowing medical professionals to visualize the tumor, its location, size, and surrounding tissues.\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes.# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset# Content" ]
[ 0.02454269863665104, 0.17116588354110718, -0.00472034839913249, -0.03812722489237785, 0.11235255748033524, 0.061982400715351105, 0.051476169377565384, 0.08582019060850143, -0.054735105484724045, 0.10238561034202576, -0.07320892810821533, -0.1212247908115387, 0.06399740278720856, 0.16749516129493713, 0.09165938943624496, -0.23098888993263245, -0.042017120867967606, -0.08799862861633301, -0.025480171665549278, 0.03469681367278099, 0.04439090937376022, -0.09585830569267273, 0.033996839076280594, -0.05220496281981468, 0.009017745032906532, 0.04425748065114021, 0.03594483807682991, -0.039566751569509506, 0.034254711121320724, 0.08252908289432526, 0.07201778143644333, -0.03994777053594589, -0.004956441465765238, -0.13035701215267181, 0.02854768931865692, 0.08458679914474487, -0.021184097975492477, 0.025513269007205963, 0.09271460771560669, -0.020648952573537827, 0.16281452775001526, -0.08401352167129517, -0.006407740991562605, 0.016454029828310013, -0.002624536631628871, -0.04551147669553757, -0.17792345583438873, 0.07483824342489243, -0.022662242874503136, 0.13155795633792877, 0.012336349114775658, 0.01222468726336956, -0.02863958105444908, 0.016747115179896355, 0.190482497215271, -0.09858604520559311, -0.03260069712996483, 0.029960330575704575, -0.013680080883204937, 0.20318037271499634, -0.05899219959974289, 0.09513755887746811, -0.046343300491571426, -0.029260408133268356, 0.07801800966262817, 0.03300144150853157, -0.014074939303100109, 0.05576780065894127, -0.07276805490255356, -0.08477184176445007, 0.061086852103471756, -0.07357204705476761, 0.014118345454335213, -0.1787099838256836, -0.05027306452393532, 0.006951827555894852, -0.037783339619636536, -0.016314100474119186, 0.09005921334028244, -0.0025321755092591047, -0.05358666926622391, -0.16204769909381866, -0.09754691272974014, -0.06308403611183167, -0.09736348688602448, 0.0009232881129719317, -0.023588145151734352, 0.029409470036625862, 0.0019249510951340199, 0.09533785283565521, -0.025045262649655342, 0.0021070954389870167, -0.05661150813102722, -0.01916465535759926, -0.15751801431179047, -0.03119802102446556, -0.04373564571142197, -0.10836073011159897, 0.03714338317513466, -0.016776742413640022, -0.05450350418686867, -0.0006535544525831938, -0.13375423848628998, 0.031050361692905426, 0.043389011174440384, 0.0459270179271698, -0.11651927977800369, 0.031176311895251274, -0.02543172799050808, -0.011237980797886848, 0.07181424647569656, 0.02484419010579586, -0.016634663566946983, 0.10768341273069382, -0.0021298823412507772, 0.08236249536275864, -0.009328188374638557, -0.0005745943053625524, 0.025894107297062874, -0.03565347194671631, 0.18585243821144104, -0.07978016883134842, 0.014888628385961056, 0.0606209971010685, -0.01357580441981554, -0.0008612026576884091, -0.01382669061422348, -0.1102229654788971, -0.03151242434978485, 0.10874123126268387, -0.07364311814308167, 0.04749377444386482, -0.0974711924791336, -0.06414488703012466, 0.03652244433760643, 0.027942491695284843, -0.13717442750930786, -0.08495116233825684, -0.006832502316683531, -0.06076393648982048, -0.05392972752451897, -0.10250978171825409, 0.12889349460601807, 0.06624109297990799, 0.01480566430836916, 0.022765235975384712, 0.027828622609376907, 0.07443108409643173, -0.03338699787855148, 0.002052917843684554, -0.07940945774316788, 0.041618671268224716, 0.16499359905719757, -0.011000405065715313, 0.001542001380585134, 0.03272886574268341, -0.2110082060098648, 0.0703403577208519, -0.13037000596523285, 0.016011320054531097, -0.10659078508615494, 0.006474681664258242, -0.14893190562725067, -0.013369790278375149, 0.03228602930903435, 0.10075587034225464, -0.16247881948947906, -0.0339062362909317, 0.15778328478336334, -0.027851352468132973, -0.0540008582174778, 0.07915224879980087, -0.02144715003669262, 0.018355604261159897, 0.051068853586912155, 0.09122305363416672, 0.09199528396129608, 0.006119787693023682, -0.15680114924907684, -0.08750953525304794, -0.07112263888120651, 0.03166021406650543, 0.05146114155650139, -0.040696948766708374, 0.029068145900964737, -0.008561631664633751, -0.04379544407129288, -0.05325935035943985, 0.02588716335594654, -0.054085008800029755, 0.03269265964627266, -0.055289965122938156, -0.05480067804455757, -0.01554989255964756, 0.031217703595757484, -0.012655926868319511, -0.04546947777271271, -0.13432368636131287, 0.08798340708017349, -0.01124042458832264, 0.05727550759911537, -0.034607965499162674, 0.01708802953362465, -0.0643945187330246, 0.040636785328388214, -0.16046492755413055, -0.1921684592962265, 0.07729072868824005, -0.07830620557069778, 0.06605089455842972, -0.12566445767879486, 0.0015643065562471747, -0.0473579578101635, -0.06632991880178452, 0.03835558146238327, 0.038677796721458435, -0.027875710278749466, -0.07447313517332077, -0.07302838563919067, 0.0686011016368866, -0.07508394122123718, -0.012983600609004498, -0.025796709582209587, 0.013444255106151104, 0.08192178606987, 0.07278772443532944, 0.029868589714169502, -0.04035331308841705, 0.08857426792383194, -0.036688432097435, -0.0018977834843099117, -0.025129415094852448, 0.00741152185946703, -0.04460528492927551, 0.006295603699982166, 0.0674181580543518, -0.1454322189092636, 0.02360675483942032, 0.0202042106539011, 0.15189559757709503, -0.059004466980695724, -0.15400689840316772, -0.008089743554592133, 0.01951560191810131, -0.19388538599014282, -0.058559730648994446, 0.06006932258605957, 0.06762243807315826, 0.053042199462652206, -0.06875654309988022, 0.00040917753358371556, -0.026711957529187202, 0.1255597174167633, -0.08874434977769852, -0.04344870150089264, 0.15242601931095123, -0.1557430475950241, 0.0490262433886528, 0.013084844686090946, 0.006240964867174625, 0.1113959401845932, 0.026052629575133324, -0.08786826580762863, -0.017193229869008064, -0.06235640123486519, 0.014071047306060791, 0.07988356053829193, 0.05669183284044266, -0.015005094930529594, 0.01903318427503109, -0.01286050770431757, 0.08432871103286743, -0.04031432047486305, 0.021635277196764946, 0.004200370982289314, -0.053878214210271835, -0.023867737501859665, -0.023770136758685112, -0.008848861791193485, 0.12667346000671387, 0.04839249327778816, 0.12449269741773605, -0.058360178023576736, -0.04327283054590225, -0.05689378082752228, 0.11499238759279251, -0.0859769880771637, -0.1799839287996292, -0.09625870734453201, 0.1263025552034378, 0.00952849816530943, 0.04482673853635788, -0.000840686378069222, -0.056054871529340744, -0.0165998674929142, -0.16214948892593384, -0.08060149848461151, 0.10567902028560638, -0.031729813665151596, -0.06516259908676147, 0.019775642082095146, -0.044219970703125, -0.08731366693973541, -0.0007508840062655509, -0.04142099991440773, -0.008957477286458015, -0.026038341224193573, 0.058776695281267166, 0.10207933932542801, 0.12523724138736725, 0.0708034411072731, 0.007585179526358843, -0.09940945357084274, -0.010674501769244671, -0.13585954904556274, 0.10514902323484421, 0.0512036569416523, 0.10391467064619064, 0.06370370835065842, 0.03759704530239105, 0.031911831349134445, 0.04580948129296303, 0.0887746810913086, 0.08421295881271362, -0.006515734363347292, -0.2358800768852234, -0.060605958104133606, -0.02973266690969467, -0.02772514522075653, -0.013447494246065617, 0.09043785184621811, 0.04776807501912117, 0.030410943552851677, -0.09079720079898834, -0.1373915672302246, 0.048066429793834686, 0.06251531094312668, 0.1274232417345047, 0.020952396094799042, 0.09470602124929428, -0.06931918859481812, 0.027528097853064537, 0.09289900213479996, 0.09586348384618759, 0.28837642073631287, -0.03301726281642914, 0.18071499466896057, -0.035253796726465225, -0.15769174695014954, 0.01210444699972868, 0.01998753286898136, -0.024732263758778572, 0.01215890608727932, -0.02797967940568924, -0.09029492735862732, 0.04515530541539192, 0.10570745170116425, 0.14064447581768036, -0.19413873553276062, 0.03666006028652191, -0.10597580671310425, 0.0817573070526123, 0.09254512935876846, -0.03536081686615944, -0.01348462887108326, -0.08450684696435928, 0.07039645314216614, -0.03077581711113453, 0.013757000677287579, 0.049040284007787704, 0.15987050533294678, -0.0688350573182106, -0.02409232035279274, -0.033191267400979996, 0.09694942086935043, -0.020108934491872787, -0.034855928272008896, 0.0664515569806099, 0.031098583713173866, -0.05728347599506378, 0.1428229957818985, 0.021840814501047134, 0.024208443239331245, -0.0008542206487618387, 0.007757467217743397, -0.04230015352368355, 0.02674904838204384, 0.0951506495475769, 0.1287531852722168, 0.08827299624681473, -0.002598300576210022, -0.27411121129989624, 0.031048057600855827, -0.019477013498544693, -0.04926837235689163, 0.1387878954410553, -0.09695109724998474, 0.10507597029209137, -0.021352656185626984, -0.07306680083274841, -0.027381429448723793, -0.03423761948943138, -0.12287507951259613, -0.21837814152240753, 0.06274796277284622, -0.06905212253332138, 0.04504893720149994, -0.03469083830714226, -0.08131629973649979, -0.0173704344779253, 0.0016447915695607662, -0.06219542399048805, -0.035679761320352554, -0.11625904589891434, -0.0023883311077952385, 0.0791182816028595, -0.044641654938459396, 0.027821889147162437, 0.007894094102084637, 0.18021446466445923, 0.0014361253706738353, -0.08594679087400436, 0.06487242132425308, -0.0869775339961052, -0.17699454724788666, -0.060073819011449814, 0.17951081693172455, -0.0019669379107654095, 0.04266349598765373, -0.055835142731666565, 0.06815936416387558, 0.02518017217516899, -0.0709415078163147, 0.1321353167295456, 0.22580817341804504, 0.1312188059091568, 0.18489311635494232, -0.1294565349817276, -0.02356860786676407, -0.0831725150346756, -0.013963369652628899, 0.10431540757417679, -0.009425967931747437, -0.04152419790625572, 0.18604974448680878, 0.04355888068675995, -0.1458807736635208, -0.22177831828594208, 0.01982707902789116, -0.0159500390291214, -0.07727723568677902, 0.10975634306669235, -0.2924349308013916, 0.020372526720166206, -0.001680185436271131, -0.00808325968682766, 0.062351033091545105, -0.1637537181377411, -0.076045922935009, -0.13423331081867218, -0.023909807205200195, -0.058552857488393784, -0.15092509984970093, -0.042521875351667404, -0.07719909399747849, 0.07388115674257278, 0.11212260276079178, -0.0635974258184433, 0.10039496421813965, -0.014036093838512897, 0.0015673337038606405, 0.011100588366389275, -0.07271138578653336, 0.012190715409815311, -0.05992632359266281, 0.029631491750478745, -0.030275218188762665, -0.0520305335521698, 0.1578575074672699, -0.016398273408412933, 0.0614975206553936, 0.02191551961004734, 0.06539040058851242, -0.0014016034547239542, -0.0648982971906662, -0.04299198091030121, -0.04399452358484268, 0.017693964764475822, -0.014574221335351467, -0.21176929771900177, 0.1279418170452118, 0.10350030660629272, -0.04286932200193405, 0.07196474820375443, -0.10083729773759842, -0.04618459567427635, 0.0535314604640007, 0.12129594385623932, 0.08392669260501862, -0.16548298299312592, 0.01066624652594328, -0.07880401611328125, 0.023949041962623596, -0.19529612362384796, 0.06731704622507095, 0.03648244962096214, 0.00977097637951374, 0.034030359238386154, 0.06053587421774864, -0.09264642000198364, 0.02885756641626358, 0.08184640854597092, -0.038590915501117706, -0.35063546895980835, -0.03799617663025856, 0.061707284301519394, -0.1664251685142517, -0.0019027485977858305, 0.06918905675411224, -0.011236912570893764, -0.026044178754091263, 0.005513579584658146, 0.10764726996421814, 0.09152938425540924, 0.13029639422893524, 0.03287052363157272, -0.01097895484417677, 0.02429047040641308, 0.07661931961774826, 0.10471107065677643, -0.22199401259422302, -0.02684107981622219, 0.15381692349910736, -0.0635230615735054, -0.08833485096693039, 0.01075311191380024, 0.12349628657102585, -0.015499616973102093, -0.033891625702381134, -0.011256169527769089, -0.027504226192831993, 0.09541384130716324, 0.15292702615261078, -0.013530737720429897, -0.024109164252877235, -0.09147027134895325, 0.04287847876548767, -0.013413920067250729, 0.10925136506557465, -0.08630209416151047, 0.04066745936870575, -0.01807643659412861, 0.0027729098219424486, -0.013810527510941029, 0.035929545760154724, -0.04264562204480171, -0.030026204884052277, -0.05673064664006233, -0.059462446719408035, -0.09111976623535156, -0.033499982208013535, -0.07198020070791245, -0.07130499184131622, -0.0028357645496726036, 0.08669090270996094, -0.004462322685867548, 0.0008819479844532907, -0.002208460820838809, -0.022624097764492035, -0.033113595098257065, 0.08535795658826828, -0.19030024111270905, 0.0703490674495697, -0.030921446159482002, -0.02000039629638195, 0.1064964234828949, -0.015299812890589237, 0.004849352408200502, -0.0043425667099654675, -0.007585427258163691, -0.02726142108440399, -0.052464574575424194, 0.02371833100914955, -0.08887767791748047, -0.1487320065498352, 0.06391545385122299, -0.03260485455393791, -0.017629452049732208, 0.04822641238570213, 0.09125612676143646, -0.022700583562254906, 0.03461145982146263, -0.007625449448823929, 0.021393492817878723, -0.045610543340444565, 0.03798232972621918, 0.020009849220514297, 0.020935263484716415, 0.11628836393356323, -0.06860010325908661, 0.04259326681494713, -0.07265219837427139, -0.020485281944274902, 0.026575803756713867, -0.09143301844596863, -0.005280749872326851, -0.06959152966737747, 0.06493283063173294, -0.0028101846110075712, 0.1831958144903183, 0.0613890215754509, -0.05531546473503113, 0.04706282168626785, 0.08883067220449448, 0.045374076813459396, 0.03284560889005661, 0.009545127861201763, 0.04897129163146019, -0.07202288508415222, 0.010082785971462727, -0.04782721772789955, 0.013111098669469357, 0.11783389747142792, 0.1831330955028534, 0.12555064260959625, 0.1748303771018982, 0.017438216134905815, -0.015693094581365585, -0.13669335842132568, -0.1213693618774414, -0.03189259395003319, -0.048340972512960434, 0.03429320827126503, -0.14972716569900513, -0.08594423532485962, 0.1173340454697609, -0.1260719746351242, 0.14897678792476654, -0.09549785405397415, -0.009471499361097813, -0.003552767913788557, -0.1559998244047165, -0.028434287756681442, -0.09503750503063202, -0.03152986243367195, -0.051823846995830536, 0.03441397845745087, 0.10071856528520584, -0.0037078873720020056, -0.017100561410188675, 0.17173893749713898, -0.188371479511261, -0.04284563660621643, 0.08493179082870483, 0.025265326723456383, 0.052538588643074036, 0.14256523549556732, 0.0187744852155447, 0.04932171478867531, -0.11896105110645294, 0.021889446303248405, 0.06006363034248352, 0.06900160014629364, 0.03038749285042286, -0.07230642437934875, -0.019494887441396713, 0.004910683259367943, -0.023072851821780205, -0.01651562936604023, 0.15966710448265076, 0.05727355554699898, -0.002179328817874193, -0.011763577349483967, 0.27454814314842224, -0.07100053876638412, 0.019537674263119698, -0.13339702785015106, 0.11312979459762573, 0.014758175238966942, 0.030024917796254158, -0.02922654151916504, -0.10833687335252762, -0.013714238069951534, 0.12527550756931305, 0.18650485575199127, -0.08217082172632217, -0.020284971222281456, 0.08454021066427231, 0.022673524916172028, 0.07185278832912445, 0.1333366483449936, 0.03598250821232796, 0.24867048859596252, 0.0254583191126585, 0.0927029699087143, 0.03892615810036659, -0.03143257275223732, -0.10582280158996582, 0.1678822636604309, -0.0019587420392781496, 0.016431044787168503, -0.014879442751407623, 0.06273727118968964, 0.05402786657214165, -0.16865253448486328, 0.05489342287182808, -0.10505623370409012, -0.060956671833992004, 0.009925073944032192, 0.13978607952594757, -0.04707419499754906, -0.009538214653730392, 0.04936554655432701, 0.010762541554868221, 0.2092333436012268, 0.04540866240859032, -0.09732385724782944, -0.04838205873966217, 0.04971485584974289, -0.15058891475200653, 0.17303194105625153, -0.02610916644334793, 0.007707228884100914, 0.09707556664943695, -0.07128167897462845, -0.08265828341245651, 0.0664946436882019, 0.04157859832048416, -0.12789791822433472, 0.08337017148733139, 0.1702001690864563, -0.010081798769533634, 0.05175867676734924, 0.04658686742186546, 0.028063476085662842, 0.067115917801857, -0.05607279762625694, 0.05116993561387062, -0.0723913386464119, 0.08890310674905777, -0.1699495017528534, 0.09041944891214371, 0.07406198978424072, 0.042445484548807144, 0.06489764153957367, 0.004856004845350981, 0.04024949669837952, 0.026545798406004906, 0.22981293499469757, 0.01201664935797453, -0.08271115273237228, -0.05135996639728546, -0.08550165593624115, 0.1451512575149536, -0.2279941737651825, -0.07372507452964783, 0.090907521545887, 0.03615365922451019, -0.008056349121034145, 0.08152546733617783, 0.14134834706783295, -0.04249775409698486, -0.05419720709323883, -0.17623022198677063, 0.03427661210298538, 0.04888761416077614, -0.1075410321354866, 0.01860453188419342 ]
c39b4e969668cc2fc7cf9e5bf2de0cc23829492c
# Dataset Card for "myriade_ontologie_corrected" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
gguichard/myriade_ontologie_corrected
[ "region:us" ]
2024-02-16T12:51:35+00:00
{"dataset_info": {"features": [{"name": "tokens", "sequence": "string"}, {"name": "wn_sens", "sequence": "int64"}, {"name": "input_ids", "sequence": "int32"}, {"name": "attention_mask", "sequence": "int8"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 10981396, "num_examples": 33834}], "download_size": 0, "dataset_size": 10981396}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-02-16T13:43:57+00:00
[]
[]
TAGS #region-us
# Dataset Card for "myriade_ontologie_corrected" More Information needed
[ "# Dataset Card for \"myriade_ontologie_corrected\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"myriade_ontologie_corrected\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"myriade_ontologie_corrected\"\n\nMore Information needed" ]
[ -0.12854523956775665, 0.14388014376163483, -0.006986603606492281, 0.009093165397644043, 0.11639013141393661, 0.09139487147331238, 0.12214867770671844, 0.09936436265707016, 0.05892367660999298, 0.047894369810819626, 0.16771000623703003, 0.04649895802140236, 0.052966076880693436, 0.10676947981119156, -0.10847143828868866, 0.025738190859556198, 0.06618337333202362, -0.0052322642877697945, -0.010628473944962025, 0.032379914075136185, 0.019939173012971878, -0.03981482610106468, 0.08712431788444519, -0.09406652301549911, -0.19612093269824982, 0.0327613428235054, 0.051578957587480545, -0.03058215230703354, 0.08719173073768616, -0.027092106640338898, 0.13685470819473267, -0.004016351420432329, -0.01986679621040821, -0.16814878582954407, 0.036517661064863205, -0.010623813606798649, -0.0821901187300682, 0.040512267500162125, 0.014398852363228798, -0.06222302466630936, -0.04001711681485176, -0.058418381959199905, -0.009297696873545647, 0.007681989576667547, -0.11477266252040863, -0.1277620643377304, -0.20099447667598724, -0.052397020161151886, 0.014454455114901066, 0.007350792642682791, 0.0553157739341259, 0.12685969471931458, -0.012881102040410042, 0.06360277533531189, 0.09151339530944824, -0.029643746092915535, 0.05685809254646301, 0.2037617415189743, -0.040469054132699966, 0.06801533699035645, -0.040180109441280365, 0.05072296783328056, 0.023418080061674118, 0.003853714093565941, -0.04975041747093201, -0.10902425646781921, -0.03508443012833595, 0.07099173218011856, 0.023268045857548714, -0.12676014006137848, 0.2835467457771301, 0.024935699999332428, -0.04252726212143898, 0.017771825194358826, -0.05865544453263283, -0.047895919531583786, 0.06284012645483017, 0.0538981631398201, -0.02256203442811966, 0.023459577932953835, 0.05631758272647858, -0.15522648394107819, -0.10891948640346527, -0.06364709883928299, -0.14913257956504822, 0.13476446270942688, -0.05803778022527695, 0.12362804263830185, -0.23931249976158142, 0.011734005063772202, -0.07712244987487793, 0.017098909243941307, -0.025288840755820274, -0.057337794452905655, -0.06780888885259628, -0.04226028174161911, -0.05827847123146057, -0.000919583544600755, 0.08332053571939468, 0.12873493134975433, 0.010150604881346226, 0.03118976205587387, -0.10807780921459198, 0.05183042585849762, 0.15172001719474792, 0.02873002178966999, -0.044006649404764175, 0.08523033559322357, 0.017865575850009918, -0.14646686613559723, -0.015702472999691963, -0.04587763920426369, -0.06801564991474152, -0.058427102863788605, -0.060798175632953644, 0.14793017506599426, -0.024820899590849876, -0.11373747885227203, -0.05595693737268448, -0.07296915352344513, 0.1518017053604126, -0.07501016557216644, 0.019791200757026672, -0.017454160377383232, -0.035113103687763214, 0.019664179533720016, -0.006637994199991226, -0.044631678611040115, 0.05850999802350998, -0.03132348507642746, -0.08202404528856277, 0.005682564806193113, 0.03519415110349655, 0.020626308396458626, 0.12429352104663849, -0.19228464365005493, 0.05695463716983795, -0.04980798438191414, -0.23834484815597534, -0.04073704779148102, -0.0029932702891528606, -0.0041883355006575584, 0.14743977785110474, -0.0018543584737926722, 0.025989338755607605, -0.02354305423796177, -0.013121012598276138, 0.06177974492311478, -0.02653917856514454, 0.07385700941085815, -0.14797426760196686, 0.017212621867656708, -0.25700217485427856, 0.06104350835084915, -0.10542451590299606, -0.02253289334475994, -0.027815110981464386, -0.03052234835922718, -0.016207797452807426, 0.021795334294438362, -0.047342464327812195, 0.025408847257494926, -0.0718114897608757, -0.01973755657672882, -0.0029715823475271463, 0.08222953230142593, -0.20753896236419678, -0.041299887001514435, 0.11682255566120148, -0.0703434944152832, -0.04551275819540024, -0.03767597675323486, -0.06813997030258179, 0.13334165513515472, 0.03327463939785957, 0.19083461165428162, 0.04959317669272423, -0.011998219415545464, -0.05902199074625969, -0.045660022646188736, -0.24379542469978333, -0.24304458498954773, 0.028578905388712883, -0.0710141584277153, -0.1369275450706482, 0.032574500888586044, 0.07839446514844894, -0.031912509351968765, -0.025853300467133522, -0.03813648223876953, -0.08401817828416824, -0.024652883410453796, -0.07171931862831116, -0.0018390791956335306, -0.0012956908904016018, -0.004844787996262312, 0.1481696218252182, 0.022186243906617165, 0.02530253492295742, 0.028453566133975983, 0.0380910262465477, -0.013025892898440361, 0.07526618242263794, -0.05021987110376358, 0.008164632134139538, -0.18879996240139008, -0.13247089087963104, -0.049619730561971664, -0.08156018704175949, 0.06112349405884743, -0.05459495261311531, 0.06867464631795883, -0.05587497353553772, -0.04492218419909477, 0.052837856113910675, 0.09785507619380951, 0.04521776735782623, 0.03100229613482952, -0.00023057748330757022, 0.050307951867580414, -0.11119355261325836, -0.027730869129300117, -0.05402963608503342, -0.02304835431277752, 0.06226693466305733, 0.08615877479314804, 0.039327170699834824, -0.03363719582557678, 0.04551216587424278, -0.01611500233411789, 0.0055575380101799965, -0.0695592612028122, 0.005210858769714832, 0.004006439819931984, -0.05173443257808685, 0.10424663871526718, -0.1591947227716446, 0.05956311896443367, 0.11849489063024521, -0.0659189447760582, 0.029292339459061623, -0.0941627100110054, 0.025126522406935692, 0.017171300947666168, -0.09007366001605988, 0.024300919845700264, -0.14001040160655975, -0.028895633295178413, 0.06699590384960175, -0.04328469932079315, 0.028336064890027046, 0.0941343605518341, -0.07352476567029953, -0.17484191060066223, 0.028500739485025406, 0.06397957354784012, -0.3191429376602173, 0.11010202020406723, 0.22655455768108368, 0.11949992179870605, 0.10570279508829117, 0.01759781874716282, -0.05534083768725395, -0.0634867325425148, -0.024420296773314476, -0.018096739426255226, 0.16365814208984375, 0.011008146218955517, 0.04961780831217766, 0.09370674192905426, 0.03637814149260521, 0.08144841343164444, -0.0723201110959053, -0.05986829474568367, -0.018201667815446854, 0.0012176026357337832, -0.14903312921524048, 0.07161420583724976, 0.06821057200431824, 0.10490351170301437, -0.0275131706148386, 0.020367735996842384, 0.14116354286670685, 0.03889716416597366, -0.06489098817110062, 0.10999879986047745, -0.20580880343914032, -0.18326140940189362, -0.14924582839012146, -0.26526468992233276, -0.01839880645275116, 0.038244687020778656, 0.009498460218310356, -0.17598772048950195, -0.0075786905363202095, 0.024566039443016052, -0.05118314549326897, -0.157729834318161, -0.01500603649765253, -0.013333074748516083, 0.06962333619594574, -0.04875420406460762, -0.04883982986211777, -0.050228092819452286, -0.025807585567235947, -0.00040640425868332386, 0.14742788672447205, -0.09646002948284149, 0.04688835144042969, 0.07871224731206894, -0.04840445518493652, 0.07690824568271637, -0.04566381871700287, 0.010767885483801365, 0.004587218631058931, -0.006623576395213604, 0.0740291029214859, -0.024918697774410248, 0.05100606381893158, 0.12463989853858948, 0.040037140250205994, -0.13995549082756042, 0.010433604009449482, 0.03715478256344795, -0.17187298834323883, -0.22885094583034515, -0.1431945264339447, -0.007758340332657099, 0.018375765532255173, 0.06256823241710663, 0.09984368085861206, 0.11144562065601349, 0.03463318571448326, 0.08412165939807892, -0.08846799284219742, -0.011582035571336746, -0.004132459871470928, 0.04328149929642677, -0.02853906899690628, 0.015803933143615723, -0.0687384381890297, 0.06149350479245186, 0.19598360359668732, 0.17129923403263092, 0.25079017877578735, 0.1250111162662506, 0.06274939328432083, 0.05220513418316841, 0.020944468677043915, 0.0468144416809082, 0.10035784542560577, 0.13318420946598053, 0.003806747030466795, 0.01088741235435009, 0.011980840004980564, -0.006389742251485586, -0.043671779334545135, 0.15549840033054352, -0.1183127835392952, -0.03426142781972885, -0.1427840292453766, -0.019065920263528824, -0.09763730317354202, 0.09050847589969635, -0.15120352804660797, 0.09026685357093811, 0.0028225460555404425, 0.045294132083654404, -0.11412779241800308, -0.009992530569434166, 0.009475062601268291, -0.09821110963821411, 0.01945711299777031, -0.03544440120458603, 0.0427124984562397, -0.06335693597793579, -0.025367917492985725, -0.059376880526542664, -0.18797506392002106, -0.04070628806948662, 0.03912906348705292, -0.17460158467292786, 0.28016480803489685, 0.08205413818359375, -0.020187392830848694, -0.08460354059934616, -0.04268927499651909, 0.03692621365189552, 0.018114110454916954, 0.1407983899116516, 0.06259318441152573, -0.18167176842689514, -0.21387310326099396, -0.04207855090498924, -0.016794731840491295, 0.1151571124792099, 0.013519718311727047, -0.02870146557688713, 0.024120820686221123, 0.00459309620782733, -0.07266299426555634, -0.08992894738912582, -0.026892786845564842, -0.08241662383079529, 0.005766991060227156, 0.11672868579626083, -0.14887776970863342, 0.01611257530748844, 0.012588323093950748, -0.06910508871078491, 0.10051503777503967, 0.12534651160240173, 0.02775372378528118, -0.14381422102451324, -0.00035603396827355027, 0.14013983309268951, -0.02102120965719223, -0.010327617637813091, -0.061539437621831894, -0.03330226615071297, -0.07939332723617554, -0.19760730862617493, 0.02106465771794319, -0.04159274697303772, 0.09306685626506805, -0.08479931205511093, 0.1324501782655716, 0.043990761041641235, -0.01768551580607891, -0.016932262107729912, 0.09432902187108994, -0.0709746778011322, -0.07050904631614685, 0.1725248098373413, 0.015870139002799988, 0.15689925849437714, 0.23425377905368805, -0.007895532995462418, -0.06166649982333183, 0.0912489965558052, 0.03820293769240379, 0.10229906439781189, 0.17735445499420166, 0.007181222550570965, 0.16400600969791412, 0.25199952721595764, -0.10167776793241501, -0.23580484092235565, -0.009598403237760067, -0.22345352172851562, 0.017384756356477737, 0.06715219467878342, -0.19146212935447693, 0.09839026629924774, 0.1546379029750824, -0.0200701504945755, 0.17318132519721985, -0.08461207896471024, -0.02739718183875084, 0.15019893646240234, 0.029715722426772118, 0.4969996213912964, -0.019911527633666992, -0.11480407416820526, -0.06949890404939651, -0.12430105358362198, 0.2330653816461563, -0.143874853849411, 0.08275271207094193, 0.006774881388992071, 0.1099163144826889, -0.007516882382333279, -0.06267009675502777, 0.20826596021652222, 0.01974555291235447, 0.08081740140914917, -0.034419745206832886, -0.08438087999820709, 0.13444626331329346, -0.1259986013174057, 0.010096708312630653, 0.11728642880916595, 0.02707754075527191, -0.2133585810661316, 0.003634729888290167, -0.0004938008496537805, 0.07855915278196335, 0.0444241538643837, 0.005953914951533079, -0.0949268490076065, -0.013992813415825367, -0.09293991327285767, -0.044974952936172485, 0.1332005262374878, -0.01910766214132309, -0.052419401705265045, 0.06050753593444824, 0.029692012816667557, -0.11594505608081818, 0.017181549221277237, -0.043968964368104935, -0.10141270607709885, 0.03436530381441116, -0.11652825027704239, 0.08737970143556595, 0.0962437242269516, 0.01670459471642971, 0.036535266786813736, 0.02466687746345997, 0.018365822732448578, 0.0026009874418377876, 0.06582017242908478, -0.10134652256965637, 0.022121116518974304, 0.10495778918266296, -0.07471711933612823, 0.050179410725831985, 0.05189794674515724, 0.11369095742702484, 0.13899290561676025, -0.018492797389626503, -0.03831149637699127, 0.08350443840026855, -0.04814795404672623, 0.062409017235040665, 0.07426914572715759, -0.029388949275016785, -0.16370292007923126, 0.24876399338245392, 0.0714452713727951, -0.09005975723266602, 0.07197795808315277, -0.0767417699098587, -0.1385674774646759, -0.05699533596634865, -0.06626985967159271, 0.17993812263011932, -0.1553344577550888, -0.11881650239229202, -0.0025963862426579, 0.025694560259580612, 0.03638638183474541, 0.15975886583328247, 0.057926107197999954, 0.14211569726467133, -0.05142243951559067, -0.08543293923139572, -0.07011379301548004, -0.057792097330093384, -0.008586671203374863, 0.021075502038002014, -0.02783968672156334, -0.18664611876010895, -0.05922919884324074, 0.1529698520898819, -0.0314333401620388, -0.07977889478206635, -0.060774389654397964, 0.046144887804985046, -0.13881565630435944, -0.024710502475500107, -0.05384251847863197, -0.042211879044771194, 0.02862040512263775, 0.01674853451550007, -0.0063346028327941895, -0.016908971592783928, -0.07150508463382721, 0.07026591897010803, 0.03825301676988602, 0.05345027148723602, -0.10612882673740387, -0.0379311740398407, 0.06461597234010696, 0.045827027410268784, 0.10174117237329483, 0.17853373289108276, -0.03155369311571121, 0.06872817873954773, -0.09208189696073532, -0.10536414384841919, 0.07840592414140701, -0.013132420368492603, 0.09312805533409119, -0.10913500934839249, 0.022230464965105057, 0.12999221682548523, -0.02165062725543976, 0.08717689663171768, -0.06705507636070251, -0.047358978539705276, 0.017918432131409645, -0.16654141247272491, -0.06342782825231552, -0.004650812596082687, -0.03819283843040466, 0.17635221779346466, 0.044963348656892776, 0.04920569807291031, 0.08073553442955017, 0.010934839956462383, -0.04230158030986786, -0.04872089996933937, -0.03496721014380455, -0.11065173894166946, -0.03309568017721176, 0.06472555547952652, 0.035326603800058365, -0.03206396475434303, 0.3487634062767029, -0.07034851610660553, -0.11335516721010208, 0.004054620862007141, 0.1435895562171936, -0.108453668653965, -0.02083582431077957, 0.31514760851860046, 0.017995847389101982, -0.07143789529800415, 0.027237441390752792, 0.09172816574573517, 0.014513595029711723, 0.06513987481594086, 0.15925130248069763, 0.11119794100522995, 0.1069391742348671, 0.04449602589011192, -0.0200507789850235, -0.08032598346471786, 0.05694879591464996, 0.012754431925714016, -0.044930871576070786, -0.01838887482881546, 0.05142322927713394, -0.09628500044345856, 0.05185461789369583, -0.06556891649961472, 0.05787254869937897, 0.02172684669494629, -0.058192845433950424, -0.10646528750658035, -0.13368859887123108, -0.08767125010490417, -0.0036226273514330387, 0.0034344778396189213, -0.02349918894469738, 0.04381224885582924, 0.18556369841098785, 0.02999911457300186, -0.018374277278780937, 0.01854860968887806, -0.132740318775177, 0.04130844399333, 0.05704861506819725, -0.004429037217050791, 0.020076680928468704, 0.04393290728330612, -0.046144988387823105, 0.02601279690861702, -0.04689350351691246, 0.05586458742618561, 0.06931820511817932, 0.18892793357372284, -0.0026812173891812563, -0.21704773604869843, -0.045763321220874786, -0.05650949478149414, 0.08342163264751434, -0.10614904761314392, 0.11026149243116379, 0.020313402637839317, 0.061898183077573776, 0.03729570657014847, 0.13674286007881165, -0.017171164974570274, 0.13212424516677856, -0.05296068638563156, 0.050712890923023224, 0.033657632768154144, 0.058195777237415314, -0.028834454715251923, -0.08030764013528824, 0.01808428019285202, 0.025192711502313614, 0.156001478433609, 0.05111315846443176, -0.019601203501224518, 0.07247958332300186, 0.04424191266298294, 0.046325042843818665, 0.07849081605672836, 0.004287979565560818, 0.01783956214785576, 0.007985446602106094, -0.09979470819234848, -0.00810263305902481, -0.06613871455192566, -0.015552871860563755, 0.06724132597446442, 0.02998654544353485, -0.021510835736989975, -0.08711912482976913, 0.12984685599803925, -0.04584885016083717, 0.004409336019307375, 0.19448117911815643, -0.04931336268782616, -0.0486033633351326, 0.05586695298552513, 0.02642822451889515, -0.05848716199398041, 0.03831751272082329, -0.06608644872903824, -0.047230299562215805, 0.11594274640083313, -0.03311531990766525, -0.2508251368999481, -0.18835009634494781, -0.0008164284517988563, -0.014846397563815117, 0.20423318445682526, 0.004117692355066538, 0.099416583776474, 0.04614994302392006, -0.01752634346485138, -0.11807417124509811, 0.06729432940483093, -0.040696319192647934, 0.07332287728786469, -0.04432845860719681, 0.08424617350101471, -0.028315138071775436, -0.09060849994421005, 0.04808951914310455, 0.01190944854170084, -0.0031615362968295813, -0.02904054895043373, -0.026454662904143333, -0.011243549175560474, 0.02713356353342533, -0.07970713824033737, 0.09360791742801666, -0.04120751470327377, 0.032733384519815445, 0.09780862927436829, -0.03076600469648838, 0.07160435616970062, 0.08940549194812775, -0.018443012610077858, -0.04177401214838028, -0.04271499812602997, 0.000866641232278198, 0.12208708375692368, 0.06534275412559509, -0.17184020578861237, -0.01432062778621912, -0.017541004344820976, 0.008676368743181229, 0.02841508574783802, 0.08838143944740295, -0.005545618012547493, 0.08979634940624237, -0.02758345939218998, 0.08844970911741257, 0.042562197893857956, 0.03954504430294037, -0.03240696340799332, -0.08653996139764786 ]
9293f9fd80b2c724d0ff87791ac0bce09a319cf6
# Multiple Sclerosis Dataset, Brain MRI Object Detection & Segmentation Dataset The dataset consists of .dcm files containing **MRI scans of the brain** of the person with a multiple sclerosis. The images are **labeled** by the doctors and accompanied by **report** in PDF-format. The dataset includes **13 studies**, made from the different angles which provide a comprehensive understanding of a multiple sclerosis as a condition. ### MRI study angles in the dataset ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F9fe7ab0fb5e7d66b0028561d78258baf%2FFrame%2080.png?generation=1707937444108216&alt=media) # 💴 For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on **[TrainingData](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=multiple-sclerosis)** to buy the dataset ### Types of diseases and conditions in the full dataset: - Cancer - Multiple sclerosis - Metastatic lesion - Arnold-Chiari malformation - Focal gliosis of the brain - **AND MANY OTHER CONDITIONS** ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2Fae5d9eb364be2e6a718b1ed7ebaa8ba1%2Fezgif.com-animated-gif-maker.gif?generation=1707936352780047&alt=media) The dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated multiple sclerosis detection and segmentation, analyzing response to different treatments, and studying the relationship between imaging features and clinical outcomes. # 💴 Buy the Dataset: This is just an example of the data. Leave a request on [https://trainingdata.pro/data-market](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=multiple-sclerosis) to discuss your requirements, learn about the price and buy the dataset # Content ### The dataset includes: - **ST000001**: includes subfolders with 13 studies. Each study includes MRI-scans in **.dcm and .jpg formats**, - **DICOMDIR**: includes information about the patient's condition and links to access files, - **Brain_MRI_2.pdf**: includes medical report, provided by the radiologist, - **.csv file**: includes id of the studies and the number of files ### Medical reports include the following data: - Patient's **demographic information**, - **Description** of the case, - Preliminary **diagnosis**, - **Recommendations** on the further actions *All patients consented to the publication of data* # Medical data might be collected in accordance with your requirements. ## [TrainingData](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=multiple-sclerosis) provides high-quality data annotation tailored to your needs *keywords: brain mri, multiple sclerosis, neuroimaging, mri scans, lesions, brain atrophy, white matter abnormalities, disease progression, neurodegeneration, inflammation, imaging biomarkers, mri analysis, brain volume loss, gray matter changes, myelin damage, optic neuritis, spinal cord lesions, radiological assessment, aneurysm, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, medical imaging, radiology dataset, neurology dataset, oncology dataset, image dataset, abnormalities detection, brain anatomy, health, brain formations, imaging procedure, x-rays measurements, machine learning, computer vision, deep learning*
TrainingDataPro/multiple-sclerosis-dataset
[ "task_categories:image-to-image", "task_categories:image-classification", "task_categories:image-segmentation", "language:en", "license:cc-by-nc-nd-4.0", "biology", "medical", "region:us" ]
2024-02-16T12:52:18+00:00
{"language": ["en"], "license": "cc-by-nc-nd-4.0", "task_categories": ["image-to-image", "image-classification", "image-segmentation"], "tags": ["biology", "medical"]}
2024-02-16T13:11:01+00:00
[]
[ "en" ]
TAGS #task_categories-image-to-image #task_categories-image-classification #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #biology #medical #region-us
# Multiple Sclerosis Dataset, Brain MRI Object Detection & Segmentation Dataset The dataset consists of .dcm files containing MRI scans of the brain of the person with a multiple sclerosis. The images are labeled by the doctors and accompanied by report in PDF-format. The dataset includes 13 studies, made from the different angles which provide a comprehensive understanding of a multiple sclerosis as a condition. ### MRI study angles in the dataset ![](URL # For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset ### Types of diseases and conditions in the full dataset: - Cancer - Multiple sclerosis - Metastatic lesion - Arnold-Chiari malformation - Focal gliosis of the brain - AND MANY OTHER CONDITIONS ![](URL The dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated multiple sclerosis detection and segmentation, analyzing response to different treatments, and studying the relationship between imaging features and clinical outcomes. # Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset # Content ### The dataset includes: - ST000001: includes subfolders with 13 studies. Each study includes MRI-scans in .dcm and .jpg formats, - DICOMDIR: includes information about the patient's condition and links to access files, - Brain_MRI_2.pdf: includes medical report, provided by the radiologist, - .csv file: includes id of the studies and the number of files ### Medical reports include the following data: - Patient's demographic information, - Description of the case, - Preliminary diagnosis, - Recommendations on the further actions *All patients consented to the publication of data* # Medical data might be collected in accordance with your requirements. ## TrainingData provides high-quality data annotation tailored to your needs *keywords: brain mri, multiple sclerosis, neuroimaging, mri scans, lesions, brain atrophy, white matter abnormalities, disease progression, neurodegeneration, inflammation, imaging biomarkers, mri analysis, brain volume loss, gray matter changes, myelin damage, optic neuritis, spinal cord lesions, radiological assessment, aneurysm, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, medical imaging, radiology dataset, neurology dataset, oncology dataset, image dataset, abnormalities detection, brain anatomy, health, brain formations, imaging procedure, x-rays measurements, machine learning, computer vision, deep learning*
[ "# Multiple Sclerosis Dataset, Brain MRI Object Detection & Segmentation Dataset\n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a multiple sclerosis. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 13 studies, made from the different angles which provide a comprehensive understanding of a multiple sclerosis as a condition.", "### MRI study angles in the dataset\n![](URL", "# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset", "### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS\n \n![](URL\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated multiple sclerosis detection and segmentation, analyzing response to different treatments, and studying the relationship between imaging features and clinical outcomes.", "# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset", "# Content", "### The dataset includes:\n- ST000001: includes subfolders with 13 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_2.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files", "### Medical reports include the following data:\n- Patient's demographic information, \n- Description of the case, \n- Preliminary diagnosis, \n- Recommendations on the further actions\n\n*All patients consented to the publication of data*", "# Medical data might be collected in accordance with your requirements.", "## TrainingData provides high-quality data annotation tailored to your needs\n\n*keywords: brain mri, multiple sclerosis, neuroimaging, mri scans, lesions, brain atrophy, white matter abnormalities, disease progression, neurodegeneration, inflammation, imaging biomarkers, mri analysis, brain volume loss, gray matter changes, myelin damage, optic neuritis, spinal cord lesions, radiological assessment, aneurysm, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, medical imaging, radiology dataset, neurology dataset, oncology dataset, image dataset, abnormalities detection, brain anatomy, health, brain formations, imaging procedure, x-rays measurements, machine learning, computer vision, deep learning*" ]
[ "TAGS\n#task_categories-image-to-image #task_categories-image-classification #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #biology #medical #region-us \n", "# Multiple Sclerosis Dataset, Brain MRI Object Detection & Segmentation Dataset\n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a multiple sclerosis. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 13 studies, made from the different angles which provide a comprehensive understanding of a multiple sclerosis as a condition.", "### MRI study angles in the dataset\n![](URL", "# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset", "### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS\n \n![](URL\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated multiple sclerosis detection and segmentation, analyzing response to different treatments, and studying the relationship between imaging features and clinical outcomes.", "# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset", "# Content", "### The dataset includes:\n- ST000001: includes subfolders with 13 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_2.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files", "### Medical reports include the following data:\n- Patient's demographic information, \n- Description of the case, \n- Preliminary diagnosis, \n- Recommendations on the further actions\n\n*All patients consented to the publication of data*", "# Medical data might be collected in accordance with your requirements.", "## TrainingData provides high-quality data annotation tailored to your needs\n\n*keywords: brain mri, multiple sclerosis, neuroimaging, mri scans, lesions, brain atrophy, white matter abnormalities, disease progression, neurodegeneration, inflammation, imaging biomarkers, mri analysis, brain volume loss, gray matter changes, myelin damage, optic neuritis, spinal cord lesions, radiological assessment, aneurysm, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, medical imaging, radiology dataset, neurology dataset, oncology dataset, image dataset, abnormalities detection, brain anatomy, health, brain formations, imaging procedure, x-rays measurements, machine learning, computer vision, deep learning*" ]
[ 64, 102, 16, 37, 152, 34, 2, 96, 52, 13, 202 ]
[ "passage: TAGS\n#task_categories-image-to-image #task_categories-image-classification #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #biology #medical #region-us \n# Multiple Sclerosis Dataset, Brain MRI Object Detection & Segmentation Dataset\n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a multiple sclerosis. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 13 studies, made from the different angles which provide a comprehensive understanding of a multiple sclerosis as a condition.### MRI study angles in the dataset\n![](URL# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS\n \n![](URL\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated multiple sclerosis detection and segmentation, analyzing response to different treatments, and studying the relationship between imaging features and clinical outcomes.# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset# Content### The dataset includes:\n- ST000001: includes subfolders with 13 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_2.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files" ]
[ -0.0023399393539875746, 0.19831836223602295, -0.003707482712343335, -0.016849566251039505, 0.10231625288724899, 0.08212374150753021, 0.04644983634352684, 0.12531854212284088, -0.026882505044341087, 0.12377024441957474, -0.05742384120821953, -0.05560648813843727, 0.12124140560626984, 0.15726059675216675, 0.07344350218772888, -0.24461506307125092, 0.005324727855622768, -0.09983719140291214, -0.05903932452201843, 0.040419671684503555, 0.06254380941390991, -0.07222366333007812, 0.029673190787434578, -0.04718228057026863, 0.019912946969270706, -0.027192525565624237, 0.027336150407791138, -0.02024846151471138, 0.03241361305117607, 0.06402407586574554, 0.0426262766122818, -0.03384681046009064, 0.0804918184876442, -0.20801331102848053, 0.01975744403898716, 0.0799446627497673, -0.003583613084629178, 0.045306701213121414, 0.07452911138534546, -0.03205395117402077, 0.10106902569532394, -0.1217886283993721, 0.04709750786423683, 0.01557807344943285, -0.03372137248516083, -0.15260449051856995, -0.19048061966896057, 0.1416430026292801, 0.013962105847895145, 0.08096718043088913, 0.01316080428659916, 0.04196219891309738, 0.024362118914723396, 0.01753648743033409, 0.19257979094982147, -0.08279629051685333, -0.0037766864988952875, 0.024166416376829147, 0.016619371250271797, 0.17422042787075043, -0.10461930185556412, 0.052296169102191925, -0.06602753698825836, -0.027302704751491547, 0.08805220574140549, 0.0034938808530569077, -0.03369531035423279, 0.05475994572043419, -0.08072595298290253, -0.07054170221090317, 0.07450040429830551, -0.07003699243068695, -0.011321810074150562, -0.20978711545467377, -0.020075112581253052, 0.011505146510899067, -0.015438582748174667, -0.036899808794260025, 0.0734022781252861, -0.019861603155732155, -0.00978909432888031, -0.11757782101631165, -0.07226307690143585, -0.025279711931943893, -0.03962649032473564, 0.05099908262491226, -0.028743857517838478, 0.043390531092882156, 0.03295348212122917, 0.10244400799274445, -0.0294641200453043, -0.02202608995139599, -0.06648540496826172, -0.031966548413038254, -0.19261610507965088, -0.04136086627840996, -0.01616954430937767, -0.07903287559747696, -0.001464269240386784, 0.03777438774704933, -0.08318495005369186, 0.003287476720288396, -0.0721345841884613, -0.00984493549913168, 0.1287725269794464, 0.09361261874437332, -0.12040560692548752, -0.044378362596035004, -0.03579678386449814, -0.011463840492069721, 0.03802058845758438, -0.010093698278069496, -0.01799192652106285, 0.11956502497196198, -0.0008573632803745568, 0.03895295038819313, -0.015996577218174934, -0.030178040266036987, -0.014167426154017448, -0.04942326992750168, 0.15247271955013275, -0.08544578403234482, 0.041630715131759644, 0.06699749827384949, 0.0028731455095112324, 0.029187733307480812, 0.03134610131382942, -0.057915035635232925, -0.026849674060940742, 0.1443769633769989, -0.06849965453147888, 0.01551381591707468, -0.07579898834228516, -0.061214398592710495, 0.07443726062774658, 0.0058113569393754005, -0.09986019134521484, -0.03845369070768356, -0.024751342833042145, -0.07142949849367142, -0.011039864271879196, -0.08464308083057404, 0.09654762595891953, 0.05989697203040123, 0.023488810285925865, 0.014266920275986195, 0.034372564405202866, 0.04187817871570587, -0.030163530260324478, 0.006640913896262646, -0.121277816593647, 0.027639897540211678, 0.1457132250070572, 0.004712705034762621, -0.009220387786626816, 0.04975920170545578, -0.20287483930587769, 0.07922420650720596, -0.11054261773824692, -0.01299741305410862, -0.08117535710334778, -0.013738534413278103, -0.06039610132575035, -0.04001936316490173, 0.018056124448776245, 0.07364022731781006, -0.18230217695236206, -0.038620349019765854, 0.20239709317684174, -0.04678577929735184, -0.06338611245155334, 0.05246207118034363, -0.06165570393204689, 0.07770650088787079, 0.05983837693929672, 0.09216836839914322, 0.1281733363866806, -0.03955768421292305, -0.1607549488544464, -0.09229214489459991, -0.008746317587792873, 0.08652456849813461, 0.10128994286060333, -0.019866665825247765, 0.09227708727121353, -0.01513477973639965, -0.05810817703604698, -0.0642637312412262, 0.022038891911506653, -0.043043460696935654, 0.04027730971574783, -0.04286010563373566, -0.04714261367917061, -0.015768107026815414, -0.04397248476743698, -0.004003284499049187, -0.05139956250786781, -0.02727338671684265, 0.08371611684560776, -0.02226608246564865, 0.03479677811264992, -0.03104284033179283, -0.0488852933049202, -0.01335830707103014, 0.04524954408407211, -0.13018357753753662, -0.20148298144340515, 0.053176477551460266, -0.13351628184318542, 0.08315286785364151, -0.1343671977519989, -0.010820585303008556, -0.0024967845529317856, -0.07758979499340057, 0.045930277556180954, 0.00999432522803545, 0.006334372796118259, -0.041383322328329086, -0.12357719242572784, 0.016584893688559532, -0.09524612128734589, 0.0850050076842308, -0.026671072468161583, 0.008863751776516438, 0.05322762951254845, 0.09628050774335861, 0.0503622330725193, -0.07613176107406616, 0.07369095832109451, -0.061806418001651764, 0.028328923508524895, -0.030483685433864594, -0.04715932533144951, -0.025479210540652275, -0.007523253094404936, 0.06971533596515656, -0.14855974912643433, -0.047992389649152756, 0.00655384873971343, 0.17440707981586456, -0.06669333577156067, -0.17433355748653412, -0.018520411103963852, 0.009113448671996593, -0.2049696445465088, -0.07317152619361877, 0.055895108729600906, 0.08023490756750107, 0.025146258994936943, -0.06604058295488358, -0.018254036083817482, -0.006354217417538166, 0.06370562314987183, -0.06830070167779922, -0.04264971613883972, 0.10186396539211273, -0.1842072755098343, 0.06649406254291534, -0.012318029068410397, 0.06773445755243301, 0.07962457835674286, 0.01725410670042038, -0.08988737314939499, -0.055549364537000656, -0.08350010216236115, 0.014374076388776302, 0.09064624458551407, 0.04464446008205414, 0.03668253868818283, 0.0673542469739914, 0.013213125057518482, 0.04527540132403374, -0.02888738550245762, 0.03421301394701004, 0.014701095409691334, -0.020341835916042328, -0.03100055642426014, -0.04304194450378418, -0.010709675960242748, 0.11614874005317688, 0.06849384307861328, 0.1662815362215042, -0.04454890638589859, -0.015538842417299747, -0.10578057914972305, 0.10149825364351273, -0.14238081872463226, -0.1868543177843094, -0.13465406000614166, 0.008434622548520565, -0.019065668806433678, 0.025779100134968758, -0.024064140394330025, -0.04567331075668335, -0.043749965727329254, -0.12522751092910767, -0.045660048723220825, 0.13260027766227722, -0.05895119532942772, -0.04308772087097168, 0.04183279350399971, -0.06319675594568253, -0.0846809670329094, 0.012123765423893929, -0.006254016887396574, 0.021383533254265785, -0.016822807490825653, 0.07045846432447433, 0.0719628855586052, 0.16634176671504974, 0.05872322991490364, -0.0007379468879662454, -0.0670769140124321, 0.027338780462741852, -0.12749886512756348, 0.17602181434631348, 0.042519114911556244, 0.018090007826685905, 0.04080317169427872, 0.07829844951629639, 0.030765395611524582, 0.029591122642159462, 0.06184088811278343, 0.06846886873245239, -0.018849236890673637, -0.2797500789165497, -0.04680626466870308, -0.04536411538720131, -0.049692925065755844, -0.017482560127973557, 0.045766714960336685, 0.07268154621124268, 0.038783155381679535, -0.09764226526021957, -0.08823855221271515, 0.09909041225910187, 0.07436825335025787, 0.11643766611814499, 0.02200089395046234, 0.09844174981117249, -0.057764358818531036, 0.05708196386694908, 0.09989431500434875, 0.11648832261562347, 0.2499832808971405, -0.01178771909326315, 0.1797829270362854, -0.0032855290919542313, -0.12760253250598907, -0.03173470124602318, 0.0451042465865612, -0.01348521001636982, 0.023986952379345894, -0.028669262304902077, -0.07939144968986511, 0.041732046753168106, 0.1380222886800766, 0.05867677181959152, -0.1626460999250412, 0.06144115328788757, -0.09007129818201065, 0.052265651524066925, 0.0814894586801529, 0.021928060799837112, 0.007683827541768551, -0.07253031432628632, 0.11466290056705475, -0.03001825325191021, -0.045330364257097244, 0.01792282797396183, 0.10326416045427322, -0.11810673773288727, 0.02768455632030964, -0.036398984491825104, 0.10223061591386795, -0.06315738707780838, -0.05397754907608032, 0.07721057534217834, -0.022814640775322914, -0.07159985601902008, 0.12430606782436371, 0.03697244077920914, -0.00676390016451478, 0.0009174784645438194, 0.016817240044474602, -0.0689401924610138, 0.05716775730252266, 0.03842771798372269, 0.10252474248409271, 0.07670310139656067, 0.017338890582323074, -0.24032755196094513, 0.0311555415391922, -0.03378601372241974, -0.04296005517244339, 0.1272611916065216, -0.09224319458007812, 0.08110975474119186, -0.042520031332969666, -0.05446506664156914, -0.035973548889160156, -0.027767788618803024, -0.034981317818164825, -0.20250175893306732, 0.09477696567773819, -0.0707123652100563, 0.08968300372362137, -0.03363708406686783, -0.05279499292373657, -0.08717724680900574, 0.061022691428661346, -0.10124436765909195, -0.05114847421646118, -0.15993811190128326, 0.02253859117627144, 0.10797058045864105, -0.02671567164361477, 0.014647867530584335, 0.004472166765481234, 0.1815674751996994, -0.024871187284588814, -0.0828198716044426, 0.031470395624637604, -0.07904576510190964, -0.2386828064918518, -0.07700063288211823, 0.15387386083602905, 0.041695110499858856, 0.0632006973028183, -0.0630142018198967, 0.11364901810884476, 0.01968754455447197, -0.0972820594906807, 0.1273953914642334, 0.24520818889141083, 0.11217689514160156, 0.15088915824890137, -0.11342640221118927, -0.06423874199390411, -0.07647626847028732, -0.018230533227324486, 0.047674112021923065, 0.03733379766345024, -0.06575047224760056, 0.20909330248832703, 0.1058269813656807, -0.1382148414850235, -0.21303467452526093, 0.027098538354039192, 0.018059683963656425, -0.06504691392183304, 0.10242369025945663, -0.2679949700832367, 0.08643040060997009, 0.021144382655620575, -0.008701873011887074, 0.012537279166281223, -0.14472274482250214, -0.0933874323964119, -0.10476234555244446, -0.029583651572465897, -0.1179070845246315, -0.13063684105873108, -0.04076774790883064, -0.05814364552497864, -0.01830042339861393, 0.1421201080083847, -0.07868737727403641, 0.0521407425403595, 0.0092091653496027, 0.046775612980127335, 0.020718196406960487, -0.04699283093214035, 0.04406772926449776, -0.017867451533675194, 0.016365351155400276, -0.031505193561315536, -0.03663012757897377, 0.17586690187454224, -0.040299322456121445, 0.0566512756049633, 0.03855090215802193, 0.03618577867746353, -0.055827125906944275, -0.07779769599437714, -0.029337583109736443, -0.062929168343544, -0.023249655961990356, -0.049051132053136826, -0.18863655626773834, 0.14085790514945984, 0.11242169141769409, -0.06258783489465714, 0.06380698829889297, -0.09694680571556091, -0.04853404313325882, 0.10729999095201492, 0.1115121990442276, 0.10720805078744888, -0.1223224401473999, -0.006088164635002613, -0.0860460102558136, -0.01957721635699272, -0.1472429782152176, 0.06302814930677414, 0.04157353937625885, 0.04093603044748306, 0.09797002375125885, 0.032751694321632385, -0.13364730775356293, -0.001142057473771274, 0.04253390431404114, -0.036122411489486694, -0.2816189229488373, -0.010119268670678139, 0.05093449726700783, -0.21788528561592102, -0.015913482755422592, 0.09024281799793243, 0.01269293762743473, -0.02722720429301262, 0.0017346716485917568, 0.12871351838111877, 0.052190158516168594, 0.10769172012805939, 0.04796207323670387, -0.011097881942987442, -0.03299218788743019, 0.0733024924993515, 0.1338629424571991, -0.18405792117118835, -0.008132528513669968, 0.16151534020900726, -0.06462623924016953, -0.058976754546165466, 0.01779591292142868, 0.0865338072180748, -0.0027546577621251345, -0.05741205811500549, 0.03645217791199684, -0.0517190620303154, 0.07180075347423553, 0.15780703723430634, -0.04300625994801521, -0.00286207371391356, -0.06655485928058624, 0.02057999186217785, -0.07168538123369217, 0.15445342659950256, -0.037357453256845474, 0.06986339390277863, -0.001406123279593885, -0.02934400364756584, -0.022799374535679817, 0.024630902335047722, -0.019416483119130135, -0.031044941395521164, -0.05780697613954544, -0.07104552537202835, -0.08617106825113297, -0.03086797520518303, -0.05930471420288086, -0.056997012346982956, -0.014524306170642376, 0.03965247794985771, 0.03280188515782356, -0.02435302734375, 0.018673313781619072, -0.03403310105204582, -0.04636795446276665, 0.09029071778059006, -0.21072977781295776, 0.031718865036964417, 0.03520090878009796, -0.06302575021982193, 0.13873890042304993, -0.02496556006371975, -0.015425643883645535, -0.023665977641940117, 0.059051793068647385, 0.00297692883759737, -0.04605275020003319, 0.04371717572212219, -0.029261766001582146, -0.17880669236183167, 0.04581460356712341, -0.053738851100206375, -0.07441054284572601, 0.07010936737060547, 0.0885889083147049, -0.006082918960601091, 0.0771646499633789, -0.04469136521220207, -0.004313095938414335, -0.04801161214709282, 0.033722128719091415, 0.030355704948306084, -0.003343672724440694, 0.0799490436911583, -0.009657315909862518, 0.08019887655973434, -0.10104477405548096, -0.0345032773911953, 0.023052223026752472, -0.02901638112962246, -0.029655301943421364, -0.04329407960176468, 0.04923968389630318, 0.031216595321893692, 0.18622958660125732, 0.02630229853093624, -0.10488592088222504, 0.059439051896333694, 0.08731057494878769, 0.019702661782503128, 0.04973151534795761, -0.031179703772068024, 0.04530112072825432, -0.08404024690389633, -0.029406143352389336, -0.022801127284765244, -0.03238353878259659, 0.002082470338791609, 0.1947655826807022, 0.12357419729232788, 0.16889320313930511, -0.03700093924999237, -0.019262727349996567, -0.15366457402706146, -0.10368625819683075, 0.031782038509845734, -0.05963717773556709, -0.01697850227355957, -0.11574115604162216, 0.02023402415215969, 0.10103780031204224, -0.19383257627487183, 0.16235019266605377, -0.07328405976295471, -0.045713093131780624, -0.011759146116673946, -0.11987853795289993, -0.04496689885854721, -0.07919060438871384, -0.04305766150355339, -0.08096756786108017, 0.05218799412250519, 0.06319321691989899, 0.002962897066026926, -0.010052048601210117, 0.11576076596975327, -0.18692897260189056, -0.03794792667031288, 0.04913321137428284, 0.06875542551279068, 0.06470850855112076, 0.09840016812086105, 0.026451796293258667, 0.0616101399064064, -0.062486421316862106, 0.07351354509592056, 0.08730649203062057, 0.10515213012695312, -0.006206638645380735, -0.05814366042613983, -0.04607206583023071, 0.03512293100357056, -0.04971036687493324, -0.05218108370900154, 0.18567433953285217, 0.05511663854122162, 0.022574301809072495, -0.01093202456831932, 0.19819872081279755, -0.0665711984038353, 0.003493986092507839, -0.16317209601402283, 0.07389549911022186, -0.017935408279299736, 0.03243642672896385, 0.015156496316194534, -0.12617447972297668, -0.02213914506137371, 0.07655813544988632, 0.13824336230754852, -0.05149249732494354, -0.02590118907392025, 0.08135095983743668, 0.032297272235155106, 0.05204493924975395, 0.12436132878065109, 0.020071055740118027, 0.2690783739089966, 0.018687112256884575, 0.09370985627174377, 0.021044008433818817, -0.06866094470024109, -0.04109155014157295, 0.12974244356155396, -0.00926614087074995, 0.026946721598505974, -0.013150641694664955, 0.10226494818925858, 0.02668910101056099, -0.23333397507667542, 0.10967982560396194, -0.08295793831348419, -0.06958086788654327, -0.011754470877349377, 0.07028272747993469, -0.06408723443746567, -0.029705509543418884, 0.09175599366426468, 0.008665572851896286, 0.28700849413871765, 0.03585406765341759, -0.03838394582271576, -0.027068929746747017, 0.0810980573296547, -0.19094012677669525, 0.1747724413871765, -0.021457502618432045, 0.04705986753106117, 0.08184204250574112, -0.05213417485356331, -0.08572829514741898, 0.03222096338868141, 0.03652632609009743, -0.10494081676006317, 0.019354524090886116, 0.17425276339054108, -0.013267465867102146, 0.06140200421214104, 0.056693363934755325, -0.013646222651004791, 0.033571355044841766, -0.09107642620801926, -0.01786751113831997, -0.08738018572330475, 0.10635007172822952, -0.1367749720811844, 0.10029537975788116, 0.06125611439347267, 0.01482932548969984, 0.06848283857107162, -0.010311398655176163, 0.0362715870141983, 0.036969490349292755, 0.20836715400218964, 0.03431233763694763, -0.11841565370559692, -0.031956300139427185, -0.07877851277589798, 0.16060002148151398, -0.23633702099323273, -0.06859282404184341, 0.11081065982580185, 0.021309908479452133, 0.012752875685691833, 0.1004316434264183, 0.08188334107398987, -0.05697506293654442, -0.0653182715177536, -0.13793249428272247, 0.017276261001825333, 0.07310933619737625, -0.08373281359672546, 0.03383618965744972 ]
efd68fca13a19c0e9f33d3456b7baae506943e9b
# Brain MRI Dataset, Arnold-Chiari Malformation Detection & Segmentation The dataset consists of .dcm files containing **MRI scans of the brain** of the person with a Arnold-Chiari Malformation. The images are **labeled** by the doctors and accompanied by **report** in PDF-format. The dataset includes 6 studies, made from the different angles which provide a comprehensive understanding of a Arnold-Chiari Anomaly and signs of dysplasia of the cranio-vertebral junction (platybasia). ### MRI study angles in the dataset ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2Ffcaa9d9d12f72a97255bfd40e23355fb%2FFrame%2081.png?generation=1707995757290533&alt=media) # 💴 For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on **[TrainingData](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=brain-anomaly-detection)** to buy the dataset ### Types of diseases and conditions in the full dataset: - Cancer - Multiple sclerosis - Metastatic lesion - Arnold-Chiari malformation - Focal gliosis of the brain - **AND MANY OTHER CONDITIONS** ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F38170a0bcfc2a312de4916dd1e8d58c8%2Fezgif.com-animated-gif-maker%20(1).gif?generation=1707995771155527&alt=media) The dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes. # 💴 Buy the Dataset: This is just an example of the data. Leave a request on [https://trainingdata.pro/data-market](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=brain-anomaly-detection) to discuss your requirements, learn about the price and buy the dataset # Content ### The dataset includes: - **ST000001**: includes subfolders with 6 studies. Each study includes MRI-scans in **.dcm and .jpg formats**, - **DICOMDIR**: includes information about the patient's condition and links to access files, - **Brain_MRI_3.pdf**: includes medical report, provided by the radiologist, - **.csv file**: includes id of the studies and the number of files ### Medical reports include the following data: - Patient's **demographic information**, - **Description** of the case, - Preliminary **diagnosis**, - **Recommendations** on the further actions *All patients consented to the publication of data* # Medical data might be collected in accordance with your requirements. ## [TrainingData](https://trainingdata.pro/data-market/brain-mri?utm_source=huggingface&utm_medium=cpc&utm_campaign=brain-anomaly-detection) provides high-quality data annotation tailored to your needs More datasets in TrainingData's Kaggle account: **<https://www.kaggle.com/trainingdatapro/datasets>** TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets** *keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*
TrainingDataPro/brain-anomaly-detection
[ "task_categories:image-classification", "task_categories:image-to-image", "task_categories:image-segmentation", "language:en", "license:cc-by-nc-nd-4.0", "medical", "code", "biology", "region:us" ]
2024-02-16T12:53:26+00:00
{"language": ["en"], "license": "cc-by-nc-nd-4.0", "task_categories": ["image-classification", "image-to-image", "image-segmentation"], "tags": ["medical", "code", "biology"]}
2024-02-16T13:13:32+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #task_categories-image-to-image #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #medical #code #biology #region-us
# Brain MRI Dataset, Arnold-Chiari Malformation Detection & Segmentation The dataset consists of .dcm files containing MRI scans of the brain of the person with a Arnold-Chiari Malformation. The images are labeled by the doctors and accompanied by report in PDF-format. The dataset includes 6 studies, made from the different angles which provide a comprehensive understanding of a Arnold-Chiari Anomaly and signs of dysplasia of the cranio-vertebral junction (platybasia). ### MRI study angles in the dataset ![](URL # For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset ### Types of diseases and conditions in the full dataset: - Cancer - Multiple sclerosis - Metastatic lesion - Arnold-Chiari malformation - Focal gliosis of the brain - AND MANY OTHER CONDITIONS ![](URL The dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes. # Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset # Content ### The dataset includes: - ST000001: includes subfolders with 6 studies. Each study includes MRI-scans in .dcm and .jpg formats, - DICOMDIR: includes information about the patient's condition and links to access files, - Brain_MRI_3.pdf: includes medical report, provided by the radiologist, - .csv file: includes id of the studies and the number of files ### Medical reports include the following data: - Patient's demographic information, - Description of the case, - Preliminary diagnosis, - Recommendations on the further actions *All patients consented to the publication of data* # Medical data might be collected in accordance with your requirements. ## TrainingData provides high-quality data annotation tailored to your needs More datasets in TrainingData's Kaggle account: <URL TrainingData's GitHub: URL *keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*
[ "# Brain MRI Dataset, Arnold-Chiari Malformation Detection & Segmentation \n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a Arnold-Chiari Malformation. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 6 studies, made from the different angles which provide a comprehensive understanding of a Arnold-Chiari Anomaly and signs of dysplasia of the cranio-vertebral junction (platybasia).", "### MRI study angles in the dataset\n![](URL", "# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset", "### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS \n\n![](URL\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes.", "# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset", "# Content", "### The dataset includes:\n- ST000001: includes subfolders with 6 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_3.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files", "### Medical reports include the following data:\n- Patient's demographic information, \n- Description of the case, \n- Preliminary diagnosis, \n- Recommendations on the further actions\n\n*All patients consented to the publication of data*", "# Medical data might be collected in accordance with your requirements.", "## TrainingData provides high-quality data annotation tailored to your needs\n\nMore datasets in TrainingData's Kaggle account: <URL\n\nTrainingData's GitHub: URL\n\n*keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*" ]
[ "TAGS\n#task_categories-image-classification #task_categories-image-to-image #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #medical #code #biology #region-us \n", "# Brain MRI Dataset, Arnold-Chiari Malformation Detection & Segmentation \n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a Arnold-Chiari Malformation. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 6 studies, made from the different angles which provide a comprehensive understanding of a Arnold-Chiari Anomaly and signs of dysplasia of the cranio-vertebral junction (platybasia).", "### MRI study angles in the dataset\n![](URL", "# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset", "### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS \n\n![](URL\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes.", "# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset", "# Content", "### The dataset includes:\n- ST000001: includes subfolders with 6 studies. Each study includes MRI-scans in .dcm and .jpg formats,\n- DICOMDIR: includes information about the patient's condition and links to access files,\n- Brain_MRI_3.pdf: includes medical report, provided by the radiologist,\n- .csv file: includes id of the studies and the number of files", "### Medical reports include the following data:\n- Patient's demographic information, \n- Description of the case, \n- Preliminary diagnosis, \n- Recommendations on the further actions\n\n*All patients consented to the publication of data*", "# Medical data might be collected in accordance with your requirements.", "## TrainingData provides high-quality data annotation tailored to your needs\n\nMore datasets in TrainingData's Kaggle account: <URL\n\nTrainingData's GitHub: URL\n\n*keywords: mri brain scan, brain tumor, brain cancer, oncology, neuroimaging, radiology, brain metastasis, glioblastoma, meningioma, pituitary tumor, medulloblastoma, astrocytoma, oligodendroglioma, ependymoma, neuro-oncology, brain lesion, brain metastasis detection, brain tumor classification, brain tumor segmentation, brain tumor diagnosis, brain tumor prognosis, brain tumor treatment, brain tumor surgery, brain tumor radiation therapy, brain tumor chemotherapy, brain tumor clinical trials, brain tumor research, brain tumor awareness, brain tumor support, brain tumor survivor, neurosurgery, neurologist, neuroradiology, neuro-oncologist, neuroscientist, medical imaging, cancer detection, cancer segmentation, tumor, computed tomography, head, skull, brain scan, eye sockets, sinuses, computer vision, deep learning*" ]
[ 66, 124, 16, 37, 150, 34, 2, 97, 52, 13, 255 ]
[ "passage: TAGS\n#task_categories-image-classification #task_categories-image-to-image #task_categories-image-segmentation #language-English #license-cc-by-nc-nd-4.0 #medical #code #biology #region-us \n# Brain MRI Dataset, Arnold-Chiari Malformation Detection & Segmentation \n\nThe dataset consists of .dcm files containing MRI scans of the brain of the person with a Arnold-Chiari Malformation. The images are labeled by the doctors and accompanied by report in PDF-format. \n\nThe dataset includes 6 studies, made from the different angles which provide a comprehensive understanding of a Arnold-Chiari Anomaly and signs of dysplasia of the cranio-vertebral junction (platybasia).### MRI study angles in the dataset\n![](URL# For Commercial Usage: Full version of the dataset includes 100,000 brain studies of people with different conditions, leave a request on TrainingData to buy the dataset### Types of diseases and conditions in the full dataset:\n- Cancer\n- Multiple sclerosis\n- Metastatic lesion\n- Arnold-Chiari malformation\n- Focal gliosis of the brain\n- AND MANY OTHER CONDITIONS \n\n![](URL\n\nThe dataset holds great value for researchers and medical professionals involved in oncology, radiology, and medical imaging. It can be used for a wide range of purposes, including developing and evaluating novel imaging techniques, training and validating machine learning algorithms for automated tumor detection and segmentation, analyzing tumor response to different treatments, and studying the relationship between imaging features and clinical outcomes.# Buy the Dataset: This is just an example of the data. Leave a request on URL to discuss your requirements, learn about the price and buy the dataset# Content" ]
[ -0.028257863596081734, 0.21171878278255463, -0.0018533830298110843, 0.01299743726849556, 0.10514821857213974, 0.058440446853637695, 0.04217159375548363, 0.10789306461811066, -0.047113776206970215, 0.09760020673274994, -0.07535012811422348, -0.029852816835045815, 0.07745311409235, 0.161338210105896, 0.10581804066896439, -0.20234966278076172, 0.0032624423038214445, -0.058561064302921295, 0.03828352317214012, 0.04126653075218201, 0.0073297820053994656, -0.1039384976029396, 0.07464348524808884, -0.046769361943006516, -0.04088889807462692, 0.0006791527266614139, -0.006291336379945278, -0.0740070566534996, 0.09510553628206253, 0.06710367649793625, 0.056246161460876465, -0.008772880770266056, 0.03904270380735397, -0.1131121963262558, 0.02583451010286808, 0.09423884749412537, 0.040748417377471924, 0.047977544367313385, 0.0704558789730072, 0.02596535161137581, 0.1287250518798828, -0.01296213362365961, 0.011914042755961418, 0.032421015202999115, -0.05171598866581917, -0.07830189913511276, -0.17187082767486572, 0.08832050859928131, -0.0334990918636322, 0.08275368809700012, -0.012472090311348438, 0.09663330763578415, -0.030398204922676086, -0.019968116655945778, 0.3008064329624176, -0.15808115899562836, -0.014499044977128506, 0.12267928570508957, 0.025532977655529976, 0.12767010927200317, -0.09255430847406387, 0.08938036859035492, 0.009899121709167957, -0.029656270518898964, 0.009026373736560345, 0.011930870823562145, -0.0388147234916687, 0.011209148913621902, -0.03879624605178833, -0.018602225929498672, 0.12322545051574707, -0.009143827483057976, -0.0463050976395607, -0.1929667592048645, 0.01156273577362299, 0.0680476725101471, -0.015533027239143848, -0.0036572881508618593, 0.0693172961473465, -0.024047452956438065, -0.02813788875937462, -0.0939347892999649, -0.10811874270439148, -0.04676636680960655, -0.10639500617980957, 0.04938504844903946, -0.00867726281285286, 0.0059504155069589615, 0.05626927688717842, 0.12133406847715378, -0.04172658920288086, 0.016737906262278557, -0.12084975093603134, -0.06342919170856476, -0.1894637942314148, -0.0703362226486206, -0.06905542314052582, -0.10032964497804642, 0.03758793696761131, 0.06898251175880432, -0.02316574938595295, -0.00046798994299024343, -0.12764349579811096, -0.004115433897823095, 0.10853033512830734, 0.05031836777925491, -0.15645484626293182, 0.004698968026787043, -0.02570750191807747, 0.019810698926448822, 0.022106755524873734, -0.0027392131742089987, -0.015183232724666595, 0.015673590824007988, 0.009050796739757061, 0.0648178905248642, -0.061561912298202515, 0.03418190777301788, -0.001989861484616995, -0.012085390277206898, 0.17270107567310333, -0.07967497408390045, 0.015749238431453705, 0.045946065336465836, -0.008390674367547035, -0.0017299370374530554, -0.0007815849385224283, -0.04472201317548752, 0.0041648936457931995, 0.12435305863618851, -0.08500410616397858, -0.007683586794883013, -0.08974578976631165, -0.05831318721175194, 0.07016501575708389, 0.027992550283670425, -0.08764221519231796, -0.07008553296327591, -0.003757012076675892, -0.040017690509557724, -0.026765713468194008, -0.0532035194337368, 0.08628474920988083, 0.047831613570451736, 0.008903337642550468, -0.05317137390375137, 0.021278200671076775, 0.0743279978632927, -0.016608592122793198, 0.038850195705890656, -0.07704506814479828, 0.04807775467634201, 0.0909547358751297, -0.022621063515543938, -0.008343284949660301, 0.028263021260499954, -0.21426929533481598, 0.08987060189247131, -0.1087033823132515, -0.023970918729901314, -0.06598955392837524, 0.0020464896224439144, -0.11862777173519135, 0.016970282420516014, 0.02539641596376896, 0.06053577736020088, -0.24142980575561523, -0.044621050357818604, 0.18842026591300964, -0.022672180086374283, -0.09134259819984436, 0.07822895050048828, -0.06828615069389343, 0.03414112702012062, 0.0791211649775505, 0.1950882375240326, -0.04502115771174431, -0.027231808751821518, -0.18869996070861816, -0.11200078576803207, -0.04219317063689232, 0.0998619869351387, 0.03060406818985939, -0.004163139499723911, 0.09308063238859177, 0.029970455914735794, -0.04276056960225105, -0.09288973361253738, 0.0012132704723626375, -0.06917837262153625, 0.03479433432221413, -0.0901302695274353, 0.01575830951333046, -0.052956342697143555, 0.003280405420809984, 0.00032632131478749216, -0.009877662174403667, -0.07422515004873276, 0.10788948088884354, -0.048899825662374496, 0.030966132879257202, -0.04757179692387581, -0.01670203171670437, -0.013969107531011105, 0.04283302277326584, -0.16516277194023132, -0.1549719125032425, 0.10418055951595306, -0.14046742022037506, 0.09703228622674942, -0.07037775963544846, 0.013677355833351612, 0.0031728188041597605, -0.06391017884016037, 0.08345290273427963, -0.01750519499182701, -0.023827390745282173, -0.07144677639007568, -0.05109218880534172, 0.01106348168104887, -0.08022445440292358, 0.1213962733745575, -0.12514406442642212, 0.01551837008446455, 0.031189752742648125, 0.09959132224321365, 0.047999199479818344, -0.09048999845981598, 0.09917601197957993, -0.03423062711954117, -0.019170748069882393, -0.020083317533135414, -0.01823820173740387, -0.036435142159461975, -0.042281683534383774, 0.04097089171409607, -0.1318504512310028, -0.04151513800024986, 0.02687644027173519, 0.15200547873973846, -0.11775306612253189, -0.17322249710559845, -0.03290850296616554, -0.0066238888539373875, -0.17320311069488525, -0.09049952030181885, 0.1459166258573532, 0.07398651540279388, 0.04759397730231285, -0.08428532630205154, 0.0026919881347566843, 0.0026320526376366615, 0.1265752911567688, -0.05114838853478432, -0.053261786699295044, 0.05115337669849396, -0.05116323009133339, 0.012015445157885551, -0.006536243483424187, 0.006051497999578714, 0.07359305769205093, 0.0049005551263689995, -0.10274572670459747, -0.03608978912234306, -0.06363847851753235, 0.020138034597039223, 0.05695660412311554, -0.00038832688005641103, 0.0030348566360771656, 0.05024458095431328, -0.027942892163991928, 0.033339980989694595, -0.043664880096912384, 0.022067714482545853, -0.0010196176590397954, -0.015123654156923294, -0.03006839007139206, 0.017070841044187546, 0.0017559146508574486, 0.0950130969285965, 0.047248661518096924, 0.16529345512390137, -0.04882272705435753, -0.012389160692691803, -0.03548547253012657, 0.14968447387218475, -0.06295409053564072, -0.2377307415008545, -0.08720619231462479, 0.11553705483675003, -0.03056810237467289, 0.02666054107248783, -0.009549900889396667, -0.021573398262262344, -0.024455023929476738, -0.13975803554058075, -0.0937495306134224, 0.11258208006620407, -0.027449188753962517, 0.03744236007332802, 0.02983616106212139, -0.05068645626306534, -0.10076837986707687, 0.033756550401449203, -0.03243385627865791, -0.038087397813797, -0.04760554060339928, 0.034289438277482986, 0.11163783073425293, 0.11649752408266068, 0.017973357811570168, 0.03990082070231438, -0.05962510034441948, 0.03907060995697975, -0.11779823899269104, 0.09541895985603333, 0.01057413313537836, 0.04231267422437668, 0.02075064927339554, 0.042380642145872116, 0.024537065997719765, -0.0075756702572107315, 0.07888944447040558, 0.10780998319387436, -0.014643820933997631, -0.2363346368074417, -0.00748841930180788, -0.005045263562351465, -0.04118460789322853, 0.013796412386000156, 0.04094439372420311, 0.10384808480739594, 0.02612302638590336, -0.06396805495023727, -0.0541340708732605, 0.04098249226808548, 0.07710787653923035, 0.09346440434455872, 0.005711085628718138, 0.06289337575435638, -0.04574459418654442, 0.008669346570968628, 0.08749756217002869, 0.13705739378929138, 0.28027552366256714, -0.06649990379810333, 0.13285472989082336, -0.014946632087230682, -0.15976423025131226, -0.017795689404010773, 0.030567524954676628, -0.018946226686239243, -0.028426261618733406, -0.03617006167769432, -0.08963998407125473, 0.0277426578104496, 0.07371102273464203, 0.07979486137628555, -0.20015066862106323, 0.009620650671422482, -0.11910481750965118, 0.06818167865276337, 0.07376919686794281, -0.019849902018904686, -0.024849655106663704, -0.05821044370532036, 0.04420265555381775, -0.006093616597354412, -0.02766231633722782, 0.02436690963804722, 0.10328011959791183, -0.08801968395709991, -0.00005089396654511802, -0.034385766834020615, 0.06296762079000473, -0.1405826061964035, -0.04687797278165817, -0.06525548547506332, 0.05074075236916542, -0.06713245064020157, 0.11811302602291107, 0.06938228756189346, 0.02598823420703411, 0.0024086490739136934, 0.05134338513016701, -0.07794894278049469, 0.0026130748447030783, 0.045952342450618744, 0.11738212406635284, 0.10251045972108841, -0.008926120586693287, -0.22201406955718994, -0.007418119348585606, -0.04292558506131172, -0.023916620761156082, 0.08311565965414047, -0.06825459748506546, 0.07388421893119812, -0.0016541593940928578, -0.04532138258218765, -0.029812611639499664, 0.02271162159740925, -0.18728598952293396, -0.22013141214847565, 0.08847976475954056, 0.005660309921950102, 0.09161029756069183, -0.06469835340976715, -0.10636886209249496, -0.05509491637349129, 0.08655064553022385, 0.0042280773632228374, -0.008714476600289345, -0.10651345551013947, 0.032948512583971024, 0.14237569272518158, -0.011135205626487732, 0.01966695673763752, -0.0038422702345997095, 0.20712938904762268, -0.05579300969839096, -0.04757292568683624, 0.012657534331083298, -0.04085347428917885, -0.18181413412094116, -0.06690572947263718, 0.12916193902492523, 0.012549578212201595, 0.036527760326862335, -0.002328251488506794, 0.022479811683297157, 0.0812765583395958, -0.0662020742893219, 0.04763023182749748, 0.23107115924358368, 0.11627183109521866, 0.14845502376556396, -0.1522633284330368, -0.07662507146596909, -0.06040124222636223, -0.09195389598608017, 0.10709182918071747, 0.08864377439022064, -0.07552004605531693, 0.1727515161037445, 0.21489624679088593, -0.1328139305114746, -0.2184567004442215, 0.049633726477622986, 0.04113081097602844, -0.0631302073597908, 0.130812406539917, -0.27432823181152344, 0.040576908737421036, 0.10101623833179474, 0.006835805717855692, 0.0029406214598566294, -0.209087535738945, -0.10356643795967102, -0.11549518257379532, 0.013842578046023846, -0.03905373811721802, -0.10723335295915604, -0.039325833320617676, -0.0979013741016388, -0.04527871310710907, 0.1255141645669937, -0.022006666287779808, 0.1453339159488678, -0.013070864602923393, 0.06618253141641617, 0.053508564829826355, -0.0802886113524437, 0.05045151337981224, 0.008281857706606388, 0.04583628848195076, -0.041140709072351456, -0.12785771489143372, 0.24512578547000885, -0.016191914677619934, 0.08391640335321426, 0.04017019644379616, 0.0398407056927681, 0.08329402655363083, -0.07806362956762314, -0.06283324211835861, -0.019014393910765648, -0.019817620515823364, -0.042127735912799835, -0.18434789776802063, 0.1345835030078888, 0.0615374930202961, -0.036372072994709015, -0.019739119336009026, -0.09357517957687378, -0.03555762395262718, 0.012923245318233967, 0.13800190389156342, 0.01548857893794775, -0.054283250123262405, 0.025721076875925064, -0.07610961049795151, 0.020869452506303787, -0.15565147995948792, 0.04323253780603409, 0.09542754292488098, 0.017710771411657333, 0.09208087623119354, 0.04708363488316536, -0.17007924616336823, 0.02537515014410019, 0.07278486341238022, -0.05224109813570976, -0.2914842367172241, -0.01980097033083439, 0.06321506202220917, -0.22556954622268677, 0.06074533611536026, 0.08096083998680115, -0.011622102931141853, -0.05221115052700043, 0.01747017167508602, 0.049999769777059555, 0.08062655478715897, 0.13088297843933105, 0.01016936358064413, -0.00892097782343626, -0.010917250998318195, 0.06266675144433975, 0.08556235581636429, -0.15709416568279266, -0.017777808010578156, 0.09948547184467316, -0.07575094699859619, -0.06962155550718307, -0.030713703483343124, 0.08388230949640274, -0.05585750564932823, -0.011063762940466404, 0.03951850160956383, -0.01359831914305687, 0.05873273313045502, 0.09250355511903763, -0.015413493849337101, 0.03710004314780235, -0.02579628862440586, 0.011841913685202599, -0.012975004501640797, 0.08950359374284744, -0.06883338838815689, 0.10364164412021637, -0.05747845396399498, 0.011844242922961712, -0.030658895149827003, 0.028857911005616188, -0.013003294356167316, -0.05816933512687683, -0.07320230454206467, -0.04917922616004944, -0.09609150886535645, -0.032314710319042206, -0.08230657130479813, -0.05704095587134361, -0.006321798078715801, 0.06714583933353424, 0.008467716164886951, -0.0010589193552732468, -0.025583351030945778, -0.033645063638687134, -0.03153450787067413, 0.11404413729906082, -0.16701652109622955, 0.02029641903936863, 0.0024091312661767006, -0.04162733629345894, 0.12158281356096268, -0.06333721429109573, -0.009071902371942997, 0.00335288280621171, -0.04107928276062012, 0.009295664727687836, -0.02038961462676525, 0.07386983186006546, -0.043776579201221466, -0.09952852874994278, 0.01658323034644127, -0.05062294378876686, 0.028721749782562256, 0.047354526817798615, 0.12457969039678574, -0.0356503501534462, -0.023579644039273262, -0.004079711623489857, -0.027934972196817398, -0.028572378680109978, 0.02435225248336792, 0.11782808601856232, 0.03539592772722244, 0.08924469351768494, -0.021375516429543495, 0.0034032172989100218, -0.06943661719560623, -0.022570548579096794, 0.007583426311612129, -0.08232829719781876, 0.10053201764822006, -0.08103043586015701, 0.0517054945230484, 0.0252679530531168, 0.23405902087688446, -0.023463979363441467, -0.024201467633247375, 0.009842250496149063, 0.02287783846259117, 0.010432815179228783, 0.042116306722164154, 0.08588184416294098, 0.0486999936401844, -0.0807645246386528, 0.009208048693835735, 0.0020286133512854576, -0.01872897520661354, 0.10453207045793533, 0.12467136979103088, 0.03904002904891968, 0.1113923117518425, -0.033286623656749725, 0.05518508702516556, -0.08015777170658112, -0.0817425549030304, 0.0008372408337891102, -0.09625082463026047, 0.047129079699516296, -0.15102402865886688, 0.0003373697691131383, 0.11259524524211884, -0.08728127926588058, 0.1422221064567566, -0.09923093765974045, -0.05781189724802971, 0.0281334538012743, -0.14701786637306213, -0.05482664331793785, -0.018389759585261345, -0.01926475390791893, -0.07172092795372009, 0.0541350357234478, -0.002204844495281577, 0.020563539117574692, -0.018438871949911118, 0.22132286429405212, -0.14307740330696106, -0.047501783818006516, 0.06080979108810425, 0.013790050521492958, -0.015969624742865562, 0.1169261559844017, -0.005195846781134605, 0.07735763490200043, -0.06075362116098404, 0.041263382881879807, 0.03690817952156067, 0.05670270323753357, -0.019140399992465973, -0.026015231385827065, -0.02615726925432682, 0.019764389842748642, -0.07660821825265884, 0.01502532884478569, 0.09277033805847168, 0.05749627575278282, -0.02341318316757679, -0.011201244778931141, 0.20352618396282196, -0.031800948083400726, -0.0008363858796656132, -0.17631030082702637, 0.05267312005162239, 0.00855219829827547, 0.006101117469370365, -0.008557656779885292, -0.10032280534505844, -0.0005516564124263823, 0.1745431274175644, 0.1463780254125595, -0.04185212403535843, -0.03168864920735359, 0.07146906852722168, 0.014352281577885151, 0.014917610213160515, 0.17400848865509033, -0.011579146608710289, 0.16018344461917877, 0.014054255560040474, 0.13220232725143433, 0.013550112023949623, -0.013467052020132542, -0.08255729079246521, 0.19866856932640076, -0.027478910982608795, 0.017148490995168686, -0.060303423553705215, 0.08400613069534302, 0.06116687133908272, -0.27359485626220703, 0.005343723576515913, -0.1493215560913086, -0.08186478167772293, -0.031095530837774277, 0.022043433040380478, -0.05807924270629883, -0.006366866175085306, 0.04728952422738075, 0.029909860342741013, 0.24015550315380096, 0.009545385837554932, -0.06680548191070557, -0.057218875735998154, 0.03253331407904625, -0.13765864074230194, 0.2409278154373169, 0.00379253295250237, 0.05607519671320915, 0.07996966689825058, -0.03516583517193794, -0.08881047368049622, 0.033032335340976715, 0.02897435985505581, -0.0752958431839943, 0.05363321676850319, 0.17609800398349762, -0.028701933100819588, 0.033452823758125305, -0.006165606435388327, 0.012421541847288609, 0.0793686956167221, -0.0289621539413929, 0.05133834481239319, -0.11408703029155731, 0.1158761978149414, -0.11293045431375504, 0.1168292760848999, 0.03687487542629242, 0.03657990321516991, 0.01132965087890625, -0.001317606307566166, -0.01213247049599886, 0.05380256101489067, 0.1455504149198532, -0.027865035459399223, -0.1475439965724945, -0.026122843846678734, -0.07069717347621918, 0.11876218020915985, -0.21824422478675842, -0.05365980789065361, 0.08640482276678085, -0.011205821298062801, 0.036767613142728806, 0.08531486243009567, 0.11541027575731277, -0.048687633126974106, -0.008860459551215172, -0.1931433230638504, 0.025552498176693916, 0.07107751816511154, -0.13189071416854858, -0.02789425104856491 ]
56b3b0bce35f99900a359504f3a00a3e572b05c2
The data in this dataset is a subset of 20newsgroups/SciKit dataset: https://scikit-learn.org/0.19/modules/generated/sklearn.datasets.fetch_20newsgroups.html#sklearn.datasets.fetch_20newsgroups --- license: mit dataset_info: pretty_name: 'SciKit newsgroup20 subset' features: - name: index dtype: int64 - name: Text dtype: string - name: Label dtype: int32 - name: Class Name dtype: string task_categories: -text classification -sentence similarity tags: -text classification -sentence similarity splits: - name: train num_bytes: 799164 num_examples: 750 download_size: 477299 dataset_size: 799164 configs: - config_name: default data_files: - split: train path: data/train-* ---
acloudfan/newsgroups-mini
[ "task_categories:text-classification", "task_categories:sentence-similarity", "size_categories:1K<n<10K", "language:en", "license:mit", "20newsgroups", "scikit", "region:us" ]
2024-02-16T13:03:47+00:00
{"language": ["en"], "license": "mit", "size_categories": ["1K<n<10K"], "task_categories": ["text-classification", "sentence-similarity"], "pretty_name": "scikit_20newsgroups", "tags": ["20newsgroups", "scikit"], "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "class", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 493413, "num_examples": 450}], "download_size": 300272, "dataset_size": 493413}}
2024-02-16T14:43:33+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_categories-sentence-similarity #size_categories-1K<n<10K #language-English #license-mit #20newsgroups #scikit #region-us
The data in this dataset is a subset of 20newsgroups/SciKit dataset: URL --- license: mit dataset_info: pretty_name: 'SciKit newsgroup20 subset' features: - name: index dtype: int64 - name: Text dtype: string - name: Label dtype: int32 - name: Class Name dtype: string task_categories: -text classification -sentence similarity tags: -text classification -sentence similarity splits: - name: train num_bytes: 799164 num_examples: 750 download_size: 477299 dataset_size: 799164 configs: - config_name: default data_files: - split: train path: data/train-* ---
[]
[ "TAGS\n#task_categories-text-classification #task_categories-sentence-similarity #size_categories-1K<n<10K #language-English #license-mit #20newsgroups #scikit #region-us \n" ]
[ 59 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-sentence-similarity #size_categories-1K<n<10K #language-English #license-mit #20newsgroups #scikit #region-us \n" ]
[ -0.011726398020982742, -0.047603070735931396, -0.004351599141955376, -0.009260717779397964, 0.048737797886133194, 0.08786427229642868, 0.264425128698349, 0.11921624094247818, 0.21757617592811584, 0.035911500453948975, 0.06951678544282913, 0.05325835943222046, 0.04981428384780884, 0.07124070078134537, -0.06358309835195541, -0.2686813473701477, 0.0971783697605133, -0.03515705093741417, 0.04472225159406662, 0.073654405772686, 0.10343338549137115, -0.041222311556339264, 0.0015920239966362715, -0.06666985154151917, -0.07441172748804092, 0.03926313668489456, 0.03460170328617096, -0.05692705139517784, 0.13099639117717743, 0.020682550966739655, 0.09556541591882706, 0.052356135100126266, -0.04421515017747879, -0.2394810914993286, 0.021960001438856125, -0.007043706718832254, -0.018322313204407692, 0.014136586338281631, 0.08120129257440567, -0.03688792511820793, 0.016748033463954926, -0.18375931680202484, -0.025546986609697342, 0.0740010216832161, -0.13884960114955902, -0.023717546835541725, -0.05372634902596474, 0.08201134949922562, 0.1093761995434761, 0.034728147089481354, -0.05449939891695976, 0.1412503868341446, -0.19490750133991241, 0.0641099214553833, 0.15233831107616425, -0.27386048436164856, -0.0014498347882181406, 0.21725282073020935, 0.04738716408610344, 0.06890174001455307, -0.038894910365343094, 0.06622659415006638, 0.04975823685526848, -0.015316073782742023, -0.1716000884771347, -0.06612620502710342, -0.12487341463565826, 0.06439303606748581, -0.09486318379640579, -0.05406379699707031, 0.2459421157836914, 0.07621762156486511, 0.0702013298869133, -0.17347657680511475, -0.06738923490047455, -0.00825540628284216, -0.06429898738861084, 0.08252262324094772, -0.03335446119308472, 0.05499817803502083, 0.12699568271636963, 0.026511671021580696, -0.1259789913892746, -0.061222318559885025, -0.17991822957992554, 0.1653166264295578, 0.02710338681936264, 0.022100385278463364, -0.099245585501194, 0.008713165298104286, -0.12505899369716644, -0.08881919831037521, 0.01380733773112297, -0.0583513118326664, -0.14524608850479126, -0.009983823634684086, 0.008638394996523857, -0.008829784579575062, 0.16163776814937592, 0.007082927972078323, -0.03858953341841698, 0.042449336498975754, -0.03339419886469841, 0.16010864078998566, 0.08052364736795425, 0.08286699652671814, -0.04004243388772011, -0.014465855434536934, -0.07176204770803452, -0.039585500955581665, 0.024129915982484818, -0.03026590682566166, -0.1177605539560318, -0.0487079881131649, -0.050876058638095856, 0.11197229474782944, 0.05789949744939804, 0.07866452634334564, -0.10023430734872818, 0.026525164023041725, 0.03891865536570549, -0.06976544111967087, -0.049253396689891815, 0.007477808278053999, 0.009881521575152874, 0.06411942094564438, -0.1387246698141098, 0.04845286160707474, -0.04467742517590523, 0.10719820111989975, -0.11171239614486694, -0.02462209388613701, 0.0034068317618221045, -0.07402361184358597, 0.07993488758802414, -0.14211276173591614, -0.02304077334702015, -0.01822776161134243, -0.2085215151309967, -0.007018664851784706, -0.043800149112939835, -0.0354042649269104, -0.05850106105208397, -0.07274957746267319, -0.0482245534658432, 0.024180332198739052, -0.0037483207415789366, 0.005543817300349474, -0.10187757760286331, 0.05843469128012657, -0.08995451778173447, 0.054479148238897324, -0.1294383704662323, -0.014393025077879429, -0.1457924097776413, 0.057416848838329315, -0.08587987720966339, 0.06582386791706085, -0.14538449048995972, 0.16563569009304047, -0.052524905651807785, 0.013793270103633404, -0.07178378850221634, 0.06094199791550636, -0.1706092357635498, 0.21196101605892181, -0.153391033411026, -0.09242767095565796, 0.10839703679084778, -0.04564119502902031, -0.01876973733305931, 0.07498733699321747, 0.029149778187274933, 0.06512102484703064, 0.11577019095420837, 0.4255669414997101, -0.016581153497099876, 0.053431227803230286, -0.006635596510022879, 0.1393098086118698, -0.04402877390384674, 0.027525782585144043, 0.09462033957242966, -0.05644092336297035, 0.05140560865402222, 0.023630505427718163, 0.04944620281457901, -0.0034517475869506598, -0.030086006969213486, -0.038565896451473236, -0.023532534018158913, 0.04315795749425888, 0.10889129340648651, 0.043109215795993805, 0.047707732766866684, -0.103017657995224, -0.015181726776063442, -0.029345616698265076, 0.057758498936891556, 0.055778179317712784, -0.04525917023420334, -0.0645144134759903, 0.011773940175771713, 0.053904853761196136, 0.03211192786693573, -0.11207522451877594, -0.09863562136888504, 0.04955153912305832, 0.06791719049215317, 0.09420714527368546, 0.19641654193401337, -0.018877075985074043, -0.09991149604320526, -0.057159777730703354, 0.03994925692677498, 0.07651295512914658, 0.026357196271419525, -0.06358520686626434, -0.17562192678451538, 0.06718267500400543, -0.016107777133584023, 0.11160337179899216, -0.10106649249792099, 0.03340794891119003, 0.16141144931316376, 0.0654301792383194, -0.001912298146635294, 0.06478682160377502, 0.07260040938854218, 0.01914960704743862, -0.0066010537557303905, -0.007467921823263168, 0.06351641565561295, -0.08071688562631607, -0.08499616384506226, 0.1396963745355606, -0.11477971822023392, -0.016389718279242516, 0.13103239238262177, -0.002951218979433179, 0.043432001024484634, -0.033467233180999756, -0.017857331782579422, 0.002909125294536352, -0.04437081515789032, -0.08380375057458878, 0.019687766209244728, 0.011702124960720539, 0.07220309227705002, -0.07476264983415604, -0.07394187897443771, -0.04158990457653999, 0.025563925504684448, -0.015437586233019829, 0.14019827544689178, 0.02709066867828369, -0.3448842763900757, 0.2075432986021042, 0.16137230396270752, 0.1302669197320938, 0.2022707462310791, -0.048888999968767166, -0.01800084300339222, 0.025988314300775528, -0.008852788247168064, -0.07638262212276459, 0.08685260266065598, -0.16938039660453796, 0.0464475043118, 0.09832260012626648, 0.08370877802371979, 0.05297599360346794, -0.11474239826202393, -0.11533530801534653, -0.07507074624300003, -0.07899508625268936, -0.13491027057170868, 0.059094592928886414, 0.06850941479206085, 0.09358867257833481, 0.011339690536260605, -0.019389867782592773, 0.045422423630952835, -0.07777972519397736, -0.08359892666339874, 0.12577158212661743, -0.09914617240428925, -0.23237138986587524, -0.16073618829250336, 0.09466325491666794, -0.0544380322098732, 0.016342181712388992, 0.04686444252729416, -0.10490892082452774, -0.02083205245435238, -0.04382382333278656, 0.1115366593003273, -0.07566870748996735, -0.02976234443485737, -0.0774306133389473, 0.09159605950117111, -0.13517628610134125, -0.08086075633764267, -0.05178757384419441, -0.017893455922603607, 0.02739405445754528, 0.06943142414093018, -0.1902981549501419, 0.008341803215444088, 0.2025696039199829, 0.06123853847384453, 0.022017737850546837, -0.10135351866483688, 0.1516607701778412, -0.15457385778427124, 0.06358885020017624, 0.07355217635631561, 0.0015477817505598068, 0.012622952461242676, 0.25395533442497253, 0.025760812684893608, -0.04817775636911392, 0.0013294036034494638, 0.039627932012081146, -0.03277919441461563, -0.3080589175224304, -0.10939068347215652, -0.09256059676408768, 0.2174413800239563, 0.01411391794681549, 0.08450700342655182, 0.14061036705970764, 0.00830873753875494, -0.07719536125659943, -0.01157117448747158, 0.08404149115085602, 0.049130529165267944, 0.26574355363845825, 0.000265627633780241, 0.06303960829973221, -0.1114562600851059, -0.05067561939358711, 0.08108612895011902, 0.06001008301973343, 0.1177099198102951, 0.19115963578224182, 0.21754781901836395, 0.02564704231917858, -0.0419909693300724, 0.12104974687099457, 0.05388226732611656, 0.08530833572149277, -0.04467431455850601, -0.049639102071523666, -0.028033915907144547, 0.09768541902303696, 0.08703910559415817, 0.03925541415810585, -0.13651400804519653, 0.02646053209900856, -0.13310684263706207, 0.12000807374715805, 0.24452580511569977, 0.17113059759140015, -0.10284537076950073, 0.024563027545809746, 0.13437828421592712, -0.09619183838367462, -0.05462295934557915, 0.09891444444656372, 0.1448633372783661, -0.099606454372406, 0.11242475360631943, 0.07279890775680542, 0.1367454081773758, -0.046347033232450485, 0.06844295561313629, -0.11491391807794571, -0.2040981650352478, -0.02825891226530075, 0.15942110121250153, -0.11974652856588364, 0.3236345052719116, 0.08231699466705322, -0.049675360321998596, -0.1112985610961914, -0.08867006003856659, -0.008841056376695633, 0.179743692278862, 0.12572962045669556, 0.020982500165700912, -0.08839720487594604, -0.07911891490221024, -0.10290636867284775, -0.0016941794892773032, 0.08886338770389557, -0.09615378081798553, -0.009169786237180233, -0.056886982172727585, 0.0063029695302248, 0.0017208857461810112, -0.02342159114778042, -0.02890138141810894, -0.0717661902308464, 0.025819070637226105, 0.18780362606048584, -0.04481199011206627, -0.0648728683590889, -0.002965655643492937, -0.0630822703242302, 0.11606720834970474, -0.2127171903848648, -0.06152407452464104, -0.08479602634906769, -0.021370479837059975, 0.06835474073886871, -0.006450970191508532, -0.09110777080059052, -0.04424578323960304, 0.05006760358810425, -0.06550490856170654, -0.10209711641073227, 0.13218072056770325, -0.023195791989564896, -0.13494709134101868, -0.08025188744068146, 0.1736627221107483, -0.10018681734800339, 0.11798224598169327, -0.012872530147433281, 0.09061577171087265, 0.01297637540847063, -0.06823862344026566, 0.029120704159140587, -0.0037941369228065014, -0.029028041288256645, 0.15929606556892395, -0.060223788022994995, -0.04334566369652748, -0.06251929700374603, -0.09414654225111008, 0.2247219681739807, 0.3039624094963074, -0.05103357881307602, 0.09188956767320633, 0.13092638552188873, -0.05738772079348564, -0.3076469898223877, -0.014564063400030136, -0.13011954724788666, 0.009311302565038204, 0.05664313584566116, -0.07435484975576401, 0.037421565502882004, 0.14279869198799133, -0.04099920764565468, 0.0944841206073761, -0.3550834357738495, -0.07691271603107452, 0.04317210614681244, -0.1536630392074585, 0.17451466619968414, -0.15015992522239685, -0.10523727536201477, -0.08697479218244553, -0.02502448670566082, 0.09224187582731247, -0.13773351907730103, 0.08894791454076767, -0.011300223879516125, 0.0315619632601738, 0.018901413306593895, 0.009520978666841984, 0.19444748759269714, 0.10523679107427597, 0.06467290967702866, -0.04435979574918747, -0.1655791997909546, 0.1934049278497696, 0.027882758527994156, -0.002741193864494562, -0.1449297070503235, 0.0027291919104754925, -0.10762821137905121, -0.030825449153780937, -0.09602049738168716, 0.02876756712794304, -0.015526549890637398, -0.03409983962774277, -0.1346101015806198, 0.011518692597746849, -0.06899528205394745, -0.009131348691880703, 0.30797770619392395, -0.10944680124521255, 0.09155857563018799, 0.005193494725972414, 0.10882796347141266, -0.06805803626775742, -0.01777423359453678, -0.050945449620485306, -0.037796247750520706, 0.04984789714217186, -0.19541047513484955, -0.02195369265973568, 0.15188027918338776, 0.01861407421529293, 0.10384480655193329, 0.06644262373447418, -0.01952684298157692, -0.03536222130060196, 0.12603430449962616, -0.09155600517988205, -0.2300407737493515, -0.007781198248267174, -0.016928410157561302, 0.03199487179517746, -0.04142305999994278, 0.0806359350681305, 0.06975418329238892, 0.00724567798897624, 0.07370337098836899, -0.008236468769609928, -0.05779846012592316, 0.06791865080595016, -0.006787716411054134, 0.10173895210027695, -0.11374419182538986, 0.14205002784729004, 0.1461835354566574, -0.10417440533638, -0.07768885046243668, 0.20174573361873627, -0.11160659790039062, -0.07602725178003311, -0.054769404232501984, 0.0258200503885746, 0.06764665246009827, -0.06293107569217682, -0.09016111493110657, -0.13645146787166595, 0.029249323531985283, 0.2084059864282608, 0.020623836666345596, 0.09312915802001953, 0.022426046431064606, -0.0730869323015213, 0.10655054450035095, 0.0356207937002182, -0.11548468470573425, 0.04576889052987099, -0.1293548047542572, -0.03900402784347534, -0.028948035091161728, 0.09050755202770233, -0.05084064230322838, -0.031770072877407074, -0.13242189586162567, 0.054105017334222794, -0.0308515802025795, 0.023901386186480522, -0.07500426471233368, -0.07009588927030563, -0.002253964776173234, -0.05821450427174568, -0.058272406458854675, -0.1010267436504364, -0.10629114508628845, 0.00880519300699234, -0.022599030286073685, 0.18563847243785858, -0.007627113256603479, -0.015720386058092117, 0.10316265374422073, -0.027223683893680573, 0.10197808593511581, 0.024142149835824966, -0.08810020983219147, 0.09735441207885742, -0.11860649287700653, -0.0315614752471447, 0.10424982011318207, 0.012381885200738907, 0.009760115295648575, 0.0966654047369957, -0.046136803925037384, -0.006807784084230661, 0.11065392941236496, 0.12348895519971848, -0.1415041983127594, -0.12568670511245728, -0.000838552659843117, -0.059337638318538666, -0.19390352070331573, -0.029875343665480614, -0.127874493598938, 0.1378387212753296, -0.0012289441656321287, 0.13649439811706543, -0.02335752174258232, 0.03126543015241623, -0.09024164825677872, 0.03275687247514725, -0.024995004758238792, -0.11306717991828918, 0.01512353215366602, -0.09502940624952316, 0.005467839539051056, -0.016635611653327942, 0.2710794508457184, 0.002093165647238493, -0.1169421449303627, 0.09876838326454163, 0.08649885654449463, 0.021666163578629494, 0.04809441417455673, 0.20320133864879608, 0.14456529915332794, -0.05105384811758995, -0.10075483471155167, -0.04588525742292404, -0.025265244767069817, 0.01704840175807476, 0.16364213824272156, 0.15815378725528717, 0.0328783318400383, 0.0745241716504097, 0.07487475872039795, -0.025786176323890686, 0.0250718854367733, 0.049503542482852936, 0.026747962459921837, 0.035588230937719345, -0.024113746359944344, 0.1507507562637329, 0.20047500729560852, -0.12468385696411133, 0.07897781580686569, -0.09186945110559464, -0.04871165007352829, -0.08165699243545532, -0.07337529212236404, -0.0719931572675705, -0.13233023881912231, 0.01970493607223034, -0.06819603592157364, 0.05237274244427681, 0.22434909641742706, 0.06119510903954506, -0.01553399208933115, 0.09841374307870865, -0.07025693356990814, -0.06512145698070526, 0.07344209402799606, -0.03609786927700043, 0.029662873595952988, -0.1269528716802597, -0.053625401109457016, 0.03421172499656677, -0.020052120089530945, -0.022651664912700653, 0.02267707698047161, -0.02915835566818714, -0.06503035873174667, -0.21422164142131805, -0.09540245682001114, -0.007489909417927265, 0.03655460104346275, -0.029211748391389847, 0.052763551473617554, 0.06114182248711586, -0.012113578617572784, 0.059072017669677734, 0.15838132798671722, -0.0370674729347229, -0.24342066049575806, -0.022651327773928642, 0.14173831045627594, -0.025877295061945915, 0.06097514554858208, -0.03130651265382767, -0.12063730508089066, -0.07997503131628036, 0.15313708782196045, 0.2593957483768463, 0.007199672516435385, 0.0008498950628563762, -0.07457725703716278, 0.036857083439826965, 0.022436857223510742, 0.01044934056699276, -0.05666778236627579, 0.17369060218334198, -0.03393891453742981, 0.02075551077723503, 0.024209478870034218, -0.030030298978090286, -0.14787240326404572, 0.04985543712973595, 0.07941567897796631, -0.03883917257189751, -0.0937039703130722, 0.18064919114112854, -0.10803535580635071, 0.1543414443731308, 0.03599724546074867, -0.16636987030506134, -0.09745500981807709, -0.028076021000742912, 0.07155587524175644, -0.02433735318481922, 0.07101669162511826, -0.04219634085893631, -0.08706176280975342, -0.21398873627185822, -0.006298001855611801, -0.20716337859630585, -0.11702746897935867, 0.09686526656150818, -0.03168604522943497, 0.08682923018932343, -0.0422731377184391, 0.155060812830925, 0.07813432812690735, -0.039807870984077454, -0.023219618946313858, 0.05700226128101349, 0.06990516930818558, 0.029615188017487526, -0.04828566685318947, 0.03596773371100426, 0.007469372358173132, -0.03337813541293144, 0.14298206567764282, -0.161296546459198, 0.04538174718618393, 0.02626749686896801, -0.061650630086660385, -0.13228748738765717, 0.021275034174323082, -0.05224448814988136, 0.06711278110742569, 0.08443301916122437, -0.01801864616572857, -0.04454910010099411, -0.010766607709228992, -0.01772989332675934, 0.024231793358922005, -0.06449339538812637, -0.07522829622030258, -0.07935026288032532, -0.00780143728479743, 0.03124089725315571, 0.05588231608271599, -0.22482635080814362, 0.007297279313206673, -0.06800760328769684, 0.06663059443235397, -0.04682805761694908, 0.09303861856460571, 0.1541804075241089, -0.0810660719871521, -0.018704650923609734, -0.4896951913833618, 0.09130093455314636, 0.07138068228960037, -0.07720085233449936, -0.09787720441818237 ]
93f1b8a21daca27934a87aac74f92e63148b76d7
# Open Instruct V1 Better Uncensored This is the open-instruct-v1 dataset processed with the Better Uncensored pipeline. About 2.5% of the dataset was removed, a quick review of the removed examples seems to point that is mostly false positives or answers with debatable moralizing content. **No clear refusal was seen in the quick review. The original dataset may be safe for training uncensored models, but if you want to be extra sure you can use this one.** ## Open Instruct V1 - A dataset for having LLMs follow instructions. Open Instruct V1 is an amalgamation of different datasets which are cleaned and then collated into a singular format for training. ### Dataset Breakdown | Dataset | Amount of Samples | |----------------|-------------------| | [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) | 51759 | | [Self Instruct](https://github.com/yizhongw/self-instruct) | 82599 | | [GPT-4 Instruct](https://github.com/teknium1/GPTeacher) | 18194 | | [Code Alpaca](https://huggingface.co/datasets/HuggingFaceH4/CodeAlpaca_20K) | 18019 | | [Dolly](https://huggingface.co/datasets/HuggingFaceH4/databricks_dolly_15k) | 15015 | | [Synthetic](https://huggingface.co/datasets/Dahoas/synthetic-instruct-gptj-pairwise) | 33143 | | [Roleplay](https://github.com/teknium1/GPTeacher) | 3146 | | [asss](https://huggingface.co/datasets/HuggingFaceH4/asss) | 448 | | [instruction-dataset](https://huggingface.co/datasets/HuggingFaceH4/instruction-dataset) | 327 | | Total | 222650 |
betteruncensored/open-instruct-v1
[ "task_categories:text-generation", "size_categories:100K<n<1M", "language:en", "license:apache-2.0", "region:us" ]
2024-02-16T13:03:52+00:00
{"language": ["en"], "license": "apache-2.0", "size_categories": ["100K<n<1M"], "task_categories": ["text-generation"], "duplicated_from": "hakurei/open-instruct-v1"}
2024-02-16T13:18:53+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #size_categories-100K<n<1M #language-English #license-apache-2.0 #region-us
Open Instruct V1 Better Uncensored ================================== This is the open-instruct-v1 dataset processed with the Better Uncensored pipeline. About 2.5% of the dataset was removed, a quick review of the removed examples seems to point that is mostly false positives or answers with debatable moralizing content. No clear refusal was seen in the quick review. The original dataset may be safe for training uncensored models, but if you want to be extra sure you can use this one. Open Instruct V1 - A dataset for having LLMs follow instructions. ----------------------------------------------------------------- Open Instruct V1 is an amalgamation of different datasets which are cleaned and then collated into a singular format for training. ### Dataset Breakdown
[ "### Dataset Breakdown" ]
[ "TAGS\n#task_categories-text-generation #size_categories-100K<n<1M #language-English #license-apache-2.0 #region-us \n", "### Dataset Breakdown" ]
[ 41, 6 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-100K<n<1M #language-English #license-apache-2.0 #region-us \n### Dataset Breakdown" ]
[ -0.09686615318059921, 0.13610254228115082, -0.0017133952351287007, 0.06028936058282852, 0.046701829880476, 0.05377018824219704, 0.16792869567871094, 0.14746274054050446, 0.12019409239292145, -0.005820545367896557, 0.12399057298898697, 0.01633521169424057, 0.07693449407815933, 0.16767172515392303, -0.05638071522116661, -0.26520949602127075, 0.08905033022165298, -0.05654393509030342, -0.043689876794815063, 0.05196870490908623, 0.11185872554779053, -0.04222734272480011, 0.030764324590563774, -0.0997692346572876, -0.02110212668776512, 0.010051721706986427, -0.02650710567831993, -0.08496811985969543, 0.063133105635643, 0.01402139663696289, 0.008269923739135265, -0.001361011527478695, 0.020853053778409958, -0.229437455534935, -0.006568609271198511, -0.017479317262768745, -0.01628161035478115, 0.0615595318377018, 0.051743730902671814, 0.04662236198782921, -0.0009778606472536922, -0.1471688449382782, -0.08795440942049026, 0.08460837602615356, -0.07270406186580658, -0.1452595740556717, -0.14084073901176453, 0.07675586640834808, 0.07772208005189896, 0.07753793895244598, -0.013343282975256443, 0.09146934747695923, -0.1186281070113182, 0.028978532180190086, 0.14819559454917908, -0.300204336643219, 0.0108892060816288, 0.1858012080192566, 0.01522920187562704, 0.06925667077302933, -0.05512554571032524, 0.03990328684449196, 0.09508903324604034, -0.01567082479596138, -0.06768904626369476, -0.053110770881175995, -0.21988545358181, 0.0668153464794159, -0.04192996025085449, -0.05620964989066124, 0.38414549827575684, 0.1294661909341812, 0.053670577704906464, -0.09649360924959183, -0.05891215056180954, -0.05213911458849907, -0.04457218199968338, 0.13391298055648804, 0.027756230905652046, 0.08095202594995499, 0.10742692649364471, -0.032241322100162506, -0.09589844942092896, -0.0675317719578743, -0.17867323756217957, -0.043866921216249466, -0.019337045028805733, 0.05965817719697952, -0.04603759944438934, -0.006844837684184313, -0.11578898131847382, -0.09652889519929886, -0.00811657402664423, -0.07848169654607773, -0.07282678782939911, 0.05008097365498543, -0.0070733861066401005, 0.07355870306491852, 0.19491618871688843, 0.11217813193798065, -0.03199981525540352, 0.0015285835834220052, -0.014578398317098618, 0.12201530486345291, 0.07399116456508636, 0.0818481519818306, -0.08980094641447067, -0.16432830691337585, 0.052612729370594025, -0.05565120652318001, 0.085837222635746, -0.038472771644592285, -0.13148781657218933, -0.09808022528886795, -0.04553087428212166, 0.13922572135925293, 0.08510816097259521, -0.01399838924407959, -0.032097868621349335, -0.0006455060211010277, 0.07244932651519775, -0.09268053621053696, -0.011990373954176903, 0.027924638241529465, -0.03394433483481407, 0.041805610060691833, -0.0836886391043663, 0.024911420419812202, -0.05550317093729973, -0.04086378589272499, -0.062270257622003555, -0.05691610276699066, -0.019537338986992836, -0.07654578238725662, 0.11652006208896637, -0.09915405511856079, -0.002229687524959445, -0.030734067782759666, -0.3046572506427765, -0.00024469042546115816, 0.013051152229309082, -0.0783856138586998, -0.08205491304397583, -0.011814753524959087, -0.04360509291291237, 0.015641000121831894, -0.07620321959257126, 0.0973379835486412, -0.10721387714147568, 0.03355032578110695, -0.11423236131668091, 0.07663588970899582, -0.20985542237758636, 0.007247151806950569, -0.10014470666646957, 0.030684545636177063, -0.05244419723749161, 0.09505436569452286, -0.1389448195695877, 0.17061877250671387, -0.1348884105682373, 0.009160351939499378, -0.02998982183635235, -0.012350809760391712, -0.07486966997385025, 0.1537141501903534, -0.27014631032943726, -0.024807710200548172, 0.12202803045511246, -0.020817359909415245, -0.16275562345981598, 0.06034208461642265, 0.027431568130850792, 0.06780935078859329, 0.09368978440761566, 0.3213358521461487, -0.034263793379068375, 0.12487639486789703, -0.05950700491666794, 0.19987493753433228, 0.0011626625200733542, -0.1983439177274704, 0.13602295517921448, -0.1296272724866867, 0.008160608820617199, 0.04363593831658363, 0.025096092373132706, 0.05696132034063339, -0.007368346676230431, -0.1157020851969719, -0.04904460534453392, -0.07908712327480316, 0.0433647520840168, -0.00002849543852789793, 0.09414610266685486, -0.057538870722055435, 0.01319391280412674, -0.07299917936325073, 0.07922880351543427, 0.042063236236572266, 0.006756318733096123, 0.01190988253802061, 0.012727503664791584, -0.018132898956537247, 0.06805549561977386, -0.1467001736164093, -0.02470196969807148, 0.019468681886792183, 0.06618495285511017, 0.027335185557603836, 0.07250471413135529, 0.014600190334022045, -0.11849448829889297, -0.05550422519445419, 0.07488112151622772, 0.05493323877453804, 0.03209858015179634, -0.07812957465648651, -0.14784657955169678, 0.02317170612514019, -0.011780419386923313, 0.06709256023168564, -0.03018149919807911, 0.007743879687041044, 0.04934968799352646, 0.03090386837720871, -0.01769641600549221, 0.06669207662343979, 0.04124395176768303, -0.02233724109828472, -0.046645935624837875, -0.05194580927491188, 0.0439533106982708, -0.026187440380454063, -0.10187453776597977, 0.06520169973373413, 0.0049173831939697266, 0.014551292173564434, 0.17899753153324127, 0.04516765475273132, 0.10844523459672928, -0.05535736307501793, 0.005132957827299833, -0.0020096157677471638, -0.03263349458575249, -0.06634887307882309, -0.08875447511672974, 0.07426299154758453, 0.058330923318862915, -0.07097424566745758, -0.036204900592565536, -0.027717389166355133, 0.002566433046013117, 0.025252509862184525, 0.08519090712070465, 0.11711116135120392, -0.1929072141647339, 0.18385735154151917, 0.23279698193073273, 0.02835627645254135, 0.14503063261508942, -0.12172721326351166, -0.06053365021944046, 0.033749572932720184, -0.022181985899806023, -0.06911362707614899, 0.11469440907239914, -0.153639554977417, 0.06293638795614243, 0.1490078568458557, 0.09336581826210022, 0.04622429609298706, -0.0721222311258316, -0.07225117832422256, -0.06903083622455597, -0.10114534944295883, -0.10631909966468811, 0.004980031866580248, 0.020627276971936226, 0.08489135652780533, 0.003633816260844469, -0.042879436165094376, 0.07285551726818085, -0.05043653026223183, -0.06071945279836655, 0.16303378343582153, -0.14434827864170074, -0.17109039425849915, -0.10066022723913193, 0.011601288802921772, -0.09106959402561188, -0.0034515387378633022, 0.05439028888940811, -0.1360096037387848, -0.05354003980755806, -0.07956905663013458, 0.06923113018274307, -0.042252782732248306, -0.00673250574618578, 0.03607869893312454, 0.07698365300893784, -0.07590119540691376, -0.11321369558572769, -0.007635855115950108, 0.022804802283644676, 0.07649359107017517, 0.0541667565703392, -0.15496335923671722, 0.07209376990795135, 0.20717157423496246, 0.044448982924222946, 0.037318430840969086, -0.06585396826267242, 0.1696268916130066, -0.07101248949766159, 0.07270240038633347, 0.1331583559513092, 0.08481721580028534, -0.010703100822865963, 0.2168394774198532, 0.039395079016685486, -0.0641021654009819, -0.006824885029345751, 0.03217096999287605, -0.0700061023235321, -0.3386954963207245, -0.1190069317817688, -0.1103963777422905, 0.1535351574420929, 0.05873484164476395, 0.0860268622636795, 0.053275469690561295, 0.058048371225595474, -0.04729265347123146, 0.07618236541748047, 0.013392104767262936, 0.016859184950590134, 0.2057361602783203, -0.03929987549781799, 0.053122684359550476, -0.12140989303588867, 0.013327181339263916, 0.16750723123550415, 0.1232633888721466, 0.24274209141731262, 0.16423556208610535, 0.26601383090019226, 0.01656235009431839, 0.05516356974840164, -0.006783944554626942, 0.14086472988128662, 0.08003062009811401, 0.022734850645065308, -0.05056034401059151, -0.035147856920957565, 0.06971359252929688, 0.04350312426686287, -0.006631678435951471, -0.11258425563573837, -0.025130711495876312, -0.06849133968353271, 0.10213224589824677, 0.2386876493692398, 0.14884278178215027, -0.13110440969467163, 0.04062792286276817, 0.1382966786623001, -0.010589607059955597, -0.07312623411417007, 0.09685571491718292, 0.05472801253199577, -0.07156911492347717, 0.115138940513134, 0.024050677195191383, 0.1693752557039261, -0.007665909826755524, -0.005784282460808754, -0.12955057621002197, -0.14203006029129028, 0.01211516559123993, 0.17742325365543365, -0.09136663377285004, 0.2562350332736969, 0.03417697921395302, 0.003819636534899473, -0.0974738746881485, -0.031193330883979797, 0.0344780758023262, 0.13270124793052673, 0.1329878568649292, 0.027267254889011383, -0.05285558104515076, 0.02631024830043316, -0.16265878081321716, 0.0014310403494164348, -0.043081630021333694, -0.018382731825113297, -0.03895633667707443, 0.0017462774412706494, 0.01946531981229782, 0.017829529941082, 0.03128521889448166, -0.11421827971935272, -0.1142043024301529, -0.026881419122219086, 0.22950206696987152, -0.01019276026636362, -0.039121113717556, 0.009048178791999817, -0.015687303617596626, 0.1497119665145874, -0.11009988933801651, -0.09909593313932419, -0.11296570301055908, -0.022553345188498497, 0.19646984338760376, -0.011501064524054527, -0.0006326241418719292, -0.04803591966629028, 0.012165886349976063, -0.06728480011224747, -0.10365980863571167, 0.12711742520332336, -0.07213643938302994, -0.05658043920993805, -0.0635622888803482, 0.09122693538665771, -0.12154557555913925, 0.07052026689052582, 0.004244351293891668, 0.015228471718728542, -0.06728403270244598, -0.14321963489055634, -0.021772172302007675, 0.03273075446486473, 0.028151432052254677, 0.13002362847328186, -0.04538002237677574, -0.05332235246896744, 0.03288804739713669, -0.10572701692581177, 0.2925167381763458, 0.22371673583984375, -0.1000569686293602, 0.12149938195943832, 0.17431476712226868, -0.049022283405065536, -0.28003108501434326, -0.09482172131538391, -0.13134922087192535, -0.02071242779493332, 0.007269816007465124, -0.12256115674972534, 0.08514891564846039, 0.14514297246932983, -0.07971356064081192, 0.10131090134382248, -0.3084883987903595, -0.07313698530197144, 0.15603801608085632, -0.10779256373643875, 0.22822049260139465, -0.16730794310569763, -0.09848421812057495, -0.2129146307706833, -0.07722105830907822, 0.12951630353927612, -0.2418496161699295, 0.08354111015796661, -0.025620728731155396, 0.03816087171435356, -0.03892510384321213, -0.028755001723766327, 0.2254873514175415, 0.09157571941614151, 0.04323601722717285, -0.03918688744306564, -0.046340133994817734, 0.24708342552185059, -0.02285086177289486, 0.09400597959756851, -0.19915050268173218, 0.013121917843818665, -0.1368425488471985, -0.017467211931943893, -0.03670497611165047, 0.054803941398859024, -0.014539319090545177, -0.06215006113052368, -0.10966645926237106, 0.007526376284658909, -0.013720077462494373, 0.02613201178610325, 0.25134778022766113, 0.040812864899635315, -0.10453377664089203, 0.10431196540594101, 0.07495798915624619, -0.0862111821770668, -0.0019577848725020885, -0.024383196607232094, -0.0595293790102005, 0.06768148392438889, -0.2827554941177368, -0.009838618338108063, 0.10648670047521591, -0.02672727406024933, 0.07029474526643753, 0.04411908611655235, -0.04467388615012169, -0.0274876169860363, 0.12483064085245132, 0.01276816800236702, -0.1516115665435791, 0.031121445819735527, -0.003881353884935379, -0.09169689565896988, -0.021800372749567032, 0.042221568524837494, 0.05915054678916931, 0.012924395501613617, 0.019751176238059998, 0.05859154462814331, -0.05328043922781944, 0.12638962268829346, 0.05456480756402016, 0.03804895654320717, -0.17290812730789185, 0.19424980878829956, 0.10830924659967422, -0.014274051412940025, -0.04481040686368942, 0.15182791650295258, -0.1215696632862091, -0.09908334910869598, 0.06387874484062195, 0.06263933330774307, -0.049856849014759064, -0.0811200812458992, -0.026216261088848114, -0.15346743166446686, 0.03405654802918434, -0.008436834439635277, 0.03109011985361576, 0.05699418485164642, 0.017741186544299126, -0.13827873766422272, 0.08592935651540756, 0.04586677998304367, -0.03058372251689434, 0.00040881146560423076, -0.10806084424257278, -0.14919714629650116, -0.040520813316106796, 0.07063381373882294, -0.017439138144254684, 0.017192356288433075, -0.07677266746759415, 0.027842560783028603, -0.2395964115858078, 0.05612240731716156, -0.07035141438245773, -0.026446370407938957, -0.0420151986181736, -0.005376904737204313, -0.04983863607048988, -0.057837024331092834, -0.12387236207723618, -0.05778706818819046, -0.06580425053834915, 0.1294892132282257, -0.0833316221833229, -0.04417717829346657, 0.06318076699972153, 0.013107020407915115, 0.1448228806257248, 0.02416948229074478, -0.016299106180667877, 0.07701308280229568, -0.06758420169353485, -0.0717744454741478, 0.09741855412721634, 0.07001321762800217, 0.07044686377048492, 0.04722701385617256, -0.05557462200522423, 0.055159568786621094, 0.07903468608856201, 0.0802813395857811, -0.11007761210203171, -0.14135527610778809, -0.07860034704208374, -0.11815305054187775, -0.10974201560020447, 0.012885821051895618, -0.06457601487636566, 0.15736845135688782, 0.05015213415026665, 0.13616818189620972, 0.030214324593544006, 0.00654452433809638, -0.1341918557882309, 0.037255559116601944, -0.06984416395425797, -0.07071327418088913, -0.08091247081756592, -0.013583473861217499, 0.022284889593720436, -0.02537907287478447, 0.3108160197734833, 0.04879285767674446, -0.11028595268726349, 0.046949200332164764, 0.06393719464540482, 0.040775202214717865, 0.004910769406706095, 0.4119519591331482, 0.12392296642065048, -0.006442870479077101, -0.04730585217475891, -0.007558172103017569, 0.06924145668745041, 0.08134057372808456, 0.15502844750881195, 0.13730567693710327, 0.07647821307182312, 0.10588722676038742, 0.029469694942235947, -0.09170494973659515, 0.016922282055020332, 0.08378365635871887, 0.0927337184548378, 0.06748837232589722, -0.006941528990864754, 0.10010289400815964, 0.14515866339206696, -0.12410487979650497, 0.054758455604314804, -0.051755789667367935, -0.07441264390945435, -0.13350073993206024, -0.07890615612268448, -0.07432518154382706, -0.15133801102638245, -0.0068836938589811325, -0.11261427402496338, -0.004855689592659473, 0.164020374417305, 0.04450869932770729, -0.01638955809175968, -0.011323140934109688, -0.10865166038274765, -0.06226016581058502, 0.04254830628633499, -0.037461258471012115, -0.023596635088324547, -0.06650874763727188, -0.03670010343194008, 0.02574453316628933, -0.04828323423862457, -0.024516338482499123, 0.062103480100631714, -0.05489867925643921, 0.046769313514232635, -0.11611226201057434, -0.06175835430622101, -0.0901409238576889, 0.025853093713521957, 0.028031649067997932, 0.2406359314918518, 0.07322441041469574, -0.024222811684012413, 0.0807429701089859, 0.14878372848033905, -0.05121660232543945, -0.2160605937242508, -0.0633571594953537, 0.052646294236183167, -0.020162060856819153, 0.019330961629748344, -0.031185269355773926, -0.11532992869615555, -0.06950657069683075, 0.16527606546878815, 0.286380410194397, -0.07387601584196091, -0.061098866164684296, -0.07821030914783478, -0.0006112733972258866, -0.0247177816927433, 0.08827211707830429, 0.055240459740161896, 0.12170582264661789, -0.04085557162761688, 0.03751687332987785, 0.0015105371130630374, -0.04478650540113449, -0.2088944911956787, 0.09381124377250671, 0.028835872188210487, -0.09683338552713394, -0.04143965616822243, 0.19668026268482208, -0.07521270960569382, 0.1365257352590561, 0.03510241210460663, -0.10591093450784683, -0.10817402601242065, -0.0031648429576307535, 0.020839529111981392, 0.05540072172880173, 0.024482455104589462, -0.06093312427401543, -0.006314993370324373, -0.01116854790598154, -0.053324680775403976, -0.26811328530311584, -0.11947114020586014, 0.10147332400083542, -0.01941888965666294, 0.18009628355503082, -0.020943311974406242, 0.13536345958709717, 0.09083395451307297, -0.029425902292132378, -0.13505885004997253, 0.08623050153255463, 0.040513020008802414, 0.11811097711324692, 0.05925494432449341, -0.052243705838918686, -0.07725603133440018, -0.051108140498399734, 0.09451848268508911, 0.003587396116927266, -0.02292100340127945, 0.18605953454971313, -0.03609639033675194, -0.12975242733955383, -0.01629061996936798, -0.10897383838891983, 0.07779210060834885, 0.008547636680305004, -0.08831152319908142, -0.0263272263109684, -0.02638905495405197, 0.018416648730635643, 0.018285293132066727, -0.1185045912861824, -0.0942339226603508, -0.0023094022180885077, -0.044032640755176544, 0.13842983543872833, 0.0492074154317379, -0.1773289293050766, 0.03194871544837952, -0.10929884761571884, 0.04079326614737511, -0.07365717738866806, 0.09795450419187546, 0.10935156792402267, -0.08320353925228119, 0.0033990489318966866, -0.20626303553581238, 0.01631137542426586, 0.028091253712773323, -0.06886518746614456, -0.11138927936553955 ]
0bbaa3272dbe059b198dcf120e8e3b7c45c4a005
# Dataset Card for hh-rlhf-megagon-ja This dataset loads data from [megagonlabs/instruction_ja](https://github.com/megagonlabs/instruction_ja). ## Licence MIT License
ryo0634/hh-rlhf-megagon-ja
[ "region:us" ]
2024-02-16T13:39:59+00:00
{}
2024-02-16T13:40:50+00:00
[]
[]
TAGS #region-us
# Dataset Card for hh-rlhf-megagon-ja This dataset loads data from megagonlabs/instruction_ja. ## Licence MIT License
[ "# Dataset Card for hh-rlhf-megagon-ja\n\nThis dataset loads data from megagonlabs/instruction_ja.", "## Licence\n\nMIT License" ]
[ "TAGS\n#region-us \n", "# Dataset Card for hh-rlhf-megagon-ja\n\nThis dataset loads data from megagonlabs/instruction_ja.", "## Licence\n\nMIT License" ]
[ 6, 32, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for hh-rlhf-megagon-ja\n\nThis dataset loads data from megagonlabs/instruction_ja.## Licence\n\nMIT License" ]
[ -0.0605338029563427, 0.07353910803794861, -0.000555170641746372, 0.03224838152527809, 0.08262710273265839, 0.09384017437696457, 0.07401712983846664, 0.08602502197027206, 0.06433507800102234, -0.047858208417892456, 0.09648517519235611, 0.1479560136795044, 0.014856086112558842, 0.037354517728090286, -0.036843836307525635, -0.049567487090826035, -0.062365878373384476, -0.004670541733503342, -0.2762771248817444, 0.0006464114412665367, 0.09578827768564224, -0.016999004408717155, 0.05811316892504692, -0.05984525382518768, -0.23666514456272125, 0.08844240754842758, 0.005225926637649536, 0.014493294060230255, 0.08176412433385849, 0.010089091956615448, 0.0033719197381287813, 0.05460424721240997, 0.007375180255621672, -0.0718507468700409, 0.03341678902506828, -0.009679051116108894, -0.050094377249479294, 0.08188461512327194, 0.05243672803044319, -0.025575125589966774, 0.06769296526908875, -0.03350887447595596, -0.11507579684257507, 0.10308171063661575, -0.03692226856946945, -0.15758028626441956, -0.14649683237075806, -0.05032769963145256, -0.01741945743560791, -0.0484498031437397, 0.0732339546084404, 0.078787662088871, -0.12981075048446655, 0.06017451360821724, 0.14069314301013947, -0.10036295652389526, 0.03208499029278755, 0.22636227309703827, -0.05047913268208504, 0.1870255023241043, 0.014639492146670818, 0.09630122780799866, 0.11905062198638916, -0.003248409368097782, 0.012590643018484116, -0.09667986631393433, -0.026246242225170135, 0.1758641004562378, -0.06580107659101486, 0.032478321343660355, 0.2798899710178375, -0.1178877130150795, 0.058882731944322586, 0.005127002019435167, -0.059587132185697556, 0.02674110233783722, 0.04561178386211395, 0.07117185741662979, 0.038007188588380814, -0.0007130631129257381, 0.06172472611069679, -0.028535379096865654, -0.06304159760475159, -0.12514540553092957, -0.1465366929769516, 0.03145318850874901, -0.02588546834886074, 0.13622285425662994, -0.15940654277801514, -0.0019135823240503669, -0.09163174778223038, -0.0394449308514595, -0.029401414096355438, -0.052633389830589294, 0.018073027953505516, 0.049282174557447433, -0.07265136390924454, 0.024086588993668556, 0.20741145312786102, 0.027390843257308006, 0.036304060369729996, 0.012959140352904797, 0.0072221835143864155, 0.12929360568523407, 0.17115353047847748, -0.11586808413267136, -0.08886492252349854, -0.040441084653139114, 0.05227673053741455, -0.08333783596754074, -0.014637508429586887, -0.019345587119460106, -0.0674007311463356, 0.017603712156414986, -0.10930848866701126, 0.06267767399549484, -0.06838414072990417, -0.08424528688192368, 0.020982526242733, 0.0173200536519289, 0.15750652551651, -0.053866904228925705, -0.009708457626402378, 0.010874032974243164, -0.026877934113144875, 0.0966598391532898, -0.021343141794204712, -0.01640520803630352, 0.14085496962070465, -0.062460269778966904, -0.13973365724086761, -0.028599508106708527, -0.05885789170861244, -0.03094303049147129, 0.02275986038148403, 0.0845877155661583, 0.05643686652183533, -0.08875402063131332, -0.1147894486784935, 0.03602413460612297, 0.09183105081319809, -0.05024649575352669, 0.09833129495382309, 0.1237776055932045, 0.017136432230472565, 0.025877229869365692, -0.028608227148652077, 0.21265728771686554, -0.03808984532952309, 0.0789821669459343, -0.004224296193569899, 0.08690343052148819, -0.20945000648498535, 0.057927098125219345, -0.04539387300610542, 0.041896432638168335, -0.08417689800262451, 0.0212229136377573, -0.1513056755065918, 0.062404412776231766, -0.04922724887728691, -0.013343649916350842, 0.07458626478910446, 0.0154959037899971, 0.01888032630085945, -0.00039895871304906905, -0.14010949432849884, -0.07086104899644852, 0.027584703639149666, -0.06375295668840408, -0.10497459024190903, 0.020484348759055138, -0.042893294245004654, 0.12439647316932678, -0.003847426502034068, 0.3046747148036957, 0.07383536547422409, 0.010389731265604496, -0.018325703218579292, 0.0851956307888031, -0.024779178202152252, -0.29056230187416077, 0.11954933404922485, 0.06409817934036255, -0.20114082098007202, 0.020423704758286476, -0.012717586010694504, 0.05090900883078575, -0.02372029237449169, -0.05779409408569336, -0.03206668794155121, -0.1180829182267189, -0.09192387014627457, -0.0016833953559398651, 0.07144791632890701, -0.07134959846735, 0.1447993665933609, 0.08739462494850159, 0.1338510811328888, 0.02126438356935978, -0.026663923636078835, 0.05113746225833893, -0.056614670902490616, -0.1268472522497177, -0.009300627745687962, -0.06789878755807877, 0.014317306689918041, 0.006394220050424337, -0.18466968834400177, 0.10230553895235062, 0.15417906641960144, 0.029378145933151245, 0.07650301605463028, 0.017947940155863762, 0.1188877522945404, 0.10870414972305298, 0.023442625999450684, 0.015491475351154804, -0.08854848146438599, 0.029063107445836067, -0.04756075143814087, 0.031203744933009148, -0.054667722433805466, -0.011741380207240582, 0.01977659948170185, -0.09532573074102402, -0.018109949305653572, 0.04472385719418526, -0.006399382371455431, -0.0314074382185936, -0.03874725103378296, -0.007025232072919607, 0.022388584911823273, -0.020535653457045555, 0.0194027591496706, 0.05899624899029732, -0.03167407959699631, 0.0731699988245964, 0.09280163049697876, 0.054119985550642014, 0.04056849703192711, -0.10919476300477982, -0.033683985471725464, -0.036811184138059616, 0.0012481892481446266, -0.0027344997506588697, 0.0051955352537333965, -0.07952706515789032, 0.04641380533576012, -0.048877645283937454, -0.038272228091955185, -0.005538476165384054, -0.059637341648340225, -0.049717023968696594, 0.11508812755346298, 0.2204410284757614, -0.3129068613052368, 0.12259355187416077, 0.13795484602451324, -0.03438626974821091, 0.1984158754348755, 0.008679571561515331, 0.0004358536971267313, -0.07062140107154846, -0.06116870418190956, 0.006650957744568586, 0.19046886265277863, -0.015674106776714325, 0.0030007974710315466, 0.06762021034955978, -0.01948549598455429, 0.15215352177619934, -0.12499094754457474, -0.08062825351953506, -0.07110574841499329, 0.021981947124004364, -0.12211576849222183, 0.07180655747652054, -0.07882992178201675, 0.09203428775072098, -0.0970882773399353, 0.05528852343559265, 0.04883955046534538, -0.042975738644599915, -0.0063094100914895535, 0.12356102466583252, -0.14570178091526031, -0.0025912586133927107, -0.04639748856425285, -0.08675072342157364, -0.05721449851989746, -0.06795003265142441, -0.000660950958263129, -0.11147210001945496, -0.03634190931916237, 0.01911575347185135, -0.07921344041824341, -0.035014558583498, -0.06001727283000946, -0.01024788897484541, -0.0032745562493801117, -0.0727870985865593, -0.19311432540416718, -0.014337599277496338, 0.0009797340026125312, -0.06682894378900528, 0.08725404739379883, -0.08401960879564285, 0.0875360369682312, 0.07762990146875381, 0.03216560184955597, 0.07382222265005112, -0.013715569861233234, 0.059590842574834824, 0.013527619652450085, -0.04072843864560127, 0.15136493742465973, 0.1639155000448227, 0.001458474318496883, 0.013453046791255474, 0.10683104395866394, -0.06109790876507759, -0.03622107580304146, -0.04458332434296608, -0.19227266311645508, -0.24139566719532013, -0.12722992897033691, -0.10979511588811874, 0.0013084448873996735, -0.024141410365700722, 0.099330373108387, -0.054722655564546585, 0.03523373231291771, 0.08994007110595703, -0.004232540261000395, -0.09445033222436905, -0.08723155409097672, -0.10830122232437134, 0.020106932148337364, 0.010256659239530563, -0.1281786561012268, 0.0299146119505167, 0.13265304267406464, 0.26787853240966797, 0.204157754778862, -0.00670750392600894, 0.1934000700712204, 0.07551847398281097, 0.1360039860010147, 0.007377874106168747, 0.1477411538362503, -0.07049307972192764, -0.014568849466741085, -0.014019101858139038, -0.0546770840883255, 0.044776711612939835, 0.07518515735864639, 0.029450898990035057, -0.07224156707525253, 0.1138562262058258, -0.033955421298742294, 0.03552502021193504, 0.011622893624007702, -0.03144299238920212, -0.12764303386211395, 0.09531188011169434, 0.10105166584253311, 0.16866864264011383, 0.004595561418682337, 0.10002360492944717, 0.14006437361240387, 0.0543348453938961, 0.0545344240963459, 0.0038084934931248426, 0.013353793881833553, 0.07766329497098923, -0.022809773683547974, 0.047629464417696, 0.06125440075993538, -0.012206163257360458, 0.12905703485012054, -0.26709094643592834, 0.06309673935174942, 0.035009827464818954, -0.049664873629808426, -0.1333715170621872, -0.02805587835609913, 0.07050418853759766, -0.025013180449604988, 0.06041273474693298, 0.06569303572177887, -0.1444833129644394, -0.0739026665687561, -0.041445568203926086, 0.06445512920618057, 0.00048239281750284135, -0.006364431232213974, -0.10718997567892075, -0.02471582591533661, 0.003262829966843128, -0.01088666170835495, 0.05389219895005226, -0.027398454025387764, -0.13909956812858582, 0.0333249531686306, 0.10299581289291382, -0.22171349823474884, -0.05110548064112663, 0.010187664069235325, 0.012505036778748035, 0.08992006629705429, -0.03999662399291992, -0.06388483941555023, -0.1055380329489708, -0.0949234887957573, 0.0633278489112854, -0.03439803421497345, -0.05329812690615654, -0.007916445843875408, -0.051398660987615585, -0.0831233561038971, -0.22339469194412231, 0.1416708379983902, -0.08297484368085861, 0.07121756672859192, -0.043194204568862915, 0.043258339166641235, 0.007748594973236322, 0.08618790656328201, -0.036940474063158035, 0.025740543380379677, -0.08145361393690109, -0.11139122396707535, 0.06553205102682114, -0.05356372892856598, 0.08614521473646164, 0.15122587978839874, 0.010265775956213474, -0.04896419867873192, 0.1356005221605301, -0.09145200252532959, 0.1373363733291626, 0.13541008532047272, -0.037149351090192795, 0.14835809171199799, 0.20084963738918304, -0.0668107271194458, -0.3001796305179596, 0.0033748243004083633, -0.10910166054964066, -0.02452864497900009, 0.008747800253331661, -0.16920685768127441, 0.1604035496711731, 0.20531372725963593, -0.05923692509531975, 0.2967095673084259, -0.2512274980545044, -0.03300299122929573, -0.007359422277659178, 0.0818113312125206, 0.33552083373069763, -0.17676019668579102, -0.00015839126717764884, -0.10447758436203003, -0.08935487270355225, 0.18129391968250275, -0.2590961754322052, 0.11372771859169006, -0.03997312858700752, 0.12383025139570236, -0.06931223720312119, -0.11833373457193375, 0.16141377389431, 0.08821279555559158, 0.1216459646821022, -0.018641674891114235, -0.20217563211917877, 0.13567689061164856, 0.012169909663498402, 0.06908152997493744, -0.16489018499851227, 0.06562324613332748, -0.05752207711338997, 0.037661198526620865, -0.06261521577835083, 0.032805439084768295, 0.008090994320809841, -0.1201314628124237, -0.13369441032409668, 0.050313811749219894, -0.09834571927785873, -0.045117463916540146, 0.05225222185254097, 0.02142823301255703, -0.01169167086482048, 0.22167329490184784, -0.050285130739212036, -0.13597899675369263, -0.009598098695278168, -0.06123708561062813, -0.02148369885981083, 0.08939472585916519, -0.2503270208835602, 0.04574628174304962, 0.08871054649353027, 0.07424667477607727, 0.03701073303818703, 0.06973441690206528, -0.04481080174446106, 0.1185021698474884, 0.07509802281856537, -0.14403091371059418, -0.05959605053067207, 0.038247253745794296, 0.18273986876010895, 0.1199985146522522, 0.12561732530593872, 0.08155733346939087, 0.007891356013715267, -0.0168007705360651, -0.036577146500349045, 0.08529412746429443, -0.1388012021780014, 0.1492106020450592, 0.11232412606477737, 0.04362170398235321, -0.17822669446468353, 0.05283347889780998, 0.003793970914557576, 0.1594356894493103, -0.049366544932127, 0.11942607164382935, 0.0035466880071908236, -0.09727790206670761, 0.06064388528466225, 0.1914106160402298, -0.11207763105630875, -0.044926468282938004, 0.0016587941208854318, -0.09780081361532211, -0.051851313561201096, 0.014954072423279285, 0.05074501037597656, -0.024034321308135986, -0.043007660657167435, -0.060840774327516556, -0.07001160830259323, -0.010586824268102646, -0.245549738407135, 0.043553274124860764, 0.04598255828022957, -0.11934242397546768, -0.060099419206380844, 0.12029817700386047, -0.07201468199491501, 0.0032337114680558443, -0.09355947375297546, 0.013952436856925488, -0.18803495168685913, 0.0003392435610294342, -0.00159647932741791, 0.006776745896786451, -0.028759106993675232, -0.0013324618339538574, -0.052160948514938354, 0.03679940477013588, -0.10885270684957504, 0.06265955418348312, -0.012890439480543137, 0.09411724656820297, -0.07875290513038635, -0.021980607882142067, 0.02116393856704235, 0.05367964506149292, 0.09110840409994125, 0.03785652294754982, -0.01484947744756937, 0.07905775308609009, -0.0032665107864886522, -0.1855131983757019, 0.0037147433031350374, 0.05763154849410057, 0.08833508938550949, -0.05394143983721733, 0.0022810890804976225, 0.04253844916820526, 0.011211812496185303, 0.001438761712051928, -0.06477898359298706, -0.015300561673939228, 0.024815602228045464, -0.24112020432949066, -0.043248336762189865, -0.030714690685272217, -0.06599842756986618, 0.11667865514755249, 0.0752459242939949, -0.0323026068508625, 0.01013284083455801, -0.02264300175011158, -0.10850393027067184, -0.07521191984415054, 0.027728788554668427, -0.18252898752689362, -0.15137815475463867, 0.05341891571879387, 0.01688387244939804, -0.011130190454423428, 0.39703384041786194, -0.027151981368660927, -0.28533974289894104, -0.03688092157244682, 0.10666722804307938, 0.049049604684114456, -0.035158876329660416, 0.2785519063472748, 0.007369415368884802, 0.06738366931676865, -0.03496246412396431, 0.13040323555469513, 0.016474178060889244, 0.04219205677509308, 0.15540848672389984, 0.09810785204172134, 0.04829232767224312, -0.07240442931652069, 0.07958333939313889, -0.19043774902820587, 0.05552356317639351, 0.058946799486875534, 0.016531895846128464, -0.016184808686375618, -0.017630012705922127, 0.026485905051231384, 0.17730002105236053, -0.13058075308799744, 0.007194841280579567, -0.07896479219198227, -0.042348116636276245, -0.0831693634390831, -0.04941115155816078, -0.045590732246637344, -0.04728078842163086, -0.01651139371097088, -0.06935038417577744, -0.0009540219907648861, 0.27930593490600586, 0.05757267400622368, 0.008930102922022343, 0.00159415602684021, 0.02948569506406784, 0.026354724541306496, -0.06809211522340775, -0.04571783170104027, -0.027620619162917137, -0.038845475763082504, -0.060954540967941284, 0.04168519377708435, -0.10479003936052322, 0.03424528241157532, 0.033847492188215256, -0.021905018016695976, 0.0031899530440568924, -0.09750896692276001, -0.05965239927172661, -0.11320460587739944, 0.048656001687049866, -0.012851270847022533, -0.015480995178222656, 0.02924382872879505, 0.0008112839423120022, 0.043639689683914185, -0.027396464720368385, 0.024038830772042274, 0.006179002579301596, 0.038052987307310104, 0.08163172006607056, -0.061131466180086136, 0.08507833629846573, 0.030605947598814964, -0.01992279849946499, -0.08392953872680664, 0.09568016976118088, 0.32255885004997253, -0.17898696660995483, -0.02415364235639572, -0.03307038173079491, 0.01939638890326023, -0.0276337917894125, 0.22913579642772675, 0.06306727230548859, 0.2197587937116623, -0.045632075518369675, -0.03752286359667778, -0.04882374405860901, -0.019701410084962845, -0.051388081163167953, 0.09713543206453323, 0.08486095815896988, -0.07210198044776917, 0.019591419026255608, 0.02874300628900528, 0.02251896820962429, 0.03881716728210449, 0.04213043674826622, -0.0742037296295166, -0.12245899438858032, 0.0012608269462361932, 0.1552695631980896, -0.04639473557472229, 0.033106278628110886, -0.13341009616851807, 0.0555250346660614, -0.04699711874127388, -0.028637757524847984, -0.24997137486934662, -0.039021823555231094, 0.06914270669221878, -0.0073745897971093655, 0.08304408937692642, -0.023265348747372627, 0.08364808559417725, 0.07869741320610046, -0.06932684779167175, -0.09658587723970413, 0.10546374320983887, -0.024727366864681244, -0.14325185120105743, -0.07552184909582138, -0.0182768777012825, -0.09312205761671066, -0.05453269183635712, 0.03082398883998394, 0.03734878823161125, -0.012306056916713715, 0.05233167111873627, -0.0008725468069314957, -0.04528552293777466, -0.04001929983496666, -0.04371505603194237, 0.10796305537223816, 0.00003382936120033264, -0.011868896894156933, 0.018484992906451225, -0.0849044919013977, 0.07610899955034256, 0.07896639406681061, 0.038255054503679276, -0.07449910789728165, -0.0718950405716896, -0.02297998033463955, -0.03142720088362694, -0.009118619374930859, -0.16069982945919037, 0.045300304889678955, -0.18223822116851807, 0.008713070303201675, -0.061484068632125854, 0.03580205515027046, 0.14259906113147736, 0.04020588472485542, -0.01443619653582573, -0.17109017074108124, -0.059610918164253235, 0.018142441287636757, -0.08591806143522263, -0.08925658464431763 ]
6201315cb45368b2285979497197faf09042a9c3
## Dataset Summary Vietnamese-Medical-QA is a question-answering dataset in the healthcare domain, collected from [edoctor](https://edoctor.io/hoi-dap) and [vinmec](https://www.vinmec.com/vi/tin-tuc/hoi-dap-bac-si/). * Size: After merging data from these two sources, obtained 9335 QA pairs. * Language: Vietnamese ## Load with Datasets ```python from datasets import load_dataset # Load dataset from huggingface qa_dataset = load_dataset("hungnm/vietnamese-medical-qa") # print a QA example print(qa_dataset['train'][0]) ``` ```json { "question": "Chào bác sĩ,\nRăng cháu hiện tại có mủ ở dưới lợi nhưng khi đau cháu sẽ không ngủ được (quá đau). Tuy nhiên chỉ vài ngày là hết mà thỉnh thoảng nó lại bị đau. Chị cháu bảo là trước chị cháu cũng bị như vậy chỉ là đau răng tuổi dậy thì thôi. Bác sĩ cho cháu hỏi đau răng kèm có mủ dưới lợi là bệnh gì? Cháu có cần đi chữa trị không? Cháu cảm ơn.", "answer": "Chào bạn,\nĐể trả lời câu hỏi trên, bác sĩ xin giải đáp như sau:\nRăng bạn hiện tại có mủ dưới lợi gây đau nhức nhiều. Bạn có thể đến phòng khám răng hàm mặt bệnh viện để được thăm khám, chụp phim và tư vấn cho bạn được chính xác\nTrân trọng!" } ``` ## Dataset Version and Update * Version Details: * Current version: 1.0 * Last Update: 16/02/2024 * First Release: 16/02/2024 * Update Plan: We will keep updating as we gather additional data. ## Licensing Information This dataset can be used for any purpose, whether academic or commercial, under the terms of the [Apache 2.0](https://opensource.org/license/apache-2-0) License. ## Citation Information ```bibtex @misc{vietnamese-medical-qa, title={Vietnamese Medical QA: Question Answering dataset for medical in Vietnamese}, author={Hung Nguyen}, year={2024}, } ```
hungnm/vietnamese-medical-qa
[ "task_categories:question-answering", "size_categories:1K<n<10K", "language:vi", "license:apache-2.0", "question answering", "medical", "vietnamese", "region:us" ]
2024-02-16T13:44:46+00:00
{"language": ["vi"], "license": "apache-2.0", "size_categories": ["1K<n<10K"], "task_categories": ["question-answering"], "pretty_name": "b", "dataset_info": {"features": [{"name": "answer", "dtype": "string"}, {"name": "question", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 10672406, "num_examples": 9335}], "download_size": 5289086, "dataset_size": 10672406}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "tags": ["question answering", "medical", "vietnamese"]}
2024-02-16T14:34:40+00:00
[]
[ "vi" ]
TAGS #task_categories-question-answering #size_categories-1K<n<10K #language-Vietnamese #license-apache-2.0 #question answering #medical #vietnamese #region-us
## Dataset Summary Vietnamese-Medical-QA is a question-answering dataset in the healthcare domain, collected from edoctor and vinmec. * Size: After merging data from these two sources, obtained 9335 QA pairs. * Language: Vietnamese ## Load with Datasets ## Dataset Version and Update * Version Details: * Current version: 1.0 * Last Update: 16/02/2024 * First Release: 16/02/2024 * Update Plan: We will keep updating as we gather additional data. ## Licensing Information This dataset can be used for any purpose, whether academic or commercial, under the terms of the Apache 2.0 License.
[ "## Dataset Summary\n\nVietnamese-Medical-QA is a question-answering dataset in the healthcare domain, collected from edoctor and vinmec.\n* Size: After merging data from these two sources, obtained 9335 QA pairs.\n* Language: Vietnamese", "## Load with Datasets", "## Dataset Version and Update\n* Version Details:\n * Current version: 1.0\n * Last Update: 16/02/2024\n * First Release: 16/02/2024\n\n* Update Plan: We will keep updating as we gather additional data.", "## Licensing Information\nThis dataset can be used for any purpose, whether academic or commercial, under the terms of the Apache 2.0 License." ]
[ "TAGS\n#task_categories-question-answering #size_categories-1K<n<10K #language-Vietnamese #license-apache-2.0 #question answering #medical #vietnamese #region-us \n", "## Dataset Summary\n\nVietnamese-Medical-QA is a question-answering dataset in the healthcare domain, collected from edoctor and vinmec.\n* Size: After merging data from these two sources, obtained 9335 QA pairs.\n* Language: Vietnamese", "## Load with Datasets", "## Dataset Version and Update\n* Version Details:\n * Current version: 1.0\n * Last Update: 16/02/2024\n * First Release: 16/02/2024\n\n* Update Plan: We will keep updating as we gather additional data.", "## Licensing Information\nThis dataset can be used for any purpose, whether academic or commercial, under the terms of the Apache 2.0 License." ]
[ 57, 62, 7, 47, 30 ]
[ "passage: TAGS\n#task_categories-question-answering #size_categories-1K<n<10K #language-Vietnamese #license-apache-2.0 #question answering #medical #vietnamese #region-us \n## Dataset Summary\n\nVietnamese-Medical-QA is a question-answering dataset in the healthcare domain, collected from edoctor and vinmec.\n* Size: After merging data from these two sources, obtained 9335 QA pairs.\n* Language: Vietnamese## Load with Datasets## Dataset Version and Update\n* Version Details:\n * Current version: 1.0\n * Last Update: 16/02/2024\n * First Release: 16/02/2024\n\n* Update Plan: We will keep updating as we gather additional data.## Licensing Information\nThis dataset can be used for any purpose, whether academic or commercial, under the terms of the Apache 2.0 License." ]
[ -0.04767043888568878, 0.151528462767601, -0.002108182990923524, -0.052975863218307495, 0.03865334764122963, 0.0013969921274110675, -0.040220387279987335, 0.17145834863185883, 0.07227472215890884, 0.045560386031866074, 0.07896688580513, -0.0991896316409111, 0.09944375604391098, 0.15711568295955658, 0.03175607696175575, -0.20851822197437286, 0.01394944079220295, 0.052026450634002686, -0.1163618341088295, 0.014960777945816517, 0.04795288294553757, -0.017148016020655632, 0.11026075482368469, 0.06771979480981827, 0.09843700379133224, 0.018588092178106308, -0.07267289608716965, -0.054929107427597046, 0.08110451698303223, -0.014562959782779217, -0.07288485020399094, 0.03145679831504822, 0.02779472805559635, -0.2143055498600006, 0.0035032203886657953, -0.05167204886674881, -0.03476140275597572, -0.011996528133749962, -0.009996239095926285, -0.025273272767663002, 0.16424866020679474, -0.19707979261875153, -0.025337496772408485, 0.022706087678670883, -0.03117459826171398, -0.2903059720993042, -0.18107250332832336, 0.035290297120809555, 0.15005815029144287, 0.08327623456716537, -0.01712346263229847, 0.15136829018592834, -0.12281490862369537, -0.06415565311908722, 0.057649459689855576, -0.3877333402633667, 0.030490245670080185, 0.10217619687318802, 0.1583148092031479, 0.03985022008419037, -0.05411725118756294, 0.04828592389822006, 0.05276279151439667, 0.037276510149240494, -0.02049528993666172, -0.10745540261268616, -0.013300534337759018, 0.03367047384381294, -0.08545233309268951, 0.010314561426639557, 0.37139424681663513, 0.05219441279768944, -0.010400799103081226, -0.0022429530508816242, 0.0012034380342811346, -0.035110775381326675, 0.02429046854376793, -0.06846117973327637, 0.07420524209737778, 0.01641545444726944, 0.17733263969421387, -0.06722387671470642, -0.09732372313737869, -0.08267097175121307, -0.16531270742416382, -0.27657362818717957, 0.009704840369522572, 0.06357437372207642, -0.056272514164447784, -0.0345153883099556, -0.2365380972623825, -0.02388346940279007, -0.13587655127048492, 0.014840660616755486, -0.10352656990289688, -0.012250768952071667, 0.003311764681711793, 0.015575533732771873, 0.1916409134864807, 0.06055442988872528, -0.06961663067340851, -0.0046965330839157104, -0.10111352056264877, 0.044407621026039124, 0.12429288774728775, 0.11817717552185059, -0.17110350728034973, -0.015335578471422195, 0.00390774616971612, 0.03965293616056442, 0.0193806029856205, 0.04096616432070732, -0.06898879259824753, -0.0122600132599473, -0.02320307493209839, 0.038962703198194504, -0.04539347067475319, -0.017626045271754265, -0.002697554649785161, -0.05443771183490753, 0.2066066712141037, -0.01992291957139969, -0.10233606398105621, -0.03561987355351448, -0.011026143096387386, 0.083636075258255, 0.09915502369403839, 0.13561797142028809, -0.02350676618516445, -0.04023176431655884, 0.003786335000768304, -0.10523364692926407, 0.028848519548773766, 0.044160619378089905, 0.07400346547365189, 0.014035195112228394, -0.012907825410366058, -0.002556389197707176, -0.14027348160743713, -0.020867977291345596, 0.029620036482810974, -0.03800009936094284, -0.037616629153490067, 0.05892421305179596, 0.03246765956282616, -0.07296513020992279, 0.03175576403737068, 0.11738672107458115, -0.0851883590221405, 0.05815364420413971, -0.10015039891004562, 0.11908092349767685, -0.2170705497264862, 0.04777044057846069, -0.07465165108442307, 0.1177031621336937, -0.00892043299973011, 0.04285253956913948, -0.07202443480491638, -0.11170560121536255, -0.13941825926303864, -0.045350268483161926, -0.012463350780308247, -0.08728248625993729, -0.02132117934525013, -0.01034450437873602, -0.17441070079803467, 0.03171103820204735, 0.14202642440795898, -0.038016434758901596, -0.30319318175315857, 0.11317384988069534, 0.07507532089948654, 0.03647361323237419, -0.018868720158934593, 0.17364434897899628, 0.15819840133190155, -0.15806424617767334, -0.08915587514638901, -0.007425170391798019, -0.055640511214733124, -0.12311206758022308, 0.2204487919807434, -0.01273834053426981, -0.03991604596376419, 0.019138431176543236, -0.11694914847612381, -0.01836501434445381, -0.017033174633979797, -0.13635364174842834, -0.022722996771335602, -0.14356611669063568, -0.0298924557864666, -0.04060959443449974, 0.048636410385370255, 0.047328706830739975, 0.07588235288858414, -0.04150494933128357, 0.14285889267921448, 0.0737067461013794, -0.05567137524485588, -0.11797008663415909, 0.005436014384031296, 0.006923656444996595, 0.04773121699690819, -0.06448280811309814, -0.008196640759706497, 0.05652754008769989, -0.009801637381315231, -0.04417377710342407, 0.04666581377387047, -0.02006419189274311, -0.021078266203403473, -0.03036942519247532, 0.05786288529634476, 0.015207297168672085, -0.0021643636282533407, -0.021489612758159637, -0.03992045670747757, 0.08384580910205841, -0.04840081185102463, 0.1787015050649643, 0.006389708258211613, -0.04511576518416405, 0.05834347382187843, 0.04333208128809929, 0.011274385266005993, 0.10430401563644409, 0.09155147522687912, 0.02340225875377655, 0.026204245164990425, 0.06101575493812561, 0.017896702513098717, -0.04000769555568695, -0.05778595432639122, 0.13402581214904785, 0.055973298847675323, 0.003945256117731333, 0.09136280417442322, 0.19560223817825317, 0.08941047638654709, -0.19353359937667847, -0.06869663298130035, -0.05286049097776413, -0.08793023973703384, 0.026719043031334877, -0.028302213177084923, 0.06273289024829865, 0.06893137097358704, -0.06284238398075104, 0.003407277399674058, 0.011836962774395943, -0.0398113839328289, -0.026103701442480087, -0.010321206413209438, 0.21569693088531494, -0.17413736879825592, 0.040654201060533524, 0.2282782644033432, 0.025392208248376846, 0.12569959461688995, -0.027726273983716965, -0.07814652472734451, -0.07860031723976135, 0.04189681634306908, 0.019684946164488792, 0.14073902368545532, -0.1617521494626999, 0.09588506817817688, 0.09073485434055328, 0.03802581876516342, 0.043318577110767365, -0.04166916385293007, -0.042336735874414444, -0.09405682981014252, -0.06514701247215271, -0.08597997575998306, 0.11674802750349045, 0.013370390981435776, 0.08172523230314255, 0.09445652365684509, 0.11170709878206253, -0.019457291811704636, -0.004596579819917679, -0.07432364672422409, 0.11118505895137787, -0.07127971202135086, -0.2650465667247772, -0.09569363296031952, 0.008193058893084526, -0.09696095436811447, -0.03162181377410889, 0.018557868897914886, -0.12170543521642685, -0.019646700471639633, -0.037130676209926605, -0.0751146674156189, 0.08696308732032776, -0.033917732536792755, -0.04181160405278206, 0.09502239525318146, 0.042042843997478485, -0.026871848851442337, 0.00995730236172676, -0.08068027347326279, -0.11726678907871246, 0.059048376977443695, -0.1290084272623062, 0.0745243951678276, 0.10963281244039536, -0.03878403082489967, 0.023538487032055855, -0.001537095638923347, 0.16624806821346283, -0.061372846364974976, 0.08505057543516159, 0.1417325884103775, 0.12928630411624908, 0.03669518977403641, 0.14773954451084137, 0.004154035821557045, -0.06768440455198288, 0.10629859566688538, 0.16162170469760895, -0.01819254830479622, -0.2696661949157715, -0.07992899417877197, -0.07367528229951859, -0.011054509319365025, -0.042777515947818756, 0.06349925696849823, 0.024793310090899467, 0.09876926243305206, 0.00536373583599925, 0.09865498542785645, -0.13682633638381958, -0.03523743152618408, 0.24980594217777252, -0.026554377749562263, 0.05770963057875633, -0.06272545456886292, 0.028660567477345467, 0.13602638244628906, 0.22868570685386658, 0.17740613222122192, 0.00603686785325408, -0.025642210617661476, 0.19843938946723938, 0.22718460857868195, 0.0015159095637500286, -0.03367408737540245, -0.04966387525200844, -0.006400256883352995, -0.0535343699157238, -0.06509871035814285, 0.037412215024232864, 0.09200771152973175, -0.029604541137814522, -0.0782558023929596, 0.03233027830719948, 0.15512987971305847, 0.04775303602218628, 0.295814573764801, 0.07260346412658691, 0.01685965433716774, 0.04745204746723175, 0.06445874273777008, 0.1304425597190857, -0.04367151856422424, 0.1015646830201149, 0.08039674162864685, -0.12353382259607315, 0.13616539537906647, -0.005058614071458578, 0.11536166071891785, 0.05872726812958717, 0.03209202364087105, 0.03456932678818703, -0.17409057915210724, 0.03484617546200752, 0.15312832593917847, -0.15105658769607544, 0.1606229841709137, 0.002965151099488139, -0.09494708478450775, -0.08738423138856888, -0.0008985749445855618, 0.011616800911724567, 0.17709068953990936, 0.10316815227270126, 0.04693086817860603, 0.022330837324261665, -0.01091908197849989, -0.11418107897043228, 0.11062870919704437, -0.08438973873853683, 0.033146295696496964, -0.017447231337428093, -0.03268957883119583, -0.013164094649255276, -0.064003586769104, 0.008667588233947754, -0.10572595149278641, -0.04119011014699936, 0.07416032254695892, 0.06441781669855118, 0.06488960981369019, -0.05692369490861893, -0.00013671931810677052, -0.0263053011149168, 0.06511089950799942, -0.014704625122249126, -0.02892782725393772, -0.03501592203974724, -0.016894660890102386, 0.11822841316461563, -0.06216929480433464, -0.0024713571183383465, -0.047507572919130325, 0.005782756954431534, 0.02324562333524227, -0.04506711661815643, 0.028616851195693016, -0.04709169268608093, -0.10662778466939926, -0.024849120527505875, 0.09136790037155151, -0.06692501157522202, 0.018938377499580383, 0.03660976141691208, -0.000949687382671982, -0.039645593613386154, -0.1466488391160965, 0.10009308159351349, 0.021149877458810806, 0.051505714654922485, 0.05947529897093773, -0.11820825934410095, -0.11722505837678909, -0.009714889340102673, -0.15625719726085663, 0.129367858171463, 0.10566797852516174, -0.08590304106473923, 0.1376931071281433, 0.1508728265762329, -0.018735166639089584, -0.20174451172351837, -0.10957905650138855, 0.05759890377521515, -0.026367612183094025, 0.06461939215660095, -0.13603396713733673, 0.11017794162034988, 0.1813279092311859, -0.04008650407195091, -0.09493985772132874, -0.1862124353647232, -0.07526478171348572, 0.04573158919811249, -0.037742942571640015, 0.05064304172992706, -0.1342291235923767, -0.04532909393310547, 0.011494290083646774, -0.19061975181102753, 0.11347632855176926, -0.18616631627082825, 0.0029688486829400063, -0.09450231492519379, 0.05337583273649216, 0.0023338650353252888, 0.03315061703324318, 0.1937699317932129, -0.008191315457224846, -0.024947885423898697, -0.026237431913614273, -0.0620201975107193, 0.14040176570415497, -0.009442390874028206, 0.16516461968421936, -0.03682592883706093, 0.04562791809439659, -0.15491387248039246, -0.03659617155790329, -0.06337926536798477, -0.03081700950860977, 0.002629174618050456, -0.0807926207780838, -0.12411674112081528, 0.08280950039625168, -0.0277930349111557, 0.003196912119165063, 0.02497790940105915, -0.019448639824986458, -0.10957586765289307, 0.12134359776973724, 0.08428047597408295, -0.08883561939001083, 0.016407864168286324, -0.005901790689677, -0.052594657987356186, 0.0863642767071724, -0.19231560826301575, 0.06360210478305817, 0.13183322548866272, -0.007845604792237282, 0.1164071187376976, -0.03537406027317047, -0.0895509198307991, 0.09554623067378998, 0.1016949787735939, -0.016061794012784958, -0.309563547372818, -0.031648289412260056, 0.17026272416114807, -0.07891836017370224, 0.030728580430150032, 0.019574426114559174, -0.0031130516435950994, -0.03183405101299286, 0.01649303361773491, 0.054508451372385025, -0.058586739003658295, 0.05112193897366524, -0.006939344573765993, 0.022514423355460167, -0.05846851319074631, 0.08957192301750183, 0.2182188183069229, -0.12522226572036743, 0.026522593572735786, 0.041498202830553055, -0.06131294369697571, -0.0981367900967598, 0.054215431213378906, 0.0757073312997818, -0.02492203563451767, -0.1418907642364502, 0.056365352123975754, -0.05484427884221077, 0.00896016787737608, 0.13878008723258972, 0.015399877913296223, -0.01698284037411213, 0.045408811420202255, -0.10528861731290817, 0.0020816372707486153, 0.12824073433876038, -0.03541361913084984, -0.00819561630487442, -0.00986743625253439, -0.26256421208381653, 0.048061590641736984, 0.2567283809185028, -0.03299931436777115, -0.06130718067288399, -0.01721532642841339, -0.03323785960674286, -0.3649955689907074, 0.0820310041308403, -0.04594496637582779, -0.0028974327724426985, -0.047987524420022964, -0.09764935821294785, -0.1095779538154602, -0.017925186082720757, -0.040145937353372574, -0.014669820666313171, -0.0067881508730351925, 0.15048736333847046, -0.16298146545886993, -0.06805995851755142, 0.15963755548000336, 0.05554932728409767, 0.11081677675247192, -0.09446277469396591, -0.023524846881628036, -0.007996812462806702, 0.06452734023332596, -0.04174262285232544, 0.06200201436877251, 0.16177071630954742, 0.07742719352245331, -0.14095436036586761, -0.0055775269865989685, 0.06086258217692375, -0.02236063778400421, 0.07758601009845734, 0.10639891028404236, -0.07270170003175735, -0.099629245698452, -0.1393655687570572, -0.05949315428733826, -0.04546823352575302, -0.019311636686325073, 0.007909978739917278, 0.07962321490049362, 0.04822830483317375, -0.03272655978798866, -0.03906155005097389, -0.1357242614030838, -0.03480588644742966, -0.09255792200565338, 0.04916854947805405, -0.08615566790103912, 0.029087267816066742, -0.03409479185938835, 0.020047226920723915, 0.24065539240837097, -0.06092411279678345, 0.08418276906013489, 0.04374820739030838, 0.07953862845897675, -0.021625466644763947, -0.03824184089899063, 0.1381407380104065, 0.09333149343729019, 0.012030239216983318, -0.015733687207102776, 0.008683895692229271, -0.05939638614654541, 0.08003835380077362, 0.0671553686261177, 0.03588707745075226, 0.15916775166988373, -0.09564271569252014, 0.033777300268411636, -0.03907117247581482, -0.058756038546562195, 0.03253227099776268, -0.05438414216041565, -0.0025234392378479242, -0.008521195501089096, -0.030412912368774414, 0.13874471187591553, -0.18474595248699188, 0.06004089117050171, -0.09528625756502151, -0.04629205912351608, -0.07568991184234619, -0.024013301357626915, -0.060763873159885406, -0.1584302932024002, -0.07575366646051407, -0.08323216438293457, 0.0031448407098650932, 0.07344995439052582, 0.08825349062681198, -0.012165205553174019, 0.07022995501756668, -0.2755652964115143, -0.000660854100715369, -0.06467823684215546, 0.005743449088186026, 0.041776496917009354, -0.04150979220867157, 0.1581716239452362, 0.14122870564460754, -0.0318228043615818, -0.006780569441616535, 0.07202698290348053, 0.019563209265470505, 0.026622939854860306, -0.10234326124191284, 0.023183831945061684, -0.004771124105900526, -0.03836166113615036, -0.03473803773522377, 0.05484959855675697, 0.13326744735240936, 0.03710617870092392, 0.07691189646720886, 0.17766156792640686, 0.024815168231725693, -0.11930929869413376, -0.23641617596149445, 0.04835176095366478, -0.038405124098062515, -0.03864941745996475, -0.02117680385708809, -0.0812593623995781, -0.058540694415569305, 0.269530713558197, 0.036643870174884796, -0.04159732162952423, -0.06283517181873322, -0.03244759514927864, 0.032167769968509674, -0.006186282262206078, 0.029450472444295883, 0.14491020143032074, 0.14795230329036713, -0.05790301412343979, -0.0392044372856617, -0.08930161595344543, -0.030718129128217697, -0.12829652428627014, -0.041710980236530304, 0.0751328244805336, -0.006766078528016806, 0.012554651126265526, 0.09620401263237, -0.005757792852818966, 0.08256340026855469, -0.06866530328989029, -0.07684872299432755, -0.14064209163188934, -0.04732899367809296, 0.005092843435704708, 0.015464040450751781, -0.1072952151298523, -0.018838556483387947, 0.05523945763707161, 0.15202993154525757, 0.003983207046985626, -0.10455265641212463, -0.08648073673248291, 0.1694670021533966, 0.10532009601593018, 0.21937468647956848, 0.023261846974492073, 0.014226105064153671, 0.03795386850833893, -0.02453317679464817, -0.13857623934745789, 0.10367439687252045, -0.018644502386450768, 0.03549548611044884, -0.016229776665568352, -0.03273368254303932, -0.0022879454772919416, 0.0577598474919796, 0.08429446816444397, 0.07136672735214233, -0.046342186629772186, -0.01640848070383072, 0.10165532678365707, -0.0991358608007431, 0.2131805121898651, -0.08688104897737503, 0.06582894176244736, 0.10013149678707123, -0.03599053621292114, 0.06012462452054024, -0.09435125440359116, 0.10481337457895279, -0.03139990195631981, -0.062010932713747025, -0.014587010256946087, 0.01802285574376583, 0.11103211343288422, -0.07000258564949036, 0.01887901872396469, -0.2049523890018463, -0.014947731979191303, 0.037685856223106384, 0.06386513262987137, 0.022316496819257736, 0.08167159557342529, 0.0234843660145998, -0.004872260615229607, -0.0929732397198677, -0.20800645649433136, -0.0642976388335228, 0.00007249003101605922, -0.10500303655862808, -0.0841379314661026 ]
f71d3eb69539dada81918d17c182c99eeb1d126c
# Test dataset with one broken split
severo/test-one-split-broken
[ "region:us" ]
2024-02-16T13:45:34+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "works", "path": "works.json"}, {"split": "broken", "path": "broken.json"}]}]}
2024-02-16T14:20:39+00:00
[]
[]
TAGS #region-us
# Test dataset with one broken split
[ "# Test dataset with one broken split" ]
[ "TAGS\n#region-us \n", "# Test dataset with one broken split" ]
[ 6, 8 ]
[ "passage: TAGS\n#region-us \n# Test dataset with one broken split" ]
[ -0.1611979603767395, 0.041676267981529236, -0.0026450101286172867, -0.0024695280008018017, 0.004607806447893381, 0.10972831398248672, 0.12864606082439423, 0.16863763332366943, 0.26150548458099365, 0.02993738278746605, 0.14041534066200256, 0.01648876816034317, -0.008491115644574165, 0.22872669994831085, -0.14891809225082397, -0.023340679705142975, 0.0401943065226078, 0.06465514004230499, 0.059341516345739365, 0.07816360890865326, -0.0025365971960127354, -0.05355241894721985, 0.020526587963104248, -0.09021840989589691, -0.12495497614145279, 0.04842805117368698, 0.04434303939342499, 0.06258691102266312, 0.12165378034114838, -0.026606347411870956, 0.14574003219604492, -0.010666711255908012, -0.13703519105911255, -0.1611977070569992, 0.03754653409123421, -0.019671525806188583, 0.00257694604806602, 0.03767375648021698, 0.06779757887125015, -0.052157945930957794, -0.2283494770526886, 0.11124328523874283, 0.014070103876292706, 0.016927091404795647, -0.18095315992832184, -0.047104496508836746, -0.1946398913860321, -0.12121869623661041, 0.045109644532203674, 0.09074005484580994, -0.01185926329344511, 0.24785304069519043, -0.18517331779003143, 0.03490215912461281, 0.15675762295722961, -0.16786663234233856, 0.05706121027469635, 0.17869976162910461, 0.008968495763838291, -0.03004651516675949, -0.027118556201457977, 0.009084903635084629, 0.13422060012817383, 0.04302143305540085, -0.34458836913108826, -0.06322021037340164, -0.2373773455619812, 0.13923008739948273, -0.0543002225458622, -0.07879555970430374, 0.303247332572937, -0.000542159890756011, 0.0025647995062172413, 0.024764135479927063, -0.02023353800177574, -0.11009950190782547, 0.14216487109661102, 0.0996304377913475, -0.028592564165592194, 0.07771369814872742, -0.010801779106259346, -0.0037870886735618114, -0.10445589572191238, -0.12126792967319489, -0.26983869075775146, 0.025172945111989975, -0.02233055792748928, 0.1543978750705719, -0.1945076733827591, 0.07370784878730774, -0.19280515611171722, 0.014291290193796158, -0.06747105717658997, -0.15923210978507996, -0.10196543484926224, -0.06256309151649475, -0.1994108408689499, -0.13385404646396637, 0.15883398056030273, 0.22349900007247925, -0.1650180220603943, 0.03190109506249428, -0.10792689770460129, 0.05999778211116791, 0.1373860239982605, -0.008186271414160728, 0.05185127258300781, 0.15555013716220856, -0.07151546329259872, -0.07944551855325699, -0.04244966804981232, -0.067813940346241, -0.002920216880738735, -0.10201445966959, -0.007722919341176748, 0.17832458019256592, 0.06422876566648483, -0.16253702342510223, -0.16352316737174988, -0.07021500915288925, -0.06318143755197525, -0.0654764473438263, 0.022223154082894325, 0.05486096069216728, 0.023916253820061684, -0.01325805950909853, -0.08036945760250092, -0.012655969709157944, 0.06801940500736237, -0.08581560105085373, -0.10692323744297028, -0.0006305898423306644, -0.04480467736721039, 0.0074615478515625, 0.0895710289478302, -0.10264724493026733, -0.012932348996400833, -0.0012841182760894299, -0.2643689811229706, -0.06249553710222244, -0.0651325136423111, -0.05964435636997223, 0.14276912808418274, -0.0006662178784608841, 0.10938946157693863, -0.025454025715589523, -0.02261383831501007, 0.034913320094347, -0.01197953149676323, 0.0186964962631464, -0.01100459136068821, -0.024529825896024704, -0.17497503757476807, 0.019289156422019005, -0.14747555553913116, 0.076779805123806, 0.05562393367290497, 0.0602998211979866, -0.063405841588974, 0.034196704626083374, -0.04979728162288666, 0.06510952115058899, -0.1448225975036621, -0.03257937729358673, 0.05026504024863243, 0.18035928905010223, -0.3019641637802124, -0.05589232221245766, 0.061481960117816925, -0.1043981984257698, -0.11486140638589859, 0.014064518734812737, -0.0635932981967926, -0.01608671061694622, 0.030204977840185165, 0.3577941358089447, -0.02496640756726265, 0.039503950625658035, -0.04203689843416214, 0.0987665057182312, -0.08619293570518494, -0.1424323171377182, 0.1094406396150589, -0.1746196299791336, -0.11330502480268478, -0.006132479291409254, 0.04605717957019806, 0.04601256176829338, -0.12658125162124634, -0.057758159935474396, -0.07787573337554932, -0.04105021804571152, 0.0924418717622757, 0.022395648062229156, 0.08558688312768936, -0.10395563393831253, 0.11013045161962509, 0.03760044276714325, 0.10441173613071442, 0.03586398437619209, 0.008252695202827454, -0.06769242882728577, 0.1624268889427185, -0.09675756841897964, -0.024612993001937866, -0.24839599430561066, -0.19465671479701996, 0.02287103608250618, 0.08973059058189392, -0.06075301393866539, 0.05196892097592354, 0.07594902813434601, -0.1403355449438095, 0.004105625674128532, 0.02064349688589573, 0.07798613607883453, 0.02246159501373768, -0.11550148576498032, -0.06772638112306595, 0.03463936597108841, -0.11922815442085266, -0.1309259831905365, -0.016106300055980682, -0.06524565070867538, 0.043026164174079895, 0.1394377052783966, -0.01412095595151186, -0.025012118741869926, 0.07398389279842377, 0.03370748460292816, -0.054374534636735916, -0.05872883275151253, -0.00015135802095755935, -0.02033490315079689, -0.07944300770759583, 0.06493808329105377, -0.046555276960134506, -0.14048393070697784, 0.06887707114219666, -0.12342114001512527, -0.0130052724853158, -0.05130743980407715, -0.031099511310458183, 0.036952905356884, -0.0986173003911972, -0.041548799723386765, -0.09880319237709045, 0.0027072301600128412, 0.025249740108847618, -0.009437721222639084, -0.02226407080888748, -0.06919299066066742, -0.03789712116122246, -0.12579426169395447, 0.10891447216272354, -0.12060233950614929, -0.1980862021446228, 0.10249585658311844, 0.2770439386367798, 0.04823954775929451, 0.13001421093940735, -0.13128550350666046, -0.07630272209644318, -0.060653362423181534, 0.08473280817270279, -0.026478007435798645, 0.08050265908241272, -0.045112475752830505, 0.1268651932477951, 0.10358405113220215, 0.12166798114776611, 0.08580586314201355, -0.08341794461011887, -0.1355782151222229, -0.03066868893802166, -0.014859970659017563, -0.11426035314798355, 0.13342005014419556, 0.0736875981092453, 0.04954563453793526, 0.015811830759048462, 0.04447053372859955, 0.15445739030838013, -0.028732959181070328, -0.09462446719408035, 0.16196447610855103, -0.17458808422088623, -0.14744466543197632, -0.10849648714065552, -0.0791851058602333, -0.03174275532364845, -0.001010729232802987, 0.04368314519524574, -0.20002122223377228, 0.02531067281961441, -0.009503228589892387, 0.039899516850709915, -0.07494039088487625, 0.004661284387111664, 0.04760676249861717, 0.04151551425457001, -0.03976816684007645, -0.06920868158340454, -0.008424505591392517, -0.03953966498374939, 0.14630863070487976, 0.11939948052167892, -0.18366122245788574, 0.02588643878698349, 0.12002936750650406, 0.03627180680632591, 0.0980176031589508, 0.008116033859550953, 0.19845597445964813, 0.008513874374330044, -0.1623554825782776, 0.201701819896698, -0.0700659230351448, -0.011760166846215725, 0.010870150290429592, -0.023809853941202164, -0.11579116433858871, -0.048641663044691086, 0.009279390797019005, -0.05994692072272301, -0.3335570693016052, -0.05268005654215813, -0.08538682758808136, 0.0803842544555664, -0.010564951226115227, 0.04434133321046829, -0.0024949556682258844, 0.011782048270106316, 0.08841444551944733, -0.0688536986708641, -0.15439578890800476, -0.031554918736219406, 0.1229008287191391, -0.083791583776474, 0.030891053378582, -0.10932676494121552, 0.02804831974208355, 0.17825406789779663, 0.07026165723800659, 0.26450303196907043, 0.13936151564121246, 0.12383034825325012, 0.06607244163751602, 0.07324128597974777, 0.03720150515437126, 0.09388165175914764, 0.10395655035972595, -0.04513790085911751, 0.060048658400774, 0.01305257249623537, 0.04446546733379364, -0.03811240196228027, 0.04257898032665253, -0.09536392986774445, -0.12418638169765472, -0.16907522082328796, 0.07880726456642151, 0.014202107675373554, 0.2624765634536743, -0.1398036926984787, -0.03290574252605438, 0.030368298292160034, 0.06361110508441925, -0.10866214334964752, -0.0026268335059285164, 0.06554228067398071, -0.09830722212791443, 0.04093208163976669, 0.011963829398155212, 0.12569835782051086, 0.05884985253214836, 0.02962549589574337, -0.13126663863658905, -0.15140153467655182, -0.056061770766973495, 0.111674003303051, -0.20622235536575317, 0.1969103217124939, 0.035146985203027725, -0.06519316136837006, -0.013932962901890278, -0.07230910658836365, 0.03821509703993797, 0.04599227383732796, 0.09647118300199509, 0.04187234118580818, -0.13929684460163116, -0.13441166281700134, -0.021268082782626152, -0.0403611846268177, 0.07874274253845215, 0.07002060115337372, 0.007157186046242714, -0.056683506816625595, 0.08788016438484192, -0.02667825110256672, 0.08607485890388489, -0.07712873816490173, 0.03069274313747883, -0.013792452402412891, 0.11004728823900223, -0.04059569910168648, 0.017463820055127144, -0.03002879023551941, 0.0291950311511755, 0.11841586232185364, 0.06475134938955307, 0.01736736111342907, -0.11688036471605301, 0.10477942228317261, 0.27130618691444397, -0.03426840901374817, -0.05576004460453987, -0.04314219206571579, -0.0380919873714447, -0.05449491739273071, -0.22355778515338898, 0.0337035097181797, -0.0695728063583374, -0.04025771841406822, -0.08110117167234421, 0.04678657278418541, -0.09387772530317307, 0.05127915367484093, 0.04240841418504715, 0.03524025157094002, -0.1533595770597458, -0.03721047192811966, 0.12884896993637085, -0.10591619461774826, 0.02765417844057083, 0.26154735684394836, -0.006139998324215412, 0.09377831965684891, 0.02719978243112564, -0.06864079087972641, 0.271832138299942, 0.2616700828075409, 0.021092697978019714, 0.09743707627058029, 0.030181510373950005, -0.06069418415427208, -0.22520369291305542, 0.016996102407574654, -0.1443634033203125, 0.03878593444824219, 0.08365537971258163, -0.056138746440410614, 0.03706420958042145, 0.18757948279380798, -0.016451071947813034, 0.20649465918540955, -0.18096096813678741, -0.018642760813236237, 0.21758133172988892, -0.09066428989171982, 0.4523290991783142, -0.1379009336233139, -0.15087178349494934, -0.04872766509652138, -0.01813524030148983, 0.1047971323132515, -0.027219461277127266, 0.12782876193523407, -0.08822602033615112, 0.009867490269243717, 0.056385595351457596, -0.051769014447927475, 0.2748751938343048, -0.012256519868969917, 0.11415655165910721, 0.03005986660718918, -0.0422578863799572, 0.12720425426959991, -0.06490471959114075, 0.019804896786808968, 0.048046261072158813, 0.08899614214897156, -0.1347559690475464, 0.020496677607297897, -0.029545210301876068, 0.0622732900083065, 0.057194240391254425, -0.011745125986635685, -0.046925388276576996, -0.003625626675784588, -0.18908601999282837, -0.020936142653226852, 0.24578219652175903, -0.025837518274784088, 0.12123624235391617, 0.018518248572945595, 0.014787576161324978, -0.003029957413673401, -0.023927107453346252, 0.04650413244962692, -0.0597630999982357, 0.0567973330616951, -0.12249558418989182, 0.0360267348587513, 0.1435193419456482, 0.020082581788301468, 0.044888950884342194, 0.12207762151956558, -0.1323082149028778, 0.03224262595176697, 0.12908317148685455, -0.10205426812171936, -0.0332711860537529, 0.013460393063724041, -0.13195766508579254, -0.08198054134845734, 0.01797446794807911, 0.09533059597015381, 0.19761663675308228, -0.028218749910593033, -0.07592602074146271, 0.035076383501291275, -0.07807496190071106, 0.1423243284225464, 0.03908254951238632, 0.012624155730009079, -0.14337563514709473, 0.15781265497207642, -0.004278656095266342, -0.009879565797746181, 0.035466473549604416, 0.026518503203988075, -0.03307854384183884, -0.08280246704816818, 0.03521347790956497, 0.2689237892627716, -0.1763051301240921, -0.0674491673707962, -0.15339668095111847, -0.04764178767800331, 0.07259265333414078, 0.15601900219917297, 0.0913856029510498, 0.20001405477523804, 0.10308193415403366, -0.17145560681819916, 0.07147826254367828, -0.037736162543296814, 0.043899886310100555, 0.022649116814136505, -0.0364527553319931, -0.05922636762261391, -0.12280198186635971, 0.20188310742378235, -0.06958416104316711, -0.07915244996547699, -0.19314725697040558, 0.0634804368019104, -0.3155011832714081, -0.059409718960523605, 0.009746136143803596, -0.1068502813577652, 0.08665191382169724, 0.013311842456459999, 0.002192352432757616, -0.006479113362729549, -0.1346769630908966, 0.07330992817878723, 0.002386024221777916, 0.033044762909412384, -0.10684645920991898, -0.009941952303051949, 0.12089623510837555, 0.002025475027039647, 0.09661392122507095, 0.17795370519161224, 0.013011475093662739, 0.0852404311299324, -0.06269361823797226, -0.14979876577854156, -0.025758065283298492, 0.03730805963277817, 0.05511229857802391, -0.05887484550476074, -0.051693376153707504, 0.1319797933101654, -0.018684111535549164, 0.14798815548419952, 0.022864053025841713, -0.08453193306922913, -0.06534519791603088, -0.0777411162853241, -0.1238829717040062, -0.019725121557712555, -0.08223951607942581, 0.15129953622817993, 0.18385522067546844, 0.030942771583795547, 0.060236964374780655, 0.11791466176509857, -0.09173968434333801, -0.04900963604450226, -0.029874274507164955, -0.0328395739197731, 0.03686170652508736, 0.07737705111503601, 0.06068389117717743, -0.01584327593445778, 0.31851476430892944, -0.10269957035779953, -0.011306076310575008, -0.032675549387931824, 0.1635952591896057, 0.050775837153196335, 0.01672261394560337, 0.3068566918373108, 0.03201097249984741, -0.08852209150791168, -0.11330025643110275, 0.021428653970360756, -0.01750549115240574, 0.08231472223997116, 0.10372771322727203, 0.16988328099250793, -0.038158807903528214, 0.040073737502098083, -0.04105162248015404, -0.07541710883378983, 0.1117960587143898, -0.09528854489326477, 0.00040756550151854753, -0.06183278560638428, 0.10521978884935379, 0.010829199105501175, 0.02672874927520752, -0.08161528408527374, 0.12111910432577133, -0.11078634858131409, -0.03862984478473663, -0.1752694547176361, -0.04329116269946098, -0.043576356023550034, -0.16708426177501678, 0.00929737463593483, -0.05974853038787842, 0.06476086378097534, 0.2700725495815277, 0.06590982526540756, -0.008249020203948021, 0.05948127061128616, -0.11719008535146713, -0.008438663557171822, 0.03825713321566582, -0.0641327053308487, 0.012411875650286674, 0.030118823051452637, -0.04373880848288536, 0.12317612767219543, -0.11141744256019592, -0.04877656698226929, -0.017887748777866364, 0.06966708600521088, 0.00034650746965780854, -0.12442939728498459, -0.10978657752275467, -0.04206717386841774, 0.06257900595664978, -0.06247243657708168, 0.14194424450397491, 0.0401984378695488, 0.13506102561950684, 0.012447778135538101, 0.16448518633842468, 0.008423964492976665, 0.048199206590652466, -0.08851542323827744, 0.1388646960258484, -0.05047222971916199, 0.04244239255785942, -0.03776611387729645, -0.08801968395709991, 0.017297543585300446, 0.12395220249891281, 0.11400286108255386, -0.08039113134145737, -0.06565112620592117, 0.06633619219064713, 0.04314775392413139, 0.072200708091259, 0.05951935797929764, -0.040465354919433594, 0.08932489901781082, -0.03532793000340462, -0.025107333436608315, -0.003067311365157366, -0.015849033370614052, -0.08124712109565735, 0.007193875964730978, 0.06517722457647324, -0.05075236037373543, -0.08453437685966492, 0.17898185551166534, -0.11889074742794037, 0.29277193546295166, 0.20404404401779175, -0.14257298409938812, -0.09821972250938416, -0.05369173735380173, 0.11446293443441391, -0.1648453176021576, 0.08103999495506287, -0.09785256534814835, -0.004312554839998484, -0.01312663871794939, -0.07474116235971451, -0.23552340269088745, -0.2714545726776123, 0.06537735462188721, -0.0028816943522542715, -0.043692849576473236, 0.03574492037296295, 0.19509458541870117, 0.049632661044597626, -0.022883741185069084, -0.08862629532814026, 0.08824467658996582, 0.014570530503988266, 0.06979446858167648, -0.019506890326738358, 0.048067234456539154, 0.01528283953666687, 0.008088281378149986, 0.07222317904233932, -0.04518263041973114, -0.03483232855796814, 0.11233732104301453, -0.022836068645119667, -0.06982311606407166, -0.05461105331778526, -0.10443845391273499, 0.09025910496711731, 0.07439035922288895, -0.08267555385828018, 0.06417880952358246, -0.023557165637612343, 0.07360175251960754, 0.07940337806940079, -0.05761808902025223, -0.08989812433719635, -0.042257972061634064, 0.04209393635392189, 0.2265675663948059, -0.04806866869330406, -0.19574563205242157, -0.022158779203891754, -0.12064287066459656, -0.007721252739429474, 0.028521887958049774, 0.1004093736410141, 0.13314980268478394, 0.0405876524746418, 0.01669110730290413, -0.0053286426700651646, 0.06055033951997757, -0.01783241704106331, 0.02264399267733097, -0.13204926252365112 ]
0b9e7d3d254a2ef83716862f6deb2d48c048fc2e
## Dataset Description Your dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage. ## Data Format Each entry in the dataset consists of two fields: - `audio_path`: The path to the audio file. - `description`: The written description corresponding to the audio file. ## Example Here's an example entry from the dataset: ```json { "audio_path": "/path/to/audio/file.mp3", "description": "A written description of the audio content." }
lucasjca/ProcedimentosSUS
[ "license:apache-2.0", "region:us" ]
2024-02-16T14:00:13+00:00
{"license": "apache-2.0", "dataset_info": {"features": [{"name": "audio", "dtype": "audio"}], "splits": [{"name": "train", "num_bytes": 41920700.0, "num_examples": 89}], "download_size": 41553598, "dataset_size": 41920700.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-02-16T18:25:29+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
## Dataset Description Your dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage. ## Data Format Each entry in the dataset consists of two fields: - 'audio_path': The path to the audio file. - 'description': The written description corresponding to the audio file. ## Example Here's an example entry from the dataset: '''json { "audio_path": "/path/to/audio/file.mp3", "description": "A written description of the audio content." }
[ "## Dataset Description\n\nYour dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage.", "## Data Format\n\nEach entry in the dataset consists of two fields:\n\n- 'audio_path': The path to the audio file.\n- 'description': The written description corresponding to the audio file.", "## Example\n\nHere's an example entry from the dataset:\n\n'''json\n{\n \"audio_path\": \"/path/to/audio/file.mp3\",\n \"description\": \"A written description of the audio content.\"\n}" ]
[ "TAGS\n#license-apache-2.0 #region-us \n", "## Dataset Description\n\nYour dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage.", "## Data Format\n\nEach entry in the dataset consists of two fields:\n\n- 'audio_path': The path to the audio file.\n- 'description': The written description corresponding to the audio file.", "## Example\n\nHere's an example entry from the dataset:\n\n'''json\n{\n \"audio_path\": \"/path/to/audio/file.mp3\",\n \"description\": \"A written description of the audio content.\"\n}" ]
[ 14, 33, 47, 55 ]
[ "passage: TAGS\n#license-apache-2.0 #region-us \n## Dataset Description\n\nYour dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage.## Data Format\n\nEach entry in the dataset consists of two fields:\n\n- 'audio_path': The path to the audio file.\n- 'description': The written description corresponding to the audio file.## Example\n\nHere's an example entry from the dataset:\n\n'''json\n{\n \"audio_path\": \"/path/to/audio/file.mp3\",\n \"description\": \"A written description of the audio content.\"\n}" ]
[ -0.11165285110473633, 0.2925190031528473, -0.0010193379130214453, 0.026362750679254532, 0.0942402184009552, 0.005687176249921322, 0.057258740067481995, 0.07871178537607193, -0.053566280752420425, -0.012730247341096401, 0.0721420869231224, 0.07265616953372955, 0.037761323153972626, 0.21216799318790436, 0.01908263750374317, -0.20379021763801575, 0.02183285728096962, -0.051595866680145264, -0.06879357993602753, 0.06276601552963257, 0.12750457227230072, -0.06854218244552612, 0.0657525435090065, -0.04607269912958145, -0.07618100941181183, -0.057282134890556335, -0.009866779670119286, -0.03256666287779808, 0.0030731901060789824, -0.052272453904151917, -0.022991705685853958, 0.008351333439350128, 0.04322630167007446, -0.22693835198879242, 0.015078987926244736, 0.014021458104252815, 0.04143892973661423, 0.0670991912484169, 0.06854435801506042, -0.04966255649924278, 0.008874557912349701, -0.05467610061168671, -0.020423462614417076, 0.05236700177192688, -0.041954681277275085, -0.27424007654190063, -0.05457302927970886, 0.02856212668120861, 0.09635528177022934, 0.011157630942761898, -0.016417808830738068, -0.0878254845738411, -0.03242897614836693, 0.02803310565650463, 0.09168590605258942, 0.03507663682103157, 0.0443110354244709, 0.08028192818164825, 0.014209321700036526, 0.13515214622020721, -0.0727580189704895, 0.028196541592478752, -0.0027449969202280045, 0.036682918667793274, 0.050029244273900986, -0.08777876943349838, -0.21299174427986145, 0.07238975167274475, -0.07329844683408737, -0.054800089448690414, 0.6347054243087769, -0.011728116311132908, -0.07399020344018936, 0.027191685512661934, 0.043751176446676254, 0.006322076078504324, -0.033784277737140656, 0.039826445281505585, 0.0328671932220459, 0.0275607667863369, -0.012586114928126335, 0.002652110531926155, -0.07979663461446762, -0.0955379381775856, -0.05661671608686447, -0.04673467576503754, -0.05549200624227524, 0.10009966790676117, -0.08036968111991882, -0.004199988674372435, -0.11281561106443405, -0.06070305034518242, -0.017002133652567863, -0.1043248325586319, -0.0038302552420645952, -0.018850738182663918, -0.07598823308944702, -0.11412359774112701, 0.11889602988958359, 0.10220929980278015, 0.067938432097435, -0.051355961710214615, -0.05844106525182724, 0.08094467222690582, 0.20563670992851257, -0.030227160081267357, -0.030343668535351753, -0.14250332117080688, 0.030040651559829712, -0.06636829674243927, -0.014283767901360989, -0.11568290740251541, -0.12273044884204865, 0.09087658673524857, -0.02181125059723854, 0.0380711555480957, 0.14679588377475739, -0.017133668065071106, -0.10348862409591675, -0.07539151608943939, 0.004298730753362179, -0.1017274335026741, 0.07430959492921829, 0.04611986130475998, -0.06674375385046005, -0.07851284742355347, 0.019047144800424576, 0.07347818464040756, -0.00957372598350048, 0.020026283338665962, -0.058175813406705856, 0.024260928854346275, -0.10671497136354446, -0.02566722221672535, 0.10855574160814285, 0.0512840561568737, 0.07959429174661636, -0.012220376171171665, -0.15183918178081512, -0.037000175565481186, 0.12536334991455078, -0.015612037852406502, -0.06197385489940643, 0.012632936239242554, 0.029339861124753952, 0.03884052485227585, -0.08474341779947281, 0.030757931992411613, -0.10865003615617752, 0.0722389668226242, -0.12006959319114685, 0.07836714386940002, -0.21329347789287567, 0.12977850437164307, -0.10602520406246185, 0.05571265518665314, -0.022974196821451187, 0.08149734139442444, -0.167476624250412, 0.021806731820106506, -0.10809127986431122, -0.00816074013710022, 0.023056482896208763, -0.027831874787807465, -0.023511070758104324, 0.07122966647148132, -0.3259934186935425, -0.023101046681404114, 0.00790525134652853, -0.062410980463027954, -0.11335845291614532, 0.057117387652397156, -0.022348761558532715, 0.15023721754550934, 0.07803844660520554, 0.304779976606369, 0.17120733857154846, -0.03356585279107094, -0.000443532393546775, 0.10247503966093063, -0.0329519659280777, -0.11015519499778748, 0.17754247784614563, -0.07366680353879929, -0.0332961268723011, 0.03902658447623253, -0.03383210301399231, -0.014462241902947426, -0.012955407612025738, -0.0829438716173172, 0.024357754737138748, -0.02980697713792324, 0.08125660568475723, 0.008233553729951382, -0.08173657953739166, 0.0023114595096558332, 0.0958835706114769, 0.17656897008419037, 0.07317470759153366, -0.0016393077094107866, 0.01722530648112297, 0.06378217786550522, 0.10427429527044296, -0.07731372117996216, 0.0017250414239242673, -0.15793433785438538, -0.020376134663820267, -0.004519176669418812, 0.10751771926879883, 0.1185334101319313, -0.01711241900920868, -0.0288972370326519, -0.033327508717775345, 0.014906855300068855, 0.038351934403181076, -0.051597755402326584, 0.06012653186917305, 0.035032790154218674, -0.1740412563085556, 0.005004422273486853, -0.042759671807289124, -0.0026047423016279936, 0.0040354011580348015, -0.055402252823114395, 0.02353321574628353, -0.011671706102788448, 0.05435769632458687, -0.030710658058524132, 0.07185982912778854, -0.0066883135586977005, 0.026203230023384094, 0.03105873055756092, 0.011813574470579624, 0.010722573846578598, 0.04817108064889908, 0.13307121396064758, -0.020488185808062553, 0.036709390580654144, 0.12171052396297455, -0.0799521878361702, 0.1258583962917328, -0.04234671965241432, 0.011512952856719494, -0.02415519766509533, -0.08585579693317413, -0.0463557243347168, -0.10410484671592712, -0.008926195092499256, -0.022239545360207558, -0.09353894740343094, 0.03969424590468407, 0.000696806178893894, -0.13059626519680023, -0.002757752314209938, 0.006773049011826515, 0.1712777316570282, -0.15543383359909058, 0.1584589183330536, 0.17405100166797638, -0.04467993229627609, 0.21851900219917297, -0.08687572926282883, -0.1688702553510666, -0.04529371112585068, -0.1623344123363495, -0.06959567219018936, 0.21297115087509155, -0.03543374314904213, 0.030353475362062454, 0.11771079152822495, 0.08546136319637299, 0.02748015895485878, -0.0799584910273552, -0.028415098786354065, 0.0017406406113877892, -0.06544148921966553, -0.1711196005344391, -0.07888414710760117, -0.05369770899415016, 0.04673562943935394, 0.012571319006383419, -0.00750368507578969, 0.0824921652674675, -0.008595805615186691, -0.14188967645168304, 0.06785401701927185, -0.26322340965270996, -0.19396446645259857, -0.17484670877456665, -0.1364241987466812, -0.01489339955151081, 0.05999326333403587, 0.0349770225584507, 0.013435344211757183, -0.051379866898059845, 0.012028785422444344, 0.03345440700650215, -0.14236213266849518, -0.03840956464409828, -0.022472694516181946, 0.07212205976247787, -0.005123314447700977, -0.04229903221130371, 0.03445105254650116, 0.06391753256320953, 0.1414170116186142, -0.010940725915133953, -0.04265637695789337, 0.11642146855592728, 0.14367762207984924, 0.05054796114563942, 0.02642163634300232, -0.024917645379900932, 0.16998709738254547, -0.06836802512407303, 0.050609737634658813, 0.02737446501851082, -0.10638943314552307, 0.016717253252863884, 0.2378387749195099, 0.07813530415296555, 0.0327545627951622, 0.0004491246654652059, 0.004354477860033512, -0.08598992973566055, -0.2309069037437439, -0.12223204225301743, -0.09887219220399857, 0.17491506040096283, -0.03907793015241623, 0.017418893054127693, 0.11847860366106033, 0.04188990592956543, 0.048289425671100616, -0.005172698758542538, 0.03427136316895485, -0.005665680859237909, -0.0001231861679116264, -0.05716627836227417, 0.02100936695933342, -0.07205905020236969, 0.10633067786693573, 0.1409069299697876, 0.11246956884860992, 0.2506299316883087, 0.07097579538822174, 0.11548726260662079, 0.14382973313331604, 0.06415633857250214, -0.003814712632447481, 0.07046312093734741, 0.012891817837953568, 0.0752783864736557, -0.0326513834297657, -0.09725011140108109, -0.04594966769218445, 0.07634390145540237, 0.1070336401462555, -0.09470648318529129, 0.023203358054161072, 0.013027832843363285, 0.011353611946105957, -0.09290779381990433, 0.15731431543827057, -0.17456962168216705, -0.007899670861661434, 0.08559809625148773, 0.10891404002904892, -0.06220843270421028, 0.07654301822185516, 0.14100411534309387, -0.027667023241519928, 0.010787004604935646, 0.03596140444278717, 0.10708903521299362, -0.02017096057534218, -0.03244490921497345, 0.10908617824316025, -0.05694001168012619, -0.01840016432106495, 0.12142021209001541, -0.1724645495414734, 0.1443081945180893, 0.05725996568799019, -0.04711778834462166, 0.005340110510587692, 0.02166379801928997, 0.008581888861954212, 0.15368492901325226, 0.0985521748661995, 0.04385349527001381, -0.16599836945533752, -0.03027941845357418, -0.11673474311828613, -0.023480402305722237, 0.006595574785023928, -0.03145158290863037, -0.0778636559844017, -0.004772680811583996, 0.0186203271150589, -0.017568714916706085, 0.06339489668607712, -0.12822425365447998, -0.11272524297237396, 0.031030556187033653, 0.10837887227535248, 0.08356276154518127, -0.020615771412849426, -0.023544570431113243, 0.11644580960273743, 0.008457823656499386, 0.07686363160610199, -0.045468904078006744, -0.0846564844250679, -0.028142578899860382, 0.13292646408081055, -0.002109888009727001, 0.05241904780268669, 0.005579200107604265, 0.05005481094121933, -0.020755013450980186, -0.13122400641441345, 0.05964460223913193, -0.10717607289552689, 0.04642535373568535, -0.1374354213476181, 0.15134701132774353, 0.0516863614320755, 0.07342022657394409, 0.0037445686757564545, 0.09543254971504211, -0.06510757654905319, -0.07812804728746414, 0.07770504057407379, 0.027975162491202354, 0.09556493163108826, 0.11686740815639496, -0.02503892593085766, -0.19095124304294586, 0.04114411398768425, -0.05976443737745285, 0.14505206048488617, -0.04903429374098778, -0.078125961124897, 0.23922041058540344, 0.13290050625801086, -0.15434052050113678, -0.31080228090286255, -0.005391766782850027, 0.020327966660261154, -0.016507329419255257, 0.0989694744348526, -0.24174536764621735, 0.10377804934978485, -0.012764988467097282, -0.0713929608464241, 0.03090103529393673, -0.21249842643737793, -0.015729760751128197, 0.06516837328672409, -0.011646050028502941, -0.1106308326125145, -0.10896985232830048, -0.13322745263576508, -0.04676934331655502, -0.21528010070323944, 0.2704789340496063, -0.2685232162475586, -0.007067574188113213, 0.07403820008039474, 0.1057896763086319, -0.006124233361333609, -0.011684892699122429, 0.14780361950397491, 0.09619074314832687, -0.006130916997790337, -0.07411736994981766, -0.01869308389723301, 0.15095429122447968, -0.04666920378804207, 0.10771360993385315, -0.0030754462350159883, 0.021374158561229706, -0.16977612674236298, -0.0074927606619894505, -0.041419729590415955, -0.006953041069209576, -0.07003431022167206, -0.1064673513174057, -0.06402285397052765, 0.03858325630426407, -0.023915790021419525, -0.02244073897600174, 0.1081482544541359, -0.024092745035886765, -0.12960472702980042, 0.10967472195625305, 0.09720329940319061, 0.010967514477670193, -0.1839272528886795, -0.04648136720061302, -0.07808753848075867, 0.03045538067817688, -0.32284289598464966, 0.0785834789276123, 0.021601032465696335, -0.006174503825604916, 0.09746773540973663, 0.011022237129509449, -0.04408483952283859, 0.00818653404712677, 0.11311980336904526, -0.03159283101558685, -0.043239694088697433, -0.047837916761636734, 0.05524478480219841, -0.12313937395811081, 0.0024876424577087164, 0.03217875584959984, 0.03963985666632652, -0.025521941483020782, -0.0037161095533519983, 0.11461558192968369, -0.12484748661518097, 0.058727115392684937, 0.15545551478862762, 0.02022787556052208, -0.11992138624191284, 0.09793049842119217, 0.10262944549322128, -0.006713434122502804, -0.00807320885360241, 0.014705289155244827, -0.07138963788747787, -0.07611524313688278, 0.10968166589736938, 0.08577755093574524, 0.00964259821921587, -0.1583057940006256, 0.09431967884302139, -0.03127308189868927, 0.0023763226345181465, -0.07181420177221298, 0.034699078649282455, 0.06334684789180756, 0.00781863834708929, -0.058140963315963745, 0.007723626680672169, 0.1908162236213684, -0.06525745242834091, 0.007698936387896538, -0.09428618103265762, -0.08051788061857224, -0.014875369146466255, 0.08406993746757507, -0.04404270648956299, -0.03344187140464783, -0.0413418710231781, 0.06123813986778259, -0.10683870315551758, 0.07279244810342789, -0.11840555816888809, -0.026741424575448036, -0.0038856160826981068, -0.009284957312047482, -0.04222879931330681, 0.04570414870977402, -0.061720509082078934, 0.0008973681251518428, -0.02751709334552288, 0.11210165917873383, -0.1611247956752777, -0.03991452977061272, 0.11295796185731888, 0.031962811946868896, 0.06400685757398605, 0.023760316893458366, -0.03686675429344177, 0.013873600400984287, -0.11276090145111084, -0.07291329652070999, 0.02392483688890934, 0.029741419479250908, 0.010454379953444004, -0.10630437731742859, -0.0459284633398056, 0.07090798765420914, -0.013079949654638767, -0.0017143511213362217, -0.01741008833050728, -0.08205829560756683, -0.00656796945258975, -0.0765223577618599, -0.10523642599582672, -0.027365855872631073, 0.06380468606948853, 0.0492175817489624, 0.04412056878209114, 0.08714772760868073, 0.017959272488951683, 0.05155510827898979, -0.06002843379974365, 0.0277651809155941, -0.005598148796707392, -0.027720915153622627, -0.19853588938713074, -0.06665346771478653, -0.020264767110347748, -0.10449399799108505, 0.1942911297082901, 0.15624508261680603, -0.0665866956114769, -0.022840451449155807, 0.15189862251281738, 0.0788571685552597, 0.06913655251264572, 0.2568960189819336, -0.026428325101733208, -0.017039088532328606, -0.012874252162873745, 0.08145911246538162, 0.004233890678733587, 0.0910845622420311, 0.04694335535168648, 0.05479498952627182, 0.24593771994113922, -0.04788878560066223, 0.015140576288104057, -0.08373446762561798, -0.1217186376452446, 0.03114628978073597, 0.10985580831766129, 0.0591634139418602, 0.047263212502002716, 0.06840652227401733, 0.029061684384942055, -0.15197239816188812, 0.1223524734377861, -0.04254322499036789, -0.11609826982021332, -0.10857519507408142, -0.1591312438249588, -0.054173778742551804, -0.152985617518425, -0.055275868624448776, -0.14570848643779755, 0.000014053237464395352, 0.10011225938796997, -0.03768012300133705, -0.060762934386730194, 0.013749821111559868, -0.0813693031668663, -0.08025792241096497, -0.08278759568929672, -0.039016567170619965, 0.000033816599170677364, -0.023090872913599014, 0.03550929203629494, 0.05210744962096214, 0.01905238814651966, 0.05497276037931442, 0.010406085290014744, 0.06516076624393463, 0.046063657850027084, -0.14505650103092194, -0.03620603680610657, -0.0015042228624224663, -0.05000673606991768, -0.02227657660841942, 0.10053366422653198, 0.06556794047355652, -0.035315725952386856, 0.12574830651283264, 0.20113161206245422, 0.008195674046874046, -0.09671211242675781, -0.12870211899280548, -0.027787204831838608, -0.07560776174068451, 0.04508577287197113, 0.04062135890126228, -0.10705915838479996, -0.04308933764696121, 0.04103144258260727, 0.30668628215789795, -0.005238786339759827, -0.057188648730516434, 0.013811311684548855, -0.0065573775209486485, -0.011708393692970276, 0.04111907258629799, 0.010444373823702335, 0.19210359454154968, 0.010990848764777184, 0.002913496922701597, -0.05627848580479622, -0.021254844963550568, -0.05926256999373436, -0.0533287338912487, 0.03801388293504715, -0.11976921558380127, -0.026643581688404083, 0.18983526527881622, -0.1580207645893097, 0.0061305793933570385, -0.08149921149015427, -0.030716324225068092, -0.08169681578874588, -0.054735589772462845, 0.17463262379169464, 0.08376117795705795, -0.10681125521659851, -0.012607662007212639, 0.00788760744035244, 0.1759827882051468, -0.012874268926680088, -0.17586016654968262, 0.0028757338877767324, 0.0822744220495224, -0.1188310906291008, 0.13658861815929413, -0.001139358733780682, 0.11119107902050018, -0.021867232397198677, 0.03398611396551132, -0.0915127545595169, 0.017487958073616028, 0.07311790436506271, 0.07667973637580872, -0.028039313852787018, 0.0696895569562912, -0.044852156192064285, 0.12012048810720444, 0.07760109007358551, 0.03367747738957405, -0.04767272248864174, 0.0010029702680185437, -0.04417999088764191, -0.07468603551387787, -0.007150761317461729, -0.15264374017715454, 0.06729738414287567, -0.056962817907333374, -0.03250686079263687, -0.03619323670864105, -0.049069780856370926, 0.05372600629925728, 0.02184893935918808, -0.0029465125408023596, -0.014069764874875546, 0.09824459999799728, -0.08191757649183273, 0.023068862035870552, 0.06521822512149811, -0.1545073539018631, 0.052069567143917084, 0.018357403576374054, -0.019787423312664032, 0.002972770482301712, 0.04875576123595238, 0.07745132595300674, -0.05699870362877846, -0.08096615970134735, 0.006470007821917534, 0.043653421103954315, 0.011933766305446625, -0.0470825619995594, -0.06549250334501266 ]
36789386a374c15c303b893fb0cdbf515ab13eec
# Dataset Card for Evaluation run of aloobun/Reyna-Mini-1.8B-v0.2 <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [aloobun/Reyna-Mini-1.8B-v0.2](https://huggingface.co/aloobun/Reyna-Mini-1.8B-v0.2) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_aloobun__Reyna-Mini-1.8B-v0.2", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-02-16T14:08:02.040553](https://huggingface.co/datasets/open-llm-leaderboard/details_aloobun__Reyna-Mini-1.8B-v0.2/blob/main/results_2024-02-16T14-08-02.040553.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": { "acc": 0.44626133629619946, "acc_stderr": 0.034425038440545834, "acc_norm": 0.4487075344673435, "acc_norm_stderr": 0.03514635225565978, "mc1": 0.2582619339045288, "mc1_stderr": 0.015321821688476196, "mc2": 0.4123912546191622, "mc2_stderr": 0.013946155781929979 }, "harness|arc:challenge|25": { "acc": 0.34044368600682595, "acc_stderr": 0.01384746051889298, "acc_norm": 0.3660409556313993, "acc_norm_stderr": 0.014077223108470144 }, "harness|hellaswag|10": { "acc": 0.44692292372037445, "acc_stderr": 0.004961587574275628, "acc_norm": 0.6018721370244972, "acc_norm_stderr": 0.00488511646555027 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.32, "acc_stderr": 0.046882617226215034, "acc_norm": 0.32, "acc_norm_stderr": 0.046882617226215034 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.3851851851851852, "acc_stderr": 0.042039210401562783, "acc_norm": 0.3851851851851852, "acc_norm_stderr": 0.042039210401562783 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.4342105263157895, "acc_stderr": 0.04033565667848319, "acc_norm": 0.4342105263157895, "acc_norm_stderr": 0.04033565667848319 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.53, "acc_stderr": 0.050161355804659205, "acc_norm": 0.53, "acc_norm_stderr": 0.050161355804659205 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.47547169811320755, "acc_stderr": 0.030735822206205608, "acc_norm": 0.47547169811320755, "acc_norm_stderr": 0.030735822206205608 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.4097222222222222, "acc_stderr": 0.04112490974670787, "acc_norm": 0.4097222222222222, "acc_norm_stderr": 0.04112490974670787 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.28, "acc_stderr": 0.04512608598542126, "acc_norm": 0.28, "acc_norm_stderr": 0.04512608598542126 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.41, "acc_stderr": 0.04943110704237103, "acc_norm": 0.41, "acc_norm_stderr": 0.04943110704237103 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.34, "acc_stderr": 0.04760952285695235, "acc_norm": 0.34, "acc_norm_stderr": 0.04760952285695235 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.43352601156069365, "acc_stderr": 0.037786210790920545, "acc_norm": 0.43352601156069365, "acc_norm_stderr": 0.037786210790920545 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.22549019607843138, "acc_stderr": 0.041583075330832865, "acc_norm": 0.22549019607843138, "acc_norm_stderr": 0.041583075330832865 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.59, "acc_stderr": 0.04943110704237102, "acc_norm": 0.59, "acc_norm_stderr": 0.04943110704237102 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.43829787234042555, "acc_stderr": 0.032436186361081004, "acc_norm": 0.43829787234042555, "acc_norm_stderr": 0.032436186361081004 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.2543859649122807, "acc_stderr": 0.040969851398436716, "acc_norm": 0.2543859649122807, "acc_norm_stderr": 0.040969851398436716 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.46206896551724136, "acc_stderr": 0.041546596717075474, "acc_norm": 0.46206896551724136, "acc_norm_stderr": 0.041546596717075474 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.34656084656084657, "acc_stderr": 0.024508777521028417, "acc_norm": 0.34656084656084657, "acc_norm_stderr": 0.024508777521028417 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.2222222222222222, "acc_stderr": 0.03718489006818115, "acc_norm": 0.2222222222222222, "acc_norm_stderr": 0.03718489006818115 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.34, "acc_stderr": 0.04760952285695236, "acc_norm": 0.34, "acc_norm_stderr": 0.04760952285695236 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.47096774193548385, "acc_stderr": 0.028396016402761, "acc_norm": 0.47096774193548385, "acc_norm_stderr": 0.028396016402761 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.3497536945812808, "acc_stderr": 0.033554009049695646, "acc_norm": 0.3497536945812808, "acc_norm_stderr": 0.033554009049695646 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.48, "acc_stderr": 0.050211673156867795, "acc_norm": 0.48, "acc_norm_stderr": 0.050211673156867795 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.6121212121212121, "acc_stderr": 0.03804913653971012, "acc_norm": 0.6121212121212121, "acc_norm_stderr": 0.03804913653971012 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.5555555555555556, "acc_stderr": 0.035402943770953675, "acc_norm": 0.5555555555555556, "acc_norm_stderr": 0.035402943770953675 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.538860103626943, "acc_stderr": 0.035975244117345775, "acc_norm": 0.538860103626943, "acc_norm_stderr": 0.035975244117345775 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.33589743589743587, "acc_stderr": 0.023946724741563976, "acc_norm": 0.33589743589743587, "acc_norm_stderr": 0.023946724741563976 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.3111111111111111, "acc_stderr": 0.028226446749683515, "acc_norm": 0.3111111111111111, "acc_norm_stderr": 0.028226446749683515 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.4117647058823529, "acc_stderr": 0.03196876989195778, "acc_norm": 0.4117647058823529, "acc_norm_stderr": 0.03196876989195778 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.2251655629139073, "acc_stderr": 0.03410435282008937, "acc_norm": 0.2251655629139073, "acc_norm_stderr": 0.03410435282008937 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.5596330275229358, "acc_stderr": 0.02128431062376155, "acc_norm": 0.5596330275229358, "acc_norm_stderr": 0.02128431062376155 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.2777777777777778, "acc_stderr": 0.030546745264953178, "acc_norm": 0.2777777777777778, "acc_norm_stderr": 0.030546745264953178 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.43137254901960786, "acc_stderr": 0.03476099060501636, "acc_norm": 0.43137254901960786, "acc_norm_stderr": 0.03476099060501636 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.5991561181434599, "acc_stderr": 0.031900803894732356, "acc_norm": 0.5991561181434599, "acc_norm_stderr": 0.031900803894732356 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.5112107623318386, "acc_stderr": 0.033549366530984746, "acc_norm": 0.5112107623318386, "acc_norm_stderr": 0.033549366530984746 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.5190839694656488, "acc_stderr": 0.04382094705550988, "acc_norm": 0.5190839694656488, "acc_norm_stderr": 0.04382094705550988 }, "harness|hendrycksTest-international_law|5": { "acc": 0.6611570247933884, "acc_stderr": 0.043207678075366705, "acc_norm": 0.6611570247933884, "acc_norm_stderr": 0.043207678075366705 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.5, "acc_stderr": 0.04833682445228318, "acc_norm": 0.5, "acc_norm_stderr": 0.04833682445228318 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.4110429447852761, "acc_stderr": 0.038656978537853624, "acc_norm": 0.4110429447852761, "acc_norm_stderr": 0.038656978537853624 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.4375, "acc_stderr": 0.04708567521880525, "acc_norm": 0.4375, "acc_norm_stderr": 0.04708567521880525 }, "harness|hendrycksTest-management|5": { "acc": 0.6504854368932039, "acc_stderr": 0.047211885060971716, "acc_norm": 0.6504854368932039, "acc_norm_stderr": 0.047211885060971716 }, "harness|hendrycksTest-marketing|5": { "acc": 0.7307692307692307, "acc_stderr": 0.029058588303748845, "acc_norm": 0.7307692307692307, "acc_norm_stderr": 0.029058588303748845 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.52, "acc_stderr": 0.05021167315686779, "acc_norm": 0.52, "acc_norm_stderr": 0.05021167315686779 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.5900383141762452, "acc_stderr": 0.017587672312336048, "acc_norm": 0.5900383141762452, "acc_norm_stderr": 0.017587672312336048 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.5289017341040463, "acc_stderr": 0.02687408588351835, "acc_norm": 0.5289017341040463, "acc_norm_stderr": 0.02687408588351835 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.24692737430167597, "acc_stderr": 0.01442229220480884, "acc_norm": 0.24692737430167597, "acc_norm_stderr": 0.01442229220480884 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.5588235294117647, "acc_stderr": 0.02843109544417664, "acc_norm": 0.5588235294117647, "acc_norm_stderr": 0.02843109544417664 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.43086816720257237, "acc_stderr": 0.028125340983972714, "acc_norm": 0.43086816720257237, "acc_norm_stderr": 0.028125340983972714 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.4722222222222222, "acc_stderr": 0.027777777777777804, "acc_norm": 0.4722222222222222, "acc_norm_stderr": 0.027777777777777804 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.3333333333333333, "acc_stderr": 0.028121636040639882, "acc_norm": 0.3333333333333333, "acc_norm_stderr": 0.028121636040639882 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.3468057366362451, "acc_stderr": 0.012156071332318713, "acc_norm": 0.3468057366362451, "acc_norm_stderr": 0.012156071332318713 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.3272058823529412, "acc_stderr": 0.02850145286039655, "acc_norm": 0.3272058823529412, "acc_norm_stderr": 0.02850145286039655 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.42483660130718953, "acc_stderr": 0.019997973035458336, "acc_norm": 0.42483660130718953, "acc_norm_stderr": 0.019997973035458336 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.5818181818181818, "acc_stderr": 0.04724577405731572, "acc_norm": 0.5818181818181818, "acc_norm_stderr": 0.04724577405731572 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.42448979591836733, "acc_stderr": 0.031642094879429414, "acc_norm": 0.42448979591836733, "acc_norm_stderr": 0.031642094879429414 }, "harness|hendrycksTest-sociology|5": { "acc": 0.5970149253731343, "acc_stderr": 0.034683432951111266, "acc_norm": 0.5970149253731343, "acc_norm_stderr": 0.034683432951111266 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.68, "acc_stderr": 0.046882617226215034, "acc_norm": 0.68, "acc_norm_stderr": 0.046882617226215034 }, "harness|hendrycksTest-virology|5": { "acc": 0.4036144578313253, "acc_stderr": 0.038194861407583984, "acc_norm": 0.4036144578313253, "acc_norm_stderr": 0.038194861407583984 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.5614035087719298, "acc_stderr": 0.038057975055904594, "acc_norm": 0.5614035087719298, "acc_norm_stderr": 0.038057975055904594 }, "harness|truthfulqa:mc|0": { "mc1": 0.2582619339045288, "mc1_stderr": 0.015321821688476196, "mc2": 0.4123912546191622, "mc2_stderr": 0.013946155781929979 }, "harness|winogrande|5": { "acc": 0.6156274664561957, "acc_stderr": 0.013671567600836196 }, "harness|gsm8k|5": { "acc": 0.31311599696739956, "acc_stderr": 0.01277428566938509 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_aloobun__Reyna-Mini-1.8B-v0.2
[ "region:us" ]
2024-02-16T14:10:07+00:00
{"pretty_name": "Evaluation run of aloobun/Reyna-Mini-1.8B-v0.2", "dataset_summary": "Dataset automatically created during the evaluation run of model [aloobun/Reyna-Mini-1.8B-v0.2](https://huggingface.co/aloobun/Reyna-Mini-1.8B-v0.2) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_aloobun__Reyna-Mini-1.8B-v0.2\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-02-16T14:08:02.040553](https://huggingface.co/datasets/open-llm-leaderboard/details_aloobun__Reyna-Mini-1.8B-v0.2/blob/main/results_2024-02-16T14-08-02.040553.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 \"acc\": 0.44626133629619946,\n \"acc_stderr\": 0.034425038440545834,\n \"acc_norm\": 0.4487075344673435,\n \"acc_norm_stderr\": 0.03514635225565978,\n \"mc1\": 0.2582619339045288,\n \"mc1_stderr\": 0.015321821688476196,\n \"mc2\": 0.4123912546191622,\n \"mc2_stderr\": 0.013946155781929979\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.34044368600682595,\n \"acc_stderr\": 0.01384746051889298,\n \"acc_norm\": 0.3660409556313993,\n \"acc_norm_stderr\": 0.014077223108470144\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.44692292372037445,\n \"acc_stderr\": 0.004961587574275628,\n \"acc_norm\": 0.6018721370244972,\n \"acc_norm_stderr\": 0.00488511646555027\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.32,\n \"acc_stderr\": 0.046882617226215034,\n \"acc_norm\": 0.32,\n \"acc_norm_stderr\": 0.046882617226215034\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.3851851851851852,\n \"acc_stderr\": 0.042039210401562783,\n \"acc_norm\": 0.3851851851851852,\n \"acc_norm_stderr\": 0.042039210401562783\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.4342105263157895,\n \"acc_stderr\": 0.04033565667848319,\n \"acc_norm\": 0.4342105263157895,\n \"acc_norm_stderr\": 0.04033565667848319\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.53,\n \"acc_stderr\": 0.050161355804659205,\n \"acc_norm\": 0.53,\n \"acc_norm_stderr\": 0.050161355804659205\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.47547169811320755,\n \"acc_stderr\": 0.030735822206205608,\n \"acc_norm\": 0.47547169811320755,\n \"acc_norm_stderr\": 0.030735822206205608\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.4097222222222222,\n \"acc_stderr\": 0.04112490974670787,\n \"acc_norm\": 0.4097222222222222,\n \"acc_norm_stderr\": 0.04112490974670787\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.28,\n \"acc_stderr\": 0.04512608598542126,\n \"acc_norm\": 0.28,\n \"acc_norm_stderr\": 0.04512608598542126\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.41,\n \"acc_stderr\": 0.04943110704237103,\n \"acc_norm\": 0.41,\n \"acc_norm_stderr\": 0.04943110704237103\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.34,\n \"acc_stderr\": 0.04760952285695235,\n \"acc_norm\": 0.34,\n \"acc_norm_stderr\": 0.04760952285695235\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.43352601156069365,\n \"acc_stderr\": 0.037786210790920545,\n \"acc_norm\": 0.43352601156069365,\n \"acc_norm_stderr\": 0.037786210790920545\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.22549019607843138,\n \"acc_stderr\": 0.041583075330832865,\n \"acc_norm\": 0.22549019607843138,\n \"acc_norm_stderr\": 0.041583075330832865\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.59,\n \"acc_stderr\": 0.04943110704237102,\n \"acc_norm\": 0.59,\n \"acc_norm_stderr\": 0.04943110704237102\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.43829787234042555,\n \"acc_stderr\": 0.032436186361081004,\n \"acc_norm\": 0.43829787234042555,\n \"acc_norm_stderr\": 0.032436186361081004\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.2543859649122807,\n \"acc_stderr\": 0.040969851398436716,\n \"acc_norm\": 0.2543859649122807,\n \"acc_norm_stderr\": 0.040969851398436716\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.46206896551724136,\n \"acc_stderr\": 0.041546596717075474,\n \"acc_norm\": 0.46206896551724136,\n \"acc_norm_stderr\": 0.041546596717075474\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.34656084656084657,\n \"acc_stderr\": 0.024508777521028417,\n \"acc_norm\": 0.34656084656084657,\n \"acc_norm_stderr\": 0.024508777521028417\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.2222222222222222,\n \"acc_stderr\": 0.03718489006818115,\n \"acc_norm\": 0.2222222222222222,\n \"acc_norm_stderr\": 0.03718489006818115\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.34,\n \"acc_stderr\": 0.04760952285695236,\n \"acc_norm\": 0.34,\n \"acc_norm_stderr\": 0.04760952285695236\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.47096774193548385,\n \"acc_stderr\": 0.028396016402761,\n \"acc_norm\": 0.47096774193548385,\n \"acc_norm_stderr\": 0.028396016402761\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.3497536945812808,\n \"acc_stderr\": 0.033554009049695646,\n \"acc_norm\": 0.3497536945812808,\n \"acc_norm_stderr\": 0.033554009049695646\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.48,\n \"acc_stderr\": 0.050211673156867795,\n \"acc_norm\": 0.48,\n \"acc_norm_stderr\": 0.050211673156867795\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.6121212121212121,\n \"acc_stderr\": 0.03804913653971012,\n \"acc_norm\": 0.6121212121212121,\n \"acc_norm_stderr\": 0.03804913653971012\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.5555555555555556,\n \"acc_stderr\": 0.035402943770953675,\n \"acc_norm\": 0.5555555555555556,\n \"acc_norm_stderr\": 0.035402943770953675\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.538860103626943,\n \"acc_stderr\": 0.035975244117345775,\n \"acc_norm\": 0.538860103626943,\n \"acc_norm_stderr\": 0.035975244117345775\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.33589743589743587,\n \"acc_stderr\": 0.023946724741563976,\n \"acc_norm\": 0.33589743589743587,\n \"acc_norm_stderr\": 0.023946724741563976\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.3111111111111111,\n \"acc_stderr\": 0.028226446749683515,\n \"acc_norm\": 0.3111111111111111,\n \"acc_norm_stderr\": 0.028226446749683515\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.4117647058823529,\n \"acc_stderr\": 0.03196876989195778,\n \"acc_norm\": 0.4117647058823529,\n \"acc_norm_stderr\": 0.03196876989195778\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.2251655629139073,\n \"acc_stderr\": 0.03410435282008937,\n \"acc_norm\": 0.2251655629139073,\n \"acc_norm_stderr\": 0.03410435282008937\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.5596330275229358,\n \"acc_stderr\": 0.02128431062376155,\n \"acc_norm\": 0.5596330275229358,\n \"acc_norm_stderr\": 0.02128431062376155\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.2777777777777778,\n \"acc_stderr\": 0.030546745264953178,\n \"acc_norm\": 0.2777777777777778,\n \"acc_norm_stderr\": 0.030546745264953178\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.43137254901960786,\n \"acc_stderr\": 0.03476099060501636,\n \"acc_norm\": 0.43137254901960786,\n \"acc_norm_stderr\": 0.03476099060501636\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.5991561181434599,\n \"acc_stderr\": 0.031900803894732356,\n \"acc_norm\": 0.5991561181434599,\n \"acc_norm_stderr\": 0.031900803894732356\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.5112107623318386,\n \"acc_stderr\": 0.033549366530984746,\n \"acc_norm\": 0.5112107623318386,\n \"acc_norm_stderr\": 0.033549366530984746\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.5190839694656488,\n \"acc_stderr\": 0.04382094705550988,\n \"acc_norm\": 0.5190839694656488,\n \"acc_norm_stderr\": 0.04382094705550988\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.6611570247933884,\n \"acc_stderr\": 0.043207678075366705,\n \"acc_norm\": 0.6611570247933884,\n \"acc_norm_stderr\": 0.043207678075366705\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.5,\n \"acc_stderr\": 0.04833682445228318,\n \"acc_norm\": 0.5,\n \"acc_norm_stderr\": 0.04833682445228318\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.4110429447852761,\n \"acc_stderr\": 0.038656978537853624,\n \"acc_norm\": 0.4110429447852761,\n \"acc_norm_stderr\": 0.038656978537853624\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.4375,\n \"acc_stderr\": 0.04708567521880525,\n \"acc_norm\": 0.4375,\n \"acc_norm_stderr\": 0.04708567521880525\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.6504854368932039,\n \"acc_stderr\": 0.047211885060971716,\n \"acc_norm\": 0.6504854368932039,\n \"acc_norm_stderr\": 0.047211885060971716\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.7307692307692307,\n \"acc_stderr\": 0.029058588303748845,\n \"acc_norm\": 0.7307692307692307,\n \"acc_norm_stderr\": 0.029058588303748845\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.52,\n \"acc_stderr\": 0.05021167315686779,\n \"acc_norm\": 0.52,\n \"acc_norm_stderr\": 0.05021167315686779\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.5900383141762452,\n \"acc_stderr\": 0.017587672312336048,\n \"acc_norm\": 0.5900383141762452,\n \"acc_norm_stderr\": 0.017587672312336048\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.5289017341040463,\n \"acc_stderr\": 0.02687408588351835,\n \"acc_norm\": 0.5289017341040463,\n \"acc_norm_stderr\": 0.02687408588351835\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.24692737430167597,\n \"acc_stderr\": 0.01442229220480884,\n \"acc_norm\": 0.24692737430167597,\n \"acc_norm_stderr\": 0.01442229220480884\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.5588235294117647,\n \"acc_stderr\": 0.02843109544417664,\n \"acc_norm\": 0.5588235294117647,\n \"acc_norm_stderr\": 0.02843109544417664\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.43086816720257237,\n \"acc_stderr\": 0.028125340983972714,\n \"acc_norm\": 0.43086816720257237,\n \"acc_norm_stderr\": 0.028125340983972714\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.4722222222222222,\n \"acc_stderr\": 0.027777777777777804,\n \"acc_norm\": 0.4722222222222222,\n \"acc_norm_stderr\": 0.027777777777777804\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.3333333333333333,\n \"acc_stderr\": 0.028121636040639882,\n \"acc_norm\": 0.3333333333333333,\n \"acc_norm_stderr\": 0.028121636040639882\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.3468057366362451,\n \"acc_stderr\": 0.012156071332318713,\n \"acc_norm\": 0.3468057366362451,\n \"acc_norm_stderr\": 0.012156071332318713\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.3272058823529412,\n \"acc_stderr\": 0.02850145286039655,\n \"acc_norm\": 0.3272058823529412,\n \"acc_norm_stderr\": 0.02850145286039655\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.42483660130718953,\n \"acc_stderr\": 0.019997973035458336,\n \"acc_norm\": 0.42483660130718953,\n \"acc_norm_stderr\": 0.019997973035458336\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.5818181818181818,\n \"acc_stderr\": 0.04724577405731572,\n \"acc_norm\": 0.5818181818181818,\n \"acc_norm_stderr\": 0.04724577405731572\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.42448979591836733,\n \"acc_stderr\": 0.031642094879429414,\n \"acc_norm\": 0.42448979591836733,\n \"acc_norm_stderr\": 0.031642094879429414\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.5970149253731343,\n \"acc_stderr\": 0.034683432951111266,\n \"acc_norm\": 0.5970149253731343,\n \"acc_norm_stderr\": 0.034683432951111266\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.68,\n \"acc_stderr\": 0.046882617226215034,\n \"acc_norm\": 0.68,\n \"acc_norm_stderr\": 0.046882617226215034\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4036144578313253,\n \"acc_stderr\": 0.038194861407583984,\n \"acc_norm\": 0.4036144578313253,\n \"acc_norm_stderr\": 0.038194861407583984\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.5614035087719298,\n \"acc_stderr\": 0.038057975055904594,\n \"acc_norm\": 0.5614035087719298,\n \"acc_norm_stderr\": 0.038057975055904594\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.2582619339045288,\n \"mc1_stderr\": 0.015321821688476196,\n \"mc2\": 0.4123912546191622,\n \"mc2_stderr\": 0.013946155781929979\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.6156274664561957,\n \"acc_stderr\": 0.013671567600836196\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.31311599696739956,\n \"acc_stderr\": 0.01277428566938509\n }\n}\n```", "repo_url": "https://huggingface.co/aloobun/Reyna-Mini-1.8B-v0.2", "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": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-08-02.040553.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["**/details_harness|winogrande|5_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-02-16T14-08-02.040553.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_02_16T14_08_02.040553", "path": ["results_2024-02-16T14-08-02.040553.parquet"]}, {"split": "latest", "path": ["results_2024-02-16T14-08-02.040553.parquet"]}]}]}
2024-02-16T14:10:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of aloobun/Reyna-Mini-1.8B-v0.2 Dataset automatically created during the evaluation run of model aloobun/Reyna-Mini-1.8B-v0.2 on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-02-16T14:08:02.040553(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of aloobun/Reyna-Mini-1.8B-v0.2\n\n\n\nDataset automatically created during the evaluation run of model aloobun/Reyna-Mini-1.8B-v0.2 on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T14:08:02.040553(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of aloobun/Reyna-Mini-1.8B-v0.2\n\n\n\nDataset automatically created during the evaluation run of model aloobun/Reyna-Mini-1.8B-v0.2 on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T14:08:02.040553(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 189, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of aloobun/Reyna-Mini-1.8B-v0.2\n\n\n\nDataset automatically created during the evaluation run of model aloobun/Reyna-Mini-1.8B-v0.2 on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-02-16T14:08:02.040553(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]" ]
[ -0.04635313153266907, 0.1969253569841385, -0.00485940370708704, 0.042068470269441605, 0.09078506380319595, -0.013513396494090557, 0.034669455140829086, 0.10657418519258499, -0.0025998023338615894, 0.17777062952518463, -0.019455688074231148, 0.10252515226602554, 0.06406798958778381, 0.1308705061674118, 0.012580888345837593, -0.15092240273952484, 0.024046555161476135, -0.08777476102113724, 0.07075483351945877, 0.07929468899965286, 0.07750755548477173, -0.08704514801502228, 0.06899303197860718, -0.029968738555908203, 0.02322665974497795, -0.015954509377479553, -0.08363018184900284, -0.03560817986726761, 0.09825193136930466, 0.11454515904188156, 0.03592514246702194, -0.01068175956606865, 0.0192860160022974, -0.257802277803421, 0.014210565946996212, 0.10074833035469055, -0.006991603411734104, 0.03692598268389702, 0.13160987198352814, -0.07944563776254654, 0.08615279942750931, -0.03825428709387779, 0.07011695206165314, 0.05834983289241791, -0.11776311695575714, -0.14168614149093628, -0.1425972878932953, -0.01101104449480772, 0.06695174425840378, 0.035864055156707764, -0.022414525970816612, 0.15286876261234283, -0.046978168189525604, 0.04962104931473732, 0.13569441437721252, -0.1136278435587883, -0.0239124596118927, 0.06979281455278397, 0.015545976348221302, 0.06799177825450897, -0.07515367865562439, -0.010569551959633827, 0.0364089272916317, 0.0559295229613781, 0.025826701894402504, 0.005857406184077263, -0.03561869263648987, 0.016062574461102486, -0.15093348920345306, -0.13107898831367493, 0.15942704677581787, 0.012301916256546974, -0.04044904559850693, -0.18596632778644562, -0.02286274917423725, 0.017633123323321342, 0.007353622000664473, -0.03191879391670227, -0.0003383958537597209, -0.025568515062332153, 0.08886900544166565, -0.01576225459575653, -0.09827116131782532, -0.025785386562347412, 0.0007806654903106391, 0.06750337779521942, 0.022812679409980774, -0.0092408936470747, 0.008075970225036144, 0.1098303347826004, -0.0010094954632222652, -0.07042254507541656, -0.07235495746135712, -0.0642046183347702, -0.10394924134016037, -0.04086797684431076, 0.009641997516155243, -0.07912617176771164, 0.04176007956266403, 0.2342081218957901, -0.019837236031889915, 0.023931214585900307, -0.10008363425731659, 0.019222281873226166, 0.12526491284370422, 0.04762735962867737, -0.07649056613445282, -0.042286377400159836, -0.022443020716309547, 0.027312960475683212, 0.04016929864883423, -0.01987314596772194, 0.00801916141062975, 0.07261740416288376, 0.027933282777667046, 0.11304975301027298, 0.1267944574356079, 0.04309186339378357, -0.0720570757985115, -0.026813119649887085, 0.23895396292209625, -0.13893790543079376, -0.02447507530450821, 0.016258547082543373, -0.04747522994875908, -0.12117688357830048, 0.0906156525015831, 0.00516723096370697, -0.046489596366882324, 0.13270989060401917, -0.034549061208963394, -0.08628971129655838, -0.07564689218997955, -0.06408414244651794, 0.051366083323955536, 0.013875676319003105, -0.038809482008218765, -0.10205163806676865, -0.07335131615400314, -0.08229949325323105, 0.03700427711009979, -0.061849791556596756, -0.02902035415172577, 0.024026116356253624, -0.010375618003308773, -0.01944483444094658, -0.01843995414674282, 0.09673300385475159, -0.059759773313999176, 0.029825732111930847, 0.005520855542272329, 0.02420683577656746, 0.08938159048557281, 0.04502419754862785, -0.11480376124382019, 0.0873151421546936, -0.13181275129318237, 0.08839622139930725, -0.11002866178750992, -0.005116325803101063, -0.13897885382175446, -0.017500486224889755, -0.015224732458591461, 0.0305269043892622, -0.012656129896640778, 0.08985140919685364, -0.20629236102104187, 0.007409950718283653, 0.1384502351284027, -0.11126715689897537, -0.10266002267599106, 0.087130106985569, -0.04027215763926506, 0.06245134770870209, 0.04351717233657837, 0.10776766389608383, 0.11707893013954163, -0.06758014857769012, -0.09702923148870468, -0.07858561724424362, -0.03215009719133377, 0.15039122104644775, 0.07208077609539032, -0.0741439014673233, 0.1094321459531784, 0.04497421532869339, -0.0008072921773418784, -0.08839660882949829, -0.009009093977510929, -0.06454348564147949, -0.012292230501770973, -0.06912203878164291, -0.0601685531437397, -0.0073609198443591595, -0.08002028614282608, -0.009282694198191166, -0.08333320170640945, -0.00466666417196393, 0.09667974710464478, -0.026942845433950424, 0.015216180123388767, -0.06964562088251114, 0.05079016461968422, 0.009852957911789417, 0.017096485942602158, -0.21716094017028809, -0.09707476198673248, 0.027564762160182, -0.16399317979812622, 0.034980516880750656, 0.04501336067914963, 0.012494395487010479, 0.04608311876654625, -0.006254598032683134, 0.032276421785354614, 0.029291091486811638, -0.008700274862349033, -0.01418644655495882, -0.14480549097061157, -0.06176405027508736, -0.08416814357042313, 0.06773760914802551, -0.14855535328388214, -0.01631506159901619, 0.07214029878377914, 0.16286101937294006, 0.018559232354164124, -0.07867518067359924, 0.07236912101507187, 0.011619425378739834, -0.0445568785071373, -0.05472048372030258, 0.00852653943002224, -0.02244947850704193, 0.03267699107527733, 0.03962984308600426, -0.2046000212430954, -0.12659122049808502, 0.07402317225933075, 0.10998830944299698, -0.05810146406292915, -0.09217963367700577, -0.07497113198041916, -0.06515815109014511, -0.08452097326517105, -0.05776873975992203, 0.06959661096334457, 0.08394692093133926, 0.0519111305475235, -0.06109342724084854, -0.057466618716716766, 0.017348067834973335, 0.052072495222091675, -0.07008234411478043, 0.10705569386482239, 0.08203033357858658, -0.07175658643245697, 0.09503298252820969, -0.029345707967877388, 0.10323120653629303, 0.05581335350871086, 0.039294179528951645, -0.09380866587162018, 0.007564478553831577, 0.052756115794181824, 0.05140335112810135, 0.06765156239271164, -0.03202139586210251, 0.03240068629384041, 0.08252040296792984, 0.0038540964014828205, 0.03914223983883858, -0.05457122623920441, 0.03301499783992767, 0.043208807706832886, 0.004292868077754974, 0.03795787692070007, 0.016522489488124847, -0.0028833188116550446, 0.07140707969665527, 0.03283962234854698, 0.08807925879955292, -0.019116604700684547, -0.0552000030875206, -0.09998422116041183, 0.14092771708965302, -0.07246261090040207, -0.2772149443626404, -0.14801184833049774, -0.04821065068244934, -0.046515483409166336, -0.013838257640600204, 0.0752062126994133, -0.006174483336508274, -0.10672394931316376, -0.11133347451686859, 0.041015151888132095, 0.01760401576757431, -0.12064169347286224, -0.06421331316232681, 0.06813648343086243, 0.007200441788882017, -0.16447438299655914, 0.040130581706762314, 0.05191678926348686, -0.058201663196086884, 0.00479332497343421, 0.08379772305488586, 0.12543387711048126, 0.07284567505121231, 0.06827278435230255, -0.024828707799315453, -0.013957465067505836, 0.17765000462532043, -0.10095587372779846, 0.02046697773039341, 0.11524611711502075, -0.055963002145290375, 0.06868782639503479, 0.17923928797245026, 0.012972722761332989, -0.10191529989242554, 0.05851592496037483, 0.09001943469047546, -0.07144748419523239, -0.23802098631858826, -0.11959173530340195, -0.02008669450879097, 0.017464207485318184, 0.11756476759910583, 0.06307124346494675, 0.004314854275435209, 0.01653691567480564, -0.12099422514438629, -0.0215547326952219, -0.05316198989748955, 0.07234533876180649, 0.060050543397665024, -0.008098029531538486, 0.04688073322176933, -0.03838880732655525, 0.021624671295285225, 0.12096519023180008, 0.036677129566669464, 0.1548210233449936, -0.04350179061293602, 0.16982832551002502, 0.09613572061061859, 0.08687218278646469, -0.038956426084041595, 0.035087358206510544, -0.00575840612873435, 0.07583870738744736, -0.014563353732228279, -0.10616888105869293, -0.05652087554335594, 0.10970013588666916, 0.017018074169754982, -0.07696168124675751, 0.016966907307505608, -0.05737937614321709, 0.03867408633232117, 0.20620892941951752, -0.022587528452277184, -0.1538638323545456, -0.06174805760383606, 0.05439798906445503, -0.026704827323555946, -0.07737790793180466, -0.010971583425998688, 0.08517127484083176, -0.14429879188537598, 0.017478197813034058, -0.04155086725950241, 0.0788712203502655, -0.14680971205234528, -0.018626123666763306, -0.008886462077498436, 0.042460642755031586, 0.003892896929755807, 0.11366459727287292, -0.15131297707557678, 0.11917755752801895, -0.0031866529025137424, 0.008791121654212475, -0.11154020577669144, 0.04520939290523529, -0.044129084795713425, -0.049772974103689194, 0.12901194393634796, -0.014449422247707844, -0.10966122895479202, -0.0587594099342823, -0.11409154534339905, -0.0058686272241175175, 0.06278109550476074, -0.11131640523672104, 0.10634464025497437, 0.027808403596282005, -0.02426009252667427, -0.029956836253404617, -0.014899143949151039, -0.11594417691230774, -0.22771793603897095, 0.1091543510556221, -0.09633911401033401, 0.06148717179894447, -0.06404241174459457, -0.041497088968753815, -0.03921093791723251, 0.15721163153648376, -0.08117800951004028, -0.055564142763614655, -0.11357305943965912, 0.02047504298388958, 0.17054477334022522, -0.04677201062440872, 0.066432423889637, -0.03956909850239754, 0.16973164677619934, -0.006867029704153538, -0.048372767865657806, -0.0017899919766932726, -0.09987151622772217, -0.18298378586769104, -0.047486111521720886, 0.10767456144094467, 0.0690133199095726, 0.015693968161940575, -0.0020840961951762438, 0.031003784388303757, 0.01914050243794918, -0.08721552789211273, 0.03166969120502472, 0.13860565423965454, 0.12886984646320343, 0.031013071537017822, -0.018638137727975845, -0.08714297413825989, -0.105753593146801, -0.10525240749120712, 0.05902349576354027, 0.15309326350688934, -0.06946398317813873, 0.16469332575798035, 0.1382943093776703, -0.09113623946905136, -0.18775485455989838, -0.06888940930366516, 0.024513868615031242, -0.02045321650803089, 0.12563805282115936, -0.19402024149894714, 0.06018766760826111, 0.05859674885869026, -0.02310645952820778, 0.09359840303659439, -0.2646198570728302, -0.13348430395126343, 0.02430749498307705, 0.03880556300282478, -0.22969664633274078, -0.1709311157464981, -0.10382354259490967, -0.04007118567824364, -0.14344967901706696, 0.11038468778133392, 0.009368048049509525, 0.027782995253801346, -0.016939718276262283, 0.06580732762813568, 0.05644472688436508, -0.0666404515504837, 0.13103851675987244, -0.0156180365011096, 0.01505906693637371, -0.11681296676397324, -0.022433288395404816, -0.011423664167523384, -0.05202372372150421, 0.08606034517288208, 0.02428402006626129, 0.059693772345781326, -0.0893811509013176, -0.03629734367132187, -0.04734641686081886, 0.04636875540018082, -0.060640137642621994, -0.05469893664121628, -0.07018197327852249, 0.08885356783866882, 0.09142646193504333, -0.006170072127133608, 0.022811906412243843, -0.04262612387537956, 0.028220899403095245, 0.21955156326293945, 0.11807888001203537, 0.04044622182846069, -0.11692062020301819, -0.02959151193499565, -0.015018001198768616, -0.0013741317670792341, -0.14040589332580566, 0.03778759390115738, 0.08842784911394119, 0.03622708469629288, 0.07102261483669281, -0.02042134292423725, -0.1833745688199997, 0.012757892720401287, 0.09098994731903076, -0.10978752374649048, -0.19822782278060913, 0.03385029733181, 0.15647083520889282, -0.1644919365644455, -0.062006548047065735, 0.09546520560979843, 0.00600045220926404, -0.028568929061293602, -0.0032203341834247112, 0.07542303949594498, 0.049867767840623856, 0.09899485856294632, 0.014140298590064049, 0.05168458819389343, -0.062292568385601044, 0.10138005763292313, 0.15421859920024872, -0.12865522503852844, 0.022730661556124687, 0.03656541183590889, -0.06869595497846603, -0.07266101986169815, 0.004170370753854513, -0.019074924290180206, 0.028657525777816772, -0.04687952622771263, 0.019656384363770485, -0.0011092819040641189, 0.045415814965963364, 0.12419062107801437, 0.012684594839811325, 0.04019628465175629, 0.027430104091763496, -0.0047836145386099815, -0.07159322500228882, 0.0986439436674118, 0.032482512295246124, 0.04100055620074272, -0.05207957699894905, 0.023562680929899216, 0.013910309411585331, -0.011688491329550743, 0.0154180359095335, -0.04194238781929016, -0.06991105526685715, 0.0033796702045947313, -0.16176758706569672, 0.0526658296585083, -0.07759032398462296, 0.006748958025127649, -0.0005628560320474207, -0.024020878598093987, -0.01370383333414793, 0.009583692997694016, -0.06555259972810745, -0.05298803001642227, -0.04475507140159607, 0.12589433789253235, -0.1906598061323166, -0.011576613411307335, 0.08822106570005417, -0.06409379094839096, 0.07810048758983612, -0.007973640225827694, -0.027746500447392464, 0.009635765105485916, -0.06926428526639938, -0.010037319734692574, -0.02364233322441578, 0.0582396499812603, 0.016749830916523933, -0.1506769359111786, -0.01847967691719532, 0.0017141230637207627, -0.0815347209572792, -0.00806486327201128, 0.053852662444114685, -0.16064080595970154, 0.026875140145421028, 0.07494184374809265, -0.035485975444316864, -0.048871297389268875, 0.03586506098508835, 0.03625332936644554, 0.008992438204586506, 0.10138186812400818, -0.00554456515237689, 0.04625435918569565, -0.14915482699871063, -0.047562405467033386, -0.002239711582660675, 0.00271304021589458, 0.02540159970521927, 0.02628902718424797, 0.03334004804491997, -0.0054485187865793705, 0.22066885232925415, 0.0043302555568516254, 0.0632253959774971, 0.029980257153511047, -0.018439777195453644, -0.02965083345770836, 0.03502708673477173, 0.019251413643360138, 0.015912186354398727, 0.026335038244724274, 0.029058760032057762, -0.021367134526371956, -0.04966236650943756, -0.033353615552186966, 0.06487034261226654, 0.15896540880203247, 0.1607796996831894, -0.04670548811554909, 0.06635735183954239, -0.16640564799308777, -0.050563398748636246, 0.02029506303369999, -0.033003535121679306, 0.06516902893781662, -0.07770010828971863, 0.03428474813699722, 0.07209452241659164, -0.09268511086702347, 0.14133219420909882, -0.07131735235452652, -0.02262648195028305, -0.03998508304357529, -0.15384013950824738, -0.04706711322069168, -0.0046122148633003235, 0.005633699242025614, -0.09169754385948181, 0.09969370067119598, 0.14349232614040375, -0.013271068222820759, 0.0002245683572255075, 0.08393311500549316, -0.06085002422332764, -0.0484621487557888, -0.031019626185297966, -0.0052628302946686745, 0.01270919106900692, 0.0012934423284605145, 0.07346942275762558, 0.01398815680295229, 0.068125881254673, 0.060273122042417526, 0.10184396058320999, 0.038469962775707245, 0.01825195550918579, -0.04126578941941261, -0.06953717023134232, -0.0063831922598183155, -0.007778783794492483, -0.053307607769966125, 0.19457373023033142, 0.05847401171922684, 0.014320926740765572, 0.011143251322209835, 0.21651014685630798, -0.0009837362449616194, -0.06397300958633423, -0.13660629093647003, 0.12652741372585297, -0.0021804312709718943, 0.011744246818125248, 0.018833639100193977, -0.12747199833393097, 0.024791935458779335, 0.1798252910375595, 0.12776580452919006, 0.04631117358803749, 0.008250830695033073, 0.03168812766671181, 0.02380197122693062, -0.023204198107123375, 0.042871348559856415, 0.041528865694999695, 0.20113204419612885, -0.06105806678533554, 0.04555193707346916, -0.006074111443012953, 0.0005668082740157843, -0.019091621041297913, 0.08110261708498001, -0.033042170107364655, 0.017289860174059868, -0.05778345465660095, 0.10130113363265991, -0.048556387424468994, -0.24093502759933472, -0.029786139726638794, -0.09322171658277512, -0.12473710626363754, -0.023380832746624947, 0.02268311008810997, -0.01592707820236683, 0.04737122729420662, 0.02527969889342785, -0.03413775563240051, 0.19787831604480743, 0.003205791348591447, -0.08510993421077728, -0.06410732120275497, 0.06048266962170601, -0.014474746771156788, 0.27099424600601196, -0.010901082307100296, 0.06835773587226868, 0.09954530745744705, -0.02222656086087227, -0.15010377764701843, 0.0003783752035815269, 0.10196100920438766, -0.04558982327580452, 0.05963452160358429, 0.1596449762582779, -0.03695856034755707, 0.14717945456504822, 0.04011963680386543, -0.03075985424220562, 0.06509656459093094, 0.07201913744211197, 0.05537087842822075, -0.09136998653411865, 0.0740487277507782, -0.08377669751644135, 0.1395680159330368, 0.11159772425889969, -0.030038882046937943, -0.003087579272687435, -0.05690203234553337, 0.06918707489967346, -0.033230189234018326, 0.12288834154605865, -0.012384174391627312, -0.16070476174354553, 0.03163972869515419, 0.009201699867844582, 0.04730663821101189, -0.2348734587430954, -0.06311766803264618, 0.1301674097776413, -0.044599805027246475, 0.01515117846429348, 0.08449629694223404, 0.04529648274183273, 0.0074813780374825, -0.07326450198888779, -0.07853459566831589, -0.004244716372340918, 0.12493374943733215, -0.09762196242809296, -0.050512369722127914 ]
0c321465e6cb4b24dde374e72228100b0fe012b3
# Dataset Card for "reformat" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Drewskidang/reformat
[ "region:us" ]
2024-02-16T14:10:52+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "content", "dtype": "string"}, {"name": "role", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5719386, "num_examples": 21257}], "download_size": 2490392, "dataset_size": 5719386}}
2024-02-16T14:10:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reformat" More Information needed
[ "# Dataset Card for \"reformat\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reformat\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"reformat\"\n\nMore Information needed" ]
[ -0.07109811902046204, 0.15642331540584564, -0.0038331844843924046, -0.03910429775714874, 0.1219753548502922, 0.1371576488018036, 0.0227946937084198, 0.0866164043545723, 0.0009061260498128831, -0.05870611593127251, 0.06400090456008911, 0.04851575195789337, 0.08310561627149582, 0.25153911113739014, -0.07748465985059738, -0.12075665593147278, 0.11026394367218018, 0.05768937990069389, -0.003696454456076026, 0.018711548298597336, 0.008698927238583565, -0.07788501679897308, 0.0784391462802887, -0.13919652998447418, -0.1992422491312027, 0.08712130784988403, -0.06941144913434982, -0.012221499346196651, 0.05362876504659653, -0.032641030848026276, 0.15984798967838287, 0.06579852849245071, -0.026213543489575386, -0.16853013634681702, 0.017485706135630608, 0.009167182259261608, -0.10883677750825882, 0.05905822291970253, 0.0009249553550034761, -0.06401955336332321, -0.03843788057565689, -0.06295539438724518, -0.031309083104133606, -0.0032645396422594786, -0.1405584067106247, -0.21006923913955688, -0.18163719773292542, -0.06612709164619446, 0.09011149406433105, -0.017986498773097992, 0.021598411723971367, 0.04293050616979599, -0.08327874541282654, 0.01576784811913967, 0.13937167823314667, -0.05207612365484238, 0.10300976783037186, 0.1958111822605133, -0.05355862155556679, 0.13890238106250763, -0.0342898927628994, 0.13077059388160706, 0.06709067523479462, -0.012304193340241909, -0.08577331155538559, -0.04382815584540367, -0.15790604054927826, 0.11922282725572586, -0.010567220859229565, -0.0888284370303154, 0.33153265714645386, -0.0372932031750679, -0.003966198302805424, 0.03475078567862511, -0.021310709416866302, -0.0925399512052536, -0.010684502311050892, 0.026576204225420952, 0.048344217240810394, 0.010390659794211388, 0.008017404936254025, -0.1373121589422226, -0.06828401237726212, -0.12444903701543808, -0.19393204152584076, 0.036505892872810364, -0.0313689261674881, 0.15136168897151947, -0.2170461267232895, -0.014162400737404823, -0.0018139724852517247, -0.005987012758851051, -0.09673620015382767, -0.1180863156914711, -0.04486057162284851, -0.030324382707476616, -0.11725511401891708, -0.019634289667010307, 0.0704784020781517, 0.11395402252674103, 0.013216812163591385, 0.04822153225541115, -0.08669175952672958, 0.10667688399553299, 0.1740621030330658, -0.0782458558678627, -0.05250366032123566, 0.06058701500296593, -0.08050708472728729, -0.16314493119716644, -0.05616498365998268, -0.09217076003551483, -0.09884831309318542, -0.009210481308400631, -0.08051692694425583, 0.1786487102508545, -0.06262621283531189, -0.06104634702205658, -0.03597703576087952, -0.056996867060661316, 0.0768963024020195, -0.10669007897377014, -0.011011571623384953, -0.040393173694610596, -0.08265528082847595, 0.02084382064640522, -0.021563557907938957, -0.02881053276360035, 0.027481531724333763, 0.03707247972488403, -0.061863359063863754, -0.01320994459092617, -0.0744607150554657, -0.0091520631685853, 0.05412242189049721, -0.21467329561710358, 0.08586451411247253, -0.04037700966000557, -0.3342588245868683, 0.0011961656855419278, 0.01170283555984497, -0.015138722024857998, 0.17819760739803314, -0.016751818358898163, 0.08609302341938019, -0.07546260207891464, -0.07965696603059769, 0.10177543759346008, -0.05599092319607735, 0.028884481638669968, -0.07388389110565186, 0.10985348373651505, -0.2704606056213379, 0.08593985438346863, -0.10620999336242676, 0.00995985884219408, -0.03376881033182144, 0.00795404426753521, -0.1190238744020462, 0.05545543506741524, -0.0681566447019577, -0.026955049484968185, -0.08906007558107376, 0.026088766753673553, -0.0373130701482296, 0.06802834570407867, -0.21859459578990936, -0.01364420261234045, 0.1933583766222, -0.12379729002714157, -0.1404653638601303, -0.025091273710131645, -0.05959901958703995, 0.06538587808609009, 0.06913456320762634, 0.2133156806230545, 0.11971461027860641, 0.040156107395887375, -0.006781311240047216, 0.11044111102819443, -0.16976365447044373, -0.25255945324897766, 0.044148966670036316, -0.03302407264709473, -0.09851273894309998, 0.04638213291764259, 0.0993674248456955, -0.031883444637060165, -0.07742340117692947, -0.08465824276208878, 0.048954084515571594, -0.11231176555156708, 0.08984649181365967, -0.00615350715816021, 0.01935477927327156, 0.06380026787519455, 0.1604146510362625, 0.029182594269514084, 0.08067292720079422, -0.0017842710949480534, 0.0012292530154809356, -0.05255882441997528, 0.07015538215637207, -0.039276160299777985, 0.047621455043554306, -0.21366983652114868, -0.15461795032024384, -0.057495638728141785, -0.008194537833333015, -0.03361496701836586, 0.1592528223991394, 0.08954191952943802, -0.09202419966459274, -0.05032888427376747, 0.08642791956663132, 0.08708380907773972, 0.027030790224671364, 0.06764846295118332, 0.04683629423379898, -0.0133419930934906, -0.10415732115507126, -0.026632612571120262, 0.0029176780954003334, -0.05405076965689659, 0.13567796349525452, 0.012131127528846264, 0.045012593269348145, 0.009910112246870995, 0.03536026552319527, 0.0210364181548357, 0.02878340519964695, -0.03885310888290405, 0.024925757199525833, -0.03865407034754753, -0.03966135159134865, 0.035772014409303665, -0.07672880589962006, 0.1566695272922516, 0.1363670825958252, -0.08050110191106796, 0.04666924849152565, -0.12205635756254196, 0.02472938410937786, -0.006654194090515375, -0.03745945543050766, 0.0014722469495609403, -0.13726133108139038, 0.0021998409647494555, 0.05982598289847374, -0.018141329288482666, 0.029353301972150803, -0.008346236310899258, -0.00827485416084528, -0.11152319610118866, -0.028848886489868164, 0.12389838695526123, -0.2575344741344452, 0.15420641005039215, 0.1933077722787857, 0.08459348231554031, 0.18512076139450073, -0.05443359911441803, -0.10704641044139862, 0.018799634650349617, -0.04502063989639282, -0.05759989097714424, 0.12061775475740433, 0.012702866457402706, 0.008026674389839172, 0.10560256987810135, 0.006535859312862158, 0.13714875280857086, -0.06305690109729767, -0.09443779289722443, 0.025741755962371826, -0.03611566498875618, -0.15929080545902252, 0.036500509828329086, 0.04351658746600151, 0.06397366523742676, -0.02306731790304184, 0.02052740752696991, 0.15730664134025574, -0.01168723776936531, -0.010151625610888004, 0.15211232006549835, -0.1817019134759903, -0.3055400848388672, -0.1009628102183342, -0.21498847007751465, 0.016354097053408623, 0.0590989924967289, -0.01588653400540352, -0.12236850708723068, -0.04399273917078972, 0.08781364560127258, -0.01431816816329956, -0.17621411383152008, -0.03987953066825867, 0.021505750715732574, 0.02806648425757885, -0.07432549446821213, -0.09622719883918762, 0.04047797992825508, -0.01726517826318741, 0.007410698104649782, 0.10101290047168732, -0.15743932127952576, 0.15905378758907318, 0.04558594152331352, -0.050072647631168365, 0.08370577543973923, -0.06348764896392822, 0.00856446847319603, -0.04851052537560463, -0.09416231513023376, 0.0838625356554985, -0.05095372349023819, 0.04499218985438347, 0.05067148432135582, -0.009707007557153702, -0.15224480628967285, -0.005508112721145153, -0.005818843375891447, -0.19858966767787933, -0.23579317331314087, -0.15369147062301636, -0.05960030481219292, 0.07850073277950287, 0.06797802448272705, 0.057983171194791794, 0.07834882289171219, 0.1043207198381424, 0.03829461708664894, -0.030193306505680084, -0.10758130252361298, -0.0547170415520668, 0.016319366171956062, -0.06941518187522888, -0.01216151937842369, -0.15479329228401184, -0.010029456578195095, 0.13943324983119965, 0.15804941952228546, 0.36995938420295715, 0.12644323706626892, 0.1257663369178772, 0.034887854009866714, 0.014223693870007992, 0.0652976781129837, 0.21100939810276031, 0.09607774764299393, -0.016382090747356415, -0.016920678317546844, 0.05461568012833595, -0.09922314435243607, -0.009219975210726261, 0.14274254441261292, -0.21589407324790955, 0.007074886932969093, -0.13398940861225128, 0.03192000836133957, -0.17323482036590576, 0.008164525032043457, -0.22833631932735443, 0.11037593334913254, 0.004945364780724049, 0.19543710350990295, -0.10848443955183029, 0.06364397704601288, 0.03797750920057297, -0.01667126826941967, 0.07878109812736511, -0.0423533134162426, 0.06878335773944855, -0.0738563984632492, 0.008657214231789112, -0.07069218158721924, -0.1259240210056305, -0.0007464545196853578, 0.1555056869983673, -0.1843116283416748, 0.24337220191955566, 0.05234244838356972, -0.06072937324643135, -0.1184755265712738, -0.07576928287744522, -0.016741551458835602, 0.03554168716073036, 0.17433084547519684, 0.01580081135034561, -0.18599238991737366, -0.18661457300186157, 0.005897776689380407, -0.01576012186706066, 0.18536661565303802, -0.0006477431743405759, -0.06304501742124557, 0.05325660854578018, 0.03142360597848892, -0.06435208767652512, -0.090642549097538, -0.0030514246318489313, -0.17877739667892456, 0.06384436786174774, 0.032515063881874084, -0.058243367820978165, 0.04757314547896385, 0.03285747021436691, -0.06903154402971268, 0.09175627678632736, 0.1658250391483307, -0.0097845159471035, -0.14963355660438538, 0.019988644868135452, 0.18100298941135406, -0.029051458463072777, 0.07242152839899063, 0.05890488624572754, -0.009002969600260258, -0.043970320373773575, -0.2481791377067566, 0.05708995833992958, -0.05691252648830414, 0.1561470478773117, -0.011977874673902988, 0.00930050015449524, -0.019018709659576416, -0.0026530625764280558, 0.029227154329419136, 0.024842191487550735, -0.01723957061767578, -0.09054043143987656, 0.13724635541439056, -0.08085253089666367, 0.13919533789157867, 0.258681982755661, -0.005616426933556795, 0.05619746446609497, 0.08658825606107712, 0.017391031607985497, 0.25447967648506165, 0.1270507127046585, -0.02238979935646057, 0.1926037222146988, 0.17793865501880646, -0.07825800776481628, -0.3548020124435425, -0.03827190026640892, -0.2286439836025238, -0.022214943543076515, 0.08841437846422195, -0.34704816341400146, 0.02880958467721939, 0.1358940154314041, -0.03405898064374924, 0.18428939580917358, -0.06901988387107849, 0.01647316850721836, 0.2581607699394226, 0.022599659860134125, 0.41826343536376953, -0.10665477067232132, -0.06908810883760452, -0.12057185173034668, -0.10892366617918015, 0.18876056373119354, -0.17522312700748444, 0.0633113905787468, -0.004754466004669666, 0.13227763772010803, -0.008870582096278667, -0.05439954623579979, 0.1804647445678711, 0.07346122711896896, 0.13336916267871857, -0.09458041191101074, -0.023900937288999557, 0.18796773254871368, -0.047800421714782715, 0.06998822838068008, -0.0006409510970115662, 0.04886827617883682, -0.12554295361042023, 0.005132237449288368, 0.025663159787654877, -0.00970484409481287, 0.06788741797208786, -0.044561102986335754, -0.05733203887939453, 0.04499742016196251, -0.07323884218931198, -0.009386163204908371, 0.17855405807495117, 0.020082617178559303, -0.00984956230968237, 0.0020996236708015203, 0.03036743961274624, -0.09512176364660263, 0.03924352303147316, -0.054350923746824265, -0.08128242939710617, 0.07911870628595352, -0.13943567872047424, 0.10283343493938446, 0.10595519095659256, 0.01750928722321987, 0.05650462955236435, 0.09275300055742264, -0.01321243867278099, -0.0013326463522389531, 0.16848637163639069, -0.12013504654169083, -0.0923241451382637, 0.055269595235586166, -0.022397179156541824, -0.014141777530312538, 0.1450849026441574, 0.04703998565673828, 0.10052767395973206, -0.016933338716626167, -0.040803465992212296, 0.08272627741098404, -0.04025643691420555, 0.08635522425174713, 0.09596703201532364, -0.00356389582157135, -0.21545380353927612, 0.22701391577720642, 0.02667260728776455, -0.12128576636314392, 0.03115258738398552, -0.12812064588069916, -0.09575045853853226, -0.13325780630111694, -0.07056672871112823, 0.16569364070892334, -0.09133914113044739, -0.14718307554721832, 0.0073872776702046394, -0.035511765629053116, 0.02320401556789875, 0.1337776780128479, 0.05533553659915924, 0.10757174342870712, 0.0422615148127079, -0.053611163049936295, -0.013646542094647884, -0.07656782120466232, -0.0740046575665474, 0.044071540236473083, -0.040675707161426544, -0.1359635442495346, -0.08725690096616745, 0.17606277763843536, -0.08579438179731369, -0.04160335287451744, -0.06686831265687943, 0.1023915484547615, -0.2007719874382019, -0.014214973896741867, 0.0045485720038414, -0.033920660614967346, 0.02111288718879223, 0.07118389010429382, -0.026524722576141357, -0.0321405753493309, -0.1487894058227539, 0.09880967438220978, 0.04197699949145317, -0.007049332372844219, -0.11753547936677933, 0.0023157659452408552, 0.062222231179475784, 0.04401293396949768, 0.09945409744977951, 0.1269431710243225, 0.020790206268429756, 0.18321238458156586, -0.08430007100105286, -0.19952340424060822, 0.09176885336637497, 0.047343287616968155, 0.09528932720422745, 0.05556495487689972, -0.046096011996269226, 0.1115395724773407, -0.06443504989147186, 0.05907038226723671, -0.12307601422071457, -0.07178901880979538, 0.025109779089689255, -0.18765601515769958, -0.02661213092505932, 0.00031778562697581947, -0.018975816667079926, 0.16134010255336761, 0.07253528386354446, 0.02579084224998951, 0.11441013216972351, 0.02286854200065136, 0.029074793681502342, -0.04011477157473564, -0.030728010460734367, -0.13479943573474884, 0.06446860730648041, -0.023905592039227486, 0.023084061220288277, -0.054825033992528915, 0.46688297390937805, -0.04936341196298599, -0.10553372651338577, -0.041312992572784424, 0.14818121492862701, -0.11335921287536621, 0.01742435432970524, 0.39184388518333435, 0.11630794405937195, -0.045181259512901306, -0.02625548094511032, 0.1109452173113823, -0.005316026508808136, 0.07686098664999008, 0.1905992180109024, 0.08588571101427078, 0.050863850861787796, 0.003400810994207859, -0.015054508112370968, -0.11530333012342453, 0.15189982950687408, 0.012362957000732422, 0.03560680150985718, 0.01434148196130991, 0.10577278584241867, -0.11387813836336136, 0.061224039644002914, -0.03088952973484993, 0.09632202982902527, -0.0029993937350809574, -0.06962268054485321, -0.10252967476844788, -0.04286104813218117, -0.05810551345348358, -0.07907050102949142, 0.03793017566204071, -0.0699710100889206, -0.01835057884454727, 0.33977019786834717, 0.05305512249469757, 0.01620766520500183, 0.11338941752910614, -0.16167722642421722, 0.017157219350337982, 0.021353526040911674, -0.06238656863570213, -0.04525517299771309, 0.03908539190888405, -0.0830252468585968, 0.12414576858282089, 0.010246300138533115, 0.025598883628845215, -0.017298106104135513, 0.08904040604829788, 0.09637916833162308, -0.20596911013126373, -0.04723803699016571, -0.06927978992462158, 0.06560230255126953, -0.08837839961051941, 0.05524342134594917, -0.020368210971355438, 0.04842357337474823, 0.05914487689733505, 0.09591775387525558, -0.007352955639362335, 0.053671952337026596, -0.042639777064323425, 0.008926000446081161, 0.12547330558300018, 0.12015297263860703, -0.0041357604786753654, -0.09482898563146591, -0.010092661716043949, 0.10994453728199005, 0.3084014058113098, -0.03520912677049637, -0.013828105293214321, 0.05882682651281357, 0.06850151717662811, 0.08812549710273743, 0.14289937913417816, 0.06572134047746658, -0.020326338708400726, 0.010966125875711441, -0.07031691074371338, 0.0269596166908741, -0.08268959820270538, -0.016588440164923668, 0.03793051466345787, 0.08904504030942917, -0.05487537756562233, -0.07492934912443161, 0.1447516530752182, -0.1973905712366104, 0.05991721525788307, 0.057787809520959854, -0.099199078977108, -0.06051215901970863, -0.06487883627414703, 0.12747912108898163, 0.028488200157880783, -0.0027646562084555626, -0.0792623981833458, -0.031160099431872368, 0.05782320722937584, 0.018512124195694923, -0.34621965885162354, -0.20107318460941315, 0.05162683501839638, 0.03428904712200165, 0.06904231756925583, -0.02348785288631916, 0.02291579730808735, 0.0032723979093134403, -0.04933084174990654, -0.07593107968568802, 0.06415047496557236, -0.03645167127251625, 0.046558596193790436, -0.005838287062942982, 0.06223449856042862, -0.09989449381828308, -0.09953823685646057, 0.01885300688445568, -0.06828010827302933, -0.03787974268198013, 0.06946589052677155, -0.0184025838971138, 0.05924798548221588, 0.0044923084788024426, -0.08156026154756546, 0.09063439816236496, 0.04346305504441261, 0.02064617909491062, 0.07701990008354187, -0.0036901195999234915, 0.08753994852304459, 0.06653991341590881, -0.10172060132026672, -0.11881928145885468, 0.11104124039411545, -0.13234418630599976, 0.06375593692064285, -0.003892459673807025, -0.16322676837444305, 0.1381584107875824, -0.051583182066679, 0.04550936445593834, -0.028382204473018646, 0.05849621444940567, 0.12230095267295837, 0.0346558541059494, -0.0579708106815815, 0.01927853375673294, 0.05623244866728783, -0.05383225902915001, -0.0688946321606636, -0.10050468891859055 ]
467cf4bd133e9b5d4a6a87227b42267811001e7e
# Dataset Card for Evaluation run of NovoCode/Tiger-DPO <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [NovoCode/Tiger-DPO](https://huggingface.co/NovoCode/Tiger-DPO) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 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 aggregated 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_NovoCode__Tiger-DPO", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-02-16T14:49:32.301206](https://huggingface.co/datasets/open-llm-leaderboard/details_NovoCode__Tiger-DPO/blob/main/results_2024-02-16T14-49-32.301206.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": { "acc": 0.5958020167795036, "acc_stderr": 0.03336424247295358, "acc_norm": 0.6002192767446106, "acc_norm_stderr": 0.03404810463176771, "mc1": 0.32313341493268055, "mc1_stderr": 0.016371836286454604, "mc2": 0.507583773070451, "mc2_stderr": 0.014770823381787772 }, "harness|arc:challenge|25": { "acc": 0.43686006825938567, "acc_stderr": 0.014494421584256525, "acc_norm": 0.48208191126279865, "acc_norm_stderr": 0.01460200558549098 }, "harness|hellaswag|10": { "acc": 0.620991834295957, "acc_stderr": 0.004841486716855774, "acc_norm": 0.8181637124078869, "acc_norm_stderr": 0.0038492126228151665 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.3, "acc_stderr": 0.046056618647183814, "acc_norm": 0.3, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.5777777777777777, "acc_stderr": 0.04266763404099582, "acc_norm": 0.5777777777777777, "acc_norm_stderr": 0.04266763404099582 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.6447368421052632, "acc_stderr": 0.03894734487013317, "acc_norm": 0.6447368421052632, "acc_norm_stderr": 0.03894734487013317 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.53, "acc_stderr": 0.05016135580465919, "acc_norm": 0.53, "acc_norm_stderr": 0.05016135580465919 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.6754716981132075, "acc_stderr": 0.02881561571343211, "acc_norm": 0.6754716981132075, "acc_norm_stderr": 0.02881561571343211 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.6388888888888888, "acc_stderr": 0.040166600304512336, "acc_norm": 0.6388888888888888, "acc_norm_stderr": 0.040166600304512336 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.41, "acc_stderr": 0.04943110704237102, "acc_norm": 0.41, "acc_norm_stderr": 0.04943110704237102 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.45, "acc_stderr": 0.04999999999999999, "acc_norm": 0.45, "acc_norm_stderr": 0.04999999999999999 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.35, "acc_stderr": 0.047937248544110196, "acc_norm": 0.35, "acc_norm_stderr": 0.047937248544110196 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.6011560693641619, "acc_stderr": 0.037336266553835096, "acc_norm": 0.6011560693641619, "acc_norm_stderr": 0.037336266553835096 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.38235294117647056, "acc_stderr": 0.04835503696107223, "acc_norm": 0.38235294117647056, "acc_norm_stderr": 0.04835503696107223 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.71, "acc_stderr": 0.045604802157206845, "acc_norm": 0.71, "acc_norm_stderr": 0.045604802157206845 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.502127659574468, "acc_stderr": 0.032685726586674915, "acc_norm": 0.502127659574468, "acc_norm_stderr": 0.032685726586674915 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.45614035087719296, "acc_stderr": 0.046854730419077895, "acc_norm": 0.45614035087719296, "acc_norm_stderr": 0.046854730419077895 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.5448275862068965, "acc_stderr": 0.04149886942192117, "acc_norm": 0.5448275862068965, "acc_norm_stderr": 0.04149886942192117 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.3862433862433862, "acc_stderr": 0.025075981767601677, "acc_norm": 0.3862433862433862, "acc_norm_stderr": 0.025075981767601677 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.38095238095238093, "acc_stderr": 0.04343525428949098, "acc_norm": 0.38095238095238093, "acc_norm_stderr": 0.04343525428949098 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.38, "acc_stderr": 0.048783173121456316, "acc_norm": 0.38, "acc_norm_stderr": 0.048783173121456316 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.6645161290322581, "acc_stderr": 0.026860206444724352, "acc_norm": 0.6645161290322581, "acc_norm_stderr": 0.026860206444724352 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.4876847290640394, "acc_stderr": 0.035169204442208966, "acc_norm": 0.4876847290640394, "acc_norm_stderr": 0.035169204442208966 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.59, "acc_stderr": 0.04943110704237102, "acc_norm": 0.59, "acc_norm_stderr": 0.04943110704237102 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.7090909090909091, "acc_stderr": 0.03546563019624335, "acc_norm": 0.7090909090909091, "acc_norm_stderr": 0.03546563019624335 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.7626262626262627, "acc_stderr": 0.0303137105381989, "acc_norm": 0.7626262626262627, "acc_norm_stderr": 0.0303137105381989 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.8238341968911918, "acc_stderr": 0.027493504244548057, "acc_norm": 0.8238341968911918, "acc_norm_stderr": 0.027493504244548057 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.5846153846153846, "acc_stderr": 0.02498535492310234, "acc_norm": 0.5846153846153846, "acc_norm_stderr": 0.02498535492310234 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.35555555555555557, "acc_stderr": 0.029185714949857413, "acc_norm": 0.35555555555555557, "acc_norm_stderr": 0.029185714949857413 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.6260504201680672, "acc_stderr": 0.031429466378837076, "acc_norm": 0.6260504201680672, "acc_norm_stderr": 0.031429466378837076 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.39072847682119205, "acc_stderr": 0.039837983066598075, "acc_norm": 0.39072847682119205, "acc_norm_stderr": 0.039837983066598075 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.7926605504587156, "acc_stderr": 0.01738141556360868, "acc_norm": 0.7926605504587156, "acc_norm_stderr": 0.01738141556360868 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.49537037037037035, "acc_stderr": 0.03409825519163572, "acc_norm": 0.49537037037037035, "acc_norm_stderr": 0.03409825519163572 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.7794117647058824, "acc_stderr": 0.02910225438967407, "acc_norm": 0.7794117647058824, "acc_norm_stderr": 0.02910225438967407 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.7510548523206751, "acc_stderr": 0.028146970599422644, "acc_norm": 0.7510548523206751, "acc_norm_stderr": 0.028146970599422644 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.6278026905829597, "acc_stderr": 0.032443052830087304, "acc_norm": 0.6278026905829597, "acc_norm_stderr": 0.032443052830087304 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.7251908396946565, "acc_stderr": 0.03915345408847837, "acc_norm": 0.7251908396946565, "acc_norm_stderr": 0.03915345408847837 }, "harness|hendrycksTest-international_law|5": { "acc": 0.768595041322314, "acc_stderr": 0.03849856098794088, "acc_norm": 0.768595041322314, "acc_norm_stderr": 0.03849856098794088 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.7129629629629629, "acc_stderr": 0.043733130409147614, "acc_norm": 0.7129629629629629, "acc_norm_stderr": 0.043733130409147614 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.7116564417177914, "acc_stderr": 0.035590395316173425, "acc_norm": 0.7116564417177914, "acc_norm_stderr": 0.035590395316173425 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.4017857142857143, "acc_stderr": 0.04653333146973647, "acc_norm": 0.4017857142857143, "acc_norm_stderr": 0.04653333146973647 }, "harness|hendrycksTest-management|5": { "acc": 0.7475728155339806, "acc_stderr": 0.04301250399690879, "acc_norm": 0.7475728155339806, "acc_norm_stderr": 0.04301250399690879 }, "harness|hendrycksTest-marketing|5": { "acc": 0.8717948717948718, "acc_stderr": 0.021901905115073318, "acc_norm": 0.8717948717948718, "acc_norm_stderr": 0.021901905115073318 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.63, "acc_stderr": 0.04852365870939099, "acc_norm": 0.63, "acc_norm_stderr": 0.04852365870939099 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.7841634738186463, "acc_stderr": 0.01471168438613996, "acc_norm": 0.7841634738186463, "acc_norm_stderr": 0.01471168438613996 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.6763005780346821, "acc_stderr": 0.02519018132760842, "acc_norm": 0.6763005780346821, "acc_norm_stderr": 0.02519018132760842 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.38994413407821227, "acc_stderr": 0.01631237662921307, "acc_norm": 0.38994413407821227, "acc_norm_stderr": 0.01631237662921307 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.6764705882352942, "acc_stderr": 0.026787453111906497, "acc_norm": 0.6764705882352942, "acc_norm_stderr": 0.026787453111906497 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.6688102893890675, "acc_stderr": 0.026730620728004913, "acc_norm": 0.6688102893890675, "acc_norm_stderr": 0.026730620728004913 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.6635802469135802, "acc_stderr": 0.02628973494595293, "acc_norm": 0.6635802469135802, "acc_norm_stderr": 0.02628973494595293 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.43617021276595747, "acc_stderr": 0.02958345203628407, "acc_norm": 0.43617021276595747, "acc_norm_stderr": 0.02958345203628407 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.4132985658409387, "acc_stderr": 0.012576779494860087, "acc_norm": 0.4132985658409387, "acc_norm_stderr": 0.012576779494860087 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.6286764705882353, "acc_stderr": 0.029349803139765873, "acc_norm": 0.6286764705882353, "acc_norm_stderr": 0.029349803139765873 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.5931372549019608, "acc_stderr": 0.019873802005061173, "acc_norm": 0.5931372549019608, "acc_norm_stderr": 0.019873802005061173 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.6636363636363637, "acc_stderr": 0.04525393596302505, "acc_norm": 0.6636363636363637, "acc_norm_stderr": 0.04525393596302505 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.689795918367347, "acc_stderr": 0.029613459872484378, "acc_norm": 0.689795918367347, "acc_norm_stderr": 0.029613459872484378 }, "harness|hendrycksTest-sociology|5": { "acc": 0.7860696517412935, "acc_stderr": 0.02899690969332891, "acc_norm": 0.7860696517412935, "acc_norm_stderr": 0.02899690969332891 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.84, "acc_stderr": 0.03684529491774709, "acc_norm": 0.84, "acc_norm_stderr": 0.03684529491774709 }, "harness|hendrycksTest-virology|5": { "acc": 0.4819277108433735, "acc_stderr": 0.038899512528272166, "acc_norm": 0.4819277108433735, "acc_norm_stderr": 0.038899512528272166 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.7894736842105263, "acc_stderr": 0.03126781714663179, "acc_norm": 0.7894736842105263, "acc_norm_stderr": 0.03126781714663179 }, "harness|truthfulqa:mc|0": { "mc1": 0.32313341493268055, "mc1_stderr": 0.016371836286454604, "mc2": 0.507583773070451, "mc2_stderr": 0.014770823381787772 }, "harness|winogrande|5": { "acc": 0.7632202052091555, "acc_stderr": 0.011947592365207397 }, "harness|gsm8k|5": { "acc": 0.41015921152388174, "acc_stderr": 0.013548335117860353 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_NovoCode__Tiger-DPO
[ "region:us" ]
2024-02-16T14:11:00+00:00
{"pretty_name": "Evaluation run of NovoCode/Tiger-DPO", "dataset_summary": "Dataset automatically created during the evaluation run of model [NovoCode/Tiger-DPO](https://huggingface.co/NovoCode/Tiger-DPO) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_NovoCode__Tiger-DPO\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-02-16T14:49:32.301206](https://huggingface.co/datasets/open-llm-leaderboard/details_NovoCode__Tiger-DPO/blob/main/results_2024-02-16T14-49-32.301206.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 \"acc\": 0.5958020167795036,\n \"acc_stderr\": 0.03336424247295358,\n \"acc_norm\": 0.6002192767446106,\n \"acc_norm_stderr\": 0.03404810463176771,\n \"mc1\": 0.32313341493268055,\n \"mc1_stderr\": 0.016371836286454604,\n \"mc2\": 0.507583773070451,\n \"mc2_stderr\": 0.014770823381787772\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.43686006825938567,\n \"acc_stderr\": 0.014494421584256525,\n \"acc_norm\": 0.48208191126279865,\n \"acc_norm_stderr\": 0.01460200558549098\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.620991834295957,\n \"acc_stderr\": 0.004841486716855774,\n \"acc_norm\": 0.8181637124078869,\n \"acc_norm_stderr\": 0.0038492126228151665\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.3,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5777777777777777,\n \"acc_stderr\": 0.04266763404099582,\n \"acc_norm\": 0.5777777777777777,\n \"acc_norm_stderr\": 0.04266763404099582\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.6447368421052632,\n \"acc_stderr\": 0.03894734487013317,\n \"acc_norm\": 0.6447368421052632,\n \"acc_norm_stderr\": 0.03894734487013317\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.53,\n \"acc_stderr\": 0.05016135580465919,\n \"acc_norm\": 0.53,\n \"acc_norm_stderr\": 0.05016135580465919\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.6754716981132075,\n \"acc_stderr\": 0.02881561571343211,\n \"acc_norm\": 0.6754716981132075,\n \"acc_norm_stderr\": 0.02881561571343211\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.6388888888888888,\n \"acc_stderr\": 0.040166600304512336,\n \"acc_norm\": 0.6388888888888888,\n \"acc_norm_stderr\": 0.040166600304512336\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.41,\n \"acc_stderr\": 0.04943110704237102,\n \"acc_norm\": 0.41,\n \"acc_norm_stderr\": 0.04943110704237102\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.45,\n \"acc_stderr\": 0.04999999999999999,\n \"acc_norm\": 0.45,\n \"acc_norm_stderr\": 0.04999999999999999\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.35,\n \"acc_stderr\": 0.047937248544110196,\n \"acc_norm\": 0.35,\n \"acc_norm_stderr\": 0.047937248544110196\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.6011560693641619,\n \"acc_stderr\": 0.037336266553835096,\n \"acc_norm\": 0.6011560693641619,\n \"acc_norm_stderr\": 0.037336266553835096\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.38235294117647056,\n \"acc_stderr\": 0.04835503696107223,\n \"acc_norm\": 0.38235294117647056,\n \"acc_norm_stderr\": 0.04835503696107223\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.71,\n \"acc_stderr\": 0.045604802157206845,\n \"acc_norm\": 0.71,\n \"acc_norm_stderr\": 0.045604802157206845\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.502127659574468,\n \"acc_stderr\": 0.032685726586674915,\n \"acc_norm\": 0.502127659574468,\n \"acc_norm_stderr\": 0.032685726586674915\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.45614035087719296,\n \"acc_stderr\": 0.046854730419077895,\n \"acc_norm\": 0.45614035087719296,\n \"acc_norm_stderr\": 0.046854730419077895\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.5448275862068965,\n \"acc_stderr\": 0.04149886942192117,\n \"acc_norm\": 0.5448275862068965,\n \"acc_norm_stderr\": 0.04149886942192117\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.3862433862433862,\n \"acc_stderr\": 0.025075981767601677,\n \"acc_norm\": 0.3862433862433862,\n \"acc_norm_stderr\": 0.025075981767601677\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.38095238095238093,\n \"acc_stderr\": 0.04343525428949098,\n \"acc_norm\": 0.38095238095238093,\n \"acc_norm_stderr\": 0.04343525428949098\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.38,\n \"acc_stderr\": 0.048783173121456316,\n \"acc_norm\": 0.38,\n \"acc_norm_stderr\": 0.048783173121456316\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.6645161290322581,\n \"acc_stderr\": 0.026860206444724352,\n \"acc_norm\": 0.6645161290322581,\n \"acc_norm_stderr\": 0.026860206444724352\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.4876847290640394,\n \"acc_stderr\": 0.035169204442208966,\n \"acc_norm\": 0.4876847290640394,\n \"acc_norm_stderr\": 0.035169204442208966\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.59,\n \"acc_stderr\": 0.04943110704237102,\n \"acc_norm\": 0.59,\n \"acc_norm_stderr\": 0.04943110704237102\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.7090909090909091,\n \"acc_stderr\": 0.03546563019624335,\n \"acc_norm\": 0.7090909090909091,\n \"acc_norm_stderr\": 0.03546563019624335\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.7626262626262627,\n \"acc_stderr\": 0.0303137105381989,\n \"acc_norm\": 0.7626262626262627,\n \"acc_norm_stderr\": 0.0303137105381989\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.8238341968911918,\n \"acc_stderr\": 0.027493504244548057,\n \"acc_norm\": 0.8238341968911918,\n \"acc_norm_stderr\": 0.027493504244548057\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.5846153846153846,\n \"acc_stderr\": 0.02498535492310234,\n \"acc_norm\": 0.5846153846153846,\n \"acc_norm_stderr\": 0.02498535492310234\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.35555555555555557,\n \"acc_stderr\": 0.029185714949857413,\n \"acc_norm\": 0.35555555555555557,\n \"acc_norm_stderr\": 0.029185714949857413\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.6260504201680672,\n \"acc_stderr\": 0.031429466378837076,\n \"acc_norm\": 0.6260504201680672,\n \"acc_norm_stderr\": 0.031429466378837076\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.39072847682119205,\n \"acc_stderr\": 0.039837983066598075,\n \"acc_norm\": 0.39072847682119205,\n \"acc_norm_stderr\": 0.039837983066598075\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.7926605504587156,\n \"acc_stderr\": 0.01738141556360868,\n \"acc_norm\": 0.7926605504587156,\n \"acc_norm_stderr\": 0.01738141556360868\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.49537037037037035,\n \"acc_stderr\": 0.03409825519163572,\n \"acc_norm\": 0.49537037037037035,\n \"acc_norm_stderr\": 0.03409825519163572\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.7794117647058824,\n \"acc_stderr\": 0.02910225438967407,\n \"acc_norm\": 0.7794117647058824,\n \"acc_norm_stderr\": 0.02910225438967407\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.7510548523206751,\n \"acc_stderr\": 0.028146970599422644,\n \"acc_norm\": 0.7510548523206751,\n \"acc_norm_stderr\": 0.028146970599422644\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6278026905829597,\n \"acc_stderr\": 0.032443052830087304,\n \"acc_norm\": 0.6278026905829597,\n \"acc_norm_stderr\": 0.032443052830087304\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.7251908396946565,\n \"acc_stderr\": 0.03915345408847837,\n \"acc_norm\": 0.7251908396946565,\n \"acc_norm_stderr\": 0.03915345408847837\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.768595041322314,\n \"acc_stderr\": 0.03849856098794088,\n \"acc_norm\": 0.768595041322314,\n \"acc_norm_stderr\": 0.03849856098794088\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.7129629629629629,\n \"acc_stderr\": 0.043733130409147614,\n \"acc_norm\": 0.7129629629629629,\n \"acc_norm_stderr\": 0.043733130409147614\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.7116564417177914,\n \"acc_stderr\": 0.035590395316173425,\n \"acc_norm\": 0.7116564417177914,\n \"acc_norm_stderr\": 0.035590395316173425\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.4017857142857143,\n \"acc_stderr\": 0.04653333146973647,\n \"acc_norm\": 0.4017857142857143,\n \"acc_norm_stderr\": 0.04653333146973647\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.7475728155339806,\n \"acc_stderr\": 0.04301250399690879,\n \"acc_norm\": 0.7475728155339806,\n \"acc_norm_stderr\": 0.04301250399690879\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8717948717948718,\n \"acc_stderr\": 0.021901905115073318,\n \"acc_norm\": 0.8717948717948718,\n \"acc_norm_stderr\": 0.021901905115073318\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.63,\n \"acc_stderr\": 0.04852365870939099,\n \"acc_norm\": 0.63,\n \"acc_norm_stderr\": 0.04852365870939099\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.7841634738186463,\n \"acc_stderr\": 0.01471168438613996,\n \"acc_norm\": 0.7841634738186463,\n \"acc_norm_stderr\": 0.01471168438613996\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.6763005780346821,\n \"acc_stderr\": 0.02519018132760842,\n \"acc_norm\": 0.6763005780346821,\n \"acc_norm_stderr\": 0.02519018132760842\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.38994413407821227,\n \"acc_stderr\": 0.01631237662921307,\n \"acc_norm\": 0.38994413407821227,\n \"acc_norm_stderr\": 0.01631237662921307\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.6764705882352942,\n \"acc_stderr\": 0.026787453111906497,\n \"acc_norm\": 0.6764705882352942,\n \"acc_norm_stderr\": 0.026787453111906497\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6688102893890675,\n \"acc_stderr\": 0.026730620728004913,\n \"acc_norm\": 0.6688102893890675,\n \"acc_norm_stderr\": 0.026730620728004913\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.6635802469135802,\n \"acc_stderr\": 0.02628973494595293,\n \"acc_norm\": 0.6635802469135802,\n \"acc_norm_stderr\": 0.02628973494595293\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.43617021276595747,\n \"acc_stderr\": 0.02958345203628407,\n \"acc_norm\": 0.43617021276595747,\n \"acc_norm_stderr\": 0.02958345203628407\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.4132985658409387,\n \"acc_stderr\": 0.012576779494860087,\n \"acc_norm\": 0.4132985658409387,\n \"acc_norm_stderr\": 0.012576779494860087\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.6286764705882353,\n \"acc_stderr\": 0.029349803139765873,\n \"acc_norm\": 0.6286764705882353,\n \"acc_norm_stderr\": 0.029349803139765873\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.5931372549019608,\n \"acc_stderr\": 0.019873802005061173,\n \"acc_norm\": 0.5931372549019608,\n \"acc_norm_stderr\": 0.019873802005061173\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6636363636363637,\n \"acc_stderr\": 0.04525393596302505,\n \"acc_norm\": 0.6636363636363637,\n \"acc_norm_stderr\": 0.04525393596302505\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.689795918367347,\n \"acc_stderr\": 0.029613459872484378,\n \"acc_norm\": 0.689795918367347,\n \"acc_norm_stderr\": 0.029613459872484378\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.7860696517412935,\n \"acc_stderr\": 0.02899690969332891,\n \"acc_norm\": 0.7860696517412935,\n \"acc_norm_stderr\": 0.02899690969332891\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.84,\n \"acc_stderr\": 0.03684529491774709,\n \"acc_norm\": 0.84,\n \"acc_norm_stderr\": 0.03684529491774709\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4819277108433735,\n \"acc_stderr\": 0.038899512528272166,\n \"acc_norm\": 0.4819277108433735,\n \"acc_norm_stderr\": 0.038899512528272166\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.7894736842105263,\n \"acc_stderr\": 0.03126781714663179,\n \"acc_norm\": 0.7894736842105263,\n \"acc_norm_stderr\": 0.03126781714663179\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.32313341493268055,\n \"mc1_stderr\": 0.016371836286454604,\n \"mc2\": 0.507583773070451,\n \"mc2_stderr\": 0.014770823381787772\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.7632202052091555,\n \"acc_stderr\": 0.011947592365207397\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.41015921152388174,\n \"acc_stderr\": 0.013548335117860353\n }\n}\n```", "repo_url": "https://huggingface.co/NovoCode/Tiger-DPO", "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": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-08-40.800066.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-49-32.301206.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["**/details_harness|winogrande|5_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["**/details_harness|winogrande|5_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-02-16T14-49-32.301206.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_02_16T14_08_40.800066", "path": ["results_2024-02-16T14-08-40.800066.parquet"]}, {"split": "2024_02_16T14_49_32.301206", "path": ["results_2024-02-16T14-49-32.301206.parquet"]}, {"split": "latest", "path": ["results_2024-02-16T14-49-32.301206.parquet"]}]}]}
2024-02-16T14:51:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of NovoCode/Tiger-DPO Dataset automatically created during the evaluation run of model NovoCode/Tiger-DPO on the Open LLM Leaderboard. The dataset is composed of 63 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-02-16T14:49:32.301206(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of NovoCode/Tiger-DPO\n\n\n\nDataset automatically created during the evaluation run of model NovoCode/Tiger-DPO on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T14:49:32.301206(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of NovoCode/Tiger-DPO\n\n\n\nDataset automatically created during the evaluation run of model NovoCode/Tiger-DPO on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T14:49:32.301206(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 177, 67, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of NovoCode/Tiger-DPO\n\n\n\nDataset automatically created during the evaluation run of model NovoCode/Tiger-DPO on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-02-16T14:49:32.301206(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]## Dataset Card Contact" ]
[ -0.04935254901647568, 0.18896432220935822, -0.006869103293865919, 0.029227610677480698, 0.07393712550401688, -0.0002580849686637521, 0.04517939314246178, 0.10952391475439072, 0.026012202724814415, 0.15418344736099243, -0.00627103541046381, 0.09617030620574951, 0.10800227522850037, 0.12267621606588364, 0.02248334512114525, -0.154028058052063, 0.06276018172502518, -0.08328111469745636, 0.08635801076889038, 0.06810279935598373, 0.06971761584281921, -0.078399658203125, 0.050704240798950195, -0.026591774076223373, 0.014474272727966309, -0.006996420212090015, -0.059237040579319, -0.04461449384689331, 0.09844877570867538, 0.05629706755280495, 0.05226248875260353, -0.017214415594935417, 0.018162202090024948, -0.2713622450828552, 0.019527066498994827, 0.10609641671180725, 0.005958240013569593, 0.044491272419691086, 0.15026715397834778, -0.07847762852907181, 0.10971194505691528, -0.03077446110546589, 0.08332908153533936, 0.04244506359100342, -0.12740328907966614, -0.17972861230373383, -0.14575353264808655, 0.00689391465857625, 0.07508836686611176, 0.04573193937540054, -0.024326266720891, 0.10604590177536011, -0.05428639426827431, 0.04405828192830086, 0.12509785592556, -0.16823740303516388, -0.02287108078598976, 0.05184713378548622, 0.01987062394618988, 0.054636768996715546, -0.07818686217069626, -0.03168032690882683, 0.0265208687633276, 0.047451041638851166, 0.004227028228342533, 0.009638653136789799, 0.07124794274568558, 0.015238326974213123, -0.15005451440811157, -0.12635736167430878, 0.09888957440853119, -0.01563262566924095, -0.0419948436319828, -0.16009080410003662, -0.05597463622689247, -0.03148060664534569, 0.011695955879986286, 0.006982410326600075, 0.015565815381705761, 0.006418825127184391, 0.07389965653419495, 0.004937019664794207, -0.08146222680807114, -0.05002472922205925, -0.04825857654213905, 0.030420834198594093, 0.037282250821590424, -0.0026609222404658794, -0.007057195995002985, 0.14646296203136444, 0.03576180338859558, -0.0705680251121521, -0.096674844622612, -0.04388079047203064, -0.12932579219341278, -0.043452583253383636, 0.015440430492162704, -0.06351509690284729, 0.04996345192193985, 0.24737422168254852, -0.04702756553888321, 0.029656358063220978, -0.08329067379236221, 0.008298809640109539, 0.11266765743494034, 0.09619230777025223, -0.05898222327232361, -0.06659585982561111, -0.0486501008272171, 0.017971348017454147, 0.023180514574050903, -0.03199149668216705, 0.02679375931620598, 0.06600437313318253, 0.031137317419052124, 0.13486501574516296, 0.11814776808023453, 0.031832534819841385, -0.068888820707798, -0.018825333565473557, 0.13438402116298676, -0.1810438334941864, 0.005132289603352547, 0.019649675115942955, -0.03392866998910904, -0.0685323104262352, 0.05584798753261566, -0.025640541687607765, -0.07050295919179916, 0.11008919030427933, -0.05991353467106819, -0.06990102678537369, -0.11451472342014313, -0.07405363023281097, 0.031117048114538193, -0.04345335066318512, -0.061299879103899, -0.054290056228637695, -0.1516033411026001, -0.08736438304185867, 0.024592190980911255, -0.06927327811717987, -0.01635795645415783, -0.008081510663032532, 0.021911831572651863, -0.021175812929868698, -0.006933135446161032, 0.09187215566635132, -0.0742456465959549, 0.04260091111063957, -0.03857076168060303, 0.04359443113207817, 0.0966695174574852, 0.036253489553928375, -0.1400236338376999, 0.09568508714437485, -0.09500335156917572, 0.10818846523761749, -0.08591432124376297, -0.020260445773601532, -0.10692115873098373, 0.014048390090465546, -0.023737937211990356, 0.015596810728311539, -0.0069348434917628765, 0.08995214849710464, -0.21389541029930115, -0.018572308123111725, 0.1945982575416565, -0.13764454424381256, -0.05737091973423958, 0.05650690943002701, -0.024158326908946037, 0.045103877782821655, 0.059023723006248474, 0.07989464700222015, 0.09954521059989929, -0.06714893877506256, -0.09885726124048233, -0.058659013360738754, -0.044597312808036804, 0.14970029890537262, 0.061348527669906616, -0.09144729375839233, 0.100880928337574, 0.03317483887076378, 0.0021737655624747276, -0.048571694642305374, -0.006535329390317202, -0.057370513677597046, 0.009286911226809025, -0.0145253986120224, -0.08435533940792084, -0.021210908889770508, -0.099138543009758, -0.008733882568776608, -0.06286247819662094, 0.016939997673034668, 0.09838605672121048, -0.025974320247769356, 0.02311861887574196, -0.09007814526557922, 0.08015904575586319, -0.007574997842311859, 0.02450449950993061, -0.20430979132652283, -0.09249261021614075, 0.03875243663787842, -0.17964421212673187, 0.036041390150785446, 0.007343503646552563, 0.015398255549371243, 0.04272828996181488, 0.004571296274662018, 0.013014007359743118, -0.0004402996273711324, -0.010519368574023247, 0.009795929305255413, -0.14875437319278717, -0.019987376406788826, -0.07152147591114044, 0.07946392148733139, -0.09336041659116745, -0.018769115209579468, 0.1088334321975708, 0.15636976063251495, 0.015903357416391373, -0.08048147708177567, 0.03539295122027397, 0.02315807156264782, -0.04986572265625, -0.06300285458564758, 0.00970940850675106, 0.00628440547734499, 0.027862677350640297, 0.07579982280731201, -0.1908833384513855, -0.17714114487171173, 0.08721642196178436, 0.12181223928928375, -0.07956083863973618, -0.07421410828828812, -0.06593048572540283, -0.05345192551612854, -0.0986904501914978, -0.0513988733291626, 0.09329050779342651, 0.07976178824901581, 0.04683462902903557, -0.06717107445001602, -0.05866089090704918, -0.014867241494357586, 0.039053481072187424, -0.07140553742647171, 0.09972991049289703, 0.10531620681285858, -0.08958804607391357, 0.11527950316667557, -0.03394007682800293, 0.10984846204519272, 0.12474407255649567, -0.005661477334797382, -0.11882533878087997, -0.005846583284437656, 0.06559599936008453, 0.043009769171476364, 0.08222920447587967, -0.02228405699133873, 0.04924524575471878, 0.08233118802309036, 0.005016990937292576, 0.03679107502102852, -0.07777122408151627, 0.035218752920627594, 0.0392439179122448, -0.011732649058103561, -0.0023811047431081533, 0.003951319959014654, 0.035166237503290176, 0.0908602848649025, 0.018388140946626663, 0.06624002009630203, -0.015534880571067333, -0.048076167702674866, -0.0835820659995079, 0.14177504181861877, -0.10351377725601196, -0.21484728157520294, -0.1507773995399475, -0.043712813407182693, -0.02535405382514, -0.0012061010347679257, 0.044468916952610016, 0.002114938572049141, -0.09438061714172363, -0.09701862186193466, 0.056977249681949615, 0.03193944692611694, -0.10848618298768997, -0.04093129187822342, 0.015076929703354836, -0.005644671153277159, -0.16197524964809418, 0.02066694386303425, 0.026927951723337173, -0.07893802225589752, 0.022377856075763702, 0.07999695837497711, 0.11700846254825592, 0.12070152908563614, 0.0781238004565239, -0.016075149178504944, -0.013850316405296326, 0.16479921340942383, -0.12209296971559525, 0.025596758350729942, 0.09363839030265808, -0.0423029363155365, 0.08174989372491837, 0.16099080443382263, -0.0003757350204978138, -0.08481200784444809, 0.04202421382069588, 0.09888431429862976, -0.06847956776618958, -0.25781741738319397, -0.07143113017082214, -0.029759829863905907, 0.0678049772977829, 0.10004525631666183, 0.07666444778442383, -0.015603838488459587, 0.013100449927151203, -0.11680035293102264, -0.04415681213140488, -0.02625877782702446, 0.06614521890878677, 0.05139972269535065, -0.0009928739164024591, 0.04846933111548424, -0.05182158946990967, 0.020811008289456367, 0.12396517395973206, 0.020067211240530014, 0.17947177588939667, -0.05267985165119171, 0.17995993793010712, 0.10082240402698517, 0.06421157717704773, -0.012229363434016705, 0.07743574678897858, -0.016593262553215027, 0.07504269480705261, -0.006122284568846226, -0.08695702254772186, -0.028118858113884926, 0.08464597165584564, 0.04472634941339493, -0.030484221875667572, 0.05554705485701561, -0.059659019112586975, 0.06978529691696167, 0.25741448998451233, 0.00831498671323061, -0.1636631041765213, -0.023590704426169395, 0.03997941315174103, -0.035273294895887375, -0.10381565243005753, -0.0020085733849555254, 0.06715565919876099, -0.15561576187610626, 0.05511865019798279, -0.0346442312002182, 0.07558302581310272, -0.14823514223098755, -0.032105203717947006, 0.00962371751666069, 0.06412281841039658, -0.03363144025206566, 0.09738031029701233, -0.18957635760307312, 0.07890085130929947, -0.01661818102002144, 0.027509046718478203, -0.06447628885507584, 0.07794853299856186, -0.0078052314929664135, -0.06936689466238022, 0.1352105289697647, 0.0015206936514005065, -0.09539612382650375, -0.06041453406214714, -0.11549298465251923, -0.016018088907003403, 0.03450819477438927, -0.1252688318490982, 0.11781830340623856, 0.011967858299612999, -0.00874386914074421, -0.05316940322518349, -0.013738646171987057, -0.05675911530852318, -0.2016633003950119, 0.08942302316427231, -0.12743330001831055, 0.06314729899168015, -0.052665792405605316, -0.03367931395769119, -0.05968102067708969, 0.14716172218322754, -0.13410687446594238, -0.0854974165558815, -0.10793644189834595, -0.021708346903324127, 0.11573021858930588, -0.0675731971859932, 0.05738557130098343, -0.042391907423734665, 0.1701909899711609, -0.028066974133253098, -0.05515214800834656, 0.02437925897538662, -0.0575740747153759, -0.1673424392938614, -0.03884664922952652, 0.11882663518190384, 0.07189803570508957, 0.0031487559899687767, -0.006774306762963533, 0.06607163697481155, 0.011756337247788906, -0.09734068810939789, 0.04930375888943672, 0.12113577872514725, 0.09375187009572983, 0.06517882645130157, -0.020556028932332993, -0.08397645503282547, -0.09805717319250107, -0.07622960209846497, 0.06140132248401642, 0.17866405844688416, -0.04943826422095299, 0.12631183862686157, 0.11728527396917343, -0.1111590564250946, -0.21497003734111786, -0.07367951422929764, -0.009825190529227257, -0.013655705377459526, 0.1066097691655159, -0.21083573997020721, 0.038967933505773544, 0.08689864724874496, -0.022523675113916397, 0.124315045773983, -0.24550575017929077, -0.13005751371383667, 0.06642695516347885, 0.03932758793234825, -0.16170817613601685, -0.12127405405044556, -0.09222247451543808, -0.012581947259604931, -0.11084497720003128, 0.12080791592597961, -0.014180540107190609, 0.03576580807566643, -0.013192263431847095, 0.05362280458211899, 0.04539386183023453, -0.054030466824769974, 0.13978976011276245, -0.02030174992978573, 0.041727710515260696, -0.0946776270866394, -0.002973692724481225, -0.037237104028463364, -0.04366413503885269, 0.0528646856546402, 0.024583425372838974, 0.03077288530766964, -0.04744329676032066, -0.051471274346113205, -0.03381919488310814, 0.040869198739528656, -0.06531516462564468, -0.07422493398189545, -0.06253558397293091, 0.07207407057285309, 0.07159765809774399, -0.019392309710383415, 0.009004643186926842, -0.05756792426109314, 0.04931366443634033, 0.202264204621315, 0.06723438948392868, 0.05744236335158348, -0.11574359238147736, -0.037685465067625046, 0.0029574644286185503, 0.019379328936338425, -0.06388796120882034, 0.051162753254175186, 0.09110678732395172, 0.040453653782606125, 0.1076187938451767, -0.0018560427706688643, -0.2134609967470169, -0.007188871037214994, 0.07738382369279861, -0.10909754037857056, -0.18174630403518677, 0.04106122627854347, 0.016959188506007195, -0.10391411930322647, -0.08750884979963303, 0.07895056158304214, 0.031119542196393013, -0.01669483445584774, 0.02146713249385357, 0.07264113426208496, 0.035785142332315445, 0.09144502133131027, -0.03477506712079048, 0.04630019888281822, -0.07882548123598099, 0.13257713615894318, 0.13928048312664032, -0.120402492582798, -0.008991936221718788, 0.06534392386674881, -0.051647741347551346, -0.0473385751247406, -0.04204345494508743, 0.06755877286195755, 0.010221198201179504, -0.04729952663183212, -0.023237815126776695, -0.083753302693367, 0.08042262494564056, 0.13211746513843536, 0.0019395285053178668, 0.08785413950681686, 0.01778765581548214, 0.004381042905151844, -0.055064402520656586, 0.11601534485816956, 0.024935370311141014, 0.038291383534669876, -0.025721009820699692, 0.038718339055776596, 0.01625257357954979, -0.018592728301882744, 0.014910879544913769, -0.06421221792697906, -0.05990959331393242, 0.013938375748693943, -0.14387695491313934, 0.01781403087079525, -0.08425772190093994, -0.012369384989142418, 0.007543476764112711, 0.015204790979623795, 0.005088812671601772, 0.01809420809149742, -0.05435698479413986, -0.055013492703437805, -0.04835524782538414, 0.11046002805233002, -0.1979321986436844, 0.005599131342023611, 0.08177056163549423, -0.08527673780918121, 0.07939606159925461, 0.004521895200014114, -0.002762959571555257, 0.006666059605777264, -0.07475831359624863, -0.0045378985814750195, -0.019999615848064423, 0.04193722829222679, 0.01394939236342907, -0.14640845358371735, -0.012322300113737583, 0.0026122848503291607, -0.11488480865955353, -0.003689813194796443, -0.007798376493155956, -0.1450129896402359, 0.07277494668960571, 0.09894004464149475, -0.040267616510391235, -0.03195260837674141, 0.024295533075928688, 0.0382365845143795, 0.026800859719514847, 0.09949792176485062, -0.027156135067343712, 0.040926627814769745, -0.15452779829502106, -0.04239033907651901, 0.00946948491036892, 0.01286396011710167, 0.04429659992456436, 0.01556604914367199, 0.04173226282000542, -0.017259590327739716, 0.22238320112228394, -0.01651519350707531, -0.034413740038871765, 0.03265810012817383, 0.004514331463724375, -0.0489342026412487, 0.033138759434223175, 0.0027553944382816553, 0.01791832596063614, 0.015270707197487354, 0.013597095385193825, -0.02456480823457241, -0.046146538108587265, 0.025881227105855942, 0.10839304327964783, 0.10307075828313828, 0.23562391102313995, -0.043461933732032776, 0.04174346849322319, -0.13034288585186005, -0.06960328668355942, 0.00009893371316138655, -0.05416656285524368, 0.047829993069171906, -0.04468797519803047, 0.061833128333091736, 0.11905700713396072, -0.13535167276859283, 0.13250961899757385, -0.027697157114744186, -0.024829594418406487, -0.07694137841463089, -0.20617438852787018, -0.029707377776503563, 0.004314245190471411, 0.0024938080459833145, -0.09099606424570084, 0.09447994083166122, 0.13948777318000793, 0.01055477187037468, -0.016233840957283974, 0.07592874020338058, -0.11788133531808853, -0.0672023594379425, -0.029201729223132133, 0.027428369969129562, 0.03267773613333702, 0.01979634165763855, 0.04852521792054176, 0.009686856530606747, 0.07543981820344925, 0.08092045783996582, 0.07722630351781845, 0.06108211353421211, 0.04953809827566147, -0.036145683377981186, -0.035531505942344666, 0.009386997669935226, -0.023178581148386, -0.06124342605471611, 0.1774442195892334, 0.062000822275877, 0.027756335213780403, 0.02219448983669281, 0.20249569416046143, -0.0065393573604524136, -0.06737502664327621, -0.13473890721797943, 0.15714028477668762, 0.0030805219430476427, 0.03060954250395298, 0.037979017943143845, -0.13135646283626556, -0.00008291738049592823, 0.13535502552986145, 0.08638117462396622, 0.025568073615431786, 0.014488195069134235, 0.024339279159903526, 0.024065811187028885, -0.026338599622249603, 0.028999989852309227, 0.03917168080806732, 0.20210754871368408, -0.03422022983431816, 0.08480629324913025, -0.034368302673101425, -0.018128445371985435, -0.029431315138936043, 0.10950952768325806, -0.034402891993522644, 0.01937633566558361, -0.06889413297176361, 0.07790619879961014, -0.06361587345600128, -0.2325599640607834, 0.014329797588288784, -0.04056667909026146, -0.13192054629325867, -0.005327519960701466, 0.03680230677127838, -0.028528008610010147, 0.03556162863969803, 0.04388389736413956, -0.019235843792557716, 0.1737610548734665, 0.019830550998449326, -0.06064387783408165, -0.09558749943971634, 0.07132796943187714, -0.041332345455884933, 0.274603009223938, -0.0021991163957864046, 0.014663340523838997, 0.0818711370229721, 0.004855290520936251, -0.13100069761276245, 0.058996450155973434, 0.08882532268762589, -0.07215692847967148, 0.03355428948998451, 0.1152232438325882, -0.016174480319023132, 0.10537972301244736, 0.05592464283108711, -0.001781292026862502, 0.06748686730861664, 0.029987003654241562, 0.007635897491127253, -0.08463860303163528, 0.06287447363138199, -0.092091865837574, 0.11256302148103714, 0.14098265767097473, -0.015838200226426125, 0.02045772224664688, -0.05821758136153221, 0.047505877912044525, -0.05460105463862419, 0.09367713332176208, -0.0055168564431369305, -0.12667131423950195, 0.05084322765469551, 0.04085646569728851, 0.07227576524019241, -0.17628662288188934, -0.06590444594621658, 0.08466476947069168, -0.053130827844142914, -0.02687705121934414, 0.08543693274259567, 0.015174050815403461, 0.020768627524375916, -0.061088502407073975, -0.10700737684965134, 0.02488086186349392, 0.1009879931807518, -0.07190991938114166, -0.046392202377319336 ]
d2fb0045bf6f4b4d160d95f53626d05905a8878e
# Dataset Card for Evaluation run of CorticalStack/mistral-7b-openhermes-sft <!-- Provide a quick summary of the dataset. --> Dataset automatically created during the evaluation run of model [CorticalStack/mistral-7b-openhermes-sft](https://huggingface.co/CorticalStack/mistral-7b-openhermes-sft) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated 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_CorticalStack__mistral-7b-openhermes-sft", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2024-02-16T14:13:04.061725](https://huggingface.co/datasets/open-llm-leaderboard/details_CorticalStack__mistral-7b-openhermes-sft/blob/main/results_2024-02-16T14-13-04.061725.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": { "acc": 0.6070598204374664, "acc_stderr": 0.03297690039129263, "acc_norm": 0.6130046390646828, "acc_norm_stderr": 0.033660154914381686, "mc1": 0.31456548347613217, "mc1_stderr": 0.016255241993179185, "mc2": 0.4630793817398098, "mc2_stderr": 0.014741207245405565 }, "harness|arc:challenge|25": { "acc": 0.5776450511945392, "acc_stderr": 0.01443413871337998, "acc_norm": 0.60580204778157, "acc_norm_stderr": 0.01428052266746732 }, "harness|hellaswag|10": { "acc": 0.6233817964548894, "acc_stderr": 0.004835475957610925, "acc_norm": 0.8200557657837084, "acc_norm_stderr": 0.003833559228158668 }, "harness|hendrycksTest-abstract_algebra|5": { "acc": 0.33, "acc_stderr": 0.04725815626252605, "acc_norm": 0.33, "acc_norm_stderr": 0.04725815626252605 }, "harness|hendrycksTest-anatomy|5": { "acc": 0.5703703703703704, "acc_stderr": 0.042763494943765995, "acc_norm": 0.5703703703703704, "acc_norm_stderr": 0.042763494943765995 }, "harness|hendrycksTest-astronomy|5": { "acc": 0.6381578947368421, "acc_stderr": 0.039105257528497236, "acc_norm": 0.6381578947368421, "acc_norm_stderr": 0.039105257528497236 }, "harness|hendrycksTest-business_ethics|5": { "acc": 0.54, "acc_stderr": 0.05009082659620333, "acc_norm": 0.54, "acc_norm_stderr": 0.05009082659620333 }, "harness|hendrycksTest-clinical_knowledge|5": { "acc": 0.6830188679245283, "acc_stderr": 0.02863723563980089, "acc_norm": 0.6830188679245283, "acc_norm_stderr": 0.02863723563980089 }, "harness|hendrycksTest-college_biology|5": { "acc": 0.7013888888888888, "acc_stderr": 0.03827052357950756, "acc_norm": 0.7013888888888888, "acc_norm_stderr": 0.03827052357950756 }, "harness|hendrycksTest-college_chemistry|5": { "acc": 0.42, "acc_stderr": 0.049604496374885836, "acc_norm": 0.42, "acc_norm_stderr": 0.049604496374885836 }, "harness|hendrycksTest-college_computer_science|5": { "acc": 0.52, "acc_stderr": 0.05021167315686779, "acc_norm": 0.52, "acc_norm_stderr": 0.05021167315686779 }, "harness|hendrycksTest-college_mathematics|5": { "acc": 0.3, "acc_stderr": 0.046056618647183814, "acc_norm": 0.3, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-college_medicine|5": { "acc": 0.5780346820809249, "acc_stderr": 0.0376574669386515, "acc_norm": 0.5780346820809249, "acc_norm_stderr": 0.0376574669386515 }, "harness|hendrycksTest-college_physics|5": { "acc": 0.4117647058823529, "acc_stderr": 0.048971049527263666, "acc_norm": 0.4117647058823529, "acc_norm_stderr": 0.048971049527263666 }, "harness|hendrycksTest-computer_security|5": { "acc": 0.74, "acc_stderr": 0.04408440022768077, "acc_norm": 0.74, "acc_norm_stderr": 0.04408440022768077 }, "harness|hendrycksTest-conceptual_physics|5": { "acc": 0.5404255319148936, "acc_stderr": 0.03257901482099835, "acc_norm": 0.5404255319148936, "acc_norm_stderr": 0.03257901482099835 }, "harness|hendrycksTest-econometrics|5": { "acc": 0.4824561403508772, "acc_stderr": 0.04700708033551038, "acc_norm": 0.4824561403508772, "acc_norm_stderr": 0.04700708033551038 }, "harness|hendrycksTest-electrical_engineering|5": { "acc": 0.593103448275862, "acc_stderr": 0.04093793981266236, "acc_norm": 0.593103448275862, "acc_norm_stderr": 0.04093793981266236 }, "harness|hendrycksTest-elementary_mathematics|5": { "acc": 0.3994708994708995, "acc_stderr": 0.025225450284067884, "acc_norm": 0.3994708994708995, "acc_norm_stderr": 0.025225450284067884 }, "harness|hendrycksTest-formal_logic|5": { "acc": 0.42063492063492064, "acc_stderr": 0.04415438226743744, "acc_norm": 0.42063492063492064, "acc_norm_stderr": 0.04415438226743744 }, "harness|hendrycksTest-global_facts|5": { "acc": 0.37, "acc_stderr": 0.048523658709391, "acc_norm": 0.37, "acc_norm_stderr": 0.048523658709391 }, "harness|hendrycksTest-high_school_biology|5": { "acc": 0.7096774193548387, "acc_stderr": 0.02582210611941589, "acc_norm": 0.7096774193548387, "acc_norm_stderr": 0.02582210611941589 }, "harness|hendrycksTest-high_school_chemistry|5": { "acc": 0.46798029556650245, "acc_stderr": 0.03510766597959215, "acc_norm": 0.46798029556650245, "acc_norm_stderr": 0.03510766597959215 }, "harness|hendrycksTest-high_school_computer_science|5": { "acc": 0.65, "acc_stderr": 0.04793724854411019, "acc_norm": 0.65, "acc_norm_stderr": 0.04793724854411019 }, "harness|hendrycksTest-high_school_european_history|5": { "acc": 0.7333333333333333, "acc_stderr": 0.03453131801885417, "acc_norm": 0.7333333333333333, "acc_norm_stderr": 0.03453131801885417 }, "harness|hendrycksTest-high_school_geography|5": { "acc": 0.7676767676767676, "acc_stderr": 0.030088629490217487, "acc_norm": 0.7676767676767676, "acc_norm_stderr": 0.030088629490217487 }, "harness|hendrycksTest-high_school_government_and_politics|5": { "acc": 0.844559585492228, "acc_stderr": 0.026148483469153303, "acc_norm": 0.844559585492228, "acc_norm_stderr": 0.026148483469153303 }, "harness|hendrycksTest-high_school_macroeconomics|5": { "acc": 0.6282051282051282, "acc_stderr": 0.024503472557110943, "acc_norm": 0.6282051282051282, "acc_norm_stderr": 0.024503472557110943 }, "harness|hendrycksTest-high_school_mathematics|5": { "acc": 0.3333333333333333, "acc_stderr": 0.028742040903948485, "acc_norm": 0.3333333333333333, "acc_norm_stderr": 0.028742040903948485 }, "harness|hendrycksTest-high_school_microeconomics|5": { "acc": 0.592436974789916, "acc_stderr": 0.03191863374478466, "acc_norm": 0.592436974789916, "acc_norm_stderr": 0.03191863374478466 }, "harness|hendrycksTest-high_school_physics|5": { "acc": 0.3509933774834437, "acc_stderr": 0.03896981964257375, "acc_norm": 0.3509933774834437, "acc_norm_stderr": 0.03896981964257375 }, "harness|hendrycksTest-high_school_psychology|5": { "acc": 0.7779816513761468, "acc_stderr": 0.017818849564796634, "acc_norm": 0.7779816513761468, "acc_norm_stderr": 0.017818849564796634 }, "harness|hendrycksTest-high_school_statistics|5": { "acc": 0.4722222222222222, "acc_stderr": 0.0340470532865388, "acc_norm": 0.4722222222222222, "acc_norm_stderr": 0.0340470532865388 }, "harness|hendrycksTest-high_school_us_history|5": { "acc": 0.7647058823529411, "acc_stderr": 0.029771775228145624, "acc_norm": 0.7647058823529411, "acc_norm_stderr": 0.029771775228145624 }, "harness|hendrycksTest-high_school_world_history|5": { "acc": 0.7552742616033755, "acc_stderr": 0.027985699387036423, "acc_norm": 0.7552742616033755, "acc_norm_stderr": 0.027985699387036423 }, "harness|hendrycksTest-human_aging|5": { "acc": 0.6502242152466368, "acc_stderr": 0.03200736719484503, "acc_norm": 0.6502242152466368, "acc_norm_stderr": 0.03200736719484503 }, "harness|hendrycksTest-human_sexuality|5": { "acc": 0.7709923664122137, "acc_stderr": 0.036853466317118506, "acc_norm": 0.7709923664122137, "acc_norm_stderr": 0.036853466317118506 }, "harness|hendrycksTest-international_law|5": { "acc": 0.7851239669421488, "acc_stderr": 0.037494924487096966, "acc_norm": 0.7851239669421488, "acc_norm_stderr": 0.037494924487096966 }, "harness|hendrycksTest-jurisprudence|5": { "acc": 0.6944444444444444, "acc_stderr": 0.04453197507374984, "acc_norm": 0.6944444444444444, "acc_norm_stderr": 0.04453197507374984 }, "harness|hendrycksTest-logical_fallacies|5": { "acc": 0.6993865030674846, "acc_stderr": 0.03602511318806771, "acc_norm": 0.6993865030674846, "acc_norm_stderr": 0.03602511318806771 }, "harness|hendrycksTest-machine_learning|5": { "acc": 0.4107142857142857, "acc_stderr": 0.04669510663875191, "acc_norm": 0.4107142857142857, "acc_norm_stderr": 0.04669510663875191 }, "harness|hendrycksTest-management|5": { "acc": 0.7572815533980582, "acc_stderr": 0.04245022486384495, "acc_norm": 0.7572815533980582, "acc_norm_stderr": 0.04245022486384495 }, "harness|hendrycksTest-marketing|5": { "acc": 0.8589743589743589, "acc_stderr": 0.02280138253459754, "acc_norm": 0.8589743589743589, "acc_norm_stderr": 0.02280138253459754 }, "harness|hendrycksTest-medical_genetics|5": { "acc": 0.7, "acc_stderr": 0.046056618647183814, "acc_norm": 0.7, "acc_norm_stderr": 0.046056618647183814 }, "harness|hendrycksTest-miscellaneous|5": { "acc": 0.8020434227330779, "acc_stderr": 0.01424887354921758, "acc_norm": 0.8020434227330779, "acc_norm_stderr": 0.01424887354921758 }, "harness|hendrycksTest-moral_disputes|5": { "acc": 0.6705202312138728, "acc_stderr": 0.025305258131879716, "acc_norm": 0.6705202312138728, "acc_norm_stderr": 0.025305258131879716 }, "harness|hendrycksTest-moral_scenarios|5": { "acc": 0.27039106145251396, "acc_stderr": 0.014854993938010073, "acc_norm": 0.27039106145251396, "acc_norm_stderr": 0.014854993938010073 }, "harness|hendrycksTest-nutrition|5": { "acc": 0.6830065359477124, "acc_stderr": 0.026643278474508755, "acc_norm": 0.6830065359477124, "acc_norm_stderr": 0.026643278474508755 }, "harness|hendrycksTest-philosophy|5": { "acc": 0.6881028938906752, "acc_stderr": 0.02631185807185416, "acc_norm": 0.6881028938906752, "acc_norm_stderr": 0.02631185807185416 }, "harness|hendrycksTest-prehistory|5": { "acc": 0.7067901234567902, "acc_stderr": 0.025329888171900922, "acc_norm": 0.7067901234567902, "acc_norm_stderr": 0.025329888171900922 }, "harness|hendrycksTest-professional_accounting|5": { "acc": 0.45390070921985815, "acc_stderr": 0.029700453247291463, "acc_norm": 0.45390070921985815, "acc_norm_stderr": 0.029700453247291463 }, "harness|hendrycksTest-professional_law|5": { "acc": 0.4380704041720991, "acc_stderr": 0.012671902782567654, "acc_norm": 0.4380704041720991, "acc_norm_stderr": 0.012671902782567654 }, "harness|hendrycksTest-professional_medicine|5": { "acc": 0.6470588235294118, "acc_stderr": 0.029029422815681393, "acc_norm": 0.6470588235294118, "acc_norm_stderr": 0.029029422815681393 }, "harness|hendrycksTest-professional_psychology|5": { "acc": 0.6176470588235294, "acc_stderr": 0.01965992249362335, "acc_norm": 0.6176470588235294, "acc_norm_stderr": 0.01965992249362335 }, "harness|hendrycksTest-public_relations|5": { "acc": 0.6545454545454545, "acc_stderr": 0.04554619617541054, "acc_norm": 0.6545454545454545, "acc_norm_stderr": 0.04554619617541054 }, "harness|hendrycksTest-security_studies|5": { "acc": 0.7061224489795919, "acc_stderr": 0.02916273841024977, "acc_norm": 0.7061224489795919, "acc_norm_stderr": 0.02916273841024977 }, "harness|hendrycksTest-sociology|5": { "acc": 0.845771144278607, "acc_stderr": 0.02553843336857833, "acc_norm": 0.845771144278607, "acc_norm_stderr": 0.02553843336857833 }, "harness|hendrycksTest-us_foreign_policy|5": { "acc": 0.86, "acc_stderr": 0.034873508801977704, "acc_norm": 0.86, "acc_norm_stderr": 0.034873508801977704 }, "harness|hendrycksTest-virology|5": { "acc": 0.4819277108433735, "acc_stderr": 0.038899512528272166, "acc_norm": 0.4819277108433735, "acc_norm_stderr": 0.038899512528272166 }, "harness|hendrycksTest-world_religions|5": { "acc": 0.8011695906432749, "acc_stderr": 0.030611116557432528, "acc_norm": 0.8011695906432749, "acc_norm_stderr": 0.030611116557432528 }, "harness|truthfulqa:mc|0": { "mc1": 0.31456548347613217, "mc1_stderr": 0.016255241993179185, "mc2": 0.4630793817398098, "mc2_stderr": 0.014741207245405565 }, "harness|winogrande|5": { "acc": 0.7758484609313339, "acc_stderr": 0.011720400740774104 }, "harness|gsm8k|5": { "acc": 0.312357846853677, "acc_stderr": 0.012765850404191427 } } ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
open-llm-leaderboard/details_CorticalStack__mistral-7b-openhermes-sft
[ "region:us" ]
2024-02-16T14:15:25+00:00
{"pretty_name": "Evaluation run of CorticalStack/mistral-7b-openhermes-sft", "dataset_summary": "Dataset automatically created during the evaluation run of model [CorticalStack/mistral-7b-openhermes-sft](https://huggingface.co/CorticalStack/mistral-7b-openhermes-sft) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated 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\nfrom datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_CorticalStack__mistral-7b-openhermes-sft\",\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese are the [latest results from run 2024-02-16T14:13:04.061725](https://huggingface.co/datasets/open-llm-leaderboard/details_CorticalStack__mistral-7b-openhermes-sft/blob/main/results_2024-02-16T14-13-04.061725.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 \"acc\": 0.6070598204374664,\n \"acc_stderr\": 0.03297690039129263,\n \"acc_norm\": 0.6130046390646828,\n \"acc_norm_stderr\": 0.033660154914381686,\n \"mc1\": 0.31456548347613217,\n \"mc1_stderr\": 0.016255241993179185,\n \"mc2\": 0.4630793817398098,\n \"mc2_stderr\": 0.014741207245405565\n },\n \"harness|arc:challenge|25\": {\n \"acc\": 0.5776450511945392,\n \"acc_stderr\": 0.01443413871337998,\n \"acc_norm\": 0.60580204778157,\n \"acc_norm_stderr\": 0.01428052266746732\n },\n \"harness|hellaswag|10\": {\n \"acc\": 0.6233817964548894,\n \"acc_stderr\": 0.004835475957610925,\n \"acc_norm\": 0.8200557657837084,\n \"acc_norm_stderr\": 0.003833559228158668\n },\n \"harness|hendrycksTest-abstract_algebra|5\": {\n \"acc\": 0.33,\n \"acc_stderr\": 0.04725815626252605,\n \"acc_norm\": 0.33,\n \"acc_norm_stderr\": 0.04725815626252605\n },\n \"harness|hendrycksTest-anatomy|5\": {\n \"acc\": 0.5703703703703704,\n \"acc_stderr\": 0.042763494943765995,\n \"acc_norm\": 0.5703703703703704,\n \"acc_norm_stderr\": 0.042763494943765995\n },\n \"harness|hendrycksTest-astronomy|5\": {\n \"acc\": 0.6381578947368421,\n \"acc_stderr\": 0.039105257528497236,\n \"acc_norm\": 0.6381578947368421,\n \"acc_norm_stderr\": 0.039105257528497236\n },\n \"harness|hendrycksTest-business_ethics|5\": {\n \"acc\": 0.54,\n \"acc_stderr\": 0.05009082659620333,\n \"acc_norm\": 0.54,\n \"acc_norm_stderr\": 0.05009082659620333\n },\n \"harness|hendrycksTest-clinical_knowledge|5\": {\n \"acc\": 0.6830188679245283,\n \"acc_stderr\": 0.02863723563980089,\n \"acc_norm\": 0.6830188679245283,\n \"acc_norm_stderr\": 0.02863723563980089\n },\n \"harness|hendrycksTest-college_biology|5\": {\n \"acc\": 0.7013888888888888,\n \"acc_stderr\": 0.03827052357950756,\n \"acc_norm\": 0.7013888888888888,\n \"acc_norm_stderr\": 0.03827052357950756\n },\n \"harness|hendrycksTest-college_chemistry|5\": {\n \"acc\": 0.42,\n \"acc_stderr\": 0.049604496374885836,\n \"acc_norm\": 0.42,\n \"acc_norm_stderr\": 0.049604496374885836\n },\n \"harness|hendrycksTest-college_computer_science|5\": {\n \"acc\": 0.52,\n \"acc_stderr\": 0.05021167315686779,\n \"acc_norm\": 0.52,\n \"acc_norm_stderr\": 0.05021167315686779\n },\n \"harness|hendrycksTest-college_mathematics|5\": {\n \"acc\": 0.3,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.3,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-college_medicine|5\": {\n \"acc\": 0.5780346820809249,\n \"acc_stderr\": 0.0376574669386515,\n \"acc_norm\": 0.5780346820809249,\n \"acc_norm_stderr\": 0.0376574669386515\n },\n \"harness|hendrycksTest-college_physics|5\": {\n \"acc\": 0.4117647058823529,\n \"acc_stderr\": 0.048971049527263666,\n \"acc_norm\": 0.4117647058823529,\n \"acc_norm_stderr\": 0.048971049527263666\n },\n \"harness|hendrycksTest-computer_security|5\": {\n \"acc\": 0.74,\n \"acc_stderr\": 0.04408440022768077,\n \"acc_norm\": 0.74,\n \"acc_norm_stderr\": 0.04408440022768077\n },\n \"harness|hendrycksTest-conceptual_physics|5\": {\n \"acc\": 0.5404255319148936,\n \"acc_stderr\": 0.03257901482099835,\n \"acc_norm\": 0.5404255319148936,\n \"acc_norm_stderr\": 0.03257901482099835\n },\n \"harness|hendrycksTest-econometrics|5\": {\n \"acc\": 0.4824561403508772,\n \"acc_stderr\": 0.04700708033551038,\n \"acc_norm\": 0.4824561403508772,\n \"acc_norm_stderr\": 0.04700708033551038\n },\n \"harness|hendrycksTest-electrical_engineering|5\": {\n \"acc\": 0.593103448275862,\n \"acc_stderr\": 0.04093793981266236,\n \"acc_norm\": 0.593103448275862,\n \"acc_norm_stderr\": 0.04093793981266236\n },\n \"harness|hendrycksTest-elementary_mathematics|5\": {\n \"acc\": 0.3994708994708995,\n \"acc_stderr\": 0.025225450284067884,\n \"acc_norm\": 0.3994708994708995,\n \"acc_norm_stderr\": 0.025225450284067884\n },\n \"harness|hendrycksTest-formal_logic|5\": {\n \"acc\": 0.42063492063492064,\n \"acc_stderr\": 0.04415438226743744,\n \"acc_norm\": 0.42063492063492064,\n \"acc_norm_stderr\": 0.04415438226743744\n },\n \"harness|hendrycksTest-global_facts|5\": {\n \"acc\": 0.37,\n \"acc_stderr\": 0.048523658709391,\n \"acc_norm\": 0.37,\n \"acc_norm_stderr\": 0.048523658709391\n },\n \"harness|hendrycksTest-high_school_biology|5\": {\n \"acc\": 0.7096774193548387,\n \"acc_stderr\": 0.02582210611941589,\n \"acc_norm\": 0.7096774193548387,\n \"acc_norm_stderr\": 0.02582210611941589\n },\n \"harness|hendrycksTest-high_school_chemistry|5\": {\n \"acc\": 0.46798029556650245,\n \"acc_stderr\": 0.03510766597959215,\n \"acc_norm\": 0.46798029556650245,\n \"acc_norm_stderr\": 0.03510766597959215\n },\n \"harness|hendrycksTest-high_school_computer_science|5\": {\n \"acc\": 0.65,\n \"acc_stderr\": 0.04793724854411019,\n \"acc_norm\": 0.65,\n \"acc_norm_stderr\": 0.04793724854411019\n },\n \"harness|hendrycksTest-high_school_european_history|5\": {\n \"acc\": 0.7333333333333333,\n \"acc_stderr\": 0.03453131801885417,\n \"acc_norm\": 0.7333333333333333,\n \"acc_norm_stderr\": 0.03453131801885417\n },\n \"harness|hendrycksTest-high_school_geography|5\": {\n \"acc\": 0.7676767676767676,\n \"acc_stderr\": 0.030088629490217487,\n \"acc_norm\": 0.7676767676767676,\n \"acc_norm_stderr\": 0.030088629490217487\n },\n \"harness|hendrycksTest-high_school_government_and_politics|5\": {\n \"acc\": 0.844559585492228,\n \"acc_stderr\": 0.026148483469153303,\n \"acc_norm\": 0.844559585492228,\n \"acc_norm_stderr\": 0.026148483469153303\n },\n \"harness|hendrycksTest-high_school_macroeconomics|5\": {\n \"acc\": 0.6282051282051282,\n \"acc_stderr\": 0.024503472557110943,\n \"acc_norm\": 0.6282051282051282,\n \"acc_norm_stderr\": 0.024503472557110943\n },\n \"harness|hendrycksTest-high_school_mathematics|5\": {\n \"acc\": 0.3333333333333333,\n \"acc_stderr\": 0.028742040903948485,\n \"acc_norm\": 0.3333333333333333,\n \"acc_norm_stderr\": 0.028742040903948485\n },\n \"harness|hendrycksTest-high_school_microeconomics|5\": {\n \"acc\": 0.592436974789916,\n \"acc_stderr\": 0.03191863374478466,\n \"acc_norm\": 0.592436974789916,\n \"acc_norm_stderr\": 0.03191863374478466\n },\n \"harness|hendrycksTest-high_school_physics|5\": {\n \"acc\": 0.3509933774834437,\n \"acc_stderr\": 0.03896981964257375,\n \"acc_norm\": 0.3509933774834437,\n \"acc_norm_stderr\": 0.03896981964257375\n },\n \"harness|hendrycksTest-high_school_psychology|5\": {\n \"acc\": 0.7779816513761468,\n \"acc_stderr\": 0.017818849564796634,\n \"acc_norm\": 0.7779816513761468,\n \"acc_norm_stderr\": 0.017818849564796634\n },\n \"harness|hendrycksTest-high_school_statistics|5\": {\n \"acc\": 0.4722222222222222,\n \"acc_stderr\": 0.0340470532865388,\n \"acc_norm\": 0.4722222222222222,\n \"acc_norm_stderr\": 0.0340470532865388\n },\n \"harness|hendrycksTest-high_school_us_history|5\": {\n \"acc\": 0.7647058823529411,\n \"acc_stderr\": 0.029771775228145624,\n \"acc_norm\": 0.7647058823529411,\n \"acc_norm_stderr\": 0.029771775228145624\n },\n \"harness|hendrycksTest-high_school_world_history|5\": {\n \"acc\": 0.7552742616033755,\n \"acc_stderr\": 0.027985699387036423,\n \"acc_norm\": 0.7552742616033755,\n \"acc_norm_stderr\": 0.027985699387036423\n },\n \"harness|hendrycksTest-human_aging|5\": {\n \"acc\": 0.6502242152466368,\n \"acc_stderr\": 0.03200736719484503,\n \"acc_norm\": 0.6502242152466368,\n \"acc_norm_stderr\": 0.03200736719484503\n },\n \"harness|hendrycksTest-human_sexuality|5\": {\n \"acc\": 0.7709923664122137,\n \"acc_stderr\": 0.036853466317118506,\n \"acc_norm\": 0.7709923664122137,\n \"acc_norm_stderr\": 0.036853466317118506\n },\n \"harness|hendrycksTest-international_law|5\": {\n \"acc\": 0.7851239669421488,\n \"acc_stderr\": 0.037494924487096966,\n \"acc_norm\": 0.7851239669421488,\n \"acc_norm_stderr\": 0.037494924487096966\n },\n \"harness|hendrycksTest-jurisprudence|5\": {\n \"acc\": 0.6944444444444444,\n \"acc_stderr\": 0.04453197507374984,\n \"acc_norm\": 0.6944444444444444,\n \"acc_norm_stderr\": 0.04453197507374984\n },\n \"harness|hendrycksTest-logical_fallacies|5\": {\n \"acc\": 0.6993865030674846,\n \"acc_stderr\": 0.03602511318806771,\n \"acc_norm\": 0.6993865030674846,\n \"acc_norm_stderr\": 0.03602511318806771\n },\n \"harness|hendrycksTest-machine_learning|5\": {\n \"acc\": 0.4107142857142857,\n \"acc_stderr\": 0.04669510663875191,\n \"acc_norm\": 0.4107142857142857,\n \"acc_norm_stderr\": 0.04669510663875191\n },\n \"harness|hendrycksTest-management|5\": {\n \"acc\": 0.7572815533980582,\n \"acc_stderr\": 0.04245022486384495,\n \"acc_norm\": 0.7572815533980582,\n \"acc_norm_stderr\": 0.04245022486384495\n },\n \"harness|hendrycksTest-marketing|5\": {\n \"acc\": 0.8589743589743589,\n \"acc_stderr\": 0.02280138253459754,\n \"acc_norm\": 0.8589743589743589,\n \"acc_norm_stderr\": 0.02280138253459754\n },\n \"harness|hendrycksTest-medical_genetics|5\": {\n \"acc\": 0.7,\n \"acc_stderr\": 0.046056618647183814,\n \"acc_norm\": 0.7,\n \"acc_norm_stderr\": 0.046056618647183814\n },\n \"harness|hendrycksTest-miscellaneous|5\": {\n \"acc\": 0.8020434227330779,\n \"acc_stderr\": 0.01424887354921758,\n \"acc_norm\": 0.8020434227330779,\n \"acc_norm_stderr\": 0.01424887354921758\n },\n \"harness|hendrycksTest-moral_disputes|5\": {\n \"acc\": 0.6705202312138728,\n \"acc_stderr\": 0.025305258131879716,\n \"acc_norm\": 0.6705202312138728,\n \"acc_norm_stderr\": 0.025305258131879716\n },\n \"harness|hendrycksTest-moral_scenarios|5\": {\n \"acc\": 0.27039106145251396,\n \"acc_stderr\": 0.014854993938010073,\n \"acc_norm\": 0.27039106145251396,\n \"acc_norm_stderr\": 0.014854993938010073\n },\n \"harness|hendrycksTest-nutrition|5\": {\n \"acc\": 0.6830065359477124,\n \"acc_stderr\": 0.026643278474508755,\n \"acc_norm\": 0.6830065359477124,\n \"acc_norm_stderr\": 0.026643278474508755\n },\n \"harness|hendrycksTest-philosophy|5\": {\n \"acc\": 0.6881028938906752,\n \"acc_stderr\": 0.02631185807185416,\n \"acc_norm\": 0.6881028938906752,\n \"acc_norm_stderr\": 0.02631185807185416\n },\n \"harness|hendrycksTest-prehistory|5\": {\n \"acc\": 0.7067901234567902,\n \"acc_stderr\": 0.025329888171900922,\n \"acc_norm\": 0.7067901234567902,\n \"acc_norm_stderr\": 0.025329888171900922\n },\n \"harness|hendrycksTest-professional_accounting|5\": {\n \"acc\": 0.45390070921985815,\n \"acc_stderr\": 0.029700453247291463,\n \"acc_norm\": 0.45390070921985815,\n \"acc_norm_stderr\": 0.029700453247291463\n },\n \"harness|hendrycksTest-professional_law|5\": {\n \"acc\": 0.4380704041720991,\n \"acc_stderr\": 0.012671902782567654,\n \"acc_norm\": 0.4380704041720991,\n \"acc_norm_stderr\": 0.012671902782567654\n },\n \"harness|hendrycksTest-professional_medicine|5\": {\n \"acc\": 0.6470588235294118,\n \"acc_stderr\": 0.029029422815681393,\n \"acc_norm\": 0.6470588235294118,\n \"acc_norm_stderr\": 0.029029422815681393\n },\n \"harness|hendrycksTest-professional_psychology|5\": {\n \"acc\": 0.6176470588235294,\n \"acc_stderr\": 0.01965992249362335,\n \"acc_norm\": 0.6176470588235294,\n \"acc_norm_stderr\": 0.01965992249362335\n },\n \"harness|hendrycksTest-public_relations|5\": {\n \"acc\": 0.6545454545454545,\n \"acc_stderr\": 0.04554619617541054,\n \"acc_norm\": 0.6545454545454545,\n \"acc_norm_stderr\": 0.04554619617541054\n },\n \"harness|hendrycksTest-security_studies|5\": {\n \"acc\": 0.7061224489795919,\n \"acc_stderr\": 0.02916273841024977,\n \"acc_norm\": 0.7061224489795919,\n \"acc_norm_stderr\": 0.02916273841024977\n },\n \"harness|hendrycksTest-sociology|5\": {\n \"acc\": 0.845771144278607,\n \"acc_stderr\": 0.02553843336857833,\n \"acc_norm\": 0.845771144278607,\n \"acc_norm_stderr\": 0.02553843336857833\n },\n \"harness|hendrycksTest-us_foreign_policy|5\": {\n \"acc\": 0.86,\n \"acc_stderr\": 0.034873508801977704,\n \"acc_norm\": 0.86,\n \"acc_norm_stderr\": 0.034873508801977704\n },\n \"harness|hendrycksTest-virology|5\": {\n \"acc\": 0.4819277108433735,\n \"acc_stderr\": 0.038899512528272166,\n \"acc_norm\": 0.4819277108433735,\n \"acc_norm_stderr\": 0.038899512528272166\n },\n \"harness|hendrycksTest-world_religions|5\": {\n \"acc\": 0.8011695906432749,\n \"acc_stderr\": 0.030611116557432528,\n \"acc_norm\": 0.8011695906432749,\n \"acc_norm_stderr\": 0.030611116557432528\n },\n \"harness|truthfulqa:mc|0\": {\n \"mc1\": 0.31456548347613217,\n \"mc1_stderr\": 0.016255241993179185,\n \"mc2\": 0.4630793817398098,\n \"mc2_stderr\": 0.014741207245405565\n },\n \"harness|winogrande|5\": {\n \"acc\": 0.7758484609313339,\n \"acc_stderr\": 0.011720400740774104\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.312357846853677,\n \"acc_stderr\": 0.012765850404191427\n }\n}\n```", "repo_url": "https://huggingface.co/CorticalStack/mistral-7b-openhermes-sft", "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": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|arc:challenge|25_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_gsm8k_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|gsm8k|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hellaswag_10", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hellaswag|10_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-management|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-virology|5_2024-02-16T14-13-04.061725.parquet", "**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_abstract_algebra_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-abstract_algebra|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_anatomy_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-anatomy|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_astronomy_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-astronomy|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_business_ethics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-business_ethics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_clinical_knowledge_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-clinical_knowledge|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_biology_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_biology|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_chemistry_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_chemistry|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_computer_science_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_computer_science|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_mathematics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_mathematics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_medicine_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_medicine|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_college_physics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-college_physics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_computer_security_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-computer_security|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_conceptual_physics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-conceptual_physics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_econometrics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-econometrics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_electrical_engineering_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-electrical_engineering|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_elementary_mathematics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-elementary_mathematics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_formal_logic_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-formal_logic|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_global_facts_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-global_facts|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_biology_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_biology|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_chemistry_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_chemistry|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_computer_science_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_computer_science|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_european_history_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_european_history|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_geography_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_geography|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_government_and_politics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_government_and_politics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_macroeconomics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_macroeconomics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_mathematics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_mathematics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_microeconomics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_microeconomics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_physics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_physics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_psychology_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_psychology|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_statistics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_statistics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_us_history_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_us_history|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_high_school_world_history_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-high_school_world_history|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_aging_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_aging|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_human_sexuality_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-human_sexuality|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_international_law_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-international_law|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_jurisprudence_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-jurisprudence|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_logical_fallacies_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-logical_fallacies|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_machine_learning_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-machine_learning|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_management_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-management|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_marketing_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-marketing|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_medical_genetics_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-medical_genetics|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_miscellaneous_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-miscellaneous|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_disputes_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_disputes|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_moral_scenarios_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-moral_scenarios|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_nutrition_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-nutrition|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_philosophy_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-philosophy|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_prehistory_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-prehistory|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_accounting_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_accounting|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_law_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_law|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_medicine_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_medicine|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_professional_psychology_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-professional_psychology|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_public_relations_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-public_relations|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_security_studies_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-security_studies|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_sociology_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-sociology|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_us_foreign_policy_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-us_foreign_policy|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_virology_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-virology|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_hendrycksTest_world_religions_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|hendrycksTest-world_religions|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_truthfulqa_mc_0", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|truthfulqa:mc|0_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "harness_winogrande_5", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["**/details_harness|winogrande|5_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["**/details_harness|winogrande|5_2024-02-16T14-13-04.061725.parquet"]}]}, {"config_name": "results", "data_files": [{"split": "2024_02_16T14_13_04.061725", "path": ["results_2024-02-16T14-13-04.061725.parquet"]}, {"split": "latest", "path": ["results_2024-02-16T14-13-04.061725.parquet"]}]}]}
2024-02-16T14:15:48+00:00
[]
[]
TAGS #region-us
# Dataset Card for Evaluation run of CorticalStack/mistral-7b-openhermes-sft Dataset automatically created during the evaluation run of model CorticalStack/mistral-7b-openhermes-sft on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard). To load the details from a run, you can for instance do the following: ## Latest results These are the latest results from run 2024-02-16T14:13:04.061725(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): ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Evaluation run of CorticalStack/mistral-7b-openhermes-sft\n\n\n\nDataset automatically created during the evaluation run of model CorticalStack/mistral-7b-openhermes-sft on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T14:13:04.061725(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Evaluation run of CorticalStack/mistral-7b-openhermes-sft\n\n\n\nDataset automatically created during the evaluation run of model CorticalStack/mistral-7b-openhermes-sft on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:", "## Latest results\n\nThese are the latest results from run 2024-02-16T14:13:04.061725(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):", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ 6, 193, 68, 4, 40, 29, 3, 4, 9, 6, 5, 7, 4, 7, 10, 9, 5, 9, 8, 10, 46, 8, 7, 10, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Evaluation run of CorticalStack/mistral-7b-openhermes-sft\n\n\n\nDataset automatically created during the evaluation run of model CorticalStack/mistral-7b-openhermes-sft on the Open LLM Leaderboard.\n\nThe dataset is composed of 63 configuration, each one coresponding to one of the evaluated task.\n\nThe dataset has been created from 1 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 aggregated metrics on the Open LLM Leaderboard).\n\nTo load the details from a run, you can for instance do the following:## Latest results\n\nThese are the latest results from run 2024-02-16T14:13:04.061725(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):## Dataset Details### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:## Uses### Direct Use### Out-of-Scope Use## Dataset Structure## Dataset Creation### Curation Rationale### Source Data#### Data Collection and Processing#### Who are the source data producers?### Annotations [optional]#### Annotation process#### Who are the annotators?#### Personal and Sensitive Information## Bias, Risks, and Limitations### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:## Glossary [optional]## More Information [optional]## Dataset Card Authors [optional]" ]
[ -0.049774281680583954, 0.21371355652809143, -0.004536219872534275, 0.024624675512313843, 0.08844858407974243, -0.010547302663326263, 0.010153471492230892, 0.11197596788406372, -0.001108432887122035, 0.1810312271118164, -0.012538447976112366, 0.0833187848329544, 0.08573225885629654, 0.1195661723613739, 0.016510378569364548, -0.12354154884815216, 0.0202791765332222, -0.07631496340036392, 0.06794958561658859, 0.08346086740493774, 0.08824963867664337, -0.08297111093997955, 0.059171222150325775, -0.0500958114862442, -0.020705515518784523, -0.0017328030662611127, -0.09177365899085999, -0.03377724066376686, 0.08259786665439606, 0.08915400505065918, 0.047650739550590515, -0.011426398530602455, 0.02235337533056736, -0.2599913477897644, 0.01617959886789322, 0.09598679840564728, -0.0008335255552083254, 0.04581860452890396, 0.10924111306667328, -0.07877770066261292, 0.033985722810029984, -0.09256158769130707, 0.07278259098529816, 0.04319673031568527, -0.12009085714817047, -0.11171358823776245, -0.14002856612205505, 0.013992639258503914, 0.06108355522155762, 0.05815929174423218, -0.025015410035848618, 0.1468580961227417, -0.02692580595612526, 0.042844559997320175, 0.12689939141273499, -0.0804886519908905, -0.03223540633916855, 0.05960423871874809, 0.04283739626407623, 0.07378412038087845, -0.09998846054077148, 0.0023773736320436, 0.03440772369503975, 0.03924739360809326, 0.01904889941215515, -0.0006168801337480545, -0.07537491619586945, 0.01046524103730917, -0.13315409421920776, -0.12119422852993011, 0.1726343035697937, 0.0024893570225685835, -0.03208421915769577, -0.1659400314092636, -0.02835419587790966, -0.006617200095206499, -0.009944800287485123, -0.048850372433662415, 0.012533174827694893, -0.023892203345894814, 0.07475700974464417, -0.0405954048037529, -0.10891848802566528, -0.009293224662542343, 0.0067180185578763485, 0.02192796766757965, 0.009316887706518173, -0.025899266824126244, 0.004540429450571537, 0.1139933317899704, -0.027590598911046982, -0.09166665375232697, -0.07242801785469055, -0.044508446007966995, -0.12219181656837463, -0.05018828064203262, 0.008220776915550232, -0.06641916930675507, 0.03318993002176285, 0.21521185338497162, -0.05644342675805092, 0.03596710413694382, -0.10277955234050751, 0.009697312489151955, 0.10757391899824142, 0.06672536581754684, -0.06687528640031815, -0.06266283988952637, -0.02005976438522339, 0.01122484914958477, 0.028167448937892914, -0.02328157052397728, 0.008615987375378609, 0.06816384196281433, 0.05176471173763275, 0.12711139023303986, 0.1266312301158905, 0.019761737436056137, -0.0626889318227768, -0.02019634284079075, 0.22258514165878296, -0.13769999146461487, -0.00156130432151258, -0.00004120217636227608, -0.029798563569784164, -0.10845839977264404, 0.08423350751399994, 0.01421282533556223, -0.05592422932386398, 0.11628212034702301, -0.05791517719626427, -0.07042840123176575, -0.06867960840463638, -0.04853922873735428, 0.07433407008647919, -0.035964079201221466, -0.03604932129383087, -0.07693065702915192, -0.10262494534254074, -0.08327722549438477, 0.013543019071221352, -0.06582620739936829, -0.03026410937309265, 0.03382721543312073, -0.022198287770152092, -0.014180679805576801, -0.013616600073873997, 0.1285552829504013, -0.04946597293019295, 0.02122334949672222, -0.008969049900770187, -0.004985486157238483, 0.07012217491865158, 0.04568176344037056, -0.12638114392757416, 0.07978703826665878, -0.12490241229534149, 0.10145989805459976, -0.10784520953893661, -0.002427424304187298, -0.14807316660881042, -0.0077845253981649876, -0.03201863914728165, 0.0006268485449254513, -0.0017081485129892826, 0.09470506012439728, -0.22201332449913025, 0.023126378655433655, 0.12461371719837189, -0.09436681866645813, -0.09388290345668793, 0.07534600794315338, -0.04500824585556984, 0.08495025336742401, 0.05334813892841339, 0.09825731813907623, 0.12491020560264587, -0.09945611655712128, -0.10815456509590149, -0.07096929848194122, -0.020207149907946587, 0.15130484104156494, 0.05638829618692398, -0.07321956008672714, 0.11914680898189545, 0.04078639671206474, -0.024891447275877, -0.10510697960853577, -0.015893545001745224, -0.06842304766178131, -0.028646320104599, -0.047030769288539886, -0.08468635380268097, 0.010133462958037853, -0.08507475256919861, -0.028242189437150955, -0.095232754945755, 0.011835997924208641, 0.08203836530447006, -0.020339099690318108, 0.022329960018396378, -0.056935638189315796, 0.0407058522105217, 0.005944111384451389, 0.023460887372493744, -0.2173011600971222, -0.12352515757083893, 0.039283670485019684, -0.1205919161438942, 0.06990471482276917, 0.044321563094854355, 0.008480001240968704, 0.037977878004312515, -0.017157886177301407, 0.0264282263815403, 0.025446586310863495, -0.0004333161050453782, -0.01728837564587593, -0.14396663010120392, -0.04383174329996109, -0.08393769711256027, 0.1341353952884674, -0.12587890028953552, -0.018625114113092422, 0.07976987212896347, 0.16373923420906067, -0.001510267611593008, -0.0782148689031601, 0.07606527209281921, 0.0045657227747142315, -0.024888426065444946, -0.06812156736850739, 0.007458855397999287, -0.022438999265432358, 0.04521222412586212, 0.024804051965475082, -0.21004441380500793, -0.16209310293197632, 0.07244536280632019, 0.13539540767669678, -0.08576454222202301, -0.08152319490909576, -0.06025633215904236, -0.06328634917736053, -0.08164545893669128, -0.07405595481395721, 0.08588916063308716, 0.07458359003067017, 0.030085798352956772, -0.07252185046672821, -0.06826454401016235, 0.010275926440954208, 0.049930110573768616, -0.07068799436092377, 0.0954536721110344, 0.05404505878686905, -0.12838467955589294, 0.09979186952114105, 0.0017182417213916779, 0.11778875440359116, 0.060020189732313156, 0.03202681243419647, -0.09210151433944702, -0.0003646786790341139, 0.050877735018730164, 0.03659184277057648, 0.0682620108127594, -0.0312734916806221, 0.0436503142118454, 0.07915180921554565, -0.01733987033367157, 0.039606526494026184, -0.0523357093334198, 0.03458970785140991, 0.03989701718091965, 0.006804531440138817, 0.037292562425136566, 0.000858883373439312, 0.006764532998204231, 0.06192401051521301, 0.028152884915471077, 0.09924475848674774, -0.018006492406129837, -0.03755994886159897, -0.09651671350002289, 0.1361067295074463, -0.09943867474794388, -0.2926611006259918, -0.14342820644378662, -0.029272884130477905, -0.020994309335947037, -0.014920203015208244, 0.07074271142482758, -0.005939491093158722, -0.09454193711280823, -0.10052665323019028, 0.032998546957969666, 0.0011986969038844109, -0.13760040700435638, -0.0673413872718811, 0.055310722440481186, 0.0046346066519618034, -0.16663414239883423, 0.04380396753549576, 0.05086587369441986, -0.046627745032310486, 0.001431434415280819, 0.08339658379554749, 0.1483820527791977, 0.08685225248336792, 0.046455495059490204, -0.03489089757204056, -0.013838430866599083, 0.1732891947031021, -0.1173325926065445, 0.039470795542001724, 0.10241517424583435, -0.04280652105808258, 0.06827013194561005, 0.17994284629821777, 0.001328919897787273, -0.0914752334356308, 0.03711360692977905, 0.09198461472988129, -0.07481572031974792, -0.25459733605384827, -0.10696601122617722, -0.022188760340213776, -0.006904483772814274, 0.10166531801223755, 0.060413338243961334, 0.03699495270848274, 0.02597428858280182, -0.11812350153923035, -0.03853471949696541, -0.053998302668333054, 0.07591796666383743, 0.0706513524055481, -0.007381105329841375, 0.051042839884757996, -0.04275254160165787, 0.03701002150774002, 0.10777051746845245, 0.04339805245399475, 0.1453067660331726, -0.029453467577695847, 0.1801898181438446, 0.08176375925540924, 0.08955872803926468, -0.04304004833102226, 0.04005960002541542, 0.020241662859916687, 0.0673217922449112, -0.011274979449808598, -0.10103771090507507, -0.04672618955373764, 0.09392043948173523, 0.02884114719927311, -0.07458721101284027, 0.0296013243496418, -0.044421400874853134, 0.03210228309035301, 0.19031405448913574, -0.017651397734880447, -0.15632793307304382, -0.058568283915519714, 0.05861056596040726, -0.01142977923154831, -0.09398143738508224, -0.03859769552946091, 0.06911419332027435, -0.1557047963142395, 0.024616017937660217, -0.020375948399305344, 0.08957773447036743, -0.11678619682788849, -0.02121293917298317, -0.034551456570625305, 0.05403207242488861, 0.0009825864108279347, 0.12068700045347214, -0.12134358286857605, 0.11527872830629349, 0.011662385426461697, 0.02551165781915188, -0.10185817629098892, 0.045334942638874054, -0.05250397324562073, -0.02478102780878544, 0.15743112564086914, -0.015185203403234482, -0.09729894995689392, -0.05584406107664108, -0.12090908735990524, 0.0039028332103043795, 0.08618228137493134, -0.12164115905761719, 0.09897485375404358, 0.03126632422208786, -0.02869456261396408, -0.017989208921790123, -0.018400507047772408, -0.1357000768184662, -0.2331487238407135, 0.11166451126337051, -0.09531396627426147, 0.05380813777446747, -0.04798915982246399, -0.034662485122680664, -0.05383917689323425, 0.1845039427280426, -0.06886360049247742, -0.05181228742003441, -0.1254262626171112, 0.029684819281101227, 0.1901375949382782, -0.045003268867731094, 0.04972128942608833, -0.06119434908032417, 0.18570175766944885, -0.010374585166573524, -0.04352789744734764, -0.007066378835588694, -0.09552417695522308, -0.1547403335571289, -0.046500690281391144, 0.14335453510284424, 0.05812239646911621, 0.023701641708612442, 0.017053842544555664, 0.04881739243865013, 0.013093555346131325, -0.08652573823928833, 0.031059879809617996, 0.09251230210065842, 0.12265533953905106, 0.03649101406335831, -0.034193214029073715, -0.08679355680942535, -0.10816124826669693, -0.08450362086296082, 0.07766346633434296, 0.11885011196136475, -0.06533186137676239, 0.1592976152896881, 0.1466069370508194, -0.10641005635261536, -0.1992587149143219, -0.03816672042012215, 0.03293102979660034, -0.031724102795124054, 0.08729825913906097, -0.1873462051153183, 0.07510916888713837, 0.054339855909347534, -0.009810125455260277, 0.084003746509552, -0.241225928068161, -0.13456514477729797, 0.025666173547506332, 0.010010408237576485, -0.24730896949768066, -0.17653661966323853, -0.10916627943515778, -0.028367772698402405, -0.17079618573188782, 0.15157535672187805, -0.04166178032755852, 0.03309150040149689, -0.00022643711417913437, 0.061858758330345154, 0.0500173345208168, -0.060395728796720505, 0.1338060200214386, 0.0007340558804571629, 0.010344031266868114, -0.09693610668182373, -0.008090966381132603, 0.03841167688369751, -0.05131487548351288, 0.09953957796096802, 0.052714753895998, 0.05509621649980545, -0.060099516063928604, -0.03228301554918289, -0.055091492831707, 0.06687919795513153, -0.0725245326757431, -0.060158297419548035, -0.07122310250997543, 0.07522837817668915, 0.0777982622385025, -0.022908054292201996, 0.024260539561510086, -0.04119854420423508, 0.06161815673112869, 0.23115649819374084, 0.11571264266967773, 0.03218790143728256, -0.12358692288398743, -0.014819417148828506, -0.018556149676442146, -0.006137313321232796, -0.13330671191215515, 0.03014417365193367, 0.0888296365737915, 0.0495365709066391, 0.07114677131175995, -0.03785891830921173, -0.19256320595741272, -0.0060672941617667675, 0.07161886990070343, -0.10526731610298157, -0.220143124461174, 0.03833869844675064, 0.1485292613506317, -0.14692962169647217, -0.06782347708940506, 0.10133486986160278, 0.01711592637002468, -0.028309863060712814, 0.0017295896541327238, 0.06927478313446045, 0.05082250386476517, 0.10786055028438568, 0.003419814631342888, 0.05377185344696045, -0.0823087990283966, 0.10889124125242233, 0.15708953142166138, -0.14222657680511475, 0.025668539106845856, 0.06346530467271805, -0.05940946936607361, -0.07033075392246246, 0.021406477317214012, 0.007645202800631523, 0.0017923916457220912, -0.04524695873260498, 0.04440883919596672, -0.013803132809698582, 0.04608863592147827, 0.1298820823431015, 0.0006604724912904203, 0.03219343349337578, 0.03021223284304142, -0.013912360183894634, -0.09254661202430725, 0.08951788395643234, 0.025062037631869316, 0.042880356311798096, -0.02916630357503891, 0.024983827024698257, 0.024363307282328606, -0.0036406940780580044, 0.014393927529454231, -0.036397550255060196, -0.03578859940171242, -0.007271335460245609, -0.13999520242214203, 0.029442057013511658, -0.0643165335059166, -0.0008737021125853062, -0.010151277296245098, -0.020547788590192795, -0.01665864884853363, 0.013299761340022087, -0.051880884915590286, -0.0670369416475296, -0.05041353031992912, 0.12066583335399628, -0.2031829059123993, -0.007770370692014694, 0.09701626002788544, -0.05746594816446304, 0.07237357646226883, 0.0035036755725741386, -0.022495746612548828, 0.010216345079243183, -0.10223746299743652, -0.017980923876166344, -0.010881170630455017, 0.049017973244190216, 0.016941092908382416, -0.16075295209884644, -0.01793411187827587, 0.007539925631135702, -0.06995376944541931, -0.004928112495690584, 0.043929845094680786, -0.14668066799640656, 0.01971355639398098, 0.05562971159815788, -0.03790062665939331, -0.04464050382375717, 0.04552678018808365, 0.05376964062452316, 0.004644233733415604, 0.07740123569965363, 0.001305876299738884, 0.05491400137543678, -0.15001103281974792, -0.05192173644900322, -0.006695574149489403, -0.0009182447101920843, 0.00891527347266674, 0.025980696082115173, 0.04626486822962761, -0.0009030308574438095, 0.19330039620399475, -0.021236103028059006, 0.10713769495487213, 0.03483762592077255, 0.01903289556503296, -0.03988844156265259, 0.026757709681987762, 0.021936025470495224, 0.018491007387638092, 0.01398942805826664, 0.03673817217350006, -0.02417105622589588, -0.03381577879190445, -0.04641818255186081, 0.07996155321598053, 0.15498971939086914, 0.178153395652771, -0.034398727118968964, 0.06995117664337158, -0.16600540280342102, -0.03722710162401199, 0.05332683026790619, -0.034191351383924484, 0.03711553290486336, -0.0787137895822525, 0.027467098087072372, 0.07699358463287354, -0.1119752824306488, 0.13533100485801697, -0.0714951604604721, -0.043743912130594254, -0.0265171118080616, -0.12029948085546494, -0.050476111471652985, 0.030129220336675644, 0.0048053208738565445, -0.10167115926742554, 0.10112671554088593, 0.11568430811166763, -0.014077150262892246, -0.004938988946378231, 0.12493196874856949, -0.07046625763177872, -0.063373863697052, -0.02458532527089119, 0.017535224556922913, 0.03691466152667999, -0.006778134033083916, 0.08019900321960449, 0.02920469269156456, 0.08463647961616516, 0.07169422507286072, 0.10089077055454254, 0.06805595755577087, 0.025599375367164612, -0.04504508525133133, -0.06574191153049469, -0.00436756806448102, 0.006692550145089626, -0.0443585105240345, 0.19827347993850708, 0.041669704020023346, 0.026720985770225525, 0.005780221428722143, 0.21374356746673584, 0.0034684068523347378, -0.0691789984703064, -0.12856674194335938, 0.11429451406002045, -0.012906353920698166, 0.019993603229522705, 0.03442971408367157, -0.13126403093338013, 0.03386150673031807, 0.16416437923908234, 0.118243508040905, 0.03106420487165451, 0.016569815576076508, 0.03331034258008003, 0.026429537683725357, -0.04358573257923126, 0.027944428846240044, 0.037584662437438965, 0.17221462726593018, -0.08011110126972198, 0.06420618295669556, 0.0006553506245836616, -0.025545690208673477, -0.038074370473623276, 0.0719422996044159, -0.044599950313568115, 0.018276024609804153, -0.038187816739082336, 0.1058848649263382, -0.04031943902373314, -0.2834398150444031, -0.013579713180661201, -0.10351112484931946, -0.1258448362350464, -0.018753107637166977, 0.04205888509750366, -0.03314872458577156, 0.03307946026325226, 0.03263009339570999, -0.03150390833616257, 0.19285312294960022, 0.01003935281187296, -0.07921500504016876, -0.059686414897441864, 0.06786033511161804, -0.018176808953285217, 0.24298107624053955, -0.012007679790258408, 0.06910961866378784, 0.09652058780193329, -0.022372009232640266, -0.1632312387228012, 0.009188376367092133, 0.11763021349906921, -0.040168166160583496, 0.06308025866746902, 0.17150646448135376, -0.03111196681857109, 0.12008807063102722, 0.05863571912050247, -0.038957834243774414, 0.0565674751996994, 0.05619432032108307, 0.061115507036447525, -0.09060628712177277, 0.07468537986278534, -0.09195474535226822, 0.14470946788787842, 0.10838836431503296, -0.023729506880044937, -0.0049654035829007626, -0.06817767024040222, 0.051197268068790436, -0.017358873039484024, 0.10669337213039398, -0.0025616022758185863, -0.15669551491737366, 0.04835827276110649, 0.033295538276433945, 0.06773033738136292, -0.22412216663360596, -0.07212740182876587, 0.13698485493659973, -0.03902316838502884, 0.010983243584632874, 0.09084394574165344, 0.03290799260139465, 0.002841444918885827, -0.056760065257549286, -0.1107635498046875, -0.0017486494034528732, 0.11903993785381317, -0.09348045289516449, -0.0313994400203228 ]
7eadbd8948d5b6ddda5948c349994bfa2294c1ef
## The annotations are in the **annotations_coco.json** file
saberder/humpback
[ "task_categories:object-detection", "task_categories:image-classification", "size_categories:1K<n<10K", "language:en", "biology", "region:us" ]
2024-02-16T14:15:58+00:00
{"language": ["en"], "size_categories": ["1K<n<10K"], "task_categories": ["object-detection", "image-classification"], "pretty_name": "Humpback", "tags": ["biology"]}
2024-02-16T16:09:40+00:00
[]
[ "en" ]
TAGS #task_categories-object-detection #task_categories-image-classification #size_categories-1K<n<10K #language-English #biology #region-us
## The annotations are in the annotations_coco.json file
[ "## The annotations are in the annotations_coco.json file" ]
[ "TAGS\n#task_categories-object-detection #task_categories-image-classification #size_categories-1K<n<10K #language-English #biology #region-us \n", "## The annotations are in the annotations_coco.json file" ]
[ 47, 18 ]
[ "passage: TAGS\n#task_categories-object-detection #task_categories-image-classification #size_categories-1K<n<10K #language-English #biology #region-us \n## The annotations are in the annotations_coco.json file" ]
[ 0.0586589053273201, 0.0465550571680069, -0.003201487008482218, 0.03410906344652176, 0.1722523272037506, 0.0413457415997982, -0.0159441065043211, 0.12739744782447815, 0.12196773290634155, 0.07790937274694443, 0.028628947213292122, 0.20244954526424408, 0.060221824795007706, 0.07059559971094131, -0.08393386006355286, -0.1862279325723648, 0.06271185725927353, -0.026905953884124756, -0.006543782539665699, 0.024728773161768913, 0.03837187588214874, -0.08653857558965683, 0.08319275826215744, -0.12442021816968918, -0.10079289227724075, -0.013525404967367649, 0.03597293794155121, -0.06395711749792099, 0.10139140486717224, 0.014937544241547585, 0.048414360731840134, -0.02491234615445137, -0.02833004668354988, -0.15743659436702728, 0.012617543339729309, 0.0145731745287776, 0.039921630173921585, 0.07601019740104675, 0.07048346847295761, 0.01334941666573286, -0.08474811911582947, -0.18046991527080536, -0.0058230082504451275, 0.030759980902075768, -0.07098855823278427, -0.06183278188109398, -0.015355542302131653, -0.0435357391834259, 0.0762404128909111, 0.009236341342329979, 0.0019351671217009425, 0.08561600744724274, -0.07160487025976181, 0.04573871195316315, 0.14937372505664825, -0.08213117718696594, -0.02114253304898739, 0.28462928533554077, 0.06649178266525269, 0.1606702357530594, -0.005543765611946583, 0.08659990131855011, 0.08231297135353088, -0.026868999004364014, 0.01941700652241707, -0.09385602921247482, -0.20451802015304565, -0.019252890720963478, -0.04399769380688667, -0.1046142727136612, 0.27364078164100647, 0.04987967759370804, 0.010666009970009327, -0.08205337077379227, -0.07820519804954529, 0.01493808999657631, -0.09518072009086609, 0.054755158722400665, 0.029509495943784714, -0.011484051123261452, 0.1746111959218979, -0.03494687378406525, -0.02753126434981823, -0.029054928570985794, -0.060459114611148834, 0.13378603756427765, -0.046179354190826416, -0.021348699927330017, -0.046550631523132324, -0.023436324670910835, -0.16267022490501404, -0.09169313311576843, 0.05118314176797867, -0.03492164611816406, -0.02387598715722561, -0.07023464143276215, 0.08234256505966187, -0.134611576795578, 0.19352930784225464, -0.08978093415498734, 0.049626585096120834, 0.012274527922272682, -0.2598184645175934, 0.15217351913452148, 0.1298137754201889, 0.17671363055706024, -0.07543755322694778, 0.006014800630509853, 0.09701347351074219, -0.000016204365238081664, 0.023627137765288353, -0.06736332923173904, -0.13030895590782166, -0.060200974345207214, 0.01596147194504738, 0.12814368307590485, 0.032263413071632385, -0.03600200638175011, -0.05133230984210968, -0.039237525314092636, 0.12963202595710754, -0.056879471987485886, 0.018844477832317352, 0.07896769046783447, 0.003102140501141548, 0.06609954684972763, -0.10082866251468658, -0.006645033601671457, 0.01430054847151041, -0.0045959739945828915, -0.1327022761106491, 0.016862913966178894, 0.005435909144580364, -0.19623062014579773, 0.021989474073052406, -0.003030473832041025, 0.06176239624619484, -0.15412817895412445, 0.029367366805672646, -0.017684804275631905, -0.07671768218278885, -0.05058862641453743, -0.05066704377532005, 0.029245542362332344, -0.07473567128181458, -0.02426910027861595, 0.05103999003767967, 0.01515331119298935, -0.09892737865447998, 0.04946710541844368, -0.11815030872821808, 0.1624278575181961, -0.07635173946619034, 0.009097164496779442, -0.1089053750038147, 0.0497824065387249, -0.28325197100639343, -0.004353969357907772, -0.183738574385643, 0.1928875595331192, -0.11832311749458313, 0.011315060779452324, 0.03185627609491348, -0.028176357969641685, -0.11845509707927704, 0.1532593071460724, -0.05735982581973076, -0.0480978786945343, 0.07114675641059875, 0.025669611990451813, -0.02427409030497074, 0.038770098239183426, 0.04176653176546097, 0.06177902966737747, 0.04130091890692711, 0.32716718316078186, 0.022930219769477844, 0.030633913353085518, 0.029969502240419388, 0.1009226143360138, -0.005343177821487188, 0.08156540244817734, 0.09377243369817734, -0.034897733479738235, -0.1668664813041687, 0.02861238457262516, 0.07742771506309509, 0.019661346450448036, 0.0012631294084712863, -0.03648070618510246, -0.0013272305950522423, -0.0076259165070950985, 0.07055880129337311, 0.0019551394507288933, 0.04399307072162628, -0.024060452356934547, 0.08612776547670364, -0.1324026882648468, 0.010417643003165722, -0.022187046706676483, -0.03703116253018379, 0.07890448719263077, 0.13361629843711853, -0.0620637983083725, -0.0017616928089410067, -0.08925120532512665, -0.14934711158275604, 0.14654777944087982, 0.0415739081799984, 0.06259617209434509, 0.03731992095708847, -0.0397222526371479, -0.039681777358055115, 0.043804384768009186, 0.0778512954711914, 0.009807560592889786, 0.009553472511470318, -0.03804469853639603, -0.09931602329015732, 0.04635036364197731, -0.05388609692454338, 0.12480684369802475, -0.1474076807498932, 0.009096142835915089, 0.10221337527036667, 0.02347765862941742, 0.07907967269420624, 0.0257773045450449, 0.12636350095272064, 0.026360558345913887, -0.08526758849620819, -0.04912954941391945, 0.020976021885871887, -0.10762143135070801, -0.028533635661005974, 0.07027574628591537, -0.04746129363775253, 0.06390352547168732, 0.11390018463134766, -0.08363741636276245, -0.005247732158750296, -0.018688613548874855, 0.029363922774791718, -0.011411777697503567, -0.1371276080608368, -0.09897857159376144, 0.02648736722767353, -0.004276209976524115, 0.10461722314357758, -0.05565430596470833, 0.03441789373755455, 0.05142622068524361, -0.00026003067614510655, -0.05637999624013901, 0.06709901243448257, 0.19289328157901764, -0.232958123087883, 0.11531462520360947, 0.04725412651896477, 0.014868798665702343, 0.1110481470823288, 0.07031774520874023, -0.046744879335165024, 0.10048505663871765, 0.037857722491025925, 0.0005300541524775326, 0.08336065709590912, -0.16267183423042297, 0.050202980637550354, 0.08642707020044327, 0.0030809680465608835, 0.03850270435214043, -0.09384321421384811, -0.036607012152671814, 0.006914306897670031, -0.018562113866209984, -0.0002283846988575533, -0.03200578689575195, 0.11275113373994827, 0.10797358304262161, 0.02678113989531994, -0.05708110332489014, -0.027703886851668358, -0.018630221486091614, -0.06652412563562393, 0.20577096939086914, -0.05913572013378143, -0.389125257730484, -0.12275372445583344, 0.02515651471912861, -0.041982345283031464, 0.03881528601050377, 0.031075093895196915, -0.0982881635427475, -0.05851929262280464, -0.04585079848766327, 0.07665999233722687, -0.016494719311594963, -0.05197497084736824, -0.04159580543637276, 0.054257601499557495, -0.1105622798204422, -0.07324645668268204, -0.03308209031820297, 0.055698007345199585, 0.018296079710125923, 0.056284379214048386, -0.156476229429245, 0.1098577082157135, 0.2675279974937439, -0.0773407593369484, -0.027175668627023697, -0.08133803308010101, 0.19886445999145508, -0.0767378956079483, 0.06558002531528473, 0.08031817525625229, -0.017725545912981033, 0.007127064745873213, 0.22855901718139648, 0.02206205204129219, -0.06104801595211029, -0.009267912246286869, 0.005299780983477831, -0.09780794382095337, -0.275911808013916, -0.0987398698925972, -0.056989360600709915, 0.2641603946685791, 0.1329934149980545, 0.043394364416599274, 0.14994379878044128, 0.06487772613763809, 0.01757526397705078, 0.17355819046497345, 0.027364300563931465, 0.05535075441002846, 0.06232095882296562, -0.014973432756960392, 0.03890519216656685, -0.012314671650528908, -0.03172924742102623, 0.07360734045505524, 0.183143749833107, 0.0022932724095880985, 0.1423473060131073, 0.15183940529823303, -0.07812152057886124, -0.08111417293548584, 0.08806094527244568, 0.07372286915779114, 0.023990562185645103, -0.0002890808100346476, -0.07656831294298172, -0.07003926485776901, -0.017735710367560387, 0.07114493101835251, 0.13134931027889252, -0.042820654809474945, -0.04898766055703163, -0.027635298669338226, 0.062285877764225006, -0.07044050097465515, 0.11108279228210449, -0.12637591361999512, 0.062438398599624634, 0.14341533184051514, 0.02761370874941349, -0.13578985631465912, 0.1184031143784523, 0.20758572220802307, -0.09997384995222092, -0.062194935977458954, -0.009592750109732151, 0.13039200007915497, -0.09561622142791748, 0.009927992708981037, -0.10558277368545532, -0.19399607181549072, -0.0023954277858138084, 0.10638146102428436, -0.03821420297026634, 0.14221902191638947, 0.051972366869449615, -0.14264245331287384, -0.11366736143827438, -0.024317782372236252, 0.04050341248512268, 0.20112378895282745, 0.1252889633178711, 0.03813130781054497, -0.16719497740268707, -0.2041880339384079, -0.13387823104858398, -0.04741809889674187, -0.05051395297050476, -0.06554433703422546, 0.018234610557556152, 0.0029934807680547237, -0.007084054872393608, -0.07348506897687912, 0.04343220591545105, -0.06746114045381546, -0.05488085001707077, 0.042803216725587845, 0.04973123222589493, 0.05897020921111107, 0.029559673741459846, -0.020928073674440384, -0.022047484293580055, 0.19548332691192627, 0.0640779659152031, -0.052982620894908905, -0.08075069636106491, 0.010045230388641357, 0.06158674508333206, -0.039526280015707016, 0.032103896141052246, -0.07851622998714447, 0.0930020809173584, -0.06061403453350067, -0.09295277297496796, 0.2022978514432907, -0.02496364153921604, -0.012952555902302265, -0.07768119126558304, 0.11869899183511734, -0.1878100037574768, 0.08949125558137894, 0.0784166231751442, 0.02804320678114891, 0.026058021932840347, -0.0365099236369133, 0.08042971044778824, 0.03348417580127716, 0.016379667446017265, 0.24490326642990112, -0.09387018531560898, -0.21372590959072113, -0.10309913009405136, 0.016217954456806183, 0.31455114483833313, 0.1664109230041504, -0.052133552730083466, -0.009587191976606846, -0.019130168482661247, -0.09286458045244217, -0.29035818576812744, 0.12530449032783508, -0.09162476658821106, 0.01865679956972599, 0.060520049184560776, -0.15557323396205902, 0.12280569225549698, 0.15018674731254578, -0.022785216569900513, 0.25616759061813354, -0.303952157497406, -0.053940050303936005, -0.00039647886296734214, 0.07236983627080917, 0.15179795026779175, -0.16110114753246307, -0.082538902759552, -0.0995657667517662, -0.19143202900886536, 0.055111732333898544, -0.12018441408872604, 0.08361120522022247, 0.010895900428295135, 0.03766189143061638, 0.06093448027968407, -0.029982242733240128, 0.21049240231513977, 0.06004820019006729, 0.016474084928631783, 0.017223916947841644, -0.275863915681839, 0.04911739379167557, 0.011082993820309639, -0.008815659210085869, 0.05370967835187912, -0.0027603209018707275, -0.14805631339550018, 0.03769935294985771, -0.06854018568992615, 0.10445363074541092, -0.0015901857987046242, -0.08863779902458191, -0.17508289217948914, -0.029558666050434113, 0.018718214705586433, 0.08967521786689758, 0.38573157787323, -0.08504047989845276, 0.10663268715143204, 0.10909537225961685, 0.008076829835772514, 0.044776611030101776, 0.020518703386187553, -0.015070452354848385, -0.05096874013543129, 0.07440610975027084, -0.2363031655550003, 0.0847395583987236, 0.10288280248641968, 0.031378377228975296, 0.06631600856781006, 0.027318749576807022, 0.04063677787780762, 0.04483811557292938, 0.029232393950223923, -0.08571694046258926, -0.00397414481267333, -0.06996713578701019, -0.029451923444867134, 0.10390987992286682, -0.09208017587661743, 0.13644710183143616, 0.025859644636511803, -0.08380764722824097, 0.009401943534612656, 0.04308252036571503, 0.013052104972302914, 0.044985294342041016, 0.051517147570848465, 0.08522853255271912, -0.06438763439655304, 0.03299199789762497, 0.19139724969863892, -0.11984411627054214, -0.0600280687212944, 0.13650497794151306, -0.03788970410823822, -0.07922177761793137, -0.0004417291493155062, 0.019888579845428467, 0.05326782539486885, 0.06137129291892052, -0.06398767232894897, -0.09680869430303574, -0.032197751104831696, 0.20150649547576904, 0.03447479382157326, 0.00025740935234352946, 0.02619107998907566, -0.09895233809947968, -0.07243303209543228, 0.0892350971698761, -0.21422262489795685, 0.07560113817453384, -0.11192071437835693, -0.0368155874311924, -0.030640391632914543, 0.07677397131919861, -0.048824209719896317, -0.030888214707374573, -0.2058616429567337, -0.036190520972013474, -0.0670914500951767, 0.17872631549835205, -0.052108872681856155, -0.033832479268312454, -0.026358013972640038, 0.03675881773233414, 0.012305780313909054, -0.01894598826766014, -0.09997806698083878, -0.028476038947701454, -0.07988469302654266, 0.18138203024864197, 0.03235973045229912, -0.04803095757961273, 0.045237135142087936, -0.014939197339117527, 0.06698016077280045, -0.04602360725402832, -0.00891144946217537, 0.050404712557792664, -0.046531520783901215, -0.04988424852490425, 0.22195525467395782, 0.04802369326353073, 0.039472345262765884, -0.06954465806484222, -0.0009517563739791512, -0.09472601860761642, 0.014319851994514465, 0.053271591663360596, -0.07863190770149231, -0.11264988034963608, -0.08057467639446259, -0.0844254270195961, -0.16414199769496918, 0.05701001361012459, -0.021516265347599983, 0.049952276051044464, -0.08532281219959259, 0.01961876079440117, 0.02878691256046295, 0.08680560439825058, -0.08126071095466614, -0.0029099821113049984, -0.08825216442346573, -0.1895521730184555, -0.07879350334405899, 0.007416875567287207, 0.041887324303388596, -0.03517722710967064, 0.21468982100486755, 0.1880723536014557, -0.004760500509291887, 0.030982328578829765, 0.02012615092098713, 0.12738622725009918, 0.12618818879127502, 0.24816855788230896, 0.09538628160953522, -0.04496956989169121, 0.062019672244787216, -0.00047298704157583416, 0.13194060325622559, 0.16617414355278015, 0.1770082712173462, 0.11189761012792587, 0.05382413789629936, 0.01584082841873169, 0.008515188470482826, -0.027442658320069313, -0.10688840597867966, -0.005061942618340254, 0.1531755030155182, 0.11058863997459412, 0.01486971229314804, -0.08539287000894547, 0.1317296326160431, -0.1302739679813385, 0.05456465110182762, -0.07104624062776566, -0.06294116377830505, -0.10132542997598648, -0.008892694488167763, -0.14047542214393616, -0.11157132685184479, -0.019398722797632217, -0.13118305802345276, -0.01690228469669819, 0.16007646918296814, -0.051776222884655, 0.014442636631429195, 0.11318287998437881, -0.09744976460933685, -0.08611861616373062, 0.09869302064180374, 0.007880181074142456, -0.02039961889386177, -0.14800679683685303, -0.0351853147149086, -0.0036174494307488203, -0.023440375924110413, -0.025078337639570236, 0.00902143120765686, 0.05654861405491829, -0.03284619376063347, -0.17109039425849915, -0.13334928452968597, -0.032488901168107986, -0.01896042376756668, -0.13069353997707367, 0.03781971335411072, 0.05043259263038635, -0.0724094957113266, 0.039779238402843475, 0.16924014687538147, -0.030689796432852745, 0.02838865853846073, -0.02044735476374626, 0.20233255624771118, -0.029475292190909386, 0.07075433433055878, -0.017842356115579605, -0.054716430604457855, -0.04694965481758118, 0.1546023041009903, 0.10978148132562637, -0.043378692120313644, -0.017206983640789986, -0.04096629098057747, 0.005943446885794401, 0.026018310338258743, 0.11346059292554855, 0.048958420753479004, -0.0014003808610141277, -0.025181742385029793, -0.13562892377376556, 0.002427449682727456, -0.0650428831577301, -0.21464553475379944, -0.06146291270852089, 0.08746914565563202, -0.030731014907360077, -0.10099329799413681, 0.1101088598370552, -0.10149765759706497, 0.12929725646972656, 0.0038419028278440237, -0.1824457198381424, -0.1149720549583435, -0.07373610138893127, -0.05822420120239258, -0.024379588663578033, 0.04200558736920357, -0.07174322009086609, -0.08796168863773346, -0.03547687083482742, 0.006695894990116358, -0.18918132781982422, -0.05030998960137367, -0.04092419520020485, -0.10505510121583939, 0.25967565178871155, -0.004405009560286999, 0.031057842075824738, 0.01920289173722267, -0.05534512922167778, -0.03883730620145798, -0.054347746074199677, 0.08741457760334015, 0.09738670289516449, -0.0015734166372567415, 0.18759816884994507, -0.03739525005221367, 0.14921371638774872, 0.10789120942354202, -0.1853220909833908, -0.04661708325147629, 0.028817851096391678, -0.005503401625901461, -0.03408427536487579, -0.08866888284683228, -0.11065027117729187, 0.05700859799981117, 0.12347950786352158, 0.017240669578313828, -0.058551255613565445, -0.03529796004295349, -0.026827584952116013, 0.03361857682466507, 0.05254480242729187, -0.169978067278862, -0.051407359540462494, -0.10226180404424667, -0.08297032862901688, 0.02863030694425106, -0.2029682993888855, 0.00006344957364490256, -0.07027380168437958, 0.05297508463263512, -0.10068008303642273, 0.046727266162633896, 0.07459541410207748, -0.14814071357250214, -0.023642640560865402, -0.38531121611595154, 0.04449090734124184, 0.14103513956069946, -0.0436902716755867, -0.10551846027374268 ]