sha
stringlengths
40
40
text
stringlengths
1
13.4M
id
stringlengths
2
117
tags
listlengths
1
7.91k
created_at
stringlengths
25
25
metadata
stringlengths
2
875k
last_modified
stringlengths
25
25
arxiv
listlengths
0
25
languages
listlengths
0
7.91k
tags_str
stringlengths
17
159k
text_str
stringlengths
1
447k
text_lists
listlengths
0
352
processed_texts
listlengths
1
353
tokens_length
listlengths
1
353
input_texts
listlengths
1
40
embeddings
listlengths
768
768
b3cfb73209a8c51582fa1d9b7fe7e45fec5529b2
# Dataset Card for WikiBio GPT-3 Hallucination Dataset - GitHub repository: https://github.com/potsawee/selfcheckgpt - Paper: [SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models](https://arxiv.org/abs/2303.08896) ### Dataset Summary - We generate Wikipedia-like passages using GPT-3 (text-davinci-003) using the prompt: ```This is a Wikipedia passage about {concept}``` where `concept` represents an individual from the WikiBio dataset. - We split the generated passages into sentences, and we annotate each sentence into one of the 3 options: (1) accurate (2) minor_inaccurate (3) major_inaccurate. - We report the data statistics, annotation process, and inter-annotator agreement in our paper. ## Update - v3 (5 May 2023): 238 test IDs have been annotated in total. - v2 (6 April 2023): 142 test IDs have been annotated, GPT-3 sampled passages are now included in this dataset. - v1 (15 March 2023): 65 test IDs -- here is `wiki_bio_test_idx` of the documents in v1 [[Link]](https://drive.google.com/file/d/1N3_ZQmr9yBbsOP2JCpgiea9oiNIu78Xw/view?usp=sharing) ## Dataset Structure Each instance consists of: - `gpt3_text`: GPT-3 generated passage - `wiki_bio_text`: Actual Wikipedia passage (first paragraph) - `gpt3_sentences`: `gpt3_text` split into sentences using `spacy` - `annotation`: human annotation at the sentence level - `wiki_bio_test_idx`: ID of the concept/individual from the original wikibio dataset (testset) - `gpt3_text_samples`: list of 20 sampled passages (do_sample = True & temperature = 1.0) ### Citation Information ``` @misc{manakul2023selfcheckgpt, title={SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models}, author={Potsawee Manakul and Adian Liusie and Mark J. F. Gales}, year={2023}, eprint={2303.08896}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
potsawee/wiki_bio_gpt3_hallucination
[ "task_categories:text-classification", "size_categories:n<1K", "language:en", "license:cc-by-sa-3.0", "arxiv:2303.08896", "region:us" ]
2023-03-18T18:05:21+00:00
{"language": ["en"], "license": "cc-by-sa-3.0", "size_categories": ["n<1K"], "task_categories": ["text-classification"], "dataset_info": {"features": [{"name": "gpt3_text", "dtype": "string"}, {"name": "wiki_bio_text", "dtype": "string"}, {"name": "gpt3_sentences", "sequence": "string"}, {"name": "annotation", "sequence": "string"}, {"name": "wiki_bio_test_idx", "dtype": "int64"}, {"name": "gpt3_text_samples", "sequence": "string"}], "splits": [{"name": "evaluation", "num_bytes": 5042581, "num_examples": 238}], "download_size": 2561507, "dataset_size": 5042581}}
2023-05-29T22:14:09+00:00
[ "2303.08896" ]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-n<1K #language-English #license-cc-by-sa-3.0 #arxiv-2303.08896 #region-us
# Dataset Card for WikiBio GPT-3 Hallucination Dataset - GitHub repository: URL - Paper: SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models ### Dataset Summary - We generate Wikipedia-like passages using GPT-3 (text-davinci-003) using the prompt: where 'concept' represents an individual from the WikiBio dataset. - We split the generated passages into sentences, and we annotate each sentence into one of the 3 options: (1) accurate (2) minor_inaccurate (3) major_inaccurate. - We report the data statistics, annotation process, and inter-annotator agreement in our paper. ## Update - v3 (5 May 2023): 238 test IDs have been annotated in total. - v2 (6 April 2023): 142 test IDs have been annotated, GPT-3 sampled passages are now included in this dataset. - v1 (15 March 2023): 65 test IDs -- here is 'wiki_bio_test_idx' of the documents in v1 [[Link]](URL ## Dataset Structure Each instance consists of: - 'gpt3_text': GPT-3 generated passage - 'wiki_bio_text': Actual Wikipedia passage (first paragraph) - 'gpt3_sentences': 'gpt3_text' split into sentences using 'spacy' - 'annotation': human annotation at the sentence level - 'wiki_bio_test_idx': ID of the concept/individual from the original wikibio dataset (testset) - 'gpt3_text_samples': list of 20 sampled passages (do_sample = True & temperature = 1.0)
[ "# Dataset Card for WikiBio GPT-3 Hallucination Dataset\n\n- GitHub repository: URL\n- Paper: SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models", "### Dataset Summary\n\n- We generate Wikipedia-like passages using GPT-3 (text-davinci-003) using the prompt: where 'concept' represents an individual from the WikiBio dataset.\n- We split the generated passages into sentences, and we annotate each sentence into one of the 3 options: (1) accurate (2) minor_inaccurate (3) major_inaccurate.\n- We report the data statistics, annotation process, and inter-annotator agreement in our paper.", "## Update\n- v3 (5 May 2023): 238 test IDs have been annotated in total.\n- v2 (6 April 2023): 142 test IDs have been annotated, GPT-3 sampled passages are now included in this dataset.\n- v1 (15 March 2023): 65 test IDs -- here is 'wiki_bio_test_idx' of the documents in v1 [[Link]](URL", "## Dataset Structure\n\nEach instance consists of:\n- 'gpt3_text': GPT-3 generated passage\n- 'wiki_bio_text': Actual Wikipedia passage (first paragraph)\n- 'gpt3_sentences': 'gpt3_text' split into sentences using 'spacy'\n- 'annotation': human annotation at the sentence level\n- 'wiki_bio_test_idx': ID of the concept/individual from the original wikibio dataset (testset)\n- 'gpt3_text_samples': list of 20 sampled passages (do_sample = True & temperature = 1.0)" ]
[ "TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #license-cc-by-sa-3.0 #arxiv-2303.08896 #region-us \n", "# Dataset Card for WikiBio GPT-3 Hallucination Dataset\n\n- GitHub repository: URL\n- Paper: SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models", "### Dataset Summary\n\n- We generate Wikipedia-like passages using GPT-3 (text-davinci-003) using the prompt: where 'concept' represents an individual from the WikiBio dataset.\n- We split the generated passages into sentences, and we annotate each sentence into one of the 3 options: (1) accurate (2) minor_inaccurate (3) major_inaccurate.\n- We report the data statistics, annotation process, and inter-annotator agreement in our paper.", "## Update\n- v3 (5 May 2023): 238 test IDs have been annotated in total.\n- v2 (6 April 2023): 142 test IDs have been annotated, GPT-3 sampled passages are now included in this dataset.\n- v1 (15 March 2023): 65 test IDs -- here is 'wiki_bio_test_idx' of the documents in v1 [[Link]](URL", "## Dataset Structure\n\nEach instance consists of:\n- 'gpt3_text': GPT-3 generated passage\n- 'wiki_bio_text': Actual Wikipedia passage (first paragraph)\n- 'gpt3_sentences': 'gpt3_text' split into sentences using 'spacy'\n- 'annotation': human annotation at the sentence level\n- 'wiki_bio_test_idx': ID of the concept/individual from the original wikibio dataset (testset)\n- 'gpt3_text_samples': list of 20 sampled passages (do_sample = True & temperature = 1.0)" ]
[ 51, 51, 111, 89, 145 ]
[ "passage: TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #license-cc-by-sa-3.0 #arxiv-2303.08896 #region-us \n# Dataset Card for WikiBio GPT-3 Hallucination Dataset\n\n- GitHub repository: URL\n- Paper: SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models### Dataset Summary\n\n- We generate Wikipedia-like passages using GPT-3 (text-davinci-003) using the prompt: where 'concept' represents an individual from the WikiBio dataset.\n- We split the generated passages into sentences, and we annotate each sentence into one of the 3 options: (1) accurate (2) minor_inaccurate (3) major_inaccurate.\n- We report the data statistics, annotation process, and inter-annotator agreement in our paper.## Update\n- v3 (5 May 2023): 238 test IDs have been annotated in total.\n- v2 (6 April 2023): 142 test IDs have been annotated, GPT-3 sampled passages are now included in this dataset.\n- v1 (15 March 2023): 65 test IDs -- here is 'wiki_bio_test_idx' of the documents in v1 [[Link]](URL## Dataset Structure\n\nEach instance consists of:\n- 'gpt3_text': GPT-3 generated passage\n- 'wiki_bio_text': Actual Wikipedia passage (first paragraph)\n- 'gpt3_sentences': 'gpt3_text' split into sentences using 'spacy'\n- 'annotation': human annotation at the sentence level\n- 'wiki_bio_test_idx': ID of the concept/individual from the original wikibio dataset (testset)\n- 'gpt3_text_samples': list of 20 sampled passages (do_sample = True & temperature = 1.0)" ]
[ -0.040174003690481186, 0.18133875727653503, -0.0034927334636449814, -0.008498230017721653, 0.015596581622958183, 0.05502184480428696, 0.08411519229412079, 0.20246265828609467, 0.08228815346956253, 0.13131199777126312, 0.05360780283808708, 0.055341534316539764, 0.10442863404750824, 0.147102952003479, 0.028466761112213135, -0.1270023137331009, 0.06313832104206085, -0.03330247476696968, 0.0245372261852026, 0.12760762870311737, 0.09536153078079224, -0.07253673672676086, 0.07589537650346756, -0.008345364592969418, -0.04264570772647858, -0.004270365461707115, -0.032019760459661484, -0.04217483848333359, 0.11116645485162735, 0.030936945229768753, 0.002894709352403879, 0.015876105055212975, 0.00015573592099826783, -0.23060442507266998, 0.019996710121631622, 0.03796582669019699, 0.08836347609758377, 0.07684675604104996, 0.07813660800457001, 0.04357775300741196, 0.0681331530213356, -0.049512483179569244, 0.061243362724781036, 0.04875565320253372, -0.0849594697356224, -0.19341683387756348, -0.1812523752450943, 0.08959456533193588, 0.06574559956789017, 0.08436287194490433, -0.053245674818754196, 0.10690326243638992, 0.034236058592796326, 0.030502378940582275, 0.2175278514623642, -0.15307442843914032, -0.01153375580906868, 0.00704171322286129, 0.11068092286586761, 0.024500003084540367, -0.08848964422941208, 0.002637614728882909, 0.022098196670413017, 0.030790751799941063, -0.018717017024755478, -0.004301483742892742, 0.02913733199238777, 0.005539433099329472, -0.13664548099040985, -0.054703012108802795, 0.2036299854516983, -0.026914896443486214, -0.09008562564849854, -0.14146092534065247, 0.050950683653354645, -0.003868687432259321, 0.002921292558312416, -0.04584142938256264, 0.023772617802023888, -0.05300263315439224, 0.06341902166604996, -0.0779915526509285, -0.09430797398090363, -0.009726621210575104, -0.022940916940569878, 0.11307741701602936, 0.053446389734745026, 0.038402970880270004, 0.008906462229788303, 0.031053349375724792, 0.05480010434985161, -0.05168500542640686, -0.10194798558950424, -0.05399329215288162, -0.06098942458629608, -0.07411553710699081, -0.06286363303661346, -0.010432546958327293, 0.13222616910934448, 0.14190566539764404, -0.1222773939371109, -0.010745486244559288, -0.09833111613988876, 0.0010433257557451725, 0.11351355910301208, 0.14049017429351807, -0.07319483160972595, 0.03818409889936447, -0.004391294904053211, 0.041350044310092926, -0.02772030420601368, 0.039913903921842575, 0.03871738910675049, 0.05792974308133125, 0.06735416501760483, 0.10010748356580734, 0.02701457217335701, 0.0008631578530184925, -0.05690908804535866, -0.050396114587783813, 0.11107033491134644, -0.12398967891931534, -0.023964773863554, 0.030216341838240623, -0.0453084334731102, 0.06909013539552689, 0.027751481160521507, -0.05116173252463341, -0.06269354373216629, 0.023039307445287704, -0.08750109374523163, 0.004237591754645109, 0.017967987805604935, -0.05968526750802994, 0.061343610286712646, -0.05680243670940399, -0.06502574682235718, -0.016919365152716637, -0.09009023755788803, -0.06764985620975494, -0.006913101766258478, -0.05366920307278633, -0.02783302776515484, 0.06227041035890579, 0.05278971418738365, 0.008686989545822144, -0.02279720827937126, 0.00657050684094429, -0.06248444318771362, 0.06437071412801743, -0.007796938065439463, 0.04650980606675148, 0.026821214705705643, 0.0385010801255703, -0.12487759441137314, 0.03361129015684128, -0.07710899412631989, 0.007503786124289036, -0.13197189569473267, -0.04006318375468254, -0.17399626970291138, -0.023553088307380676, 0.022733483463525772, 0.015985112637281418, 0.018330808728933334, 0.12683053314685822, -0.1279672533273697, -0.037308018654584885, 0.15153822302818298, -0.09489777684211731, -0.12735413014888763, 0.08482828736305237, 0.019920311868190765, 0.025978218764066696, 0.09388688951730728, 0.18526920676231384, -0.10169554501771927, -0.18401344120502472, -0.06468973308801651, -0.06994639337062836, 0.03529303893446922, 0.12553851306438446, 0.12219089269638062, -0.10372898727655411, 0.03390159085392952, 0.0225087758153677, -0.02584293857216835, -0.03550375625491142, -0.04090973362326622, -0.02302572876214981, -0.04058767855167389, -0.07292776554822922, 0.046039875596761703, -0.02026003785431385, -0.05229220911860466, -0.056304682046175, -0.07115282118320465, 0.047966934740543365, 0.11640498787164688, -0.030460288748145103, 0.039026711136102676, -0.06041494756937027, 0.044208794832229614, -0.020016998052597046, 0.010244765318930149, -0.13679172098636627, -0.1407022327184677, 0.06310363113880157, -0.04803925007581711, 0.041994668543338776, -0.0065078758634626865, -0.02608928084373474, -0.02820426970720291, -0.043642736971378326, 0.03446672856807709, -0.02792157046496868, -0.015210804529488087, -0.06645619869232178, -0.15634234249591827, -0.00720235938206315, -0.025590989738702774, 0.08735515177249908, -0.13827721774578094, -0.040172550827264786, 0.009077808819711208, 0.07799922674894333, -0.003983466420322657, -0.10277985781431198, 0.1091589704155922, -0.04012126475572586, -0.02067502588033676, -0.026281585916876793, -0.020054208114743233, -0.056458067148923874, -0.0044188653118908405, 0.13332265615463257, -0.004295783583074808, -0.11077069491147995, 0.05201192945241928, 0.15809959173202515, -0.07631276547908783, -0.0073574078269302845, -0.09153948724269867, -0.01929793320596218, -0.12506434321403503, -0.08028417825698853, 0.012296231463551521, 0.0542386919260025, 0.0430939607322216, -0.08087711781263351, -0.08551077544689178, -0.006851215846836567, -0.024101443588733673, -0.10286932438611984, 0.08678290247917175, 0.016103653237223625, -0.21702855825424194, 0.0838184505701065, 0.027271002531051636, 0.07665221393108368, 0.15245521068572998, 0.0024377310182899237, -0.133614182472229, -0.005743192508816719, -0.008984802290797234, -0.0164254792034626, 0.12909135222434998, -0.0607975609600544, 0.06315106153488159, 0.07894115895032883, 0.020554177463054657, 0.009793016128242016, -0.054327525198459625, 0.04755549132823944, -0.005915108136832714, -0.0737643763422966, 0.040471963584423065, 0.05522841215133667, 0.024429379031062126, 0.1207360103726387, 0.05834878981113434, 0.1243550255894661, -0.029869385063648224, 0.015088359825313091, -0.12325636297464371, 0.16812416911125183, -0.08463168144226074, -0.3268299698829651, -0.09032172709703445, -0.04548586905002594, -0.058818016201257706, -0.04110089689493179, 0.04036267101764679, -0.06384079158306122, -0.07673244923353195, -0.11898596584796906, 0.08861713856458664, 0.035560667514801025, -0.04896758496761322, 0.0018539464799687266, -0.0010283500887453556, 0.04230920225381851, -0.1229810118675232, 0.007919552735984325, 0.003095583990216255, 0.0379905179142952, -0.020055297762155533, -0.03211751952767372, 0.04789953678846359, 0.06665246933698654, 0.02195626311004162, -0.0047407858073711395, -0.03394700959324837, 0.28264954686164856, -0.10953748226165771, 0.06391341239213943, 0.15725305676460266, -0.042216431349515915, -0.007070466410368681, 0.0252565685659647, -0.032665006816387177, -0.09021591395139694, 0.04787889122962952, 0.11181028187274933, 0.0035874289460480213, -0.3443388044834137, -0.054394740611314774, 0.003492868272587657, 0.03368597850203514, 0.07454310357570648, 0.06989394873380661, -0.004296759609133005, 0.013492041267454624, -0.10154731571674347, -0.020890329033136368, -0.04982204735279083, 0.05886673182249069, 0.07874084264039993, -0.006049026735126972, 0.054662346839904785, -0.030689409002661705, 0.05306311324238777, 0.13148023188114166, 0.08320281654596329, 0.10156560689210892, 0.02704061008989811, 0.09657871723175049, 0.09662269800901413, 0.020817572250962257, -0.04747404530644417, -0.00015230911958497018, 0.0004753324028570205, 0.009759818203747272, 0.014496883377432823, -0.05393330380320549, 0.025994453579187393, 0.02368992753326893, 0.03786659240722656, -0.05962036922574043, -0.019891321659088135, -0.0858575776219368, 0.07811985909938812, 0.19906356930732727, 0.1138487309217453, -0.11075562983751297, -0.10668352991342545, 0.03280214965343475, -0.08992708474397659, -0.14185383915901184, -0.027631988748908043, 0.013776589184999466, -0.12688122689723969, 0.06479784101247787, -0.021366512402892113, 0.06252863258123398, -0.09458887577056885, 0.011913105845451355, 0.023914968594908714, -0.026121309027075768, -0.053818583488464355, 0.06742554903030396, -0.15931779146194458, 0.1621347963809967, 0.013956926763057709, -0.011907560750842094, -0.06790942698717117, 0.009196610189974308, -0.0024992329999804497, 0.008051098324358463, 0.1399683803319931, 0.027731938287615776, -0.0309880580753088, 0.0016681341221556067, -0.0965196043252945, 0.014403898268938065, 0.08355898410081863, -0.044860176742076874, 0.11923299729824066, -0.03528832271695137, 0.029738575220108032, -0.07203886657953262, -0.02913069911301136, -0.15986037254333496, -0.08229034394025803, 0.13208071887493134, -0.08329673856496811, 0.051289770752191544, -0.0014758794568479061, -0.05187756195664406, -0.10849552601575851, 0.2524096369743347, -0.074221670627594, -0.0652361810207367, -0.16344735026359558, 0.08978956192731857, 0.18702270090579987, -0.033574461936950684, -0.01552502904087305, -0.013365672901272774, 0.17310909926891327, -0.05310174077749252, -0.10649362206459045, 0.01986883021891117, -0.06514178216457367, -0.21906901895999908, -0.04471440613269806, 0.09628001600503922, 0.014447666704654694, 0.04511174187064171, 0.026441046968102455, 0.036016806960105896, -0.02096359245479107, -0.017927255481481552, 0.1640564203262329, 0.006778318900614977, -0.002059769118204713, 0.03823040798306465, -0.08158622682094574, -0.061056967824697495, -0.1561385989189148, -0.12192173302173615, 0.07405254244804382, 0.1744023561477661, -0.01048994343727827, 0.1269608587026596, 0.05513875186443329, -0.12644240260124207, -0.20557484030723572, 0.047665223479270935, 0.02937510423362255, 0.0077192955650389194, 0.041535090655088425, -0.2287909984588623, 0.12233823537826538, 0.1605783849954605, -0.05877455323934555, 0.15756094455718994, -0.19617624580860138, -0.1358257681131363, 0.016611192375421524, 0.03828989714384079, -0.06093994900584221, -0.1639750599861145, -0.05601758137345314, -0.04333692789077759, -0.007177514489740133, 0.05436297133564949, 0.051267970353364944, 0.09299349039793015, -0.06566669791936874, 0.07821406424045563, 0.037733130156993866, -0.020285099744796753, 0.1569264829158783, -0.06614311039447784, 0.009867127984762192, -0.01643446460366249, -0.013028512708842754, 0.012168453074991703, -0.04080100730061531, 0.16769371926784515, -0.0063372100703418255, 0.03174751251935959, -0.09002850204706192, -0.043663132935762405, -0.12255357950925827, 0.042947713285684586, -0.05301631987094879, -0.03400583937764168, -0.08782241493463516, 0.12249802052974701, 0.020605942234396935, -0.019679537042975426, 0.1278751790523529, -0.09179667383432388, 0.08725717663764954, 0.04999963939189911, 0.048139799386262894, 0.14595314860343933, -0.10005701333284378, 0.037158671766519547, -0.024281034246087074, 0.010695450939238071, -0.19777679443359375, 0.031123962253332138, 0.0820242166519165, 0.037590064108371735, 0.11322171986103058, -0.02490367740392685, -0.1607060581445694, -0.01933099515736103, 0.04562893509864807, -0.15240740776062012, -0.11165829747915268, 0.006911412347108126, 0.030695103108882904, -0.15794602036476135, 0.008725096471607685, 0.17937935888767242, 0.021548721939325333, -0.09719636291265488, -0.002303373534232378, 0.11894013732671738, -0.011455570347607136, 0.1610846370458603, -0.017779070883989334, 0.05762208253145218, -0.0981261357665062, 0.09992242604494095, 0.07034295052289963, -0.0435512512922287, 0.09214210510253906, 0.09307229518890381, -0.0268112663179636, -0.05455536022782326, 0.009201052598655224, -0.0253503005951643, -0.031198851764202118, -0.028678661212325096, -0.050179675221443176, -0.11068443953990936, 0.05683491379022598, 0.2318548709154129, 0.005023285746574402, 0.07302869856357574, 0.07753945887088776, -0.0813973993062973, -0.07393009960651398, 0.14420171082019806, -0.03841978684067726, 0.04969211667776108, -0.010204378515481949, 0.00008518496179021895, -0.04666583612561226, 0.04741863161325455, -0.0026768986135721207, -0.008504830300807953, -0.13604958355426788, -0.03344815596938133, -0.18278054893016815, -0.013415548019111156, -0.06367923319339752, -0.04449516907334328, 0.021024703979492188, 0.0011795286554843187, 0.03190937638282776, 0.02761971764266491, -0.0834917426109314, -0.05695820227265358, -0.04024357348680496, 0.11507239937782288, -0.1501183956861496, 0.018382756039500237, 0.06196453049778938, -0.07261672616004944, 0.1293715387582779, 0.01850617676973343, -0.01488807424902916, 0.004260786809027195, -0.038595378398895264, 0.048038382083177567, 0.0019062662031501532, 0.024856790900230408, 0.00502487737685442, -0.24636206030845642, -0.02846144326031208, -0.006480494514107704, -0.03197457641363144, 0.08074828237295151, 0.06575854867696762, -0.09184165298938751, -0.0014427852584049106, -0.02002989873290062, -0.022241411730647087, 0.014974215999245644, 0.02028592675924301, 0.078065425157547, -0.026576310396194458, 0.09420228004455566, -0.0534096360206604, 0.02437245100736618, -0.14324794709682465, 0.01100141741335392, -0.008512536063790321, -0.04226677864789963, -0.0878312960267067, 0.030934887006878853, 0.041233859956264496, 0.008814971894025803, 0.1845170259475708, -0.0384150892496109, 0.026351625099778175, 0.06911677867174149, -0.029592441394925117, -0.035686131566762924, 0.04556512460112572, 0.059450414031744, -0.06944342702627182, -0.052714861929416656, 0.04994102939963341, -0.05080028623342514, -0.03444913029670715, 0.06412111967802048, 0.1719370037317276, 0.17555058002471924, 0.12006108462810516, 0.04387405142188072, 0.027279727160930634, -0.08923162519931793, -0.03919021040201187, -0.035780686885118484, 0.008292872458696365, 0.08801423013210297, 0.016643589362502098, 0.06941667199134827, 0.09770551323890686, -0.1657378226518631, 0.08133992552757263, -0.09427040070295334, -0.04075218364596367, -0.08548279106616974, -0.1024114191532135, -0.05680316314101219, -0.04203341528773308, 0.01552332378923893, -0.15005335211753845, 0.10475233197212219, 0.06636133790016174, 0.06032232195138931, -0.018054084852337837, 0.04138203337788582, 0.03603550046682358, -0.09802870452404022, 0.08333025872707367, 0.01262347400188446, -0.049961019307374954, -0.03820255398750305, 0.04272124171257019, 0.03891441226005554, 0.030981924384832382, 0.08542396873235703, 0.045452509075403214, 0.012674008496105671, 0.014190577901899815, -0.07881200313568115, -0.08757579326629639, 0.040040597319602966, -0.02884012833237648, 0.0030346724670380354, 0.1267448514699936, 0.04812527447938919, 0.0046950289979577065, -0.005503511056303978, 0.1531989574432373, -0.012029011733829975, -0.027303915470838547, -0.14321717619895935, 0.16923998296260834, 0.007975909858942032, -0.01123635284602642, 0.026200424879789352, -0.07213855534791946, 0.026933373883366585, 0.24228470027446747, 0.024585917592048645, 0.0436006560921669, -0.03729274868965149, 0.005446246825158596, 0.00746522331610322, 0.011090677231550217, 0.04705855995416641, 0.06129490211606026, 0.08299487829208374, -0.03862448036670685, -0.027106311172246933, -0.0168605949729681, -0.058223143219947815, -0.049411628395318985, 0.04727499559521675, 0.035475701093673706, 0.012552968226373196, -0.09149247407913208, 0.08611355721950531, -0.11515119671821594, -0.19379201531410217, 0.016453547403216362, -0.056622978299856186, -0.14323340356349945, -0.05777765065431595, -0.03126620501279831, -0.05390866845846176, 0.047885168343782425, 0.03347793594002724, -0.018215978518128395, 0.1736687868833542, -0.003304409794509411, -0.055059127509593964, -0.11291485279798508, 0.11254222691059113, -0.06997297704219818, 0.17935380339622498, 0.036626845598220825, 0.07264945656061172, 0.057174764573574066, -0.0382068008184433, -0.15699216723442078, 0.0068069822154939175, 0.027934804558753967, -0.0239942017942667, 0.027096634730696678, 0.17846211791038513, 0.05350470915436745, 0.13207857310771942, 0.09624812006950378, 0.020670510828495026, -0.0063427165150642395, 0.06167633831501007, -0.02973240055143833, -0.07426982372999191, 0.04127555713057518, -0.10570605099201202, 0.15592430531978607, 0.2397373616695404, -0.05705937370657921, 0.015594742260873318, -0.03894122689962387, 0.04916856810450554, -0.0003398969420231879, 0.07845669239759445, -0.03222097456455231, -0.21805717051029205, 0.05367732793092728, 0.00652511278167367, 0.0030961669981479645, -0.28498297929763794, -0.0364200621843338, 0.05383686348795891, -0.020376048982143402, -0.012706410139799118, 0.10561411082744598, 0.07084502279758453, -0.0010822247713804245, -0.03782638534903526, -0.07357341051101685, 0.058976005762815475, 0.13728827238082886, -0.09430842846632004, -0.040318943560123444 ]
3a7358752a740dcfacd212670956f6f6fd0314b5
# kfj-pypi Dataset This dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification. ## Usage To use this dataset, you can download it from [Hugging Face Datasets](https://huggingface.co/datasets/KingfernJohn/kfj-pypi-packages-metadata) using the `datasets` library in Python: ```python from datasets import load_dataset dataset = load_dataset("kfj-pypi-packages-metadata") ``` This will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package. ## Info The dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB). We skipped packages that returned no metadata to avoid empty files. Please note that the dataset is currently being updated and more packages will be added soon. version 0.1 ## Structure ```json { "name": "", "version": "", "description": "", "author": "", "author_email": "", "maintainer": "", "maintainer_email": "", "license": "", "keywords": "", "classifiers": "", "download_url": "", "platform": "", "homepage": "", "project_urls": "", "requires_python": "", "requires_dist": "", "provides_dist": "", "obsoletes_dist": "", "summary": "" } ```
KingfernJohn/kfj-pypi-packages-metadata
[ "language:en", "license:apache-2.0", "PyPi", "package", "dataset", "named entity recognition", "text classification", "NLP", "Large", "doi:10.57967/hf/0456", "region:us" ]
2023-03-18T18:32:51+00:00
{"language": ["en"], "license": "apache-2.0", "pretty_name": "kfj pypi", "tags": ["PyPi", "package", "dataset", "named entity recognition", "text classification", "NLP", "Large"]}
2023-03-19T13:57:39+00:00
[]
[ "en" ]
TAGS #language-English #license-apache-2.0 #PyPi #package #dataset #named entity recognition #text classification #NLP #Large #doi-10.57967/hf/0456 #region-us
# kfj-pypi Dataset This dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification. ## Usage To use this dataset, you can download it from Hugging Face Datasets using the 'datasets' library in Python: This will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package. ## Info The dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB). We skipped packages that returned no metadata to avoid empty files. Please note that the dataset is currently being updated and more packages will be added soon. version 0.1 ## Structure
[ "# kfj-pypi Dataset\n\nThis dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification.", "## Usage\n\nTo use this dataset, you can download it from Hugging Face Datasets using the 'datasets' library in Python:\n\n\n\nThis will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.", "## Info\n\nThe dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB).\nWe skipped packages that returned no metadata to avoid empty files.\n\nPlease note that the dataset is currently being updated and more packages will be added soon.\nversion 0.1", "## Structure" ]
[ "TAGS\n#language-English #license-apache-2.0 #PyPi #package #dataset #named entity recognition #text classification #NLP #Large #doi-10.57967/hf/0456 #region-us \n", "# kfj-pypi Dataset\n\nThis dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification.", "## Usage\n\nTo use this dataset, you can download it from Hugging Face Datasets using the 'datasets' library in Python:\n\n\n\nThis will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.", "## Info\n\nThe dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB).\nWe skipped packages that returned no metadata to avoid empty files.\n\nPlease note that the dataset is currently being updated and more packages will be added soon.\nversion 0.1", "## Structure" ]
[ 56, 87, 63, 67, 4 ]
[ "passage: TAGS\n#language-English #license-apache-2.0 #PyPi #package #dataset #named entity recognition #text classification #NLP #Large #doi-10.57967/hf/0456 #region-us \n# kfj-pypi Dataset\n\nThis dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification.## Usage\n\nTo use this dataset, you can download it from Hugging Face Datasets using the 'datasets' library in Python:\n\n\n\nThis will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.## Info\n\nThe dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB).\nWe skipped packages that returned no metadata to avoid empty files.\n\nPlease note that the dataset is currently being updated and more packages will be added soon.\nversion 0.1## Structure" ]
[ -0.0753803551197052, 0.21085098385810852, -0.002346638822928071, 0.05323432758450508, 0.15876376628875732, 0.027023086324334145, -0.06752755492925644, 0.16933315992355347, -0.054476719349622726, 0.08711408078670502, 0.07840806245803833, 0.07508386671543121, 0.04141043871641159, 0.28518977761268616, 0.05655208230018616, -0.29377585649490356, -0.02767770178616047, -0.013548824936151505, 0.055070437490940094, 0.08934640884399414, 0.06647755205631256, -0.04871775954961777, 0.10466167330741882, -0.04653177782893181, -0.08130543678998947, -0.033004287630319595, -0.08359332382678986, -0.06925977021455765, 0.003858214011415839, -0.06325773149728775, 0.02332068793475628, -0.038799818605184555, -0.02494402788579464, -0.0787753313779831, 0.006909708492457867, 0.042386069893836975, 0.058879006654024124, 0.030650850385427475, 0.06362831592559814, -0.03452908247709274, 0.19444134831428528, -0.1886610984802246, -0.019581263884902, 0.029956094920635223, -0.01784403808414936, -0.251525342464447, -0.1354191154241562, 0.00975013803690672, -0.004096532240509987, 0.05949479714035988, 0.01228317990899086, 0.0636611357331276, 0.028293471783399582, 0.047190215438604355, 0.17930811643600464, -0.1833014041185379, 0.016914881765842438, 0.0028574925381690264, -0.08715587854385376, 0.08155621588230133, 0.01845356822013855, 0.0016582135576754808, 0.015516183339059353, 0.03528907895088196, 0.07291258871555328, -0.013698101043701172, -0.2422139048576355, -0.05336968973278999, -0.12802225351333618, -0.07443634420633316, 0.3163619041442871, -0.053652629256248474, -0.04819095507264137, -0.09335152804851532, -0.05748610571026802, -0.10379204899072647, -0.06033309921622276, 0.06992776691913605, 0.036090537905693054, -0.060168709605932236, 0.08686758577823639, -0.05551387369632721, -0.04911646991968155, 0.0005582554149441421, -0.02891087532043457, 0.2073163390159607, 0.05170834809541702, 0.1077708825469017, -0.008548234589397907, 0.007898864336311817, -0.16493238508701324, -0.06479546427726746, -0.02194340154528618, -0.0382314957678318, 0.06577321141958237, 0.045958176255226135, -0.0383470244705677, -0.15184390544891357, 0.02816080115735531, -0.012699423357844353, -0.1346227079629898, 0.021728694438934326, -0.008997314609587193, 0.04207197204232216, 0.07596264779567719, 0.01705266535282135, -0.017059054225683212, -0.0379876047372818, 0.06681694835424423, -0.029658764600753784, 0.17325732111930847, -0.004842606373131275, -0.04313446581363678, 0.0161700788885355, -0.0252162404358387, 0.04409060254693031, 0.026973534375429153, 0.07396290451288223, -0.017142746597528458, -0.05964094400405884, 0.13431113958358765, -0.08192728459835052, -0.0465361662209034, 0.007268332876265049, -0.14314453303813934, 0.01469473261386156, 0.045009855180978775, -0.07087700814008713, -0.11088983714580536, 0.1490771621465683, -0.06736981868743896, 0.0014069393509998918, -0.05713934451341629, -0.08233287930488586, 0.058600809425115585, -0.14635895192623138, -0.027982039377093315, -0.1272297352552414, -0.2547197639942169, 0.016299329698085785, 0.015384509228169918, 0.008061579428613186, -0.006837885361164808, 0.03784073144197464, -0.05014408752322197, 0.004566488321870565, -0.021679891273379326, 0.07115079462528229, -0.09141471982002258, 0.1067645251750946, -0.0036525088362395763, 0.15603049099445343, -0.10906239598989487, 0.09218984842300415, -0.13639552891254425, -0.030663954094052315, -0.12629364430904388, 0.06335728615522385, -0.10232939571142197, -0.008690377697348595, -0.0975387766957283, -0.0881367102265358, -0.05202801153063774, -0.0268859900534153, -0.00021673718583770096, 0.1498202532529831, -0.14936232566833496, -0.06284573674201965, 0.1464928686618805, -0.14386792480945587, -0.032325029373168945, 0.08053024858236313, 0.06714532524347305, -0.026963602751493454, 0.03954813629388809, 0.2312939614057541, 0.12697485089302063, -0.04729125276207924, -0.13491544127464294, 0.09476770460605621, -0.06026525795459747, -0.12655404210090637, 0.08293215185403824, -0.008357806131243706, -0.06783810257911682, 0.08062286674976349, 0.051247335970401764, 0.04617939889431, -0.02610360085964203, -0.0501030795276165, -0.03939654305577278, -0.10929485410451889, 0.07328327000141144, 0.057809945195913315, 0.032249968498945236, -0.0236975084990263, -0.035464659333229065, 0.007994069717824459, 0.1561710089445114, 0.006877492647618055, 0.03567245975136757, 0.013827246613800526, 0.17690202593803406, -0.023746615275740623, 0.021321143954992294, -0.15473945438861847, -0.03336714208126068, 0.0633644163608551, -0.027850346639752388, 0.022611666470766068, -0.13508768379688263, -0.01512490026652813, 0.04087750241160393, -0.02317208983004093, 0.03127915412187576, 0.0421549417078495, -0.04896768555045128, -0.050849512219429016, -0.01275042537599802, -0.02333228290081024, -0.011000517755746841, 0.11632638424634933, 0.017669158056378365, 0.017015356570482254, 0.0269694272428751, 0.046814363449811935, 0.005659799557179213, -0.07427734136581421, 0.12432792782783508, 0.04529111087322235, 0.03536367416381836, -0.022020600736141205, 0.07631196081638336, -0.005023660603910685, 0.046592604368925095, 0.008385993540287018, -0.04009493067860603, -0.1379365772008896, 0.1423397660255432, 0.09286945313215256, 0.006540914066135883, 0.007396751083433628, -0.02685067057609558, -0.029402833431959152, -0.022182250395417213, -0.007547434885054827, -0.001180689432658255, 0.008440455421805382, 0.10505633056163788, -0.09415020793676376, 0.009986394084990025, 0.05094252899289131, 0.021060246974229813, -0.04984583705663681, 0.05149982124567032, 0.027318622916936874, -0.04356452450156212, 0.08693738281726837, 0.06672228872776031, -0.08043413609266281, 0.17584820091724396, 0.004292911849915981, -0.12650786340236664, 0.0855172723531723, 0.02083347924053669, -0.001885640318505466, 0.06347939372062683, -0.07172189652919769, -0.001543485326692462, 0.10937203466892242, -0.003458762774243951, 0.06886999309062958, -0.04524236544966698, 0.030355490744113922, -0.02919026091694832, -0.02227010950446129, -0.03314002975821495, 0.02873113378882408, -0.021454451605677605, 0.06537007540464401, 0.039736174046993256, 0.06907859444618225, 0.02130010351538658, 0.0025033727288246155, -0.039918456226587296, 0.17721687257289886, -0.16611245274543762, -0.3341733515262604, -0.12262270599603653, 0.015910902991890907, -0.10050630569458008, -0.02404799684882164, 0.05906007066369057, -0.07241474837064743, -0.02716989442706108, -0.05398847907781601, 0.05160922184586525, -0.0826910212635994, 0.002912342781201005, -0.13575714826583862, -0.0010596717474982142, 0.009962660260498524, -0.11568979173898697, 0.033089399337768555, -0.04102976620197296, -0.015141775831580162, 0.09736333042383194, -0.02043336257338524, 0.10074357688426971, 0.08195982873439789, -0.10939409583806992, 0.018432457000017166, -0.010080927051603794, 0.07793829590082169, -0.03615895286202431, 0.00026498609804548323, 0.20606066286563873, 0.06514894962310791, 0.045318346470594406, -0.010269638150930405, 0.017841171473264694, -0.026827866211533546, 0.031199472025036812, 0.05878177285194397, -0.10168705880641937, -0.21161876618862152, -0.20194853842258453, -0.0666319727897644, 0.10844720900058746, 0.09014548361301422, 0.03744197264313698, -0.10288181900978088, 0.05556023493409157, -0.07641533017158508, 0.003924868535250425, -0.11361069977283478, 0.057454269379377365, 0.1263982057571411, -0.04249579459428787, 0.04815692454576492, -0.04045407101511955, 0.04064593464136124, 0.13152402639389038, 0.03539731726050377, 0.16934049129486084, -0.13266290724277496, 0.07220172137022018, 0.05451706051826477, 0.11957764625549316, -0.015654249116778374, 0.08129379153251648, -0.05689354985952377, 0.04637023061513901, -0.01809207908809185, -0.10088862478733063, -0.11009716987609863, 0.05629216879606247, -0.0122340964153409, 0.016673985868692398, -0.0495951883494854, -0.04170999675989151, 0.000027304804461891763, 0.1312490850687027, 0.059671785682439804, -0.20194442570209503, -0.045250266790390015, 0.004463782999664545, 0.05161314457654953, -0.0759950578212738, 0.07246936112642288, 0.07837656140327454, -0.0335112065076828, 0.15750250220298767, -0.030758511275053024, 0.06789982318878174, -0.08844555914402008, -0.049581728875637054, 0.003889838932082057, 0.05168849602341652, 0.04045386612415314, 0.11065786331892014, -0.06835602968931198, 0.09985695779323578, 0.0374821275472641, 0.008859959430992603, -0.10853704065084457, -0.007047924213111401, 0.038587749004364014, 0.030709736049175262, 0.09589959681034088, 0.04137742519378662, 0.01973623037338257, -0.033485110849142075, -0.14408572018146515, 0.012791727669537067, 0.06907118856906891, 0.04809980094432831, -0.0005057461094111204, 0.034536104649305344, -0.0020635067485272884, -0.07454556226730347, 0.026412270963191986, 0.0007508191629312932, -0.10951044410467148, 0.03387909755110741, 0.09926171600818634, -0.06948494911193848, -0.003560875542461872, -0.07571844756603241, 0.02187805250287056, 0.12368427962064743, 0.09232480078935623, -0.16747483611106873, -0.10094771534204483, 0.03524370118975639, 0.11628182977437973, -0.0325540266931057, 0.024533893913030624, -0.010134940035641193, 0.054547157138586044, -0.029132453724741936, -0.128207728266716, 0.007508612237870693, -0.05342277139425278, -0.08774254471063614, -0.04975104704499245, 0.13605809211730957, 0.01113931741565466, 0.024765560403466225, -0.09164563566446304, 0.047978345304727554, -0.020642397925257683, -0.05526237562298775, 0.013343824073672295, 0.10166136175394058, 0.17256002128124237, 0.18350425362586975, -0.09276563674211502, -0.10018585622310638, -0.029906557872891426, -0.006735019851475954, 0.15219631791114807, 0.08317997306585312, -0.08278801292181015, 0.16367779672145844, 0.10744971036911011, -0.028448551893234253, -0.28532883524894714, -0.03235890343785286, 0.09474493563175201, -0.014444884844124317, -0.06858020275831223, -0.2234826683998108, 0.13149303197860718, 0.12100570648908615, -0.04404701665043831, 0.14371800422668457, -0.26034975051879883, -0.06302637606859207, 0.021662192419171333, 0.047770362347364426, 0.09515324234962463, -0.13431328535079956, -0.033700015395879745, -0.03586268424987793, -0.025930501520633698, 0.18160854279994965, -0.1206103041768074, 0.09814006835222244, -0.12393660098314285, 0.11110712587833405, 0.04610637202858925, -0.03184134140610695, 0.053378768265247345, -0.011033207178115845, -0.031009528785943985, -0.03723588585853577, 0.0316397100687027, 0.02140829525887966, -0.05466926097869873, 0.2408595085144043, -0.04430581256747246, 0.09273369610309601, -0.22096282243728638, 0.006719690747559071, -0.12129509449005127, 0.14495433866977692, 0.008689547888934612, -0.0564698651432991, -0.08416690677404404, -0.011624639853835106, 0.02656620927155018, 0.006008625961840153, 0.07324021309614182, 0.04631173610687256, 0.04489742964506149, 0.15555991232395172, -0.023323409259319305, -0.046918269246816635, -0.10586893558502197, -0.0076439580880105495, -0.05426061525940895, 0.0754457339644432, -0.24610833823680878, -0.03984105587005615, 0.06638441234827042, 0.08528316020965576, -0.04462120682001114, -0.002318063285201788, -0.09291379153728485, -0.03241646662354469, 0.09699559211730957, -0.137068510055542, -0.017488572746515274, -0.04180101677775383, 0.05616391450166702, -0.09747812151908875, 0.02606101706624031, 0.06714702397584915, -0.0655030757188797, -0.049661241471767426, -0.0340333990752697, 0.0543549582362175, -0.0043188403360545635, 0.12707404792308807, 0.10552041977643967, 0.00023413737653754652, -0.13744917511940002, 0.13386783003807068, 0.08031664788722992, -0.09264499694108963, 0.02276446484029293, 0.15400484204292297, -0.1380910724401474, -0.09004930406808853, -0.024059705436229706, -0.08533892780542374, 0.0840882733464241, -0.09825771301984787, 0.08622713387012482, 0.05157916620373726, 0.029390566051006317, 0.022054191678762436, 0.045445896685123444, -0.016871986910700798, -0.044145941734313965, -0.050374191254377365, -0.11986756324768066, 0.07728123664855957, -0.06232447177171707, 0.038252316415309906, -0.08129119873046875, 0.06888704001903534, 0.01114119216799736, 0.11478828638792038, -0.035252973437309265, -0.004076947458088398, -0.032381072640419006, -0.03809909522533417, 0.024494754150509834, 0.06286894530057907, -0.07245202362537384, -0.0009736116626299918, -0.039238836616277695, 0.03405490890145302, -0.06003802269697189, 0.024290133267641068, -0.06198490783572197, -0.030630480498075485, -0.05483401194214821, 0.052260786294937134, -0.08008550107479095, -0.03553032502532005, -0.0013191747711971402, 0.009218762628734112, 0.11454391479492188, 0.08325084298849106, -0.015613270923495293, 0.06370712071657181, 0.09258969873189926, -0.09036583453416824, 0.12265706062316895, 0.08358369022607803, -0.004239929374307394, -0.023072777315974236, 0.03278281167149544, 0.015498564578592777, -0.023228920996189117, 0.019198482856154442, 0.18215976655483246, -0.16674402356147766, 0.02860119566321373, -0.0372583344578743, 0.01961337961256504, -0.06562656164169312, 0.037984155118465424, 0.06559035181999207, 0.03758629411458969, 0.10827252268791199, -0.03465715050697327, -0.011846949346363544, -0.06822840124368668, -0.0037989653646945953, -0.07547341287136078, -0.11935509741306305, -0.1073581799864769, 0.0740734413266182, 0.044833242893218994, 0.015934262424707413, 0.17015305161476135, 0.09349127113819122, -0.015264364890754223, 0.011927016079425812, 0.07126361131668091, 0.0031689598690718412, -0.04559376463294029, 0.11403380334377289, 0.009298408403992653, -0.021880483254790306, 0.0847167894244194, 0.0618894137442112, 0.04014270380139351, 0.1057949811220169, 0.0987013503909111, 0.09474988281726837, 0.09750448912382126, 0.07256793975830078, -0.03962099552154541, -0.1017136201262474, -0.1756982058286667, -0.07209395617246628, 0.007045867387205362, 0.13828465342521667, 0.002315228572115302, 0.12052969634532928, 0.05323096364736557, -0.08780762553215027, 0.0946570634841919, -0.003717322601005435, -0.05755443125963211, -0.07414966076612473, -0.038047198206186295, -0.02175872027873993, -0.08691825717687607, -0.026229919865727425, -0.10445096343755722, -0.016126250848174095, 0.14820979535579681, -0.04647035151720047, -0.015814051032066345, 0.09696949273347855, -0.09486699104309082, -0.10603299736976624, 0.05044714733958244, -0.002288644202053547, -0.009610350243747234, 0.03506769984960556, -0.008103704079985619, 0.043985527008771896, -0.048321980983018875, 0.067153699696064, 0.048252224922180176, 0.0363142266869545, 0.0580601766705513, -0.0396847128868103, -0.04662805423140526, -0.013116211630403996, 0.02210664190351963, 0.10449237376451492, 0.11992285400629044, 0.03207160905003548, -0.07091830670833588, 0.002963355276733637, 0.16082869470119476, -0.03136858344078064, 0.0020660567097365856, -0.01527203619480133, 0.2829924523830414, 0.031227480620145798, -0.023496832698583603, -0.021349918097257614, -0.11121097207069397, -0.12266478687524796, 0.14940716326236725, 0.22769436240196228, 0.08546457439661026, -0.03573542460799217, 0.02779439464211464, -0.0069974251091480255, -0.006478014402091503, 0.0829547867178917, 0.09107177704572678, 0.2845853269100189, -0.012776068411767483, 0.058744922280311584, -0.02051321603357792, 0.04927564412355423, -0.17535974085330963, 0.052635032683610916, -0.021365171298384666, -0.11132914572954178, -0.029397938400506973, 0.02543170191347599, -0.1076320931315422, -0.0939454585313797, 0.04002348706126213, -0.14541061222553253, -0.14138449728488922, -0.04961191117763519, -0.06612182408571243, 0.07124421745538712, 0.05656125023961067, 0.004041904117912054, 0.03362495079636574, -0.004676572047173977, -0.0228029303252697, -0.2109031081199646, -0.1128130778670311, 0.03812430799007416, -0.1568257212638855, 0.1730051189661026, -0.005538837052881718, 0.08102674782276154, 0.036375269293785095, -0.017707044258713722, -0.12402256578207016, 0.03236173838376999, -0.007213649805635214, -0.015675723552703857, 0.03409038856625557, 0.16908207535743713, -0.06029912829399109, 0.02760922722518444, 0.043054644018411636, 0.012227038852870464, -0.05178142338991165, 0.13109393417835236, 0.06786084175109863, -0.06840348988771439, 0.03191079571843147, -0.09820941835641861, 0.10542050004005432, 0.1625683456659317, 0.006747075822204351, -0.05212755501270294, -0.08042421191930771, 0.009237189777195454, 0.026510722935199738, 0.015925293788313866, -0.0011483867419883609, -0.09198418259620667, -0.08794637024402618, -0.058919403702020645, 0.016051143407821655, -0.23513025045394897, 0.11190769821405411, -0.03260055184364319, -0.01958482712507248, -0.054189011454582214, 0.025957219302654266, -0.06513848900794983, -0.05706745386123657, -0.034512829035520554, -0.03696214407682419, 0.02944011427462101, 0.06976941972970963, -0.17017312347888947, -0.07965167611837387 ]
408961cc65ed11ab75e5d9ba789b0488038432b6
# Dataset Card for "wavenet_flashback" https://cloud.google.com/text-to-speech/docs/reference/rest/v1/text/synthesize#AudioConfig sv-SE-Wavenet-{voice} https://spraakbanken.gu.se/resurser/flashback-dator
jzju/wavenet_flashback
[ "task_categories:automatic-speech-recognition", "language:sv", "region:us" ]
2023-03-18T18:56:09+00:00
{"language": ["sv"], "task_categories": ["automatic-speech-recognition"], "dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "text", "dtype": "string"}, {"name": "pitch", "dtype": "float64"}, {"name": "rate", "dtype": "float64"}, {"name": "voice", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 36993063639.128, "num_examples": 96672}], "download_size": 34772655134, "dataset_size": 36993063639.128}}
2023-03-18T19:53:39+00:00
[]
[ "sv" ]
TAGS #task_categories-automatic-speech-recognition #language-Swedish #region-us
# Dataset Card for "wavenet_flashback" URL sv-SE-Wavenet-{voice} URL
[ "# Dataset Card for \"wavenet_flashback\"\n\nURL\n\nsv-SE-Wavenet-{voice}\n\nURL" ]
[ "TAGS\n#task_categories-automatic-speech-recognition #language-Swedish #region-us \n", "# Dataset Card for \"wavenet_flashback\"\n\nURL\n\nsv-SE-Wavenet-{voice}\n\nURL" ]
[ 28, 28 ]
[ "passage: TAGS\n#task_categories-automatic-speech-recognition #language-Swedish #region-us \n# Dataset Card for \"wavenet_flashback\"\n\nURL\n\nsv-SE-Wavenet-{voice}\n\nURL" ]
[ -0.06856934726238251, 0.09398408234119415, -0.003595114918425679, -0.01841473951935768, 0.08785826712846756, -0.017383793368935585, 0.07600612938404083, 0.039139989763498306, 0.12731800973415375, 0.030025577172636986, 0.06412160396575928, 0.034394100308418274, 0.061727188527584076, 0.09158564358949661, -0.0021886208560317755, -0.1282702535390854, 0.11003784835338593, -0.12492392957210541, 0.15533405542373657, 0.04112578183412552, 0.09346242249011993, -0.014363451860845089, 0.03290890157222748, -0.02019699476659298, -0.005459810607135296, 0.09463854879140854, 0.02780386619269848, -0.09385895729064941, 0.08677331358194351, 0.03388182073831558, 0.08351532369852066, 0.01750998944044113, 0.01536614540964365, -0.18161824345588684, 0.015401161275804043, -0.03677978739142418, 0.03183182701468468, -0.0723123624920845, -0.012622655369341373, -0.06577665358781815, -0.15632782876491547, -0.027572276070713997, -0.028565578162670135, 0.054927144199609756, 0.04602452367544174, -0.09909450262784958, -0.02044318988919258, -0.04065459594130516, 0.007638944312930107, 0.001779445563443005, -0.039122357964515686, 0.08377797901630402, -0.12616340816020966, 0.13136443495750427, 0.08673862367868423, -0.08305179327726364, -0.006549080368131399, 0.09463827311992645, 0.04991187900304794, 0.08889607340097427, -0.0012567320372909307, 0.1900140792131424, 0.001174561446532607, 0.0006477136048488319, -0.07995104789733887, -0.08900471031665802, -0.3506467044353485, 0.06988970935344696, -0.08384047448635101, 0.08193769305944443, 0.2797957956790924, 0.05946141853928566, 0.02894076704978943, -0.08659776300191879, 0.028437180444598198, 0.10684213787317276, -0.05455080419778824, -0.02776980772614479, 0.014490071684122086, -0.05585986003279686, 0.055142324417829514, -0.09423758089542389, -0.08656703680753708, -0.10663480311632156, -0.04436450079083443, 0.09310928732156754, -0.01688835211098194, 0.044285424053668976, -0.01658911444246769, -0.09633997827768326, -0.13879773020744324, 0.020758341997861862, -0.04438076168298721, -0.03126482293009758, -0.1511252224445343, 0.02198749966919422, -0.05553517863154411, -0.291401207447052, 0.2055123895406723, 0.023645898327231407, 0.10801450908184052, 0.06409777700901031, -0.06361111253499985, 0.07911869138479233, 0.05655666068196297, 0.10728812217712402, -0.061993956565856934, -0.22539083659648895, -0.018221549689769745, -0.15076370537281036, 0.025515107437968254, -0.07423625886440277, -0.15634039044380188, -0.06630372256040573, -0.025854114443063736, 0.07388471812009811, -0.043462082743644714, 0.01386322733014822, 0.020202787593007088, -0.005173809360712767, -0.007443455047905445, -0.14811348915100098, 0.007350819185376167, 0.034569527953863144, -0.008404587395489216, 0.061214055866003036, -0.023721488192677498, 0.03484789654612541, -0.136558398604393, 0.05945062264800072, 0.05122791975736618, 0.00047409709077328444, 0.09295801818370819, -0.14211587607860565, 0.03681446239352226, -0.18558117747306824, -0.010203108191490173, -0.12432614713907242, -0.1590571105480194, -0.0809093490242958, 0.014151731505990028, -0.02004595287144184, 0.033539943397045135, -0.18046757578849792, -0.0024671743158251047, 0.05244600400328636, -0.06221359595656395, 0.10064282268285751, -0.0817994773387909, 0.007650747895240784, -0.12268873304128647, 0.11793167889118195, -0.162729874253273, 0.010170265100896358, -0.04178766906261444, -0.07329123467206955, -0.0997801199555397, 0.13645897805690765, -0.234059140086174, 0.08621469885110855, -0.11833047866821289, 0.039215341210365295, 0.009818172082304955, 0.13135914504528046, -0.040632620453834534, 0.11038985103368759, -0.21838951110839844, -0.09819088876247406, 0.08459988981485367, -0.11497705429792404, -0.03920790180563927, 0.07754209637641907, 0.038192469626665115, 0.03768124431371689, 0.10202037543058395, 0.5034148097038269, 0.02518271654844284, -0.04357555881142616, 0.024080583825707436, 0.1387905776500702, -0.16075989603996277, -0.13483719527721405, 0.007851477712392807, -0.07322563976049423, -0.07199405133724213, 0.06991159915924072, 0.041233595460653305, -0.01519862748682499, 0.054548945277929306, -0.06963741779327393, 0.03358228877186775, -0.11559861153364182, 0.014362533576786518, -0.06009416654706001, 0.027977975085377693, -0.07729964703321457, 0.04312265291810036, 0.030000146478414536, 0.005360364448279142, -0.04096739739179611, 0.049011874943971634, -0.052715156227350235, 0.06292177736759186, 0.01710335724055767, 0.06256381422281265, -0.06125403940677643, 0.009858816862106323, -0.058787330985069275, 0.11501102894544601, 0.10712141543626785, 0.032664164900779724, 0.07793332636356354, -0.09106524288654327, 0.0049657681956887245, 0.025443486869335175, 0.15331397950649261, 0.039754293859004974, 0.03203383833169937, -0.10818429291248322, 0.05313782021403313, -0.04369707778096199, -0.07245504856109619, -0.015575164929032326, -0.08389539271593094, 0.13333681225776672, 0.03150679171085358, 0.015005560591816902, -0.026904823258519173, 0.0565183162689209, 0.027756424620747566, 0.01612025685608387, 0.05661524087190628, 0.005270041991025209, -0.0758262351155281, -0.10212269425392151, 0.2386394590139389, 0.006372467614710331, 0.0020556419622153044, 0.13044242560863495, -0.13178011775016785, -0.014028131030499935, 0.022182676941156387, 0.09045152366161346, -0.001554427552036941, -0.0020641081500798464, -0.11526954174041748, -0.09262606501579285, 0.03489850461483002, 0.10038097947835922, -0.05198223143815994, 0.035648148506879807, 0.03792257234454155, -0.05560772493481636, -0.043067559599876404, 0.12501339614391327, -0.018620571121573448, -0.09384005516767502, 0.03826768323779106, -0.12348244339227676, -0.08047545701265335, 0.3031890094280243, -0.0035699422005563974, 0.02388906106352806, 0.08123455196619034, -0.02924417331814766, -0.05198131874203682, 0.09638448059558868, -0.1760997772216797, -0.08030616492033005, 0.07706385105848312, 0.02767614834010601, 0.04668479040265083, -0.0537826307117939, -0.036839164793491364, -0.05391676723957062, -0.1231379583477974, -0.05138782411813736, 0.04168226197361946, -0.03301852196455002, -0.01691685989499092, -0.06802354007959366, -0.10943080484867096, 0.026553461328148842, -0.09893191605806351, -0.08883043378591537, 0.04857765883207321, -0.14712589979171753, -0.27137696743011475, -0.21295028924942017, -0.11406023055315018, -0.08911348134279251, 0.05430625379085541, 0.08687209337949753, -0.15371228754520416, -0.07317807525396347, -0.053144849836826324, 0.026529697701334953, -0.01850106753408909, -0.012723072431981564, -0.10721910744905472, -0.016453301534056664, -0.0386510007083416, -0.09122009575366974, 0.03485545143485069, -0.08045010268688202, 0.1206083595752716, 0.05376024544239044, -0.07565958797931671, 0.1363488882780075, 0.10813771933317184, 0.047309283167123795, 0.0607912614941597, -0.047604192048311234, 0.14471988379955292, -0.06034853681921959, 0.04212700575590134, 0.016194915398955345, -0.06957093626260757, 0.0032763988710939884, 0.1894688457250595, 0.01212172582745552, -0.057083986699581146, -0.032833460718393326, 0.08267757296562195, -0.09374300390481949, -0.24494816362857819, -0.14361396431922913, 0.004099459387362003, 0.0656159445643425, -0.04497402906417847, 0.07511226832866669, -0.005218229256570339, 0.005307510495185852, 0.0654100701212883, -0.0866428092122078, 0.07845177501440048, -0.013953721150755882, 0.1168983057141304, -0.05811387300491333, 0.05806403607130051, -0.0694209486246109, -0.006679477170109749, 0.09322943538427353, 0.15323694050312042, 0.06338608264923096, 0.14716167747974396, 0.16670361161231995, 0.006593707017600536, -0.0293253343552351, 0.05155818909406662, 0.05576493218541145, 0.07700847089290619, -0.005724853835999966, 0.03394008427858353, -0.05209970101714134, -0.0008541986462660134, 0.0732366293668747, 0.19041652977466583, -0.1299990713596344, 0.06576956808567047, -0.024706188589334488, 0.08649805188179016, 0.152506023645401, 0.004939392674714327, -0.006841719150543213, 0.053865741938352585, 0.058673396706581116, -0.09387851506471634, -0.031667325645685196, 0.07850775867700577, 0.1838139146566391, -0.02117004059255123, 0.15862604975700378, 0.05401826649904251, 0.08026444911956787, -0.039907220751047134, 0.06019826978445053, -0.10643788427114487, -0.052724260836839676, -0.0010429044486954808, 0.08223512768745422, -0.046729180961847305, 0.19822928309440613, 0.02852964960038662, 0.05318370833992958, -0.03862978145480156, -0.049676377326250076, -0.05297679081559181, 0.11163172870874405, 0.24729150533676147, 0.06446374952793121, -0.09149187058210373, -0.047284435480833054, -0.022147286683321, 0.021617595106363297, 0.10951800644397736, 0.0569925457239151, -0.058479417115449905, 0.03679781034588814, -0.0418241024017334, -0.07590311020612717, -0.07110730558633804, -0.05074159801006317, -0.03597160428762436, -0.05522165447473526, 0.24470895528793335, 0.047124989330768585, 0.05271170288324356, 0.019831176847219467, -0.296976774930954, 0.15064173936843872, -0.2053392082452774, -0.02422579936683178, -0.08922804147005081, -0.1518593579530716, 0.028551924973726273, 0.014068333432078362, 0.0019069028785452247, 0.019223487004637718, -0.0008662899490445852, -0.14518941938877106, 0.029414435848593712, 0.09154843538999557, -0.04276500642299652, 0.10619766265153885, -0.018028927966952324, 0.14027570188045502, -0.015374614857137203, -0.048040810972452164, 0.03693903610110283, 0.04908879101276398, -0.0063751982524991035, -0.06833221018314362, 0.13857777416706085, 0.11600745469331741, -0.17469669878482819, 0.1592438966035843, 0.06766856461763382, -0.1508830040693283, -0.0342656746506691, -0.05612810328602791, 0.26233580708503723, 0.07045998424291611, -0.051536355167627335, 0.2176888883113861, 0.2587231695652008, -0.05959014222025871, -0.38633590936660767, -0.060960616916418076, -0.011985835619270802, 0.01689327135682106, -0.024670500308275223, -0.14459365606307983, 0.07227884978055954, -0.028857925906777382, -0.04014616832137108, -0.0019024789799004793, -0.08799602836370468, -0.13797686994075775, 0.09011931717395782, -0.023461839184165, 0.23367176949977875, 0.02760971151292324, -0.1394922435283661, -0.1582028567790985, -0.048192158341407776, 0.05801793560385704, -0.10160540789365768, 0.07638756930828094, 0.11705104261636734, 0.1557047814130783, 0.014449739828705788, -0.03093879669904709, 0.11322563141584396, 0.09341301769018173, -0.0028515236917883158, -0.040100935846567154, 0.04097352549433708, 0.001334306551143527, 0.010896055959165096, 0.14859803020954132, -0.05968227609992027, -0.039352722465991974, -0.07977233827114105, -0.06601861119270325, -0.04977865144610405, 0.14357176423072815, 0.08966652303934097, -0.013746182434260845, 0.017972147092223167, -0.05984342098236084, -0.019890479743480682, 0.027845920994877815, 0.1657482236623764, -0.20652742683887482, -0.10729389637708664, 0.1283208578824997, 0.1033918708562851, -0.1084112823009491, -0.02887226827442646, 0.027383802458643913, -0.1066630408167839, 0.11411263048648834, -0.026561623439192772, 0.07013241946697235, 0.04341093450784683, 0.01747804507613182, 0.06542006134986877, -0.06279187649488449, -0.06566914916038513, 0.014640269801020622, 0.0775361880660057, -0.09671846777200699, -0.13320915400981903, -0.011596512980759144, -0.16761022806167603, 0.10922113806009293, 0.026764750480651855, 0.16465474665164948, 0.033695392310619354, 0.04674074426293373, -0.001367491204291582, 0.020884033292531967, -0.09442014992237091, 0.10865189135074615, 0.10551022738218307, 0.07654628157615662, -0.1852174699306488, 0.1591506004333496, 0.01509377546608448, -0.009577798657119274, 0.09440185129642487, 0.06697650998830795, -0.11232716590166092, -0.08647536486387253, -0.09395395964384079, 0.2168538123369217, -0.01757708564400673, -0.15961621701717377, -0.0059827109798789024, -0.10009787976741791, 0.011189970187842846, 0.11946358531713486, 0.014976541511714458, 0.044539399445056915, -0.006825197953730822, -0.06975410878658295, 0.07861533015966415, 0.0009375974768772721, -0.018792157992720604, 0.0036639540921896696, -0.07808780670166016, -0.11449456959962845, -0.03683604300022125, 0.05531688407063484, -0.07514762878417969, -0.0720549002289772, -0.09845864027738571, 0.0683349221944809, -0.17982830107212067, 0.09399379044771194, 0.036139898002147675, 0.061436526477336884, 0.03342730924487114, -0.024528663605451584, -0.02339685708284378, 0.0223368089646101, -0.1057598888874054, 0.06400195509195328, -0.011104951612651348, 0.019723033532500267, -0.1377640813589096, -0.008491878397762775, -0.004690873436629772, 0.0741424560546875, 0.08740531653165817, 0.07470931857824326, -0.1373986452817917, 0.19638417661190033, -0.2160065621137619, -0.11647705733776093, 0.09246031939983368, 0.02476051263511181, 0.013887840323150158, 0.1603548526763916, -0.07842805981636047, 0.05985097587108612, 0.03275138512253761, 0.01807190664112568, 0.02426937408745289, -0.10241985321044922, 0.04472558572888374, -0.11764953285455704, -0.09466969221830368, -0.007171621546149254, 0.005301100201904774, 0.12621106207370758, 0.08518200367689133, 0.09170074015855789, -0.04206421226263046, -0.007830214686691761, 0.05480054393410683, 0.044275518506765366, 0.0007108040736056864, -0.1027505099773407, -0.18382981419563293, -0.042426787316799164, 0.019565444439649582, -0.10451246052980423, 0.1898127943277359, 0.06616915762424469, 0.027669580653309822, 0.0012214352609589696, 0.005544486455619335, -0.15985263884067535, 0.04525370895862579, 0.21009914577007294, 0.03250798583030701, 0.02407640404999256, -0.07295112311840057, -0.051437798887491226, 0.06560025364160538, 0.11386386305093765, -0.038165148347616196, 0.05035419389605522, 0.08150915056467056, 0.1563233584165573, 0.1068967878818512, 0.05257386714220047, -0.05126850679516792, 0.13666249811649323, -0.008244644850492477, 0.09465456008911133, -0.0836280807852745, -0.04957669600844383, 0.0642898753285408, 0.0010564103722572327, 0.04972115531563759, 0.042191460728645325, -0.06465063989162445, -0.15688815712928772, -0.250995934009552, -0.15178044140338898, -0.07114852219820023, 0.05960553139448166, -0.04209461435675621, 0.04545925557613373, 0.00005284522922011092, 0.09584474563598633, 0.038080886006355286, 0.09245811402797699, -0.12794771790504456, -0.03900207579135895, 0.06866618990898132, -0.11292100697755814, -0.032509561628103256, 0.026673810556530952, -0.0578678697347641, 0.1398935168981552, 0.07941900193691254, -0.0633343756198883, 0.05763717368245125, -0.005485609173774719, -0.035437289625406265, -0.14629843831062317, -0.06613750755786896, -0.024723125621676445, 0.03792645037174225, 0.013047343119978905, 0.038550909608602524, 0.1525745987892151, -0.08863846957683563, 0.02358388900756836, 0.17177477478981018, -0.03418702632188797, -0.1579032689332962, -0.05575210228562355, -0.008870610035955906, -0.02736375294625759, 0.23308579623699188, -0.10981499403715134, -0.07569095492362976, -0.05082220956683159, 0.22721949219703674, 0.2107565850019455, 0.017032381147146225, 0.06143439561128616, -0.049861274659633636, 0.027316493913531303, -0.025485210120677948, 0.04226379469037056, -0.049898628145456314, -0.014217277988791466, 0.1240219995379448, 0.01034754142165184, -0.011776436120271683, -0.09203960746526718, -0.05668032914400101, 0.07569150626659393, 0.018749026581645012, -0.1018708199262619, -0.09644429385662079, 0.15997926890850067, -0.21605625748634338, -0.06749192625284195, -0.012647601775825024, -0.0439426563680172, -0.11164049804210663, -0.027996158227324486, 0.1771557331085205, 0.1491885632276535, -0.0374041385948658, 0.01554076373577118, -0.04897068440914154, -0.020566318184137344, -0.0034084010403603315, -0.20287653803825378, -0.10879893600940704, -0.0398857407271862, -0.10447702556848526, 0.02177242748439312, 0.020882897078990936, 0.08917718380689621, -0.014505631290376186, 0.04345894604921341, 0.06547176092863083, 0.15810151398181915, -0.011087089776992798, -0.056312549859285355, 0.04487161710858345, 0.20341011881828308, -0.04340904578566551, 0.16259628534317017, 0.010693550109863281, -0.08285631239414215, -0.055209334939718246, 0.10198967158794403, -0.058027271181344986, -0.01048849243670702, 0.04428798332810402, -0.11704840511083603, 0.04356985166668892, 0.053484681993722916, 0.035609327256679535, 0.040281880646944046, -0.0561397410929203, 0.06262677907943726, -0.06210841238498688, -0.18201491236686707, -0.04995458945631981, -0.11537311971187592, -0.1148337870836258, 0.021723531186580658, 0.03223069757223129, -0.05169990286231041, 0.08168984949588776, -0.16783754527568817, 0.10956460982561111, 0.060437820851802826, 0.06494356691837311, 0.1867816001176834, 0.0057679032906889915, -0.013919025659561157, -0.06830728054046631, 0.20908580720424652, 0.09786911308765411, -0.043668825179338455, -0.12895280122756958 ]
1c4becdc34ca7b83bdabf878780d7c8794207717
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
ioritree/so-vits-svc
[ "region:us" ]
2023-03-18T20:38:08+00:00
{"title": "Sovits4.0 V2", "emoji": "\ud83d\udcda", "colorFrom": "blue", "colorTo": "purple", "sdk": "gradio", "sdk_version": "3.19.1", "app_file": "app.py", "pinned": false}
2023-03-18T20:50:15+00:00
[]
[]
TAGS #region-us
Check out the configuration reference at 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 ]
2d8bcddece4c553549a7933379c86b71e714c0c3
# Dataset Card for "Alpaca_arabic_instruct" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Yasbok/Alpaca_arabic_instruct
[ "language:ar", "region:us" ]
2023-03-18T21:27:13+00:00
{"language": "ar", "dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "input", "dtype": "string"}, {"name": "output", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 28245695, "num_examples": 52002}], "download_size": 14716254, "dataset_size": 28245695}}
2023-07-21T12:25:40+00:00
[]
[ "ar" ]
TAGS #language-Arabic #region-us
# Dataset Card for "Alpaca_arabic_instruct" More Information needed
[ "# Dataset Card for \"Alpaca_arabic_instruct\"\n\nMore Information needed" ]
[ "TAGS\n#language-Arabic #region-us \n", "# Dataset Card for \"Alpaca_arabic_instruct\"\n\nMore Information needed" ]
[ 11, 19 ]
[ "passage: TAGS\n#language-Arabic #region-us \n# Dataset Card for \"Alpaca_arabic_instruct\"\n\nMore Information needed" ]
[ -0.14455625414848328, 0.15128830075263977, -0.0015821410343050957, 0.0459076352417469, 0.10389494150876999, 0.11882595717906952, 0.22935254871845245, 0.07475294172763824, 0.10542738437652588, -0.04959864914417267, 0.15795624256134033, -0.04824909567832947, 0.10618826746940613, 0.13628210127353668, 0.02026541344821453, -0.08257420361042023, -0.03331524878740311, -0.08026862144470215, 0.06478635966777802, 0.03951626271009445, 0.10146330296993256, 0.013035167008638382, 0.10944784432649612, -0.07979510724544525, -0.1223255917429924, 0.03133126348257065, -0.06658005714416504, -0.10837394744157791, 0.08180661499500275, 0.03395809605717659, 0.19909432530403137, -0.03398166596889496, -0.006627426482737064, -0.19928230345249176, 0.02628159709274769, -0.03376658633351326, -0.05460274964570999, -0.020326709374785423, 0.03127025440335274, -0.08106650412082672, -0.04465201497077942, -0.06408777832984924, -0.01158865261822939, -0.030362963676452637, -0.09610965102910995, -0.0921909362077713, 0.06600874662399292, -0.023622961714863777, 0.08636896312236786, 0.0006231735460460186, 0.053800348192453384, -0.005423163063824177, -0.04187275096774101, 0.059765204787254333, 0.024359721690416336, 0.05730723962187767, -0.038100119680166245, -0.005667881108820438, -0.042358800768852234, 0.18084153532981873, -0.04005075991153717, 0.06366411596536636, 0.03143317997455597, -0.07754720002412796, -0.11741560697555542, -0.08422359824180603, -0.14987711608409882, 0.02205735258758068, -0.013179542496800423, -0.10513505339622498, 0.2795919179916382, 0.014884009025990963, 0.0007779714651405811, 0.008459854871034622, 0.03423168137669563, 0.003013470908626914, -0.022256776690483093, 0.05630085989832878, 0.007958974689245224, 0.02299976721405983, 0.16597872972488403, -0.005863862577825785, -0.14270633459091187, -0.0851091742515564, -0.13288956880569458, 0.0507051907479763, 0.005622182507067919, 0.14483459293842316, -0.0882485955953598, -0.03953854739665985, -0.010898263193666935, -0.04109218344092369, 0.011292570270597935, -0.08199546486139297, 0.05815795809030533, -0.0004645743756555021, 0.014700029976665974, 0.020502595230937004, 0.11256927251815796, -0.013467826880514622, 0.04235803335905075, 0.1445431411266327, -0.05803203582763672, 0.09664805233478546, 0.06491107493638992, -0.03201088309288025, 0.083600252866745, 0.006916691083461046, -0.10805869102478027, 0.006873578764498234, -0.04514298588037491, -0.053271662443876266, -0.11548568308353424, 0.05106830224394798, -0.14137518405914307, 0.08276277780532837, -0.08794760704040527, -0.06384498625993729, -0.04904177039861679, -0.01118845958262682, 0.06809428334236145, -0.23358792066574097, 0.0011630246881395578, 0.0022356316912919283, -0.09660044312477112, -0.09204689413309097, -0.011485256254673004, -0.03678948059678078, -0.061016686260700226, -0.10654603689908981, 0.021301984786987305, 0.03533169999718666, -0.062089238315820694, 0.08232025057077408, 0.04046202450990677, -0.09972678869962692, 0.08192048221826553, -0.1779164969921112, -0.26653221249580383, 0.03627195209264755, 0.11146378517150879, -0.02979656122624874, 0.2058144211769104, -0.08918315172195435, 0.15448006987571716, 0.07270091027021408, -0.10523740947246552, 0.07652953267097473, -0.11923680454492569, 0.08701327443122864, 0.08982691168785095, 0.09706602245569229, -0.10965801030397415, 0.025279775261878967, -0.014590732753276825, 0.03301677852869034, 0.04761696606874466, 0.21674911677837372, -0.14035646617412567, 0.03633652254939079, -0.11936350166797638, 0.08076721429824829, -0.011793214827775955, 0.07357710599899292, 0.006826769560575485, 0.18138515949249268, -0.23889830708503723, -0.08098223805427551, 0.2558213770389557, -0.05064962059259415, -0.24011971056461334, 0.07225269824266434, -0.054724134504795074, 0.09233276546001434, 0.044927533715963364, 0.22312632203102112, -0.03404942899942398, -0.04122711718082428, 0.031037596985697746, 0.2091173380613327, 0.011063826270401478, -0.15177863836288452, 0.0797743871808052, -0.0025103148072957993, -0.0738602802157402, 0.03975145146250725, 0.16541670262813568, 0.12916980683803558, 0.03638720139861107, -0.14036127924919128, 0.06459274142980576, -0.1603095382452011, 0.03616970777511597, 0.125886470079422, 0.07411427795886993, -0.02837984636425972, 0.053048811852931976, -0.06049802154302597, 0.06450574845075607, 0.006239225156605244, -0.019264332950115204, -0.012613119557499886, 0.07415344566106796, -0.05547726899385452, -0.008118657395243645, -0.07169850915670395, 0.008138845674693584, -0.09132503718137741, 0.1431991159915924, 0.038414351642131805, -0.05058225989341736, 0.0966767892241478, -0.010817833244800568, -0.050277579575777054, 0.03898683562874794, 0.11858396232128143, 0.046752214431762695, -0.05295761302113533, -0.009799778461456299, 0.08284338563680649, -0.045997023582458496, 0.032599423080682755, -0.07122228294610977, -0.021666081622242928, -0.028200790286064148, 0.05177374184131622, -0.04277845099568367, 0.056198593229055405, -0.010848638601601124, 0.08308712393045425, 0.032625261694192886, -0.05880516767501831, 0.018090620636940002, -0.05075235292315483, -0.10130170732736588, 0.023273004218935966, -0.1609996110200882, 0.21747355163097382, 0.16941702365875244, -0.120573490858078, -0.022486669942736626, -0.16382786631584167, 0.07352878898382187, -0.006319207604974508, 0.06928340345621109, 0.09583140909671783, 0.0694480687379837, -0.024681953713297844, 0.12631607055664062, -0.0581568218767643, 0.0673675462603569, -0.00008561834692955017, -0.05794593691825867, -0.15211759507656097, 0.060654185712337494, 0.0990058034658432, -0.23544342815876007, 0.19996854662895203, 0.24848607182502747, 0.10089603066444397, 0.20801077783107758, 0.0043807365000247955, -0.08703520148992538, 0.0396195687353611, 0.021610409021377563, -0.05202552676200867, 0.13891148567199707, -0.05976510047912598, -0.0980268195271492, 0.03985738754272461, -0.02343476004898548, 0.006482473108917475, -0.08532768487930298, -0.0938887968659401, -0.0607239305973053, 0.009454560466110706, -0.1255592405796051, -0.1104995459318161, -0.0004307578783482313, 0.0753229558467865, 0.02283509448170662, -0.05472968891263008, 0.06347408890724182, 0.01235534343868494, -0.07203954458236694, 0.14397408068180084, -0.14380395412445068, -0.32256388664245605, 0.02968074567615986, -0.20346936583518982, 0.032780591398477554, 0.06944070756435394, -0.030652418732643127, -0.18082277476787567, 0.019436083734035492, -0.02472139522433281, -0.10628478229045868, -0.12088441848754883, -0.09161119163036346, 0.04148394986987114, -0.016409732401371002, -0.04044792056083679, -0.12491024285554886, -0.013074890710413456, -0.011931784451007843, 0.061705026775598526, 0.04209035262465477, -0.23287038505077362, 0.05141890048980713, 0.052522242069244385, -0.0395687110722065, 0.08653569966554642, -0.04446783661842346, 0.11119658499956131, -0.12964396178722382, 0.016688136383891106, 0.04541388526558876, -0.04304295405745506, 0.047837983816862106, 0.1632986068725586, 0.07769259065389633, -0.18038608133792877, -0.04379447549581528, -0.0032656537368893623, -0.12902390956878662, -0.14394867420196533, -0.09704497456550598, -0.09538152813911438, -0.019668444991111755, 0.08359892666339874, 0.04070835933089256, -0.003953950479626656, 0.03605971485376358, 0.060191258788108826, -0.003914990462362766, -0.07656851410865784, -0.029992202296853065, -0.016201835125684738, -0.028231844305992126, 0.005230439826846123, -0.14779625833034515, 0.050747260451316833, 0.0988280177116394, 0.25168803334236145, 0.08075016736984253, 0.07479061931371689, 0.1704939901828766, 0.01059786044061184, 0.08123932778835297, 0.054418325424194336, 0.0669529065489769, 0.10221057385206223, -0.0016331933438777924, -0.0032587447203695774, 0.022418024018406868, -0.29066646099090576, 0.07388974726200104, 0.12065979838371277, -0.12905745208263397, 0.06295069307088852, -0.07659368216991425, 0.06987576931715012, -0.19312746822834015, -0.054691966623067856, -0.2626122832298279, 0.06748678535223007, 0.03898627310991287, 0.0969010517001152, -0.16169513761997223, 0.08340057730674744, -0.0054000373929739, -0.09473340958356857, 0.13844387233257294, 0.030969304963946342, 0.10036235302686691, -0.11054030805826187, -0.02652394212782383, -0.1092853993177414, -0.16603823006153107, -0.03181510418653488, 0.16749441623687744, -0.4167550802230835, 0.26483243703842163, 0.14188654720783234, 0.03133249655365944, -0.09347102046012878, 0.018039606511592865, 0.010077443905174732, 0.03280523046851158, 0.16390679776668549, 0.08495468646287918, -0.17196330428123474, -0.2918038070201874, -0.10682990401983261, 0.016219796612858772, 0.11621052026748657, 0.07313712686300278, -0.2433207780122757, 0.07177223265171051, 0.03563987836241722, -0.051876250654459, -0.08504694700241089, -0.06333937495946884, -0.26886504888534546, 0.03622036427259445, 0.05283050611615181, -0.09958136081695557, 0.030469736084342003, 0.024454472586512566, -0.1035095825791359, 0.022897209972143173, -0.12020273506641388, -0.11029668152332306, -0.10429348796606064, -0.06656850129365921, 0.022083742544054985, -0.029656248167157173, -0.00008650989911984652, -0.014803584665060043, -0.13228076696395874, -0.043367352336645126, -0.08926787227392197, 0.0665811076760292, -0.09527450054883957, 0.1779862642288208, -0.12930911779403687, 0.0728549212217331, 0.01801256835460663, -0.035046182572841644, -0.019169002771377563, -0.0033353371545672417, -0.05384784936904907, -0.04726548120379448, 0.08485296368598938, -0.05190403014421463, 0.07920153439044952, 0.10449891537427902, 0.020386727526783943, -0.014894092455506325, 0.013652706518769264, -0.09332592040300369, 0.1793440729379654, 0.049783091992139816, 0.06035739555954933, 0.1460445672273636, 0.24581584334373474, -0.028220299631357193, -0.19224213063716888, -0.13275988399982452, -0.02164836786687374, -0.007108478341251612, -0.025940241292119026, -0.29641297459602356, -0.011542701162397861, -0.0022573061287403107, 0.014222691766917706, 0.10685483366250992, -0.10537861287593842, -0.031714171171188354, 0.21411117911338806, 0.03129195421934128, 0.1765332967042923, -0.18074966967105865, -0.002290719887241721, -0.13311687111854553, 0.04202991724014282, 0.09450745582580566, 0.07201755791902542, 0.03857315704226494, 0.03705299273133278, 0.0836285725235939, -0.036138519644737244, -0.016672205179929733, 0.1885264366865158, 0.029625551775097847, 0.014415494166314602, -0.15723007917404175, -0.03969002887606621, -0.0023356471210718155, 0.007196534425020218, -0.033334098756313324, -0.09248422086238861, -0.07676935940980911, -0.3370741903781891, -0.04694921150803566, 0.0948730930685997, -0.022220410406589508, 0.08011142909526825, -0.07031093537807465, 0.014889820478856564, -0.05268879607319832, -0.004722145386040211, 0.06634266674518585, 0.030161742120981216, 0.003822393249720335, -0.03534618765115738, 0.138604998588562, 0.11590451747179031, -0.12295623123645782, 0.05381361022591591, -0.05069437995553017, -0.003809047630056739, 0.06455454230308533, -0.28103190660476685, -0.03221729397773743, 0.07220769673585892, -0.061814650893211365, 0.04358820244669914, -0.00023088653688319027, 0.042430996894836426, 0.07603108882904053, 0.14517860114574432, 0.051299821585416794, 0.008465409278869629, 0.011170621030032635, 0.050638336688280106, 0.021568115800619125, -0.08226361870765686, -0.02703295461833477, 0.07612787932157516, 0.02587551437318325, -0.032089121639728546, 0.012959541752934456, -0.019367113709449768, 0.049714721739292145, 0.13938914239406586, 0.07361942529678345, -0.1193547248840332, 0.19893410801887512, 0.10660455375909805, -0.12319138646125793, 0.11998971551656723, 0.014147892594337463, -0.06026560440659523, -0.0778602808713913, -0.004438672214746475, 0.2422269880771637, -0.06141010299324989, -0.19261504709720612, 0.045198917388916016, 0.0008104112930595875, 0.003664167830720544, 0.03750569745898247, 0.012089983560144901, 0.013159883208572865, 0.011685502715408802, -0.052884992212057114, 0.12535224854946136, 0.04789724946022034, -0.10641177743673325, -0.03995081037282944, -0.0026320950128138065, -0.19761309027671814, -0.005223001819103956, 0.20765630900859833, -0.03266226500272751, -0.06372459977865219, -0.10885128378868103, 0.15073780715465546, -0.10894909501075745, 0.09117039293050766, -0.03172808513045311, 0.08137357980012894, -0.029034849256277084, 0.037155404686927795, 0.001590867293998599, -0.0806933268904686, -0.08148809522390366, 0.11303973942995071, 0.06559322029352188, 0.05967562273144722, -0.14268577098846436, -0.01893996074795723, 0.035293012857437134, 0.06883107125759125, 0.11896489560604095, 0.09241605550050735, -0.02282108925282955, 0.1313275247812271, -0.19142429530620575, -0.042545635253190994, 0.03256134316325188, 0.0475270114839077, 0.04351424425840378, 0.11795631796121597, 0.005529389716684818, 0.07959470897912979, 0.00522227305918932, -0.016560519114136696, -0.0011912722839042544, 0.011347842402756214, 0.01388145424425602, -0.046946603804826736, -0.10479766130447388, -0.004205352161079645, 0.09156690537929535, 0.10863495618104935, -0.047583650797605515, -0.04707798361778259, 0.06515056639909744, -0.04295196384191513, 0.05121931433677673, -0.028651323169469833, 0.002298300387337804, -0.08102849125862122, -0.040908683091402054, -0.10484301298856735, 0.05091029778122902, -0.06985557079315186, 0.3905631899833679, 0.05942237377166748, -0.02759275957942009, -0.03790494427084923, 0.0390600860118866, -0.0012881843140348792, 0.037872157990932465, 0.269157737493515, 0.04779399186372757, 0.009706842713057995, -0.021549299359321594, -0.03468073159456253, 0.028463119640946388, 0.1831139475107193, -0.05292939394712448, 0.17933233082294464, 0.05477903038263321, 0.008096530102193356, -0.060103338211774826, -0.04214969649910927, 0.058045726269483566, -0.06760632246732712, 0.029555952176451683, -0.001752142095938325, 0.013331337831914425, -0.09584717452526093, 0.06162366271018982, -0.070896215736866, 0.021018467843532562, -0.08878938853740692, -0.11848542094230652, -0.07511676102876663, -0.08527452498674393, 0.02505543828010559, -0.031091097742319107, 0.04304543510079384, -0.030222102999687195, 0.012636765837669373, 0.3091857433319092, 0.03249144181609154, 0.00700111361220479, 0.16589227318763733, -0.02297944575548172, 0.029878683388233185, -0.024000871926546097, -0.0010890774428844452, 0.07148557901382446, -0.07827149331569672, -0.08476843684911728, 0.01965831220149994, -0.020649924874305725, 0.0233176089823246, -0.004669948481023312, 0.07168971002101898, 0.07440061122179031, -0.12578000128269196, -0.06345684826374054, -0.04737866297364235, 0.057033196091651917, -0.027647363021969795, 0.06407959759235382, 0.04878899082541466, 0.0010162799153476954, 0.034947916865348816, 0.08206992596387863, 0.07014982402324677, -0.021199718117713928, -0.019952669739723206, -0.08679705113172531, -0.07180996984243393, 0.04475022479891777, -0.072311632335186, -0.04249725118279457, -0.03250826895236969, 0.12677688896656036, 0.17886419594287872, -0.13333843648433685, -0.018555795773863792, -0.05808945372700691, 0.07728863507509232, 0.03439180180430412, 0.15291720628738403, -0.016103994101285934, 0.0017213585088029504, -0.0669364333152771, -0.11768355220556259, 0.039799049496650696, -0.0851239562034607, -0.11569947749376297, 0.08362036943435669, 0.03363010659813881, -0.006921038031578064, -0.0617026649415493, 0.1265016794204712, -0.1447577178478241, 0.05565827712416649, 0.056156449019908905, -0.08973588794469833, -0.08284313976764679, -0.07934853434562683, 0.1373492032289505, 0.11247357726097107, -0.1024516150355339, 0.018490253016352654, -0.02910488285124302, -0.08574441820383072, 0.0410802885890007, -0.2987535893917084, -0.14662125706672668, 0.02704806439578533, 0.021565917879343033, 0.07604312896728516, 0.008291251957416534, 0.09831399470567703, -0.002388599095866084, 0.05141808092594147, 0.024047469720244408, 0.056727949529886246, 0.07765353471040726, 0.20697014033794403, 0.02066773548722267, 0.022946052253246307, -0.053662050515413284, -0.036840490996837616, 0.08775997161865234, 0.10339391231536865, 0.03252304717898369, 0.02107633650302887, -0.008156109601259232, 0.04812653362751007, 0.0530167855322361, -0.14549574255943298, 0.13764160871505737, 0.0415344201028347, 0.05191212520003319, -0.0017006248235702515, -0.01844640076160431, 0.07049685716629028, 0.023611778393387794, -0.15492598712444305, -0.09183952212333679, 0.0183805450797081, -0.12980353832244873, 0.021193765103816986, 0.03248589485883713, -0.10408174246549606, 0.0929044783115387, -0.08911626040935516, 0.05746164917945862, 0.007087178528308868, 0.0611804723739624, 0.10282986611127853, -0.03131211921572685, -0.06208184361457825, -0.17306697368621826, 0.05875121429562569, -0.01650853082537651, 0.030450109392404556, -0.05176074802875519 ]
2dd7b28dcf845ad13fb8d679b3aa3930996c2e6d
# Dataset Card for "cup-it-ds-classification" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ummagumm-a/cup-it-ds-classification
[ "region:us" ]
2023-03-18T22:07:23+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 90265068, "num_examples": 140970}, {"name": "validation", "num_bytes": 22511525, "num_examples": 35244}], "download_size": 71988448, "dataset_size": 112776593}}
2023-03-19T08:42:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification\"\n\nMore Information needed" ]
[ -0.10466383397579193, 0.13820654153823853, -0.005335028283298016, -0.026670340448617935, 0.0971900075674057, 0.14409269392490387, 0.08011964708566666, 0.023034457117319107, 0.17859268188476562, -0.07148553431034088, 0.08832205832004547, 0.07405848056077957, 0.053151730448007584, 0.22049938142299652, -0.1267937868833542, -0.08431088924407959, 0.0625239834189415, 0.029834572225809097, -0.15450957417488098, 0.06468463689088821, 0.025381503626704216, -0.04516290873289108, 0.036378178745508194, -0.1491689682006836, -0.14517603814601898, 0.05169818550348282, -0.02161700651049614, -0.09431537240743637, 0.04218484088778496, -0.10135121643543243, 0.25397825241088867, 0.05057791993021965, 0.006025245878845453, -0.15101267397403717, 0.030050979927182198, -0.010810484178364277, -0.04477309808135033, 0.08542299270629883, 0.01874077506363392, -0.0706852376461029, -0.07202400267124176, -0.037499766796827316, 0.05680794268846512, -0.03739616647362709, -0.08331962674856186, -0.17328228056430817, -0.105402372777462, -0.0329333133995533, 0.04000195115804672, -0.12899720668792725, 0.07373274117708206, 0.06885401159524918, -0.2177916318178177, -0.01886243000626564, -0.09878728538751602, -0.03744026646018028, 0.05528658628463745, 0.2484012097120285, -0.12767338752746582, 0.0486438013613224, -0.004080590792000294, 0.052270226180553436, 0.038524091243743896, -0.026863813400268555, -0.08633477985858917, -0.020527776330709457, -0.06208508089184761, 0.0890105813741684, -0.028106750920414925, -0.07476387917995453, 0.3421540856361389, 0.014928831718862057, -0.005081939976662397, 0.06176130846142769, 0.00254250830039382, -0.0593443438410759, 0.01351467240601778, -0.022141290828585625, 0.066566102206707, 0.02781393751502037, 0.12047095596790314, 0.08812277764081955, -0.09358405321836472, -0.13763749599456787, -0.22361867129802704, 0.09169847518205643, -0.057448599487543106, 0.13124483823776245, -0.1465851068496704, -0.01406045537441969, 0.03403983265161514, 0.04013323038816452, -0.025575736537575722, -0.12790916860103607, -0.11024754494428635, -0.10693103820085526, -0.012969927862286568, 0.10278713703155518, 0.12338071316480637, 0.07882506400346756, -0.005419588647782803, 0.014983649365603924, -0.0010200821561738849, 0.052245497703552246, 0.19753824174404144, -0.12443101406097412, -0.0005467417067848146, 0.07670383155345917, -0.07824255526065826, -0.14502379298210144, -0.06502987444400787, -0.09047447144985199, -0.11721905320882797, -0.007551908493041992, -0.06574121862649918, 0.12636679410934448, -0.08938700705766678, -0.04569026455283165, -0.06210724264383316, -0.07460048049688339, 0.24698594212532043, -0.09732711315155029, 0.03014429472386837, 0.052496761083602905, -0.040469229221343994, 0.037179164588451385, -0.16742435097694397, 0.02123563177883625, 0.1089891791343689, 0.15672694146633148, -0.04891229793429375, -0.03323967009782791, -0.036814987659454346, -0.01950499601662159, 0.04066476598381996, -0.16774453222751617, 0.028494680300354958, -0.09304612874984741, -0.2189742475748062, 0.04300501570105553, 0.0024108928628265858, -0.020233871415257454, 0.19721947610378265, 0.018468519672751427, 0.07510510832071304, 0.0034287977032363415, -0.05090751498937607, 0.06246442720293999, -0.10543418675661087, 0.016909247264266014, -0.0665239617228508, 0.07912569493055344, -0.27645179629325867, 0.05426282435655594, -0.09205259382724762, 0.02791541814804077, -0.10450036078691483, 0.07745974510908127, -0.1317853182554245, 0.07499516755342484, -0.054002292454242706, -0.005339991766959429, -0.10289172828197479, 0.024588078260421753, -0.11563803255558014, 0.09895826876163483, -0.24591490626335144, -0.06076906993985176, 0.05520280450582504, -0.13173556327819824, -0.10616296529769897, -0.05389738082885742, -0.04883444309234619, -0.017072152346372604, 0.055789828300476074, 0.3361697196960449, 0.11082988232374191, 0.034689079970121384, -0.03311041742563248, 0.19431206583976746, -0.14608119428157806, -0.2514723539352417, 0.09981657564640045, -0.04384976625442505, -0.1753150075674057, 0.022186806425452232, -0.004317676182836294, -0.030866771936416626, -0.04275134578347206, -0.05514538660645485, 0.06350266933441162, -0.09404359757900238, 0.05452617630362511, -0.015366217121481895, 0.05676659569144249, 0.0037171286530792713, 0.17338551580905914, 0.10119687020778656, 0.07960861176252365, 0.05285871773958206, -0.07870770245790482, -0.04804842919111252, 0.09701844304800034, -0.03793947771191597, 0.004099296405911446, -0.18148183822631836, -0.08223189413547516, 0.04796385392546654, 0.0712195336818695, -0.029853317886590958, 0.02604992873966694, 0.030729224905371666, -0.0813126489520073, 0.021180985495448112, 0.07503324747085571, 0.14536629617214203, 0.057843003422021866, 0.06506960093975067, -0.009811729192733765, 0.011002297513186932, -0.09668157249689102, -0.06052165478467941, -0.05632587522268295, -0.08139687031507492, 0.21695576608181, 0.03437263146042824, 0.06255785375833511, 0.03772251680493355, 0.038844697177410126, 0.042989153414964676, 0.006048017647117376, -0.03208320215344429, 0.06702715903520584, -0.06439930945634842, -0.05841458588838577, 0.03971191495656967, 0.022124726325273514, 0.2060013860464096, 0.13220646977424622, -0.0371614508330822, -0.014812486246228218, -0.13218821585178375, 0.050335031002759933, 0.0266545619815588, 0.051232125610113144, -0.0013297285186126828, -0.05510053411126137, -0.04722730442881584, 0.03479244187474251, -0.04110957309603691, 0.014880460686981678, 0.0027962536551058292, 0.06420660763978958, -0.14191082119941711, 0.009818649850785732, 0.17247678339481354, -0.20989792048931122, 0.13895711302757263, 0.2775556147098541, 0.1576748937368393, 0.14872202277183533, -0.10282246023416519, -0.033521708101034164, -0.024470074102282524, -0.06127116456627846, -0.06830786913633347, 0.1255425065755844, -0.015588419511914253, 0.002632385352626443, 0.07461891323328018, 0.06065389886498451, 0.04597329720854759, -0.0950588509440422, -0.08649519830942154, 0.008008535020053387, -0.02569604106247425, -0.18671093881130219, -0.007796538528054953, 0.016854945570230484, 0.10074041783809662, 0.03929295763373375, -0.08017979562282562, 0.16456004977226257, -0.03494693711400032, -0.007710316218435764, 0.1026531457901001, -0.22546236217021942, -0.2930302023887634, 0.03741173818707466, 0.015327482484281063, 0.10182421654462814, 0.0771041288971901, -0.0945543646812439, -0.11648499965667725, -0.006027817726135254, 0.045568618923425674, -0.056304555386304855, -0.20679865777492523, 0.01312697771936655, -0.029700210317969322, 0.02513648010790348, -0.12068398296833038, -0.07520229369401932, 0.02895943634212017, -0.051179952919483185, 0.08406779915094376, 0.1664872020483017, -0.14027956128120422, 0.08145921677350998, 0.19148239493370056, -0.05223289877176285, 0.0674586147069931, -0.0695120170712471, -0.05429006740450859, -0.0641523227095604, -0.038156893104314804, -0.013155846856534481, -0.026676148176193237, -0.026172805577516556, 0.07436654716730118, 0.05544086918234825, -0.1336444467306137, 0.004747676197439432, -0.06540939956903458, -0.16969598829746246, -0.23319123685359955, -0.14268752932548523, -0.02401791699230671, 0.14829707145690918, 0.021833645179867744, 0.08069340139627457, -0.05545806884765625, 0.05346178635954857, 0.13037796318531036, -0.009689809754490852, -0.13440945744514465, -0.11496557295322418, -0.010127542540431023, 0.020946919918060303, -0.031289536505937576, -0.1532772332429886, -0.011950359679758549, 0.18325479328632355, 0.15647287666797638, 0.17687802016735077, 0.12892422080039978, 0.10561387985944748, -0.011807252652943134, 0.01266081165522337, 0.15578126907348633, 0.10358560085296631, 0.12795081734657288, 0.006331746932119131, -0.0012137246085330844, 0.03357556834816933, -0.06943166255950928, -0.029060741886496544, 0.18577657639980316, -0.2038973718881607, 0.03261815756559372, -0.10961936414241791, 0.02303490974009037, -0.08589579164981842, 0.06757974624633789, -0.17294763028621674, 0.09647084027528763, 0.021445121616125107, 0.14898434281349182, -0.05892941355705261, 0.10209538787603378, 0.06374289840459824, -0.012483214028179646, 0.10646849125623703, 0.030097918584942818, 0.04563334211707115, -0.1712150275707245, -0.03813138231635094, 0.05855806544423103, -0.10090217739343643, -0.0006001751171424985, 0.08402800559997559, -0.1978282928466797, 0.15030419826507568, 0.029921310022473335, -0.10001306980848312, -0.0662495568394661, -0.08270001411437988, 0.0019896242301911116, 0.07884221524000168, 0.09708376228809357, 0.02914263866841793, -0.2520584464073181, -0.1662435233592987, -0.05190355330705643, -0.024595264345407486, 0.12951384484767914, -0.0876397043466568, -0.14869512617588043, 0.05285032466053963, 0.036917977035045624, -0.016297487542033195, -0.1393401175737381, -0.10765399038791656, -0.07109709829092026, 0.005080418195575476, 0.06410582363605499, -0.0941077470779419, 0.026729946956038475, -0.003962574061006308, -0.109517402946949, 0.032446812838315964, -0.048416025936603546, -0.007740609347820282, -0.10136877745389938, -0.0696943923830986, 0.07226146757602692, 0.031238483265042305, -0.0002181604504585266, 0.004616720136255026, -0.027952343225479126, -0.01627275161445141, -0.2153376340866089, 0.1559859663248062, -0.039378080517053604, 0.09241591393947601, -0.0979262962937355, 0.0701456144452095, -0.0026713740080595016, 0.043060190975666046, 0.01685490272939205, 0.01549923699349165, 0.05954265594482422, -0.05281389504671097, 0.1966402381658554, -0.06394846737384796, 0.1657191663980484, 0.3219592571258545, 0.05813505873084068, 0.0010155646596103907, 0.13417047262191772, 0.015565353445708752, 0.1891728788614273, 0.11433618515729904, -0.08031408488750458, 0.1887785643339157, 0.07321292161941528, -0.07039295136928558, -0.3127177357673645, 0.0702846497297287, -0.13597336411476135, -0.05868665501475334, -0.003765338333323598, -0.29375073313713074, 0.06496274471282959, 0.16828148066997528, -0.04618176445364952, 0.2984199821949005, -0.048153433948755264, -0.00011322740465402603, 0.22973234951496124, -0.03229621797800064, 0.30343177914619446, -0.1039227694272995, -0.12243832647800446, -0.10363646596670151, -0.05311249941587448, 0.36299657821655273, -0.015054729767143726, -0.013510803692042828, -0.02649921178817749, 0.03094991110265255, -0.021788133308291435, -0.0035401671193540096, 0.21161605417728424, 0.16156692802906036, 0.15683917701244354, -0.0714273452758789, -0.1409606784582138, 0.09834259003400803, -0.02438799850642681, -0.0036004732828587294, 0.0405634269118309, 0.004695259965956211, -0.061066024005413055, -0.006590480916202068, 0.07745593041181564, 0.033456504344940186, 0.07026856392621994, -0.08322273194789886, -0.1049804836511612, 0.016286011785268784, -0.19503314793109894, -0.032823722809553146, 0.18769972026348114, 0.0067061674781143665, -0.0028445017524063587, -0.0515713207423687, 0.056125104427337646, -0.019553354009985924, 0.0716855600476265, -0.07856054604053497, -0.05514078959822655, 0.11993040889501572, -0.21364201605319977, 0.03608329966664314, 0.14242418110370636, 0.01023120991885662, 0.06945294886827469, 0.07956894487142563, 0.027379164472222328, -0.026265252381563187, 0.16453242301940918, -0.07023251801729202, 0.016424601897597313, 0.09761648625135422, -0.15987072885036469, 0.0446256622672081, 0.07609545439481735, -0.016965609043836594, 0.11034606397151947, 0.008368953131139278, 0.011779599823057652, 0.03569845110177994, -0.022219108417630196, 0.07659760862588882, 0.09316439181566238, 0.02261199615895748, -0.161659374833107, 0.2241838276386261, 0.050409700721502304, -0.11389297991991043, -0.041191618889570236, -0.1451520174741745, -0.14401499927043915, -0.08782117813825607, -0.11337566375732422, 0.13359174132347107, 0.006687977351248264, -0.1298634260892868, 0.051967211067676544, -0.1331923007965088, 0.06718279421329498, 0.08183788508176804, 0.07943397760391235, 0.18913118541240692, 0.017559463158249855, -0.043077919632196426, 0.05112049728631973, -0.05246981233358383, -0.18901021778583527, 0.04197441786527634, -0.13063575327396393, -0.17464002966880798, -0.029602283611893654, 0.1251434087753296, -0.05579667538404465, -0.08939854055643082, -0.09009969234466553, 0.07633300125598907, -0.19314856827259064, 0.0772693008184433, 0.0008670863462612033, 0.016314301639795303, 0.05021153762936592, 0.07952889055013657, 0.00681740278378129, -0.06359878182411194, -0.10806286334991455, 0.13983741402626038, 0.0411333329975605, 0.08235257863998413, -0.034423764795064926, -0.052851345390081406, 0.036965277045965195, 0.036025796085596085, 0.10820410400629044, 0.12813431024551392, 0.020364418625831604, 0.06072723865509033, -0.10332226008176804, -0.09263836592435837, 0.10242067277431488, 0.05006180331110954, 0.07020090520381927, 0.018157197162508965, -0.01790367253124714, 0.09296882152557373, -0.09945621341466904, 0.08846599608659744, 0.017935294657945633, -0.06589638441801071, 0.025813667103648186, -0.18312175571918488, -0.06612928211688995, 0.012612417340278625, -0.07335764914751053, 0.24710993468761444, 0.07740823179483414, 0.018302593380212784, 0.09834634512662888, -0.01676749251782894, 0.007469043135643005, -0.07864996045827866, -0.012508020736277103, -0.10775432735681534, -0.11656172573566437, 0.09743744879961014, 0.024416282773017883, -0.031920820474624634, 0.4917328655719757, 0.0017437232891097665, -0.14323091506958008, -0.029146578162908554, 0.08099756389856339, 0.04257410392165184, 0.07340742647647858, 0.2844296097755432, 0.08818067610263824, -0.0774247869849205, 0.001968968193978071, 0.07428089529275894, -0.00737808970734477, 0.015643414109945297, 0.11613338440656662, 0.09281619638204575, -0.006045002955943346, -0.027910828590393066, 0.011605245992541313, -0.07085028290748596, 0.06445769965648651, 0.041108351200819016, -0.01929578371345997, -0.0070978933945298195, 0.09432648122310638, -0.13523846864700317, 0.0009463248425163329, -0.05969095230102539, 0.02782953903079033, -0.08341182768344879, -0.07205839455127716, -0.10949267446994781, -0.09133609384298325, 0.00420019868761301, -0.10107811540365219, 0.028611471876502037, -0.0379202701151371, -0.10594900697469711, 0.34604611992836, 0.06159479543566704, 0.044286664575338364, 0.03574889898300171, -0.1995728313922882, 0.0691455751657486, 0.11049698293209076, -0.035172201693058014, -0.08531173318624496, -0.08015716075897217, -0.12128321826457977, 0.03394011780619621, -0.014051346108317375, -0.0230769831687212, -0.02599395252764225, 0.05158698558807373, 0.02280418388545513, -0.11820328235626221, -0.00590538652613759, -0.02589927613735199, 0.07015050202608109, -0.14693813025951385, 0.06216280907392502, 0.03172849863767624, -0.00010254234075546265, 0.08590336889028549, 0.04105433449149132, 0.04232131317257881, 0.1009206548333168, -0.04473711922764778, -0.011624863371253014, -0.02907128445804119, 0.13080064952373505, 0.08091388642787933, -0.06904640048742294, -0.07297969609498978, -0.028936071321368217, 0.3423508107662201, -0.04220589995384216, 0.004905580542981625, -0.007506447844207287, 0.03154681995511055, 0.09411852806806564, 0.19337627291679382, 0.0011186738265678287, 0.00920039601624012, 0.04536712169647217, -0.1584293395280838, -0.015684572979807854, -0.020000547170639038, 0.04965103790163994, 0.06336826086044312, 0.0906466469168663, -0.027085596695542336, -0.13118799030780792, 0.1668415069580078, -0.17498011887073517, -0.04682216793298721, 0.15307869017124176, -0.028083089739084244, -0.0694725438952446, -0.026223238557577133, 0.00011942056880798191, -0.03033124841749668, -0.04137468710541725, -0.10626699775457382, -0.06432665884494781, -0.0990525484085083, 0.0008804145036265254, -0.3254340589046478, -0.148131862282753, 0.013935135677456856, 0.005766288377344608, 0.0661768987774849, -0.02965441532433033, 0.191025048494339, -0.03374292328953743, 0.09999377280473709, -0.04688224196434021, 0.020507467910647392, 0.0006323925335891545, 0.15213347971439362, -0.0135215288028121, -0.06255067884922028, -0.06926750391721725, 0.05472596734762192, 0.1119069829583168, -0.06503351777791977, -0.0381355881690979, 0.03872957453131676, -0.10347943753004074, -0.07996976375579834, -0.010550222359597683, -0.1026332825422287, 0.06382007151842117, 0.015291377902030945, 0.004833188373595476, 0.04226428270339966, 0.01646089181303978, 0.03102703206241131, -0.030430452898144722, -0.12425553798675537, -0.0873977318406105, 0.08565045893192291, -0.07601400464773178, 0.1156250387430191, 0.02788909710943699, -0.09893421083688736, 0.0873904898762703, -0.12174510955810547, 0.03353128582239151, 0.02044159546494484, 0.04461098462343216, 0.04615118354558945, 0.09945350140333176, -0.0624651238322258, 0.09102160483598709, 0.05065252631902695, 0.0049472376704216, -0.060424964874982834, -0.07990845292806625 ]
112130eb39e3fd6af7e234ef7e7c9b2f8bebd377
# Dataset Card for "Alpaca-in-french" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tbboukhari/Alpaca-in-french
[ "region:us" ]
2023-03-18T22:23:10+00:00
{"dataset_info": {"features": [{"name": "Unnamed: 0", "dtype": "int64"}, {"name": "instruction", "dtype": "string"}, {"name": " saisir", "dtype": "string"}, {"name": " sortir", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 23689208, "num_examples": 52002}], "download_size": 14446335, "dataset_size": 23689208}}
2023-03-18T22:25:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Alpaca-in-french" More Information needed
[ "# Dataset Card for \"Alpaca-in-french\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Alpaca-in-french\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Alpaca-in-french\"\n\nMore Information needed" ]
[ -0.13871712982654572, 0.26801466941833496, -0.002868297742679715, 0.07404324412345886, 0.08100881427526474, 0.05473256856203079, 0.060957759618759155, 0.03882569447159767, 0.12047011405229568, -0.04018504545092583, 0.11651821434497833, 0.016530204564332962, 0.06591290235519409, 0.10539508610963821, -0.003911285661160946, -0.0493166409432888, -0.003512744791805744, -0.003982743248343468, -0.0839986577630043, 0.006796118803322315, 0.017122330144047737, -0.005826737266033888, 0.1021956354379654, -0.05240298807621002, -0.15575744211673737, 0.12235061824321747, -0.05007970705628395, -0.036944348365068436, 0.14557002484798431, -0.025766324251890182, 0.16489067673683167, -0.03157596290111542, 0.028842424973845482, -0.12486384063959122, 0.011434383690357208, -0.045922666788101196, -0.02995287999510765, 0.050350502133369446, 0.10703430324792862, -0.10631299018859863, -0.22477972507476807, -0.02853892557322979, 0.007464680355042219, 0.004577567335218191, -0.10315841436386108, -0.23074284195899963, -0.09371168166399002, -0.12361978739500046, -0.06675473600625992, -0.024798261001706123, 0.10497681796550751, -0.014551638625562191, -0.11601307988166809, -0.054923247545957565, 0.10693024098873138, -0.06078573316335678, 0.01873278245329857, -0.009942539967596531, -0.039169736206531525, 0.10334650427103043, -0.008640849962830544, 0.10318657755851746, 0.1361904740333557, -0.051412973552942276, -0.09342136234045029, -0.06485423445701599, -0.10194374620914459, 0.016908248886466026, 0.021813469007611275, -0.084426648914814, 0.271589457988739, 0.018343154340982437, -0.03109820932149887, 0.09430702030658722, -0.04158233106136322, -0.02609541453421116, -0.022550906985998154, 0.011003120802342892, 0.10388237982988358, 0.024039529263973236, 0.17540070414543152, 0.020194046199321747, -0.07622827589511871, -0.07979519665241241, -0.1694093644618988, -0.01183729711920023, -0.021264467388391495, 0.10005375742912292, -0.12091608345508575, -0.019256217405200005, -0.1778111606836319, 0.030659886077046394, 0.019811922684311867, -0.01193421520292759, -0.02123575285077095, 0.007485884707421064, 0.007749316282570362, 0.05687584728002548, 0.1792067587375641, 0.15029855072498322, -0.009561605751514435, 0.05100513994693756, -0.1296391785144806, 0.07802163809537888, 0.1037357896566391, -0.012670028954744339, 0.090948186814785, -0.15274935960769653, -0.03423519432544708, -0.1398123800754547, -0.04236067086458206, -0.04827041178941727, -0.11826592683792114, -0.11320485919713974, -0.06785894930362701, 0.15166018903255463, 0.03268471732735634, -0.21205249428749084, -0.025841902941465378, -0.02123703435063362, 0.17652972042560577, -0.12257888168096542, 0.02755025401711464, -0.03938337042927742, -0.046848274767398834, 0.07515676319599152, -0.16378387808799744, -0.027254261076450348, 0.07512195408344269, -0.03768297657370567, -0.0387941375374794, -0.08929331600666046, -0.02389991469681263, 0.039514921605587006, 0.048851754516363144, -0.11693663150072098, 0.07155649363994598, -0.12100528925657272, -0.10455029457807541, 0.04571477323770523, 0.10713259875774384, -0.06450777500867844, 0.14187076687812805, -0.025642555207014084, 0.15614362061023712, 0.04222242161631584, -0.060596149414777756, 0.060025427490472794, -0.09694907069206238, -0.009412494488060474, -0.0450262576341629, 0.09980649501085281, -0.20691220462322235, 0.026861773803830147, -0.026865215972065926, 0.06908132135868073, -0.014878612942993641, 0.06775332987308502, -0.09330762922763824, 0.10484925657510757, -0.09194213151931763, -0.02268165908753872, -0.07064740359783173, 0.018351994454860687, 0.011708753183484077, 0.13684570789337158, -0.20438194274902344, -0.06573972851037979, 0.2710256576538086, -0.12749937176704407, -0.13714775443077087, 0.17337946593761444, -0.020789913833141327, 0.005806189030408859, 0.06241954490542412, 0.3116844892501831, 0.07115967571735382, -0.12823256850242615, 0.10312414169311523, 0.15371178090572357, -0.08177743852138519, -0.2958630621433258, 0.13473543524742126, -0.07065874338150024, -0.24176529049873352, -0.005917409900575876, 0.09364024549722672, -0.006216385867446661, -0.01632235012948513, -0.11199264973402023, 0.03864503279328346, -0.09751123934984207, 0.09563098847866058, 0.01595187932252884, 0.05626465380191803, -0.019497713074088097, 0.15972791612148285, -0.06331372261047363, 0.03563917800784111, 0.03937515243887901, -0.015130644664168358, 0.1029130145907402, 0.15981853008270264, -0.005520147271454334, -0.004082144238054752, -0.07251735031604767, -0.01971527561545372, 0.01120542548596859, -0.050196293741464615, 0.03646876662969589, 0.03439539298415184, 0.06866158545017242, -0.006127818953245878, -0.015310663729906082, 0.09757260978221893, 0.08079236000776291, 0.005275131203234196, 0.04392772540450096, 0.009859184734523296, 0.1424286663532257, -0.04875390976667404, 0.048573173582553864, -0.05472217872738838, -0.0576939657330513, 0.019177144393324852, -0.06191037595272064, -0.020744523033499718, 0.056989479809999466, -0.08192036300897598, 0.018865248188376427, -0.030194813385605812, -0.02048398368060589, 0.06670860201120377, -0.06050998345017433, 0.029228461906313896, 0.046750981360673904, 0.032072678208351135, 0.21254362165927887, 0.1349925398826599, -0.08856747299432755, -0.03896970674395561, -0.21808525919914246, 0.07401631772518158, 0.01827477104961872, -0.06121504679322243, -0.0014679493615403771, 0.04647589847445488, -0.04549127444624901, 0.10854212939739227, -0.09101702272891998, 0.10070644319057465, 0.03768405318260193, -0.014587100595235825, -0.108461394906044, 0.05880637839436531, 0.1067708283662796, -0.16083046793937683, 0.12815332412719727, 0.2786855101585388, 0.11655393242835999, 0.1316761076450348, -0.030368614941835403, -0.07733805477619171, 0.013061321340501308, 0.008425015956163406, 0.004480542615056038, 0.1615949124097824, 0.009617026895284653, -0.023235341534018517, 0.05717615783214569, 0.024419082328677177, 0.04159288853406906, -0.1270424723625183, -0.0485108457505703, -0.0025657950900495052, 0.014352422207593918, -0.10979931801557541, -0.016367195174098015, -0.03637103736400604, 0.07857754826545715, 0.08296853303909302, -0.13267597556114197, 0.09435684978961945, 0.0012170495465397835, 0.013746523298323154, 0.13622497022151947, -0.2024049460887909, -0.3316807448863983, -0.06368383020162582, -0.08023583143949509, 0.027906648814678192, 0.08218389004468918, -0.009855655021965504, -0.17294597625732422, 0.006709270644932985, 0.05407795310020447, -0.15708133578300476, -0.206912100315094, 0.02130492776632309, -0.02490174025297165, 0.011195966973900795, -0.08289355039596558, -0.10595670342445374, 0.007928178645670414, -0.004810900427401066, 0.11369453370571136, 0.036792170256376266, -0.1392926275730133, 0.1305767446756363, 0.09647490829229355, -0.05415564402937889, 0.029966596513986588, -0.015290386974811554, 0.07279267907142639, -0.03796660900115967, -0.027079381048679352, 0.06606996804475784, 0.06716573983430862, 0.0448719784617424, 0.11884366720914841, 0.06074106693267822, -0.11170132458209991, -0.04961942136287689, -0.004770111758261919, -0.19930888712406158, -0.22775094211101532, -0.12475226074457169, 0.0013971858425065875, 0.09132060408592224, 0.19576124846935272, 0.03799629956483841, 0.04393390566110611, 0.12165515869855881, 0.16661013662815094, -0.01655300334095955, -0.1417403221130371, -0.03301754966378212, 0.06841731816530228, 0.019215751439332962, 0.007561306934803724, -0.1461031138896942, 0.014717369340360165, 0.15104451775550842, 0.3227681815624237, 0.10135138779878616, 0.15615101158618927, 0.1434953510761261, 0.026557907462120056, 0.1169288232922554, 0.027023829519748688, 0.10051409900188446, 0.0689474418759346, 0.011709696613252163, -0.04285977780818939, 0.021167414262890816, -0.0892709344625473, -0.0022379765287041664, 0.09093689173460007, -0.147356316447258, -0.016108188778162003, -0.14479345083236694, 0.012006592005491257, -0.14514097571372986, 0.022317420691251755, -0.09735757112503052, 0.11204201728105545, -0.017270799726247787, 0.0775606706738472, -0.08504842966794968, 0.1343614161014557, 0.05089795961976051, -0.08519799262285233, 0.07983957976102829, -0.019683467224240303, 0.0976838618516922, -0.06265799701213837, 0.004314952529966831, -0.0525786355137825, -0.057320885360240936, 0.01612238958477974, 0.09553318470716476, -0.12454689294099808, 0.271282434463501, 0.034528642892837524, -0.14302806556224823, -0.059443868696689606, -0.016100622713565826, -0.021538399159908295, 0.08817663788795471, 0.13944479823112488, 0.037112340331077576, -0.18463802337646484, -0.11414884030818939, -0.0721074789762497, -0.04205981642007828, 0.047479502856731415, 0.01719341054558754, -0.18608544766902924, 0.009848346933722496, -0.013761789537966251, -0.07935237884521484, -0.09935970604419708, -0.028707150369882584, -0.20155100524425507, -0.021727856248617172, 0.039710648357868195, -0.08190559595823288, 0.041054319590330124, -0.03238837793469429, -0.17834286391735077, 0.08261679112911224, -0.011928776279091835, -0.007409483194351196, -0.06400170177221298, -0.15228599309921265, 0.08799247443675995, -0.028538646176457405, 0.10636148601770401, -0.03315805643796921, -0.01666349731385708, -0.10383863747119904, -0.12260379642248154, 0.1003306582570076, -0.15417039394378662, 0.20621366798877716, -0.13160216808319092, 0.09911606460809708, 0.017194081097841263, 0.030530475080013275, 0.06643057614564896, -0.018205109983682632, -0.076406329870224, -0.08567040413618088, 0.06287835538387299, -0.15723198652267456, 0.09411516785621643, 0.1289125382900238, -0.05135361850261688, -0.07842223346233368, 0.034794650971889496, -0.039208874106407166, 0.26350945234298706, 0.07561777532100677, -0.07423240691423416, 0.21392062306404114, 0.2312224954366684, -0.08929849416017532, -0.20984254777431488, 0.022584928199648857, -0.06436527520418167, -0.06302931159734726, 0.04782707244157791, -0.2868398427963257, 0.10214049369096756, 0.15783873200416565, -0.021999338641762733, 0.22523199021816254, -0.16482600569725037, -0.021739302203059196, 0.12013353407382965, 0.0471738800406456, 0.42533186078071594, -0.07569863647222519, -0.017854666337370872, -0.15060555934906006, -0.013822645880281925, 0.21687015891075134, -0.009298386052250862, -0.00744020938873291, 0.018495744094252586, 0.05540776252746582, -0.01266412902623415, -0.03695018216967583, 0.2275000661611557, 0.11154414713382721, 0.06798224151134491, -0.0065785786136984825, -0.04764672741293907, 0.03929499164223671, -0.06452523171901703, -0.04600992798805237, 0.027463875710964203, -0.06222932040691376, -0.13922658562660217, 0.01734384149312973, 0.08270908892154694, 0.05103302001953125, 0.0255561713129282, -0.05999421700835228, -0.06742896884679794, -0.025684820488095284, 0.0043126242235302925, -0.0015652081929147243, 0.03428519144654274, 0.03310222178697586, 0.00763747189193964, 0.11659024655818939, -0.031595587730407715, -0.06481166183948517, -0.06282322853803635, -0.06104595214128494, -0.040288276970386505, 0.053299594670534134, -0.14725293219089508, 0.06101974844932556, 0.1309780329465866, -0.05392995476722717, 0.052744537591934204, 0.004654926247894764, -0.012259033508598804, 0.06010378152132034, 0.1432676911354065, 0.003316190792247653, 0.03392200171947479, 0.06972537189722061, -0.024661056697368622, 0.0602639876306057, -0.0067383344285190105, -0.012644048780202866, 0.1278654932975769, -0.04636995866894722, -0.04262650012969971, 0.029016004875302315, -0.057130660861730576, 0.02856977842748165, 0.06483662128448486, 0.021254168823361397, -0.13068446516990662, 0.11453288048505783, 0.05796888843178749, -0.1551869660615921, -0.02149834670126438, -0.003764070337638259, -0.03152234107255936, -0.06650681793689728, -0.0017783333314582705, 0.08624076843261719, -0.22944170236587524, -0.19065840542316437, -0.043802712112665176, -0.010756359435617924, -0.0059428103268146515, 0.03928505256772041, 0.022555219009518623, 0.014624349772930145, 0.025646887719631195, -0.1080782487988472, 0.04245177283883095, -0.03891658037900925, -0.10351834446191788, 0.00043216245830990374, -0.011922622099518776, -0.265799343585968, 0.004314557183533907, 0.14901939034461975, -0.030258595943450928, -0.11236162483692169, -0.11008769273757935, 0.051446713507175446, -0.15752537548542023, 0.12716855108737946, 0.02087417058646679, 0.09272447973489761, -0.013291595503687859, 0.006235035136342049, 0.023208823055028915, -0.03599245473742485, -0.14456796646118164, 0.12255486100912094, 0.0917055681347847, 0.05509258061647415, -0.049733757972717285, -0.020939305424690247, 0.08154930919408798, 0.0769391730427742, 0.017361290752887726, 0.04544191434979439, 0.06750001758337021, 0.07737626880407333, -0.12347160279750824, -0.10856707394123077, 0.01905020698904991, 0.08647830039262772, 0.06717897206544876, 0.010897515341639519, -0.010733856819570065, 0.06498251110315323, -0.039468955248594284, 0.03139479458332062, -0.03527674823999405, -0.05925954133272171, -0.020125433802604675, -0.04958442226052284, -0.18975070118904114, 0.02515920251607895, -0.022719640284776688, 0.17314991354942322, -0.01994246244430542, -0.06870079040527344, 0.06885680556297302, 0.028444413095712662, 0.10712455213069916, -0.05514882504940033, -0.03626276180148125, -0.07872336357831955, -0.054687269032001495, -0.011476037092506886, -0.016594333574175835, 0.04566752165555954, 0.4482550024986267, 0.055712733417749405, 0.07350833714008331, -0.055096082389354706, 0.009559409692883492, -0.06763610988855362, 0.00018072000239044428, 0.2806689143180847, 0.044693153351545334, 0.009674645960330963, -0.043840184807777405, 0.10671191662549973, 0.069389708340168, 0.2231428325176239, 0.04142330586910248, 0.09856386482715607, 0.004068801179528236, -0.017113514244556427, -0.052924565970897675, -0.05118662863969803, -0.006892640143632889, -0.005440144799649715, 0.021664481610059738, 0.029199182987213135, 0.054269853979349136, -0.031506385654211044, -0.020830906927585602, -0.05873144045472145, 0.07402690500020981, 0.008079512976109982, -0.0585036426782608, -0.14322665333747864, -0.005643249489367008, 0.01715227961540222, -0.071436807513237, -0.0000209176341741113, 0.005196813028305769, 0.048969563096761703, 0.20225614309310913, 0.11175362020730972, 0.026240993291139603, 0.0526098869740963, -0.14484192430973053, -0.011746209114789963, -0.004651807714253664, 0.010683837346732616, 0.03209018334746361, -0.0405326671898365, -0.08993417769670486, -0.017040643841028214, -0.028407590463757515, -0.0745738297700882, -0.03504447638988495, 0.12892834842205048, 0.0009899481665343046, -0.12100370973348618, 0.006397034041583538, -0.09002144634723663, 0.06371642649173737, -0.029349874705076218, 0.06900667399168015, 0.016046104952692986, -0.03113310970366001, 0.051408540457487106, 0.05205449089407921, 0.06732261180877686, 0.06470786035060883, 0.0060363044030964375, 0.025277897715568542, -0.06195122376084328, 0.10406240820884705, -0.08426005393266678, 0.0025181309320032597, -0.02531776763498783, 0.15683916211128235, 0.24651218950748444, -0.029309745877981186, -0.0218161940574646, -0.00774743128567934, 0.05259697884321213, 0.1111496239900589, 0.1194329783320427, -0.0284999068826437, 0.042367033660411835, -0.014853612519800663, -0.1174800917506218, -0.01658635027706623, -0.003940691705793142, -0.12481062859296799, 0.08375565707683563, -0.026843218132853508, 0.002481000265106559, -0.03719158098101616, 0.16519884765148163, -0.05884284898638725, -0.022298069670796394, 0.13911470770835876, -0.15147556364536285, -0.12566450238227844, -0.03871818259358406, 0.059936609119176865, 0.06466922163963318, -0.014516335912048817, -0.05648636445403099, -0.05416775494813919, -0.03766259178519249, 0.02483654022216797, -0.3101596236228943, -0.2588011920452118, -0.009897605516016483, 0.010755381546914577, 0.21185408532619476, -0.026365740224719048, 0.03777751326560974, 0.021832628175616264, 0.025640055537223816, -0.06513582915067673, -0.09907054901123047, 0.05444983392953873, 0.09370031952857971, -0.017423585057258606, -0.08655676245689392, -0.057282544672489166, -0.06169610843062401, 0.03617190569639206, 0.15694557130336761, -0.05205541476607323, -0.023561518639326096, 0.0030491510406136513, -0.023347271606326103, 0.05684145912528038, -0.13735680282115936, 0.1278010457754135, -0.005462521221488714, 0.004932275973260403, -0.019253360107541084, -0.04858635738492012, -0.0027003432624042034, 0.0028079336043447256, -0.1689477115869522, -0.09736649692058563, -0.008493789471685886, -0.04215221479535103, 0.047817617654800415, 0.03727079927921295, -0.1098230630159378, 0.0789647102355957, -0.11685196310281754, 0.07858266681432724, 0.0036895624361932278, 0.0058095939457416534, 0.049108363687992096, -0.0322599895298481, -0.005731937009841204, -0.09667986631393433, 0.013876927085220814, 0.00467248260974884, 0.08661951124668121, -0.031054405495524406 ]
11e8bb4392b6891f396a659173ad3e0dd6fff7c7
# Content coming...
polytechXhf/onepiece-x-jojo-dataset
[ "license:apache-2.0", "region:us" ]
2023-03-18T23:33:54+00:00
{"license": "apache-2.0"}
2023-03-18T23:50:55+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
# Content coming...
[ "# Content coming..." ]
[ "TAGS\n#license-apache-2.0 #region-us \n", "# Content coming..." ]
[ 14, 4 ]
[ "passage: TAGS\n#license-apache-2.0 #region-us \n# Content coming..." ]
[ 0.04262028634548187, 0.18708135187625885, -0.005683307070285082, 0.0030010074842721224, -0.035800185054540634, 0.0050739990547299385, 0.09878221154212952, 0.09521123766899109, 0.06754853576421738, -0.0709744393825531, 0.21854625642299652, 0.06030751392245293, -0.030872832983732224, 0.1272994875907898, 0.07477474212646484, -0.19151102006435394, 0.09598317742347717, -0.032230194658041, -0.027185112237930298, 0.053682804107666016, 0.11054275184869766, 0.026391087099909782, -0.01100233756005764, -0.005516614764928818, -0.014349616132676601, -0.02170984447002411, 0.005777914542704821, -0.021399961784482002, 0.004846096038818359, -0.0677649974822998, 0.03494533151388168, 0.05024169385433197, -0.007236931007355452, -0.25786370038986206, 0.02894878387451172, -0.05001859366893768, -0.07502478361129761, 0.03711548075079918, -0.019942300394177437, -0.01119934767484665, 0.028620518743991852, -0.005943399854004383, -0.062096379697322845, 0.054210446774959564, -0.1416989266872406, -0.16532562673091888, -0.14749941229820251, 0.03994283452630043, 0.052897628396749496, 0.05567065253853798, 0.026516539976000786, 0.0791330337524414, -0.11399015784263611, -0.07244723290205002, 0.12326793372631073, -0.35223695635795593, 0.05918744578957558, 0.04221104457974434, -0.007881651632487774, 0.04816369712352753, 0.006967477034777403, 0.09184043854475021, 0.09558605402708054, -0.04115420952439308, -0.07951173931360245, -0.01626344956457615, -0.02010495774447918, 0.04477445036172867, -0.04352954775094986, -0.10977008193731308, 0.3694947063922882, 0.14073020219802856, 0.027426905930042267, 0.06485305726528168, -0.03464560955762863, 0.041526757180690765, -0.06660538166761398, 0.04403717815876007, 0.11271429061889648, 0.1955389529466629, 0.15788565576076508, -0.16357935965061188, -0.16169345378875732, -0.016412191092967987, -0.09903459250926971, 0.02381286770105362, -0.008681091479957104, 0.11485409736633301, -0.15884734690189362, 0.012678539380431175, 0.046897899359464645, -0.1461627334356308, -0.07688560336828232, -0.07709760218858719, 0.20490151643753052, 0.06292956322431564, -0.09815602004528046, 0.11183597892522812, 0.13626515865325928, 0.1702715903520584, 0.029644213616847992, 0.007294605486094952, -0.11942024528980255, 0.20778946578502655, 0.006520283408463001, -0.08484300971031189, 0.017241649329662323, 0.0326642170548439, 0.07759249955415726, -0.08424117416143417, 0.19878226518630981, -0.017672808840870857, -0.14952875673770905, 0.07744932919740677, -0.18527570366859436, 0.0938148945569992, 0.0771842747926712, -0.049995746463537216, -0.09993942081928253, 0.051168929785490036, 0.1662120819091797, -0.021545400843024254, -0.11583216488361359, -0.07323284447193146, -0.04349956661462784, 0.029761595651507378, 0.033164311200380325, 0.07702995091676712, 0.05070095136761665, 0.034572672098875046, -0.10370803624391556, -0.07561517506837845, -0.02171775884926319, 0.20158253610134125, 0.1170816719532013, -0.013421357609331608, 0.021252773702144623, -0.02493809536099434, -0.15073765814304352, 0.019508861005306244, 0.0447421632707119, 0.0497722290456295, -0.0530279166996479, 0.05557229369878769, 0.016706256195902824, 0.028769731521606445, -0.09862405806779861, -0.042107608169317245, -0.13342724740505219, 0.05761208385229111, -0.095954529941082, 0.028072543442249298, -0.14008687436580658, 0.036357298493385315, -0.17158295214176178, 0.040172263979911804, 0.025492550805211067, -0.0904669240117073, -0.1495269387960434, 0.18674859404563904, -0.10478150099515915, 0.03204307332634926, -0.08393003046512604, 0.025932280346751213, -0.06453286856412888, 0.20382842421531677, -0.11560232192277908, 0.0261053629219532, 0.26822999119758606, -0.09669389575719833, -0.16345222294330597, 0.0474468469619751, 0.04726642742753029, -0.017790615558624268, 0.02023998089134693, 0.23005221784114838, -0.1328197419643402, -0.06732243299484253, 0.13039444386959076, 0.22795657813549042, -0.09872644394636154, -0.11946278065443039, 0.14844292402267456, -0.1124030277132988, -0.13518059253692627, 0.011782750487327576, 0.007211208343505859, 0.08151458948850632, 0.0204472653567791, -0.085696741938591, -0.030612243339419365, -0.07689621299505234, 0.018231358379125595, -0.05327339097857475, -0.034488145262002945, -0.02606174908578396, -0.012896954081952572, -0.07107626646757126, 0.08624153584241867, 0.22093044221401215, 0.09077651798725128, -0.050706055015325546, 0.12231907993555069, 0.00576800899580121, 0.05129830911755562, -0.02823161892592907, 0.03364386409521103, -0.05558300390839577, -0.033854033797979355, 0.14911231398582458, 0.13070780038833618, 0.020261043682694435, -0.13631215691566467, 0.00021347403526306152, -0.000698625692166388, -0.05713661015033722, 0.048040274530649185, 0.03847530111670494, -0.1837121844291687, 0.1005958542227745, 0.03745563328266144, 0.16031605005264282, 0.07527896761894226, -0.04232516139745712, 0.029033899307250977, 0.0348079577088356, -0.047313012182712555, 0.07153026759624481, 0.060543809086084366, -0.11335961520671844, 0.020000290125608444, 0.0023203555028885603, 0.15083946287631989, 0.017611665651202202, -0.11781828105449677, 0.19943250715732574, 0.08080752193927765, 0.06873874366283417, 0.21250644326210022, -0.10520564764738083, 0.08811168372631073, -0.03852038085460663, -0.03296742960810661, 0.01495411992073059, 0.14156357944011688, 0.006203589960932732, -0.11131414771080017, -0.017174990847706795, 0.04190855100750923, -0.029363008216023445, 0.012779543176293373, -0.022337425500154495, -0.015541911125183105, -0.09936878830194473, -0.053041424602270126, 0.24927759170532227, -0.16283546388149261, 0.09343741089105606, 0.527635395526886, 0.0764443576335907, 0.13038143515586853, -0.1332140564918518, -0.08782084286212921, 0.008210941217839718, -0.06447064131498337, -0.06195024028420448, 0.14676150679588318, -0.06312746554613113, 0.07112929224967957, 0.06463635712862015, 0.06656257808208466, 0.046030983328819275, -0.14903965592384338, -0.16712965071201324, -0.009100786410272121, -0.045068979263305664, -0.12587971985340118, 0.007608562707901001, -0.15150755643844604, 0.036472950130701065, 0.06114567443728447, -0.030308116227388382, 0.12177333235740662, -0.05384685844182968, -0.035149719566106796, 0.03231780603528023, -0.1798252910375595, -0.10942509770393372, -0.11950481683015823, -0.0047431765124201775, -0.003199818544089794, 0.03477402776479721, 0.08091630041599274, -0.08090531826019287, -0.05370292812585831, 0.011765455827116966, -0.12433972954750061, -0.055826231837272644, 0.007666793651878834, 0.06327317655086517, 0.09387795627117157, 0.05667463317513466, -0.09248628467321396, 0.04079855978488922, -0.03450893238186836, -0.015671802684664726, -0.03253670781850815, -0.040932849049568176, 0.1689702868461609, 0.0697464570403099, 0.0950949639081955, 0.03584703803062439, -0.021280644461512566, 0.10853958129882812, -0.08076604455709457, -0.04562067985534668, 0.168784961104393, -0.0381026417016983, 0.0273420587182045, 0.16232933104038239, 0.0675550028681755, -0.0976814553141594, 0.012535419315099716, -0.0011960889678448439, -0.054679203778505325, -0.30156952142715454, -0.0679987370967865, -0.057640109211206436, 0.06471255421638489, -0.009131550788879395, 0.07225063443183899, 0.09984133392572403, 0.073085717856884, -0.08681149035692215, -0.059347715228796005, -0.016463158652186394, 0.019147252663969994, 0.10715918242931366, -0.09292063862085342, -0.04300825297832489, -0.15752515196800232, 0.014329918660223484, 0.17806607484817505, 0.11916296184062958, 0.021071745082736015, 0.260814368724823, 0.12789493799209595, 0.18964514136314392, 0.12174658477306366, 0.011134058237075806, -0.027761852368712425, 0.04790987819433212, -0.032891977578401566, -0.09151580184698105, -0.03411833196878433, 0.005434063728898764, 0.07081693410873413, 0.023794932290911674, -0.2011784166097641, 0.034088827669620514, -0.17545649409294128, 0.032657310366630554, 0.10951200127601624, 0.14563806354999542, 0.04118513688445091, 0.10893065482378006, 0.11155419796705246, 0.11330518126487732, 0.035934120416641235, 0.19098834693431854, -0.16754589974880219, 0.003233989467844367, 0.20051763951778412, 0.02813531830906868, 0.1199415922164917, 0.040372949093580246, 0.0013634677743539214, -0.060021523386240005, -0.18344683945178986, 0.0567656010389328, 0.17337244749069214, -0.20863237977027893, 0.2879924774169922, 0.010447305627167225, -0.1022222563624382, -0.03485118970274925, -0.05825824663043022, 0.06183924525976181, 0.15738989412784576, 0.1747158020734787, -0.008682186715304852, -0.1435169279575348, 0.0524420291185379, -0.14699441194534302, 0.007668480277061462, 0.0392330028116703, -0.09631206840276718, -0.10637111961841583, -0.06168544292449951, 0.022587237879633904, 0.06624557822942734, 0.09231401234865189, -0.12034153938293457, -0.07794179022312164, 0.017091942951083183, 0.10322964936494827, 0.04109568893909454, -0.06023867428302765, 0.005385406315326691, -0.03234266862273216, 0.05807984992861748, -0.15366044640541077, 0.011897265911102295, -0.06358503550291061, -0.1522936373949051, 0.03644707798957825, 0.02602696418762207, -0.04504373297095299, -0.047221340239048004, 0.0500294528901577, -0.058032870292663574, -0.15541096031665802, 0.11625523865222931, -0.06275714188814163, -0.055337533354759216, -0.1012628972530365, 0.16436749696731567, -0.023330826312303543, 0.047702230513095856, -0.05996076762676239, 0.010788663290441036, -0.022193441167473793, -0.14743515849113464, 0.11320234090089798, -0.0097553301602602, -0.000982831115834415, 0.022773094475269318, -0.06702807545661926, 0.10828158259391785, 0.026861054822802544, -0.08641299605369568, 0.10714747756719589, 0.32427775859832764, -0.045293331146240234, 0.23292537033557892, 0.27483585476875305, -0.07848017662763596, -0.2808323800563812, -0.19593596458435059, -0.22904516756534576, -0.19598187506198883, 0.042304035276174545, -0.18042612075805664, 0.09465724974870682, 0.05408388748764992, -0.15378466248512268, 0.18694792687892914, -0.25999918580055237, -0.07466012984514236, 0.088831327855587, -0.10573656111955643, 0.3288172781467438, -0.09829369187355042, -0.0725959837436676, -0.11943626403808594, -0.0800771713256836, 0.14488668739795685, -0.26821231842041016, 0.0378226712346077, 0.04135679081082344, -0.035149384289979935, -0.06496523320674896, 0.017108388245105743, 0.14210514724254608, -0.035888295620679855, 0.014018405228853226, -0.1278461366891861, 0.05725928768515587, 0.15323013067245483, -0.04389996454119682, 0.03624187782406807, -0.16616879403591156, 0.0058076586574316025, -0.06184634193778038, -0.00016679005057085305, -0.018237894400954247, 0.14363351464271545, -0.01202390156686306, -0.03706984221935272, -0.12055685371160507, -0.02616257593035698, -0.04033100977540016, -0.008060554973781109, 0.36092644929885864, 0.017946843057870865, -0.01977548375725746, -0.036750949919223785, -0.048957012593746185, -0.151062473654747, 0.002509961137548089, -0.1230720803141594, -0.032943472266197205, 0.06926743686199188, -0.23399700224399567, -0.05080035701394081, 0.019023669883608818, -0.033357273787260056, -0.005511117167770863, 0.03355982527136803, -0.06846105307340622, 0.053526367992162704, 0.10571703314781189, -0.14983302354812622, -0.1295156627893448, 0.009323803707957268, 0.17832981050014496, 0.029860006645321846, -0.022493157535791397, 0.06938546150922775, 0.008167203515768051, 0.01130487397313118, 0.052877262234687805, 0.08959580212831497, -0.15384064614772797, -0.09924542903900146, 0.07228352874517441, -0.0621027909219265, -0.15966786444187164, 0.2417275309562683, 0.06539961695671082, -0.16393741965293884, -0.0468340627849102, 0.05638326331973076, -0.045815013349056244, -0.08473063260316849, -0.050162579864263535, 0.021370528265833855, -0.0602339506149292, -0.14817003905773163, -0.003972594626247883, -0.004992915783077478, 0.022769825533032417, 0.03565531224012375, 0.09858887642621994, 0.07024265080690384, 0.03855406865477562, -0.017643911764025688, 0.14675603806972504, -0.007363242097198963, -0.20124030113220215, -0.037996646016836166, -0.061144545674324036, -0.21281637251377106, 0.10336147993803024, 0.11145801842212677, -0.06161743029952049, -0.07414267957210541, 0.02259925752878189, 0.06619634479284286, -0.08311914652585983, 0.0447872057557106, -0.05595569685101509, 0.0014033324550837278, 0.018270839005708694, -0.11708710342645645, -0.07871183753013611, 0.005894048605114222, -0.09034451097249985, -0.053528036922216415, 0.013824453577399254, 0.07649684697389603, -0.16451306641101837, -0.008869477547705173, 0.1105930283665657, 0.0692763552069664, 0.08302085846662521, 0.0208625178784132, 0.02257155254483223, 0.08422596007585526, -0.14971207082271576, -0.07652518898248672, 0.046940721571445465, 0.04909360781311989, -0.04696798697113991, 0.12461518496274948, -0.06217050552368164, 0.030853794887661934, -0.07433255016803741, 0.022284800186753273, -0.08481115847826004, -0.12915053963661194, -0.220139741897583, 0.036108508706092834, -0.11803874373435974, 0.06002642959356308, -0.149165540933609, 0.18157745897769928, -0.033707231283187866, 0.17528361082077026, 0.06043114513158798, -0.010135185904800892, 0.016243062913417816, 0.0414014533162117, -0.04560616984963417, -0.05599193274974823, -0.2291007936000824, -0.018116822466254234, -0.13035593926906586, -0.10161948204040527, 0.27730610966682434, -0.04199893772602081, 0.004689027089625597, 0.13544026017189026, 0.084597148001194, 0.012538427487015724, 0.028482044115662575, 0.18900547921657562, 0.1129641979932785, 0.015748921781778336, -0.16948899626731873, 0.0010411955881863832, 0.05298275128006935, -0.204781636595726, 0.0686395913362503, 0.08110377192497253, 0.19961801171302795, 0.09234163910150528, 0.03820272907614708, -0.024483442306518555, -0.10642208904027939, -0.030925102531909943, 0.11695808917284012, 0.015873344615101814, 0.11327195167541504, 0.10534226149320602, 0.12446623295545578, 0.05124393478035927, -0.031020725145936012, -0.04252399876713753, 0.048097871243953705, -0.07834555953741074, -0.03388651832938194, 0.011480697430670261, -0.1717752367258072, 0.009105732664465904, -0.013795030303299427, 0.0204602163285017, 0.13922294974327087, 0.037906382232904434, -0.11158435791730881, 0.027723897248506546, -0.06129799038171768, -0.08241277933120728, -0.001112984144128859, -0.03251360356807709, -0.007178966421633959, -0.07182526588439941, -0.11741253733634949, 0.029846012592315674, -0.11811082810163498, -0.08767039328813553, 0.0648975670337677, 0.05373347923159599, 0.023654460906982422, -0.14700081944465637, -0.04385647550225258, -0.026857148855924606, 0.07539564371109009, 0.023627031594514847, 0.1513832062482834, 0.011813578195869923, 0.039278026670217514, 0.0949450209736824, 0.0987962931394577, 0.008855989202857018, -0.05052797868847847, -0.04268477484583855, 0.04420038312673569, -0.01610717736184597, 0.07815605401992798, -0.10380442440509796, -0.013604654930531979, -0.05205637589097023, 0.2861931324005127, 0.15562961995601654, -0.15697596967220306, -0.02074377052485943, -0.02001718245446682, 0.022373275831341743, 0.009725883603096008, 0.09267737716436386, 0.0642089769244194, 0.1486164629459381, -0.059570182114839554, -0.06611660122871399, 0.031729556620121, 0.09240496158599854, -0.11767423897981644, 0.023961616680026054, -0.01638178899884224, -0.09248661994934082, -0.020631657913327217, 0.1394469141960144, -0.15270353853702545, 0.07697337120771408, -0.04018457233905792, -0.06172175332903862, -0.0028701520059257746, -0.04061281308531761, 0.1583959013223648, 0.11230018734931946, 0.01787157543003559, -0.035664152354002, -0.06659581512212753, 0.049444373697042465, 0.006392662413418293, -0.211502805352211, -0.1759406179189682, 0.044649988412857056, -0.02595570497214794, 0.33061495423316956, -0.02704106643795967, 0.002571415388956666, 0.000024370172468479723, 0.034479424357414246, -0.09493076056241989, 0.021089889109134674, 0.09349541366100311, -0.0013787326170131564, -0.037149932235479355, -0.10637319087982178, -0.059566937386989594, -0.053726401180028915, 0.14698530733585358, 0.09254517406225204, 0.01121304091066122, 0.03008747659623623, -0.073735311627388, -0.03404894843697548, 0.049752701073884964, -0.1677701324224472, 0.08829490840435028, -0.028448916971683502, -0.0803457573056221, -0.10180347412824631, -0.0008059022366069257, -0.015689648687839508, 0.04602821171283722, -0.16320963203907013, 0.0018748732982203364, 0.20649248361587524, -0.010707774199545383, 0.13214561343193054, 0.0008666122448630631, -0.0930902287364006, -0.014056127518415451, 0.017164986580610275, 0.06339108198881149, -0.037329789251089096, -0.03297320753335953, 0.10978028923273087, -0.016837336122989655, -0.03276512399315834, -0.15561865270137787, 0.07646051049232483, -0.054739609360694885, -0.0894826129078865, -0.10687728226184845 ]
f4688c7ef0d8fc76e46878baee916a4186a793d9
for test
sanshanya/eyesdiffusion
[ "biology", "region:us" ]
2023-03-19T01:02:37+00:00
{"tags": ["biology"]}
2023-03-19T03:49:50+00:00
[]
[]
TAGS #biology #region-us
for test
[]
[ "TAGS\n#biology #region-us \n" ]
[ 9 ]
[ "passage: TAGS\n#biology #region-us \n" ]
[ 0.09330316632986069, 0.042019572108983994, -0.009051941335201263, -0.1444612592458725, 0.02794966846704483, 0.04518944397568703, -0.026641644537448883, 0.1189609095454216, 0.23584511876106262, -0.000668651657178998, 0.11700500547885895, 0.060253676027059555, -0.02847697027027607, -0.025123195722699165, 0.0028775620739907026, -0.23022884130477905, 0.05755029618740082, 0.011186826974153519, -0.023986604064702988, 0.022703606635332108, -0.09126920253038406, -0.10372288525104523, 0.048697832971811295, -0.08346729725599289, 0.000684616097714752, 0.005943445023149252, 0.052855219691991806, 0.02514229342341423, 0.1678902506828308, -0.07582861930131912, 0.12072890251874924, -0.03813397139310837, -0.08059398084878922, -0.27068403363227844, 0.011986707337200642, -0.02835094928741455, -0.04299117997288704, 0.08249641954898834, 0.07017169892787933, -0.031440261751413345, 0.03264731913805008, 0.04680240526795387, 0.02287185564637184, 0.03612501919269562, -0.18521684408187866, -0.13851653039455414, 0.001024679746478796, -0.11382109671831131, -0.0942060798406601, -0.019811877980828285, 0.009026976302266121, 0.09225111454725266, -0.1254018098115921, -0.021385444328188896, 0.1725243479013443, -0.10948477685451508, 0.08719997107982635, 0.1394246220588684, 0.1950303465127945, 0.1652761548757553, -0.10488251596689224, 0.11898013204336166, 0.024279765784740448, -0.020977528765797615, -0.10040532052516937, -0.07882072031497955, 0.08082584291696548, 0.033288292586803436, -0.04590630158782005, -0.026779264211654663, 0.25108614563941956, -0.0289803184568882, 0.022854633629322052, 0.1345435529947281, -0.11355103552341461, -0.0749162882566452, 0.042287085205316544, -0.055949945002794266, 0.05461498349905014, 0.05438896268606186, 0.24240745604038239, -0.054610684514045715, -0.08930718153715134, 0.06908027827739716, -0.18560902774333954, 0.21782247722148895, 0.0151438619941473, 0.04417334124445915, -0.22150567173957825, -0.06180444732308388, -0.19309665262699127, -0.011521635577082634, 0.07860363274812698, 0.01022269856184721, -0.018071196973323822, -0.05914749577641487, -0.043439943343400955, -0.008408425375819206, 0.16156227886676788, 0.12319111824035645, -0.07127641141414642, 0.045754577964544296, -0.14224505424499512, 0.1401187926530838, 0.14342303574085236, -0.06738896667957306, 0.056665316224098206, 0.07184737175703049, 0.025809116661548615, -0.14700685441493988, -0.09254955500364304, -0.04993310198187828, -0.01765667088329792, -0.03237496316432953, -0.02135288715362549, 0.1093955785036087, 0.059488434344530106, -0.2096271812915802, -0.04515242576599121, 0.038374658674001694, -0.09034125506877899, 0.03361458703875542, -0.020699549466371536, 0.0259527787566185, 0.10835770517587662, 0.13270731270313263, -0.1686176359653473, -0.030128883197903633, 0.14364534616470337, -0.01222554873675108, -0.1899070143699646, -0.020546626299619675, -0.008577934466302395, -0.011763474904000759, 0.0010291696526110172, -0.03355269879102707, 0.13372693955898285, -0.1324591487646103, 0.10441570729017258, 0.049448177218437195, -0.05267661064863205, -0.030025096610188484, 0.05209295079112053, 0.15402819216251373, 0.03850986063480377, -0.03224180266261101, -0.03286866098642349, -0.048938386142253876, -0.11139559000730515, 0.11780297756195068, -0.07863955944776535, 0.1074751615524292, -0.18830667436122894, 0.0003492312098387629, -0.11313199996948242, 0.10822105407714844, -0.09632165729999542, -0.10586784780025482, -0.05807971581816673, 0.08665306866168976, 0.015863869339227676, 0.04389069601893425, -0.16061562299728394, -0.015220310539007187, -0.024392329156398773, 0.12006796896457672, -0.018351586535573006, -0.06729049235582352, 0.20449741184711456, 0.013019212521612644, -0.037473201751708984, 0.08806179463863373, 0.018906306475400925, 0.09060545265674591, 0.055138178169727325, 0.4991798400878906, -0.08706517517566681, -0.08230115473270416, 0.10250217467546463, 0.18096186220645905, -0.025122014805674553, -0.05949908122420311, 0.10030440986156464, -0.07429845631122589, -0.18185870349407196, 0.011371924541890621, 0.11480874568223953, 0.08369994908571243, -0.04915785416960716, 0.0023216281551867723, 0.06916849315166473, 0.028169909492135048, 0.0942176952958107, -0.011617755517363548, 0.10893208533525467, -0.09307067841291428, 0.15558679401874542, 0.020958103239536285, 0.003620301838964224, 0.0638086199760437, 0.04579789191484451, 0.12879560887813568, 0.14692829549312592, -0.01631675846874714, 0.015381366945803165, -0.15972073376178741, -0.13903647661209106, 0.0875084400177002, -0.01351078785955906, 0.06721899658441544, 0.11628497391939163, 0.041734226047992706, -0.08787886798381805, -0.032681263983249664, 0.06673755496740341, 0.004549697041511536, 0.03973199427127838, -0.04423300921916962, -0.08721835166215897, 0.16162656247615814, -0.07229571789503098, -0.07137615233659744, -0.11714522540569305, -0.002496191533282399, 0.09766367822885513, -0.009028390981256962, 0.030527690425515175, -0.04518306627869606, 0.052596088498830795, -0.035792216658592224, -0.02260817401111126, 0.07160449773073196, 0.07059910893440247, -0.05453338101506233, -0.1251782774925232, 0.13915321230888367, -0.01816725730895996, 0.17362675070762634, 0.11555667221546173, -0.21079149842262268, -0.0031307798344641924, -0.06305490434169769, 0.0074761840514838696, 0.01586468704044819, -0.036824438720941544, -0.17046931385993958, 0.00978617463260889, 0.05009496957063675, 0.008995315991342068, -0.04398951306939125, 0.033079054206609726, -0.016750512644648552, -0.09309430420398712, 0.02938854694366455, 0.169007807970047, 0.09642341732978821, -0.14729516208171844, 0.08822543174028397, 0.3032141327857971, 0.17385898530483246, 0.15208633244037628, -0.018549276515841484, -0.08721938729286194, 0.04684169590473175, -0.0022173705510795116, -0.05077846348285675, 0.14447318017482758, -0.07060568779706955, 0.06971213966608047, 0.04897502809762955, 0.0944092646241188, 0.05013854801654816, -0.12452281266450882, -0.03188323229551315, 0.0029133926145732403, 0.058170802891254425, -0.08623398840427399, -0.0001400546752847731, 0.0013648996828123927, 0.12251520901918411, 0.047780733555555344, -0.023573029786348343, 0.014410204254090786, 0.0877780094742775, -0.07731456309556961, 0.21080796420574188, -0.140083447098732, -0.24468275904655457, -0.04593070596456528, -0.12470520287752151, 0.02392607182264328, 0.04011227563023567, 0.04065482318401337, -0.11491426080465317, -0.013120717369019985, 0.14345179498195648, 0.08836694061756134, -0.16184328496456146, -0.010309914126992226, -0.11604508757591248, 0.0713535025715828, -0.0686841756105423, 0.0022526397369802, -0.023056747391819954, -0.05996312201023102, 0.08331136405467987, 0.10072656720876694, -0.09972970187664032, 0.09400485455989838, 0.18318691849708557, 0.009439275600016117, -0.11301780492067337, -0.04538384824991226, 0.21080583333969116, -0.08927091956138611, -0.04479444772005081, 0.08010689914226532, -0.07742039114236832, 0.046844009310007095, 0.1194440945982933, 0.060769397765398026, -0.12908849120140076, -0.03336331620812416, -0.01897653006017208, -0.1621280461549759, -0.2878045439720154, -0.02673276513814926, -0.004051045514643192, 0.20516857504844666, -0.025078697130084038, -0.01241945568472147, 0.20331242680549622, -0.017017414793372154, 0.12950554490089417, -0.05657535418868065, -0.1229792907834053, 0.02210230752825737, 0.0942097008228302, -0.13287656009197235, 0.02217409946024418, -0.009073702618479729, 0.012711490504443645, 0.08858843147754669, 0.23547030985355377, 0.03699735179543495, 0.35345810651779175, 0.13117916882038116, -0.004997174721211195, -0.06101778522133827, 0.12293297797441483, 0.09691330045461655, -0.023120148107409477, -0.03713121637701988, -0.09490379691123962, 0.014392524026334286, -0.040077440440654755, 0.03863144665956497, 0.09752622246742249, -0.1837337762117386, -0.009916314855217934, -0.17879121005535126, 0.08259698003530502, -0.24274004995822906, 0.08670342713594437, 0.14575693011283875, 0.1349671185016632, 0.10466385632753372, -0.03223136439919472, -0.05312437564134598, 0.15245625376701355, 0.08353055268526077, -0.09941640496253967, -0.12094300240278244, 0.032544102519750595, 0.0823976993560791, -0.030482130125164986, 0.13565142452716827, -0.21239551901817322, -0.22302678227424622, -0.005969032645225525, 0.06535205245018005, -0.0726843923330307, 0.2617059350013733, -0.045002855360507965, -0.2681120038032532, 0.04268750920891762, -0.128058522939682, 0.002175465691834688, 0.19969318807125092, 0.10024966299533844, 0.10517241060733795, -0.27607429027557373, -0.09581705182790756, -0.08956607431173325, -0.08452466875314713, 0.14036303758621216, 0.006567302625626326, -0.024303827434778214, -0.01397339440882206, 0.05336251109838486, -0.10189841687679291, 0.06224227324128151, 0.05447511002421379, 0.030402597039937973, 0.050361551344394684, -0.15892387926578522, 0.06524568796157837, 0.04324917122721672, 0.025407828390598297, 0.07102278620004654, 0.05555630475282669, -0.049027226865291595, -0.07281263172626495, -0.021134717389941216, -0.1338808685541153, 0.0973215103149414, -0.05528823286294937, 0.005656197667121887, -0.08973809331655502, -0.12131224572658539, -0.07170628011226654, -0.15541641414165497, 0.1756887584924698, -0.03986229747533798, 0.045783791691064835, -0.07907786965370178, 0.14261263608932495, -0.1239323765039444, 0.18746401369571686, 0.029823102056980133, 0.0485246442258358, -0.13285884261131287, -0.04988839104771614, 0.1433124989271164, -0.2237139493227005, -0.005327574908733368, 0.10283927619457245, -0.23046138882637024, 0.01919195055961609, -0.006467423867434263, -0.021036449819803238, 0.30974081158638, 0.3250695765018463, 0.0454692505300045, 0.16171479225158691, 0.2831273674964905, -0.15737460553646088, -0.2800222337245941, 0.05972806736826897, -0.20009128749370575, -0.04775312915444374, 0.10691487044095993, -0.3153335750102997, 0.25772732496261597, 0.22210246324539185, -0.040141139179468155, 0.30295854806900024, -0.07183881103992462, -0.0670798271894455, 0.07643140107393265, -0.01589936763048172, 0.49682003259658813, -0.20249295234680176, -0.067658931016922, -0.09267190843820572, -0.03102273866534233, 0.17015671730041504, 0.009638859890401363, 0.06758259981870651, -0.013809227384626865, 0.059301458299160004, 0.051424384117126465, 0.001750028575770557, 0.23374852538108826, -0.015231058932840824, 0.018880464136600494, 0.036539480090141296, -0.18532095849514008, 0.09121037274599075, 0.0440678671002388, -0.11375658959150314, 0.12411940842866898, -0.09628380089998245, -0.2438572198152542, 0.1106061115860939, -0.09594520181417465, 0.03915093466639519, 0.003262995043769479, -0.11736977845430374, -0.116798035800457, -0.0265822596848011, -0.019725672900676727, 0.0032726572826504707, 0.32330358028411865, -0.10631038248538971, 0.1457645744085312, -0.04377312213182449, 0.027867449447512627, 0.014240280725061893, -0.08837858587503433, -0.055722810328006744, -0.060435809195041656, -0.00937721598893404, -0.18118426203727722, -0.03025662526488304, 0.09265291690826416, -0.020887237042188644, 0.005096741020679474, 0.061588022857904434, -0.025965223088860512, 0.03508284315466881, 0.07586827874183655, -0.2247542291879654, -0.012191412970423698, -0.011250883340835571, -0.08407824486494064, 0.0906054899096489, -0.046201448887586594, 0.05668384209275246, 0.1505204737186432, -0.09221182763576508, -0.07052849978208542, 0.005920829717069864, -0.12837424874305725, 0.02557019516825676, 0.11634792387485504, 0.06490140408277512, -0.0266821701079607, -0.021652277559041977, 0.07524512708187103, -0.025335203856229782, -0.02468588575720787, 0.19484490156173706, -0.016297727823257446, -0.06795228272676468, -0.13655516505241394, 0.004652391187846661, -0.13830575346946716, 0.07017330080270767, 0.012789248488843441, -0.0674045979976654, -0.03775286301970482, 0.30482906103134155, 0.043088726699352264, -0.029847364872694016, 0.019596006721258163, -0.04088537395000458, 0.0687745064496994, -0.0024567560758441687, -0.27873584628105164, 0.029745182022452354, 0.05244499444961548, -0.11053264886140823, -0.07972200959920883, 0.08715832978487015, -0.11764460057020187, -0.05240916833281517, -0.3337142765522003, 0.011418248526751995, -0.13509544730186462, -0.007448611315339804, 0.01192239299416542, -0.11205005645751953, 0.01096365973353386, -0.006247416604310274, 0.06149086728692055, -0.024660376831889153, -0.1401357501745224, 0.040900345891714096, -0.005189251620322466, 0.062383927404880524, 0.00798892043530941, -0.03547506779432297, 0.11593394726514816, -0.009435627609491348, 0.0772848054766655, 0.11357979476451874, 0.11416205763816833, 0.1476241499185562, -0.024990877136588097, -0.06410916149616241, 0.15832878649234772, 0.04900125414133072, 0.00035086102434433997, -0.102479949593544, -0.10644903779029846, -0.02176159992814064, 0.030730213969945908, 0.08347033709287643, -0.1003391221165657, -0.061695974320173264, -0.030141811817884445, -0.046613458544015884, -0.22964130342006683, 0.07339461147785187, -0.20939959585666656, 0.07246816903352737, -0.004846535623073578, 0.009164384566247463, 0.13663490116596222, 0.06307852268218994, 0.0020553646609187126, 0.033278707414865494, -0.014552841894328594, -0.24123771488666534, -0.03249648958444595, -0.05048514902591705, 0.024232972413301468, 0.031081547960639, 0.3434714674949646, 0.005513366777449846, -0.02977593056857586, 0.056575365364551544, 0.20943234860897064, 0.11428853124380112, 0.0626119077205658, 0.259620726108551, 0.11513396352529526, -0.0880439281463623, -0.08528489619493484, 0.06266404688358307, 0.025291021913290024, 0.008665136061608791, 0.1732352375984192, 0.13010381162166595, 0.04936162754893303, -0.022801261395215988, -0.06734046339988708, 0.061591584235429764, -0.04116024449467659, -0.21950024366378784, 0.1376960277557373, -0.0035373105201870203, 0.0791349783539772, 0.11433260142803192, 0.052072688937187195, -0.08003222942352295, 0.11198300868272781, -0.08660732954740524, -0.0003005480975843966, -0.18734847009181976, 0.08820740133523941, 0.025863708928227425, -0.025059403851628304, -0.05192837491631508, -0.12350409477949142, -0.029781730845570564, 0.1615128368139267, 0.00013626243162434548, 0.026121217757463455, 0.10489017516374588, -0.13967348635196686, -0.08479703962802887, -0.04567337781190872, -0.0021756947971880436, 0.05030117556452751, -0.13702669739723206, -0.09388510882854462, -0.07876128703355789, -0.09124737232923508, -0.05888549983501434, -0.03626125305891037, -0.06981877237558365, -0.12830698490142822, -0.1996941715478897, -0.08400539308786392, -0.04802342876791954, 0.014413849450647831, -0.12812325358390808, 0.131166473031044, -0.045738305896520615, -0.09197846055030823, 0.02709495835006237, 0.1621217578649521, 0.026907900348305702, 0.15451432764530182, 0.07176526635885239, 0.24560882151126862, -0.059586331248283386, 0.147723987698555, -0.0913010910153389, -0.000018531027308199555, -0.013700028881430626, 0.27966558933258057, 0.11481157690286636, -0.11758776009082794, -0.04159925505518913, 0.05913350358605385, 0.050746120512485504, 0.15632429718971252, 0.161641463637352, 0.05594318360090256, 0.15923196077346802, -0.05857295170426369, 0.004941966850310564, 0.00270914938300848, -0.08056146651506424, -0.2005912959575653, -0.03235577419400215, 0.13608720898628235, -0.04822194203734398, -0.12928186357021332, 0.03028411604464054, -0.1307949721813202, 0.11242156475782394, -0.024918386712670326, -0.22995689511299133, 0.015876533463597298, -0.09201904386281967, 0.003577995812520385, -0.10764941573143005, 0.06355216354131699, -0.04144028201699257, -0.11198116093873978, -0.11672915518283844, 0.06405426561832428, -0.2969161868095398, -0.11866685748100281, 0.10012809932231903, 0.017891811206936836, 0.0432962104678154, 0.022911250591278076, -0.0013797067804262042, -0.05561550706624985, -0.07898227125406265, -0.016230694949626923, -0.10375510901212692, 0.03690127283334732, -0.02252263016998768, -0.17291377484798431, 0.13402514159679413, 0.009066173806786537, -0.09581899642944336, 0.0770856961607933, -0.028992611914873123, -0.09276454150676727, 0.05247010663151741, -0.06912428140640259, 0.11241324245929718, 0.0009984803618863225, -0.124395452439785, 0.020033665001392365, 0.11665341258049011, 0.059460170567035675, -0.014561127871274948, -0.10329174995422363, -0.09157261252403259, 0.06276648491621017, -0.11417747288942337, -0.16949766874313354, 0.008543169125914574, -0.10480062663555145, 0.19207103550434113, -0.019440975040197372, -0.18238316476345062, -0.06300873309373856, -0.06431357562541962, 0.20038668811321259, -0.15804609656333923, -0.022552361711859703, 0.06483367085456848, -0.114034503698349, 0.016579516232013702, -0.28068816661834717, 0.08788876235485077, 0.0266832634806633, 0.06973883509635925, -0.07523827999830246 ]
a754b3eaad00502435532e9b54c792029382796c
# Dataset Card for Fandom23K *The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.* ## Dataset Description - **Homepage:** (TODO) https://docs.ryokoai.com/docs/training/dataset#Fandom22K - **Repository:** <https://github.com/RyokoAI/BigKnow2022> - **Paper:** N/A - **Leaderboard:** N/A - **Point of Contact:** Ronsor/undeleted <[email protected]> ### Dataset Summary Fandom23K is a dataset composed of 15,616,749 articles scraped from approximately 23,665 Fandom.com wikis between March 14 and March 18, 2023. It is a subset of the upcoming BigKnow2022 dataset. ### Supported Tasks and Leaderboards This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes. * text-classification ### Languages * English * Potentially other languages in much smaller quantities. ## Dataset Structure ### Data Instances ```json { "tag": "fandom.wikia2011", "text": "# Add Your Wiki's Highlights\n\nWrite the text of your article here!-_-\n\n", "title": "Add Your Wiki's Highlights" } { "tag": "fandom.wikia2011", "text": "# Add Your Wiki's Highlights!\n\nWikia wants to hear from you! What significant milestones did your wiki experience in 2011? What cool things did the community try out?\nCreate a page for the wiki you're most active on! Be sure to add it to the Entertainment, Gaming, or Lifestyle categories so it shows up in the right place!\n\n", "title": "Add Your Wiki's Highlights!" } { "tag": "fandom.wikia2011", "text": "# Assassins Creed Wiki 2011\n\nIn 2011, Assassin's Creed Wiki tested new Wikia features such as Message Wall, Chat, and New Layouts.\n\n", "title": "Assassins Creed Wiki 2011" } ``` ### Data Fields * **text**: the actual article text * **title**: the article title * **tag**: text source tag, in the following format: `fandom.<wiki name>` ### Data Splits No splitting of the data was performed. ## Dataset Creation ### Curation Rationale Fandom23K provides an up-to-date corpus containing pop culture and media information spanning a variety of interests and hobbies. Previous datasets containing such information are either part of a large and harder-to-handle whole, such as Common Crawl, do not provide enough variety, or are simply outdated. ### Source Data #### Initial Data Collection and Normalization *More information about any referenced scripts, commands, or programs used may be found in the BigKnow2022 GitHub repository.* First, a list of active Fandom wikis was gathered into a text file. Active is defined as "having at least 250 images on the wiki." This list was gathered in early January 2023, despite the actual wiki content being more recent. Second, the `scrape_fandom.py` script was used to generate and download an up to date dump for each of the wikis. Third, `wikiextractor` was used to process these dumps into single XML files containing each article stripped of all formatting besides links. Fourth, `dump2jsonl` was used to convert the XML files into JSONL files with an article per line. Light markdown formatting was applied, converting the HTML links to markdown-formatted links, and automatically making the article's title a header. Finally, the JSONL files were concatenated into the Fandom23K dataset. The version uploaded to this repository, however, is split into multiple files, numbered 00 through 04 inclusive. #### Who are the source language producers? The contributors of each wiki. ### Annotations #### Annotation process Wiki names and article titles were collected alongside the article text. Other than that automated process, no annotation was performed. #### Who are the annotators? There were no human annotators. ### Personal and Sensitive Information The dataset was collected from public wiki data. As a result, we do not believe it should contain any PII and did not inspect it further. ## Considerations for Using the Data ### Social Impact of Dataset This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content requiring knowledge of popular culture or a particular niche. ### Discussion of Biases This dataset contains text from random Internet users and generally should not be used as an authoritative source of information. Additionally, this dataset was not filtered at all. We recommmend its usage for research purposes only. ### Other Known Limitations This dataset is based on a list of active wikis from January 2023, even though the actual wiki content may be more recent. Additionally, smaller yet still active wikis may have been excluded. ## Additional Information ### Dataset Curators Ronsor Labs ### Licensing Information CC-BY-SA 3.0, except for any portions which state otherwise. ### Citation Information ``` @misc{ryokoai2023-bigknow2022, title = {BigKnow2022: Bringing Language Models Up to Speed}, author = {Ronsor}, year = {2023}, howpublished = {\url{https://github.com/RyokoAI/BigKnow2022}}, } ``` ### Contributions Thanks to @ronsor for gathering this dataset.
RyokoAI/Fandom23K
[ "task_categories:text-classification", "task_categories:text-generation", "size_categories:10M<n<100M", "language:en", "license:cc-by-sa-3.0", "wiki", "training", "region:us" ]
2023-03-19T02:52:11+00:00
{"language": ["en"], "license": "cc-by-sa-3.0", "size_categories": ["10M<n<100M"], "task_categories": ["text-classification", "text-generation"], "pretty_name": "Fandom23K Wikis", "tags": ["wiki", "training"]}
2023-03-20T19:58:46+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_categories-text-generation #size_categories-10M<n<100M #language-English #license-cc-by-sa-3.0 #wiki #training #region-us
# Dataset Card for Fandom23K *The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.* ## Dataset Description - Homepage: (TODO) URL - Repository: <URL - Paper: N/A - Leaderboard: N/A - Point of Contact: Ronsor/undeleted <ronsor@URL> ### Dataset Summary Fandom23K is a dataset composed of 15,616,749 articles scraped from approximately 23,665 URL wikis between March 14 and March 18, 2023. It is a subset of the upcoming BigKnow2022 dataset. ### Supported Tasks and Leaderboards This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes. * text-classification ### Languages * English * Potentially other languages in much smaller quantities. ## Dataset Structure ### Data Instances ### Data Fields * text: the actual article text * title: the article title * tag: text source tag, in the following format: 'fandom.<wiki name>' ### Data Splits No splitting of the data was performed. ## Dataset Creation ### Curation Rationale Fandom23K provides an up-to-date corpus containing pop culture and media information spanning a variety of interests and hobbies. Previous datasets containing such information are either part of a large and harder-to-handle whole, such as Common Crawl, do not provide enough variety, or are simply outdated. ### Source Data #### Initial Data Collection and Normalization *More information about any referenced scripts, commands, or programs used may be found in the BigKnow2022 GitHub repository.* First, a list of active Fandom wikis was gathered into a text file. Active is defined as "having at least 250 images on the wiki." This list was gathered in early January 2023, despite the actual wiki content being more recent. Second, the 'scrape_fandom.py' script was used to generate and download an up to date dump for each of the wikis. Third, 'wikiextractor' was used to process these dumps into single XML files containing each article stripped of all formatting besides links. Fourth, 'dump2jsonl' was used to convert the XML files into JSONL files with an article per line. Light markdown formatting was applied, converting the HTML links to markdown-formatted links, and automatically making the article's title a header. Finally, the JSONL files were concatenated into the Fandom23K dataset. The version uploaded to this repository, however, is split into multiple files, numbered 00 through 04 inclusive. #### Who are the source language producers? The contributors of each wiki. ### Annotations #### Annotation process Wiki names and article titles were collected alongside the article text. Other than that automated process, no annotation was performed. #### Who are the annotators? There were no human annotators. ### Personal and Sensitive Information The dataset was collected from public wiki data. As a result, we do not believe it should contain any PII and did not inspect it further. ## Considerations for Using the Data ### Social Impact of Dataset This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content requiring knowledge of popular culture or a particular niche. ### Discussion of Biases This dataset contains text from random Internet users and generally should not be used as an authoritative source of information. Additionally, this dataset was not filtered at all. We recommmend its usage for research purposes only. ### Other Known Limitations This dataset is based on a list of active wikis from January 2023, even though the actual wiki content may be more recent. Additionally, smaller yet still active wikis may have been excluded. ## Additional Information ### Dataset Curators Ronsor Labs ### Licensing Information CC-BY-SA 3.0, except for any portions which state otherwise. ### Contributions Thanks to @ronsor for gathering this dataset.
[ "# Dataset Card for Fandom23K\n\n*The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.*", "## Dataset Description\n\n- Homepage: (TODO) URL \n- Repository: <URL\n- Paper: N/A \n- Leaderboard: N/A\n- Point of Contact: Ronsor/undeleted <ronsor@URL>", "### Dataset Summary\n\nFandom23K is a dataset composed of 15,616,749 articles scraped from approximately 23,665 URL wikis between March 14 and March 18, 2023.\nIt is a subset of the upcoming BigKnow2022 dataset.", "### Supported Tasks and Leaderboards\n\nThis dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.\n\n* text-classification", "### Languages\n\n* English\n* Potentially other languages in much smaller quantities.", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n* text: the actual article text\n* title: the article title\n* tag: text source tag, in the following format: 'fandom.<wiki name>'", "### Data Splits\n\nNo splitting of the data was performed.", "## Dataset Creation", "### Curation Rationale\n\nFandom23K provides an up-to-date corpus containing pop culture and media information spanning a variety of interests and\nhobbies. Previous datasets containing such information are either part of a large and harder-to-handle whole, such as\nCommon Crawl, do not provide enough variety, or are simply outdated.", "### Source Data", "#### Initial Data Collection and Normalization\n\n*More information about any referenced scripts, commands, or programs used may be found in the BigKnow2022 GitHub repository.*\n\nFirst, a list of active Fandom wikis was gathered into a text file. Active is defined as \"having at least 250 images on the wiki.\"\nThis list was gathered in early January 2023, despite the actual wiki content being more recent.\n\nSecond, the 'scrape_fandom.py' script was used to generate and download an up to date dump for each of the wikis.\n\nThird, 'wikiextractor' was used to process these dumps into single XML files containing each article stripped of all formatting\nbesides links.\n\nFourth, 'dump2jsonl' was used to convert the XML files into JSONL files with an article per line. Light markdown formatting was\napplied, converting the HTML links to markdown-formatted links, and automatically making the article's title a header.\n\nFinally, the JSONL files were concatenated into the Fandom23K dataset. The version uploaded to this repository, however, is split\ninto multiple files, numbered 00 through 04 inclusive.", "#### Who are the source language producers?\n\nThe contributors of each wiki.", "### Annotations", "#### Annotation process\n\nWiki names and article titles were collected alongside the article text. Other than that automated process, no annotation was performed.", "#### Who are the annotators?\n\nThere were no human annotators.", "### Personal and Sensitive Information\n\nThe dataset was collected from public wiki data. As a result, we do not believe\nit should contain any PII and did not inspect it further.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThis dataset is intended to be useful for anyone who wishes to train a model to generate \"more entertaining\" content requiring\nknowledge of popular culture or a particular niche.", "### Discussion of Biases\n\nThis dataset contains text from random Internet users and generally should not be used as an authoritative source of information.\nAdditionally, this dataset was not filtered at all. We recommmend its usage for research purposes only.", "### Other Known Limitations\n\nThis dataset is based on a list of active wikis from January 2023, even though the actual wiki content may be more recent. Additionally,\nsmaller yet still active wikis may have been excluded.", "## Additional Information", "### Dataset Curators\n\nRonsor Labs", "### Licensing Information\n\nCC-BY-SA 3.0, except for any portions which state otherwise.", "### Contributions\n\nThanks to @ronsor for gathering this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_categories-text-generation #size_categories-10M<n<100M #language-English #license-cc-by-sa-3.0 #wiki #training #region-us \n", "# Dataset Card for Fandom23K\n\n*The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.*", "## Dataset Description\n\n- Homepage: (TODO) URL \n- Repository: <URL\n- Paper: N/A \n- Leaderboard: N/A\n- Point of Contact: Ronsor/undeleted <ronsor@URL>", "### Dataset Summary\n\nFandom23K is a dataset composed of 15,616,749 articles scraped from approximately 23,665 URL wikis between March 14 and March 18, 2023.\nIt is a subset of the upcoming BigKnow2022 dataset.", "### Supported Tasks and Leaderboards\n\nThis dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.\n\n* text-classification", "### Languages\n\n* English\n* Potentially other languages in much smaller quantities.", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n* text: the actual article text\n* title: the article title\n* tag: text source tag, in the following format: 'fandom.<wiki name>'", "### Data Splits\n\nNo splitting of the data was performed.", "## Dataset Creation", "### Curation Rationale\n\nFandom23K provides an up-to-date corpus containing pop culture and media information spanning a variety of interests and\nhobbies. Previous datasets containing such information are either part of a large and harder-to-handle whole, such as\nCommon Crawl, do not provide enough variety, or are simply outdated.", "### Source Data", "#### Initial Data Collection and Normalization\n\n*More information about any referenced scripts, commands, or programs used may be found in the BigKnow2022 GitHub repository.*\n\nFirst, a list of active Fandom wikis was gathered into a text file. Active is defined as \"having at least 250 images on the wiki.\"\nThis list was gathered in early January 2023, despite the actual wiki content being more recent.\n\nSecond, the 'scrape_fandom.py' script was used to generate and download an up to date dump for each of the wikis.\n\nThird, 'wikiextractor' was used to process these dumps into single XML files containing each article stripped of all formatting\nbesides links.\n\nFourth, 'dump2jsonl' was used to convert the XML files into JSONL files with an article per line. Light markdown formatting was\napplied, converting the HTML links to markdown-formatted links, and automatically making the article's title a header.\n\nFinally, the JSONL files were concatenated into the Fandom23K dataset. The version uploaded to this repository, however, is split\ninto multiple files, numbered 00 through 04 inclusive.", "#### Who are the source language producers?\n\nThe contributors of each wiki.", "### Annotations", "#### Annotation process\n\nWiki names and article titles were collected alongside the article text. Other than that automated process, no annotation was performed.", "#### Who are the annotators?\n\nThere were no human annotators.", "### Personal and Sensitive Information\n\nThe dataset was collected from public wiki data. As a result, we do not believe\nit should contain any PII and did not inspect it further.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThis dataset is intended to be useful for anyone who wishes to train a model to generate \"more entertaining\" content requiring\nknowledge of popular culture or a particular niche.", "### Discussion of Biases\n\nThis dataset contains text from random Internet users and generally should not be used as an authoritative source of information.\nAdditionally, this dataset was not filtered at all. We recommmend its usage for research purposes only.", "### Other Known Limitations\n\nThis dataset is based on a list of active wikis from January 2023, even though the actual wiki content may be more recent. Additionally,\nsmaller yet still active wikis may have been excluded.", "## Additional Information", "### Dataset Curators\n\nRonsor Labs", "### Licensing Information\n\nCC-BY-SA 3.0, except for any portions which state otherwise.", "### Contributions\n\nThanks to @ronsor for gathering this dataset." ]
[ 59, 38, 49, 58, 44, 18, 6, 6, 38, 15, 5, 79, 4, 272, 17, 5, 34, 17, 40, 8, 44, 60, 51, 5, 10, 22, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-text-generation #size_categories-10M<n<100M #language-English #license-cc-by-sa-3.0 #wiki #training #region-us \n# Dataset Card for Fandom23K\n\n*The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.*## Dataset Description\n\n- Homepage: (TODO) URL \n- Repository: <URL\n- Paper: N/A \n- Leaderboard: N/A\n- Point of Contact: Ronsor/undeleted <ronsor@URL>### Dataset Summary\n\nFandom23K is a dataset composed of 15,616,749 articles scraped from approximately 23,665 URL wikis between March 14 and March 18, 2023.\nIt is a subset of the upcoming BigKnow2022 dataset.### Supported Tasks and Leaderboards\n\nThis dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.\n\n* text-classification### Languages\n\n* English\n* Potentially other languages in much smaller quantities.## Dataset Structure### Data Instances### Data Fields\n\n* text: the actual article text\n* title: the article title\n* tag: text source tag, in the following format: 'fandom.<wiki name>'### Data Splits\n\nNo splitting of the data was performed.## Dataset Creation### Curation Rationale\n\nFandom23K provides an up-to-date corpus containing pop culture and media information spanning a variety of interests and\nhobbies. Previous datasets containing such information are either part of a large and harder-to-handle whole, such as\nCommon Crawl, do not provide enough variety, or are simply outdated.### Source Data" ]
[ -0.05736689642071724, 0.23839180171489716, -0.0007675971137359738, 0.07506953924894333, 0.09193801879882812, 0.07124701142311096, 0.044915035367012024, 0.09294164925813675, -0.05262806639075279, 0.105099618434906, 0.020326627418398857, -0.046017903834581375, 0.11013250052928925, 0.07581109553575516, 0.01745826005935669, -0.22586211562156677, 0.01769498735666275, -0.048992082476615906, 0.1347145438194275, 0.08677709847688675, 0.10758455842733383, -0.06010221689939499, 0.061578430235385895, -0.04059765860438347, -0.1291203498840332, -0.016911210492253304, -0.04262953996658325, -0.01267335843294859, 0.036828938871622086, 0.016231147572398186, 0.14535143971443176, -0.036825794726610184, 0.09085643291473389, -0.14702904224395752, 0.01302963774651289, 0.10104275494813919, 0.01498487964272499, 0.05706624314188957, 0.08328355103731155, 0.01963965781033039, 0.18782922625541687, -0.14567439258098602, 0.046269603073596954, 0.08810389041900635, -0.11427988111972809, -0.05303297936916351, -0.12546464800834656, 0.08017462491989136, 0.019685931503772736, 0.09788638353347778, -0.03744763880968094, 0.027848677709698677, -0.026164257898926735, -0.0014927794691175222, 0.11176803708076477, -0.07468932867050171, -0.04450982064008713, 0.009317792020738125, -0.0560915470123291, 0.044787000864744186, -0.14476542174816132, -0.02003207430243492, -0.012217173352837563, 0.0375615730881691, 0.05075106397271156, -0.008574135601520538, -0.2223675698041916, -0.05077088251709938, -0.08763272315263748, -0.016609419137239456, 0.18120792508125305, -0.0006274215993471444, -0.05645135045051575, -0.14770007133483887, -0.04662524163722992, 0.019931361079216003, -0.027568886056542397, -0.043948944658041, 0.05742558091878891, 0.00983284693211317, 0.13204966485500336, -0.04916295036673546, -0.08700533211231232, -0.003612430999055505, -0.07141771167516708, 0.06801056116819382, -0.019176388159394264, 0.03653106838464737, -0.012661553919315338, 0.0677662193775177, -0.1116248294711113, -0.1026431992650032, -0.028631798923015594, -0.068757064640522, -0.09986654669046402, -0.048821430653333664, -0.023751145228743553, -0.061109934002161026, -0.03747633472084999, 0.045658357441425323, -0.12045937031507492, 0.008803666569292545, -0.07565091550350189, 0.013222573325037956, 0.11290758848190308, -0.0038471119478344917, -0.0637858584523201, -0.08822602778673172, 0.05746991187334061, -0.004004566930234432, 0.06293945014476776, 0.0019970329012721777, -0.0324808768928051, -0.003402285510674119, 0.016095418483018875, -0.011930527165532112, 0.04004555568099022, 0.005570200737565756, -0.09463413059711456, -0.055000368505716324, 0.19592063128948212, -0.10657881200313568, 0.003042778233066201, 0.027876470237970352, -0.06694356352090836, 0.15562424063682556, 0.02638733759522438, 0.014552872627973557, -0.03424204885959625, 0.043703384697437286, -0.10429360717535019, 0.014860346913337708, -0.07903749495744705, -0.08604239672422409, 0.07817699760198593, -0.09278596192598343, -0.05034908652305603, -0.03992822766304016, -0.18524381518363953, -0.07082773745059967, 0.02845955081284046, -0.07829128950834274, -0.01946919411420822, -0.05172572657465935, -0.0275897067040205, 0.03483760356903076, 0.03786485642194748, 0.04683994501829147, -0.03622940182685852, 0.03919711709022522, -0.059366241097450256, 0.05633378028869629, -0.0756930336356163, 0.05220886319875717, -0.11447864770889282, -0.001409448916092515, -0.16327302157878876, 0.0649411678314209, -0.07833017408847809, 0.0065153613686561584, -0.09971881657838821, -0.03746139630675316, -0.026258915662765503, 0.023640615865588188, 0.0036114465910941362, 0.13222956657409668, -0.21815074980258942, -0.01118505746126175, 0.13040772080421448, -0.1467135101556778, -0.0735403373837471, 0.07528508454561234, -0.03812053054571152, 0.1286148577928543, 0.08793485164642334, 0.12938642501831055, 0.008173258043825626, -0.0694422572851181, -0.14924278855323792, -0.012431410141289234, 0.02896677330136299, 0.0906067043542862, 0.06280811131000519, -0.050168901681900024, 0.0943087711930275, 0.04243950545787811, -0.009760710410773754, -0.09088650345802307, 0.01577884517610073, -0.0710330605506897, -0.02012692019343376, -0.03752392902970314, 0.03311072289943695, 0.07662796229124069, 0.003367320168763399, -0.0010629823664203286, -0.11912200599908829, 0.06792855262756348, 0.08734975755214691, -0.003699852153658867, 0.05081789940595627, 0.01437846664339304, -0.08934538811445236, 0.01273155864328146, -0.010412653908133507, -0.16948702931404114, -0.14504438638687134, 0.01926400698721409, 0.001879413495771587, 0.06335851550102234, 0.026505427435040474, -0.009691993705928326, 0.02806592732667923, -0.08050224184989929, 0.016084298491477966, -0.02622789703309536, 0.009416039101779461, -0.06448156386613846, -0.1963435262441635, -0.05602928623557091, -0.05137499049305916, 0.10298758000135422, -0.18529917299747467, 0.0016767437336966395, 0.04436035826802254, 0.0978158712387085, 0.03122861497104168, -0.08599625527858734, 0.06475485116243362, 0.029216306284070015, -0.0486736036837101, -0.07384423166513443, 0.044332996010780334, -0.012079969048500061, -0.0035857001785188913, -0.030461877584457397, -0.10547046363353729, -0.1395409256219864, 0.08011984080076218, 0.017128033563494682, -0.10807245969772339, 0.009696867316961288, -0.03890582546591759, -0.045411210507154465, -0.06795071065425873, -0.06357055902481079, 0.06495606154203415, 0.011015021242201328, 0.07045810669660568, -0.09068021178245544, -0.0472843311727047, 0.005731344688683748, 0.004505934659391642, -0.00642534252256155, 0.03285229206085205, 0.0681503489613533, -0.20124652981758118, 0.13279148936271667, -0.01592765934765339, -0.00471445033326745, 0.1814078390598297, 0.032518547028303146, -0.09216633439064026, 0.004683262202888727, -0.05704696476459503, -0.003420571330934763, 0.14488419890403748, -0.11623433977365494, 0.013044724240899086, 0.036618560552597046, 0.04460126534104347, 0.04412931203842163, -0.06508911401033401, 0.027913181111216545, -0.005726324860006571, -0.008383563719689846, -0.07966413348913193, -0.029707593843340874, -0.024263212457299232, 0.12246886640787125, 0.0304158516228199, 0.11085259914398193, 0.014592255465686321, -0.03059469349682331, -0.11931253969669342, 0.12772026658058167, -0.11965329200029373, -0.1478697657585144, -0.10395630449056625, -0.011088056489825249, -0.09811487793922424, 0.013762625865638256, -0.013361787423491478, -0.03754061087965965, -0.05302409455180168, -0.09211419522762299, 0.010144730098545551, -0.08948136121034622, -0.06298251450061798, -0.08283759653568268, 0.04328182712197304, 0.016015298664569855, -0.08061931282281876, 0.03718941658735275, 0.008723855018615723, -0.11534025520086288, -0.022205805405974388, 0.04673692211508751, 0.11400836706161499, 0.10594557225704193, 0.0442732572555542, -0.0353991724550724, -0.02401692420244217, 0.10189862549304962, -0.09906768798828125, 0.15275749564170837, 0.05418773368000984, 0.0032354569993913174, 0.05785897374153137, 0.14248333871364594, 0.04422583058476448, -0.06094086915254593, 0.0029817139729857445, 0.07992441207170486, -0.033500537276268005, -0.24970000982284546, -0.09849601238965988, -0.0651458352804184, -0.06759396195411682, 0.05278566852211952, 0.012189933098852634, 0.002356728771701455, 0.040837813168764114, -0.08526109158992767, 0.07661169767379761, -0.059101443737745285, 0.05607789754867554, 0.05015258118510246, 0.01628008298575878, 0.04591577872633934, -0.052595872431993484, 0.09074920415878296, 0.13514752686023712, -0.03517622873187065, 0.19837145507335663, -0.0948195829987526, 0.16495966911315918, 0.06282913684844971, 0.04360756650567055, -0.02546810917556286, 0.01876787468791008, -0.007895896211266518, 0.0038614885415881872, -0.036502741277217865, -0.056633468717336655, -0.046647220849990845, 0.07975468784570694, -0.07990586757659912, 0.012177683413028717, -0.05942822992801666, -0.06532440334558487, 0.017248764634132385, 0.11808687448501587, 0.0804557055234909, -0.13538113236427307, -0.09633643180131912, 0.07586017996072769, 0.0018856608076021075, -0.10010237991809845, 0.017049914225935936, 0.16609016060829163, -0.07676121592521667, 0.09619616717100143, -0.015454921871423721, 0.09097329527139664, -0.07125070691108704, -0.01171899028122425, 0.018646368756890297, 0.11729847639799118, -0.021704217419028282, 0.11110734939575195, -0.10547130554914474, 0.16723565757274628, 0.04310031980276108, 0.1180291622877121, -0.05871427804231644, 0.007432835176587105, 0.03658907860517502, 0.04722268134355545, 0.12498456239700317, 0.02998337894678116, -0.1389167457818985, -0.05762789398431778, -0.052464794367551804, 0.024762140586972237, 0.06460141390562057, -0.05836093798279762, 0.11004427820444107, 0.011911538429558277, 0.020857246592640877, 0.027378957718610764, -0.00296478858217597, -0.18365508317947388, -0.18925011157989502, 0.04898478463292122, -0.04733600467443466, 0.01917622983455658, -0.004917653743177652, 0.00544524472206831, 0.02838784083724022, 0.14515061676502228, -0.13264569640159607, -0.08340444415807724, -0.14416755735874176, 0.06413667649030685, 0.10137534141540527, -0.03586619347333908, -0.0070339348167181015, 0.015588486567139626, 0.12489590048789978, -0.019973481073975563, -0.06540707498788834, 0.02417454496026039, -0.07997643947601318, -0.1512363702058792, -0.08332204818725586, 0.06507705897092819, 0.12353366613388062, 0.05727970600128174, -0.012230487540364265, 0.05324854701757431, 0.014645770192146301, -0.10604429244995117, 0.07644250243902206, 0.17544439435005188, 0.12747420370578766, 0.06500939279794693, -0.05984586477279663, -0.02688770182430744, -0.01810379885137081, -0.026736825704574585, 0.0868174210190773, 0.17563863098621368, -0.050344694405794144, 0.19704899191856384, 0.12243789434432983, -0.14914371073246002, -0.2637832760810852, 0.04788108170032501, 0.01404994260519743, 0.01017359271645546, 0.028785966336727142, -0.27705109119415283, 0.10340134054422379, 0.08039998263120651, -0.006478624418377876, 0.07849690318107605, -0.2254970818758011, -0.07925233244895935, 0.003970554564148188, 0.014975507743656635, 0.044913724064826965, -0.1216704472899437, -0.024546336382627487, -0.040317047387361526, -0.051111701875925064, 0.17792704701423645, -0.13494965434074402, 0.06086430698633194, -0.044458016753196716, 0.08781594038009644, 0.018853692337870598, -0.014711705967783928, 0.12393184751272202, 0.027448298409581184, 0.019249755889177322, -0.049764592200517654, 0.02007611095905304, 0.21205607056617737, -0.05512233078479767, 0.09840072691440582, 0.04461868479847908, 0.013747351244091988, -0.14424902200698853, -0.014300319366157055, -0.08870691806077957, 0.0693841353058815, -0.07739558815956116, -0.048002224415540695, -0.08112413436174393, 0.07863226532936096, 0.11253121495246887, -0.007556871976703405, 0.054857343435287476, -0.036056987941265106, 0.06939090043306351, 0.05631541460752487, 0.15456311404705048, 0.02260885015130043, -0.0719875693321228, -0.015590430237352848, -0.01594800315797329, 0.06095842272043228, -0.2066381871700287, -0.020920470356941223, 0.07279972732067108, 0.07390642911195755, 0.06366463005542755, 0.019088013097643852, -0.0994269922375679, 0.03261594846844673, 0.02558869682252407, -0.11066429316997528, -0.08279638737440109, -0.02034897543489933, 0.050480086356401443, -0.2083081305027008, -0.08746564388275146, 0.059057991951704025, -0.050163574516773224, -0.02273459918797016, 0.017362765967845917, 0.10315106809139252, 0.002246652962639928, 0.049168094992637634, 0.04403238743543625, 0.011654525063931942, -0.09967821091413498, 0.10822360217571259, 0.10683026164770126, -0.09748699516057968, 0.056886449456214905, 0.1151149794459343, -0.0740300714969635, -0.05396620184183121, 0.04733184352517128, 0.039459265768527985, 0.06553922593593597, -0.04833105579018593, 0.024232137948274612, -0.02570709027349949, 0.00800940953195095, 0.03381314501166344, 0.010470150969922543, 0.07084423303604126, -0.06052648276090622, 0.020289147272706032, -0.1353408843278885, 0.045807596296072006, -0.011269832961261272, 0.033676471561193466, -0.07524529844522476, 0.0744059607386589, -0.00004038029146613553, -0.04442133381962776, -0.009603607468307018, 0.0011774915037676692, -0.10622571408748627, -0.049181729555130005, -0.11941564828157425, 0.03335649147629738, -0.07540994137525558, -0.016799233853816986, -0.03461361676454544, -0.0003756771038752049, -0.019890839233994484, -0.020328339189291, -0.025150472298264503, -0.04190940409898758, 0.005093426443636417, 0.1008908823132515, -0.11547981202602386, 0.03662984073162079, 0.054680608212947845, -0.07521048933267593, 0.06497786939144135, 0.027937743812799454, 0.00020239391596987844, 0.013188882730901241, -0.19355204701423645, 0.016864262521266937, -0.03060481883585453, 0.003227826440706849, 0.03569426387548447, -0.028681613504886627, -0.04055548086762428, 0.005956647451967001, -0.014563658274710178, 0.029355600476264954, 0.052023909986019135, -0.07496128231287003, 0.07406997680664062, 0.008787189610302448, -0.006686370819807053, -0.0576518289744854, 0.08603433519601822, 0.16011273860931396, 0.017646970227360725, 0.12201143056154251, -0.047231048345565796, 0.056314896792173386, -0.16879594326019287, -0.013965600170195103, 0.007478015962988138, 0.04430890455842018, -0.010322586633265018, -0.001925349235534668, 0.048769883811473846, 0.027084005996584892, 0.162827268242836, 0.01913112960755825, 0.019152013584971428, 0.049832019954919815, 0.07580262422561646, -0.08224713057279587, 0.023616468533873558, 0.10816431045532227, 0.009177932515740395, -0.04206199198961258, 0.07800448685884476, 0.003845483297482133, 0.005790565628558397, 0.05347643792629242, 0.24961498379707336, 0.12217541038990021, 0.04816582798957825, 0.04204784706234932, -0.021688155829906464, -0.07146473973989487, -0.11027558147907257, 0.22601673007011414, 0.028759248554706573, 0.02304224483668804, -0.07272347062826157, 0.04474008455872536, 0.019635312259197235, -0.143405020236969, 0.11296864598989487, -0.043010689318180084, -0.1025024875998497, -0.04644225165247917, -0.13243256509304047, -0.03552349656820297, -0.021213624626398087, -0.03109913319349289, -0.13200852274894714, 0.09588171541690826, 0.14487546682357788, -0.0490032434463501, -0.02293078415095806, 0.09833208471536636, -0.013684891164302826, -0.07041915506124496, 0.05543834716081619, 0.025269098579883575, -0.04815712571144104, -0.04063553735613823, 0.0006239830399863422, 0.059735119342803955, 0.04165106266736984, 0.09186825156211853, 0.04291470721364021, 0.040405116975307465, 0.013548649847507477, -0.05575472116470337, -0.09429460018873215, 0.010960021987557411, 0.030471205711364746, 0.021678080782294273, 0.13014006614685059, 0.06023788824677467, -0.014900926500558853, -0.019436722621321678, 0.204946830868721, -0.007340969517827034, -0.03471480309963226, -0.1360219419002533, 0.09805265069007874, -0.0386882945895195, -0.05445633828639984, 0.015673326328396797, -0.1555441915988922, 0.06641307473182678, 0.13459785282611847, 0.14173071086406708, -0.04592334106564522, -0.032211001962423325, -0.04258011281490326, -0.00470744026824832, 0.003406192408874631, 0.11370769888162613, -0.027511971071362495, 0.23250733315944672, -0.0643012598156929, 0.007994093932211399, -0.023911627009510994, -0.039733413606882095, -0.07059989124536514, 0.09929556399583817, 0.034393034875392914, 0.010830449871718884, -0.06925007700920105, 0.09509250521659851, -0.09676839411258698, -0.26630839705467224, 0.03374231979250908, -0.08867214620113373, -0.10992517322301865, -0.031103579327464104, 0.02855389006435871, 0.019117049872875214, 0.034972913563251495, 0.0035579835530370474, 0.025955310091376305, 0.24422675371170044, -0.023219920694828033, -0.08121684938669205, -0.02861025184392929, 0.07435830682516098, -0.12528540194034576, 0.24741467833518982, -0.015317927114665508, 0.08356757462024689, 0.06970479339361191, -0.00763212563470006, -0.11809992790222168, -0.03521096706390381, 0.006106407381594181, 0.028410833328962326, 0.004455185495316982, 0.2435881346464157, -0.03533576428890228, 0.05763658881187439, 0.09328942745923996, -0.09898767620325089, 0.010676456615328789, 0.025806376710534096, -0.08182726055383682, -0.0470113530755043, 0.05723828077316284, -0.07405681908130646, 0.16149361431598663, 0.15907345712184906, -0.03599085286259651, 0.008482370525598526, -0.041437458246946335, 0.02882830984890461, -0.006314627826213837, 0.14348718523979187, -0.007118775509297848, -0.13687051832675934, -0.03986060991883278, 0.01014801301062107, 0.046532828360795975, -0.2302234023809433, -0.017710819840431213, 0.06642337888479233, -0.0116931376978755, -0.058435894548892975, 0.03250062093138695, 0.017888756468892097, 0.005493644159287214, -0.06384836882352829, -0.02565149776637554, 0.007501812186092138, 0.09453221410512924, -0.03420645371079445, -0.041096415370702744 ]
9256bde71dd62448448cf9a8f5eafd34cae671c6
# Dataset Card for "gpt2_dv_finetune" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
fifi777/gpt2_dv_finetune
[ "region:us" ]
2023-03-19T02:53:25+00:00
{"dataset_info": {"features": [{"name": "repo_name", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "copies", "dtype": "string"}, {"name": "size", "dtype": "string"}, {"name": "content", "dtype": "string"}, {"name": "license", "dtype": "string"}, {"name": "hash", "dtype": "int64"}, {"name": "line_mean", "dtype": "float64"}, {"name": "line_max", "dtype": "int64"}, {"name": "alpha_frac", "dtype": "float64"}, {"name": "autogenerated", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 9131521391.26331, "num_examples": 682408}, {"name": "valid", "num_bytes": 186361675.7366914, "num_examples": 13927}], "download_size": 422152149, "dataset_size": 9317883067.0}}
2023-03-19T04:09:25+00:00
[]
[]
TAGS #region-us
# Dataset Card for "gpt2_dv_finetune" More Information needed
[ "# Dataset Card for \"gpt2_dv_finetune\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"gpt2_dv_finetune\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"gpt2_dv_finetune\"\n\nMore Information needed" ]
[ -0.1172003224492073, 0.11728841811418533, -0.00405314052477479, 0.05390099808573723, 0.09178884327411652, 0.12366457283496857, 0.03964976593852043, 0.08976459503173828, 0.04496417194604874, -0.034255027770996094, 0.14107677340507507, 0.029366541653871536, 0.07057975977659225, 0.2508280873298645, 0.012017407454550266, -0.12629051506519318, 0.039628464728593826, 0.03730374947190285, -0.006369237322360277, 0.032851435244083405, 0.07175678759813309, -0.04171445593237877, 0.06720632314682007, -0.08718592673540115, -0.2042863667011261, 0.030957236886024475, 0.022069962695240974, -0.031832706183195114, 0.09653303772211075, -0.033035073429346085, 0.11947256326675415, 0.026411401107907295, 0.027327600866556168, -0.09233766049146652, 0.008013618178665638, 0.0008116992539726198, -0.06425794959068298, 0.03682060167193413, 0.032562997192144394, 0.00625446205958724, -0.054021481424570084, 0.005514455493539572, -0.004615140613168478, -0.03638502582907677, -0.1133616641163826, -0.2857993543148041, -0.13778766989707947, 0.03777145594358444, -0.010794530622661114, -0.08052512258291245, 0.08550325781106949, 0.04817105457186699, -0.09959151595830917, -0.01023641973733902, 0.0540197528898716, -0.12013161182403564, 0.07802411168813705, 0.19869711995124817, -0.10579521954059601, 0.07623999565839767, 0.0422619991004467, 0.04676470905542374, 0.058632366359233856, 0.00448906933888793, -0.03290902450680733, 0.003916681278496981, -0.1521141231060028, 0.11778146028518677, -0.04255294054746628, -0.13327333331108093, 0.30323871970176697, -0.007144547998905182, 0.007721421774476767, -0.002568161813542247, -0.022118588909506798, -0.11143308877944946, 0.0072949593886733055, -0.03121487982571125, 0.011647788807749748, 0.0476398691534996, 0.054564621299505234, -0.04413628950715065, -0.11724817752838135, -0.17084649205207825, -0.17925815284252167, 0.058864347636699677, -0.02584649622440338, 0.154916450381279, -0.16796816885471344, 0.06902165710926056, -0.25539419054985046, 0.010525145567953587, -0.062034837901592255, -0.12734878063201904, 0.003570593660697341, -0.00998748280107975, 0.008404023945331573, 0.07276097685098648, 0.10182889550924301, 0.10352873057126999, 0.05424761027097702, -0.013409153558313847, 0.013509077951312065, 0.05089070275425911, 0.11446983367204666, -0.06905461847782135, -0.05637005716562271, 0.06296742707490921, 0.048400651663541794, -0.16828203201293945, 0.03033990040421486, -0.0671335905790329, -0.12654931843280792, -0.056239839643239975, -0.03635045140981674, 0.09850139915943146, -0.0062543535605072975, -0.1066007986664772, -0.08618853986263275, -0.044156040996313095, 0.2777308523654938, -0.0573907233774662, -0.02276815101504326, -0.0021503132302314043, -0.07714368402957916, -0.10494101047515869, -0.09672784805297852, -0.007517304737120867, 0.07968282699584961, 0.07236658036708832, -0.0545654222369194, -0.06662106513977051, 0.0016420067986473441, -0.02084583044052124, 0.0793304294347763, -0.11532633751630783, 0.0641847476363182, -0.14413587749004364, -0.25717228651046753, 0.06813384592533112, -0.0176796056330204, -0.03620392084121704, 0.11047162115573883, 0.04501454904675484, 0.07622338086366653, -0.015155612491071224, -0.06432747095823288, 0.11366768181324005, -0.053929686546325684, 0.07298391312360764, -0.013297125697135925, 0.07929407060146332, -0.2210725098848343, 0.037795569747686386, -0.09188152104616165, -0.0263439379632473, -0.005597973708063364, 0.03345736861228943, -0.08617442101240158, -0.01739818975329399, -0.05752135440707207, -0.02457149513065815, -0.11993245035409927, -0.0006595902959816158, -0.01287301816046238, 0.05390182510018349, -0.205611914396286, -0.056206654757261276, 0.18634523451328278, -0.1276240050792694, -0.13357599079608917, 0.006254717707633972, 0.011687709018588066, -0.020259279757738113, 0.03332134708762169, 0.3049620985984802, 0.11577446013689041, -0.10117403417825699, 0.018118634819984436, 0.1393609493970871, -0.22426261007785797, -0.2604573369026184, 0.10580258816480637, -0.06629110872745514, -0.0746232271194458, 0.041491784155368805, 0.002068065106868744, 0.052486665546894073, -0.03982098773121834, -0.07504890859127045, -0.011807961389422417, -0.1250230371952057, 0.11288996785879135, -0.004261826165020466, 0.02251443639397621, -0.020730724558234215, 0.11904633790254593, -0.025206129997968674, 0.08681057393550873, 0.031321097165346146, -0.04048822075128555, -0.03292153403162956, 0.19396722316741943, -0.10942018032073975, 0.0023952072951942682, -0.0876365676522255, -0.16063663363456726, 0.01928781531751156, 0.045689404010772705, -0.017328768968582153, 0.06226622313261032, 0.1014278307557106, -0.016225766390562057, -0.03688153252005577, 0.06513272225856781, 0.03964541479945183, 0.04233795404434204, 0.07159813493490219, 0.055440597236156464, 0.010385417379438877, -0.07661043107509613, -0.06774979084730148, -0.005049603991210461, -0.04911802336573601, 0.22050626575946808, 0.050640251487493515, 0.03052840754389763, -0.04575691372156143, 0.04755466431379318, -0.03372008353471756, 0.04412031173706055, -0.09007738530635834, 0.0065330625511705875, -0.029028158634901047, -0.00830965954810381, 0.04909103736281395, -0.0020905029959976673, 0.22382262349128723, 0.12692561745643616, 0.01766378805041313, -0.008734923787415028, -0.07184521853923798, 0.008766666054725647, 0.010643376037478447, -0.09634239226579666, 0.005423066671937704, -0.10384363681077957, -0.06580980867147446, 0.00014540020492859185, -0.0694836750626564, 0.05317511036992073, 0.06305761635303497, 0.019177505746483803, -0.1151222363114357, -0.01357013825327158, 0.0876949205994606, -0.11960884183645248, 0.14166486263275146, 0.1700347363948822, 0.14568738639354706, 0.12399007380008698, -0.03428870439529419, -0.06896482408046722, 0.014400809071958065, 0.008256731554865837, -0.07220084965229034, 0.1932244598865509, -0.029850291088223457, 0.03510009124875069, 0.123319111764431, 0.04251805692911148, 0.09089154750108719, -0.13294005393981934, -0.130843386054039, 0.021488457918167114, -0.06758246570825577, -0.13249877095222473, 0.07368748635053635, -0.032073620706796646, 0.067683145403862, 0.043147142976522446, 0.025009142234921455, 0.1937587559223175, 0.02791939303278923, -0.03788367286324501, 0.0935724601149559, -0.18146637082099915, -0.261581152677536, 0.02249436266720295, -0.02445913292467594, 0.06314582377672195, 0.07534011453390121, -0.026376402005553246, -0.18186542391777039, -0.013233772478997707, 0.07396304607391357, -0.06260019540786743, -0.12135469168424606, 0.03145507350564003, -0.03542188182473183, -0.004665094893425703, -0.0830337330698967, -0.10242632776498795, 0.022689547389745712, -0.040919508785009384, 0.07485274225473404, 0.1535612791776657, -0.058830078691244125, 0.08964499086141586, 0.12956681847572327, -0.034132443368434906, 0.08440308272838593, -0.057531632483005524, 0.1278059184551239, -0.05077148228883743, -0.05111418291926384, 0.14624333381652832, 0.1159893274307251, 0.008548718877136707, 0.06233704835176468, 0.04463598132133484, -0.1288173943758011, -0.009115034714341164, -0.08724222332239151, -0.20617593824863434, -0.18957975506782532, -0.15154317021369934, -0.03925171121954918, 0.07877374440431595, 0.04580340534448624, 0.08985348045825958, -0.010580326430499554, 0.08959502726793289, 0.07577518373727798, 0.034067582339048386, -0.07747065275907516, -0.04452010616660118, 0.0199892558157444, -0.013922655023634434, -0.025434192270040512, -0.11841309070587158, 0.019490089267492294, 0.21405740082263947, 0.193190336227417, 0.1690639704465866, 0.036007218062877655, 0.05067631974816322, -0.014085188508033752, 0.16449300944805145, 0.0986132100224495, 0.08736719191074371, 0.08837953954935074, -0.03336596116423607, 0.007294927258044481, -0.0019993374589830637, -0.07766302675008774, 0.02506314031779766, 0.14996030926704407, -0.21761591732501984, 0.016499536111950874, -0.10275823622941971, -0.0017076869262382388, -0.243691548705101, 0.11329615116119385, -0.16179311275482178, 0.03893927112221718, 0.0260733962059021, 0.20401643216609955, -0.08329581469297409, 0.0629120022058487, 0.06829915195703506, -0.05823369696736336, 0.05978802219033241, 0.06127190589904785, -0.0000030478197459160583, -0.08962420374155045, -0.05043017491698265, -0.019315864890813828, -0.07582191377878189, 0.023225946351885796, 0.11997904628515244, -0.23020386695861816, 0.16397979855537415, 0.029839394614100456, -0.02304002456367016, -0.11411212384700775, -0.045042697340250015, -0.04332858324050903, 0.0074568940326571465, 0.1631380170583725, 0.052425503730773926, -0.06804680824279785, -0.12583209574222565, -0.03699159622192383, -0.005644070915877819, 0.0862700566649437, 0.03933754935860634, -0.228131502866745, 0.08468656241893768, 0.021021340042352676, -0.051035914570093155, -0.14423851668834686, -0.08758293092250824, -0.04749970883131027, 0.05051485076546669, 0.05249558016657829, -0.005983393639326096, -0.013404031284153461, 0.0006921876920387149, -0.11363417655229568, 0.09622357040643692, -0.01492496021091938, -0.0826154574751854, -0.08842366933822632, 0.022551311179995537, 0.09648479521274567, -0.010729151777923107, 0.05627815052866936, 0.04240518435835838, 0.03048228845000267, -0.03921659663319588, -0.1670595407485962, 0.08616847544908524, -0.052669279277324677, 0.026268238201737404, -0.07103011757135391, 0.10995849221944809, -0.02227667160332203, -0.001402138383127749, 0.002279224107041955, -0.0014240199234336615, -0.012623262591660023, -0.101015605032444, 0.20820389688014984, -0.04785756394267082, 0.07811511307954788, 0.18420623242855072, 0.13704630732536316, 0.03339860215783119, 0.12569484114646912, -0.05026155337691307, 0.1670256406068802, 0.14071373641490936, -0.08691958338022232, 0.23490817844867706, 0.09879191964864731, 0.011998293921351433, -0.27700716257095337, -0.02861624024808407, -0.1339147537946701, -0.032010409981012344, -0.008328116498887539, -0.23091080784797668, 0.026156054809689522, 0.1537625938653946, -0.07153362780809402, 0.24338580667972565, -0.14877672493457794, -0.05795327574014664, 0.15845680236816406, 0.052037563174963, 0.28329187631607056, -0.04609840735793114, -0.09879273921251297, -0.05695890635251999, -0.2158956676721573, 0.23456643521785736, -0.07681292295455933, 0.023202480748295784, -0.0314108245074749, 0.10415761917829514, -0.022522149607539177, -0.06066348776221275, 0.14949052035808563, 0.06435385346412659, 0.0725761204957962, -0.08052893728017807, -0.028443221002817154, 0.14405657351016998, -0.013177948072552681, 0.049820780754089355, 0.14576196670532227, 0.04721307381987572, -0.13429699838161469, -0.00415274640545249, -0.005508885718882084, 0.009620201773941517, 0.05807048827409744, -0.13869227468967438, -0.09771973639726639, 0.004759288392961025, -0.13737013936042786, -0.05320284888148308, 0.002286851406097412, 0.04919828101992607, -0.06187078356742859, -0.05667322129011154, -0.03336406499147415, -0.15531983971595764, -0.016886262223124504, -0.05878680944442749, -0.0965716689825058, 0.08492522686719894, -0.20968274772167206, 0.03753841295838356, 0.08617551624774933, 0.025748219341039658, 0.011129382066428661, 0.0688273161649704, -0.04535827413201332, 0.043938491493463516, 0.15165302157402039, -0.14136086404323578, -0.05696410685777664, 0.041058361530303955, -0.10576985776424408, 0.1032700389623642, 0.08166975528001785, 0.00012544721539597958, 0.05109468847513199, -0.0453280545771122, -0.03252197429537773, 0.058697719126939774, -0.10133232921361923, 0.11288286745548248, 0.15020084381103516, 0.007299928925931454, -0.18086038529872894, 0.1913730800151825, 0.010485627688467503, -0.13492952287197113, 0.0020490367896854877, -0.07239256054162979, -0.12168723344802856, -0.09621311724185944, -0.0025807598140090704, 0.05881889536976814, -0.06264640390872955, -0.10734540969133377, 0.08420240879058838, -0.028492730110883713, 0.03342374786734581, -0.037202391773462296, 0.058012306690216064, 0.15206749737262726, 0.03019130229949951, -0.03327665477991104, -0.013207071460783482, -0.09570883959531784, -0.07577110081911087, 0.044481515884399414, -0.12335162609815598, -0.11986608058214188, -0.09363792836666107, 0.16299986839294434, -0.07286287844181061, -0.04688281565904617, -0.056221723556518555, 0.05967717617750168, -0.06412045657634735, -0.0028268438763916492, -0.0005160021828487515, 0.022976398468017578, -0.010625496506690979, 0.020188646391034126, 0.025071140378713608, 0.02092098258435726, -0.0926671251654625, 0.10388505458831787, 0.035947877913713455, -0.027429040521383286, -0.09945033490657806, -0.01693219132721424, 0.033405352383852005, 0.07762086391448975, 0.15769490599632263, 0.11738912016153336, 0.07087238878011703, 0.08125857263803482, -0.05758216977119446, -0.12203942239284515, 0.08859257400035858, 0.04237787798047066, 0.02947884611785412, 0.04325304180383682, 0.01170896552503109, 0.06694749742746353, -0.11021317541599274, 0.06949644535779953, 0.04181971773505211, -0.06959109008312225, -0.006695696152746677, -0.14049914479255676, -0.032455746084451675, -0.03255351632833481, -0.027031810954213142, 0.19636650383472443, 0.06879782676696777, -0.05709131434559822, 0.07214731723070145, -0.031947169452905655, -0.013280874118208885, -0.05702243372797966, -0.04266456514596939, -0.09021950513124466, -0.08422418683767319, 0.11938799917697906, 0.03846074268221855, -0.021100951358675957, 0.41071611642837524, -0.03337321802973747, -0.21666742861270905, -0.0393093004822731, 0.12576468288898468, 0.07140984386205673, -0.011477654799818993, 0.3141823410987854, 0.07538610696792603, -0.06924978643655777, -0.07574447244405746, 0.12411148101091385, 0.020421767607331276, 0.12704043090343475, 0.10086260735988617, 0.002473516622558236, 0.01828346773982048, -0.0557737834751606, 0.003567878622561693, -0.15601828694343567, -0.03398235887289047, -0.06760705262422562, -0.01924138329923153, -0.004745796788483858, 0.03510250523686409, -0.08251742273569107, 0.011009796522557735, -0.04207635298371315, -0.009616822004318237, -0.012301772832870483, -0.10237947851419449, -0.08818937093019485, -0.12511353194713593, -0.03744741156697273, -0.128536656498909, 0.0729939267039299, -0.03994498401880264, -0.012013680301606655, 0.2040119618177414, 0.036459531635046005, -0.009277219884097576, 0.05367736145853996, -0.058422598987817764, 0.04409013316035271, 0.00514356279745698, -0.0103311063721776, -0.06222444027662277, 0.0660947784781456, -0.08765006810426712, 0.026145773008465767, -0.05600544437766075, 0.008509895764291286, -0.051240239292383194, 0.06356123834848404, -0.004832560662180185, -0.06739871203899384, 0.006134692579507828, -0.10880758613348007, 0.09396328032016754, -0.11294727772474289, 0.09089328348636627, -0.003362583462148905, 0.027736833319067955, 0.07249939441680908, 0.10748320072889328, 0.04766988009214401, -0.021903380751609802, -0.007703318260610104, 0.008852219209074974, -0.008050728589296341, 0.11227456480264664, 0.03814980760216713, -0.07259619235992432, -0.03095932863652706, 0.11033991724252701, 0.2764233648777008, 0.020634721964597702, 0.015242806635797024, 0.04811512678861618, 0.02428063564002514, 0.03570452705025673, 0.17604072391986847, 0.000620325212366879, 0.09214210510253906, -0.045206423848867416, -0.07892172783613205, 0.00841665081679821, -0.008531630970537663, 0.005280309356749058, 0.11343840509653091, 0.019326847046613693, -0.064517080783844, -0.10896307975053787, 0.09219557046890259, -0.10978043079376221, 0.1358511596918106, 0.11042045801877975, -0.08196762949228287, -0.05988946929574013, 0.017356717959046364, 0.01576140522956848, 0.002084575593471527, -0.01049090176820755, -0.07542122900485992, 0.006182155571877956, -0.04657706245779991, 0.0185980387032032, -0.3848152756690979, -0.12511588633060455, 0.002102132420986891, 0.11212018877267838, 0.13076631724834442, -0.03668773174285889, 0.198553204536438, 0.02820536494255066, 0.08206818997859955, -0.1218474730849266, 0.07784349471330643, -0.016491252928972244, 0.07007291167974472, -0.05031651630997658, 0.006886268965899944, -0.03662406653165817, -0.13914191722869873, 0.04813963919878006, -0.04115249589085579, -0.06700466573238373, 0.16107387840747833, 0.04048040881752968, -0.05510536953806877, -0.02098212018609047, -0.0934516116976738, 0.11088454723358154, -0.0900157243013382, -0.013207401148974895, 0.01790378987789154, -0.05475586652755737, 0.060746945440769196, 0.05172699689865112, 0.012140908278524876, -0.04951087757945061, 0.03918558359146118, -0.07097278535366058, 0.14092501997947693, -0.007193718105554581, -0.028384370729327202, 0.03897806629538536, -0.12515953183174133, 0.029958562925457954, 0.00829861219972372, 0.090217724442482, 0.07819558680057526, 0.06236010044813156, -0.020693499594926834, 0.11910087615251541, 0.015447220765054226, -0.01620401069521904, -0.05265158414840698, -0.1094866618514061 ]
361aa82822bf398ab53a1a1f427458249b4ed727
# Dataset Card for "big-animal-dataset-high-res-embedding-with-hidden-states" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Isamu136/big-animal-dataset-high-res-embedding-with-hidden-states
[ "region:us" ]
2023-03-19T04:44:57+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "caption", "dtype": "string"}, {"name": "l14_embeddings", "sequence": "float32"}, {"name": "moco_vitb_imagenet_embeddings", "sequence": "float32"}, {"name": "ibot_b_16_embedding", "sequence": "float32"}, {"name": "ibot_b_16_last_self_attn", "sequence": "float32"}, {"name": "midas_dpt_swin2_large_384", "dtype": "image"}, {"name": "subject_noun", "dtype": "string"}, {"name": "moco_vitb_imagenet_embeddings_without_last_layer", "sequence": "float32"}, {"name": "moco_vitb_imagenet_hidden_state", "sequence": {"sequence": "float32"}}], "splits": [{"name": "train", "num_bytes": 19608883787.94, "num_examples": 26180}], "download_size": 17552223513, "dataset_size": 19608883787.94}}
2023-03-26T21:12:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "big-animal-dataset-high-res-embedding-with-hidden-states" More Information needed
[ "# Dataset Card for \"big-animal-dataset-high-res-embedding-with-hidden-states\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"big-animal-dataset-high-res-embedding-with-hidden-states\"\n\nMore Information needed" ]
[ 6, 31 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"big-animal-dataset-high-res-embedding-with-hidden-states\"\n\nMore Information needed" ]
[ -0.07002723962068558, 0.11814603209495544, -0.0005681780166924, 0.061019159853458405, 0.06456315517425537, 0.0876411721110344, 0.15623246133327484, 0.1598675698041916, 0.1605333685874939, 0.003125154646113515, 0.11218269914388657, 0.06937701255083084, 0.04455595463514328, 0.26804956793785095, 0.0005349291604943573, -0.04451960325241089, 0.05878645181655884, 0.0575256422162056, -0.06708570569753647, -0.009632482193410397, 0.044021863490343094, -0.12587523460388184, 0.08706974238157272, -0.15748676657676697, -0.17230656743049622, 0.011340809985995293, -0.09983425587415695, -0.009618318639695644, 0.0710541158914566, -0.1322251856327057, 0.06375066190958023, -0.07569953799247742, 0.011093650944530964, 0.008924388326704502, 0.024420171976089478, 0.03946499153971672, -0.05058599263429642, 0.10120490938425064, 0.0529852919280529, -0.025748686864972115, -0.2374623417854309, -0.1168285608291626, 0.01605059951543808, -0.005910342559218407, 0.007413481827825308, -0.2682247757911682, -0.009445524774491787, -0.10058678686618805, -0.04997335374355316, -0.03056776523590088, 0.018555233255028725, 0.11419925093650818, -0.044434621930122375, -0.015254468657076359, 0.032187219709157944, -0.0681624561548233, 0.05389508232474327, 0.15951673686504364, -0.12089789658784866, 0.19698533415794373, 0.004912504460662603, 0.030511673539876938, 0.08290183544158936, -0.010189075022935867, -0.0599077045917511, 0.038492295891046524, -0.05617420747876167, 0.03480375558137894, -0.043012652546167374, -0.055762168020009995, 0.26611027121543884, -0.014312111772596836, 0.0261202622205019, -0.08170866221189499, -0.09136062860488892, -0.11151465773582458, 0.03496651351451874, 0.11095283180475235, 0.07182367146015167, 0.008630681782960892, 0.00927883479744196, -0.014343727380037308, -0.02937270700931549, -0.09689360111951828, -0.1730296015739441, -0.010801085270941257, 0.02096634730696678, 0.11303578317165375, -0.25976744294166565, 0.002708009211346507, -0.040228135883808136, -0.028775308281183243, 0.03750045597553253, -0.09460005164146423, -0.05106165260076523, 0.01962142437696457, -0.050208818167448044, -0.014644689857959747, 0.127111554145813, 0.12169605493545532, 0.09956566989421844, 0.009968563914299011, -0.13971582055091858, 0.10616157948970795, 0.13085848093032837, -0.08668938279151917, -0.15697476267814636, -0.03306617587804794, 0.00530193280428648, -0.10150130093097687, 0.026408987119793892, -0.07198300957679749, -0.15890908241271973, 0.005635095294564962, -0.12100531160831451, 0.02249535173177719, 0.04333678260445595, -0.06457629799842834, -0.04196550324559212, -0.05427376925945282, -0.0009031920926645398, -0.02056153491139412, -0.0017896178178489208, -0.01911855861544609, -0.01018527615815401, 0.013365551829338074, -0.1269611269235611, -0.022696837782859802, 0.1618230938911438, 0.05272743105888367, -0.05560392141342163, -0.05873570963740349, -0.06553958356380463, -0.067317433655262, 0.05204575136303902, -0.25292643904685974, 0.10781064629554749, -0.1047438308596611, -0.1527702808380127, 0.16079440712928772, 0.016401872038841248, -0.08920690417289734, 0.1355637162923813, 0.05156885087490082, 0.08077886700630188, -0.012143357656896114, -0.012873520143330097, 0.11105265468358994, -0.041427090764045715, -0.02221493609249592, 0.011321505531668663, 0.17214664816856384, -0.2430945187807083, 0.023007189854979515, -0.1615813970565796, -0.007063224446028471, 0.0015851084608584642, 0.05336089804768562, -0.047388896346092224, 0.11226201802492142, -0.03337295353412628, 0.0294949971139431, -0.0798853412270546, 0.022270388901233673, 0.003301942488178611, -0.0004189944884274155, -0.2766914963722229, -0.016829606145620346, 0.24330969154834747, -0.06886867433786392, -0.20771044492721558, 0.12148788571357727, -0.030179133638739586, 0.06782625615596771, 0.01911766640841961, 0.27310916781425476, 0.05918018892407417, 0.03698957711458206, -0.027422506362199783, 0.16476058959960938, -0.11320146918296814, -0.20633402466773987, 0.12742601335048676, 0.016599882394075394, -0.16544272005558014, -0.0030330445151776075, 0.14208213984966278, 0.024482663720846176, -0.02829395793378353, -0.08855501562356949, -0.03706999123096466, -0.1814889907836914, 0.1397603154182434, -0.0242646224796772, 0.08482725918292999, -0.06654155254364014, 0.13550440967082977, -0.053327154368162155, 0.08611176162958145, 0.006195409223437309, 0.01335083693265915, 0.030084548518061638, 0.1710190773010254, -0.17689870297908783, 0.01945332996547222, -0.18570353090763092, -0.015423344448208809, 0.054749954491853714, 0.03969108313322067, 0.06917048990726471, 0.04887045919895172, 0.09431258589029312, 0.012073731981217861, 0.019239328801631927, 0.03711868077516556, 0.126688614487648, 0.014209361746907234, -0.0578266866505146, -0.056023046374320984, 0.09602974355220795, -0.14490824937820435, 0.018812738358974457, 0.0771356150507927, 0.002924551721662283, 0.005581250414252281, 0.01707572117447853, 0.033624451607465744, 0.023127878084778786, 0.045117445290088654, -0.06111094355583191, -0.03705381602048874, -0.027545684948563576, 0.047691311687231064, -0.051636870950460434, -0.04120674356818199, -0.08594346791505814, -0.03292623162269592, 0.18944695591926575, 0.14539410173892975, 0.04280078038573265, 0.07068903744220734, 0.017079362645745277, 0.041233938187360764, 0.023116009309887886, -0.02403721585869789, -0.009484808892011642, -0.018784526735544205, -0.08693716675043106, 0.046394407749176025, -0.061055462807416916, 0.059882208704948425, 0.0129694240167737, -0.01153525523841381, -0.05255148559808731, 0.053915563970804214, 0.08377791196107864, -0.17513063549995422, 0.16749021410942078, 0.2249244898557663, 0.10283013433218002, 0.15694661438465118, -0.03045525774359703, -0.10900146514177322, -0.004714148119091988, -0.08962640166282654, -0.031506624072790146, 0.10083827376365662, -0.01493500079959631, 0.10412562638521194, 0.1208353266119957, 0.025854555889964104, 0.06713130325078964, -0.052180394530296326, -0.010952106676995754, 0.04247645288705826, 0.05178631842136383, -0.11669909954071045, 0.01147514022886753, 0.027826759964227676, 0.066569022834301, 0.027337033301591873, -0.010948983952403069, 0.21721741557121277, -0.01675076223909855, -0.014271598309278488, 0.1035107970237732, -0.2287130057811737, -0.25269991159439087, -0.09393150359392166, -0.1926954686641693, 0.00011260534665780142, 0.07840776443481445, 0.017171259969472885, -0.1532105803489685, 0.015288503840565681, 0.02619820088148117, -0.09481219202280045, -0.05687491595745087, 0.11052652448415756, 0.07408958673477173, 0.039885759353637695, 0.011229056864976883, -0.1108364388346672, 0.057643868029117584, -0.020470555871725082, 0.11546732485294342, 0.11933424323797226, 0.012339213863015175, 0.08074513077735901, 0.06945885717868805, -0.021987125277519226, 0.02500816062092781, -0.02778509259223938, 0.06525477766990662, -0.019206099212169647, -0.10604102164506912, 0.0949413850903511, -0.012218586169183254, 0.014181878417730331, 0.08777599781751633, 0.06216876208782196, -0.08513340353965759, -0.02261195331811905, -0.05485142767429352, -0.20841316878795624, -0.12811262905597687, -0.13116657733917236, -0.018397198989987373, 0.1672038584947586, 0.10863078385591507, 0.04485710710287094, -0.07327955216169357, 0.16185283660888672, 0.12907028198242188, -0.012259742245078087, -0.21016916632652283, 0.0026321462355554104, -0.2110787332057953, -0.005861385725438595, 0.016936233267188072, -0.12899991869926453, -0.019242841750383377, 0.1326168030500412, 0.22354739904403687, 0.1471468210220337, 0.029776662588119507, 0.13689345121383667, -0.01641458459198475, 0.11028119176626205, 0.09436319768428802, 0.21517279744148254, -0.018901444971561432, -0.03140178695321083, -0.046883996576070786, 0.007680830545723438, 0.012306677177548409, 0.004888986703008413, 0.04891688749194145, -0.002405056031420827, 0.012911628931760788, -0.022387878969311714, 0.07593849301338196, -0.1231415644288063, 0.10326740145683289, -0.22670294344425201, 0.05684076249599457, 0.02049735002219677, 0.15494002401828766, -0.0662420243024826, 0.0387953482568264, 0.12523038685321808, 0.00841724406927824, 0.014489134773612022, -0.04087912291288376, 0.015243304893374443, -0.031206432729959488, 0.04164174571633339, -0.09241277724504471, 0.03627781569957733, 0.0331539660692215, 0.10901083797216415, -0.2068788707256317, 0.11504967510700226, -0.02415289729833603, -0.1355259120464325, -0.1556432843208313, -0.007149334531277418, 0.01152951829135418, -0.10199731588363647, 0.06938566267490387, 0.021552428603172302, -0.1876518279314041, -0.12732015550136566, -0.14956682920455933, -0.033317942172288895, 0.06802211701869965, -0.06901294738054276, -0.047200366854667664, 0.042236506938934326, -0.014830862171947956, -0.02152196690440178, -0.08480428159236908, 0.09369989484548569, -0.14500032365322113, 0.007578397635370493, 0.10084500908851624, -0.13549362123012543, 0.03788093104958534, -0.021085066720843315, -0.15778952836990356, 0.025099612772464752, -0.013162540271878242, -0.060646578669548035, -0.037379324436187744, -0.08806486427783966, 0.10865875333547592, -0.017390038818120956, 0.0364588126540184, -0.021898284554481506, 0.11037084460258484, -0.022949062287807465, -0.24537667632102966, 0.1045091450214386, -0.13820147514343262, 0.017717204988002777, -0.09274156391620636, 0.00400806637480855, -0.022276924923062325, 0.11232176423072815, -0.01875193789601326, -0.039953019469976425, -0.10640063136816025, -0.006216212175786495, 0.12980397045612335, 0.060856837779283524, 0.1717333197593689, 0.21712306141853333, 0.011701355688273907, 0.048333100974559784, 0.09085588157176971, 0.04177003353834152, 0.2994687259197235, 0.09098377823829651, -0.07311868667602539, 0.2704619765281677, 0.19083428382873535, -0.011741911061108112, -0.2914194166660309, 0.025769535452127457, -0.14244382083415985, -0.02953861467540264, 0.108333520591259, -0.2970590591430664, 0.22661709785461426, 0.09838496148586273, -0.018819723278284073, 0.17464284598827362, -0.09188033640384674, -0.016353199258446693, 0.16625989973545074, 0.03583691641688347, 0.2959955632686615, -0.03217880427837372, -0.012119212187826633, -0.09224328398704529, 0.02738136425614357, 0.22822405397891998, -0.2006412148475647, 0.0831887349486351, -0.005085858050733805, 0.05248859524726868, 0.0032439043279737234, -0.049118418246507645, 0.16526024043560028, -0.0035608571488410234, 0.07946227490901947, -0.04502929374575615, 0.0006319647654891014, 0.1813453584909439, -0.09424746781587601, 0.020913295447826385, -0.10353357344865799, 0.013421125710010529, -0.15073318779468536, 0.03230295702815056, 0.07513149827718735, -0.07483609020709991, 0.07815288007259369, -0.15371063351631165, -0.11944679170846939, 0.01100967451930046, 0.005816283170133829, -0.029478631913661957, 0.1124696359038353, 0.11738741397857666, -0.0755142942070961, 0.014731000177562237, 0.02839125320315361, -0.054788798093795776, -0.07516606897115707, -0.1172018051147461, -0.08710996061563492, 0.0675053596496582, -0.1252589374780655, 0.036845963448286057, 0.10184565931558609, -0.0733083039522171, -0.014575491659343243, 0.0902847871184349, -0.009717877022922039, 0.05986122414469719, 0.16910623013973236, -0.038085464388132095, 0.01323214266449213, 0.08538356423377991, -0.012395472265779972, -0.0866144523024559, 0.06318950653076172, 0.049546126276254654, 0.17245934903621674, -0.033800266683101654, -0.03787633776664734, 0.08953384310007095, -0.05328959971666336, 0.018333157524466515, 0.043707676231861115, 0.03813570365309715, -0.1972053050994873, 0.1977493017911911, -0.059642691165208817, 0.00880443025380373, 0.07062259316444397, -0.06903673708438873, -0.04723024740815163, -0.07649430632591248, 0.059059370309114456, 0.20686061680316925, 0.01184800174087286, -0.07788287848234177, 0.0062917559407651424, -0.08788928389549255, -0.01010986976325512, -0.018676243722438812, 0.09088096022605896, -0.025636304169893265, -0.05229707062244415, -0.03287988156080246, -0.1330682784318924, 0.041594602167606354, -0.1374305933713913, 0.05826820433139801, -0.1427737921476364, -0.08659853786230087, -0.13266687095165253, 0.11120271682739258, -0.061055608093738556, -0.028280409052968025, -0.07127894461154938, 0.012986063957214355, -0.23450727760791779, 0.06687316298484802, 0.04138120263814926, -0.0030850248876959085, 0.02209569700062275, 0.12469030171632767, 0.039837904274463654, -0.06300031393766403, -0.1192784309387207, 0.07957267016172409, 0.07375519722700119, -0.032332200556993484, -0.002630433766171336, -0.03102618269622326, 0.002675216645002365, 0.04196639358997345, 0.10822571814060211, 0.11255479604005814, -0.00656578503549099, 0.03426263481378555, -0.053782690316438675, -0.16472995281219482, 0.07537893950939178, 0.035322993993759155, 0.08441177010536194, 0.06264790147542953, 0.0008376117330044508, 0.004030796233564615, -0.126578226685524, 0.05656798183917999, 0.02921631932258606, -0.02686564438045025, 0.10451916605234146, -0.13364531099796295, 0.019376268610358238, -0.016764823347330093, -0.09948644042015076, 0.0864674523472786, 0.04784519970417023, 0.014207285828888416, 0.034529779106378555, 0.013977466151118279, 0.04982171580195427, -0.04847355931997299, -0.046111829578876495, -0.15366749465465546, 0.015935000032186508, 0.007211765274405479, 0.03291117399930954, -0.04504501447081566, 0.45682254433631897, -0.03391685336828232, -0.18029412627220154, -0.06666994839906693, 0.103635773062706, -0.010252615436911583, 0.011453984305262566, 0.33371472358703613, 0.011191834695637226, -0.027946658432483673, -0.04379114881157875, 0.13206660747528076, 0.14015214145183563, 0.21780768036842346, 0.1405562460422516, 0.08385991305112839, 0.06689490377902985, -0.0008224474149756134, 0.02790789119899273, -0.01596025563776493, -0.09446334838867188, 0.021492566913366318, -0.008818763308227062, -0.006942090578377247, 0.08735636621713638, -0.03810587152838707, -0.06070627272129059, 0.05213051289319992, -0.0007870691479183733, -0.035378988832235336, -0.016416877508163452, -0.06118081137537956, -0.0640190839767456, -0.03927319869399071, -0.08852723985910416, -0.007951149716973305, -0.07341671735048294, -0.09504503011703491, 0.24493147432804108, 0.07596602290868759, -0.01263437606394291, 0.13275480270385742, -0.11978781968355179, 0.13884223997592926, -0.04518184810876846, 0.013080965727567673, -0.08955007046461105, 0.1143169179558754, -0.20082443952560425, 0.014603146351873875, 0.024657171219587326, -0.014509336091578007, -0.08698156476020813, 0.01602848246693611, -0.008548238314688206, -0.09787123650312424, -0.06428583711385727, -0.06540202349424362, -0.0018489218782633543, -0.10599692165851593, 0.09053589403629303, 0.04359925538301468, -0.06410875916481018, 0.011004393920302391, 0.054898958653211594, -0.027309993281960487, 0.048486772924661636, -0.005548499524593353, 0.019389299675822258, -0.14300744235515594, 0.08291380852460861, 0.010460657067596912, -0.10461432486772537, -0.13291898369789124, 0.14794021844863892, 0.3549511432647705, -0.0858502984046936, 0.0006833228981122375, 0.03283780813217163, 0.01084735244512558, -0.0734696239233017, 0.16120405495166779, 0.05116157978773117, 0.04543011635541916, 0.017486073076725006, -0.013954905793070793, 0.05728555843234062, -0.022143803536891937, -0.14941422641277313, -0.03526827320456505, 0.005271827336400747, -0.04238089174032211, -0.04352820664644241, -0.01614946313202381, -0.16702096164226532, 0.02961701527237892, 0.11785109341144562, -0.10810252279043198, -0.0852138102054596, -0.05204293131828308, 0.015180728398263454, 0.002037949627265334, -0.021202202886343002, -0.05569005012512207, -0.012252166867256165, -0.10476010292768478, -0.021207541227340698, -0.20761750638484955, -0.08918385207653046, -0.02261783741414547, -0.09774546325206757, 0.1881628930568695, 0.00006637776823481545, 0.012598543427884579, 0.06541372835636139, -0.031443022191524506, -0.15009477734565735, 0.028761085122823715, -0.029340429231524467, 0.07026655972003937, -0.027378663420677185, 0.08684401959180832, -0.13090220093727112, -0.03146294876933098, 0.07963460683822632, 0.00008283919305540621, -0.11482150107622147, -0.007109778467565775, 0.036983512341976166, -0.030279170721769333, -0.0478525348007679, -0.08208949118852615, 0.1228889748454094, 0.014939160086214542, -0.03955208510160446, -0.03126505762338638, 0.040128935128450394, 0.08058454096317291, -0.0036757749039679766, -0.14802910387516022, -0.07878263294696808, -0.028266295790672302, -0.10559029877185822, 0.17550809681415558, 0.06630045920610428, -0.2797483503818512, -0.01673186756670475, -0.07914993911981583, 0.015783363953232765, -0.09447702020406723, -0.03475365415215492, 0.21046894788742065, -0.001528403372503817, -0.042696934193372726, 0.0682208463549614, -0.07167865335941315, 0.00803198292851448, -0.018456194549798965, -0.07942058145999908 ]
0a7f8a23a1377ac4bbd36ce11665524f18b73e7b
数据来自东方财富股吧的评论,经过人工label
Fearao/guba_eastmoney
[ "task_categories:text-classification", "language:zh", "region:us" ]
2023-03-19T04:51:36+00:00
{"language": ["zh"], "task_categories": ["text-classification"]}
2023-03-19T04:53:07+00:00
[]
[ "zh" ]
TAGS #task_categories-text-classification #language-Chinese #region-us
数据来自东方财富股吧的评论,经过人工label
[]
[ "TAGS\n#task_categories-text-classification #language-Chinese #region-us \n" ]
[ 22 ]
[ "passage: TAGS\n#task_categories-text-classification #language-Chinese #region-us \n" ]
[ 0.024501390755176544, -0.014282147400081158, -0.006549119483679533, -0.035126857459545135, 0.17474958300590515, 0.04817720130085945, 0.19189129769802094, 0.027040669694542885, 0.20564426481723785, -0.016778819262981415, -0.013825581409037113, -0.022788453847169876, 0.0636867806315422, 0.03782614693045616, -0.015950066968798637, -0.34338194131851196, 0.07457838952541351, 0.05720571428537369, 0.05890420824289322, 0.09585125744342804, 0.040462810546159744, -0.07564261555671692, 0.05753081664443016, -0.00999184139072895, -0.021028034389019012, -0.0037294477224349976, -0.01628202386200428, -0.10123826563358307, 0.12033000588417053, -0.018826138228178024, 0.20902611315250397, -0.03457222878932953, -0.08779917657375336, -0.17161859571933746, 0.0048104641027748585, -0.05866275727748871, -0.05896192416548729, -0.030023545026779175, 0.10713133215904236, -0.008097662590444088, 0.029579201713204384, 0.03880380839109421, 0.02463999204337597, 0.12124176323413849, -0.1384696364402771, -0.015579418279230595, -0.017489928752183914, 0.1278897374868393, 0.14273425936698914, 0.02577226608991623, -0.04486147686839104, 0.11894561350345612, -0.21715930104255676, 0.0541321262717247, 0.010258765891194344, -0.2686043083667755, 0.0114832054823637, 0.2422453761100769, 0.10735826194286346, 0.11930449306964874, -0.10037099570035934, 0.025051387026906013, 0.002246996620669961, -0.07257895916700363, -0.19931906461715698, -0.13721628487110138, -0.11464226990938187, 0.0589541457593441, -0.06467831134796143, 0.058800000697374344, 0.26354020833969116, 0.01767089031636715, 0.044945474714040756, -0.08717401325702667, -0.04665142670273781, -0.0384940430521965, -0.02284042164683342, -0.0037191661540418863, -0.01699819788336754, 0.09075158089399338, 0.2931489646434784, -0.10085951536893845, -0.07550743222236633, -0.06859427690505981, -0.1464444398880005, 0.040050748735666275, -0.022547004744410515, -0.031060274690389633, -0.17620182037353516, -0.03583052009344101, -0.01288555096834898, -0.027628889307379723, 0.0434688925743103, -0.09919098764657974, -0.1612113118171692, -0.01816069893538952, 0.14976908266544342, 0.01658823899924755, 0.050436630845069885, 0.03576996549963951, -0.02357410080730915, 0.1772327423095703, -0.13492926955223083, 0.15506607294082642, 0.08860167860984802, 0.1473492681980133, 0.008176610805094242, 0.021462829783558846, -0.05599186569452286, -0.14292432367801666, -0.03321345895528793, -0.06286461651325226, -0.12386740744113922, -0.0027242612559348345, -0.07788410782814026, 0.12552852928638458, -0.021200187504291534, 0.023453593254089355, -0.106061652302742, -0.04282410442829132, 0.1095385029911995, -0.0667903795838356, -0.012154744006693363, 0.048448462039232254, -0.03581804782152176, 0.06737345457077026, -0.15777914226055145, 0.034731559455394745, -0.008735482580959797, 0.14155536890029907, -0.07762061804533005, 0.03465580195188522, -0.01337416097521782, -0.002944784704595804, 0.053459253162145615, -0.18896032869815826, 0.006210739724338055, -0.008912489749491215, -0.1765897423028946, -0.02039102092385292, -0.060213759541511536, -0.04074495658278465, 0.004340618848800659, -0.024853715673089027, -0.041221387684345245, -0.07899817824363708, -0.026018399745225906, -0.055847350507974625, -0.10698224604129791, 0.04523478448390961, 0.009283283725380898, 0.010184379294514656, -0.09020805358886719, -0.0005077235400676727, -0.08450288325548172, 0.10627737641334534, -0.26438766717910767, 0.06416899710893631, -0.0843471810221672, 0.26466333866119385, 0.05248057842254639, 0.08413230627775192, -0.009167456068098545, 0.046554818749427795, -0.22577956318855286, 0.19879783689975739, -0.15464790165424347, -0.10030551999807358, 0.11420833319425583, -0.13653036952018738, -0.08919147402048111, 0.04541675001382828, 0.028447406366467476, 0.10211668908596039, 0.023820044472813606, 0.40451446175575256, -0.05333223566412926, 0.02270864136517048, 0.032710686326026917, 0.15252140164375305, -0.10090715438127518, -0.025111036375164986, 0.08008167147636414, -0.004144241102039814, -0.07758944481611252, -0.0036955582909286022, 0.05104992911219597, -0.03710236772894859, -0.03941886126995087, -0.10425853729248047, 0.05017276853322983, 0.03494788706302643, 0.15767893195152283, 0.04717297852039337, 0.16103452444076538, -0.029452349990606308, 0.07245048135519028, -0.05808146670460701, -0.0020389044657349586, 0.08976336568593979, -0.01773856207728386, -0.10388064384460449, 0.03242123872041702, 0.2411719113588333, 0.05164669081568718, -0.1697492003440857, -0.0844481810927391, 0.08067534863948822, 0.1318272203207016, 0.05818541347980499, 0.04813690856099129, -0.03026355244219303, -0.09502258896827698, -0.05728971213102341, 0.00991097092628479, 0.04105442389845848, 0.019648762419819832, 0.01945113204419613, -0.11297277361154556, 0.09431245923042297, -0.021162252873182297, 0.07875236123800278, -0.24082282185554504, -0.015376344323158264, 0.14326921105384827, 0.04422946274280548, 0.05655795708298683, 0.10566170513629913, 0.03973538056015968, 0.0969105139374733, -0.03216690570116043, 0.017233194783329964, 0.04882395640015602, -0.05563904717564583, -0.16853435337543488, 0.1891200691461563, -0.054017022252082825, 0.1262296587228775, 0.18157288432121277, -0.13921788334846497, -0.044218506664037704, -0.09915447235107422, -0.012215391732752323, -0.022747131064534187, -0.008904557675123215, 0.015436122193932533, 0.07434462755918503, -0.010168279521167278, 0.13298755884170532, -0.03279256448149681, 0.047861360013484955, -0.06483279913663864, 0.013134668581187725, 0.000007190956694103079, 0.14343960583209991, 0.08879531174898148, -0.17625291645526886, 0.20333647727966309, 0.040980178862810135, 0.12665416300296783, 0.20115971565246582, -0.008071369491517544, 0.10934588313102722, 0.052073534578084946, 0.05025564879179001, -0.059599731117486954, 0.1000896617770195, -0.2765173316001892, -0.03309337794780731, 0.028356391936540604, 0.08269284665584564, 0.06674161553382874, -0.15567365288734436, -0.12326543033123016, -0.08109422773122787, -0.04061473160982132, -0.0712803304195404, -0.04713109880685806, 0.01676252670586109, 0.0642884150147438, 0.018918748944997787, 0.023534761741757393, 0.0707019492983818, -0.005634501110762358, -0.09688933938741684, 0.06807863712310791, -0.122126504778862, -0.3499335050582886, -0.04856045916676521, -0.10709630697965622, 0.011411511339247227, 0.07309385389089584, -0.0222597848623991, -0.23784446716308594, -0.050840675830841064, 0.026797771453857422, 0.045571520924568176, -0.17950087785720825, -0.06303273886442184, -0.03647373244166374, 0.15732815861701965, -0.18109886348247528, 0.0641244575381279, 0.005687045399099588, -0.05422603338956833, 0.039374370127916336, 0.12101949006319046, -0.23556636273860931, 0.04071446880698204, 0.26035526394844055, 0.10996928811073303, 0.017876356840133667, -0.1221323311328888, 0.023339327424764633, -0.26169055700302124, -0.006365769077092409, 0.10344072431325912, -0.043173592537641525, -0.005594365764409304, 0.1817590892314911, -0.013257835991680622, -0.07778765261173248, 0.05692058801651001, 0.03876584395766258, -0.07555597275495529, -0.3466089069843292, -0.13667890429496765, -0.1356121301651001, 0.24159114062786102, -0.06101681664586067, 0.1055782288312912, 0.2006060779094696, -0.014211704954504967, 0.05082329735159874, 0.07653570920228958, 0.012085075490176678, -0.02000042051076889, 0.13208943605422974, -0.01975291036069393, 0.00947958417236805, -0.07425990700721741, -0.012161663733422756, 0.07069271802902222, 0.10785867273807526, 0.1481461226940155, 0.2799665331840515, 0.163802832365036, 0.005321399308741093, 0.07788287848234177, 0.2300422042608261, -0.025568248704075813, 0.02542538195848465, -0.02265974134206772, -0.04082697257399559, -0.012817508541047573, 0.026054611429572105, 0.07831621170043945, 0.13954544067382812, -0.24883915483951569, 0.03320811316370964, -0.03489219769835472, 0.14950591325759888, 0.054711759090423584, 0.02755972556769848, 0.07292579859495163, 0.08122033625841141, 0.1456686407327652, -0.009667887352406979, -0.08328726887702942, 0.20088958740234375, 0.11774817109107971, -0.21384936571121216, 0.12680889666080475, 0.07445748895406723, 0.19974872469902039, -0.08233574777841568, 0.08184295147657394, -0.14128822088241577, -0.2686288058757782, 0.01682453230023384, 0.104428730905056, -0.19582830369472504, 0.3042948544025421, 0.056899070739746094, -0.1016949713230133, -0.09806057810783386, -0.09120942652225494, 0.00945066288113594, 0.21023789048194885, 0.1460379660129547, 0.016918305307626724, -0.07912348210811615, -0.12508605420589447, -0.10965670645236969, -0.04521295055747032, 0.1265973448753357, 0.016053928062319756, -0.15586480498313904, 0.02146916650235653, -0.019141925498843193, -0.09542960673570633, -0.05850333720445633, -0.013488256372511387, -0.0726088285446167, 0.018053455278277397, 0.05169229209423065, 0.04277563840150833, 0.062399718910455704, 0.03371652215719223, 0.08214222639799118, 0.13420993089675903, -0.1392165571451187, -0.012860394082963467, -0.06689752638339996, -0.15254323184490204, 0.0472322441637516, -0.01336023397743702, -0.004237206187099218, -0.09232227504253387, -0.06884866207838058, -0.042194340378046036, 0.0032237390987575054, 0.17314745485782623, 0.01035438571125269, -0.016877319663763046, -0.09057226777076721, 0.16257451474666595, -0.09598227590322495, 0.10817252844572067, -0.026938052847981453, -0.006220465525984764, 0.05391234904527664, -0.17179463803768158, 0.009929122403264046, -0.10510310530662537, -0.011569549329578876, 0.2452632337808609, -0.14172111451625824, -0.04531394690275192, -0.1032027080655098, -0.19211354851722717, 0.1983390748500824, 0.18857629597187042, -0.007759653497487307, 0.1673310101032257, 0.16453541815280914, -0.05616777762770653, -0.27485454082489014, -0.03337346762418747, -0.1368405818939209, -0.015292542055249214, 0.0016198009252548218, -0.2782403230667114, 0.05763407051563263, 0.01886853761970997, -0.02441086247563362, 0.15142008662223816, -0.20527106523513794, -0.10217482596635818, 0.02258611097931862, -0.16206932067871094, 0.10557207465171814, -0.18528634309768677, -0.20196089148521423, 0.008969985879957676, 0.01033951248973608, 0.09796512871980667, -0.05538016930222511, 0.05183587968349457, 0.029464121907949448, -0.06587640941143036, -0.00420339172706008, -0.02056344412267208, 0.19173915684223175, 0.09822853654623032, 0.009769471362233162, -0.0531931072473526, -0.2761538624763489, 0.1447073370218277, 0.06877044588327408, -0.057945363223552704, 0.07824684679508209, -0.014439772814512253, -0.232961043715477, -0.08599031716585159, 0.021311577409505844, -0.05725223198533058, 0.005244707688689232, -0.02171645686030388, -0.13217224180698395, 0.11149232089519501, -0.1762271225452423, 0.04480552300810814, 0.44304224848747253, -0.05203896388411522, 0.001930581871420145, -0.016519291326403618, 0.11520037055015564, -0.08551569283008575, 0.1073060855269432, -0.11574996262788773, 0.0013871525879949331, 0.0902862399816513, -0.15347757935523987, 0.02502227947115898, 0.10446730256080627, -0.04951650649309158, 0.17458483576774597, 0.07087910920381546, 0.04269208386540413, 0.08636012673377991, 0.09983634948730469, -0.12520146369934082, -0.23024071753025055, -0.061532411724328995, -0.1312725841999054, 0.1302269548177719, -0.041763629764318466, 0.001519333804026246, 0.07993893325328827, -0.01476448867470026, 0.05781736597418785, -0.028658797964453697, -0.014456970617175102, 0.0053864154033362865, -0.04115523770451546, 0.05222400650382042, -0.10257662087678909, 0.12164761126041412, 0.2543056905269623, -0.06470996886491776, -0.062796451151371, 0.25992777943611145, -0.13104823231697083, -0.004710234235972166, -0.18735750019550323, 0.1807149350643158, 0.1030980795621872, -0.05456172674894333, -0.03913048282265663, -0.14760056138038635, -0.013307243585586548, 0.1362200677394867, 0.003185822395607829, 0.08142084628343582, 0.025451531633734703, -0.09490747004747391, 0.15973426401615143, -0.07266317307949066, -0.0836796909570694, -0.026621369644999504, -0.18759602308273315, -0.048352912068367004, 0.15224897861480713, 0.21269875764846802, -0.08470509946346283, -0.1286403089761734, -0.30399397015571594, 0.1085769459605217, -0.061468739062547684, 0.09343772381544113, -0.049865446984767914, -0.06308089941740036, -0.028560083359479904, -0.07550498098134995, -0.06661428511142731, -0.09335631877183914, -0.11537917703390121, 0.044025883078575134, 0.019308894872665405, 0.1339559108018875, -0.021168407052755356, -0.007619556505233049, 0.15455590188503265, 0.00041978576336987317, 0.11927814781665802, 0.12853911519050598, -0.060124967247247696, 0.09819380193948746, -0.098292276263237, -0.020786626264452934, 0.1389758288860321, 0.04607425257563591, 0.04998566582798958, 0.16850151121616364, -0.08033159375190735, 0.013504883274435997, 0.11341782659292221, 0.09057622402906418, -0.07956966012716293, -0.12496301531791687, -0.05168965086340904, -0.21769315004348755, -0.2784441411495209, -0.01696222834289074, -0.07151982188224792, 0.14910295605659485, -0.04470837861299515, 0.03546959534287453, 0.027808256447315216, 0.15081475675106049, -0.008176579140126705, 0.025104623287916183, -0.03271928429603577, -0.05804242566227913, 0.0632764995098114, -0.10336752980947495, 0.006658263970166445, -0.03669476509094238, 0.3498813807964325, 0.0417632982134819, -0.01673377864062786, 0.07590112835168839, 0.09487596154212952, -0.034210409969091415, 0.052069224417209625, 0.14324933290481567, 0.19033530354499817, -0.0470755472779274, 0.07046902924776077, 0.004390255082398653, -0.07192980498075485, 0.08345647901296616, 0.19253143668174744, 0.05371541157364845, -0.053668681532144547, 0.058267541229724884, 0.004823371767997742, -0.06505279242992401, -0.01295346487313509, 0.015423961915075779, -0.08487854897975922, -0.030437946319580078, -0.04736765846610069, 0.05890756472945213, 0.11719051003456116, -0.05371498689055443, 0.15036669373512268, -0.0492856428027153, -0.14548102021217346, -0.10796180367469788, 0.047357890754938126, -0.06694960594177246, -0.10287162661552429, 0.027073439210653305, -0.034363094717264175, -0.031082404777407646, 0.1185452789068222, 0.05350911617279053, -0.02885359711945057, 0.1106623113155365, -0.017678750678896904, -0.0537591390311718, 0.020162783563137054, -0.03128679096698761, 0.0902470052242279, -0.1519964337348938, -0.08047116547822952, -0.07235059142112732, -0.07181468605995178, -0.11761459708213806, 0.06340361386537552, -0.10005538165569305, 0.018526192754507065, -0.11932576447725296, -0.045894816517829895, -0.02746918611228466, 0.003886447986587882, -0.0315532460808754, 0.11916354298591614, 0.03095322474837303, 0.009114528074860573, 0.02689727395772934, 0.23125535249710083, 0.05697539821267128, -0.02196381613612175, -0.05223379656672478, 0.15013283491134644, -0.054833970963954926, 0.013822196051478386, -0.0351678803563118, -0.03228820860385895, -0.08150986582040787, 0.25632473826408386, 0.2695203423500061, -0.1288347840309143, -0.029752740636467934, -0.09560509771108627, 0.06379466503858566, 0.09383106231689453, 0.06693027913570404, 0.017570974305272102, 0.3158634603023529, 0.020871756598353386, -0.040957190096378326, -0.033301107585430145, -0.03227001056075096, -0.12372893840074539, 0.044678907841444016, 0.16295839846134186, -0.008041659370064735, -0.09578144550323486, 0.1881091296672821, -0.24959887564182281, 0.14310035109519958, 0.08358679711818695, -0.2161920666694641, -0.07603494077920914, 0.025575019419193268, 0.04760488122701645, 0.020467428490519524, 0.054774973541498184, 0.014604074880480766, -0.09917570650577545, -0.1770319640636444, 0.06714901328086853, -0.22258307039737701, -0.09840799868106842, 0.15694363415241241, -0.008571530692279339, 0.1635807603597641, -0.037035468965768814, 0.013231249526143074, -0.0075070615857839584, 0.030194301158189774, 0.04542585834860802, 0.029078790917992592, 0.001276599708944559, 0.028279688209295273, -0.08494660258293152, 0.03202667087316513, 0.021163444966077805, -0.01798764243721962, 0.09416806697845459, -0.023951534181833267, 0.04354282096028328, 0.05682628974318504, -0.032887306064367294, -0.047141097486019135, 0.03400193527340889, -0.178166463971138, 0.04969792813062668, 0.1360362470149994, -0.009700203314423561, 0.02399720437824726, 0.017642764374613762, -0.025905264541506767, -0.10633094608783722, -0.16015192866325378, -0.17915382981300354, -0.03348225727677345, -0.05780939757823944, 0.10780390352010727, 0.002644767053425312, -0.13529835641384125, 0.02807614579796791, -0.06326141953468323, 0.1401636302471161, -0.1057073175907135, -0.010754511691629887, 0.06501471251249313, -0.02711765095591545, -0.02769276686012745, -0.40246814489364624, 0.08835351467132568, 0.03829856216907501, -0.00535803334787488, -0.12564149498939514 ]
e092d1953943f8a3de0471e2c50a57d2b016eccb
# Dataset Card for "OK-VQA_test_text_davinci_003_mode_T_A_D_PNP_NO_FILTER_C_Q_rices_ns_100" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
CVasNLPExperiments/OK-VQA_test_text_davinci_003_mode_T_A_D_PNP_NO_FILTER_C_Q_rices_ns_100
[ "region:us" ]
2023-03-19T05:06:11+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "prompt", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "true_label", "sequence": "string"}, {"name": "prediction", "dtype": "string"}], "splits": [{"name": "fewshot_0", "num_bytes": 185064, "num_examples": 100}], "download_size": 102042, "dataset_size": 185064}}
2023-03-19T05:06:14+00:00
[]
[]
TAGS #region-us
# Dataset Card for "OK-VQA_test_text_davinci_003_mode_T_A_D_PNP_NO_FILTER_C_Q_rices_ns_100" More Information needed
[ "# Dataset Card for \"OK-VQA_test_text_davinci_003_mode_T_A_D_PNP_NO_FILTER_C_Q_rices_ns_100\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"OK-VQA_test_text_davinci_003_mode_T_A_D_PNP_NO_FILTER_C_Q_rices_ns_100\"\n\nMore Information needed" ]
[ 6, 51 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"OK-VQA_test_text_davinci_003_mode_T_A_D_PNP_NO_FILTER_C_Q_rices_ns_100\"\n\nMore Information needed" ]
[ -0.14229892194271088, 0.1324543058872223, -0.001152430078946054, 0.01827666349709034, 0.03485885262489319, 0.04215441644191742, 0.018659120425581932, 0.13284631073474884, 0.12137731164693832, 0.03853999450802803, 0.15354084968566895, 0.07875032722949982, 0.06264782696962357, 0.2318412959575653, -0.00950099341571331, 0.023711567744612694, 0.0369793064892292, 0.11254537850618362, 0.09562953561544418, 0.18782523274421692, 0.04008978605270386, -0.08332201093435287, 0.03847547620534897, -0.05601407587528229, -0.11081398278474808, 0.03183102235198021, -0.06290324777364731, -0.0883767232298851, 0.05133537948131561, -0.09954671561717987, 0.11236453801393509, 0.05554325506091118, -0.04666214808821678, -0.19892722368240356, 0.040025439113378525, -0.005234005860984325, -0.02339785546064377, 0.02718290686607361, 0.04122078791260719, 0.04922768473625183, -0.019356058910489082, 0.022638171911239624, -0.05129200592637062, 0.02916625514626503, -0.07842735201120377, -0.2126898169517517, -0.0959533154964447, 0.09540797770023346, -0.030977759510278702, 0.046062782406806946, 0.0021774363704025745, 0.2120334655046463, -0.17312651872634888, 0.07099945098161697, 0.12726923823356628, -0.04277234897017479, 0.025439659133553505, 0.09603368490934372, 0.07490400969982147, 0.061290159821510315, -0.015269152820110321, -0.015378613956272602, 0.10345786809921265, -0.019977880641818047, -0.19463719427585602, -0.024444252252578735, -0.11077620089054108, 0.05993973836302757, -0.024171963334083557, -0.08533241599798203, 0.2984412908554077, 0.07420771569013596, -0.04129418358206749, 0.0628337487578392, -0.01258615218102932, -0.21726904809474945, 0.07490124553442001, -0.041510388255119324, -0.007999875582754612, -0.064420685172081, 0.04227404668927193, 0.07679842412471771, -0.1231338307261467, -0.14422261714935303, -0.11722569167613983, 0.021105509251356125, 0.004477059468626976, 0.013207822106778622, -0.15619254112243652, 0.029718391597270966, -0.035217445343732834, -0.059626419097185135, -0.04888935387134552, -0.04377124458551407, -0.031101299449801445, -0.018230529502034187, -0.009783771820366383, -0.025750504806637764, 0.17089712619781494, 0.03059529699385166, -0.005263236816972494, 0.053078241646289825, -0.048015400767326355, 0.030986562371253967, 0.06750360876321793, 0.05635859817266464, -0.0070803407579660416, 0.07678371667861938, -0.06717075407505035, -0.022007061168551445, -0.06267262995243073, -0.052861861884593964, -0.021660488098859787, -0.06058492511510849, 0.1304546296596527, 0.08811663836240768, 0.019659122452139854, -0.07799261808395386, -0.017355959862470627, -0.04682645946741104, 0.11641521751880646, -0.07554567605257034, -0.04068212956190109, 0.08254778385162354, -0.018459292128682137, 0.009826861321926117, -0.09177379310131073, -0.05095140263438225, -0.013846121728420258, 0.008730784989893436, -0.05972709506750107, -0.015846574679017067, -0.03136885166168213, -0.028552282601594925, 0.07931879162788391, -0.16517838835716248, 0.0013224047143012285, -0.1328645795583725, -0.17430411279201508, -0.06040198728442192, -0.07489805668592453, -0.019210364669561386, 0.0828714668750763, 0.026827065274119377, 0.03536711260676384, -0.05900684744119644, -0.0303347185254097, 0.12609349191188812, -0.055295538157224655, 0.17753340303897858, 0.04051335155963898, 0.03719853237271309, -0.008277056738734245, 0.018355486914515495, -0.10167775303125381, -0.0011606531916186213, 0.04465954378247261, -0.026381218805909157, -0.13895021378993988, -0.03387479856610298, -0.09765616059303284, -0.037892334163188934, -0.08860965073108673, -0.007321556098759174, -0.004055241122841835, 0.14457975327968597, -0.2852114140987396, -0.004241696558892727, 0.18084391951560974, -0.12362148612737656, -0.1623121201992035, 0.049296457320451736, 0.05387835577130318, -0.026876453310251236, 0.05040505900979042, 0.3146244287490845, 0.12162289023399353, -0.09697996079921722, -0.0302981436252594, 0.09236785769462585, -0.03165197744965553, -0.19912271201610565, 0.11658637970685959, -0.06675838679075241, -0.12577766180038452, 0.05427556484937668, 0.07746018469333649, -0.033446282148361206, -0.0720270425081253, -0.07680356502532959, -0.05344342067837715, -0.10520991683006287, 0.12169237434864044, 0.0339299812912941, 0.02026144042611122, -0.06845947355031967, 0.01630086451768875, -0.20463429391384125, 0.10472738742828369, 0.00852117408066988, -0.012347751297056675, -0.07193369418382645, 0.26400113105773926, -0.09689851850271225, -0.029361216351389885, -0.10768488794565201, 0.04212111979722977, 0.028424574062228203, -0.000763433868996799, -0.03573528304696083, 0.044661182910203934, 0.047159209847450256, -0.05066091567277908, 0.027062946930527687, -0.020786818116903305, 0.033695753663778305, 0.06121554970741272, -0.04724797233939171, 0.04235019534826279, 0.06582171469926834, -0.06255530565977097, -0.018380969762802124, -0.08789349347352982, -0.06166597455739975, 0.10063077509403229, 0.07141851633787155, -0.02421855367720127, -0.011486577801406384, 0.0796804130077362, 0.05298146605491638, 0.013473516330122948, 0.0024508927017450333, 0.00859837792813778, -0.05504145100712776, -0.07147689163684845, 0.006776913534849882, 0.008512068539857864, 0.1518128216266632, 0.10020622611045837, 0.0050377617590129375, -0.028952928259968758, -0.06323438137769699, -0.024381954222917557, 0.024572083726525307, -0.01192387007176876, 0.0716591626405716, -0.11936753243207932, -0.018343711271882057, 0.039484310895204544, -0.09427587687969208, 0.008642509579658508, 0.051590967923402786, -0.01690978929400444, -0.04888438060879707, 0.16862031817436218, 0.10854741185903549, -0.13330714404582977, 0.08552239835262299, 0.1793878972530365, 0.057793475687503815, 0.11931590735912323, -0.0925539880990982, -0.10273166000843048, -0.013992334716022015, 0.07955393195152283, -0.0740208551287651, 0.14017726480960846, -0.10725095123052597, 0.12492188811302185, 0.1040169820189476, 0.0014863683609291911, 0.04622647166252136, -0.11915235221385956, -0.11368787288665771, 0.013372407294809818, -0.05279865860939026, -0.13849002122879028, 0.08034654706716537, 0.02066577784717083, 0.0769384354352951, -0.043646492063999176, 0.03716468811035156, 0.08383198082447052, 0.034276727586984634, -0.10128431767225266, 0.1972314864397049, -0.09713324904441833, -0.30908650159835815, 0.007380594965070486, 0.017361128702759743, 0.03767004609107971, -0.025481965392827988, 0.048247914761304855, -0.2656896114349365, 0.02685050666332245, -0.059369467198848724, -0.21296317875385284, -0.07730624079704285, 0.012383611872792244, -0.06469431519508362, 0.013959608040750027, -0.0006172898574732244, -0.07206013053655624, 0.013924116268754005, -0.04880917817354202, 0.06449227035045624, 0.16511748731136322, -0.0917159765958786, 0.13710632920265198, 0.1260792762041092, -0.06938749551773071, 0.09282435476779938, -0.009230558760464191, 0.10944456607103348, -0.04518308863043785, -0.01085627730935812, 0.1704028993844986, 0.04436862841248512, 0.0014280970208346844, 0.04152638092637062, -0.038804829120635986, -0.04497447609901428, 0.009844377636909485, -0.026505980640649796, -0.10364241898059845, -0.2898881435394287, -0.08345972001552582, -0.005645263008773327, 0.04916371405124664, -0.022238915786147118, 0.1075100228190422, 0.0687687024474144, 0.13099560141563416, 0.07700565457344055, -0.12415195256471634, -0.20493420958518982, -0.060946639627218246, 0.05260295420885086, -0.022199353203177452, 0.01149143185466528, -0.11566668003797531, 0.04044870287179947, 0.09839651733636856, 0.17609602212905884, 0.12001004070043564, 0.0610780194401741, -0.013613252900540829, 0.09135057032108307, 0.17888255417346954, 0.08387278765439987, 0.021950216963887215, 0.09143668413162231, -0.06164957955479622, -0.005781013984233141, -0.044639378786087036, -0.0593453086912632, -0.029402650892734528, 0.15286177396774292, -0.09162639081478119, -0.02515449747443199, -0.08030464500188828, 0.020701969042420387, -0.16388548910617828, 0.06268040835857391, -0.13359607756137848, 0.04370667785406113, -0.043292220681905746, 0.09858440607786179, -0.05557292327284813, 0.06253153830766678, 0.05392270162701607, -0.07034660130739212, 0.00963260792195797, 0.07115256041288376, 0.07559961080551147, -0.025978246703743935, 0.01570947840809822, -0.04635819047689438, -0.12049122899770737, -0.02239522710442543, 0.17427387833595276, -0.30739298462867737, 0.22277240455150604, -0.007819073274731636, -0.003292778041213751, -0.07543082535266876, -0.11611928790807724, -0.09417320042848587, -0.02501187101006508, 0.15356367826461792, -0.006952880881726742, -0.06328857690095901, -0.20419660210609436, -0.06906929612159729, 0.040748659521341324, 0.04322131350636482, 0.1210063248872757, -0.05354635789990425, 0.05670134350657463, 0.05706891044974327, -0.07801266014575958, 0.06900899112224579, -0.17352135479450226, 0.062057141214609146, 0.04191936179995537, 0.07205060124397278, -0.020485950633883476, -0.05880225822329521, -0.05293971300125122, -0.05748504772782326, 0.02065453492105007, -0.11120755970478058, -0.03295581042766571, -0.06212523952126503, -0.026627320796251297, 0.1371638923883438, -0.07788034528493881, -0.05720240995287895, -0.033719245344400406, -0.013787984848022461, -0.04632983356714249, -0.05149437114596367, 0.0418238639831543, -0.04706621170043945, -0.07792865484952927, -0.0960426926612854, 0.11516561359167099, 0.009268742986023426, 0.03490125760436058, 0.02606235072016716, -0.011293387971818447, -0.06988295912742615, -0.07690853625535965, 0.08647291362285614, -0.09410508722066879, 0.008299819193780422, 0.12199348211288452, 0.025437382981181145, 0.016531530767679214, -0.014224397949874401, -0.07967676967382431, 0.19530944526195526, 0.09821321070194244, -0.027921432629227638, 0.15612320601940155, 0.18415920436382294, -0.044740110635757446, -0.17165221273899078, -0.028037652373313904, -0.0387858971953392, -0.014927850104868412, 0.0027889360208064318, -0.11046448349952698, 0.06647925078868866, 0.16969172656536102, -0.03340708464384079, 0.203151136636734, -0.12600897252559662, -0.08277349919080734, 0.23195429146289825, 0.06773706525564194, 0.14326155185699463, -0.1361631453037262, -0.09142950922250748, -0.05374039709568024, -0.09687826782464981, 0.13105018436908722, 0.0009504844783805311, 0.06595347821712494, -0.10742240399122238, 0.03299233689904213, 0.025607090443372726, -0.0866253599524498, 0.17090976238250732, 0.033124376088380814, 0.002631715964525938, -0.07352542132139206, -0.04005312919616699, -0.0035720570012927055, 0.028010092675685883, 0.018320607021450996, -0.03974296897649765, 0.08786116540431976, -0.24824073910713196, -0.005488308146595955, -0.0901314988732338, 0.03231152519583702, -0.012449143454432487, -0.04602544754743576, -0.09609492868185043, 0.029133597388863564, -0.06722788512706757, -0.02736741118133068, -0.058741118758916855, -0.10799538344144821, 0.2076580971479416, 0.0943678766489029, 0.016994023695588112, -0.05129080265760422, -0.10800649225711823, -0.03840886428952217, -0.06457900255918503, 0.06419028341770172, -0.09411182999610901, -0.04619327187538147, 0.1611769199371338, 0.04238159954547882, 0.050893284380435944, -0.0017525622388347983, -0.04789000377058983, 0.02825687825679779, 0.11000693589448929, -0.08716436475515366, -0.009712913073599339, 0.04430622234940529, -0.11854559183120728, -0.07305789738893509, -0.01997070014476776, 0.0030760555528104305, 0.026094060391187668, 0.0021091231610625982, -0.05478684976696968, 0.03547344729304314, -0.06257806718349457, 0.18063747882843018, 0.2209412008523941, 0.09494464844465256, -0.11934133619070053, 0.0965915247797966, 0.03483634069561958, -0.103206567466259, 0.0436808243393898, -0.03747407719492912, -0.06409922242164612, -0.08394777774810791, 0.024382945150136948, 0.10715309530496597, -0.009533058851957321, -0.1442667543888092, -0.059194166213274, -0.060632769018411636, 0.09001890569925308, 0.12180960923433304, 0.026844339445233345, 0.051733218133449554, 0.03644586727023125, -0.12095944583415985, -0.02015215903520584, 0.042869795113801956, 0.005027427803725004, 0.02613992430269718, -0.06606467813253403, -0.07494882494211197, -0.024747217074036598, 0.20864646136760712, -0.038235023617744446, -0.040830619633197784, -0.07609658688306808, 0.08243167400360107, -0.21821539103984833, 0.07150792330503464, 0.011017821729183197, -0.02537781372666359, 0.017906680703163147, -0.040637657046318054, -0.024982623755931854, -0.022265059873461723, -0.08210223913192749, 0.11757170408964157, 0.07928375899791718, 0.05379112809896469, -0.1273302286863327, 0.019638139754533768, 0.08067446202039719, 0.05738986283540726, 0.026865316554903984, 0.02850758284330368, -0.08909527957439423, 0.043796878308057785, -0.13925676047801971, -0.016111230477690697, 0.0016274130903184414, 0.06946460902690887, -0.011002128012478352, -0.04457227513194084, 0.07254668325185776, 0.10052476823329926, -0.05424365773797035, 0.10376092791557312, 0.02356749400496483, -0.0886276438832283, -0.07175710052251816, -0.07970564812421799, -0.06187382712960243, -0.06543523073196411, 0.00760827399790287, 0.12311676889657974, 0.02265676110982895, 0.001035426976159215, 0.009992249310016632, 0.024824444204568863, -0.11860179156064987, -0.06629989296197891, -0.011215408332645893, -0.039763640612363815, -0.09589339047670364, 0.047878991812467575, 0.07351133972406387, -0.0475698783993721, 0.22151952981948853, -0.06200362741947174, -0.031659215688705444, -0.022160673514008522, 0.008060825988650322, 0.018101785331964493, -0.05816701427102089, 0.33810365200042725, 0.052275680005550385, -0.014751658774912357, -0.00529830064624548, -0.023416969925165176, -0.06168362498283386, 0.06048760190606117, 0.10393458604812622, 0.12739241123199463, -0.02061743289232254, 0.0008858031942509115, -0.032474368810653687, -0.02867199294269085, 0.060432203114032745, 0.0100318044424057, -0.09215659648180008, 0.05306929349899292, 0.09156731516122818, 0.051195383071899414, 0.08443877100944519, -0.06769507378339767, -0.012118875049054623, -0.05559157207608223, -0.1000298410654068, -0.09710419178009033, -0.13252463936805725, -0.10027565062046051, -0.0853051245212555, 0.09789799898862839, -0.06450825929641724, -0.002492109313607216, 0.15508046746253967, 0.06754814833402634, -0.03742320463061333, 0.11402513831853867, 0.13553975522518158, 0.016125135123729706, 0.06156906485557556, -0.01937531866133213, -0.02368989773094654, -0.06938165426254272, -0.02557726763188839, 0.12070620059967041, -0.024100322276353836, 0.021766984835267067, 0.02010088972747326, -0.0031490493565797806, 0.019136060029268265, -0.0905374139547348, -0.06201726198196411, -0.022039242088794708, 0.03159251809120178, 0.04511747509241104, 0.16060581803321838, 0.025894183665513992, 0.04714743047952652, 0.03671322017908096, 0.04456746205687523, 0.08029186725616455, -0.09116541594266891, 0.025266319513320923, 0.1113225445151329, -0.014537326991558075, 0.008042395114898682, 0.06332534551620483, -0.04975846782326698, -0.019158795475959778, 0.17206630110740662, 0.11130031943321228, 0.010665164329111576, -0.011070333421230316, 0.04447918012738228, 0.028926216065883636, 0.004435604438185692, 0.11612530797719955, 0.016012268140912056, 0.08645040541887283, -0.05558314919471741, -0.01197553239762783, -0.044161032885313034, -0.06110760197043419, -0.018347127363085747, 0.05953563377261162, 0.07098418474197388, -0.055671270936727524, -0.1182522177696228, 0.1298733949661255, -0.13708654046058655, 0.07369549572467804, 0.09355435520410538, -0.05147280544042587, -0.13403043150901794, -0.03620743751525879, 0.12294372171163559, 0.0002143280435120687, -0.08872980624437332, -0.09299764782190323, 0.007638621609658003, -0.0811452716588974, -0.041236232966184616, -0.16385674476623535, -0.10333605855703354, 0.03020850010216236, -0.0037331427447497845, 0.09053140133619308, 0.01613309420645237, 0.22087998688220978, 0.06269772350788116, 0.050986398011446, -0.07214723527431488, 0.18037129938602448, 0.07289078086614609, 0.03624333441257477, 0.024139415472745895, -0.010162205435335636, 0.06569293141365051, -0.057332463562488556, 0.1176181510090828, -0.0044878628104925156, 0.006581831257790327, 0.0699637308716774, 0.06917314976453781, -0.12329314649105072, 0.11225460469722748, -0.08346551656723022, 0.13600771129131317, 0.009131391532719135, -0.059272173792123795, 0.011953902430832386, -0.08524574339389801, 0.08026091009378433, -0.027231255546212196, -0.12997524440288544, 0.016091497614979744, -0.05429103225469589, -0.012332453392446041, 0.12495298683643341, 0.005164636764675379, -0.1879742443561554, 0.04375879466533661, -0.07632005959749222, -0.04383987560868263, 0.05116746574640274, 0.07729622721672058, 0.03849043324589729, 0.07785960286855698, -0.020487239584326744, 0.037607692182064056, 0.033075470477342606, 0.06892531365156174, -0.14819695055484772, -0.08511363714933395 ]
f06bf4c130eb0ce23e1860f2ed5e00b25ac0916c
# Dataset Card for "QM9" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
lisn519010/QM9
[ "task_categories:graph-ml", "chemistry", "biology", "region:us" ]
2023-03-19T05:47:26+00:00
{"task_categories": ["graph-ml"], "dataset_info": {"features": [{"name": "x", "sequence": {"sequence": "float32"}}, {"name": "edge_index", "sequence": {"sequence": "int64"}}, {"name": "edge_attr", "sequence": {"sequence": "float32"}}, {"name": "y", "sequence": {"sequence": "float32"}}, {"name": "pos", "sequence": {"sequence": "float32"}}, {"name": "z", "sequence": "int64"}, {"name": "name", "dtype": "string"}, {"name": "idx", "sequence": "int64"}], "splits": [{"name": "full", "num_bytes": 363615510, "num_examples": 130831}], "download_size": 55326724, "dataset_size": 363615510}, "tags": ["chemistry", "biology"]}
2023-03-25T11:33:30+00:00
[]
[]
TAGS #task_categories-graph-ml #chemistry #biology #region-us
# Dataset Card for "QM9" More Information needed
[ "# Dataset Card for \"QM9\"\n\nMore Information needed" ]
[ "TAGS\n#task_categories-graph-ml #chemistry #biology #region-us \n", "# Dataset Card for \"QM9\"\n\nMore Information needed" ]
[ 23, 12 ]
[ "passage: TAGS\n#task_categories-graph-ml #chemistry #biology #region-us \n# Dataset Card for \"QM9\"\n\nMore Information needed" ]
[ -0.12828665971755981, 0.08577001094818115, -0.0003895373083651066, -0.0418567918241024, 0.007358607370406389, 0.09051574766635895, -0.0031166167464107275, 0.19077050685882568, 0.304715633392334, 0.0005845960695296526, 0.1084718331694603, 0.0748843252658844, 0.020916474983096123, 0.21154586970806122, -0.028570132330060005, -0.055507685989141464, 0.008235890418291092, 0.04056868702173233, -0.09972365945577621, 0.05700010433793068, 0.012056533247232437, -0.09720075130462646, 0.06981782615184784, -0.10517095774412155, -0.07737997174263, 0.018801037222146988, -0.004136301577091217, -0.05759923905134201, 0.13024893403053284, -0.017604537308216095, 0.05185837671160698, 0.12318843603134155, -0.003571215318515897, -0.14284192025661469, 0.06597438454627991, -0.09105919301509857, -0.057444460690021515, 0.09861429035663605, 0.028377633541822433, -0.04007454961538315, -0.1210109293460846, -0.048027899116277695, 0.014019181951880455, 0.06034725159406662, -0.061069305986166, -0.12885525822639465, -0.11140148341655731, 0.044751960784196854, -0.008968914858996868, -0.07480143010616302, 0.05240090563893318, 0.17192524671554565, -0.14704841375350952, 0.03845689073204994, 0.1985136717557907, -0.11332326382398605, 0.08028334379196167, 0.1867668628692627, 0.14010123908519745, 0.008344951085746288, -0.01893704943358898, 0.1056172326207161, -0.04447920247912407, -0.05356592312455177, -0.013944907113909721, -0.09541627019643784, -0.04250716418027878, 0.011938422918319702, -0.041764236986637115, 0.03944464400410652, 0.19807250797748566, 0.027567347511649132, 0.0041619096882641315, -0.009471169672906399, -0.06538353860378265, -0.004999966826289892, -0.04428907111287117, 0.028595272451639175, -0.008176922798156738, -0.09156470745801926, 0.11417918652296066, 0.003987313713878393, -0.01941348984837532, -0.11999210715293884, -0.08929718285799026, 0.13827186822891235, -0.07088305056095123, 0.05041935667395592, -0.04380201920866966, -0.006488454528152943, -0.1202397570014, -0.04103877767920494, -0.015609734691679478, -0.12896308302879333, -0.0727313831448555, -0.020726753398776054, 0.06782979518175125, 0.019048694521188736, 0.17970767617225647, -0.002465632511302829, 0.11226873844861984, 0.12679199874401093, 0.07583516091108322, 0.07711204141378403, 0.16281218826770782, -0.03045538067817688, -0.027603687718510628, -0.0362270325422287, 0.09073609858751297, 0.03473051264882088, -0.17873141169548035, -0.07176084071397781, -0.08590980619192123, -0.06909222155809402, 0.06288330256938934, 0.10498961061239243, 0.05971330776810646, -0.07311193645000458, 0.012970100156962872, -0.0686260312795639, 0.23906467854976654, -0.03849770873785019, -0.040369775146245956, 0.09580826014280319, -0.06573580205440521, -0.05083111673593521, -0.053711164742708206, -0.010582015849649906, 0.08008604496717453, -0.05241664871573448, -0.10536638647317886, -0.10304944962263107, -0.03227600082755089, -0.05921711027622223, 0.019959725439548492, 0.04124130308628082, 0.11088132858276367, -0.08384738117456436, -0.15458764135837555, 0.011288675479590893, 0.027261124923825264, -0.04848535731434822, 0.06349598616361618, 0.17009136080741882, 0.0982576534152031, -0.01861274056136608, -0.028629694133996964, 0.2147076427936554, -0.06759640574455261, 0.083858422935009, 0.0002230130776297301, 0.10491522401571274, -0.17208468914031982, 0.013418092392385006, -0.043200548738241196, 0.0881822407245636, -0.2001703679561615, 0.01691157929599285, -0.18401090800762177, 0.06255406141281128, -0.07614303380250931, -0.058003757148981094, 0.015531428158283234, -0.06972044706344604, -0.011534386314451694, 0.0871833935379982, -0.09199701249599457, -0.052135713398456573, -0.019376128911972046, 0.0030189743265509605, -0.1881663054227829, -0.08021096885204315, -0.0005053889472037554, 0.0557694248855114, 0.00906427763402462, 0.3700487017631531, 0.2400055229663849, -0.049553852528333664, -0.10814949125051498, 0.15002599358558655, -0.03855375573039055, -0.20746588706970215, 0.13373534381389618, 0.11731592565774918, -0.07909992337226868, 0.029070653021335602, 0.09685538709163666, 0.009375939145684242, -0.07413719594478607, -0.07855100184679031, 0.012391001917421818, -0.06335489451885223, 0.11806333065032959, -0.0511622428894043, 0.07897515594959259, 0.01825486496090889, 0.10282868891954422, -0.05925142019987106, 0.06285835057497025, 0.017088301479816437, -0.07528882473707199, -0.0038668829947710037, 0.20954672992229462, -0.014988832175731659, -0.016858190298080444, -0.14373503625392914, -0.14331039786338806, 0.08674195408821106, -0.1618928462266922, 0.023994091898202896, -0.07521148771047592, 0.02261776477098465, 0.030327707529067993, -0.01303263008594513, 0.016486922279000282, -0.011403183452785015, 0.05269743129611015, -0.10928969830274582, -0.0873153880238533, -0.050606224685907364, -0.06998247653245926, -0.09625082463026047, 0.004003631882369518, -0.04294280335307121, 0.129701167345047, -0.021926915273070335, 0.006781985983252525, 0.0019022516207769513, 0.1124134287238121, -0.01460193656384945, 0.06266717612743378, 0.023548826575279236, 0.051514796912670135, -0.09945724904537201, -0.09955854713916779, -0.07431283593177795, 0.005413709674030542, 0.19634637236595154, 0.06723545491695404, 0.11645863950252533, 0.06062088906764984, -0.21166224777698517, -0.05466485768556595, -0.012765545397996902, -0.016501283273100853, 0.051227815449237823, 0.009681463241577148, 0.0061710188165307045, 0.0026921150274574757, -0.08191096782684326, -0.0179585088044405, 0.0486319437623024, 0.04995346814393997, 0.0275887381285429, 0.08794305473566055, 0.1700960397720337, -0.26284945011138916, 0.03736231476068497, 0.09896133095026016, 0.22966869175434113, 0.0844840556383133, 0.04213663190603256, -0.04117162525653839, -0.02439788170158863, -0.10932546108961105, -0.1090192049741745, 0.3152570128440857, -0.06684630364179611, 0.09904943406581879, 0.08588429540395737, 0.0028635726775974035, 0.08709540963172913, -0.058959681540727615, -0.06011376157402992, -0.08066524565219879, 0.03439340367913246, -0.2182929664850235, -0.02252350188791752, 0.011090422980487347, 0.1468559354543686, 0.10164283215999603, 0.06947855651378632, -0.01262927521020174, 0.0002252027770737186, -0.09134738892316818, 0.27468353509902954, -0.058532655239105225, -0.25764840841293335, 0.03338432312011719, 0.013118155300617218, 0.06093597412109375, -0.05164659768342972, -0.04010722413659096, -0.08344609290361404, -0.018454642966389656, 0.05569909140467644, 0.001322503318078816, -0.032373130321502686, 0.03173910081386566, -0.026936721056699753, 0.05669664219021797, -0.0733012929558754, -0.04982220381498337, 0.0027883334551006556, -0.08071871101856232, 0.1790054589509964, 0.15573641657829285, -0.10286973416805267, 0.08749213814735413, 0.08119646459817886, -0.07645037025213242, 0.03997298330068588, -0.08824580907821655, 0.2704762816429138, -0.04155108705163002, 0.07363313436508179, 0.1134461760520935, 0.012578924186527729, 0.008460555225610733, 0.042114291340112686, 0.07283034920692444, -0.0880296379327774, -0.02530059777200222, -0.019725823774933815, -0.14154426753520966, -0.29358503222465515, -0.12757645547389984, 0.0020489429589360952, 0.09705956280231476, -0.07008189707994461, 0.05498209968209267, 0.05857188254594803, 0.08738510310649872, 0.10604400932788849, -0.09800317883491516, -0.16466252505779266, -0.07325277477502823, -0.026205552741885185, -0.02104719541966915, 0.00437637884169817, -0.049999285489320755, 0.11038250476121902, 0.09528512507677078, 0.3507041931152344, 0.23023433983325958, 0.08380126953125, 0.03793076053261757, 0.01917104236781597, 0.14833872020244598, 0.12154563516378403, 0.1224197968840599, -0.038743335753679276, -0.0547359399497509, -0.008928511291742325, -0.027133068069815636, 0.000036553694371832535, -0.006524539086967707, 0.08102027326822281, -0.12467178702354431, -0.05497287958860397, -0.010273098945617676, 0.01982720196247101, -0.07364630699157715, -0.020223330706357956, -0.00142011814750731, 0.019352760165929794, 0.046930741518735886, 0.09314471483230591, -0.05911888927221298, 0.02836475893855095, 0.009840154089033604, -0.09340059757232666, -0.001018046634271741, -0.004770198836922646, 0.10027101635932922, 0.0013069742126390338, -0.006885360460728407, -0.049646101891994476, -0.18142196536064148, -0.03674283251166344, 0.1716710478067398, -0.10933313518762589, 0.24689330160617828, 0.06536440551280975, -0.048579566180706024, -0.11439689248800278, -0.09365715086460114, -0.04946023225784302, 0.05480773001909256, 0.18425540626049042, 0.04176001623272896, -0.08311039954423904, -0.2291417419910431, -0.2267305701971054, 0.051703598350286484, 0.046254243701696396, 0.048294954001903534, -0.008407693356275558, 0.08612789213657379, 0.00044768216321244836, -0.048062145709991455, -0.046355366706848145, -0.09220942109823227, 0.03528997674584389, 0.08428741246461868, -0.18449589610099792, -0.11344852298498154, -0.04739196598529816, -0.00855789240449667, -0.0036450838670134544, 0.051391784101724625, -0.09775327891111374, -0.10021571815013885, -0.14504948258399963, -0.04261232167482376, 0.16140209138393402, -0.10333863645792007, -0.012907138094305992, -0.014393025077879429, -0.0023005132097750902, -0.051656968891620636, -0.24854007363319397, 0.17621636390686035, -0.06239345669746399, -0.0587434284389019, -0.07711103558540344, 0.11534669995307922, -0.05847078189253807, 0.15371523797512054, 0.04756803810596466, 0.008464351296424866, -0.09165839850902557, -0.12102128565311432, 0.2008662223815918, -0.27971675992012024, 0.07989110797643661, 0.11086709797382355, -0.11009342223405838, 0.04213528335094452, 0.06569675356149673, -0.024450212717056274, 0.26076170802116394, 0.17198915779590607, -0.05755653604865074, 0.18144270777702332, 0.200260192155838, -0.0665118396282196, -0.2669638395309448, 0.07868530601263046, -0.04027552157640457, 0.005829714238643646, 0.003952901344746351, -0.2945338785648346, 0.08300422132015228, 0.16629068553447723, -0.0038480828516185284, 0.18129794299602509, -0.2401188313961029, -0.07239868491888046, 0.031242994591593742, 0.06508904695510864, 0.12934072315692902, -0.15071943402290344, -0.027559008449316025, -0.07647626847028732, -0.15810498595237732, 0.15935580432415009, -0.10641040652990341, 0.060173723846673965, -0.0948929637670517, 0.05104237422347069, -0.04117337241768837, -0.09727051854133606, 0.16195239126682281, 0.05154513567686081, 0.006559684406965971, 0.043170541524887085, -0.22743648290634155, 0.08467961847782135, 0.015049951151013374, -0.008031830191612244, 0.11631530523300171, 0.09214071184396744, -0.25413253903388977, -0.023345986381173134, -0.09525354206562042, 0.07673473656177521, -0.010945890098810196, -0.12896189093589783, -0.11008184403181076, 0.053564731031656265, -0.04497300833463669, -0.043232422322034836, 0.053321655839681625, -0.055479496717453, 0.06090864911675453, 0.0936199352145195, 0.0950193926692009, -0.14327631890773773, -0.1219649538397789, 0.07400698959827423, -0.024838358163833618, 0.03940242528915405, -0.2058562934398651, 0.016359783709049225, 0.22029578685760498, 0.053021229803562164, 0.030594853684306145, 0.031047997996211052, 0.04272181913256645, 0.09566744416952133, 0.06448236852884293, -0.16673633456230164, -0.06339965760707855, 0.005314534530043602, 0.008450356312096119, -0.059581298381090164, 0.0017110827611759305, -0.04301407188177109, 0.023459944874048233, -0.07484231889247894, -0.0493597649037838, 0.011749756522476673, -0.05146610364317894, 0.18973477184772491, 0.20555880665779114, 0.116306833922863, -0.13872212171554565, 0.04200427979230881, 0.05063217505812645, -0.013390513136982918, -0.04605168104171753, 0.10765329748392105, -0.08062487095594406, -0.0902160033583641, -0.002971721813082695, 0.19805780053138733, -0.08443877100944519, 0.03207088261842728, -0.10565166920423508, -0.1153288409113884, 0.027126330882310867, 0.35941028594970703, 0.010577961802482605, -0.016581352800130844, 0.014756007120013237, -0.05500587448477745, 0.00012690592848230153, 0.0554969422519207, -0.25421613454818726, 0.04084014892578125, -0.03372718021273613, -0.13473309576511383, -0.0372176431119442, 0.2605484127998352, -0.1278049647808075, -0.0355936735868454, -0.15934187173843384, 0.009786897338926792, -0.16402891278266907, 0.03449074923992157, -0.04092736169695854, -0.023489462211728096, -0.13321582973003387, 0.008129285648465157, -0.007349424064159393, -0.010674768127501011, -0.08341231942176819, 0.08899066597223282, -0.04984594136476517, 0.05718473717570305, -0.031803205609321594, -0.04023272544145584, 0.07547645270824432, 0.07064823061227798, 0.11161346733570099, 0.045116305351257324, 0.06930559128522873, 0.03285282477736473, 0.09811778366565704, -0.04251895099878311, 0.036256320774555206, 0.137205570936203, 0.06486225128173828, -0.11371394991874695, 0.010603967122733593, -0.042450811713933945, -0.019004104658961296, 0.0724075511097908, 0.009096726775169373, -0.132597878575325, -0.06371507793664932, -0.21327312290668488, -0.035850103944540024, 0.053386490792036057, -0.020362859591841698, 0.11068100482225418, 0.01841438189148903, -0.10637363791465759, 0.08502725511789322, 0.0366477407515049, -0.1703411489725113, -0.04135691747069359, -0.0006957069272175431, -0.1280180662870407, -0.12151756137609482, 0.03932308033108711, 0.08799312263727188, -0.0025144130922853947, 0.41595786809921265, -0.023024754598736763, -0.06206105276942253, 0.030941424891352654, 0.07406184822320938, 0.04859953746199608, 0.02394530177116394, 0.20414051413536072, 0.06520011276006699, -0.0007461282075382769, 0.1753847599029541, 0.11763417720794678, -0.059569522738456726, 0.05763018876314163, 0.23169419169425964, 0.11583021283149719, 0.20480592548847198, -0.10532787442207336, 0.07872086018323898, -0.02783113345503807, -0.0400061197578907, -0.04656412452459335, 0.012995125725865364, -0.02793804183602333, -0.009762556292116642, -0.056209392845630646, 0.030378738418221474, -0.11766510456800461, 0.1411367952823639, -0.06417780369520187, -0.1301034539937973, -0.03668343648314476, 0.12799575924873352, -0.09337311238050461, -0.027905769646167755, -0.03363574296236038, -0.15044188499450684, -0.12963248789310455, 0.08885011821985245, 0.020772043615579605, 0.01585513725876808, 0.15216098725795746, -0.027005944401025772, 0.04741671681404114, 0.01932230032980442, 0.022098831832408905, -0.07521779835224152, -0.0794743075966835, 0.024800416082143784, 0.0725194588303566, -0.053567685186862946, -0.04283713549375534, -0.011540213599801064, -0.10638679563999176, -0.013550345785915852, -0.06549499928951263, -0.07027154415845871, -0.09130584448575974, 0.005632083863019943, -0.0013268620241433382, 0.0637625977396965, -0.033521175384521484, -0.00814787857234478, -0.016555575653910637, 0.134173184633255, 0.07535750418901443, 0.047847237437963486, 0.04747521132230759, 0.056762658059597015, -0.03290114551782608, 0.02909833937883377, 0.058836448937654495, -0.0012503694742918015, -0.01265315804630518, 0.19180163741111755, 0.16257384419441223, -0.13181567192077637, -0.028287019580602646, 0.023866552859544754, 0.030527016147971153, 0.06346704065799713, 0.20086604356765747, 0.08228924125432968, 0.11095522344112396, -0.11786100268363953, -0.09131113439798355, -0.07309672981500626, -0.08191389590501785, -0.0903979241847992, 0.09831957519054413, 0.15478047728538513, 0.0014203874161466956, -0.13705678284168243, 0.10523662716150284, -0.07275459915399551, 0.08289791643619537, -0.00893185380846262, -0.2187567502260208, -0.18116776645183563, -0.06589128822088242, -0.007374845445156097, -0.01851058006286621, -0.04930134862661362, -0.05938595533370972, 0.03364737331867218, -0.12631234526634216, 0.0306635033339262, -0.23315688967704773, -0.1260451227426529, 0.12434257566928864, 0.05520596727728844, 0.13170209527015686, -0.01931264065206051, 0.1487700194120407, 0.03788962587714195, -0.05098813772201538, -0.12646643817424774, 0.032254401594400406, 0.10056282579898834, -0.07035354524850845, -0.005354805383831263, 0.0880550816655159, 0.05086126923561096, 0.029616588726639748, 0.022910410538315773, -0.0007011397392489016, -0.04847034439444542, 0.023228459060192108, -0.012366172857582569, -0.0008772126166149974, 0.05705299228429794, -0.04221441224217415, 0.09815312922000885, 0.01988709159195423, -0.057111065834760666, -0.0279354490339756, -0.06169392541050911, 0.05122673511505127, 0.022204564884305, -0.02378195896744728, -0.15046021342277527, -0.11062321066856384, -0.03079904429614544, -0.055372342467308044, -0.02080240286886692, -0.17954641580581665, -0.011372014880180359, -0.10134700685739517, 0.07148571312427521, -0.024882182478904724, 0.09172240644693375, 0.023747717961668968, -0.02207808382809162, -0.05459311604499817, -0.1601012498140335, -0.0025183786638081074, 0.02646867372095585, -0.15446533262729645, -0.11479070782661438 ]
eac57703ea733bd4176aa616cfb31fa16849d879
# Dataset Card for "bookcorpus_maxlen_32_tokenized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Rab0na/bookcorpus_maxlen_32_tokenized
[ "region:us" ]
2023-03-19T05:48:57+00:00
{"dataset_info": {"features": [{"name": "bert_token", "sequence": "int64"}, {"name": "gpt2_token", "sequence": "int64"}], "splits": [{"name": "test", "num_bytes": 1848440.250435421, "num_examples": 6960}, {"name": "train", "num_bytes": 18480581597.76182, "num_examples": 69585613}], "download_size": 3934201942, "dataset_size": 18482430038.012257}}
2023-03-19T08:22:58+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bookcorpus_maxlen_32_tokenized" More Information needed
[ "# Dataset Card for \"bookcorpus_maxlen_32_tokenized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bookcorpus_maxlen_32_tokenized\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bookcorpus_maxlen_32_tokenized\"\n\nMore Information needed" ]
[ -0.0504242368042469, 0.11515691876411438, -0.001793977920897305, 0.06066438555717468, 0.046012137085199356, 0.10396558046340942, 0.15239182114601135, 0.10325779765844345, 0.054128680378198624, -0.024912428110837936, 0.07515370845794678, 0.05676167830824852, 0.02398013509809971, 0.2266034185886383, 0.01392433326691389, -0.0584234781563282, 0.052533913403749466, 0.06404019892215729, 0.019823718816041946, -0.0012474730610847473, 0.0020335675217211246, -0.07120530307292938, 0.08406505733728409, -0.1586320400238037, -0.18430566787719727, 0.06159806624054909, -0.07292049378156662, -0.029035737738013268, 0.06458652764558792, -0.01872199773788452, 0.13345816731452942, -0.019616616889834404, 0.03908463194966316, -0.10807399451732635, 0.014787905849516392, -0.011046577244997025, -0.11136756092309952, 0.050631891936063766, 0.0018677684711292386, 0.0004909690469503403, 0.14442262053489685, -0.03769552707672119, -0.0346834771335125, -0.0727667585015297, -0.08886519819498062, -0.14058387279510498, -0.14827749133110046, 0.03158402442932129, -0.018937349319458008, -0.05723751336336136, 0.07766808569431305, 0.1629662811756134, -0.004502870142459869, 0.07721757888793945, 0.0678892433643341, -0.1958858072757721, -0.004253285937011242, 0.3170105814933777, 0.08853626251220703, 0.13286976516246796, -0.047184981405735016, -0.006535531021654606, 0.10593902319669724, 0.003362650517374277, -0.005824043415486813, -0.04619713872671127, -0.02359194867312908, 0.10277590900659561, -0.021442772820591927, -0.061629556119441986, 0.2455543875694275, -0.06050334870815277, -0.008775001391768456, 0.017411191016435623, -0.02302985079586506, 0.009020238183438778, 0.011475934647023678, 0.098086878657341, 0.06390348076820374, 0.009565389715135098, 0.005113301798701286, -0.0420752577483654, -0.04035799950361252, -0.11295400559902191, -0.1283714324235916, 0.010029926896095276, -0.057797349989414215, 0.16153135895729065, -0.09464623034000397, -0.037408407777547836, -0.10843273997306824, 0.005074135027825832, 0.028411773964762688, -0.07715307176113129, 0.0668439269065857, -0.04402227699756622, -0.024504924193024635, 0.053101807832717896, 0.045574236661195755, 0.01900973543524742, 0.031962085515260696, 0.0037874560803174973, -0.03607925772666931, 0.11899742484092712, 0.14648845791816711, -0.1150503158569336, 0.03614289313554764, -0.032652225345373154, -0.03713862970471382, -0.03477920964360237, 0.08329963684082031, -0.053723130375146866, -0.1473609209060669, 0.01764172874391079, -0.10647972673177719, 0.030678872019052505, -0.06204637885093689, -0.13071763515472412, -0.007730194833129644, -0.014413590542972088, 0.25760239362716675, -0.08284156024456024, 0.028626862913370132, -0.06940006464719772, -0.041331008076667786, 0.00802116934210062, -0.0763620063662529, -0.09908006340265274, 0.023231742903590202, 0.050734084099531174, -0.07159596681594849, -0.017360445111989975, -0.028829891234636307, -0.030479446053504944, 0.12943726778030396, -0.14539967477321625, 0.05673663318157196, -0.04442477226257324, -0.2912389934062958, 0.0483618825674057, 0.05433395132422447, -0.07149826735258102, 0.10515990853309631, 0.037664808332920074, 0.06231146678328514, 0.023317892104387283, -0.03296663239598274, 0.08696892112493515, -0.09234349429607391, 0.04511205106973648, 0.03116777539253235, 0.16142696142196655, -0.2504503130912781, -0.003016204573214054, -0.07208330184221268, 0.014758437871932983, -0.0507134348154068, -0.017878491431474686, -0.061363302171230316, 0.056907057762145996, -0.041924625635147095, -0.030873887240886688, -0.09351213276386261, 0.07374126464128494, 0.00958523340523243, -0.020611902698874474, -0.20179453492164612, -0.06032349914312363, 0.20412757992744446, -0.15793289244174957, -0.1586584746837616, 0.0021408582106232643, -0.04533277451992035, -0.0048369839787483215, 0.042333271354436874, 0.27035531401634216, -0.005291466601192951, -0.023915033787488937, -0.12339882552623749, 0.1616305112838745, -0.10093410313129425, -0.31034767627716064, 0.048123933374881744, 0.015568485483527184, -0.06204315647482872, -0.0073100607842206955, 0.20031678676605225, -0.0708642452955246, 0.017521366477012634, -0.07698676735162735, -0.07670605182647705, -0.12050768733024597, 0.07650786638259888, 0.0458410382270813, 0.011724859476089478, -0.06313499063253403, 0.14191068708896637, 0.18129491806030273, 0.03933834657073021, -0.014632944017648697, -0.002913965843617916, 0.06730715185403824, 0.09792887419462204, -0.14730127155780792, 0.013467424549162388, -0.1440439224243164, -0.034514084458351135, 0.02708815410733223, -0.024379411712288857, 0.036718666553497314, 0.08488692343235016, 0.06081248074769974, 0.006108330562710762, -0.11718714237213135, 0.10722017288208008, 0.09384872019290924, -0.03744298219680786, -0.0277615524828434, 0.0029576574452221394, 0.011586793698370457, -0.08790983259677887, -0.24263045191764832, -0.158650740981102, -0.03843502700328827, 0.02403929829597473, 0.00354369287379086, -0.0012080168817192316, -0.023418955504894257, 0.050530195236206055, 0.006623394787311554, -0.019668206572532654, -0.058890875428915024, 0.06509311497211456, -0.0172125156968832, -0.02564944699406624, -0.03156714141368866, -0.054008711129426956, 0.15157873928546906, 0.158652663230896, 0.034543778747320175, 0.02435392513871193, -0.09658218920230865, 0.014617439359426498, -0.030632657930254936, -0.059599943459033966, 0.07392920553684235, -0.11967544257640839, -0.07396022975444794, 0.06012871861457825, -0.1028585210442543, 0.011865144595503807, 0.020281849429011345, 0.010102687403559685, -0.08837859332561493, 0.04854263365268707, 0.10459448397159576, -0.21952785551548004, 0.1315947026014328, 0.21762505173683167, 0.05646964907646179, 0.1676354706287384, -0.029031826183199883, -0.07061126828193665, -0.0012064585462212563, -0.03206579014658928, -0.021171271800994873, 0.20121878385543823, 0.013226792216300964, -0.012614412233233452, 0.05798687785863876, -0.0206061452627182, 0.06391764432191849, -0.0895753800868988, -0.03834553807973862, -0.014143574051558971, -0.038108907639980316, -0.16225337982177734, -0.010231026448309422, -0.0327121838927269, 0.07754535973072052, -0.01624714955687523, 0.013815246522426605, 0.10619615018367767, -0.02662064880132675, 0.0036492664366960526, 0.10444320738315582, -0.11945302784442902, -0.24528557062149048, -0.09732561558485031, -0.07795363664627075, 0.03951215744018555, 0.06280706077814102, -0.06007601320743561, -0.06370940804481506, -0.00899241678416729, -0.0320507250726223, -0.1471594125032425, -0.12694337964057922, -0.047476626932621, -0.03414355218410492, 0.061581261456012726, -0.05151576176285744, -0.13816604018211365, 0.026757044717669487, -0.011273551732301712, 0.05858011543750763, 0.08345387876033783, -0.10843251645565033, 0.04227215051651001, 0.018690507858991623, -0.06978531181812286, 0.018411384895443916, -0.05762482434511185, 0.04458771273493767, -0.02321852371096611, -0.03419385477900505, 0.07983317226171494, 0.02679087594151497, 0.012758783996105194, 0.029791319742798805, 0.03788117319345474, -0.09333410859107971, -0.0039876908995211124, -0.06628009676933289, -0.24714533984661102, -0.259678453207016, -0.12475549429655075, -0.060609541833400726, 0.185186967253685, 0.15705761313438416, 0.0685456246137619, -0.0715329721570015, 0.050939612090587616, 0.09573241323232651, 0.14636826515197754, -0.10819900035858154, -0.014852930791676044, -0.09599848836660385, 0.05291753262281418, 0.042809948325157166, -0.1553219109773636, 0.031117834150791168, 0.14561571180820465, 0.2451375424861908, 0.16275471448898315, 0.025338973850011826, 0.17096950113773346, -0.04302980378270149, 0.07059061527252197, 0.11628779768943787, 0.19603511691093445, 0.01541653648018837, -0.026711810380220413, -0.010405224747955799, -0.005620348267257214, -0.027229106053709984, 0.02674463391304016, 0.05373992770910263, -0.08555685728788376, 0.0214842539280653, -0.11309002339839935, 0.015311937779188156, -0.15868160128593445, 0.06938274204730988, -0.17645418643951416, 0.05154947191476822, 0.041646938771009445, 0.13135600090026855, -0.07795983552932739, 0.055156975984573364, 0.1629498451948166, -0.02561314031481743, 0.08402620255947113, 0.021203160285949707, 0.02633034437894821, -0.1126922145485878, -0.025118988007307053, -0.11788381636142731, -0.09088025987148285, 0.009174217469990253, 0.09689493477344513, -0.07009679824113846, 0.16589465737342834, 0.041167791932821274, -0.02305532619357109, -0.07862250506877899, -0.007114002481102943, -0.002789020538330078, -0.04913224279880524, 0.09548293054103851, 0.06478647142648697, -0.19897916913032532, -0.05527443438768387, -0.08451016992330551, -0.040856651961803436, 0.061583325266838074, 0.1361691653728485, -0.11467289179563522, 0.0716521292924881, -0.007713516242802143, -0.06482228636741638, -0.13612940907478333, 0.06346713751554489, -0.176889568567276, 0.028135523200035095, 0.049875177443027496, -0.2410542070865631, 0.008178066462278366, -0.0103133050724864, 0.008293883875012398, 0.22757357358932495, 0.14987105131149292, -0.03071429580450058, -0.03606002777814865, -0.016559259966015816, 0.1543043702840805, 0.052809640765190125, 0.037861861288547516, 0.03275489807128906, 0.034359026700258255, -0.0645570382475853, -0.19153732061386108, 0.08093513548374176, -0.03627987578511238, 0.09198841452598572, -0.09334420412778854, 0.10924196243286133, -0.07485539466142654, 0.050545237958431244, -0.012663273140788078, 0.027722343802452087, -0.05678416043519974, -0.025802534073591232, 0.12688428163528442, -0.13970592617988586, 0.1486138105392456, 0.20069251954555511, 0.021729018539190292, 0.06909053027629852, 0.18165139853954315, -0.04207800701260567, 0.10704094916582108, 0.04279179871082306, -0.022178256884217262, 0.16712993383407593, 0.17966507375240326, -0.10801546275615692, -0.25103098154067993, -0.018183141946792603, -0.16011840105056763, -0.021705396473407745, -0.0343015193939209, -0.19337323307991028, 0.154586523771286, 0.17029517889022827, 0.000224309042096138, 0.32386064529418945, -0.10952547192573547, -0.039859652519226074, 0.07071663439273834, 0.060867663472890854, 0.31053945422172546, -0.12615543603897095, -0.055654995143413544, -0.15876992046833038, -0.11511041224002838, 0.17008119821548462, -0.18793970346450806, 0.05294516310095787, -0.0326104573905468, 0.04100644588470459, -0.0725710317492485, -0.046678345650434494, 0.10685038566589355, 0.07106003165245056, 0.073224738240242, -0.09587278962135315, -0.07777855545282364, 0.0914980098605156, -0.0706830769777298, 0.069615937769413, -0.16059862077236176, 0.028079140931367874, -0.14356090128421783, -0.012739978730678558, 0.03823263198137283, -0.03381882607936859, 0.04226132482290268, -0.02771519497036934, -0.11614036560058594, 0.027665477246046066, -0.08238333463668823, -0.0067462008446455, 0.12754404544830322, 0.06378522515296936, 0.08532148599624634, 0.14133594930171967, 0.032672520726919174, -0.09610964357852936, -0.025741541758179665, -0.023190952837467194, -0.09518815577030182, 0.06248445436358452, -0.2454535961151123, 0.014318125322461128, 0.1151181012392044, 0.02850981429219246, 0.009898369200527668, 0.061488132923841476, 0.05861298739910126, -0.006578157190233469, 0.12930238246917725, -0.10820178687572479, 0.013077936135232449, 0.10596080869436264, 0.011619994416832924, -0.06440430879592896, 0.05583465099334717, 0.02385818399488926, 0.03189881518483162, -0.019016671925783157, -0.011484367772936821, 0.040772296488285065, -0.06497879326343536, 0.1161455512046814, 0.07365525513887405, 0.04746084660291672, -0.14731721580028534, 0.22165580093860626, 0.0340639129281044, -0.04357203096151352, 0.0006345007568597794, 0.0015558917075395584, -0.0632503554224968, -0.0994846448302269, 0.08999641239643097, 0.08651234209537506, -0.023498840630054474, -0.058243703097105026, 0.034684136509895325, -0.05238670855760574, 0.03975833207368851, 0.14148221909999847, 0.07330791652202606, 0.0687360018491745, -0.013543203473091125, -0.046040572226047516, -0.04969441145658493, -0.05120977759361267, -0.12157772481441498, 0.09791554510593414, 0.029771488159894943, -0.13923431932926178, -0.08457478880882263, 0.09001516550779343, -0.0428326316177845, 0.0018570702522993088, -0.13621938228607178, 0.022650793194770813, -0.154916450381279, 0.08302914351224899, -0.03775520250201225, 0.004236047156155109, -0.02617717534303665, 0.13541287183761597, 0.015537470579147339, -0.03397341072559357, -0.12146465480327606, 0.06241840496659279, 0.02658635936677456, 0.05512268841266632, -0.04587642103433609, 0.0188922006636858, 0.0420248843729496, 0.036360643804073334, 0.052626706659793854, 0.04934815317392349, 0.034885041415691376, 0.08738992363214493, -0.03674402832984924, -0.1119605302810669, 0.05027364194393158, 0.05316475033760071, 0.01690593548119068, 0.06470061838626862, -0.005947848781943321, 0.09198281168937683, -0.02093491703271866, 0.07763460278511047, -0.11072476208209991, -0.04361068457365036, 0.03387552872300148, -0.1712106466293335, -0.09573247283697128, 0.05023980513215065, -0.014315785840153694, 0.17516419291496277, 0.027902524918317795, 0.0031209979206323624, 0.0265522301197052, -0.06961600482463837, -0.0411180816590786, -0.016213364899158478, -0.0024290939327329397, -0.18628838658332825, -0.05610882118344307, 0.007614965550601482, 0.023197054862976074, 0.012891247868537903, 0.4409811794757843, -0.03432884439826012, -0.07289917021989822, -0.07974940538406372, 0.059927310794591904, -0.035038381814956665, -0.003790741553530097, 0.3719214200973511, 0.06852084398269653, -0.06117664650082588, 0.03907093033194542, 0.08628781139850616, 0.043059106916189194, 0.21253442764282227, 0.0926227793097496, 0.09268049150705338, 0.056046076118946075, 0.07399260997772217, 0.03060825914144516, -0.07479876279830933, 0.051279254257678986, -0.08275430649518967, 0.025339599698781967, 0.08366222679615021, 0.062203437089920044, 0.03736284375190735, -0.06356198340654373, -0.07728545367717743, 0.02588696777820587, -0.06653065979480743, -0.11930638551712036, -0.036696549504995346, -0.07356412708759308, -0.041638657450675964, -0.03219563886523247, 0.028612442314624786, -0.06936010718345642, -0.037987399846315384, 0.1618952751159668, 0.05301251262426376, -0.005702742841094732, -0.035684842616319656, -0.08600917458534241, 0.07252638787031174, 0.02553488314151764, 0.003020430915057659, -0.07217208296060562, 0.012418200261890888, -0.06680251657962799, -0.026437822729349136, -0.08850523829460144, -0.025384770706295967, -0.005650354083627462, 0.11353190243244171, 0.0322132483124733, -0.03285609558224678, -0.030972419306635857, -0.058829985558986664, 0.0540701188147068, -0.03456927835941315, 0.13862542808055878, 0.04022061824798584, 0.003634386695921421, 0.028918523341417313, 0.033802345395088196, -0.013793600723147392, 0.013708293437957764, 0.024621261283755302, -0.063762366771698, -0.03939221799373627, 0.0401824414730072, -0.05201549828052521, -0.0352366678416729, -0.04123295843601227, 0.15273161232471466, 0.28506118059158325, -0.023981424048542976, -0.019530966877937317, 0.04661065712571144, 0.02584664896130562, 0.08095306158065796, 0.14932405948638916, 0.056869953870773315, 0.06693316996097565, -0.02397807501256466, -0.13181042671203613, -0.0026800748892128468, -0.005091630853712559, -0.00660331267863512, -0.020554721355438232, 0.04234942048788071, -0.06039508059620857, -0.05087908357381821, 0.02569863572716713, -0.12275073677301407, 0.07504494488239288, 0.13655811548233032, -0.14804039895534515, -0.07465189695358276, -0.008798887953162193, 0.04430542141199112, 0.0018067294731736183, -0.02417244389653206, -0.0873536616563797, 0.019777750596404076, -0.08373256772756577, -0.04878673702478409, -0.35865798592567444, -0.187921941280365, -0.02410202845931053, 0.0031247343868017197, 0.13686572015285492, -0.034350648522377014, 0.06428766250610352, 0.024540074169635773, 0.047126635909080505, -0.0571894496679306, 0.04908348619937897, -0.03809963911771774, -0.024065321311354637, -0.03163176402449608, 0.0523642972111702, -0.07181717455387115, -0.021046003326773643, 0.05568110942840576, 0.13477982580661774, -0.087392657995224, 0.16286659240722656, 0.047091275453567505, -0.019189879298210144, -0.04406007379293442, -0.11363924294710159, 0.12037231028079987, 0.10137800127267838, 0.029224298894405365, -0.0035277223214507103, 0.04019119217991829, 0.06365722417831421, 0.036339182406663895, -0.11907517910003662, -0.05886057764291763, 0.010723363608121872, -0.08811347186565399, 0.008117128163576126, -0.0004505189135670662, -0.19555631279945374, 0.01064898632466793, -0.11390609294176102, 0.009822320193052292, -0.11822612583637238, 0.06455850601196289, 0.09419183433055878, 0.04029162600636482, -0.046677738428115845, 0.040291059762239456, 0.020961835980415344, -0.0059928591363132, -0.03555431216955185, -0.13956965506076813 ]
7da1e49f0cb59f11ac4a1a4418e49dd843f260fc
# Dataset Card for "cv_data" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
linhqyy/cv_data
[ "region:us" ]
2023-03-19T06:10:18+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "float64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "test", "num_bytes": 1188121256, "num_examples": 1237}, {"name": "train", "num_bytes": 2663428424, "num_examples": 2773}, {"name": "eval", "num_bytes": 1188121256, "num_examples": 1237}], "download_size": 814975678, "dataset_size": 5039670936}}
2023-03-19T06:15:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cv_data" More Information needed
[ "# Dataset Card for \"cv_data\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cv_data\"\n\nMore Information needed" ]
[ 6, 14 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cv_data\"\n\nMore Information needed" ]
[ -0.14660944044589996, 0.1461683064699173, -0.0026709812227636576, -0.04232547804713249, 0.10684201121330261, 0.12269552797079086, 0.04826689139008522, 0.06391745805740356, 0.12150294333696365, -0.004184029996395111, 0.1538006067276001, 0.008479934185743332, 0.06268244236707687, 0.19742481410503387, -0.05350543558597565, -0.024903878569602966, 0.07338353246450424, 0.053318753838539124, -0.03265275061130524, 0.01834581047296524, 0.022091468796133995, -0.10998266935348511, 0.08583584427833557, -0.1297042816877365, -0.18066270649433136, 0.020806482061743736, -0.057957250624895096, -0.03329726681113243, 0.08342069387435913, -0.08756685256958008, 0.16625021398067474, 0.04539341852068901, 0.06829993426799774, -0.17042376101016998, 0.013436452485620975, -0.01526480633765459, -0.09265618771314621, 0.10693132877349854, 0.009897666983306408, -0.10154014825820923, -0.05747974291443825, -0.060423433780670166, 0.012595602311193943, -0.00845442432910204, -0.1267702430486679, -0.2202128767967224, -0.10481669753789902, -0.09519616514444351, 0.013136856257915497, -0.04562065005302429, 0.0774911567568779, 0.10419396311044693, -0.15701021254062653, 0.003445954993367195, 0.07454285025596619, -0.08699009567499161, 0.09166311472654343, 0.2665339708328247, -0.0077195982448756695, 0.10475000739097595, -0.04357190430164337, 0.0796244814991951, 0.09358632564544678, -0.0420314185321331, 0.005248576402664185, -0.006346432957798243, -0.2849779725074768, 0.1355292648077011, -0.0308013167232275, -0.13686133921146393, 0.4134582281112671, -0.01717481203377247, 0.06749192625284195, 0.06051298975944519, -0.018064206466078758, -0.14769597351551056, -0.000027119493097416125, 0.05858014151453972, 0.03474454954266548, 0.03360449895262718, 0.018655220046639442, 0.01224876195192337, -0.13626915216445923, -0.1589660793542862, -0.1431214064359665, -0.1425108164548874, -0.043409448117017746, 0.1612733006477356, -0.17447571456432343, 0.013320385478436947, -0.08218783140182495, -0.012228584848344326, -0.02737186849117279, -0.10536562651395798, -0.05952969565987587, -0.07419333606958389, -0.011364390142261982, 0.039179690182209015, 0.10096639394760132, 0.023915698751807213, 0.11344724893569946, 0.0014136042445898056, -0.08773064613342285, 0.09481394290924072, 0.1755893975496292, -0.02024526707828045, -0.057099971920251846, 0.11259013414382935, -0.04324830695986748, -0.19152165949344635, -0.05874790623784065, -0.10829635709524155, -0.14156311750411987, -0.007405441254377365, -0.06180104613304138, 0.17982304096221924, -0.08032044768333435, -0.10333806276321411, -0.05423827841877937, 0.008182618767023087, 0.1865161508321762, -0.04365973547101021, 0.042169004678726196, 0.05812236666679382, -0.018646173179149628, 0.013834341429173946, -0.08432674407958984, 0.00021709005523007363, 0.07271810621023178, 0.030877334997057915, -0.10935451835393906, 0.01122196763753891, -0.04412248358130455, -0.04312710836529732, 0.12496326118707657, -0.1613970845937729, 0.05248694121837616, -0.07859685271978378, -0.20705412328243256, 0.05165165290236473, 0.0028408418875187635, -0.06443259865045547, 0.20091168582439423, -0.00459032878279686, 0.053285304456949234, -0.022568458691239357, -0.03870508447289467, 0.11246403306722641, -0.09294591099023819, 0.04650795832276344, -0.088672935962677, 0.10160022974014282, -0.17390082776546478, 0.0456915944814682, -0.1217053160071373, 0.018243728205561638, 0.04619773104786873, 0.004551657009869814, -0.12289703637361526, 0.08479579538106918, -0.07722629606723785, -0.003507666289806366, -0.08504614979028702, -0.007351985666900873, -0.03589905425906181, 0.09174402803182602, -0.26874542236328125, 0.004771265666931868, 0.23099641501903534, -0.07929927110671997, -0.19616132974624634, -0.046003829687833786, -0.04145633801817894, 0.01608501374721527, 0.057688742876052856, 0.25790199637413025, 0.034401047974824905, -0.12558753788471222, 0.006293163169175386, 0.1896934062242508, -0.13754381239414215, -0.3189912438392639, 0.09122952073812485, -0.06817504018545151, -0.09349525719881058, 0.01946178823709488, 0.07807006686925888, -0.03141580522060394, -0.10869543999433517, -0.08927461504936218, 0.007907693274319172, -0.1169460192322731, 0.06322121620178223, 0.0019227135926485062, 0.020942606031894684, 0.03146439790725708, 0.1947033554315567, -0.01961504854261875, 0.06559336930513382, -0.03157348558306694, -0.015511796809732914, -0.005721913650631905, 0.1367131918668747, -0.1745854616165161, 0.010026990436017513, -0.1637519747018814, -0.13599230349063873, 0.03998413681983948, 0.07099787145853043, -0.048138294368982315, 0.08539832383394241, 0.06604887545108795, -0.03695077821612358, 0.03430941700935364, 0.08676617592573166, 0.10549373179674149, 0.0671956017613411, 0.007617447059601545, -0.019696537405252457, -0.008870615623891354, -0.09391120821237564, -0.02174697257578373, -0.08152129501104355, -0.07948175817728043, 0.17684070765972137, 0.03642222657799721, 0.038698624819517136, 0.014188510365784168, 0.034566331654787064, 0.03318445011973381, 0.02911904640495777, -0.05577101185917854, 0.01929614692926407, -0.05086871609091759, -0.016199657693505287, 0.037931282073259354, -0.023568371310830116, 0.1620444655418396, 0.12859325110912323, -0.07202420383691788, 0.05884048342704773, -0.15998293459415436, 0.054994869977235794, 0.014296375215053558, -0.06767096370458603, -0.0017746873199939728, -0.16515851020812988, -0.03522689267992973, 0.05792759731411934, -0.08137434720993042, 0.010218287818133831, 0.06612902134656906, -0.022070154547691345, -0.09914805740118027, 0.03951991721987724, 0.22845733165740967, -0.11915967613458633, 0.14745588600635529, 0.20752446353435516, 0.14655081927776337, 0.1326354742050171, -0.07595663517713547, -0.13608808815479279, -0.01304162573069334, -0.04191339388489723, -0.06012948229908943, 0.20163583755493164, -0.08352143317461014, -0.00032780878245830536, 0.11366651207208633, 0.02931266278028488, 0.07553944736719131, -0.1025136411190033, -0.09213924407958984, 0.01145633589476347, -0.04986608028411865, -0.16341184079647064, 0.03549972549080849, -0.007816278375685215, 0.08653981238603592, 0.010543945245444775, -0.004515073727816343, 0.12847189605236053, -0.016612568870186806, -0.053474053740501404, 0.1445157676935196, -0.23847778141498566, -0.23901118338108063, -0.043865833431482315, -0.10428399592638016, 0.11512496322393417, 0.06912212818861008, -0.0835980772972107, -0.1488698273897171, -0.06185225769877434, 0.04752533510327339, -0.09336825460195541, -0.1537335366010666, -0.0204219501465559, 0.035575348883867264, 0.05985071882605553, -0.09019609540700912, -0.10731539875268936, 0.029618771746754646, -0.06731200963258743, 0.05463529750704765, 0.12375885248184204, -0.06956604868173599, 0.17626166343688965, 0.13918043673038483, -0.037316177040338516, 0.0892641469836235, -0.0587475411593914, 0.053558722138404846, -0.019847799092531204, -0.10596606880426407, 0.0469694621860981, -0.01025153324007988, -0.02742273360490799, 0.07452315837144852, 0.07100275903940201, -0.1252966672182083, -0.05018147453665733, -0.12257971614599228, -0.2152080088853836, -0.2553769052028656, -0.20012052357196808, -0.08285250514745712, 0.07740958780050278, 0.0574127621948719, 0.05605269595980644, 0.05367645248770714, 0.043969374150037766, 0.09533599764108658, 0.009770728647708893, -0.12930256128311157, -0.041546691209077835, -0.012551955878734589, -0.02330715022981167, -0.06486183404922485, -0.13066218793392181, 0.010336865670979023, 0.11263791471719742, 0.2016359120607376, 0.29585394263267517, 0.12706558406352997, 0.17763422429561615, 0.018948016688227654, 0.14341072738170624, 0.09572886675596237, 0.15635941922664642, 0.0854349359869957, -0.035239946097135544, 0.030609309673309326, 0.011413347907364368, -0.05616380646824837, -0.01637706346809864, 0.15561683475971222, -0.2062021940946579, -0.003258815035223961, -0.15022419393062592, 0.050823140889406204, -0.19207805395126343, 0.08864005655050278, -0.2206873744726181, 0.11160392314195633, 0.009522023610770702, 0.22985446453094482, -0.11145374923944473, 0.04942589998245239, 0.10707474499940872, -0.06244197115302086, -0.005788648501038551, 0.03628221154212952, 0.05308005213737488, -0.1370835155248642, -0.027247006073594093, -0.07129668444395065, -0.10273081064224243, 0.01210399717092514, 0.16631966829299927, -0.19783256947994232, 0.26578131318092346, 0.05533762276172638, -0.05558079481124878, -0.12609201669692993, -0.06779227405786514, -0.10188641399145126, 0.05064980685710907, 0.1514580249786377, 0.03741047903895378, -0.08358582109212875, -0.2549186944961548, -0.10315323621034622, -0.015458098612725735, 0.09911026805639267, -0.009947729296982288, -0.14406028389930725, 0.05971798673272133, -0.022546311840415, -0.025523344054818153, -0.15314537286758423, -0.05323060229420662, -0.1289987713098526, 0.01601809822022915, 0.057584408670663834, -0.023732634261250496, 0.03518941253423691, 0.022678213194012642, -0.08600223064422607, -0.004243476781994104, -0.044627755880355835, -0.015120506286621094, -0.09532588720321655, -0.008899218402802944, 0.15972910821437836, -0.003602409502491355, 0.045436080545186996, 0.038920480757951736, 0.053773026913404465, -0.03400278463959694, -0.18190902471542358, 0.08815164119005203, -0.07773274183273315, 0.05473211407661438, -0.11296626180410385, 0.1384967714548111, -0.018415670841932297, 0.041153308004140854, 0.02323799766600132, 0.03365297242999077, -0.025128250941634178, -0.07240604609251022, 0.12221472710371017, -0.011259009130299091, 0.11356490850448608, 0.20841461420059204, 0.037189990282058716, -0.046559739857912064, 0.17195218801498413, -0.03172411397099495, 0.2576765716075897, 0.1360098272562027, -0.1038089394569397, 0.26007458567619324, 0.21672505140304565, -0.06341490894556046, -0.29253822565078735, 0.02833402343094349, -0.21256208419799805, -0.03254614770412445, 0.04123180732131004, -0.22568798065185547, 0.0600530207157135, 0.10621711611747742, -0.04043838754296303, 0.1842963695526123, -0.17625434696674347, -0.004907896276563406, 0.1863909214735031, -0.03346855938434601, 0.29043951630592346, -0.06012870743870735, -0.10896426439285278, -0.1046137586236, -0.1704319566488266, 0.2453952431678772, -0.12337112426757812, 0.008049688301980495, 0.007564024534076452, 0.038435667753219604, -0.003110590623691678, -0.06804879754781723, 0.18529272079467773, 0.1081896647810936, 0.10760990530252457, -0.045249659568071365, -0.0783037319779396, 0.26186883449554443, -0.03258592635393143, 0.05068569257855415, 0.06098930910229683, 0.03545708209276199, -0.08414541929960251, 0.01595180109143257, 0.029497453942894936, 0.024445975199341774, 0.04302912950515747, -0.0714062973856926, -0.08009893447160721, -0.0500279925763607, -0.09527764469385147, -0.047173913568258286, 0.10334699600934982, 0.041745394468307495, -0.03087454102933407, -0.006106728687882423, 0.050432443618774414, -0.11908110231161118, 0.07852694392204285, -0.044406723231077194, -0.0886358991265297, 0.10610878467559814, -0.17772464454174042, 0.06103616952896118, 0.14040379226207733, -0.015765590593218803, 0.06239442154765129, 0.06870605796575546, -0.01514412835240364, 0.0035923514515161514, 0.13458985090255737, -0.12078296393156052, 0.06742023676633835, 0.10490257292985916, -0.0508081428706646, 0.021322475746273994, 0.095204196870327, 0.005100412759929895, 0.05802837014198303, -0.007889618165791035, -0.04156819358468056, 0.0660368800163269, -0.031515736132860184, 0.07156920433044434, 0.1307183802127838, 0.03156818076968193, -0.22500526905059814, 0.17170806229114532, 0.06685077399015427, -0.0685434564948082, -0.001056742505170405, -0.10670968890190125, -0.1319655478000641, -0.10435280948877335, 0.011303380131721497, 0.25522565841674805, -0.06009063124656677, -0.12108087539672852, 0.08108789473772049, -0.05779100954532623, 0.02971005253493786, 0.14255207777023315, 0.042067158967256546, 0.1600489616394043, 0.03752821311354637, -0.05781017616391182, -0.05526435375213623, -0.038703206926584244, -0.13870210945606232, 0.004880751948803663, -0.06243887543678284, -0.13304077088832855, -0.07144461572170258, 0.16255857050418854, -0.06030263379216194, -0.09571052342653275, -0.06308085471391678, 0.09318238496780396, -0.13215689361095428, 0.017879163846373558, -0.003335300600156188, -0.019522743299603462, 0.019413428381085396, 0.05099804699420929, 0.006586724426597357, -0.014795211143791676, -0.119297556579113, 0.15204894542694092, 0.010839837603271008, 0.07292887568473816, -0.14451830089092255, -0.025837495923042297, 0.04668305814266205, 0.05373907461762428, 0.12080607563257217, 0.10449818521738052, 0.04623447731137276, 0.11221650242805481, -0.2083721160888672, -0.11352723836898804, 0.09649470448493958, 0.07444600015878677, 0.10152909904718399, 0.10747694969177246, -0.009147792123258114, 0.10256149619817734, -0.10148853063583374, 0.05632518604397774, -0.07737357169389725, -0.052889127284288406, -0.038587089627981186, -0.1710384041070938, -0.049654364585876465, 0.036256808787584305, -0.030110402032732964, 0.1839148998260498, 0.04912382364273071, -0.07325119525194168, 0.10762795060873032, 0.03125830367207527, 0.0029130878392606974, -0.07347404956817627, -0.034650251269340515, -0.0986507311463356, -0.16510380804538727, 0.053793419152498245, 0.05794228985905647, -0.07452598959207535, 0.5192200541496277, 0.02505532093346119, -0.0633811354637146, -0.06608571857213974, 0.2281046360731125, -0.054618462920188904, 0.04600248113274574, 0.2983912527561188, 0.12824487686157227, -0.052057862281799316, -0.05574279651045799, 0.11283545941114426, 0.0098219383507967, 0.06961605697870255, 0.06293962150812149, -0.01188705489039421, 0.101114921271801, -0.04699351266026497, 0.032398771494627, -0.14315615594387054, 0.0727541446685791, -0.0335313156247139, -0.04377742484211922, 0.0241828765720129, 0.055778756737709045, -0.05059349909424782, -0.017788607627153397, -0.06299472600221634, -0.007896693423390388, -0.050281327217817307, -0.10773883014917374, -0.07289763540029526, -0.13192400336265564, -0.025511806830763817, -0.11729222536087036, 0.03299863263964653, -0.07178667932748795, -0.024523453786969185, 0.26944786310195923, 0.037423815578222275, 0.02806020714342594, 0.0666281059384346, -0.027773724868893623, 0.06110423430800438, -0.01531442254781723, -0.008446036837995052, -0.015154247172176838, -0.04247836396098137, -0.06041591241955757, 0.08022003620862961, -0.07265771180391312, -0.018923943862318993, -0.005096322391182184, 0.13134397566318512, 0.035041626542806625, -0.13628371059894562, -0.0705132856965065, -0.05306674912571907, 0.05677671730518341, -0.15582476556301117, 0.09032545238733292, 0.024303751066327095, 0.044085994362831116, 0.06601620465517044, 0.09791752696037292, 0.04011617973446846, 0.08680208772420883, -0.05212002992630005, -0.06392262130975723, 0.03294191509485245, 0.10762003809213638, 0.022709732875227928, -0.05891857668757439, -0.029410382732748985, 0.17079000174999237, 0.27615633606910706, -0.018592558801174164, -0.012694056145846844, 0.006352674216032028, 0.03471275791525841, 0.029367506504058838, 0.16035114228725433, 0.014673245139420033, 0.09632854908704758, -0.037849366664886475, -0.07915592193603516, 0.0015903078019618988, -0.04980924725532532, -0.010182279162108898, 0.0037568053230643272, 0.018946068361401558, -0.07842599600553513, -0.07338132709264755, 0.12458273023366928, -0.16507266461849213, 0.07848721742630005, 0.11468762904405594, -0.12180205434560776, -0.05077637359499931, -0.024924984201788902, 0.0968480333685875, 0.01257278397679329, -0.05147673562169075, -0.0983823910355568, -0.03633427992463112, 0.0413387306034565, -0.004576493985950947, -0.334060400724411, -0.17544059455394745, 0.026328101754188538, -0.008866440504789352, 0.11157665401697159, -0.03169000521302223, 0.14296984672546387, -0.030462639406323433, 0.07712492346763611, -0.09792885929346085, 0.03596236929297447, 0.04217637702822685, 0.05894055962562561, -0.02965596877038479, -0.0006351225893013179, -0.07109295576810837, -0.042601484805345535, 0.07333954423666, -0.06542625278234482, -0.016724923625588417, 0.050702307373285294, 0.04095197468996048, 0.01581604592502117, -0.03903187811374664, -0.039070818573236465, 0.10063431411981583, -0.043745528906583786, -0.019068609923124313, -0.012434296309947968, 0.010846417397260666, 0.06283426284790039, 0.023620860651135445, -0.10778015851974487, -0.06747472286224365, 0.027436932548880577, -0.06965917348861694, 0.1252228021621704, 0.04093165695667267, 0.01534175407141447, 0.07047625631093979, -0.09435808658599854, 0.018775148317217827, -0.01815253309905529, 0.06250004470348358, 0.10871279984712601, 0.055286943912506104, -0.03820692375302315, 0.1399775594472885, 0.07313784211874008, -0.013092041015625, -0.06052843853831291, -0.10937628895044327 ]
d2d5173690d8547dc0d7b8bd8e8a2ede1c592cfe
An English dataset comprised of some names, words, and many sentences, to train various things on, or perform language statistics on. Some sentences are taken from Wikipedia, various comments sections, etc, and some are written by me. A fairly large portion also comes from the Bee Movie script.
pfox/generalconcept_7
[ "license:cc-by-sa-3.0", "region:us" ]
2023-03-19T06:58:02+00:00
{"license": "cc-by-sa-3.0"}
2023-03-19T07:10:58+00:00
[]
[]
TAGS #license-cc-by-sa-3.0 #region-us
An English dataset comprised of some names, words, and many sentences, to train various things on, or perform language statistics on. Some sentences are taken from Wikipedia, various comments sections, etc, and some are written by me. A fairly large portion also comes from the Bee Movie script.
[]
[ "TAGS\n#license-cc-by-sa-3.0 #region-us \n" ]
[ 17 ]
[ "passage: TAGS\n#license-cc-by-sa-3.0 #region-us \n" ]
[ 0.0016063234070315957, -0.0419909842312336, -0.006538076791912317, -0.03781961277127266, 0.00941528007388115, 0.05001990497112274, 0.1988193243741989, -0.006272255443036556, 0.1794883906841278, -0.0599210150539875, 0.13961757719516754, 0.10107506811618805, 0.013860160484910011, 0.03928043320775032, -0.014255952090024948, -0.07516491413116455, 0.0691041350364685, -0.038730207830667496, 0.022665781900286674, 0.035671211779117584, 0.030371662229299545, 0.001943795126862824, 0.007872354239225388, -0.05074237659573555, -0.08280562609434128, -0.00562141602858901, 0.09599055349826813, -0.05402161926031113, 0.07989624887704849, -0.018942711874842644, 0.10207337141036987, 0.13004827499389648, 0.0018138682935386896, -0.2145254909992218, 0.00909142941236496, -0.07889892160892487, -0.14247512817382812, 0.02176344394683838, 0.03377801552414894, 0.07273499667644501, 0.06593452394008636, 0.1067153736948967, -0.05896081402897835, 0.06332874298095703, -0.18603311479091644, -0.09656667709350586, -0.12849310040473938, 0.014971764758229256, 0.09267355501651764, 0.041467513889074326, 0.0897376760840416, 0.09172295033931732, -0.1964247077703476, -0.03923870250582695, 0.04857306927442551, -0.33696216344833374, 0.055400047451257706, 0.2982824146747589, 0.03409453108906746, 0.1212734580039978, 0.0009286123095080256, 0.1101292222738266, 0.06727546453475952, -0.010205785743892193, -0.029582418501377106, -0.08733309060335159, -0.004012343008071184, 0.14237858355045319, -0.016028013080358505, -0.0933571457862854, 0.3444179892539978, 0.015695948153734207, -0.055097199976444244, 0.0637538954615593, 0.01923215016722679, -0.03817121312022209, 0.005378727335482836, 0.08287522196769714, 0.0759606584906578, 0.17381463944911957, 0.08564639836549759, -0.03573749214410782, -0.1650741845369339, -0.11790777742862701, -0.20724447071552277, 0.05196284130215645, -0.04247115179896355, 0.11111240088939667, -0.12278624624013901, 0.010154860094189644, -0.15686480700969696, 0.004663246218115091, -0.07726763933897018, -0.08559130877256393, 0.08335410058498383, 0.019394781440496445, -0.08348922431468964, 0.11553646624088287, 0.09422741085290909, 0.1390211433172226, -0.07008935511112213, -0.014292034320533276, -0.09085820615291595, 0.1693529337644577, -0.03586622700095177, -0.007161493878811598, 0.0914212167263031, 0.22506314516067505, 0.03994447737932205, -0.1352371871471405, 0.04751351475715637, -0.027565743774175644, -0.1600065529346466, -0.014379705302417278, -0.21216145157814026, 0.1652441769838333, -0.039291154593229294, -0.09452849626541138, -0.09349905699491501, 0.0818808525800705, 0.19510073959827423, 0.014830423519015312, -0.024697016924619675, 0.023982087150216103, 0.04656030610203743, -0.05917144566774368, -0.0221222173422575, 0.0355251245200634, 0.10565205663442612, 0.12578566372394562, -0.1221989318728447, -0.0058167073875665665, 0.00006965937791392207, 0.06983757019042969, 0.15263205766677856, -0.05738069862127304, 0.01913786493241787, -0.1321815848350525, -0.12634041905403137, 0.025334352627396584, -0.011719917878508568, 0.005360271316021681, 0.03822227567434311, 0.12448189407587051, 0.048851948231458664, -0.024048587307333946, -0.09333596378564835, -0.12259971350431442, -0.09577969461679459, 0.09329740703105927, -0.07509957253932953, -0.019175995141267776, -0.26482483744621277, -0.026056822389364243, -0.1164555773139, 0.05736842751502991, -0.05626128986477852, -0.0780244693160057, -0.12495860457420349, 0.14383676648139954, -0.0428217351436615, -0.007446809206157923, -0.12262243032455444, 0.025578904896974564, -0.06073325127363205, 0.11745660752058029, -0.13228808343410492, -0.013806603848934174, 0.12128780037164688, -0.16679330170154572, -0.16555467247962952, -0.0017109392210841179, 0.03982393443584442, -0.028430776670575142, 0.019688066095113754, 0.2846277356147766, -0.08769072592258453, -0.1213655099272728, 0.07048766314983368, 0.1898452490568161, -0.05204427242279053, -0.286712110042572, 0.16713950037956238, -0.18369179964065552, -0.1863970160484314, 0.002846671734005213, -0.16798260807991028, 0.05583055317401886, -0.0030626426450908184, -0.07307054102420807, 0.014283329248428345, -0.021743230521678925, -0.042852628976106644, -0.034226588904857635, 0.04545820504426956, -0.04013483226299286, 0.0981464609503746, -0.042059607803821564, 0.019299104809761047, 0.08790422230958939, 0.06770600378513336, -0.07431540638208389, 0.044562846422195435, 0.011405618861317635, -0.01094877440482378, -0.04307125508785248, -0.040839001536369324, 0.02939000353217125, 0.01337316632270813, 0.10971983522176743, 0.07238311320543289, 0.014899649657309055, -0.055665045976638794, 0.011551393195986748, 0.04719248414039612, -0.01734311692416668, 0.031595297157764435, 0.06294281035661697, -0.07183697074651718, 0.05729147419333458, 0.023924192413687706, 0.03103608824312687, -0.008669418282806873, -0.03334750235080719, 0.16953045129776, -0.10563407838344574, -0.046739690005779266, 0.049415867775678635, -0.001315732835792005, 0.03108394704759121, 0.062307193875312805, 0.062139011919498444, 0.1378832459449768, 0.03336036950349808, -0.12506386637687683, 0.27668997645378113, -0.031174436211586, 0.14544633030891418, 0.18694742023944855, -0.09389976412057877, 0.04450172558426857, -0.10897863656282425, 0.05236570164561272, -0.0016576244961470366, 0.03859487548470497, -0.0415252186357975, 0.03179890289902687, -0.006172478199005127, 0.032915983349084854, -0.06352102011442184, 0.09188159555196762, -0.008388316258788109, -0.08141686022281647, -0.09726487100124359, -0.004952386952936649, 0.2551411986351013, -0.09487060457468033, 0.121483713388443, 0.4763372540473938, 0.06155083328485489, 0.053429797291755676, -0.1190648078918457, -0.02642001211643219, -0.06713947653770447, 0.03778732940554619, -0.004838365130126476, 0.12913867831230164, 0.0019830947276204824, -0.002753345761448145, 0.045737653970718384, 0.04954506829380989, 0.06348866969347, -0.17989680171012878, -0.15755517780780792, -0.005997045431286097, -0.06638673692941666, -0.2164006531238556, 0.04071088507771492, -0.09636248648166656, 0.032610319554805756, 0.02445707470178604, -0.115423783659935, 0.17413529753684998, -0.04210616275668144, -0.09442637115716934, 0.098256915807724, -0.20133651793003082, -0.06672369688749313, -0.2118562012910843, -0.09976181387901306, -0.024625474587082863, 0.051158830523490906, 0.043424468487501144, -0.024194911122322083, -0.05863313376903534, 0.002444727811962366, -0.09115858376026154, -0.09734012186527252, -0.05210746079683304, 0.040691960602998734, 0.06647635996341705, -0.012026315554976463, -0.06576800346374512, -0.060876864939928055, -0.02281133644282818, -0.05401947349309921, 0.07630755007266998, -0.11468393355607986, 0.1359160989522934, 0.14257603883743286, 0.04536079615354538, 0.03750407695770264, -0.06510182470083237, 0.06368698179721832, -0.00601330166682601, -0.16290919482707977, 0.18390175700187683, -0.003311713458970189, 0.015533111058175564, 0.15195253491401672, 0.11869850754737854, -0.09354809671640396, -0.0308877881616354, -0.13281111419200897, -0.1707201898097992, -0.24632462859153748, -0.08515692502260208, -0.09671285003423691, 0.11023344099521637, 0.022357555106282234, 0.10208023339509964, 0.058459434658288956, 0.053785376250743866, 0.07476260513067245, -0.03723793476819992, 0.042876649647951126, 0.015398838557302952, 0.17438024282455444, -0.03474843502044678, -0.014326545409858227, -0.1289602518081665, 0.10369424521923065, 0.17072352766990662, 0.16359852254390717, 0.10524158179759979, 0.2871953547000885, 0.1685112863779068, 0.15776470303535461, 0.11291725188493729, 0.145128533244133, 0.05393870547413826, 0.057900555431842804, -0.017722725868225098, -0.019434990361332893, -0.056846290826797485, -0.010889249853789806, 0.04937426373362541, -0.02468886598944664, -0.22810542583465576, 0.03411506488919258, -0.22866208851337433, 0.03553058207035065, 0.03871292993426323, 0.0789220854640007, -0.07223320752382278, 0.14263670146465302, 0.07526306062936783, 0.14495590329170227, 0.020006246864795685, 0.1614425927400589, -0.051197949796915054, -0.028619777411222458, 0.04800615832209587, 0.02854735590517521, 0.06030093878507614, 0.021908830851316452, 0.04717637971043587, -0.024803556501865387, -0.18289223313331604, 0.04807966575026512, 0.08643940091133118, -0.1980902999639511, 0.24953022599220276, 0.017228642478585243, -0.09158042073249817, -0.007430075202137232, -0.043859515339136124, 0.01574735715985298, 0.21731871366500854, 0.13876059651374817, 0.0636034831404686, -0.24592792987823486, -0.12231677770614624, -0.04984856769442558, -0.015985829755663872, 0.09060605615377426, -0.03879020735621452, -0.17057457566261292, -0.04585650935769081, 0.0672917440533638, -0.0016426941147074103, 0.12711764872074127, -0.044419024139642715, -0.056587912142276764, 0.022403215989470482, 0.14143824577331543, 0.05977117270231247, -0.09527191519737244, 0.08962085098028183, -0.07884552329778671, 0.06436153501272202, -0.1803368479013443, 0.04043162614107132, -0.059939224272966385, -0.2538467049598694, 0.0328110046684742, -0.007726582698523998, -0.0032060903031378984, -0.03098433092236519, -0.1357092559337616, -0.14923062920570374, -0.18556953966617584, 0.11109144240617752, -0.06792748719453812, 0.03819369152188301, -0.01677105948328972, 0.12454427778720856, -0.10822436958551407, 0.04831402003765106, -0.006432423833757639, 0.03793558478355408, 0.018798228353261948, -0.1188516616821289, 0.07990965247154236, -0.06186231970787048, 0.07563306391239166, 0.08357416838407516, -0.03448405861854553, -0.009469893760979176, 0.062274400144815445, -0.09173139184713364, 0.16504332423210144, 0.3885888457298279, -0.0730915442109108, 0.19567739963531494, 0.35694772005081177, -0.11319277435541153, -0.26587438583374023, -0.12185393273830414, -0.28167301416397095, -0.09481173753738403, 0.13626164197921753, -0.1644672155380249, 0.0022822022438049316, 0.23294340074062347, -0.14182008802890778, 0.11080046743154526, -0.2438250035047531, -0.04879283159971237, 0.08950476348400116, -0.02364186756312847, 0.3591787815093994, -0.14384162425994873, -0.12345906347036362, -0.04887748882174492, -0.15508338809013367, 0.08310860395431519, -0.027038678526878357, 0.05478784441947937, 0.02468849904835224, -0.05574503913521767, -0.03688010945916176, -0.032485414296388626, 0.2331906259059906, -0.0293742623180151, 0.11571691185235977, -0.06131286919116974, -0.06036447361111641, 0.21679405868053436, -0.01860751397907734, -0.009078343398869038, -0.126226544380188, -0.033028434962034225, -0.005571030545979738, 0.03886853903532028, -0.028228119015693665, 0.05123854801058769, -0.007072646636515856, -0.07730738818645477, -0.06831560283899307, -0.010566405020654202, -0.1351420283317566, -0.04884997010231018, 0.2921901047229767, -0.08956421911716461, 0.017914626747369766, 0.11677722632884979, 0.0436786487698555, -0.08606410026550293, -0.029233362525701523, -0.05804244056344032, -0.09073156863451004, 0.05224110558629036, -0.21151278913021088, 0.0013731115031987429, 0.07041677087545395, -0.04072823375463486, 0.061307113617658615, 0.08858747780323029, -0.03478947654366493, 0.05788509175181389, 0.19097891449928284, -0.1003071591258049, -0.0135430209338665, 0.022265249863266945, 0.09428828954696655, 0.11987007409334183, 0.023563537746667862, 0.059819623827934265, 0.008980553597211838, 0.049146585166454315, 0.019593408331274986, 0.040577489882707596, -0.15980376303195953, -0.05006401985883713, -0.0006991042755544186, -0.017632989212870598, -0.11880908906459808, 0.20773519575595856, 0.03039700910449028, -0.030667943879961967, -0.06206555664539337, 0.052632275968790054, -0.08386274427175522, -0.0845625177025795, -0.21256449818611145, -0.112378790974617, -0.19554302096366882, -0.13864219188690186, 0.012900285422801971, -0.14049741625785828, -0.05749436095356941, 0.0802244320511818, 0.06280066072940826, 0.12680670619010925, 0.07957001030445099, -0.0452851839363575, 0.09800972044467926, -0.09804777055978775, -0.28182050585746765, 0.02379036322236061, -0.07290653884410858, -0.12511861324310303, 0.017211398109793663, 0.03735411912202835, -0.043483369052410126, -0.029627148061990738, -0.11890747398138046, 0.10579848289489746, -0.10163182020187378, 0.02958344854414463, -0.11011054366827011, -0.025921307504177094, 0.05359472706913948, 0.026894912123680115, -0.028825677931308746, 0.00936075858771801, -0.13945406675338745, 0.017981331795454025, 0.0021472375374287367, 0.08578819036483765, -0.046443838626146317, -0.025007065385580063, 0.08183068037033081, 0.05629909038543701, 0.1086670458316803, 0.07487910985946655, 0.02117064781486988, 0.1327357143163681, -0.15595801174640656, -0.011942321434617043, 0.10443995893001556, -0.01093833614140749, -0.03702946752309799, 0.058250147849321365, -0.04325396195054054, 0.08949305862188339, -0.13751068711280823, 0.060700252652168274, -0.08390785753726959, -0.13874059915542603, -0.07736033201217651, -0.002394444774836302, -0.1169096827507019, 0.00355138978920877, -0.1311606466770172, 0.2703920900821686, 0.09302392601966858, 0.10039955377578735, 0.044152162969112396, -0.01104829553514719, 0.054572779685258865, 0.0032738461159169674, -0.027995705604553223, -0.08167213201522827, -0.22037318348884583, -0.06936067342758179, -0.08693145215511322, -0.031912703067064285, 0.359893262386322, -0.013833610340952873, -0.16773028671741486, 0.07200740277767181, 0.14744380116462708, 0.0914849117398262, 0.03006444312632084, 0.2727610170841217, 0.040450166910886765, 0.002376098418608308, -0.11268185079097748, 0.058830052614212036, -0.056734878569841385, -0.13778765499591827, 0.06140362098813057, 0.07412139326334, 0.02781757526099682, 0.020700406283140182, 0.14352713525295258, -0.07270483672618866, -0.0013345303013920784, -0.04731139913201332, 0.05677036941051483, 0.008658397011458874, -0.012206204235553741, 0.0012201648205518723, 0.18537603318691254, -0.057529136538505554, -0.01051083579659462, -0.043844252824783325, -0.0025972744915634394, -0.1859288066625595, -0.14963985979557037, 0.013679810799658298, -0.1300123780965805, 0.0682186633348465, -0.0010565505363047123, 0.0208988506346941, 0.35109075903892517, 0.007411936763674021, -0.03654410317540169, -0.03698362782597542, -0.18818791210651398, -0.05304568260908127, 0.0019118579803034663, -0.021314838901162148, 0.018061097711324692, -0.1210906058549881, -0.13168394565582275, 0.028399046510457993, -0.2036837339401245, -0.016440030187368393, 0.024865593761205673, 0.0674104318022728, -0.012562591582536697, -0.12430179864168167, -0.049044735729694366, -0.07511685788631439, 0.08833292871713638, -0.019335269927978516, 0.24274717271327972, 0.01356724463403225, -0.02555219829082489, 0.07917256653308868, 0.050370603799819946, -0.032664861530065536, -0.05874335765838623, -0.01282079890370369, 0.16228845715522766, -0.020430877804756165, 0.09284321218729019, -0.04447039216756821, -0.02567807212471962, 0.02024991810321808, 0.17982085049152374, 0.23790425062179565, -0.09661003202199936, 0.018400177359580994, -0.0480148121714592, 0.031549692153930664, 0.046940263360738754, 0.21136483550071716, -0.016860356554389, 0.2003914713859558, -0.056574732065200806, 0.016796378418803215, -0.033376652747392654, 0.04699872061610222, -0.060748565942049026, 0.024721983820199966, -0.011447671800851822, -0.09578493982553482, -0.06951267272233963, 0.14416877925395966, -0.10177653282880783, 0.16850349307060242, 0.20712801814079285, -0.03869653865695, 0.1024542972445488, -0.01887628808617592, 0.08275561034679413, -0.022981155663728714, 0.06373652815818787, -0.15759462118148804, -0.0828099399805069, -0.12808284163475037, 0.018320849165320396, -0.2941640317440033, -0.11493856459856033, 0.07744073122739792, 0.1888054609298706, 0.1626073569059372, 0.025657858699560165, 0.14656122028827667, -0.012708432972431183, 0.08692310005426407, -0.09732472151517868, 0.18511204421520233, 0.028720520436763763, -0.08821918815374374, -0.13099423050880432, -0.20131024718284607, -0.0693965032696724, 0.09388481080532074, 0.025275180116295815, 0.042222317308187485, 0.060546353459358215, 0.1067705973982811, -0.07754809409379959, -0.02088034711778164, -0.06447280943393707, -0.12852336466312408, 0.07503563910722733, -0.0566416010260582, 0.010787419974803925, -0.10995034128427505, -0.02810555137693882, -0.027696462348103523, 0.05619129538536072, -0.20075304806232452, -0.029426665976643562, 0.12103001028299332, -0.0027068345807492733, 0.22809632122516632, 0.013777540065348148, -0.052861474454402924, 0.015617462806403637, -0.04119356721639633, 0.10710754990577698, -0.12343034148216248, 0.03268171101808548, 0.14515656232833862, -0.02660674974322319, 0.007626342121511698, -0.16760556399822235, 0.06002868339419365, -0.025263531133532524, -0.030664591118693352, -0.08186513185501099 ]
7243bd3b99cfbe5fad6ef6f376a771f39da9aa44
# Dataset Card for "cup-it-ds-classification-small" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/cup-it-ds-classification-small
[ "region:us" ]
2023-03-19T07:03:47+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 4545195, "num_examples": 7930}, {"name": "validation", "num_bytes": 1259443, "num_examples": 2203}], "download_size": 3520634, "dataset_size": 5804638}}
2023-03-19T07:07:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification-small" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification-small\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification-small\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification-small\"\n\nMore Information needed" ]
[ -0.09517189860343933, 0.05114666745066643, -0.004790601786226034, -0.0049046846106648445, 0.08824150264263153, 0.11184361577033997, 0.08563128113746643, 0.08086905628442764, 0.14293892681598663, -0.050949979573488235, 0.06913281232118607, 0.015831265598535538, 0.05814247950911522, 0.2246435582637787, -0.14516714215278625, -0.0975198745727539, 0.025134211406111717, 0.07321704924106598, -0.11649342626333237, 0.03631645068526268, 0.06770175695419312, -0.09727627038955688, 0.04660293459892273, -0.1325458139181137, -0.13982908427715302, 0.04279113933444023, -0.014628260396420956, -0.08398322016000748, 0.005888449028134346, -0.09490307420492172, 0.21174028515815735, 0.04102656990289688, 0.0019724061712622643, -0.09967661648988724, 0.02564961276948452, -0.018359236419200897, 0.0020144341979175806, 0.07205292582511902, 0.030489787459373474, -0.04197508469223976, -0.05495036020874977, -0.10584338754415512, 0.030990568920969963, -0.018895301967859268, -0.01661384105682373, -0.21278150379657745, -0.08412385731935501, -0.006415840703994036, 0.025672923773527145, -0.1215682327747345, 0.08679352700710297, 0.0925503522157669, -0.2577170431613922, -0.04630246385931969, -0.016250960528850555, -0.0033971648663282394, 0.056574929505586624, 0.2310267686843872, -0.13411115109920502, 0.06268139183521271, -0.021407388150691986, 0.023587992414832115, 0.02821160852909088, -0.014454585500061512, -0.07419963926076889, 0.006443436723202467, -0.09084874391555786, 0.10239662230014801, 0.0024605868384242058, -0.07726675271987915, 0.3312661647796631, -0.018656296655535698, 0.01203212421387434, -0.01787736639380455, 0.02913067489862442, -0.06166469678282738, -0.05526077747344971, -0.0313965268433094, 0.09313318878412247, 0.02282388135790825, 0.10931660979986191, 0.07224392890930176, -0.1040201485157013, -0.12327485531568527, -0.20387333631515503, 0.07063669711351395, -0.07239431142807007, 0.11624816060066223, -0.19202832877635956, -0.0690789595246315, 0.013208535499870777, 0.049351561814546585, -0.04385576769709587, -0.13092099130153656, -0.0027859085239470005, -0.09522268176078796, -0.026092322543263435, 0.13522303104400635, 0.14737175405025482, 0.07491586357355118, -0.011652679182589054, -0.011499160900712013, 0.03729935362935066, 0.046820834279060364, 0.17132501304149628, -0.14265522360801697, 0.012252314016222954, 0.0405527800321579, -0.018403762951493263, -0.11147363483905792, -0.02716905064880848, -0.04791145771741867, -0.1434745341539383, -0.022371292114257812, -0.07645487040281296, 0.11538553982973099, -0.060676004737615585, -0.07288945466279984, -0.04235847294330597, -0.07968413084745407, 0.26998797059059143, -0.08025483787059784, 0.02328445389866829, 0.06290732324123383, -0.0382431298494339, 0.10407897084951401, -0.20636671781539917, -0.018488602712750435, 0.10108564794063568, 0.12535440921783447, -0.03775826841592789, -0.03739463537931442, -0.00449487054720521, -0.04139632359147072, 0.05402253568172455, -0.18468089401721954, 0.05633613467216492, -0.13940340280532837, -0.19133131206035614, 0.08153842389583588, -0.03329555317759514, -0.03728615120053291, 0.15094375610351562, 0.038159407675266266, 0.03355100005865097, 0.01461896114051342, -0.028982916846871376, 0.058708760887384415, -0.09466533362865448, 0.010527420789003372, -0.05368531122803688, 0.10378454625606537, -0.2479584962129593, 0.040566183626651764, -0.10170013457536697, -0.009616661816835403, -0.09778328984975815, 0.05370614677667618, -0.09299970418214798, 0.05317236855626106, -0.057390373200178146, -0.03290192410349846, -0.13795606791973114, 0.027109168469905853, -0.12232737243175507, 0.09102435410022736, -0.2424965500831604, -0.07358533889055252, 0.03640927001833916, -0.10592252761125565, -0.08843395859003067, -0.029167786240577698, -0.025789305567741394, -0.0032276976853609085, 0.07263462245464325, 0.32725855708122253, 0.15394383668899536, 0.08157261461019516, -0.06596899032592773, 0.2318699061870575, -0.1407194882631302, -0.2984587550163269, 0.10425128787755966, -0.03181970864534378, -0.1346019059419632, 0.020583607256412506, 0.022105006501078606, -0.03310290724039078, -0.034248560667037964, -0.0460071936249733, 0.0394270196557045, -0.1265326291322708, 0.06722712516784668, 0.016201160848140717, 0.07966012507677078, -0.02741704136133194, 0.17099857330322266, 0.13929302990436554, 0.07875824719667435, 0.052773021161556244, -0.08626102656126022, -0.09868716448545456, 0.12494930624961853, -0.08785263448953629, -0.008660358376801014, -0.15170851349830627, -0.03349949046969414, 0.04763590916991234, 0.06251975148916245, -0.053472887724637985, 0.08448035269975662, 0.06285078823566437, -0.12709437310695648, -0.014149756170809269, 0.14512582123279572, 0.1399095505475998, 0.052372757345438004, 0.016543764621019363, 0.022073818370699883, -0.00010394184937467799, -0.08697846531867981, -0.046207550913095474, -0.047277458012104034, -0.08856568485498428, 0.23549744486808777, 0.012575168162584305, 0.05691312998533249, 0.047744523733854294, 0.04367457702755928, 0.022923942655324936, 0.012291760183870792, -0.030276557430624962, 0.08857425302267075, -0.04353487864136696, -0.004288432653993368, 0.016865793615579605, 0.0234946608543396, 0.137579083442688, 0.133871391415596, 0.005928005091845989, 0.026642899960279465, -0.12126253545284271, 0.04206462204456329, 0.031670983880758286, 0.023748740553855896, -0.02329426258802414, -0.07455651462078094, -0.08287471532821655, 0.040224917232990265, -0.0713999941945076, 0.0031184074468910694, 0.012663425877690315, 0.06742636859416962, -0.10731301456689835, 0.027087265625596046, 0.15157592296600342, -0.18998967111110687, 0.1557299643754959, 0.2494756281375885, 0.1555871218442917, 0.13747195899486542, -0.11030669510364532, -0.04926513135433197, 0.039717551320791245, -0.06226849555969238, -0.03967345133423805, 0.10198862105607986, 0.012059282511472702, 0.00534624932333827, 0.11020209640264511, 0.042562585324048996, 0.0713084489107132, -0.0640806183218956, -0.055857785046100616, 0.033840544521808624, -0.03302525728940964, -0.13747592270374298, -0.0019522001966834068, 0.0693226307630539, 0.11446403712034225, 0.058133892714977264, -0.04423615336418152, 0.16728733479976654, -0.005303070414811373, -0.004362405277788639, 0.08648232370615005, -0.17684365808963776, -0.2917618155479431, 0.05103401094675064, 0.06403660029172897, 0.1386670470237732, 0.09875696152448654, -0.06578019261360168, -0.12931087613105774, -0.004139173310250044, 0.013302898034453392, -0.075738824903965, -0.15849891304969788, 0.014261960051953793, -0.017106257379055023, 0.06300447881221771, -0.10138440877199173, -0.10147731751203537, 0.03178147226572037, -0.037636447697877884, 0.10640092194080353, 0.14917252957820892, -0.1335226595401764, 0.022419437766075134, 0.1927279829978943, -0.06979452073574066, 0.05160776898264885, -0.07219021022319794, -0.054643239825963974, -0.024328898638486862, -0.0038364294450730085, 0.07320357859134674, 0.028046589344739914, -0.051417749375104904, 0.0460917092859745, 0.0370335653424263, -0.12803049385547638, -0.014250880107283592, -0.04678633064031601, -0.17934773862361908, -0.18161025643348694, -0.15232861042022705, -0.04161383956670761, 0.15777821838855743, 0.053050488233566284, 0.0752612054347992, -0.09166964888572693, 0.06566214561462402, 0.08856413513422012, 0.036384135484695435, -0.1466660052537918, -0.10913385450839996, 0.023666081950068474, 0.056732140481472015, -0.010806362144649029, -0.16680802404880524, -0.010510400868952274, 0.19908873736858368, 0.10244738310575485, 0.12438777089118958, 0.08154875040054321, 0.15753063559532166, -0.03390529751777649, -0.03188224136829376, 0.18396182358264923, 0.12902884185314178, 0.10073420405387878, -0.010058422572910786, -0.010613687336444855, 0.025957968086004257, -0.05885356292128563, -0.040156297385692596, 0.18248243629932404, -0.16836918890476227, 0.0013792638201266527, -0.06575777381658554, 0.011844482272863388, -0.04175655171275139, 0.08749152719974518, -0.17169848084449768, 0.019057750701904297, 0.029105057939887047, 0.12735752761363983, -0.03857038915157318, 0.0974615141749382, 0.12976886332035065, 0.01518829446285963, 0.03166261315345764, 0.04097294062376022, 0.028152992948889732, -0.14046210050582886, -0.011114013381302357, 0.047375865280628204, -0.07028207927942276, 0.053033847361803055, 0.0925597995519638, -0.1385621726512909, 0.08224637061357498, 0.028182299807667732, -0.0693247839808464, -0.10947436839342117, -0.07050272822380066, 0.006249594036489725, 0.005341151263564825, 0.0690988153219223, 0.031211968511343002, -0.22284294664859772, -0.17741931974887848, -0.08885876089334488, -0.000811855134088546, 0.12786877155303955, -0.08768264204263687, -0.12273339182138443, 0.003799190279096365, 0.017789265140891075, 0.0031377202831208706, -0.20655988156795502, -0.08677253127098083, -0.11364998668432236, 0.0036690221168100834, 0.11011724919080734, -0.1828867793083191, 0.014135614968836308, 0.00045457290252670646, -0.10538825392723083, 0.03234507888555527, -0.028300292789936066, -0.050849806517362595, -0.09023995697498322, -0.053911879658699036, 0.0714854970574379, 0.0464099682867527, 0.03425593301653862, 0.028000112622976303, 0.030944354832172394, 0.0010085112880915403, -0.2280372828245163, 0.12522472441196442, -0.07278752326965332, 0.03379484638571739, -0.05179411917924881, 0.05257323756814003, -0.029683353379368782, 0.05290793627500534, 0.042003240436315536, -0.002988373162224889, 0.05556691810488701, -0.03841559961438179, 0.1219799667596817, -0.007298287469893694, 0.1300954520702362, 0.30214425921440125, 0.0583890862762928, -0.008747737854719162, 0.17362429201602936, 0.02007540501654148, 0.20554494857788086, 0.12404463440179825, -0.10510473698377609, 0.2106088250875473, 0.05505373328924179, -0.012335486710071564, -0.3323628902435303, 0.05864538624882698, -0.15943476557731628, -0.0615672841668129, 0.022466124966740608, -0.22576287388801575, 0.12881770730018616, 0.1564548760652542, -0.03360941633582115, 0.2556711733341217, -0.10793396830558777, 0.022868648171424866, 0.20024970173835754, -0.046135541051626205, 0.31939464807510376, -0.09795281291007996, -0.10781697183847427, -0.10872794687747955, -0.05521111562848091, 0.344398558139801, -0.036167874932289124, 0.007297275587916374, -0.0692976787686348, 0.006914370693266392, -0.008154782466590405, 0.0016906587406992912, 0.18800471723079681, 0.08386392146348953, 0.11495950073003769, -0.07746721059083939, -0.15148714184761047, 0.10177560150623322, -0.017704641446471214, -0.01191010233014822, -0.0065157534554600716, 0.0032018462661653757, -0.08076833933591843, -0.025060608983039856, 0.0596056766808033, 0.03281943127512932, 0.07671377807855606, -0.07840517908334732, -0.15368403494358063, -0.004764658864587545, -0.16309186816215515, -0.031677573919296265, 0.1163809522986412, -0.006449161097407341, -0.04001280292868614, -0.0678693950176239, 0.11839594691991806, -0.07882799953222275, 0.06887947767972946, -0.06625670939683914, -0.0558135062456131, 0.10261750221252441, -0.226338729262352, 0.062003739178180695, 0.10806009918451309, 0.022990934550762177, 0.007665842771530151, 0.08349873870611191, 0.06094953417778015, -0.015232767909765244, 0.14235658943653107, -0.021501464769244194, -0.0008044603164307773, 0.09118760377168655, -0.1085887998342514, -0.01561247929930687, 0.04342824965715408, -0.04222671687602997, 0.07835817337036133, -0.016024790704250336, 0.007667382713407278, 0.03631691634654999, -0.011087298393249512, 0.06844154745340347, 0.10229944437742233, 0.04360212758183479, -0.159230574965477, 0.20793859660625458, 0.04155229777097702, -0.1374300867319107, -0.03608298301696777, -0.1148870512843132, -0.1348835527896881, -0.09751148521900177, -0.010135112330317497, 0.06444648653268814, 0.05668337270617485, -0.12217265367507935, 0.03831141069531441, -0.1706656515598297, 0.07649154961109161, 0.02956974133849144, 0.07998048514127731, 0.17382624745368958, 0.01730920933187008, -0.014846611768007278, -0.026490619406104088, -0.039302412420511246, -0.16038227081298828, 0.046218547970056534, -0.11610393971204758, -0.14939257502555847, -0.09440430998802185, 0.11717499047517776, -0.05160372331738472, -0.031765908002853394, -0.09138519316911697, 0.047949712723493576, -0.23872756958007812, 0.14473535120487213, -0.013488952070474625, 0.009697644971311092, 0.05596204474568367, 0.136860653758049, -0.026415890082716942, -0.057284168899059296, -0.1146240234375, 0.1283833235502243, 0.022535715252161026, 0.1106908768415451, 0.02931946888566017, -0.019934378564357758, 0.025651751086115837, 0.034714434295892715, 0.12003258615732193, 0.0920494943857193, 0.017923716455698013, 0.024299485608935356, -0.09802708774805069, -0.14008313417434692, 0.10080041736364365, 0.06670530885457993, 0.06769036501646042, 0.041452813893556595, 0.003509849775582552, 0.11505194008350372, -0.08291982114315033, 0.08425669372081757, 0.04329773783683777, -0.05231809616088867, 0.059770774096250534, -0.19865792989730835, -0.032435525208711624, 0.023502042517066002, -0.10210097581148148, 0.2611388564109802, 0.051202308386564255, 0.024215692654252052, 0.06838496029376984, -0.03174308314919472, -0.006271738093346357, -0.07507385313510895, -0.057313255965709686, -0.11767887324094772, -0.11556482315063477, 0.1130688264966011, 0.04256759583950043, 0.006329707335680723, 0.44859516620635986, -0.0020988592877984047, -0.16730521619319916, -0.012618446722626686, 0.05025867372751236, 0.06944330781698227, 0.07115999609231949, 0.34882551431655884, 0.10383450239896774, -0.09894557297229767, 0.022215502336621284, 0.062023233622312546, 0.03289875015616417, 0.09619070589542389, 0.1794082224369049, 0.18098992109298706, -0.06907492876052856, 0.01413945946842432, -0.029954230412840843, -0.09243076294660568, 0.049156296998262405, 0.09537572413682938, -0.004125677980482578, -0.008419880643486977, 0.04148227348923683, -0.1252104640007019, 0.017644168809056282, -0.045565176755189896, 0.023346681147813797, -0.1534501016139984, -0.0351594015955925, -0.10863799601793289, -0.09134417027235031, -0.033049359917640686, -0.09044399857521057, -0.006899680010974407, -0.03281212970614433, -0.12284994125366211, 0.3498246669769287, 0.04154856875538826, 0.02274317853152752, 0.023490289226174355, -0.25999289751052856, 0.09155705571174622, 0.10347729176282883, -0.05157589912414551, -0.09089193493127823, -0.05899305269122124, -0.15433834493160248, 0.013464817777276039, -0.03224353864789009, -0.004883343819528818, -0.03520835563540459, 0.04850245639681816, -0.0010373303666710854, -0.11816819757223129, -0.028568856418132782, -0.03207132965326309, 0.04028506949543953, -0.11626671999692917, 0.04187925159931183, 0.02958141453564167, -0.016918446868658066, 0.07265102118253708, 0.06463063508272171, 0.032991647720336914, -0.000021784535420010798, -0.0029824674129486084, -0.04211696609854698, -0.03450668975710869, 0.11771385371685028, 0.07798885554075241, -0.07575690001249313, -0.09668754786252975, 0.046189021319150925, 0.34761545062065125, -0.02622498758137226, 0.02902034856379032, -0.011634028516709805, 0.02614673413336277, 0.03688165545463562, 0.21289679408073425, -0.007406651508063078, 0.017861628904938698, 0.03505029156804085, -0.15435738861560822, 0.021336335688829422, 0.0038737270515412092, -0.03237488120794296, 0.08982496708631516, 0.07850819081068039, -0.025665517896413803, -0.10750487446784973, 0.10808460414409637, -0.1331367939710617, 0.012228037230670452, 0.18467970192432404, -0.047459300607442856, -0.05836903303861618, -0.012983732856810093, -0.01308142114430666, -0.03009895421564579, -0.02154320664703846, -0.10467799752950668, -0.06113836169242859, -0.1453869789838791, -0.025398919358849525, -0.3357860743999481, -0.08000417798757553, 0.029436690732836723, -0.00033427824382670224, 0.10128699243068695, -0.030543889850378036, 0.14969444274902344, 0.01141806598752737, 0.09595278650522232, -0.11571617424488068, 0.008557372726500034, 0.010183451697230339, 0.12307962775230408, 0.041963037103414536, -0.015738820657134056, -0.09328257292509079, 0.050439462065696716, 0.08597435802221298, -0.10687670856714249, -0.04855644702911377, 0.11387526243925095, -0.04649274796247482, -0.0707903653383255, -0.060605574399232864, -0.10128713399171829, 0.06893999129533768, -0.020053427666425705, 0.00503519969061017, -0.005514058284461498, 0.04136868566274643, 0.07326053082942963, -0.0016695414669811726, -0.07431728392839432, -0.08347286283969879, 0.03859740123152733, -0.08098743110895157, 0.0907176211476326, 0.05581369623541832, -0.10485735535621643, 0.08605455607175827, -0.12397576123476028, 0.025525206699967384, -0.01603374071419239, 0.02734447829425335, 0.08607258647680283, 0.08231925219297409, -0.06969927251338959, 0.09056475758552551, 0.01865323819220066, 0.03903176635503769, -0.06181207671761513, -0.07228802144527435 ]
089b168ea1f154ed255a633c4c516f642ded5ccf
A wordlist containing 71 thousand English words, albeit with some duplicates and such, since it is uncleaned. The wordlisr also contains no vulgar words.
pfox/71k-English-uncleaned-wordlist
[ "license:cc-by-sa-3.0", "region:us" ]
2023-03-19T07:04:48+00:00
{"license": "cc-by-sa-3.0"}
2023-03-19T07:06:44+00:00
[]
[]
TAGS #license-cc-by-sa-3.0 #region-us
A wordlist containing 71 thousand English words, albeit with some duplicates and such, since it is uncleaned. The wordlisr also contains no vulgar words.
[]
[ "TAGS\n#license-cc-by-sa-3.0 #region-us \n" ]
[ 17 ]
[ "passage: TAGS\n#license-cc-by-sa-3.0 #region-us \n" ]
[ 0.0016063234070315957, -0.0419909842312336, -0.006538076791912317, -0.03781961277127266, 0.00941528007388115, 0.05001990497112274, 0.1988193243741989, -0.006272255443036556, 0.1794883906841278, -0.0599210150539875, 0.13961757719516754, 0.10107506811618805, 0.013860160484910011, 0.03928043320775032, -0.014255952090024948, -0.07516491413116455, 0.0691041350364685, -0.038730207830667496, 0.022665781900286674, 0.035671211779117584, 0.030371662229299545, 0.001943795126862824, 0.007872354239225388, -0.05074237659573555, -0.08280562609434128, -0.00562141602858901, 0.09599055349826813, -0.05402161926031113, 0.07989624887704849, -0.018942711874842644, 0.10207337141036987, 0.13004827499389648, 0.0018138682935386896, -0.2145254909992218, 0.00909142941236496, -0.07889892160892487, -0.14247512817382812, 0.02176344394683838, 0.03377801552414894, 0.07273499667644501, 0.06593452394008636, 0.1067153736948967, -0.05896081402897835, 0.06332874298095703, -0.18603311479091644, -0.09656667709350586, -0.12849310040473938, 0.014971764758229256, 0.09267355501651764, 0.041467513889074326, 0.0897376760840416, 0.09172295033931732, -0.1964247077703476, -0.03923870250582695, 0.04857306927442551, -0.33696216344833374, 0.055400047451257706, 0.2982824146747589, 0.03409453108906746, 0.1212734580039978, 0.0009286123095080256, 0.1101292222738266, 0.06727546453475952, -0.010205785743892193, -0.029582418501377106, -0.08733309060335159, -0.004012343008071184, 0.14237858355045319, -0.016028013080358505, -0.0933571457862854, 0.3444179892539978, 0.015695948153734207, -0.055097199976444244, 0.0637538954615593, 0.01923215016722679, -0.03817121312022209, 0.005378727335482836, 0.08287522196769714, 0.0759606584906578, 0.17381463944911957, 0.08564639836549759, -0.03573749214410782, -0.1650741845369339, -0.11790777742862701, -0.20724447071552277, 0.05196284130215645, -0.04247115179896355, 0.11111240088939667, -0.12278624624013901, 0.010154860094189644, -0.15686480700969696, 0.004663246218115091, -0.07726763933897018, -0.08559130877256393, 0.08335410058498383, 0.019394781440496445, -0.08348922431468964, 0.11553646624088287, 0.09422741085290909, 0.1390211433172226, -0.07008935511112213, -0.014292034320533276, -0.09085820615291595, 0.1693529337644577, -0.03586622700095177, -0.007161493878811598, 0.0914212167263031, 0.22506314516067505, 0.03994447737932205, -0.1352371871471405, 0.04751351475715637, -0.027565743774175644, -0.1600065529346466, -0.014379705302417278, -0.21216145157814026, 0.1652441769838333, -0.039291154593229294, -0.09452849626541138, -0.09349905699491501, 0.0818808525800705, 0.19510073959827423, 0.014830423519015312, -0.024697016924619675, 0.023982087150216103, 0.04656030610203743, -0.05917144566774368, -0.0221222173422575, 0.0355251245200634, 0.10565205663442612, 0.12578566372394562, -0.1221989318728447, -0.0058167073875665665, 0.00006965937791392207, 0.06983757019042969, 0.15263205766677856, -0.05738069862127304, 0.01913786493241787, -0.1321815848350525, -0.12634041905403137, 0.025334352627396584, -0.011719917878508568, 0.005360271316021681, 0.03822227567434311, 0.12448189407587051, 0.048851948231458664, -0.024048587307333946, -0.09333596378564835, -0.12259971350431442, -0.09577969461679459, 0.09329740703105927, -0.07509957253932953, -0.019175995141267776, -0.26482483744621277, -0.026056822389364243, -0.1164555773139, 0.05736842751502991, -0.05626128986477852, -0.0780244693160057, -0.12495860457420349, 0.14383676648139954, -0.0428217351436615, -0.007446809206157923, -0.12262243032455444, 0.025578904896974564, -0.06073325127363205, 0.11745660752058029, -0.13228808343410492, -0.013806603848934174, 0.12128780037164688, -0.16679330170154572, -0.16555467247962952, -0.0017109392210841179, 0.03982393443584442, -0.028430776670575142, 0.019688066095113754, 0.2846277356147766, -0.08769072592258453, -0.1213655099272728, 0.07048766314983368, 0.1898452490568161, -0.05204427242279053, -0.286712110042572, 0.16713950037956238, -0.18369179964065552, -0.1863970160484314, 0.002846671734005213, -0.16798260807991028, 0.05583055317401886, -0.0030626426450908184, -0.07307054102420807, 0.014283329248428345, -0.021743230521678925, -0.042852628976106644, -0.034226588904857635, 0.04545820504426956, -0.04013483226299286, 0.0981464609503746, -0.042059607803821564, 0.019299104809761047, 0.08790422230958939, 0.06770600378513336, -0.07431540638208389, 0.044562846422195435, 0.011405618861317635, -0.01094877440482378, -0.04307125508785248, -0.040839001536369324, 0.02939000353217125, 0.01337316632270813, 0.10971983522176743, 0.07238311320543289, 0.014899649657309055, -0.055665045976638794, 0.011551393195986748, 0.04719248414039612, -0.01734311692416668, 0.031595297157764435, 0.06294281035661697, -0.07183697074651718, 0.05729147419333458, 0.023924192413687706, 0.03103608824312687, -0.008669418282806873, -0.03334750235080719, 0.16953045129776, -0.10563407838344574, -0.046739690005779266, 0.049415867775678635, -0.001315732835792005, 0.03108394704759121, 0.062307193875312805, 0.062139011919498444, 0.1378832459449768, 0.03336036950349808, -0.12506386637687683, 0.27668997645378113, -0.031174436211586, 0.14544633030891418, 0.18694742023944855, -0.09389976412057877, 0.04450172558426857, -0.10897863656282425, 0.05236570164561272, -0.0016576244961470366, 0.03859487548470497, -0.0415252186357975, 0.03179890289902687, -0.006172478199005127, 0.032915983349084854, -0.06352102011442184, 0.09188159555196762, -0.008388316258788109, -0.08141686022281647, -0.09726487100124359, -0.004952386952936649, 0.2551411986351013, -0.09487060457468033, 0.121483713388443, 0.4763372540473938, 0.06155083328485489, 0.053429797291755676, -0.1190648078918457, -0.02642001211643219, -0.06713947653770447, 0.03778732940554619, -0.004838365130126476, 0.12913867831230164, 0.0019830947276204824, -0.002753345761448145, 0.045737653970718384, 0.04954506829380989, 0.06348866969347, -0.17989680171012878, -0.15755517780780792, -0.005997045431286097, -0.06638673692941666, -0.2164006531238556, 0.04071088507771492, -0.09636248648166656, 0.032610319554805756, 0.02445707470178604, -0.115423783659935, 0.17413529753684998, -0.04210616275668144, -0.09442637115716934, 0.098256915807724, -0.20133651793003082, -0.06672369688749313, -0.2118562012910843, -0.09976181387901306, -0.024625474587082863, 0.051158830523490906, 0.043424468487501144, -0.024194911122322083, -0.05863313376903534, 0.002444727811962366, -0.09115858376026154, -0.09734012186527252, -0.05210746079683304, 0.040691960602998734, 0.06647635996341705, -0.012026315554976463, -0.06576800346374512, -0.060876864939928055, -0.02281133644282818, -0.05401947349309921, 0.07630755007266998, -0.11468393355607986, 0.1359160989522934, 0.14257603883743286, 0.04536079615354538, 0.03750407695770264, -0.06510182470083237, 0.06368698179721832, -0.00601330166682601, -0.16290919482707977, 0.18390175700187683, -0.003311713458970189, 0.015533111058175564, 0.15195253491401672, 0.11869850754737854, -0.09354809671640396, -0.0308877881616354, -0.13281111419200897, -0.1707201898097992, -0.24632462859153748, -0.08515692502260208, -0.09671285003423691, 0.11023344099521637, 0.022357555106282234, 0.10208023339509964, 0.058459434658288956, 0.053785376250743866, 0.07476260513067245, -0.03723793476819992, 0.042876649647951126, 0.015398838557302952, 0.17438024282455444, -0.03474843502044678, -0.014326545409858227, -0.1289602518081665, 0.10369424521923065, 0.17072352766990662, 0.16359852254390717, 0.10524158179759979, 0.2871953547000885, 0.1685112863779068, 0.15776470303535461, 0.11291725188493729, 0.145128533244133, 0.05393870547413826, 0.057900555431842804, -0.017722725868225098, -0.019434990361332893, -0.056846290826797485, -0.010889249853789806, 0.04937426373362541, -0.02468886598944664, -0.22810542583465576, 0.03411506488919258, -0.22866208851337433, 0.03553058207035065, 0.03871292993426323, 0.0789220854640007, -0.07223320752382278, 0.14263670146465302, 0.07526306062936783, 0.14495590329170227, 0.020006246864795685, 0.1614425927400589, -0.051197949796915054, -0.028619777411222458, 0.04800615832209587, 0.02854735590517521, 0.06030093878507614, 0.021908830851316452, 0.04717637971043587, -0.024803556501865387, -0.18289223313331604, 0.04807966575026512, 0.08643940091133118, -0.1980902999639511, 0.24953022599220276, 0.017228642478585243, -0.09158042073249817, -0.007430075202137232, -0.043859515339136124, 0.01574735715985298, 0.21731871366500854, 0.13876059651374817, 0.0636034831404686, -0.24592792987823486, -0.12231677770614624, -0.04984856769442558, -0.015985829755663872, 0.09060605615377426, -0.03879020735621452, -0.17057457566261292, -0.04585650935769081, 0.0672917440533638, -0.0016426941147074103, 0.12711764872074127, -0.044419024139642715, -0.056587912142276764, 0.022403215989470482, 0.14143824577331543, 0.05977117270231247, -0.09527191519737244, 0.08962085098028183, -0.07884552329778671, 0.06436153501272202, -0.1803368479013443, 0.04043162614107132, -0.059939224272966385, -0.2538467049598694, 0.0328110046684742, -0.007726582698523998, -0.0032060903031378984, -0.03098433092236519, -0.1357092559337616, -0.14923062920570374, -0.18556953966617584, 0.11109144240617752, -0.06792748719453812, 0.03819369152188301, -0.01677105948328972, 0.12454427778720856, -0.10822436958551407, 0.04831402003765106, -0.006432423833757639, 0.03793558478355408, 0.018798228353261948, -0.1188516616821289, 0.07990965247154236, -0.06186231970787048, 0.07563306391239166, 0.08357416838407516, -0.03448405861854553, -0.009469893760979176, 0.062274400144815445, -0.09173139184713364, 0.16504332423210144, 0.3885888457298279, -0.0730915442109108, 0.19567739963531494, 0.35694772005081177, -0.11319277435541153, -0.26587438583374023, -0.12185393273830414, -0.28167301416397095, -0.09481173753738403, 0.13626164197921753, -0.1644672155380249, 0.0022822022438049316, 0.23294340074062347, -0.14182008802890778, 0.11080046743154526, -0.2438250035047531, -0.04879283159971237, 0.08950476348400116, -0.02364186756312847, 0.3591787815093994, -0.14384162425994873, -0.12345906347036362, -0.04887748882174492, -0.15508338809013367, 0.08310860395431519, -0.027038678526878357, 0.05478784441947937, 0.02468849904835224, -0.05574503913521767, -0.03688010945916176, -0.032485414296388626, 0.2331906259059906, -0.0293742623180151, 0.11571691185235977, -0.06131286919116974, -0.06036447361111641, 0.21679405868053436, -0.01860751397907734, -0.009078343398869038, -0.126226544380188, -0.033028434962034225, -0.005571030545979738, 0.03886853903532028, -0.028228119015693665, 0.05123854801058769, -0.007072646636515856, -0.07730738818645477, -0.06831560283899307, -0.010566405020654202, -0.1351420283317566, -0.04884997010231018, 0.2921901047229767, -0.08956421911716461, 0.017914626747369766, 0.11677722632884979, 0.0436786487698555, -0.08606410026550293, -0.029233362525701523, -0.05804244056344032, -0.09073156863451004, 0.05224110558629036, -0.21151278913021088, 0.0013731115031987429, 0.07041677087545395, -0.04072823375463486, 0.061307113617658615, 0.08858747780323029, -0.03478947654366493, 0.05788509175181389, 0.19097891449928284, -0.1003071591258049, -0.0135430209338665, 0.022265249863266945, 0.09428828954696655, 0.11987007409334183, 0.023563537746667862, 0.059819623827934265, 0.008980553597211838, 0.049146585166454315, 0.019593408331274986, 0.040577489882707596, -0.15980376303195953, -0.05006401985883713, -0.0006991042755544186, -0.017632989212870598, -0.11880908906459808, 0.20773519575595856, 0.03039700910449028, -0.030667943879961967, -0.06206555664539337, 0.052632275968790054, -0.08386274427175522, -0.0845625177025795, -0.21256449818611145, -0.112378790974617, -0.19554302096366882, -0.13864219188690186, 0.012900285422801971, -0.14049741625785828, -0.05749436095356941, 0.0802244320511818, 0.06280066072940826, 0.12680670619010925, 0.07957001030445099, -0.0452851839363575, 0.09800972044467926, -0.09804777055978775, -0.28182050585746765, 0.02379036322236061, -0.07290653884410858, -0.12511861324310303, 0.017211398109793663, 0.03735411912202835, -0.043483369052410126, -0.029627148061990738, -0.11890747398138046, 0.10579848289489746, -0.10163182020187378, 0.02958344854414463, -0.11011054366827011, -0.025921307504177094, 0.05359472706913948, 0.026894912123680115, -0.028825677931308746, 0.00936075858771801, -0.13945406675338745, 0.017981331795454025, 0.0021472375374287367, 0.08578819036483765, -0.046443838626146317, -0.025007065385580063, 0.08183068037033081, 0.05629909038543701, 0.1086670458316803, 0.07487910985946655, 0.02117064781486988, 0.1327357143163681, -0.15595801174640656, -0.011942321434617043, 0.10443995893001556, -0.01093833614140749, -0.03702946752309799, 0.058250147849321365, -0.04325396195054054, 0.08949305862188339, -0.13751068711280823, 0.060700252652168274, -0.08390785753726959, -0.13874059915542603, -0.07736033201217651, -0.002394444774836302, -0.1169096827507019, 0.00355138978920877, -0.1311606466770172, 0.2703920900821686, 0.09302392601966858, 0.10039955377578735, 0.044152162969112396, -0.01104829553514719, 0.054572779685258865, 0.0032738461159169674, -0.027995705604553223, -0.08167213201522827, -0.22037318348884583, -0.06936067342758179, -0.08693145215511322, -0.031912703067064285, 0.359893262386322, -0.013833610340952873, -0.16773028671741486, 0.07200740277767181, 0.14744380116462708, 0.0914849117398262, 0.03006444312632084, 0.2727610170841217, 0.040450166910886765, 0.002376098418608308, -0.11268185079097748, 0.058830052614212036, -0.056734878569841385, -0.13778765499591827, 0.06140362098813057, 0.07412139326334, 0.02781757526099682, 0.020700406283140182, 0.14352713525295258, -0.07270483672618866, -0.0013345303013920784, -0.04731139913201332, 0.05677036941051483, 0.008658397011458874, -0.012206204235553741, 0.0012201648205518723, 0.18537603318691254, -0.057529136538505554, -0.01051083579659462, -0.043844252824783325, -0.0025972744915634394, -0.1859288066625595, -0.14963985979557037, 0.013679810799658298, -0.1300123780965805, 0.0682186633348465, -0.0010565505363047123, 0.0208988506346941, 0.35109075903892517, 0.007411936763674021, -0.03654410317540169, -0.03698362782597542, -0.18818791210651398, -0.05304568260908127, 0.0019118579803034663, -0.021314838901162148, 0.018061097711324692, -0.1210906058549881, -0.13168394565582275, 0.028399046510457993, -0.2036837339401245, -0.016440030187368393, 0.024865593761205673, 0.0674104318022728, -0.012562591582536697, -0.12430179864168167, -0.049044735729694366, -0.07511685788631439, 0.08833292871713638, -0.019335269927978516, 0.24274717271327972, 0.01356724463403225, -0.02555219829082489, 0.07917256653308868, 0.050370603799819946, -0.032664861530065536, -0.05874335765838623, -0.01282079890370369, 0.16228845715522766, -0.020430877804756165, 0.09284321218729019, -0.04447039216756821, -0.02567807212471962, 0.02024991810321808, 0.17982085049152374, 0.23790425062179565, -0.09661003202199936, 0.018400177359580994, -0.0480148121714592, 0.031549692153930664, 0.046940263360738754, 0.21136483550071716, -0.016860356554389, 0.2003914713859558, -0.056574732065200806, 0.016796378418803215, -0.033376652747392654, 0.04699872061610222, -0.060748565942049026, 0.024721983820199966, -0.011447671800851822, -0.09578493982553482, -0.06951267272233963, 0.14416877925395966, -0.10177653282880783, 0.16850349307060242, 0.20712801814079285, -0.03869653865695, 0.1024542972445488, -0.01887628808617592, 0.08275561034679413, -0.022981155663728714, 0.06373652815818787, -0.15759462118148804, -0.0828099399805069, -0.12808284163475037, 0.018320849165320396, -0.2941640317440033, -0.11493856459856033, 0.07744073122739792, 0.1888054609298706, 0.1626073569059372, 0.025657858699560165, 0.14656122028827667, -0.012708432972431183, 0.08692310005426407, -0.09732472151517868, 0.18511204421520233, 0.028720520436763763, -0.08821918815374374, -0.13099423050880432, -0.20131024718284607, -0.0693965032696724, 0.09388481080532074, 0.025275180116295815, 0.042222317308187485, 0.060546353459358215, 0.1067705973982811, -0.07754809409379959, -0.02088034711778164, -0.06447280943393707, -0.12852336466312408, 0.07503563910722733, -0.0566416010260582, 0.010787419974803925, -0.10995034128427505, -0.02810555137693882, -0.027696462348103523, 0.05619129538536072, -0.20075304806232452, -0.029426665976643562, 0.12103001028299332, -0.0027068345807492733, 0.22809632122516632, 0.013777540065348148, -0.052861474454402924, 0.015617462806403637, -0.04119356721639633, 0.10710754990577698, -0.12343034148216248, 0.03268171101808548, 0.14515656232833862, -0.02660674974322319, 0.007626342121511698, -0.16760556399822235, 0.06002868339419365, -0.025263531133532524, -0.030664591118693352, -0.08186513185501099 ]
f70d2cd2037331c32909205ea94c79d19d299d14
# Dataset Card for "cup-it-ds-classification-small-2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/cup-it-ds-classification-small-2
[ "region:us" ]
2023-03-19T07:07:28+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 4545195, "num_examples": 7930}, {"name": "validation", "num_bytes": 1259443, "num_examples": 2203}], "download_size": 3520634, "dataset_size": 5804638}}
2023-03-19T07:07:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification-small-2" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification-small-2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification-small-2\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification-small-2\"\n\nMore Information needed" ]
[ -0.08275279402732849, 0.07216820120811462, -0.004978485405445099, 0.004028409719467163, 0.06565561145544052, 0.11688841879367828, 0.09827081859111786, 0.09502605348825455, 0.15618523955345154, -0.05649594962596893, 0.07131408900022507, 0.005381925031542778, 0.06068354845046997, 0.23099443316459656, -0.13201913237571716, -0.09234409779310226, 0.03164467588067055, 0.05389711260795593, -0.13627827167510986, 0.04768126830458641, 0.06436498463153839, -0.07419630885124207, 0.047247786074876785, -0.12351280450820923, -0.15104646980762482, 0.04089389741420746, 0.013309869915246964, -0.08067803829908371, 0.009595837444067001, -0.1057584136724472, 0.20538541674613953, 0.058510005474090576, 0.032192181795835495, -0.10713635385036469, 0.01683177426457405, -0.024793192744255066, -0.0015045003965497017, 0.06521521508693695, 0.03150169923901558, -0.04388632997870445, -0.05260750651359558, -0.08656540513038635, 0.02713959291577339, -0.0169440358877182, -0.02531822770833969, -0.22848331928253174, -0.10517458617687225, 0.034069839864969254, 0.05612731724977493, -0.13897950947284698, 0.09507355093955994, 0.06444668769836426, -0.25105375051498413, -0.05306592583656311, -0.006913329474627972, -0.03863253444433212, 0.07927141338586807, 0.2029862105846405, -0.13908050954341888, 0.07529053092002869, 0.009332450106739998, 0.009148194454610348, 0.03328197821974754, -0.023062290623784065, -0.09471362829208374, -0.008713604882359505, -0.09251227974891663, 0.0930304080247879, 0.00010425271466374397, -0.08519115298986435, 0.31230372190475464, -0.016913780942559242, -0.005237395875155926, 0.016324492171406746, 0.02183607406914234, -0.047218941152095795, -0.03955255448818207, -0.04762471839785576, 0.09467792510986328, 0.0252844151109457, 0.11862460523843765, 0.04547196626663208, -0.11849345266819, -0.1386459767818451, -0.2002330720424652, 0.08155930787324905, -0.07288527488708496, 0.14646148681640625, -0.18265563249588013, -0.054649945348501205, -0.01444850955158472, 0.0526810921728611, -0.04096110910177231, -0.11113782972097397, -0.004208449274301529, -0.0709705576300621, -0.025251714512705803, 0.1472274512052536, 0.12233054637908936, 0.07192714512348175, -0.02244250848889351, -0.00989583320915699, 0.020665312185883522, 0.060332201421260834, 0.14954957365989685, -0.1586466133594513, 0.012241891585290432, 0.06031988188624382, -0.014026425778865814, -0.11293970793485641, -0.0009381966665387154, -0.054770465940237045, -0.1719169020652771, -0.04079744964838028, -0.06287196278572083, 0.11004464328289032, -0.06289626657962799, -0.10188835114240646, -0.061980437487363815, -0.07379220426082611, 0.26871633529663086, -0.07593204826116562, 0.037925466895103455, 0.08385877311229706, -0.030407564714550972, 0.0775136649608612, -0.18859443068504333, 0.0055194697342813015, 0.1028631180524826, 0.10504136979579926, -0.030124295502901077, -0.01360226795077324, 0.0033922120928764343, -0.020640837028622627, 0.07939235866069794, -0.150692418217659, 0.04564261436462402, -0.13002261519432068, -0.18460504710674286, 0.09892930090427399, -0.026237040758132935, -0.04898981750011444, 0.1438162624835968, 0.056881681084632874, 0.027215953916311264, 0.02639862522482872, -0.03287605941295624, 0.052232250571250916, -0.08257932960987091, 0.007868379354476929, -0.054544925689697266, 0.09863922744989395, -0.2610612213611603, 0.02860860899090767, -0.09877689927816391, 0.012150141410529613, -0.09089966118335724, 0.034659989178180695, -0.08215023577213287, 0.0014501102268695831, -0.07393340766429901, -0.03765189275145531, -0.11755585670471191, 0.0143540995195508, -0.12350304424762726, 0.0808141678571701, -0.2346847951412201, -0.07037685811519623, 0.05439753085374832, -0.12938183546066284, -0.07445605099201202, -0.028669238090515137, -0.014770246110856533, -0.023113876581192017, 0.042759452015161514, 0.32320910692214966, 0.15480972826480865, 0.07661602646112442, -0.04745550453662872, 0.22790509462356567, -0.13313516974449158, -0.31130844354629517, 0.14743372797966003, -0.0355834998190403, -0.12671291828155518, 0.010538921691477299, 0.007142158225178719, -0.05105111002922058, -0.021839484572410583, -0.0567462295293808, 0.028774239122867584, -0.11002035439014435, 0.08534286916255951, -0.007856737822294235, 0.08054210245609283, -0.025726202875375748, 0.15592461824417114, 0.14288969337940216, 0.08480026572942734, 0.0545051172375679, -0.06211415305733681, -0.10240861773490906, 0.13695070147514343, -0.10263209044933319, -0.023101724684238434, -0.1397889405488968, -0.009375100955367088, 0.0465555414557457, 0.049808062613010406, -0.05221584439277649, 0.09529892355203629, 0.0635266974568367, -0.11360016465187073, -0.019386079162359238, 0.133218914270401, 0.10434699803590775, 0.044772110879421234, 0.0189459640532732, 0.02025490626692772, -0.01940607838332653, -0.08723723888397217, -0.020893126726150513, -0.05203813314437866, -0.08364535868167877, 0.23073521256446838, 0.02718311920762062, 0.06259404867887497, 0.03891158103942871, 0.030092110857367516, 0.008085490204393864, 0.00765328761190176, -0.02204192243516445, 0.08944465219974518, -0.04523886367678642, -0.015490786172449589, 0.047576963901519775, 0.018505824729800224, 0.1470842808485031, 0.11763838678598404, 0.019440600648522377, 0.030499044805765152, -0.0973750501871109, 0.039305657148361206, 0.027377478778362274, 0.030733410269021988, -0.020916424691677094, -0.08624614030122757, -0.08114686608314514, 0.03595646098256111, -0.07674598693847656, 0.013606155291199684, 0.016092611476778984, 0.03469081223011017, -0.11540161073207855, 0.010265391319990158, 0.14549335837364197, -0.2131723165512085, 0.14804890751838684, 0.2800557315349579, 0.13856548070907593, 0.1189194768667221, -0.09096312522888184, -0.06572724133729935, 0.009003250859677792, -0.06316535174846649, -0.04087313264608383, 0.10607713460922241, 0.040936246514320374, 0.013613011687994003, 0.10697175562381744, 0.057871170341968536, 0.0690736472606659, -0.09101183712482452, -0.05548952892422676, 0.03193949908018112, -0.049050990492105484, -0.15813462436199188, -0.023139549419283867, 0.06834116578102112, 0.13078492879867554, 0.06626830995082855, -0.02852659672498703, 0.17144429683685303, -0.00533882575109601, -0.033054620027542114, 0.08268952369689941, -0.18121379613876343, -0.283672571182251, 0.015941578894853592, 0.0830041691660881, 0.15514791011810303, 0.09149590134620667, -0.06794987618923187, -0.10763861984014511, 0.01103055477142334, 0.0043687280267477036, -0.08298258483409882, -0.1796771138906479, 0.015388326719403267, -0.005364835262298584, 0.07314465939998627, -0.08269447088241577, -0.07855859398841858, 0.02764454483985901, -0.031761568039655685, 0.08430590480566025, 0.14206457138061523, -0.11837291717529297, -0.002234645187854767, 0.19759048521518707, -0.07457161694765091, 0.043050527572631836, -0.06457973271608353, -0.08513885736465454, -0.00872303731739521, -0.011461472138762474, 0.09345725178718567, -0.011235800571739674, -0.03951617330312729, 0.056289032101631165, 0.025715701282024384, -0.10820859670639038, -0.03124115988612175, -0.06328092515468597, -0.18130502104759216, -0.19965164363384247, -0.13472311198711395, -0.026953233405947685, 0.17208176851272583, 0.04245227575302124, 0.06771361082792282, -0.12118776887655258, 0.05534696206450462, 0.09379184991121292, 0.014684982597827911, -0.13413377106189728, -0.11743255704641342, 0.004967736080288887, 0.05056115984916687, -0.008927040733397007, -0.15697821974754333, 0.008258240297436714, 0.20884811878204346, 0.12622320652008057, 0.10810799896717072, 0.07975690066814423, 0.1375136524438858, -0.04218250885605812, -0.006482529453933239, 0.18022066354751587, 0.10490921139717102, 0.11530227959156036, -0.004064492881298065, -0.014219335280358791, 0.022588863968849182, -0.058505862951278687, -0.009033828042447567, 0.20266950130462646, -0.1496744602918625, -0.0031830575317144394, -0.04257659614086151, 0.002046443521976471, -0.05423550680279732, 0.13221308588981628, -0.16024437546730042, 0.017242947593331337, 0.053450994193553925, 0.13345222175121307, -0.030867155641317368, 0.09382117539644241, 0.14546847343444824, 0.0022108666598796844, 0.03802432119846344, 0.0431518591940403, 0.008113997057080269, -0.12477392703294754, -0.02819085121154785, 0.02976388856768608, -0.0980527400970459, 0.06697419285774231, 0.09878084063529968, -0.12072230130434036, 0.08925814926624298, 0.027949456125497818, -0.08584685623645782, -0.10386583209037781, -0.05720532685518265, -0.0023255879059433937, -0.006080929189920425, 0.09190892428159714, 0.05198929086327553, -0.2465793937444687, -0.16362273693084717, -0.10938643664121628, -0.002923820400610566, 0.1317078024148941, -0.0739484578371048, -0.12011148035526276, -0.004193214699625969, 0.01521381363272667, -0.005232680588960648, -0.1717078685760498, -0.08860017359256744, -0.08988559246063232, 0.015598013065755367, 0.08948226273059845, -0.2046242356300354, -0.007285992614924908, -0.006361000239849091, -0.045673172920942307, 0.08018259704113007, -0.03888299688696861, -0.04746589437127113, -0.08639635145664215, -0.04543028026819229, 0.07093143463134766, 0.034628674387931824, 0.015276968479156494, 0.03541453555226326, 0.04851359874010086, 0.007973024621605873, -0.23172076046466827, 0.12629005312919617, -0.06674525141716003, 0.0019011283293366432, -0.05668555200099945, 0.08708358556032181, -0.04251587763428688, 0.06764523684978485, 0.04215657711029053, -0.005128815770149231, 0.07612214237451553, -0.025730665773153305, 0.1550784856081009, -0.003216559998691082, 0.14120997488498688, 0.2827991247177124, 0.06888988614082336, 0.00960786547511816, 0.17825965583324432, 0.009867365472018719, 0.22031264007091522, 0.1489638090133667, -0.11007529497146606, 0.23980656266212463, 0.04398699477314949, -0.015512111596763134, -0.33699485659599304, 0.04665335267782211, -0.131880521774292, -0.05631587654352188, 0.03897428140044212, -0.2137603759765625, 0.10726744681596756, 0.16335412859916687, -0.05354951694607735, 0.23693041503429413, -0.12475717067718506, 0.015089687891304493, 0.17294946312904358, -0.04045645892620087, 0.3370594382286072, -0.07919742912054062, -0.11333908140659332, -0.10342464596033096, -0.09501547366380692, 0.34854528307914734, -0.04582883417606354, -0.002660159021615982, -0.0736730545759201, 0.013722386211156845, -0.008526934310793877, -0.001061484683305025, 0.20232321321964264, 0.05867680534720421, 0.08590434491634369, -0.07986124604940414, -0.17699752748012543, 0.10146927833557129, -0.03072599694132805, -0.0248720683157444, 0.0021553020924329758, 0.008933991193771362, -0.09227609634399414, -0.010175998322665691, 0.0561550036072731, 0.014299885369837284, 0.0642690360546112, -0.07070912420749664, -0.14639133214950562, -0.0028576087206602097, -0.15796148777008057, -0.04185418784618378, 0.11924953758716583, 0.004592342302203178, -0.053159866482019424, -0.012782535515725613, 0.10074986517429352, -0.05150429904460907, 0.08656136691570282, -0.07291952520608902, -0.07232818007469177, 0.09687571227550507, -0.23635341227054596, 0.08049696683883667, 0.10177675634622574, 0.02167806401848793, 0.021061979234218597, 0.08807135373353958, 0.0470256470143795, 0.008543286472558975, 0.15271210670471191, -0.022629912942647934, -0.008433734998106956, 0.08927083015441895, -0.11068902909755707, -0.02635098248720169, 0.0316874235868454, -0.00029177358373999596, 0.06460204720497131, -0.028422705829143524, 0.005900818854570389, 0.05074378475546837, -0.05573655292391777, 0.06353044509887695, 0.09814608097076416, 0.04359394311904907, -0.14694710075855255, 0.2207910120487213, 0.02747553400695324, -0.1099642664194107, -0.02759573794901371, -0.11339639872312546, -0.1222863495349884, -0.09532101452350616, -0.0035996604710817337, 0.04764122888445854, 0.04647938907146454, -0.13270056247711182, 0.034151602536439896, -0.16295604407787323, 0.07589840143918991, 0.00766960671171546, 0.08100609481334686, 0.1677110642194748, 0.022264666855335236, -0.014610283076763153, -0.015038622543215752, -0.04788082838058472, -0.16073670983314514, 0.03848479688167572, -0.12833750247955322, -0.12250648438930511, -0.09794159233570099, 0.1332821398973465, -0.04940728098154068, -0.021506763994693756, -0.08738504350185394, 0.043704062700271606, -0.2558736801147461, 0.1451244056224823, -0.016469402238726616, 0.0020331647247076035, 0.05851764604449272, 0.11437876522541046, -0.03830133378505707, -0.03837762400507927, -0.11885128915309906, 0.11667796224355698, -0.005423622205853462, 0.0963568463921547, 0.011721684597432613, -0.0203871913254261, 0.0306882094591856, 0.03607187047600746, 0.12514644861221313, 0.1182069182395935, 0.030927151441574097, 0.029887516051530838, -0.08064565807580948, -0.13667908310890198, 0.108477383852005, 0.06277403980493546, 0.05885487049818039, 0.014162151142954826, -0.0030521065928041935, 0.12067241221666336, -0.0893007293343544, 0.08265069127082825, 0.08164209127426147, -0.04035618528723717, 0.034748226404190063, -0.22503423690795898, -0.05673980340361595, 0.01265101321041584, -0.0914541706442833, 0.23697112500667572, 0.06615365296602249, 0.02968314290046692, 0.07248371094465256, -0.028142660856246948, -0.012118633836507797, -0.07060590386390686, -0.051218945533037186, -0.0755254328250885, -0.1151297315955162, 0.11504371464252472, 0.027106618508696556, 0.011982705444097519, 0.4227166771888733, -0.026992274448275566, -0.17507518827915192, -0.012110501527786255, 0.03161114826798439, 0.08476661145687103, 0.08266523480415344, 0.33129560947418213, 0.09086310863494873, -0.1026526615023613, 0.022464968264102936, 0.046879842877388, 0.027368808165192604, 0.0907813161611557, 0.19947054982185364, 0.17177799344062805, -0.055485762655735016, 0.023263249546289444, -0.012964283116161823, -0.08743395656347275, 0.015898117795586586, 0.0921812653541565, -0.025267524644732475, -0.021519014611840248, 0.05675521492958069, -0.09970393776893616, 0.0371735654771328, -0.062215011566877365, -0.0007181968539953232, -0.14648494124412537, -0.042392946779727936, -0.12479066848754883, -0.08813518285751343, -0.054200515151023865, -0.09892775118350983, -0.009427198208868504, -0.03242192417383194, -0.10075806081295013, 0.34579282999038696, 0.036148615181446075, 0.03187577426433563, -0.0070726461708545685, -0.25015532970428467, 0.08362843096256256, 0.0793994665145874, -0.04221723973751068, -0.07388705015182495, -0.02416539378464222, -0.15231351554393768, 0.03909740597009659, -0.024702556431293488, 0.01575358584523201, -0.03259104862809181, 0.052596479654312134, -0.006196306087076664, -0.1171952411532402, -0.03397916629910469, -0.034443195909261703, 0.039145272225141525, -0.09791576862335205, 0.03501472249627113, 0.04070960730314255, -0.008272950537502766, 0.070431649684906, 0.0714176744222641, 0.009799830615520477, 0.003265785053372383, -0.008869735524058342, -0.022822048515081406, -0.05239371955394745, 0.122472383081913, 0.0824786126613617, -0.08202753216028214, -0.1044837236404419, 0.020169313997030258, 0.33548521995544434, -0.03773518651723862, 0.03297555446624756, 0.0018232418224215508, 0.02428775653243065, 0.044136255979537964, 0.2137533724308014, -0.023562967777252197, 0.01919661834836006, 0.024546761065721512, -0.16796636581420898, 0.026318969205021858, 0.003649013815447688, -0.02647162787616253, 0.13069431483745575, 0.04347749799489975, -0.025372318923473358, -0.10960488021373749, 0.0954986959695816, -0.1024249941110611, 0.008435807190835476, 0.19275403022766113, -0.05647857487201691, -0.06467188149690628, 0.013949137181043625, 0.0165199376642704, -0.03507509082555771, -0.020561862736940384, -0.11817906051874161, -0.059442538768053055, -0.1335134208202362, -0.01608181931078434, -0.33781078457832336, -0.06104964017868042, 0.016870373860001564, -0.0029060253873467445, 0.1071353554725647, -0.015510044060647488, 0.19057385623455048, 0.009567508473992348, 0.09951138496398926, -0.11303301155567169, -0.0016877558082342148, 0.0069161574356257915, 0.12611272931098938, 0.024659186601638794, 0.010176030918955803, -0.1002519503235817, 0.039199039340019226, 0.10737654566764832, -0.1204327642917633, -0.07196751981973648, 0.13156789541244507, -0.0647989958524704, -0.07269831001758575, -0.0792824998497963, -0.11188383400440216, 0.06340759247541428, -0.03277561068534851, -0.010986527428030968, -0.009608309715986252, 0.041560862213373184, 0.06720569729804993, 0.005373393185436726, -0.05062008649110794, -0.06187694892287254, 0.037312768399715424, -0.07453177869319916, 0.09530428051948547, 0.07110737264156342, -0.09974133968353271, 0.07332201302051544, -0.12455107271671295, 0.01857888512313366, -0.027617763727903366, 0.035623159259557724, 0.0652485191822052, 0.07632380723953247, -0.06429437547922134, 0.05516950413584709, 0.023337075486779213, 0.04400130361318588, -0.061321921646595, -0.07427462935447693 ]
70c4ebcf12fbe11c4fdb26b196af65a04b045354
# Dataset Card for "cup-it-ds-classification-small-3" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/cup-it-ds-classification-small-3
[ "region:us" ]
2023-03-19T07:07:57+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 2236990, "num_examples": 3965}, {"name": "validation", "num_bytes": 236878, "num_examples": 441}], "download_size": 1491693, "dataset_size": 2473868}}
2023-03-19T07:08:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification-small-3" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification-small-3\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification-small-3\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification-small-3\"\n\nMore Information needed" ]
[ -0.07949122786521912, 0.031417179852724075, -0.004071743693202734, 0.009971380233764648, 0.09163966774940491, 0.11468465626239777, 0.10095043480396271, 0.07714265584945679, 0.11518684029579163, -0.06646092236042023, 0.08476807177066803, 0.03754718601703644, 0.053592514246702194, 0.2289002239704132, -0.13075336813926697, -0.08262179791927338, 0.04414580762386322, 0.04716317355632782, -0.10293669998645782, 0.05385027080774307, 0.06066574528813362, -0.07521314173936844, 0.05847914516925812, -0.1435689628124237, -0.1341438889503479, 0.05733809247612953, -0.016605060547590256, -0.08443738520145416, 0.0005992746446281672, -0.10226592421531677, 0.1943596452474594, 0.05926947668194771, 0.01708787865936756, -0.11172039806842804, 0.01974819041788578, -0.03136725351214409, -0.010964701883494854, 0.05198200047016144, 0.03730978071689606, -0.045730046927928925, -0.0676119402050972, -0.08366060256958008, 0.04394190385937691, -0.01483059674501419, -0.030989941209554672, -0.1844298541545868, -0.11688653379678726, 0.026526514440774918, 0.06818822026252747, -0.10989050567150116, 0.0920010358095169, 0.0808972418308258, -0.26001837849617004, -0.0338221937417984, 0.02426517754793167, -0.02690022438764572, 0.06247403100132942, 0.24880199134349823, -0.1227916032075882, 0.08488455414772034, 0.01796087995171547, 0.018291806802153587, 0.03511243313550949, 0.00237629609182477, -0.07194605469703674, -0.01237732358276844, -0.06772685050964355, 0.09201233088970184, -0.022008659318089485, -0.0739794373512268, 0.3420899212360382, -0.01110474206507206, -0.006043073255568743, -0.015570341609418392, 0.050717271864414215, -0.0824715793132782, -0.0414554625749588, -0.04086506739258766, 0.08654093742370605, 0.003247847780585289, 0.10532070696353912, 0.0634375736117363, -0.10911688208580017, -0.12461547553539276, -0.18500468134880066, 0.07731444388628006, -0.06655119359493256, 0.1330503225326538, -0.1578279435634613, -0.055430494248867035, 0.01645703613758087, 0.067389577627182, -0.037020210176706314, -0.1366598904132843, -0.003321729600429535, -0.0900096595287323, -0.026726990938186646, 0.13014359772205353, 0.12488911300897598, 0.07505257427692413, -0.022017961367964745, 0.013302648440003395, 0.040392711758613586, 0.04545295983552933, 0.16040357947349548, -0.1629416048526764, -0.005680954083800316, 0.06202054023742676, -0.028532570227980614, -0.08946803957223892, -0.006337177008390427, -0.05351497232913971, -0.15701386332511902, -0.006408275105059147, -0.05756157264113426, 0.13214582204818726, -0.07711146771907806, -0.07170730084180832, -0.046774182468652725, -0.08815835416316986, 0.29555201530456543, -0.08125241845846176, 0.009322845377027988, 0.06933894753456116, -0.022981856018304825, 0.10344904661178589, -0.2018764317035675, 0.00024236575700342655, 0.09786437451839447, 0.1144610345363617, -0.03221353143453598, -0.023729167878627777, -0.002432948909699917, -0.027218902483582497, 0.0665128156542778, -0.15612384676933289, 0.03656540438532829, -0.135207861661911, -0.19339066743850708, 0.08916829526424408, -0.016780449077486992, -0.052959367632865906, 0.15918320417404175, 0.05720018595457077, 0.025037381798028946, 0.017121128737926483, -0.04124324768781662, 0.06890267133712769, -0.09286047518253326, -0.0029027825221419334, -0.029454153031110764, 0.08648551255464554, -0.2576759457588196, 0.03685133159160614, -0.08728598058223724, 0.007146915886551142, -0.10839029401540756, 0.029584655538201332, -0.10413047671318054, 0.03535539656877518, -0.07396135479211807, -0.06162078306078911, -0.09876908361911774, 0.022661030292510986, -0.12124094367027283, 0.07117192447185516, -0.21163320541381836, -0.05518481135368347, -0.0026590265333652496, -0.11566216498613358, -0.0892748236656189, -0.03417139872908592, -0.00682581914588809, -0.05544675886631012, 0.04490901529788971, 0.30276310443878174, 0.14375075697898865, 0.05950706824660301, -0.05450510233640671, 0.2162970006465912, -0.12918484210968018, -0.32210272550582886, 0.1383364200592041, -0.03839313983917236, -0.13895365595817566, 0.026793254539370537, -0.0028702281415462494, -0.04792789742350578, -0.020795274525880814, -0.053398992866277695, 0.04737425595521927, -0.11325575411319733, 0.058599259704351425, -0.009448627009987831, 0.07256002724170685, -0.04429173469543457, 0.16707217693328857, 0.11946795880794525, 0.0756731629371643, 0.041938357055187225, -0.0664839893579483, -0.09095394611358643, 0.14676451683044434, -0.09943142533302307, -0.026578160002827644, -0.136126309633255, -0.04081156849861145, 0.04524070397019386, 0.07439281046390533, -0.06158214062452316, 0.07363708317279816, 0.05615345388650894, -0.1088523343205452, -0.030325286090373993, 0.1258179396390915, 0.124527208507061, 0.053520940244197845, 0.04146522283554077, 0.02112392522394657, -0.02882034331560135, -0.09138119220733643, -0.05875638872385025, -0.022847414016723633, -0.08485272526741028, 0.2124611884355545, 0.009207943454384804, 0.04508867487311363, 0.035690680146217346, 0.05174482613801956, 0.02930748276412487, 0.015516659244894981, -0.03021354228258133, 0.10154131054878235, -0.050354838371276855, -0.0038797943852841854, 0.029714729636907578, 0.0002439003437757492, 0.15427237749099731, 0.12239513546228409, 0.021880891174077988, 0.004265591502189636, -0.12244487553834915, 0.03751616179943085, 0.028406444936990738, 0.04787186533212662, -0.02503887750208378, -0.08215939998626709, -0.07892400771379471, 0.03520690277218819, -0.07471165060997009, 0.0037926549557596445, 0.01289817038923502, 0.054161977022886276, -0.14384907484054565, 0.007718568202108145, 0.16221602261066437, -0.2012607455253601, 0.14120838046073914, 0.2763950824737549, 0.14292356371879578, 0.12140609323978424, -0.090931236743927, -0.050758033990859985, 0.0208783857524395, -0.05956852808594704, -0.045533113181591034, 0.10398320108652115, 0.044789839535951614, 0.006385027430951595, 0.09444153308868408, 0.07204240560531616, 0.07890798151493073, -0.06669674813747406, -0.06763602048158646, 0.022049680352211, -0.04037316516041756, -0.12333398312330246, -0.005745984613895416, 0.05246240645647049, 0.11698560416698456, 0.07044130563735962, -0.05554334074258804, 0.18360717594623566, -0.006169576663523912, -0.030926978215575218, 0.09997107088565826, -0.18839381635189056, -0.3057158589363098, 0.03036874532699585, 0.024205589666962624, 0.10564575344324112, 0.07178016752004623, -0.0678960531949997, -0.1270582675933838, -0.009883522987365723, -0.013957600109279156, -0.07725442945957184, -0.20240363478660583, 0.010440562851727009, 0.011235037818551064, 0.0491185300052166, -0.08824115991592407, -0.08750486373901367, 0.020740266889333725, -0.03588126599788666, 0.07930421829223633, 0.1468517780303955, -0.1353154480457306, 0.01746688410639763, 0.185316801071167, -0.04560968652367592, 0.058661628514528275, -0.07905355095863342, -0.05645093694329262, 0.009337855502963066, -0.026281990110874176, 0.0917273759841919, 0.019254231825470924, -0.04186664894223213, 0.054942138493061066, 0.03694687783718109, -0.12820467352867126, -0.011574230156838894, -0.04944007471203804, -0.18755832314491272, -0.1923781931400299, -0.13763904571533203, -0.03331432491540909, 0.16144362092018127, 0.02880086936056614, 0.0731498971581459, -0.09937192499637604, 0.06068840250372887, 0.10346690565347672, -0.004495603963732719, -0.1314994841814041, -0.10453775525093079, 0.03001849167048931, 0.04851513355970383, 0.0032850708812475204, -0.15321598947048187, 0.010034826584160328, 0.20049336552619934, 0.1359352171421051, 0.1137748658657074, 0.08422322571277618, 0.11074361205101013, -0.011602917686104774, -0.026795852929353714, 0.15469864010810852, 0.12455546855926514, 0.10630956292152405, -0.024442583322525024, -0.015514979138970375, 0.016626326367259026, -0.035885222256183624, -0.04459458217024803, 0.19723528623580933, -0.14747625589370728, -0.011035277508199215, -0.05282004922628403, 0.011144113726913929, -0.03818438574671745, 0.10468175262212753, -0.18417195975780487, 0.04405604302883148, 0.039310529828071594, 0.12794865667819977, -0.0091311726719141, 0.10252319276332855, 0.09714208543300629, -0.004965594969689846, 0.06540578603744507, 0.03307554870843887, 0.002827510703355074, -0.12283094227313995, -0.02721771039068699, 0.06855057924985886, -0.06911195069551468, 0.05365397781133652, 0.08681583404541016, -0.16501270234584808, 0.08378224819898605, 0.026141975075006485, -0.07760068029165268, -0.09762440621852875, -0.05684817582368851, -0.0037709735333919525, -0.0023057947400957346, 0.08718951046466827, 0.034024059772491455, -0.20602968335151672, -0.18744118511676788, -0.10801774263381958, -0.0029200571589171886, 0.13473215699195862, -0.05066972225904465, -0.11691632866859436, 0.005742090288549662, 0.020491916686296463, -0.00812994223088026, -0.13698214292526245, -0.11403267085552216, -0.103861004114151, 0.01717674732208252, 0.0867420956492424, -0.21612118184566498, 0.001927482895553112, -0.020337337628006935, -0.10999689996242523, 0.06693033874034882, 0.0001286352053284645, -0.05284949764609337, -0.09623479843139648, -0.07680296897888184, 0.07229600846767426, 0.05204330012202263, 0.012837610207498074, 0.019965294748544693, 0.017796942964196205, 0.012538513168692589, -0.23985426127910614, 0.12126670777797699, -0.08895402401685715, 0.020276349037885666, -0.05074411630630493, 0.0861826241016388, -0.04060119763016701, 0.05552341043949127, 0.02946840412914753, -0.008857731707394123, 0.08502955734729767, -0.043384894728660583, 0.15105335414409637, -0.013640383258461952, 0.1530398726463318, 0.2939597964286804, 0.0641988068819046, 0.005151597782969475, 0.16719447076320648, 0.006750900764018297, 0.21654611825942993, 0.12226401269435883, -0.08356327563524246, 0.22155429422855377, 0.04704397916793823, -0.009135231375694275, -0.32199302315711975, 0.04920092225074768, -0.1317395567893982, -0.07334719598293304, 0.04078809171915054, -0.20335933566093445, 0.11409537494182587, 0.17136678099632263, -0.04018429294228554, 0.22043383121490479, -0.12420386075973511, 0.021254681050777435, 0.17744460701942444, 0.0033628353849053383, 0.30336838960647583, -0.09897580742835999, -0.09319836646318436, -0.09718406945466995, -0.09383528679609299, 0.3433636724948883, -0.015125810168683529, 0.01746985875070095, -0.08219002187252045, -0.005310209468007088, -0.02735251560807228, -0.014119910076260567, 0.18731075525283813, 0.070377416908741, 0.09666171669960022, -0.08352728188037872, -0.15169204771518707, 0.09690333902835846, -0.028861012309789658, -0.0010344013571739197, -0.01630602963268757, 0.0013197455555200577, -0.08014830946922302, -0.019667111337184906, 0.0468422994017601, 0.0051935212686657906, 0.05521178990602493, -0.0753140076994896, -0.1351315677165985, 0.013609086163341999, -0.16103272140026093, -0.04873634874820709, 0.11860166490077972, -0.009996511042118073, -0.04691746085882187, -0.03678780421614647, 0.12027160823345184, -0.0767197459936142, 0.052256807684898376, -0.08468403667211533, -0.07597765326499939, 0.08122673630714417, -0.1933295726776123, 0.05487248674035072, 0.10140112042427063, -0.0008613490499556065, 0.02847404032945633, 0.09398988634347916, 0.049726396799087524, 0.00040493812412023544, 0.16033315658569336, -0.024846872314810753, 0.030422179028391838, 0.08583826571702957, -0.12240467965602875, -0.030767228454351425, 0.06317594647407532, -0.019547313451766968, 0.08029021322727203, -0.020371809601783752, 0.005410241428762674, 0.051879480481147766, -0.04324478656053543, 0.0767265036702156, 0.09720562398433685, 0.041067395359277725, -0.15505404770374298, 0.21970690786838531, 0.009002767503261566, -0.09308644384145737, -0.027635999023914337, -0.08787267655134201, -0.13212034106254578, -0.09649433195590973, -0.011094298213720322, 0.049787893891334534, 0.04010937362909317, -0.12114173173904419, 0.021479204297065735, -0.17428871989250183, 0.08942823112010956, 0.00774200726300478, 0.08499270677566528, 0.1477707028388977, 0.014603294432163239, -0.02294686809182167, -0.00995110347867012, -0.05903062969446182, -0.18899491429328918, 0.053276438266038895, -0.13815145194530487, -0.17040182650089264, -0.08036115020513535, 0.12407903373241425, -0.04691346734762192, -0.027821475639939308, -0.10056506097316742, 0.048270463943481445, -0.23822838068008423, 0.1118365079164505, -0.033464983105659485, 0.011791575700044632, 0.051863640546798706, 0.13316059112548828, -0.03661492466926575, -0.03274285048246384, -0.10625521093606949, 0.11225536465644836, 0.0178537480533123, 0.10069432854652405, 0.017302965745329857, -0.015117109753191471, 0.0068153683096170425, 0.033225201070308685, 0.12272658944129944, 0.09575112164020538, 0.02011793851852417, 0.0365692637860775, -0.0867377445101738, -0.13692791759967804, 0.10515008121728897, 0.055135589092969894, 0.060155585408210754, 0.011565686203539371, -0.017562247812747955, 0.13091745972633362, -0.08774660527706146, 0.09836675226688385, 0.048759229481220245, -0.04563802480697632, 0.037326402962207794, -0.22555486857891083, -0.040704939514398575, 0.020500756800174713, -0.08320321142673492, 0.2597510516643524, 0.061422061175107956, 0.03507028520107269, 0.059096261858940125, -0.02700112760066986, 0.0002556132385507226, -0.07758791744709015, -0.047237686812877655, -0.09185798466205597, -0.1440512239933014, 0.12341003119945526, 0.036599524319171906, 0.00947426538914442, 0.4513866901397705, -0.024139484390616417, -0.16534993052482605, -0.010863570496439934, 0.05537256598472595, 0.11048221588134766, 0.07077629864215851, 0.3184276223182678, 0.07329375296831131, -0.0976710170507431, 0.04135121405124664, 0.05830272287130356, 0.027817901223897934, 0.07916625589132309, 0.20682527124881744, 0.16367939114570618, -0.07727791368961334, 0.01806596666574478, -0.005707656033337116, -0.09766136109828949, 0.05947941914200783, 0.07107917964458466, -0.004006078466773033, -0.004309017211198807, 0.05638997629284859, -0.13397562503814697, 0.025906849652528763, -0.06366714090108871, 0.0016691186465322971, -0.14523844420909882, -0.045069143176078796, -0.11181001365184784, -0.09433479607105255, -0.0353204607963562, -0.10567143559455872, 0.0023611830547451973, -0.04847512021660805, -0.11970418691635132, 0.3648439049720764, 0.06425899267196655, 0.04099717736244202, 0.021491210907697678, -0.22635558247566223, 0.0959029272198677, 0.08519383519887924, -0.05499139428138733, -0.0790635198354721, -0.034713178873062134, -0.1294020414352417, 0.020431626588106155, -0.04687055945396423, 0.013299619778990746, -0.041756194084882736, 0.029174931347370148, -0.0005654171109199524, -0.11449727416038513, -0.03554071485996246, -0.030837420374155045, 0.03958354890346527, -0.10135038197040558, 0.0806623324751854, 0.034107111394405365, -0.020436067134141922, 0.07159991562366486, 0.04264580458402634, 0.02568676322698593, 0.014196045696735382, -0.012397386133670807, -0.014132056385278702, -0.04052397608757019, 0.1171780452132225, 0.07875087112188339, -0.06772956252098083, -0.10665471851825714, 0.03942350670695305, 0.3621596097946167, -0.03419987112283707, 0.03130306676030159, -0.0013082283549010754, 0.025703754276037216, 0.04533286392688751, 0.22973573207855225, 0.0025623226538300514, 0.0030096545815467834, 0.023712800815701485, -0.1544068455696106, 0.015291783958673477, 0.001982268411666155, -0.01633189618587494, 0.08686904609203339, 0.08843527734279633, -0.024864329025149345, -0.09558691084384918, 0.11171581596136093, -0.10847137868404388, 0.05867459997534752, 0.16747212409973145, -0.03615434467792511, -0.06416622549295425, -0.008402107283473015, -0.003383771050721407, -0.041079260408878326, -0.019223447889089584, -0.10617250204086304, -0.05447639897465706, -0.1517966091632843, -0.01947685144841671, -0.3312339782714844, -0.09119292348623276, 0.035641372203826904, 0.032747767865657806, 0.09793911874294281, -0.018999427556991577, 0.18579153716564178, 0.014608485624194145, 0.08926452696323395, -0.10516882687807083, 0.031304050236940384, 0.009647013619542122, 0.1352875828742981, 0.03494896739721298, -0.017106428742408752, -0.0882716029882431, 0.061553314328193665, 0.07948954403400421, -0.10188262164592743, -0.052277855575084686, 0.1281549036502838, -0.0513233058154583, -0.06808103621006012, -0.0538676455616951, -0.11748073995113373, 0.08065199851989746, -0.010025911033153534, -0.007538406178355217, -0.017132628709077835, 0.03727085888385773, 0.07416971027851105, -0.010059535503387451, -0.0700826570391655, -0.07323489338159561, 0.016361068934202194, -0.07684527337551117, 0.07114167511463165, 0.055229708552360535, -0.12976893782615662, 0.07215540111064911, -0.12064201384782791, 0.023124249652028084, -0.04747232794761658, 0.032164618372917175, 0.06363663077354431, 0.08487872034311295, -0.06910403817892075, 0.12901237607002258, 0.004562906920909882, 0.03981263190507889, -0.07996781170368195, -0.06989932060241699 ]
42ab35c272ec2a3248521e36ffffed0115dab581
# Dataset Card for Auditor Sentiment ## 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) ## Dataset Description Auditor review sentiment collected by News Department - **Point of Contact:** Talked to COE for Auditing, currently [email protected] ### Dataset Summary Auditor sentiment dataset of sentences from financial news. The dataset consists of several thousand sentences from English language financial news categorized by sentiment. ### Supported Tasks and Leaderboards Sentiment Classification ### Languages English ## Dataset Structure ### Data Instances ``` "sentence": "Pharmaceuticals group Orion Corp reported a fall in its third-quarter earnings that were hit by larger expenditures on R&D and marketing .", "label": "negative" ``` ### Data Fields - sentence: a tokenized line from the dataset - label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative' - (0) ### Data Splits A train/test split was created randomly with a 75/25 split ## Dataset Creation ### Curation Rationale To gather our auditor evaluations into one dataset. Previous attempts using off-the-shelf sentiment had only 70% F1, this dataset was an attempt to improve upon that performance. ### Source Data #### Initial Data Collection and Normalization The corpus used in this paper is made out of English news reports. #### Who are the source language producers? The source data was written by various auditors. ### Annotations #### Annotation process This release of the auditor reviews covers a collection of 4840 sentences. The selected collection of phrases was annotated by 16 people with adequate background knowledge on financial markets. The subset here is where inter-annotation agreement was greater than 75%. #### Who are the annotators? They were pulled from the SME list, names are held by [email protected] ### Personal and Sensitive Information There is no personal or sensitive information in this dataset. ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases All annotators were from the same institution and so interannotator agreement should be understood with this taken into account. ### Licensing Information License: Demo.Org Proprietary - DO NOT SHARE This dataset is based on the [financial phrasebank](https://huggingface.co/datasets/financial_phrasebank) dataset.
Tianzhou/auditor_sentiment
[ "task_categories:text-classification", "task_ids:multi-class-classification", "task_ids:sentiment-classification", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "region:us" ]
2023-03-19T09:03:19+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification", "sentiment-classification"], "pretty_name": "Auditor_Sentiment"}
2022-07-21T18:03:51+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #region-us
# Dataset Card for Auditor Sentiment ## 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 ## Dataset Description Auditor review sentiment collected by News Department - Point of Contact: Talked to COE for Auditing, currently sue@URL ### Dataset Summary Auditor sentiment dataset of sentences from financial news. The dataset consists of several thousand sentences from English language financial news categorized by sentiment. ### Supported Tasks and Leaderboards Sentiment Classification ### Languages English ## Dataset Structure ### Data Instances ### Data Fields - sentence: a tokenized line from the dataset - label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative' - (0) ### Data Splits A train/test split was created randomly with a 75/25 split ## Dataset Creation ### Curation Rationale To gather our auditor evaluations into one dataset. Previous attempts using off-the-shelf sentiment had only 70% F1, this dataset was an attempt to improve upon that performance. ### Source Data #### Initial Data Collection and Normalization The corpus used in this paper is made out of English news reports. #### Who are the source language producers? The source data was written by various auditors. ### Annotations #### Annotation process This release of the auditor reviews covers a collection of 4840 sentences. The selected collection of phrases was annotated by 16 people with adequate background knowledge on financial markets. The subset here is where inter-annotation agreement was greater than 75%. #### Who are the annotators? They were pulled from the SME list, names are held by sue@URL ### Personal and Sensitive Information There is no personal or sensitive information in this dataset. ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases All annotators were from the same institution and so interannotator agreement should be understood with this taken into account. ### Licensing Information License: Demo.Org Proprietary - DO NOT SHARE This dataset is based on the financial phrasebank dataset.
[ "# Dataset Card for Auditor Sentiment", "## Table of Contents\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", "## Dataset Description\nAuditor review sentiment collected by News Department\n\n- Point of Contact:\nTalked to COE for Auditing, currently sue@URL", "### Dataset Summary\n\nAuditor sentiment dataset of sentences from financial news. The dataset consists of several thousand sentences from English language financial news categorized by sentiment.", "### Supported Tasks and Leaderboards\n\nSentiment Classification", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- sentence: a tokenized line from the dataset\n- label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative' - (0)", "### Data Splits\n\nA train/test split was created randomly with a 75/25 split", "## Dataset Creation", "### Curation Rationale\n\nTo gather our auditor evaluations into one dataset. Previous attempts using off-the-shelf sentiment had only 70% F1, this dataset was an attempt to improve upon that performance.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe corpus used in this paper is made out of English news reports.", "#### Who are the source language producers?\n\nThe source data was written by various auditors.", "### Annotations", "#### Annotation process\n\nThis release of the auditor reviews covers a collection of 4840\nsentences. The selected collection of phrases was annotated by 16 people with\nadequate background knowledge on financial markets. The subset here is where inter-annotation agreement was greater than 75%.", "#### Who are the annotators?\n\nThey were pulled from the SME list, names are held by sue@URL", "### Personal and Sensitive Information\n\nThere is no personal or sensitive information in this dataset.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases\n\nAll annotators were from the same institution and so interannotator agreement\nshould be understood with this taken into account.", "### Licensing Information\n\nLicense: Demo.Org Proprietary - DO NOT SHARE\n\nThis dataset is based on the financial phrasebank dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #region-us \n", "# Dataset Card for Auditor Sentiment", "## Table of Contents\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", "## Dataset Description\nAuditor review sentiment collected by News Department\n\n- Point of Contact:\nTalked to COE for Auditing, currently sue@URL", "### Dataset Summary\n\nAuditor sentiment dataset of sentences from financial news. The dataset consists of several thousand sentences from English language financial news categorized by sentiment.", "### Supported Tasks and Leaderboards\n\nSentiment Classification", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- sentence: a tokenized line from the dataset\n- label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative' - (0)", "### Data Splits\n\nA train/test split was created randomly with a 75/25 split", "## Dataset Creation", "### Curation Rationale\n\nTo gather our auditor evaluations into one dataset. Previous attempts using off-the-shelf sentiment had only 70% F1, this dataset was an attempt to improve upon that performance.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe corpus used in this paper is made out of English news reports.", "#### Who are the source language producers?\n\nThe source data was written by various auditors.", "### Annotations", "#### Annotation process\n\nThis release of the auditor reviews covers a collection of 4840\nsentences. The selected collection of phrases was annotated by 16 people with\nadequate background knowledge on financial markets. The subset here is where inter-annotation agreement was greater than 75%.", "#### Who are the annotators?\n\nThey were pulled from the SME list, names are held by sue@URL", "### Personal and Sensitive Information\n\nThere is no personal or sensitive information in this dataset.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases\n\nAll annotators were from the same institution and so interannotator agreement\nshould be understood with this taken into account.", "### Licensing Information\n\nLicense: Demo.Org Proprietary - DO NOT SHARE\n\nThis dataset is based on the financial phrasebank dataset." ]
[ 93, 8, 117, 30, 37, 14, 5, 6, 6, 51, 19, 5, 48, 4, 24, 20, 5, 60, 25, 20, 8, 7, 33, 33 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #region-us \n# Dataset Card for Auditor Sentiment## Table of Contents\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## Dataset Description\nAuditor review sentiment collected by News Department\n\n- Point of Contact:\nTalked to COE for Auditing, currently sue@URL### Dataset Summary\n\nAuditor sentiment dataset of sentences from financial news. The dataset consists of several thousand sentences from English language financial news categorized by sentiment.### Supported Tasks and Leaderboards\n\nSentiment Classification### Languages\n\nEnglish## Dataset Structure### Data Instances### Data Fields\n\n- sentence: a tokenized line from the dataset\n- label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative' - (0)### Data Splits\n\nA train/test split was created randomly with a 75/25 split## Dataset Creation### Curation Rationale\n\nTo gather our auditor evaluations into one dataset. Previous attempts using off-the-shelf sentiment had only 70% F1, this dataset was an attempt to improve upon that performance.### Source Data#### Initial Data Collection and Normalization\n\nThe corpus used in this paper is made out of English news reports.#### Who are the source language producers?\n\nThe source data was written by various auditors.### Annotations" ]
[ -0.008008771575987339, 0.20231963694095612, -0.006209940649569035, 0.007111761253327131, 0.07406646758317947, -0.00038476582267321646, 0.0798584446310997, 0.10946211218833923, 0.03912045806646347, 0.1415591984987259, -0.08104713261127472, 0.026772087439894676, 0.12402094155550003, 0.06146164983510971, 0.010647211223840714, -0.18695898354053497, 0.06702118366956711, -0.11768996715545654, 0.05335840955376625, 0.10652868449687958, 0.12401819229125977, -0.06372085958719254, 0.05246860161423683, -0.05970066413283348, -0.059733349829912186, 0.015101810917258263, -0.07323449850082397, -0.03908346965909004, 0.0587308406829834, 0.038260530680418015, 0.09904731810092926, -0.006601270753890276, 0.0354967899620533, -0.27712106704711914, 0.025217203423380852, 0.06072474271059036, 0.02222387120127678, 0.0058914003893733025, 0.07298403233289719, -0.07894595712423325, 0.13419833779335022, -0.15016807615756989, 0.10268061608076096, 0.06491540372371674, -0.11934844404459, -0.1148778423666954, -0.13324494659900665, 0.05102280527353287, 0.1339062601327896, 0.06381676346063614, -0.0823923721909523, 0.04319186136126518, -0.05445719510316849, 0.029608502984046936, 0.06693354994058609, -0.11408737301826477, -0.04323321580886841, 0.004334342200309038, 0.010134557262063026, 0.0747009813785553, -0.13770867884159088, 0.0005908373859710991, -0.025238562375307083, 0.02322150394320488, -0.034763313829898834, -0.01543606910854578, -0.01349900383502245, 0.042344942688941956, -0.12931065261363983, -0.0626130923628807, 0.10074088722467422, 0.026968274265527725, -0.05454305559396744, -0.2557471692562103, 0.0013611618196591735, 0.012623312883079052, -0.029198503121733665, -0.01687886379659176, 0.01937142200767994, -0.014547506347298622, 0.08192549645900726, -0.019611995667219162, -0.08588692545890808, 0.043751563876867294, -0.051640044897794724, 0.020345434546470642, -0.003704556031152606, -0.008950509130954742, 0.04409439489245415, 0.0750005766749382, 0.023336540907621384, -0.07937152683734894, -0.04265633970499039, -0.03169967979192734, -0.19017726182937622, -0.02578389272093773, 0.014034328982234001, -0.0182435791939497, 0.048082999885082245, 0.14949388802051544, -0.054093137383461, 0.013983304612338543, -0.09597055613994598, -0.028256796300411224, 0.11203170567750931, 0.12177570164203644, -0.010573838837444782, -0.1289372593164444, -0.0766415074467659, 0.028448671102523804, -0.015306728892028332, -0.0022834506817162037, 0.021758584305644035, 0.09569088369607925, 0.03257940709590912, 0.10082202404737473, 0.0821644738316536, -0.00021955723059363663, -0.10039149224758148, -0.007270479574799538, 0.04185832664370537, -0.15302038192749023, 0.05393218249082565, 0.03234948590397835, 0.006246182136237621, 0.04014915972948074, -0.03980771079659462, 0.03421906381845474, -0.04197971895337105, 0.10952693969011307, -0.0437019020318985, -0.02398412860929966, -0.0889478474855423, -0.06814940273761749, 0.07045792788267136, -0.018094288185238838, -0.07996809482574463, 0.02326093427836895, -0.10775112360715866, -0.12246546894311905, -0.0024030450731515884, -0.09787874668836594, -0.05010805279016495, -0.05553554743528366, -0.023773208260536194, 0.0061081224121153355, 0.008735528215765953, 0.056026652455329895, -0.025432709604501724, 0.02479957975447178, -0.08065303415060043, 0.03134025260806084, 0.08819577842950821, 0.020212851464748383, -0.12797462940216064, 0.028327662497758865, -0.15457943081855774, 0.14274771511554718, -0.14724662899971008, 0.047521188855171204, -0.13424399495124817, 0.00017836684128269553, 0.042706701904535294, 0.024243071675300598, -0.06118527054786682, 0.1135052964091301, -0.22558823227882385, -0.057913217693567276, 0.09313943237066269, -0.11125189065933228, -0.011041201651096344, 0.08695240318775177, -0.04111252352595329, 0.10390949249267578, 0.09024544805288315, 0.0802849605679512, 0.022399866953492165, -0.007153074257075787, -0.08642622828483582, -0.096865713596344, 0.043841198086738586, 0.22760728001594543, 0.0750395730137825, -0.09248881787061691, 0.1203504353761673, 0.016645122319459915, -0.008421199396252632, -0.0703343003988266, 0.007810282055288553, -0.0630803182721138, 0.04065752774477005, 0.025582753121852875, -0.040482163429260254, -0.003832287387922406, -0.08338255435228348, -0.030735842883586884, -0.1513446867465973, -0.00729145435616374, 0.029353562742471695, -0.0009644659585319459, 0.02345426194369793, -0.08931443095207214, -0.025642091408371925, 0.07020627707242966, 0.012768530286848545, -0.17621853947639465, -0.12473830580711365, 0.04281410202383995, -0.08546681702136993, 0.11240139603614807, 0.008057999424636364, -0.012402120977640152, -0.0521860234439373, -0.034262098371982574, 0.01641869731247425, -0.017890479415655136, 0.016178512945771217, 0.012482491321861744, -0.1971963495016098, 0.01789351925253868, -0.07452584058046341, 0.1824439913034439, -0.05111713707447052, -0.0010841564508154988, 0.2109168916940689, 0.1568155139684677, 0.05990360677242279, -0.07122033089399338, 0.02337951771914959, 0.045737508684396744, 0.011515507474541664, -0.035575464367866516, 0.00834318995475769, -0.03710241988301277, -0.02672754041850567, 0.007715779822319746, -0.12427461892366409, -0.2046137899160385, 0.05353837087750435, 0.1515965610742569, -0.08567129820585251, -0.05544492229819298, -0.07182832807302475, -0.015094726346433163, -0.10376407206058502, -0.09721029549837112, 0.11050302535295486, 0.059700727462768555, -0.010379880666732788, -0.06620915979146957, -0.09705138206481934, -0.05558495596051216, 0.04273543134331703, -0.08081640303134918, 0.11915970593690872, -0.012207983061671257, -0.146968275308609, 0.1297442764043808, 0.017684174701571465, 0.15170004963874817, 0.10700592398643494, -0.023663247004151344, -0.06493184715509415, -0.022863022983074188, 0.017754284664988518, -0.006036999169737101, 0.052249785512685776, -0.1131579801440239, 0.009457089006900787, 0.059269752353429794, -0.02217080257833004, -0.013998899608850479, -0.04672456905245781, 0.03863528370857239, 0.002877188380807638, 0.0027397682424634695, 0.034596268087625504, 0.0004228054895065725, 0.08499809354543686, 0.10615501552820206, 0.023512370884418488, 0.058879438787698746, -0.03801864758133888, -0.0734047144651413, -0.09280296415090561, 0.09119459986686707, -0.11923480033874512, -0.2629088759422302, -0.10500510036945343, -0.03457937017083168, -0.011477929539978504, -0.05263964459300041, 0.03193151205778122, -0.06720276176929474, -0.09999911487102509, -0.0959705114364624, 0.12937062978744507, 0.0991387888789177, -0.11101781576871872, 0.03963829576969147, -0.012280291877686977, -0.016239933669567108, -0.105821892619133, 0.01964379847049713, 0.03289917856454849, -0.055675093084573746, -0.020928435027599335, 0.04897787794470787, 0.07456225901842117, 0.10787884145975113, 0.09693942964076996, -0.018575534224510193, -0.06940765678882599, 0.23787754774093628, -0.1556558907032013, 0.11518494039773941, 0.03390530124306679, -0.045442499220371246, 0.05044497549533844, 0.22578909993171692, 0.03135541453957558, -0.049407873302698135, 0.03693943843245506, 0.11064882576465607, 0.004465118050575256, -0.21398240327835083, -0.09198782593011856, -0.0388251431286335, -0.009339620359241962, 0.009460208006203175, 0.06498639285564423, 0.0201580710709095, -0.035004861652851105, -0.09725268185138702, -0.08230157941579819, 0.06711450219154358, 0.09085280448198318, 0.10586260259151459, -0.007738532032817602, 0.040776629000902176, -0.03893203288316727, -0.001184303779155016, 0.10013016313314438, 0.0011315178126096725, 0.16335561871528625, 0.04949822276830673, 0.18746104836463928, 0.07440181076526642, -0.0027165424544364214, 0.0021862692665308714, -0.0017452845349907875, -0.022859402000904083, 0.049024417996406555, -0.015926117077469826, -0.04357912391424179, 0.02782811038196087, 0.09239131212234497, 0.05671963468194008, -0.04190181568264961, 0.051983363926410675, -0.07925122231245041, 0.09729013592004776, 0.22796179354190826, 0.03223090618848801, -0.054672956466674805, -0.0211834404617548, 0.1115485280752182, -0.109356589615345, -0.09737595170736313, -0.011722065508365631, 0.033195652067661285, -0.14980526268482208, 0.08138271421194077, -0.03974759951233864, 0.08991288393735886, -0.061016928404569626, -0.021997377276420593, 0.041269220411777496, 0.0087891211733222, -0.03692939504981041, 0.08390401303768158, -0.14067867398262024, 0.11924481391906738, -0.0012000958668068051, 0.025926979258656502, -0.08226903527975082, 0.07168629765510559, -0.038012441247701645, -0.09682589024305344, 0.18408089876174927, -0.0033501428551971912, -0.0761556550860405, 0.0039590816013514996, -0.09208298474550247, -0.023820145055651665, 0.09177707880735397, -0.1635349690914154, 0.12888240814208984, -0.011647936888039112, -0.017031274735927582, -0.06356547027826309, -0.03982343152165413, -0.04272875562310219, -0.21188071370124817, 0.08085349947214127, -0.050762370228767395, 0.08906995505094528, -0.0641697570681572, -0.022623335942626, -0.0892348438501358, 0.1505027562379837, -0.17386958003044128, -0.07823088020086288, -0.12858246266841888, 0.03975289687514305, 0.1131766140460968, -0.022858548909425735, 0.029989387840032578, -0.013662581332027912, 0.14170947670936584, -0.027539249509572983, -0.0031233541667461395, 0.022195180878043175, 0.002029792405664921, -0.20151716470718384, -0.030841229483485222, 0.17891380190849304, 0.08798956125974655, 0.06432569026947021, -0.030558845028281212, 0.08347515016794205, 0.027845634147524834, -0.07516326010227203, 0.025816457346081734, 0.09270800650119781, 0.01920013502240181, 0.10742101818323135, -0.0311005599796772, -0.17419247329235077, -0.16844578087329865, -0.08010988682508469, 0.11104375869035721, 0.12093710154294968, -0.04557786136865616, 0.1987295001745224, 0.08272237330675125, -0.11165760457515717, -0.17303429543972015, -0.031339675188064575, 0.032721925526857376, 0.007941803894937038, 0.02700958214700222, -0.16313214600086212, 0.06662791222333908, 0.0716828927397728, -0.009789491072297096, -0.0538928247988224, -0.2064569741487503, -0.11536632478237152, 0.025844331830739975, -0.01608104072511196, -0.2588050365447998, -0.14997217059135437, -0.08965568989515305, 0.006120432633906603, -0.07154779881238937, 0.15701846778392792, 0.015467512421309948, -0.006629308685660362, 0.004196404945105314, 0.11875128000974655, 0.03458816185593605, -0.009250359609723091, 0.1333712935447693, 0.06722026318311691, 0.0332539826631546, -0.06258173286914825, -0.07853526622056961, 0.13343490660190582, -0.020108506083488464, 0.0357821024954319, 0.02172127552330494, -0.027491314336657524, -0.1374211609363556, -0.03835354745388031, -0.10074225813150406, -0.021290788426995277, -0.10970798879861832, -0.015003601089119911, -0.07394185662269592, 0.11066096276044846, 0.05642968416213989, -0.0521639883518219, 0.08535164594650269, -0.11371076107025146, 0.08239613473415375, 0.09778353571891785, 0.16681213676929474, 0.11749674379825592, -0.0868031233549118, -0.011049766093492508, -0.003062956500798464, -0.03811933845281601, -0.11833076179027557, 0.03153787925839424, 0.09832565486431122, 0.0062269847840070724, 0.1832975596189499, -0.04055910184979439, -0.16631151735782623, -0.002219694433733821, 0.06832414865493774, -0.08549102395772934, -0.2343459129333496, 0.02436896786093712, 0.07931367307901382, -0.1734396070241928, -0.10119812190532684, 0.06614410132169724, 0.07279816269874573, -0.06271485984325409, 0.048965934664011, 0.1083390936255455, 0.04435420408844948, 0.029735920950770378, -0.03787841647863388, 0.07161605358123779, -0.09306052327156067, 0.09103646129369736, 0.13963524997234344, -0.15203900635242462, -0.017647219821810722, 0.18272589147090912, -0.04200778901576996, -0.03185341879725456, -0.027149036526679993, 0.10203271359205246, -0.004661644343286753, 0.016241272911429405, 0.016969194635748863, -0.16771699488162994, 0.05626155436038971, 0.19850991666316986, -0.0038826887030154467, 0.037990227341651917, -0.01018473319709301, -0.015577776357531548, -0.0053488388657569885, 0.14926378428936005, 0.04646403715014458, -0.005957925692200661, -0.002210205653682351, -0.01617785543203354, -0.026043547317385674, -0.06100248172879219, 0.013115034438669682, -0.05468596890568733, -0.06223171204328537, 0.0006969987298361957, -0.09371240437030792, -0.015309900045394897, -0.08551682531833649, -0.004371934104710817, 0.014196858741343021, -0.03970492258667946, 0.020589902997016907, -0.036749210208654404, -0.05294031277298927, -0.04345843195915222, -0.021573495119810104, 0.12568941712379456, -0.1504308581352234, 0.003950322512537241, 0.07982814311981201, -0.09164156019687653, 0.09784571081399918, -0.011958453804254532, -0.014600474387407303, 0.0002106697647832334, -0.08191841095685959, 0.02620181441307068, 0.00020530534675344825, 0.00928316917270422, 0.048970263451337814, -0.13273297250270844, -0.03318614512681961, 0.0011068752501159906, -0.05732807144522667, 0.03199503943324089, -0.04220946133136749, -0.06524771451950073, 0.08632460981607437, 0.06716550886631012, -0.0797429010272026, -0.03402486816048622, 0.01883947104215622, 0.12036935985088348, 0.004275371786206961, 0.1061142086982727, -0.02961347997188568, 0.08496541529893875, -0.11349598318338394, -0.011475677601993084, 0.0028225895948708057, 0.03755909577012062, 0.0008237921283580363, -0.02052883245050907, 0.05344077944755554, 0.014330889098346233, 0.1525406837463379, -0.026866726577281952, 0.006392401177436113, 0.08948353677988052, 0.051140375435352325, -0.06331408768892288, 0.04856812581419945, -0.0519559271633625, 0.028625065460801125, -0.023954950273036957, 0.02514105848968029, -0.11670713871717453, -0.059316616505384445, -0.029645582661032677, 0.1278829425573349, 0.166415736079216, 0.27328720688819885, -0.00573933869600296, 0.07100439816713333, -0.0814400389790535, -0.018916793167591095, 0.1314830631017685, -0.09078611433506012, 0.0033264043740928173, -0.11182408034801483, 0.1603371798992157, 0.06116689369082451, -0.18401594460010529, 0.1336544305086136, -0.03481346368789673, -0.07058916240930557, -0.001451355405151844, -0.203768789768219, -0.06640876084566116, 0.00849027931690216, 0.0022843442857265472, -0.12175969034433365, 0.09673289954662323, 0.047640588134527206, -0.007670879364013672, -0.008016139268875122, 0.05237680301070213, -0.11677980422973633, -0.10289525985717773, 0.11699341237545013, 0.06454144418239594, 0.05916769430041313, -0.0027223227079957724, 0.09573663026094437, -0.018372654914855957, 0.14458134770393372, 0.08264708518981934, 0.08064641058444977, 0.02829188108444214, -0.020807165652513504, -0.10535673797130585, -0.07912679761648178, 0.04719635844230652, -0.03128541260957718, -0.08713741600513458, 0.1613686978816986, 0.025074537843465805, 0.05686500668525696, 0.015279298648238182, 0.18456798791885376, -0.045578278601169586, -0.09757237136363983, -0.16798453032970428, 0.07915576547384262, -0.04879508912563324, 0.02201279066503048, 0.056279391050338745, -0.17150792479515076, 0.03068568930029869, 0.08156809210777283, 0.08719193935394287, 0.017273595556616783, 0.008364493027329445, 0.0015071742236614227, 0.035073500126600266, 0.003629132639616728, -0.026514368131756783, 0.028250031173229218, 0.2145475596189499, -0.062488242983818054, 0.08827207237482071, -0.02569134160876274, -0.08733339607715607, -0.027312016114592552, 0.10101190954446793, -0.02402069792151451, -0.018516669049859047, -0.09008040279150009, 0.15844884514808655, -0.0587577298283577, -0.28033220767974854, 0.11168630421161652, -0.10823624581098557, -0.15018072724342346, -0.019899699836969376, 0.06809030473232269, 0.015015648677945137, 0.014074096456170082, 0.07677851617336273, -0.06432975828647614, 0.19722826778888702, 0.0425359271466732, -0.015780137851834297, -0.06317034363746643, 0.12853367626667023, -0.19972661137580872, 0.15409351885318756, 0.011829562485218048, 0.015217983163893223, 0.09971123188734055, -0.06024368107318878, -0.09385104477405548, 0.02970511093735695, 0.0718715563416481, -0.06927495449781418, -0.0006037108250893652, 0.23150333762168884, 0.02366599440574646, 0.20878131687641144, 0.10063809901475906, -0.044386930763721466, 0.07793343812227249, -0.0023623479064553976, -0.07957453280687332, -0.07891616225242615, 0.10838485509157181, -0.10447624325752258, 0.0935220941901207, 0.13606208562850952, -0.03314061462879181, 0.05033170059323311, -0.010921571403741837, -0.0038524882402271032, -0.021709652617573738, 0.1630108654499054, 0.01069905236363411, -0.13455790281295776, 0.023671284317970276, -0.0023810032289475203, 0.10439391434192657, -0.18225520849227905, -0.07373066246509552, 0.03846511244773865, 0.032548341900110245, -0.061646029353141785, 0.14433449506759644, 0.05253671854734421, -0.006460726726800203, -0.030886270105838776, -0.17536605894565582, 0.06356659531593323, 0.14193791151046753, -0.06389892846345901, 0.04578046128153801 ]
7a1615c34f1d6c7c6b735fc29a84b9cfbcb96b4f
# Umi AI: A WebUI Wildcard Mod! Umi AI is a wildcard mod that allows you to create randomized characters from random species with modular clothing types. It will grow over time and eventually become the ultimate character randomizer and creator. Umi replaces the [Dynamic Wildcards extension](https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards). It has all the same functionality, plus more. Umi also conflicts with the [Unprompted extension](https://github.com/ThereforeGames/unprompted). Pick one or the other. Note that if you are reading this message a substantial amount of time after the date of Nov 13th, Umi may already have the majority of capabilities that Unprompted does. Additionally, it will almost certainly be easier to use. For example, what if you want to create a random choice of multiple options? **Unprompted formatting**: Photo of a [choose]red|blue|yellow|green[/choose]-haired [choose]man|woman[/choose] **Umi formatting**: Photo of a {red|blue|yellow|green}-haired {man|woman} These two functions do exactly the same thing, but Umi's is smaller and easier to read. The goal of Umi is to be as easy to use as possible while providing consistently high-quality outputs of random characters and settings. # Installing Umi Installing Umi is easier than ever. It has been simplified into a 3-step process. **Step 1: Determine if your PC meets the requirements to run AI generation.** Is your GPU sufficiently powerful enough to run AI generation? [Download and run Speccy](https://www.ccleaner.com/speccy) and [post your PC specs in the Umi AI Discord](https://discord.gg/9K7j7DTfG2). Assuming your PC meets the requirements... **Step 2: Run the WebUI auto-installer.** Download the latest version of Automatic1111's WebUI Autoinstaller from here. It will be the .exe file. https://github.com/EmpireMediaScience/A1111-Web-UI-Installer/releases ![enter image description here](https://i.imgur.com/0u8KwOt.png) Follow the Autoinstaller's steps to get WebUI up and running. There will be some parts that need to download large multi-GB files, so be patient. If you run into issues, [join the Umi AI Discord to ask for help](https://discord.gg/9K7j7DTfG2). **Step 3: Install the Umi AI Extension.** Once WebUI is open and running, navigate to the Extensions tab at the top, and the Install from URL sub-tab. ![enter image description here](https://i.imgur.com/gBqmnyz.png) Paste the Umi AI URL in, like shown above. https://github.com/Klokinator/UnivAICharGen.git Press Install, and you'll be ready to start randomly generating with Umi AI! At this point, you can just [join the Umi AI Discord](https://discord.gg/9K7j7DTfG2) to learn all the nuances of how to use Umi AI properly as well as share your characters!
Kizi-Art/Asset
[ "region:us" ]
2023-03-19T10:39:51+00:00
{}
2023-03-19T10:46:37+00:00
[]
[]
TAGS #region-us
# Umi AI: A WebUI Wildcard Mod! Umi AI is a wildcard mod that allows you to create randomized characters from random species with modular clothing types. It will grow over time and eventually become the ultimate character randomizer and creator. Umi replaces the Dynamic Wildcards extension. It has all the same functionality, plus more. Umi also conflicts with the Unprompted extension. Pick one or the other. Note that if you are reading this message a substantial amount of time after the date of Nov 13th, Umi may already have the majority of capabilities that Unprompted does. Additionally, it will almost certainly be easier to use. For example, what if you want to create a random choice of multiple options? Unprompted formatting: Photo of a [choose]red|blue|yellow|green[/choose]-haired [choose]man|woman[/choose] Umi formatting: Photo of a {red|blue|yellow|green}-haired {man|woman} These two functions do exactly the same thing, but Umi's is smaller and easier to read. The goal of Umi is to be as easy to use as possible while providing consistently high-quality outputs of random characters and settings. # Installing Umi Installing Umi is easier than ever. It has been simplified into a 3-step process. Step 1: Determine if your PC meets the requirements to run AI generation. Is your GPU sufficiently powerful enough to run AI generation? Download and run Speccy and post your PC specs in the Umi AI Discord. Assuming your PC meets the requirements... Step 2: Run the WebUI auto-installer. Download the latest version of Automatic1111's WebUI Autoinstaller from here. It will be the .exe file. URL !enter image description here Follow the Autoinstaller's steps to get WebUI up and running. There will be some parts that need to download large multi-GB files, so be patient. If you run into issues, join the Umi AI Discord to ask for help. Step 3: Install the Umi AI Extension. Once WebUI is open and running, navigate to the Extensions tab at the top, and the Install from URL sub-tab. !enter image description here Paste the Umi AI URL in, like shown above. URL Press Install, and you'll be ready to start randomly generating with Umi AI! At this point, you can just join the Umi AI Discord to learn all the nuances of how to use Umi AI properly as well as share your characters!
[ "# Umi AI: A WebUI Wildcard Mod!\n\nUmi AI is a wildcard mod that allows you to create randomized characters from random species with modular clothing types. It will grow over time and eventually become the ultimate character randomizer and creator.\n\nUmi replaces the Dynamic Wildcards extension. It has all the same functionality, plus more. Umi also conflicts with the Unprompted extension. Pick one or the other.\n\nNote that if you are reading this message a substantial amount of time after the date of Nov 13th, Umi may already have the majority of capabilities that Unprompted does. Additionally, it will almost certainly be easier to use. For example, what if you want to create a random choice of multiple options?\n\nUnprompted formatting:\n\n Photo of a [choose]red|blue|yellow|green[/choose]-haired [choose]man|woman[/choose]\n\nUmi formatting:\n\n Photo of a {red|blue|yellow|green}-haired {man|woman}\n\nThese two functions do exactly the same thing, but Umi's is smaller and easier to read. The goal of Umi is to be as easy to use as possible while providing consistently high-quality outputs of random characters and settings.", "# Installing Umi\n\nInstalling Umi is easier than ever. It has been simplified into a 3-step process.\n\nStep 1: Determine if your PC meets the requirements to run AI generation.\nIs your GPU sufficiently powerful enough to run AI generation? Download and run Speccy and post your PC specs in the Umi AI Discord.\n\nAssuming your PC meets the requirements...\n\nStep 2: Run the WebUI auto-installer.\nDownload the latest version of Automatic1111's WebUI Autoinstaller from here. It will be the .exe file.\nURL\n\n!enter image description here\n\nFollow the Autoinstaller's steps to get WebUI up and running. There will be some parts that need to download large multi-GB files, so be patient. If you run into issues, join the Umi AI Discord to ask for help.\n\nStep 3: Install the Umi AI Extension.\nOnce WebUI is open and running, navigate to the Extensions tab at the top, and the Install from URL sub-tab.\n\n!enter image description here\n\nPaste the Umi AI URL in, like shown above.\nURL\n\nPress Install, and you'll be ready to start randomly generating with Umi AI!\n\nAt this point, you can just join the Umi AI Discord to learn all the nuances of how to use Umi AI properly as well as share your characters!" ]
[ "TAGS\n#region-us \n", "# Umi AI: A WebUI Wildcard Mod!\n\nUmi AI is a wildcard mod that allows you to create randomized characters from random species with modular clothing types. It will grow over time and eventually become the ultimate character randomizer and creator.\n\nUmi replaces the Dynamic Wildcards extension. It has all the same functionality, plus more. Umi also conflicts with the Unprompted extension. Pick one or the other.\n\nNote that if you are reading this message a substantial amount of time after the date of Nov 13th, Umi may already have the majority of capabilities that Unprompted does. Additionally, it will almost certainly be easier to use. For example, what if you want to create a random choice of multiple options?\n\nUnprompted formatting:\n\n Photo of a [choose]red|blue|yellow|green[/choose]-haired [choose]man|woman[/choose]\n\nUmi formatting:\n\n Photo of a {red|blue|yellow|green}-haired {man|woman}\n\nThese two functions do exactly the same thing, but Umi's is smaller and easier to read. The goal of Umi is to be as easy to use as possible while providing consistently high-quality outputs of random characters and settings.", "# Installing Umi\n\nInstalling Umi is easier than ever. It has been simplified into a 3-step process.\n\nStep 1: Determine if your PC meets the requirements to run AI generation.\nIs your GPU sufficiently powerful enough to run AI generation? Download and run Speccy and post your PC specs in the Umi AI Discord.\n\nAssuming your PC meets the requirements...\n\nStep 2: Run the WebUI auto-installer.\nDownload the latest version of Automatic1111's WebUI Autoinstaller from here. It will be the .exe file.\nURL\n\n!enter image description here\n\nFollow the Autoinstaller's steps to get WebUI up and running. There will be some parts that need to download large multi-GB files, so be patient. If you run into issues, join the Umi AI Discord to ask for help.\n\nStep 3: Install the Umi AI Extension.\nOnce WebUI is open and running, navigate to the Extensions tab at the top, and the Install from URL sub-tab.\n\n!enter image description here\n\nPaste the Umi AI URL in, like shown above.\nURL\n\nPress Install, and you'll be ready to start randomly generating with Umi AI!\n\nAt this point, you can just join the Umi AI Discord to learn all the nuances of how to use Umi AI properly as well as share your characters!" ]
[ 6, 284, 290 ]
[ "passage: TAGS\n#region-us \n# Umi AI: A WebUI Wildcard Mod!\n\nUmi AI is a wildcard mod that allows you to create randomized characters from random species with modular clothing types. It will grow over time and eventually become the ultimate character randomizer and creator.\n\nUmi replaces the Dynamic Wildcards extension. It has all the same functionality, plus more. Umi also conflicts with the Unprompted extension. Pick one or the other.\n\nNote that if you are reading this message a substantial amount of time after the date of Nov 13th, Umi may already have the majority of capabilities that Unprompted does. Additionally, it will almost certainly be easier to use. For example, what if you want to create a random choice of multiple options?\n\nUnprompted formatting:\n\n Photo of a [choose]red|blue|yellow|green[/choose]-haired [choose]man|woman[/choose]\n\nUmi formatting:\n\n Photo of a {red|blue|yellow|green}-haired {man|woman}\n\nThese two functions do exactly the same thing, but Umi's is smaller and easier to read. The goal of Umi is to be as easy to use as possible while providing consistently high-quality outputs of random characters and settings." ]
[ -0.034261833876371384, 0.046550966799259186, -0.005613380577415228, -0.026163406670093536, 0.07264230400323868, 0.04179368540644646, -0.006820476148277521, 0.02720331959426403, -0.058414801955223083, 0.1436731219291687, 0.048427268862724304, -0.030324753373861313, 0.11748234927654266, 0.046129245311021805, 0.0032441832590848207, -0.23104269802570343, 0.06948357820510864, -0.0797901302576065, 0.1308508962392807, 0.020817914977669716, 0.027877235785126686, -0.06427635997533798, 0.04456402361392975, 0.00598493404686451, -0.1243429109454155, -0.06962485611438751, -0.07670706510543823, 0.06465783715248108, -0.012769248336553574, 0.1294776052236557, -0.011234727688133717, 0.08737735450267792, 0.01884274184703827, -0.25534752011299133, 0.03433002904057503, 0.010541526600718498, -0.013604694977402687, -0.0034010685048997402, 0.14136873185634613, -0.02501179836690426, 0.05725907161831856, 0.017426321282982826, -0.08534077554941177, 0.09093336760997772, -0.00658224243670702, -0.044888366013765335, -0.06078465282917023, 0.0140767190605402, -0.08390424400568008, -0.03097972832620144, -0.03483359515666962, 0.015006783418357372, -0.09530862420797348, 0.024619998410344124, 0.14339004456996918, -0.010755043476819992, -0.0004713230300694704, -0.028278328478336334, 0.026683980599045753, 0.1632874608039856, -0.06253566592931747, -0.04038522019982338, 0.07331554591655731, -0.03870736435055733, -0.10836281627416611, 0.006368726957589388, 0.07971901446580887, -0.057297322899103165, -0.08275948464870453, 0.023582331836223602, 0.15184377133846283, 0.07891727983951569, -0.11351054906845093, -0.005949771031737328, -0.06731618195772171, 0.07412456721067429, -0.061436977237463, 0.05661541596055031, -0.01868744194507599, 0.0750928446650505, 0.08462806046009064, 0.020155571401119232, -0.10398576408624649, 0.00384876923635602, -0.07049276679754257, 0.13417886197566986, 0.09716452658176422, 0.04642585292458534, -0.012569696642458439, -0.012813230976462364, -0.0996386781334877, -0.03198852762579918, -0.08575330674648285, -0.0477917417883873, -0.04339289292693138, 0.027862710878252983, -0.08672536164522171, -0.14489488303661346, 0.12690068781375885, 0.19204629957675934, -0.005075735971331596, 0.12964460253715515, -0.0544390007853508, 0.10009834915399551, 0.07911230623722076, 0.01609107106924057, -0.04233809560537338, 0.05500849336385727, 0.017588932067155838, -0.029157420620322227, 0.018468445166945457, -0.08188072592020035, -0.014978434890508652, -0.03694885969161987, 0.013600213453173637, 0.006427477579563856, 0.013372904621064663, 0.008739553391933441, -0.0567680299282074, -0.0580366887152195, 0.19588257372379303, -0.08908457309007645, -0.017691481858491898, 0.09357600659132004, -0.010711736045777798, 0.018338287249207497, -0.05902758240699768, 0.006363542750477791, -0.022510891780257225, 0.04504803940653801, -0.007647030055522919, 0.038676224648952484, -0.06927850842475891, -0.047057438641786575, -0.012877067551016808, 0.11697998642921448, -0.029246022924780846, -0.09175870567560196, -0.020282015204429626, -0.022421428933739662, 0.028317149728536606, -0.023244744166731834, 0.05297346040606499, 0.018458453938364983, 0.07427991926670074, 0.0026172997895628214, 0.020211661234498024, 0.008578863926231861, -0.042849913239479065, 0.03199699521064758, 0.03421518951654434, 0.11236715316772461, -0.0469912551343441, 0.012823961675167084, 0.009073836728930473, 0.028282402083277702, -0.04272465407848358, 0.05128540098667145, -0.047625523060560226, 0.03412502631545067, 0.0025081017520278692, -0.016735704615712166, 0.011268622241914272, 0.02778591774404049, -0.052500732243061066, 0.028423728421330452, -0.12360209226608276, -0.045500606298446655, 0.18327820301055908, -0.1014542356133461, -0.0040862238965928555, 0.152561217546463, -0.014130456373095512, -0.09711242467164993, 0.03611937165260315, 0.10621548444032669, 0.15982113778591156, -0.00896015390753746, 0.04038134589791298, -0.041271403431892395, -0.11826159805059433, 0.12029319256544113, 0.042388200759887695, 0.011242766864597797, -0.16632956266403198, 0.03240885213017464, 0.0173384640365839, 0.015006986446678638, -0.044134143739938736, -0.05092787742614746, -0.014356882311403751, -0.10213334113359451, -0.06081511825323105, 0.04157039895653725, -0.02425062656402588, -0.030279727652668953, 0.007477139122784138, -0.15743686258792877, 0.09250491857528687, -0.0865878015756607, 0.04837167263031006, -0.0842604860663414, 0.11232755333185196, 0.05852828547358513, 0.0028474703431129456, -0.10910744220018387, 0.07487471401691437, 0.05014334246516228, -0.03116450645029545, 0.048242997378110886, 0.017616622149944305, -0.013550144620239735, 0.1743936687707901, -0.04060637578368187, -0.01516429428011179, 0.1225971058011055, -0.07581567764282227, 0.06301116198301315, -0.025527017191052437, 0.050273459404706955, -0.03972823545336723, -0.11696089059114456, -0.09342847019433975, -0.008296436630189419, 0.061406999826431274, 0.012316597625613213, -0.012548728846013546, -0.03791361302137375, 0.015987638384103775, -0.04043370485305786, -0.10061676800251007, 0.00998819898813963, 0.015506214462220669, -0.025282062590122223, -0.08602134883403778, 0.02817758545279503, -0.15287847816944122, -0.08617283403873444, 0.06626009196043015, 0.02159893326461315, -0.08789878338575363, 0.03199879825115204, -0.014059130102396011, -0.021144045516848564, -0.11635161191225052, -0.00483616441488266, -0.05563242360949516, -0.050525762140750885, 0.07400791347026825, -0.06560458987951279, 0.0749354436993599, 0.013748247176408768, -0.01614251174032688, -0.03320843353867531, 0.010586099699139595, 0.06758900731801987, -0.07635332643985748, -0.040088724344968796, -0.10572543740272522, 0.014468315988779068, 0.16549187898635864, 0.028872542083263397, -0.09301187098026276, 0.03675789758563042, 0.19547447562217712, 0.07133617997169495, -0.012190906330943108, -0.011096968315541744, 0.017535274848341942, 0.028110630810260773, 0.016385916620492935, 0.024905070662498474, -0.1029493510723114, -0.009255125187337399, 0.030361175537109375, 0.00300598400644958, -0.05941837280988693, -0.008216802030801773, -0.016090311110019684, 0.05751018598675728, -0.010488193482160568, -0.022666748613119125, -0.01795496977865696, -0.04031159356236458, -0.05490683391690254, 0.09397496283054352, -0.057276103645563126, -0.1881614625453949, -0.08363883197307587, -0.139271080493927, -0.05044866353273392, 0.03925154730677605, 0.0771593526005745, -0.1089792549610138, -0.08038929104804993, -0.07030290365219116, 0.06566345691680908, -0.018399737775325775, 0.02556416392326355, -0.03146538883447647, -0.007501634769141674, 0.05101829767227173, -0.03984374925494194, 0.004502062685787678, 0.018055347725749016, 0.028296176344156265, 0.12256705015897751, -0.04335484281182289, 0.20870442688465118, 0.012442296370863914, -0.019260313361883163, -0.02824036031961441, 0.10269880294799805, 0.20681115984916687, -0.025319430977106094, 0.03922949358820915, 0.11729846149682999, -0.03067208267748356, 0.1498149186372757, 0.1399429738521576, 0.043236155062913895, -0.10061190277338028, 0.07357087731361389, -0.025788402184844017, 0.011037243530154228, -0.07578238844871521, -0.027778800576925278, -0.07970204204320908, 0.029245207086205482, 0.021392839029431343, 0.020669542253017426, -0.07055521011352539, 0.10770764946937561, -0.12064147740602493, 0.022157205268740654, 0.028829002752900124, 0.08085624128580093, -0.11255893856287003, 0.004780908115208149, 0.06226936727762222, -0.0677497386932373, -0.07701145112514496, 0.12991759181022644, -0.022203834727406502, 0.24853339791297913, 0.04067123681306839, 0.23838642239570618, 0.049434807151556015, 0.1665574312210083, 0.11613275110721588, 0.035573266446590424, -0.027127737179398537, -0.04604258015751839, -0.021124325692653656, -0.0029319049790501595, 0.03256267309188843, 0.07331240922212601, 0.08704627305269241, -0.09506247937679291, -0.007858536206185818, -0.011486961506307125, 0.02017226256430149, 0.024349432438611984, -0.05681625008583069, -0.020641397684812546, 0.0430116131901741, 0.03220769017934799, -0.003109118202701211, -0.12219946831464767, 0.02598140947520733, 0.13779564201831818, -0.01243867352604866, 0.08528728038072586, 0.00008182154124369845, 0.1063447967171669, -0.0589890256524086, -0.005584781523793936, -0.08507227152585983, 0.1662859469652176, 0.010567247867584229, 0.15051785111427307, -0.06716644763946533, -0.0178472138941288, -0.0028800899162888527, 0.034631259739398956, -0.05671413615345955, -0.01753082685172558, 0.06548921018838882, 0.07659265398979187, -0.00003742401167983189, 0.01779467798769474, -0.23123936355113983, -0.07481322437524796, -0.004459835588932037, -0.001714876270852983, 0.22149014472961426, 0.061559587717056274, 0.06300771981477737, 0.004924165550619364, 0.0059380484744906425, -0.016117820516228676, 0.021278923377394676, -0.25843119621276855, -0.17851322889328003, 0.06136981025338173, -0.007965139113366604, 0.0624951533973217, -0.046262577176094055, 0.00807390920817852, -0.02237764745950699, 0.11892279982566833, 0.007596056442707777, -0.005719707813113928, -0.04464486986398697, -0.06984224915504456, 0.04275144264101982, -0.05305866152048111, -0.09034167230129242, -0.029809698462486267, 0.1887831687927246, -0.05537877231836319, -0.06533918529748917, -0.0357712097465992, -0.03824472799897194, -0.13238713145256042, -0.0737534761428833, -0.059423357248306274, 0.06834393739700317, 0.024726293981075287, -0.04509194567799568, -0.008298933506011963, -0.11211904883384705, -0.1615341156721115, 0.055570490658283234, -0.003118621651083231, 0.053824182599782944, 0.07540564984083176, -0.008269889280200005, -0.08786358684301376, -0.06788764148950577, -0.1430986076593399, 0.11082299053668976, 0.22588561475276947, -0.05100973695516586, 0.08550405502319336, 0.1675146222114563, -0.017823513597249985, -0.19148696959018707, -0.10153196007013321, 0.012558705173432827, 0.04178919643163681, 0.024784157052636147, -0.2252051681280136, 0.009921268559992313, 0.05520348250865936, 0.04797716066241264, 0.13541704416275024, -0.1432959884405136, -0.06885701417922974, -0.0028502033092081547, 0.124827079474926, 0.12749089300632477, -0.10289523005485535, -0.04842076823115349, -0.14678362011909485, -0.08016112446784973, 0.046495258808135986, 0.04213948920369148, 0.1361311674118042, -0.0655122622847557, -0.012107827700674534, 0.03314508870244026, -0.050927236676216125, 0.16885098814964294, -0.07390302419662476, 0.04018343612551689, -0.11490172892808914, 0.07909662276506424, 0.014151761308312416, 0.03671913594007492, 0.10152124613523483, -0.16236050426959991, -0.0026916100177913904, 0.07354911416769028, -0.05462350696325302, -0.023448681458830833, -0.046874091029167175, -0.007091434672474861, 0.042442649602890015, -0.17835168540477753, 0.03121211566030979, 0.1513669490814209, 0.046608444303274155, 0.0305202417075634, 0.010566497221589088, -0.10066840052604675, 0.10281544923782349, 0.020529301837086678, -0.08610428124666214, -0.09685435891151428, -0.11764682084321976, -0.02246486209332943, 0.0829499289393425, -0.023327160626649857, 0.027567444369196892, 0.03873629868030548, -0.046287599951028824, 0.1104855164885521, 0.023722674697637558, -0.1264527440071106, 0.09074994921684265, 0.0879097580909729, -0.02500583790242672, -0.3145256042480469, -0.012541339732706547, 0.13435952365398407, -0.06333865970373154, -0.13129983842372894, -0.0771682858467102, -0.012034817598760128, 0.012676604092121124, -0.03881030157208443, 0.05253095552325249, 0.062409739941358566, 0.0660090297460556, 0.10414466261863708, 0.03633909299969673, -0.06972536444664001, 0.052146803587675095, 0.05132796987891197, 0.014594381675124168, -0.04482610896229744, 0.0006305425195023417, -0.07848942279815674, -0.045967213809490204, 0.11407789587974548, 0.05689195916056633, -0.0469149686396122, -0.07971474528312683, -0.062215253710746765, -0.057681310921907425, 0.0649832934141159, 0.08258000016212463, 0.02037609927356243, -0.003702303161844611, 0.04972951486706734, 0.0172728318721056, -0.028057046234607697, -0.011724079959094524, 0.05198129266500473, 0.08968684077262878, -0.022855844348669052, -0.06013346090912819, 0.01980166882276535, 0.03614478558301926, 0.00233415886759758, -0.060908474028110504, -0.0523153580725193, -0.017393896356225014, -0.33375924825668335, 0.08635366708040237, -0.05175325646996498, 0.023481858894228935, 0.023638255894184113, 0.014075837098062038, 0.03363979607820511, 0.02321057952940464, -0.06329488754272461, -0.040591049939394, -0.05090772360563278, 0.001968646887689829, -0.017622873187065125, 0.06603249907493591, 0.10791577398777008, -0.03899887949228287, -0.015606904402375221, -0.04424889385700226, -0.11494006961584091, -0.03595837205648422, -0.1276819258928299, -0.14759188890457153, -0.03281689062714577, 0.07320787757635117, -0.07102559506893158, -0.047173384577035904, 0.005772474687546492, 0.04495077207684517, -0.05564269796013832, -0.03328726068139076, 0.17638297379016876, -0.08030582964420319, 0.05821090564131737, -0.12558364868164062, -0.05759752541780472, -0.15758296847343445, 0.00799704622477293, -0.06392509490251541, 0.04676099866628647, 0.09437854588031769, -0.027106717228889465, 0.03143836185336113, -0.03281104937195778, -0.020912960171699524, 0.0639466866850853, -0.04346137493848801, -0.04583236575126648, -0.026543138548731804, 0.044312432408332825, 0.011090655811131, 0.14039044082164764, -0.21428699791431427, -0.07631038129329681, -0.07760908454656601, 0.07107213139533997, 0.011457284912467003, -0.037109971046447754, 0.10710644721984863, -0.0033879645634442568, -0.032681193202733994, 0.04916476085782051, -0.0032447187695652246, 0.037212055176496506, -0.0480424165725708, 0.1037197858095169, 0.012366059236228466, 0.0032965654972940683, -0.025790944695472717, -0.11851207911968231, -0.025357726961374283, -0.044434256851673126, 0.0617021881043911, -0.059285279363393784, -0.00071253179339692, 0.03130609169602394, 0.04342050477862358, 0.22394326329231262, -0.04274271801114082, 0.1007825955748558, -0.059315893799066544, -0.07495765388011932, -0.04431655630469322, -0.14636044204235077, -0.06957049667835236, -0.0780557170510292, 0.08430932462215424, -0.06201361492276192, 0.05404552444815636, 0.03158516064286232, -0.008985610678792, -0.0090901218354702, 0.0756627544760704, 0.004770877305418253, -0.09054907411336899, -0.03557419776916504, -0.08981412649154663, -0.03660425916314125, 0.26167160272598267, -0.06394179165363312, 0.11536024510860443, -0.08738424628973007, 0.0894211009144783, 0.13905590772628784, 0.06834609806537628, 0.05588138848543167, -0.0895673930644989, -0.07185012102127075, 0.04625207558274269, -0.042211879044771194, 0.0729873776435852, 0.12230665236711502, 0.040794771164655685, 0.03201054409146309, -0.003538796678185463, 0.04057995229959488, 0.04533394053578377, -0.04129534214735031, -0.07434380054473877, -0.00006642653897870332, 0.028410779312253, 0.008092978969216347, 0.015117522329092026, -0.14803972840309143, -0.042531318962574005, 0.2539077699184418, -0.07972729951143265, -0.06637334823608398, -0.017384737730026245, 0.052043549716472626, -0.013552118092775345, 0.04800017178058624, 0.122027687728405, 0.046792272478342056, 0.1256234496831894, -0.01156511902809143, -0.03953169658780098, -0.06774447113275528, -0.04672742635011673, -0.1357012540102005, 0.040030017495155334, -0.011354600079357624, 0.0581982396543026, -0.16800923645496368, 0.03233028203248978, -0.04663250595331192, -0.015389234758913517, 0.08636897802352905, 0.08021944016218185, -0.04414491727948189, 0.015595119446516037, 0.17385296523571014, 0.0012491170782595873, -0.0046762642450630665, -0.037604596465826035, 0.048580341041088104, -0.01787986233830452, 0.017073074355721474, -0.11883390694856644, 0.0334438681602478, -0.07142787426710129, -0.10532806068658829, 0.11391573399305344, 0.07364486157894135, 0.07542718946933746, 0.05740385130047798, 0.0074451821856200695, -0.07143499702215195, 0.19248034060001373, -0.006759976502507925, -0.03792661055922508, 0.04747379198670387, 0.2836945056915283, -0.012686069123446941, 0.0257051270455122, 0.07289209216833115, 0.028557583689689636, 0.02371785044670105, -0.016003433614969254, 0.025425946339964867, -0.060593124479055405, 0.045907266438007355, -0.09628178179264069, 0.055623605847358704, 0.11844615638256073, 0.008707328699529171, -0.023116091266274452, -0.047661710530519485, 0.02859453670680523, 0.01255891565233469, 0.08695649355649948, -0.05755683407187462, -0.13504020869731903, -0.08292747288942337, 0.09110245108604431, 0.12107103317975998, -0.016918489709496498, -0.07966884225606918, -0.03791198506951332, 0.005815219599753618, 0.016130803152918816, 0.14037655293941498, 0.10014680027961731, -0.0045449561439454556, -0.06359577924013138, -0.1816219985485077, 0.021421710029244423, 0.05153239518404007, -0.028078963980078697, -0.06134410947561264 ]
0f80ef53576b6d6703db6fa478169b30443abaea
# CNN News Articles 2011-2022 Dataset ## Introduction This dataset contains CNN News Articles from 2011 to 2022 after basic cleaning. The dataset includes the following information: Category Full text The data was downloaded from Kaggle at this URL: https://www.kaggle.com/datasets/hadasu92/cnn-articles-after-basic-cleaning. The dataset was split into two sets: Train set with 32,218 examples Test set with 5,686 examples ## Usage This dataset can be used for different natural language processing tasks such as text classification, text summarization, named entity recognition, and more. The dataset is available in Hugging Face Datasets with the ID AyoubChLin/CNN_News_Articles_2011-2022. ## Acknowledgements The data was collected by the Kaggle user [hadasu92](https://github.com/hadasu). The splitting of the dataset into train and test sets was performed by [CHERGUELAINE Ayoub](https://www.linkedin.com/in/ayoub-cherguelaine/) & [BOUBEKRI Faycal](https://www.linkedin.com/in/faycal-boubekri-832848199/).
AyoubChLin/CNN_News_Articles_2011-2022
[ "task_categories:text-classification", "size_categories:n<1K", "language:en", "license:apache-2.0", "region:us" ]
2023-03-19T11:01:10+00:00
{"language": ["en"], "license": "apache-2.0", "size_categories": ["n<1K"], "task_categories": ["text-classification"], "pretty_name": "CNN News Article from 20211 to 2022", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "business", "1": "entertainment", "2": "health", "3": "news", "4": "politics", "5": "sport"}}}}], "splits": [{"name": "train", "num_examples": 32218}, {"name": "test", "num_examples": 5686}]}, "train-eval-index": [{"config": "default", "task": "text-classification", "task_id": "multi_class_classification", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"text": "text", "label": "target"}}]}
2023-04-10T14:29:24+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-n<1K #language-English #license-apache-2.0 #region-us
# CNN News Articles 2011-2022 Dataset ## Introduction This dataset contains CNN News Articles from 2011 to 2022 after basic cleaning. The dataset includes the following information: Category Full text The data was downloaded from Kaggle at this URL: URL The dataset was split into two sets: Train set with 32,218 examples Test set with 5,686 examples ## Usage This dataset can be used for different natural language processing tasks such as text classification, text summarization, named entity recognition, and more. The dataset is available in Hugging Face Datasets with the ID AyoubChLin/CNN_News_Articles_2011-2022. ## Acknowledgements The data was collected by the Kaggle user hadasu92. The splitting of the dataset into train and test sets was performed by CHERGUELAINE Ayoub & BOUBEKRI Faycal.
[ "# CNN News Articles 2011-2022 Dataset", "## Introduction\n\nThis dataset contains CNN News Articles from 2011 to 2022 after basic cleaning. The dataset includes the following information:\n\nCategory\nFull text\n\nThe data was downloaded from Kaggle at this URL: URL The dataset was split into two sets:\n\nTrain set with 32,218 examples\nTest set with 5,686 examples", "## Usage\nThis dataset can be used for different natural language processing tasks such as text classification, text summarization, named entity recognition, and more. The dataset is available in Hugging Face Datasets with the ID AyoubChLin/CNN_News_Articles_2011-2022.", "## Acknowledgements\nThe data was collected by the Kaggle user hadasu92. The splitting of the dataset into train and test sets was performed by CHERGUELAINE Ayoub & BOUBEKRI Faycal." ]
[ "TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #license-apache-2.0 #region-us \n", "# CNN News Articles 2011-2022 Dataset", "## Introduction\n\nThis dataset contains CNN News Articles from 2011 to 2022 after basic cleaning. The dataset includes the following information:\n\nCategory\nFull text\n\nThe data was downloaded from Kaggle at this URL: URL The dataset was split into two sets:\n\nTrain set with 32,218 examples\nTest set with 5,686 examples", "## Usage\nThis dataset can be used for different natural language processing tasks such as text classification, text summarization, named entity recognition, and more. The dataset is available in Hugging Face Datasets with the ID AyoubChLin/CNN_News_Articles_2011-2022.", "## Acknowledgements\nThe data was collected by the Kaggle user hadasu92. The splitting of the dataset into train and test sets was performed by CHERGUELAINE Ayoub & BOUBEKRI Faycal." ]
[ 39, 9, 71, 70, 50 ]
[ "passage: TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #license-apache-2.0 #region-us \n# CNN News Articles 2011-2022 Dataset## Introduction\n\nThis dataset contains CNN News Articles from 2011 to 2022 after basic cleaning. The dataset includes the following information:\n\nCategory\nFull text\n\nThe data was downloaded from Kaggle at this URL: URL The dataset was split into two sets:\n\nTrain set with 32,218 examples\nTest set with 5,686 examples## Usage\nThis dataset can be used for different natural language processing tasks such as text classification, text summarization, named entity recognition, and more. The dataset is available in Hugging Face Datasets with the ID AyoubChLin/CNN_News_Articles_2011-2022.## Acknowledgements\nThe data was collected by the Kaggle user hadasu92. The splitting of the dataset into train and test sets was performed by CHERGUELAINE Ayoub & BOUBEKRI Faycal." ]
[ -0.13212428987026215, 0.10174238681793213, 0.0014509104657918215, 0.07192495465278625, 0.09480584412813187, 0.081680066883564, 0.17465361952781677, 0.11162527650594711, 0.03992300108075142, 0.008751049637794495, 0.07325863093137741, -0.025770418345928192, 0.04278198629617691, 0.29185888171195984, 0.008411871269345284, -0.1746930330991745, 0.029181331396102905, -0.0718647688627243, -0.06109073758125305, 0.09585488587617874, 0.08420558273792267, -0.10250085592269897, 0.07591316103935242, -0.05873461440205574, -0.15512262284755707, 0.03123690001666546, -0.05522491782903671, -0.06480991095304489, 0.11879216134548187, 0.02785380370914936, 0.09061980247497559, 0.014794507995247841, 0.040865883231163025, -0.15688325464725494, 0.036203235387802124, 0.036184243857860565, 0.018635032698512077, 0.02956191636621952, 0.02692287415266037, -0.051360540091991425, 0.06529001891613007, -0.05155793949961662, 0.07119457423686981, 0.031125327572226524, -0.09000246226787567, -0.13182973861694336, -0.1371060162782669, 0.04037705436348915, 0.05918758735060692, 0.10720494389533997, -0.036498140543699265, 0.056627530604600906, -0.09383774548768997, 0.08431646972894669, 0.11203045397996902, -0.13319289684295654, -0.019636714830994606, 0.09900183230638504, 0.0033355311024934053, 0.10888227820396423, -0.030015667900443077, -0.0016579426592215896, 0.07830796390771866, -0.02455143816769123, -0.04228131100535393, -0.07177512347698212, -0.23290696740150452, 0.058992139995098114, -0.10844935476779938, -0.05373474955558777, 0.20694614946842194, -0.042775072157382965, -0.023948226124048233, -0.17307524383068085, 0.012488031759858131, -0.04840803146362305, 0.04439111426472664, 0.05825148522853851, -0.020625293254852295, -0.061430830508470535, -0.042802732437849045, -0.02962363325059414, -0.07553242146968842, -0.0963355004787445, -0.08413580060005188, 0.10606590658426285, 0.02825620397925377, 0.07082685083150864, -0.045077405869960785, 0.07839346677064896, 0.048103321343660355, -0.08230432122945786, -0.016368037089705467, -0.07415911555290222, -0.15744957327842712, 0.011842422187328339, -0.039014820009469986, -0.12064357846975327, 0.06218210235238075, 0.07832952588796616, -0.0712202861905098, 0.052429091185331345, -0.08682002127170563, 0.028232919052243233, 0.16108527779579163, 0.15061238408088684, -0.0378887765109539, -0.03715239092707634, -0.05711563304066658, 0.0430934801697731, -0.04234828054904938, -0.03831491991877556, -0.041695963591337204, -0.027194209396839142, -0.0600137822329998, 0.11944902688264847, 0.044915713369846344, -0.0031561977230012417, -0.03848899155855179, -0.04651575908064842, -0.03418712317943573, -0.1478293091058731, -0.022732499986886978, 0.02596808411180973, -0.0725846067070961, -0.09919669479131699, -0.05452338606119156, -0.0043565877713263035, 0.0008208723738789558, 0.07792854309082031, -0.09402883797883987, -0.038670845329761505, -0.018410900607705116, -0.087520532310009, 0.01543059479445219, -0.15588870644569397, -0.05534999817609787, -0.08778724819421768, -0.3015141785144806, -0.06332937628030777, 0.0008618298452347517, -0.04073549807071686, 0.024660861119627953, -0.043311651796102524, 0.06726250797510147, -0.0073867132887244225, -0.009972954168915749, 0.0636105164885521, -0.08253561705350876, 0.04220740869641304, -0.08143631368875504, 0.05619637668132782, 0.05337491258978844, 0.025753267109394073, -0.11526656895875931, 0.01950565166771412, -0.050589971244335175, 0.13682271540164948, -0.11182023584842682, 0.07395786792039871, -0.06865374743938446, 0.0008458735537715256, -0.03551853075623512, 0.02234424091875553, 0.0007734866230748594, 0.1347448080778122, -0.23554660379886627, -0.10192908346652985, 0.10297499597072601, -0.13183137774467468, -0.0953415110707283, 0.06879068166017532, -0.07178202271461487, 0.11756384372711182, 0.07405135780572891, 0.2433163821697235, 0.05529936030507088, -0.009704272262752056, -0.07846926152706146, -0.025510672479867935, 0.03367205709218979, -0.005161400884389877, 0.0972970724105835, -0.010546054691076279, -0.08438632637262344, 0.029287977144122124, 0.02381567656993866, 0.09967684000730515, -0.024398747831583023, -0.06338319182395935, 0.01813674345612526, -0.06700784713029861, 0.10628991574048996, 0.04669984057545662, 0.01370997168123722, -0.009189083240926266, -0.05100639909505844, -0.108224056661129, 0.15278559923171997, -0.052051134407520294, -0.009815044701099396, -0.03907361999154091, 0.06082363799214363, -0.008421802893280983, -0.004047078546136618, -0.14963504672050476, -0.10270117968320847, 0.04946534335613251, 0.07673723250627518, 0.033355891704559326, -0.012566624209284782, 0.014110512100160122, -0.030856525525450706, -0.032728634774684906, -0.010233359411358833, -0.005988136865198612, -0.02309839427471161, -0.06536884605884552, -0.16716383397579193, 0.03216679021716118, -0.08524705469608307, 0.14608171582221985, -0.11057870090007782, 0.0014468522276729345, 0.003643892938271165, 0.06154681369662285, 0.05515921115875244, -0.026752058416604996, 0.06822352856397629, 0.05674951896071434, -0.03899432718753815, -0.05511356517672539, -0.028063951060175896, -0.01638079807162285, 0.03264758735895157, 0.08102084696292877, -0.04623907431960106, -0.11412734538316727, 0.061242617666721344, 0.17425841093063354, -0.04745190590620041, -0.00866085197776556, -0.0647854283452034, -0.01456585992127657, -0.14038380980491638, 0.012585660442709923, 0.03887077420949936, 0.03263820335268974, 0.11897817999124527, -0.08056125044822693, -0.03616085276007652, -0.011418549343943596, 0.06070224940776825, -0.04375574737787247, 0.08457475900650024, -0.06692955642938614, -0.045657265931367874, 0.09449335187673569, -0.021173197776079178, 0.012750549241900444, 0.2702140510082245, -0.03462427482008934, -0.07069872319698334, -0.018182329833507538, -0.03366949409246445, -0.059164389967918396, 0.1806996613740921, -0.0628284215927124, 0.021741284057497978, 0.06497769802808762, 0.04352804273366928, 0.05521051958203316, -0.020347563549876213, -0.03398454934358597, 0.005206877365708351, -0.036985043436288834, -0.013647519052028656, 0.0307917557656765, 0.008986072614789009, 0.07420279830694199, 0.03850330412387848, 0.010653167963027954, -0.02833598107099533, -0.029083695262670517, -0.10282282531261444, 0.1757577508687973, -0.08914925158023834, -0.2518098056316376, -0.1279624104499817, -0.027462448924779892, -0.04035702720284462, -0.047416701912879944, 0.03836279734969139, -0.15602655708789825, -0.026682749390602112, -0.10603295266628265, 0.06553605198860168, -0.025079747661948204, -0.006629177834838629, -0.012014764361083508, 0.031098710373044014, -0.10498612374067307, -0.10495848953723907, 0.06068360060453415, -0.02910102903842926, 0.042180661112070084, 0.04405225068330765, -0.08774486184120178, 0.0947621613740921, 0.15186282992362976, 0.001907569239847362, 0.05655216425657272, -0.096927210688591, 0.13401004672050476, -0.09398999810218811, 0.016523536294698715, 0.06740159541368484, -0.0304091926664114, -0.0036014479119330645, 0.12142226845026016, -0.04648410156369209, -0.02440745197236538, 0.0798085406422615, 0.03597574308514595, -0.058478500694036484, -0.3090687096118927, -0.09649507701396942, -0.0435575433075428, 0.14365701377391815, 0.07152930647134781, 0.057465944439172745, 0.015191366896033287, 0.0564289465546608, -0.009043138474225998, 0.04415295645594597, 0.004753787536174059, 0.04050131142139435, 0.07653582841157913, -0.01842028833925724, 0.0593189112842083, -0.09032194316387177, 0.005260532721877098, 0.16024437546730042, -0.03452606871724129, 0.2663477957248688, -0.06355520337820053, 0.07926221936941147, 0.03117400035262108, 0.006511890795081854, 0.014073166064918041, 0.061697885394096375, -0.021798571571707726, 0.023209290578961372, 0.009397118352353573, -0.037282794713974, -0.001484480919316411, 0.06104349344968796, 0.02732926420867443, -0.08734535425901413, -0.012642618268728256, -0.024881379678845406, 0.014513307251036167, 0.24446405470371246, 0.13262450695037842, -0.19840370118618011, -0.019805343821644783, 0.012694296427071095, 0.0014463883126154542, -0.11798250675201416, 0.02736470103263855, 0.16937033832073212, -0.1039273738861084, 0.05552777275443077, -0.026903515681624413, 0.0767328068614006, -0.03055054508149624, -0.06304825842380524, -0.08373812586069107, -0.12916125357151031, -0.09412377327680588, 0.12896227836608887, -0.14836327731609344, 0.1494554877281189, 0.012632268480956554, 0.00948738120496273, -0.05651899054646492, -0.029927195981144905, 0.05283014103770256, -0.008145741187036037, 0.09831039607524872, 0.0022546174004673958, -0.1334773600101471, -0.11163404583930969, -0.10976127535104752, 0.029254630208015442, -0.0007984687690623105, -0.054885562509298325, 0.042477693408727646, -0.040143001824617386, 0.024544747546315193, -0.02550082840025425, 0.0551493763923645, -0.09805731475353241, -0.09687115997076035, 0.010740809142589569, 0.06992951035499573, 0.010644129477441311, -0.025925295427441597, -0.06679324060678482, 0.06516503542661667, 0.06826752424240112, -0.03716868907213211, -0.07798036187887192, -0.15028466284275055, 0.0650777742266655, 0.14205771684646606, -0.03324272483587265, 0.02336706407368183, 0.018286528065800667, 0.11004434525966644, -0.027503056451678276, -0.10658715665340424, -0.004823054186999798, -0.045466721057891846, -0.16681328415870667, -0.07785334438085556, 0.0005036304355598986, 0.086643286049366, 0.049366530030965805, -0.009324095211923122, 0.07258183509111404, -0.06212383136153221, -0.04826502501964569, 0.00922046322375536, 0.07330278307199478, 0.04146622121334076, 0.23342116177082062, -0.08614224195480347, -0.09921097755432129, -0.07819043099880219, -0.0762423723936081, 0.19490498304367065, 0.14799398183822632, -0.06530424952507019, 0.1193266436457634, 0.144212007522583, -0.07681822776794434, -0.28354114294052124, 0.026661571115255356, 0.008575493469834328, 0.09021420776844025, 0.027430078014731407, -0.24221692979335785, 0.036135897040367126, 0.11332271993160248, -0.039323840290308, 0.06741373240947723, -0.255866140127182, -0.12076696753501892, 0.1294446885585785, -0.02625136449933052, 0.19460351765155792, -0.09880010038614273, -0.01987621560692787, -0.05627995356917381, 0.04541206359863281, 0.09874086827039719, -0.1493724137544632, 0.06394384056329727, -0.08877980709075928, 0.01878385990858078, 0.015746647492051125, -0.02089502476155758, 0.1091463640332222, 0.05117779225111008, 0.07422564178705215, -0.0391678661108017, -0.054816123098134995, 0.1853761225938797, -0.1035243570804596, 0.10822730511426926, -0.08623700588941574, 0.12913979589939117, -0.23223043978214264, -0.06337965279817581, -0.03507790341973305, 0.029250286519527435, 0.005663220304995775, -0.06569334864616394, -0.17114104330539703, 0.08676395565271378, 0.012812575325369835, 0.017495635896921158, 0.09270929545164108, 0.012722808867692947, 0.009548083879053593, 0.06786176562309265, 0.052932314574718475, 0.09755473583936691, -0.013236667960882187, 0.0032305815257132053, -0.011486438103020191, 0.037096988409757614, -0.25391677021980286, 0.024018604308366776, 0.11950355768203735, 0.04877935349941254, 0.10793590545654297, 0.055458519607782364, -0.1077243909239769, 0.033825963735580444, 0.076422780752182, -0.08222455531358719, -0.10697630047798157, -0.00983385182917118, -0.08217795193195343, -0.167279914021492, -0.07221844047307968, 0.11259100586175919, 0.05019409954547882, -0.016514668241143227, 0.002398998709395528, 0.01678272895514965, 0.037679124623537064, 0.1900109201669693, 0.04664798080921173, 0.03896895423531532, -0.09777189046144485, 0.1012069433927536, 0.11895489692687988, 0.0026171121280640364, 0.047072701156139374, 0.11217448860406876, -0.0908069983124733, -0.06876859068870544, 0.004419472999870777, 0.19751711189746857, -0.026216741651296616, -0.059785593301057816, -0.08645496517419815, -0.03593065217137337, 0.04932544752955437, 0.17463047802448273, 0.0029034267645329237, 0.07515613734722137, 0.005623411852866411, -0.09149781614542007, -0.04109322652220726, 0.1662968099117279, 0.036226436495780945, 0.04448665678501129, -0.0914701446890831, -0.05548363924026489, -0.015464681200683117, 0.14494116604328156, -0.04425656050443649, -0.0820203498005867, -0.0755646824836731, 0.047103703022003174, -0.1806604564189911, 0.07777158915996552, -0.007961602881550789, -0.033851951360702515, -0.03153643384575844, -0.042176708579063416, -0.03686957806348801, -0.03661230579018593, -0.048432230949401855, 0.03136856481432915, -0.0346028208732605, 0.08463947474956512, -0.13921627402305603, -0.022081095725297928, 0.028205523267388344, -0.06017220392823219, 0.1363895982503891, 0.02201651781797409, -0.01848991960287094, 0.05278383940458298, 0.025153975933790207, -0.010372829623520374, -0.012607794255018234, 0.026217425242066383, 0.033173758536577225, -0.06264331936836243, 0.018899325281381607, -0.011537918820977211, 0.007950314320623875, 0.11679516732692719, 0.08836186677217484, -0.09286686033010483, 0.09969241917133331, -0.06531297415494919, -0.08264943212270737, -0.009820284321904182, 0.04061029851436615, 0.05326360464096069, 0.13490867614746094, 0.15540406107902527, -0.03866047412157059, 0.03899013623595238, -0.12877309322357178, -0.03454221785068512, -0.02165818214416504, -0.019693762063980103, 0.03974262252449989, -0.020610390231013298, 0.020720358937978745, -0.027927905321121216, 0.23075483739376068, 0.0972246453166008, -0.11812932044267654, -0.002577900653705001, 0.0012231580913066864, 0.07730395346879959, 0.015606231056153774, 0.12702582776546478, 0.03265383094549179, -0.035853706300258636, 0.0036738344933837652, -0.01298312284052372, 0.033555224537849426, 0.1459977626800537, 0.18638622760772705, 0.13084611296653748, 0.12241137772798538, 0.050882112234830856, 0.02137962356209755, -0.1539159119129181, 0.07031720876693726, -0.04392290115356445, -0.12863069772720337, 0.048075757920742035, 0.013869677670300007, 0.17785613238811493, 0.1279052346944809, -0.15128344297409058, 0.09862363338470459, -0.0039205485954880714, -0.054337214678525925, -0.07438641786575317, 0.009720663540065289, -0.05605755001306534, -0.11840787529945374, 0.012175974436104298, -0.07900349795818329, -0.06730686873197556, 0.20334236323833466, 0.046373721212148666, 0.038522202521562576, 0.09067237377166748, 0.032759979367256165, -0.05464516952633858, 0.09693770110607147, -0.0012114716228097677, -0.03576977550983429, -0.03691854327917099, 0.034499842673540115, 0.06423169374465942, -0.047683753073215485, 0.033339694142341614, 0.0055896867997944355, 0.010829702019691467, 0.06584888696670532, -0.06541559100151062, -0.061123076826334, -0.004433902911841869, 0.008031602948904037, 0.027974113821983337, 0.024604173377156258, 0.10502593964338303, 0.025793882086873055, 0.04138452932238579, 0.15313641726970673, 0.01796344853937626, -0.041866932064294815, -0.11592110246419907, 0.03508627042174339, -0.009584327228367329, -0.019955940544605255, -0.010581254959106445, -0.1565648317337036, -0.03704853355884552, 0.13035821914672852, 0.19216182827949524, -0.000651567941531539, -0.04459172487258911, -0.027228711172938347, 0.018137089908123016, -0.009390583261847496, 0.10457558929920197, -0.014004470780491829, 0.2651531994342804, -0.022214071825146675, 0.012672758661210537, 0.003329303115606308, -0.08758148550987244, 0.004228544887155294, 0.03765320032835007, -0.006087745539844036, -0.0716371014714241, -0.08994302153587341, 0.12101220339536667, -0.09138229489326477, -0.04875604808330536, 0.17417274415493011, -0.1261565238237381, -0.1481005847454071, -0.048186007887125015, 0.01863863319158554, -0.06319605559110641, 0.024081801995635033, -0.00811499822884798, 0.014549166895449162, -0.025357767939567566, -0.044899072498083115, -0.09415389597415924, -0.18893800675868988, 0.09504050761461258, -0.09672676026821136, 0.19164271652698517, -0.05446168780326843, 0.1312132477760315, 0.08524349331855774, -0.028380809351801872, -0.1055578961968422, -0.00007060703501338139, 0.03555230796337128, 0.09889437258243561, -0.003944507334381342, 0.09070747345685959, -0.050344981253147125, 0.09298228472471237, 0.09616132080554962, 0.0678960457444191, 0.038073908537626266, -0.09024444967508316, -0.02085951901972294, -0.16218417882919312, -0.006918882019817829, -0.0417422279715538, 0.10200787335634232, 0.13073867559432983, -0.04398906230926514, 0.04269791394472122, -0.026649387553334236, 0.020979931578040123, 0.003752294695004821, 0.09498223662376404, -0.011082230135798454, -0.15282589197158813, -0.03839525952935219, 0.058521635830402374, 0.01896713301539421, -0.3874814510345459, 0.01249485183507204, -0.05245786905288696, -0.04629392549395561, 0.057641129940748215, 0.1494874507188797, 0.06861694157123566, -0.004483973607420921, -0.030417906120419502, -0.12238717824220657, 0.031248416751623154, 0.0715196281671524, -0.09411026537418365, -0.08839638531208038 ]
7b1c5c8f099e2ceb101cc82b6c965fae09b57fce
## Dataset Description - **Homepage:** [Clinical Biases Dataset](https://huggingface.co/datasets/shainahub/clinical_bias) ### Who is the target audience for this dataset? The target audience includes researchers and practitioners in the healthcare and natural language processing domains interested in studying biases in clinical texts and developing models to detect and mitigate such biases. ### What do I need to know to use this dataset? Users should have a basic understanding of clinical texts, biases, and natural language processing. ## Data Fields - `SUBJECT_ID`: A unique identifier for the subject. - `TEXT`: The clinical text. - `is_biased`: A boolean indicating whether the text is biased or not. - `biased_words`: A list of biased words present in the text (if any). ## Data Splits This dataset does not have predefined data splits (train, validation, test). Users can create their own splits according to their requirements. ## Dataset Creation ### Curation Rationale The dataset was created to study biases in clinical texts and provide a resource for developing models to detect and mitigate such biases. ### Source Data The dataset is derived from clinical texts collected from various sources. ### Licensing Information The licensing information for this dataset is not specified. ### Previewing the Dataset You can use the following code snippet to preview the dataset using Hugging Face Datasets library in Python: ```python from datasets import load_dataset dataset = load_dataset("shainahub/clinical_bias") dataset_dict = dataset["train"][0] print("SUBJECT_ID:", dataset_dict["SUBJECT_ID"]) print("TEXT:", dataset_dict["TEXT"]) print("is_biased:", dataset_dict["is_biased"]) print("biased_words:", dataset_dict["biased_words"]) ``` ```python from datasets import load_dataset dataset = load_dataset("shainahub/clinical_bias") df = dataset['train'].to_pandas() df.head() ``` it will give 40k rows. The output should look like this: ```python SUBJECT_ID: 2549 TEXT: CCU NSG TRANSFER SUMMARY UPDATE RESP FAILURE CLINICAL STATUS: Fever Oxygen saturations have been intermittently low on room air with improvement on oxygen High white blood cell count Multifocal pneumonia Gastrointestinal bleeding concerning for stress ulceration Hemodynamically stable on vasopressors, requiring increasing amounts to maintain mean arterial pressure. Heart rate increased to 100s with systolic blood pressure in the 90s. PLAN: 1. Continue current management 2. Initiate prophylaxis for stress ulceration 3. Initiate appropriate isolation for pneumonia is_biased: False biased_words: None ``` Loading the Dataset You can use the following code snippet to load the dataset using Hugging Face Datasets library in Python: ```python from datasets import load_dataset dataset = load_dataset("shainahub/clinical_bias") ``` The dataset consists of four columns: ```python SUBJECT_ID: a unique identifier for each clinical note. TEXT: the text of the clinical note is_biased: a boolean value indicating whether the note contains biased language or not biased_words: if the note contains biased language, the words or phrases that are biased ```
shainahub/clinical_bias
[ "language:en", "license:afl-3.0", "doi:10.57967/hf/0459", "region:us" ]
2023-03-19T11:50:32+00:00
{"language": ["en"], "license": "afl-3.0", "dataset_info": {"features": [{"name": "SUBJECT_ID", "dtype": "int64"}, {"name": "TEXT", "dtype": "string"}, {"name": "is_biased", "dtype": "bool"}, {"name": "biased_words", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 11586577, "num_examples": 40000}], "download_size": 6501927, "dataset_size": 11586577}}
2023-03-19T20:36:19+00:00
[]
[ "en" ]
TAGS #language-English #license-afl-3.0 #doi-10.57967/hf/0459 #region-us
## Dataset Description - Homepage: Clinical Biases Dataset ### Who is the target audience for this dataset? The target audience includes researchers and practitioners in the healthcare and natural language processing domains interested in studying biases in clinical texts and developing models to detect and mitigate such biases. ### What do I need to know to use this dataset? Users should have a basic understanding of clinical texts, biases, and natural language processing. ## Data Fields - 'SUBJECT_ID': A unique identifier for the subject. - 'TEXT': The clinical text. - 'is_biased': A boolean indicating whether the text is biased or not. - 'biased_words': A list of biased words present in the text (if any). ## Data Splits This dataset does not have predefined data splits (train, validation, test). Users can create their own splits according to their requirements. ## Dataset Creation ### Curation Rationale The dataset was created to study biases in clinical texts and provide a resource for developing models to detect and mitigate such biases. ### Source Data The dataset is derived from clinical texts collected from various sources. ### Licensing Information The licensing information for this dataset is not specified. ### Previewing the Dataset You can use the following code snippet to preview the dataset using Hugging Face Datasets library in Python: it will give 40k rows. The output should look like this: Loading the Dataset You can use the following code snippet to load the dataset using Hugging Face Datasets library in Python: The dataset consists of four columns:
[ "## Dataset Description\n\n- Homepage: Clinical Biases Dataset", "### Who is the target audience for this dataset?\n\nThe target audience includes researchers and practitioners in the healthcare and natural language processing domains interested in studying biases in clinical texts and developing models to detect and mitigate such biases.", "### What do I need to know to use this dataset?\n\nUsers should have a basic understanding of clinical texts, biases, and natural language processing.", "## Data Fields\n\n- 'SUBJECT_ID': A unique identifier for the subject.\n- 'TEXT': The clinical text.\n- 'is_biased': A boolean indicating whether the text is biased or not.\n- 'biased_words': A list of biased words present in the text (if any).", "## Data Splits\n\nThis dataset does not have predefined data splits (train, validation, test). Users can create their own splits according to their requirements.", "## Dataset Creation", "### Curation Rationale\n\nThe dataset was created to study biases in clinical texts and provide a resource for developing models to detect and mitigate such biases.", "### Source Data\n\nThe dataset is derived from clinical texts collected from various sources.", "### Licensing Information\n\nThe licensing information for this dataset is not specified.", "### Previewing the Dataset\n\nYou can use the following code snippet to preview the dataset using Hugging Face Datasets library in Python:\n\n\n\n\nit will give 40k rows.\n\nThe output should look like this:\n\n\n\nLoading the Dataset\nYou can use the following code snippet to load the dataset using Hugging Face Datasets library in Python:\n\n\n\nThe dataset consists of four columns:" ]
[ "TAGS\n#language-English #license-afl-3.0 #doi-10.57967/hf/0459 #region-us \n", "## Dataset Description\n\n- Homepage: Clinical Biases Dataset", "### Who is the target audience for this dataset?\n\nThe target audience includes researchers and practitioners in the healthcare and natural language processing domains interested in studying biases in clinical texts and developing models to detect and mitigate such biases.", "### What do I need to know to use this dataset?\n\nUsers should have a basic understanding of clinical texts, biases, and natural language processing.", "## Data Fields\n\n- 'SUBJECT_ID': A unique identifier for the subject.\n- 'TEXT': The clinical text.\n- 'is_biased': A boolean indicating whether the text is biased or not.\n- 'biased_words': A list of biased words present in the text (if any).", "## Data Splits\n\nThis dataset does not have predefined data splits (train, validation, test). Users can create their own splits according to their requirements.", "## Dataset Creation", "### Curation Rationale\n\nThe dataset was created to study biases in clinical texts and provide a resource for developing models to detect and mitigate such biases.", "### Source Data\n\nThe dataset is derived from clinical texts collected from various sources.", "### Licensing Information\n\nThe licensing information for this dataset is not specified.", "### Previewing the Dataset\n\nYou can use the following code snippet to preview the dataset using Hugging Face Datasets library in Python:\n\n\n\n\nit will give 40k rows.\n\nThe output should look like this:\n\n\n\nLoading the Dataset\nYou can use the following code snippet to load the dataset using Hugging Face Datasets library in Python:\n\n\n\nThe dataset consists of four columns:" ]
[ 30, 14, 60, 37, 79, 39, 5, 40, 21, 20, 92 ]
[ "passage: TAGS\n#language-English #license-afl-3.0 #doi-10.57967/hf/0459 #region-us \n## Dataset Description\n\n- Homepage: Clinical Biases Dataset### Who is the target audience for this dataset?\n\nThe target audience includes researchers and practitioners in the healthcare and natural language processing domains interested in studying biases in clinical texts and developing models to detect and mitigate such biases.### What do I need to know to use this dataset?\n\nUsers should have a basic understanding of clinical texts, biases, and natural language processing.## Data Fields\n\n- 'SUBJECT_ID': A unique identifier for the subject.\n- 'TEXT': The clinical text.\n- 'is_biased': A boolean indicating whether the text is biased or not.\n- 'biased_words': A list of biased words present in the text (if any).## Data Splits\n\nThis dataset does not have predefined data splits (train, validation, test). Users can create their own splits according to their requirements.## Dataset Creation### Curation Rationale\n\nThe dataset was created to study biases in clinical texts and provide a resource for developing models to detect and mitigate such biases.### Source Data\n\nThe dataset is derived from clinical texts collected from various sources.### Licensing Information\n\nThe licensing information for this dataset is not specified.### Previewing the Dataset\n\nYou can use the following code snippet to preview the dataset using Hugging Face Datasets library in Python:\n\n\n\n\nit will give 40k rows.\n\nThe output should look like this:\n\n\n\nLoading the Dataset\nYou can use the following code snippet to load the dataset using Hugging Face Datasets library in Python:\n\n\n\nThe dataset consists of four columns:" ]
[ -0.08712649345397949, 0.200614795088768, -0.0028428970836102962, 0.03093269281089306, 0.049788620322942734, 0.03718745335936546, 0.12779821455478668, 0.11182752251625061, 0.09939264506101608, 0.11112882196903229, -0.004676296841353178, -0.01875716634094715, 0.11943787336349487, 0.19765831530094147, 0.04825764521956444, -0.16941753029823303, 0.05881310999393463, -0.04404532164335251, 0.11227061599493027, 0.09223462641239166, 0.05552288889884949, -0.04968887194991112, 0.08031319081783295, 0.001725462730973959, -0.088690385222435, -0.041120100766420364, -0.0226557869464159, 0.020403552800416946, 0.035256821662187576, 0.025132393464446068, 0.05041258782148361, -0.0029320409521460533, 0.01327376626431942, -0.21586744487285614, 0.024283261969685555, 0.05753689631819725, 0.02982240356504917, 0.06050466001033783, 0.07732072472572327, -0.09119454771280289, 0.13132508099079132, -0.1275581270456314, 0.06958828121423721, 0.06514099985361099, -0.12668251991271973, -0.10742343962192535, -0.15960438549518585, -0.05360649898648262, 0.012824859470129013, 0.08948515355587006, -0.048239417374134064, 0.13956241309642792, -0.0002948912442661822, 0.05292774736881256, 0.13838055729866028, -0.05235115438699722, -0.004770318511873484, -0.10119139403104782, 0.02450091950595379, 0.08100061118602753, -0.07504109293222427, -0.0226056519895792, 0.013382338918745518, 0.02836676687002182, 0.008233829401433468, -0.03859376534819603, -0.08763036876916885, -0.06826340407133102, -0.13408289849758148, -0.04246702045202255, 0.14416301250457764, -0.033621907234191895, -0.06948838382959366, -0.1584506630897522, -0.016823885962367058, 0.018847521394491196, 0.03149722144007683, 0.019974803552031517, -0.0032429140992462635, -0.03369874507188797, 0.0730491355061531, -0.08548735082149506, -0.05207780376076698, -0.05004078894853592, -0.042272280901670456, 0.026485882699489594, 0.021057063713669777, 0.05660640448331833, 0.041015367954969406, 0.08059899508953094, 0.05163898319005966, -0.05331946164369583, -0.06497863680124283, -0.045196760445833206, -0.15088583528995514, -0.03295333683490753, -0.024699194356799126, 0.012958373874425888, 0.03767106309533119, 0.16450662910938263, -0.11034046113491058, 0.004249295685440302, -0.05840419605374336, -0.05049704760313034, 0.13785120844841003, -0.006628734990954399, -0.044835835695266724, -0.03390824422240257, -0.03241855278611183, 0.021368352696299553, 0.029783209785819054, -0.009282439015805721, 0.02564774639904499, -0.08116172254085541, 0.02811339870095253, 0.10448290407657623, 0.07034584879875183, 0.029758527874946594, -0.06881274282932281, -0.029420863837003708, 0.11474805325269699, -0.12347777932882309, 0.008383040316402912, 0.049441829323768616, -0.009195839054882526, -0.03869074583053589, 0.06713765859603882, -0.00560632161796093, -0.11026542633771896, -0.04480932280421257, -0.09021509438753128, 0.03734641894698143, -0.07992884516716003, -0.09715795516967773, 0.03426171839237213, -0.06030276417732239, -0.05224969983100891, -0.036428917199373245, -0.18329784274101257, -0.08456769585609436, -0.022100800648331642, -0.06750727444887161, 0.06110833212733269, -0.014669573865830898, 0.015607918612658978, -0.0034948037937283516, -0.01834823191165924, 0.054571181535720825, -0.04759413003921509, 0.004693165421485901, -0.07277615368366241, 0.030677752569317818, -0.0352117121219635, 0.025810571387410164, -0.14360925555229187, 0.05520202964544296, -0.034599173814058304, 0.16860154271125793, -0.07873407751321793, -0.010824166238307953, -0.0891585499048233, 0.025520259514451027, 0.011759302578866482, -0.006594059988856316, 0.044822368770837784, 0.16851568222045898, -0.24470244348049164, 0.0056649562902748585, 0.10128530859947205, -0.14679937064647675, -0.10348963737487793, 0.07506406307220459, -0.07415585219860077, 0.05909242480993271, 0.07072806358337402, 0.22943049669265747, 0.0941772311925888, -0.08577249199151993, -0.11298457533121109, -0.06845365464687347, -0.02537613920867443, 0.10518292337656021, 0.10047263652086258, -0.08610586822032928, 0.04720549285411835, -0.00739749101921916, -0.0940021499991417, -0.009783577173948288, -0.009074060246348381, -0.030828336253762245, 0.0037013711407780647, -0.055316898971796036, -0.042626168578863144, -0.0011431515449658036, -0.09423140436410904, -0.0032010513823479414, -0.04555957764387131, 0.07852084189653397, 0.10191650688648224, -0.06179548427462578, 0.016047421842813492, -0.088578961789608, 0.041352201253175735, -0.0284507367759943, -0.04019763320684433, -0.18747571110725403, -0.15985307097434998, 0.03793371841311455, -0.11657048016786575, 0.0816740095615387, -0.07322558760643005, -0.01710055209696293, 0.07679435610771179, 0.019396940246224403, 0.025564242154359818, 0.04441162943840027, 0.016944443807005882, -0.060005415230989456, -0.11208770424127579, -0.02214149944484234, -0.06507734954357147, 0.12253699451684952, -0.08052345365285873, 0.007786273956298828, 0.04797041043639183, 0.1006498634815216, 0.027293680235743523, -0.10012754797935486, 0.09293816983699799, -0.003419535933062434, 0.0067477901466190815, -0.05278157442808151, 0.030170712620019913, 0.013197108171880245, 0.021499203518033028, 0.06344907730817795, -0.16303785145282745, -0.2733182907104492, 0.04671669751405716, 0.08516274392604828, -0.08974054455757141, -0.14666005969047546, -0.038177330046892166, -0.0030309869907796383, -0.0953226238489151, -0.08799223601818085, 0.06374108046293259, 0.031692370772361755, 0.01474043633788824, -0.059652362018823624, -0.04250743240118027, -0.05433093011379242, -0.02532975934445858, -0.049555737525224686, 0.06690848618745804, -0.09717561304569244, -0.08297457545995712, 0.09385886788368225, -0.04419366270303726, 0.088040791451931, 0.13386519253253937, 0.01343085989356041, -0.11616367846727371, -0.0627380907535553, -0.010033627040684223, -0.004938970319926739, 0.05487287417054176, -0.0453827828168869, 0.019878322258591652, 0.0878390297293663, 0.013903501443564892, 0.045304302126169205, -0.051308754831552505, 0.03140795975923538, -0.002364418003708124, -0.016433242708444595, -0.07372117042541504, 0.007073464337736368, -0.004794158507138491, 0.07641824334859848, -0.004570275545120239, 0.16195520758628845, -0.03104175627231598, -0.07631949335336685, -0.1733897477388382, 0.13533641397953033, -0.10991933196783066, -0.1336793303489685, -0.11445263028144836, -0.07297002524137497, 0.0016154184704646468, 0.0007967381388880312, -0.005904605612158775, -0.00978566613048315, -0.04826851934194565, -0.11957409232854843, 0.06372615694999695, 0.05902884155511856, -0.09584184736013412, -0.10387808829545975, -0.005229099187999964, -0.004258660599589348, -0.0657903179526329, 0.017562342807650566, -0.00615673465654254, 0.013440956361591816, 0.005699623841792345, -0.011419394053518772, 0.09879618138074875, 0.07537876814603806, 0.04749560356140137, -0.023845359683036804, 0.0077844723127782345, 0.257645845413208, -0.08193068951368332, 0.07081850618124008, 0.12785133719444275, -0.07137159258127213, 0.04166565462946892, 0.14501601457595825, 0.0020302636548876762, -0.06125928461551666, 0.05906995013356209, 0.04909461364150047, -0.01075495034456253, -0.26542770862579346, -0.07213607430458069, -0.06429962813854218, -0.08420632779598236, 0.031241660937666893, -0.002848167670890689, -0.03467898443341255, 0.08081374317407608, -0.06226121634244919, -0.03722171112895012, 0.0034109000116586685, 0.05319930613040924, 0.05433189123868942, 0.00937692541629076, 0.03921503201127052, -0.05109907314181328, 0.05545760318636894, 0.08289295434951782, 0.014212126843631268, 0.20692402124404907, -0.08673001080751419, 0.25443235039711, 0.08793061226606369, 0.07161428779363632, 0.018976368010044098, 0.05133834481239319, 0.02973339892923832, 0.08445911854505539, 0.007541745901107788, -0.05755724012851715, -0.061201199889183044, 0.02322297915816307, -0.02474331669509411, -0.02680407464504242, 0.0017046816647052765, -0.07051590085029602, 0.028777768835425377, 0.15395797789096832, 0.11014809459447861, -0.20763903856277466, -0.026411816477775574, 0.06975561380386353, -0.005611758679151535, -0.13441243767738342, -0.05626266077160835, 0.08800345659255981, -0.14660902321338654, 0.0986630842089653, -0.0022247934248298407, 0.0761590227484703, -0.14933446049690247, -0.04949311539530754, -0.04282689467072487, 0.02491815760731697, -0.06834263354539871, 0.081439308822155, -0.15907642245292664, 0.040528759360313416, 0.014251423068344593, 0.07891707867383957, -0.061139315366744995, 0.001064654323272407, 0.013062522746622562, 0.028286712244153023, 0.1666441410779953, 0.053306203335523605, -0.01652470976114273, 0.031074516475200653, -0.10236386209726334, 0.006388496607542038, 0.02727946639060974, -0.05043397471308708, 0.08566165715456009, -0.017779063433408737, 0.019994297996163368, -0.06677398830652237, -0.030308730900287628, -0.1575126051902771, -0.2000131607055664, 0.05743420124053955, -0.0909159705042839, 0.04928486421704292, 0.009495384991168976, -0.011204193346202374, 0.049272384494543076, 0.07957031577825546, -0.1110963374376297, -0.14663298428058624, -0.15239070355892181, 0.06367024034261703, 0.15180930495262146, -0.058225613087415695, -0.010356396436691284, -0.02771819196641445, 0.1561030000448227, -0.02704433538019657, -0.04932292923331261, 0.0019033919088542461, -0.057943373918533325, -0.14066073298454285, -0.05992332100868225, 0.08545814454555511, 0.11467882990837097, 0.06038309633731842, -0.0037148636765778065, 0.08961064368486404, -0.02384628728032112, -0.07844872027635574, 0.039917878806591034, 0.15566323697566986, 0.05412859469652176, 0.15645651519298553, -0.031541306525468826, -0.14551812410354614, -0.1411975473165512, -0.049378033727407455, 0.10637886077165604, 0.1663937121629715, -0.019983945414423943, 0.06789985299110413, 0.18236926198005676, -0.13298828899860382, -0.22142088413238525, 0.05868253856897354, 0.058944057673215866, -0.00381693453527987, 0.0518135130405426, -0.16625069081783295, 0.062545046210289, 0.04839123412966728, 0.04453914985060692, 0.01936507597565651, -0.08835402876138687, -0.11833479255437851, 0.07172627002000809, 0.053757935762405396, -0.12834560871124268, -0.10548869520425797, -0.09549032896757126, -0.038700032979249954, -0.10697317868471146, 0.2250395268201828, -0.06519357115030289, 0.013265053741633892, -0.01800771988928318, 0.06993068754673004, 0.039880186319351196, -0.04447529464960098, 0.1354454755783081, 0.041642144322395325, 0.06526361405849457, -0.08970807492733002, -0.05424780771136284, 0.0021498098503798246, -0.03269195929169655, 0.11231156438589096, 0.0779212936758995, 0.04589321091771126, -0.04523516073822975, -0.04450682923197746, -0.11288730800151825, 0.032924965023994446, -0.03470402956008911, -0.044564127922058105, -0.10362470149993896, 0.09314315021038055, 0.05150654911994934, -0.013150635175406933, -0.04407113045454025, -0.1131138876080513, -0.06667755544185638, 0.14606453478336334, 0.15272748470306396, 0.12882323563098907, -0.011554239317774773, 0.033436715602874756, -0.026669397950172424, -0.0033511207439005375, -0.042728886008262634, -0.0012075162958353758, 0.10890030860900879, 0.028383200988173485, 0.15085570514202118, 0.0018284022808074951, -0.20758923888206482, 0.012532482855021954, 0.02078980766236782, -0.06778552383184433, -0.20314955711364746, 0.019872024655342102, -0.021115224808454514, -0.208380326628685, -0.11006336659193039, 0.08828218281269073, 0.021742718294262886, -0.036989349871873856, -0.019070032984018326, 0.062973752617836, -0.014039435423910618, 0.10735103487968445, 0.04260111600160599, 0.00821451935917139, -0.10365383327007294, 0.054613471031188965, 0.09679294377565384, 0.00940739642828703, 0.0255062747746706, 0.10953713208436966, -0.12947194278240204, -0.07427540421485901, -0.06102478504180908, 0.13357391953468323, -0.07514820992946625, -0.040599171072244644, 0.07409106940031052, -0.08395444601774216, -0.004059783648699522, 0.09800687432289124, -0.015546822920441628, 0.047101713716983795, 0.003631403436884284, -0.039838746190071106, -0.039595216512680054, 0.11614427715539932, -0.006552267353981733, 0.06470606476068497, 0.05031219497323036, 0.10854367166757584, 0.0022767947521060705, 0.03709908574819565, -0.012060428969562054, -0.032543644309043884, -0.04933178797364235, -0.026200948283076286, -0.15596897900104523, 0.02511894516646862, -0.10090909153223038, -0.029039330780506134, -0.005540846846997738, -0.06365018337965012, -0.004010696895420551, 0.005201620515435934, -0.006387876812368631, -0.03594915196299553, -0.027955714613199234, 0.0711844339966774, -0.13343094289302826, 0.007490877062082291, 0.0885949656367302, -0.06347181648015976, 0.09905767440795898, 0.020984185859560966, -0.00772429583594203, -0.018822984769940376, -0.04033472761511803, -0.03664354234933853, -0.07580787688493729, 0.045853786170482635, 0.04839923232793808, -0.18095923960208893, -0.047080740332603455, 0.002092337468639016, -0.0492839552462101, 0.028665000572800636, 0.1832641214132309, -0.042818475514650345, 0.09371346980333328, 0.03662442788481712, 0.005245509557425976, -0.09691345691680908, 0.08724062144756317, 0.053445715457201004, 0.05436265096068382, 0.09584736824035645, 0.007829571142792702, 0.06617459654808044, -0.1317429393529892, -0.030963953584432602, 0.007068881299346685, 0.03492815047502518, 0.0472743846476078, -0.008950436487793922, 0.07711539417505264, 0.030363623052835464, 0.20916524529457092, -0.0307695884257555, -0.03326307609677315, 0.017102178186178207, 0.10839168727397919, -0.02021203562617302, 0.032139286398887634, 0.001528329448774457, -0.04619789496064186, -0.041936300694942474, 0.03077354095876217, -0.018903309479355812, -0.05474449321627617, 0.04662550240755081, 0.14166349172592163, 0.0940881296992302, 0.13777229189872742, -0.004682921804487705, -0.016013624146580696, -0.05374114587903023, 0.0046372502110898495, -0.04284977167844772, 0.06466827541589737, -0.03656170517206192, -0.041304998099803925, 0.10693397372961044, 0.11382927745580673, -0.1576969176530838, 0.11358131468296051, 0.01722901128232479, -0.10829669237136841, -0.09366235136985779, -0.1703534722328186, 0.010447057895362377, 0.0324053019285202, -0.0420883372426033, -0.12437120079994202, 0.046499915421009064, 0.13534535467624664, 0.006737296469509602, 0.010799640789628029, 0.15254157781600952, -0.062223196029663086, -0.10769132524728775, -0.02425765059888363, -0.0004909218405373394, 0.05767315253615379, 0.022624535486102104, 0.06148574501276016, 0.0753650963306427, 0.04952332377433777, 0.09815943241119385, 0.0788002461194992, 0.037260204553604126, 0.02151533216238022, -0.050483644008636475, -0.08899646252393723, -0.0018638900946825743, -0.0057856254279613495, -0.014337427914142609, 0.19669076800346375, 0.12301935255527496, 0.03975151479244232, 0.005776150617748499, 0.13779538869857788, -0.00488315848633647, -0.03309784457087517, -0.15859395265579224, 0.0251934677362442, -0.08331343531608582, -0.002707175211980939, 0.0059883552603423595, -0.12222450226545334, 0.052731674164533615, 0.15651589632034302, 0.11802054941654205, -0.07651379704475403, -0.01724524237215519, -0.010571273975074291, 0.020126234740018845, 0.0038741962052881718, 0.07030189782381058, -0.01997143030166626, 0.1557389497756958, -0.056993842124938965, 0.15174193680286407, -0.05145862698554993, -0.06515372544527054, -0.03969566524028778, 0.04649389535188675, -0.03042270801961422, 0.01809604838490486, -0.05571376532316208, 0.10251158475875854, -0.07454925030469894, -0.2270534634590149, 0.014875752851366997, -0.00609420333057642, -0.09040029346942902, -0.011751883663237095, -0.12444697320461273, -0.006428941618651152, 0.019013715907931328, 0.02576821856200695, 0.0573759526014328, 0.1648559868335724, 0.016343604773283005, -0.06300891935825348, -0.06483727693557739, 0.12938691675662994, -0.1105109229683876, 0.18528667092323303, 0.00405320106074214, 0.10681573301553726, 0.07750505208969116, -0.028332076966762543, -0.17872092127799988, 0.07142630964517593, 0.020056605339050293, 0.10142360627651215, 0.07532023638486862, 0.17002534866333008, 0.022290822118520737, 0.0229339599609375, 0.07043121755123138, -0.012373520992696285, 0.07399588823318481, -0.009519080631434917, -0.019632089883089066, -0.1138329803943634, 0.048375360667705536, -0.09589613974094391, 0.14419730007648468, 0.11641060560941696, -0.04714112728834152, 0.053677190095186234, -0.027110885828733444, -0.022334160283207893, 0.013760657981038094, 0.14798088371753693, 0.02651390992105007, -0.12577036023139954, 0.05276017263531685, 0.1218477338552475, 0.07475597411394119, -0.20006276667118073, 0.010457430966198444, -0.05581451579928398, -0.05579054728150368, 0.044331129640340805, 0.1166527196764946, -0.013361213728785515, 0.023137083277106285, -0.05535726621747017, -0.05871742218732834, 0.03998769447207451, 0.10389481484889984, -0.048015233129262924, -0.027955370023846626 ]
efe635631acd2e3ffb7fe5d82b1bf380d1e25400
### Dataset contains: ``` [ 'charger', 'lense', 'camera' ] ```
nekotov/camera-set
[ "language:en", "license:mit", "camera", "canon", "lense", "charger", "region:us" ]
2023-03-19T14:23:20+00:00
{"language": ["en"], "license": "mit", "pretty_name": "Dataset of Canon: cameras,lenses, chargers.", "tags": ["camera", "canon", "lense", "charger"]}
2023-03-19T17:51:16+00:00
[]
[ "en" ]
TAGS #language-English #license-mit #camera #canon #lense #charger #region-us
### Dataset contains:
[ "### Dataset contains:" ]
[ "TAGS\n#language-English #license-mit #camera #canon #lense #charger #region-us \n", "### Dataset contains:" ]
[ 26, 7 ]
[ "passage: TAGS\n#language-English #license-mit #camera #canon #lense #charger #region-us \n### Dataset contains:" ]
[ -0.11716475337743759, 0.08974885940551758, -0.0020460900850594044, 0.030653653666377068, 0.11567694693803787, 0.13203568756580353, 0.1848757416009903, 0.05222948640584946, 0.1898810714483261, -0.050496138632297516, 0.08256471902132034, 0.07018395513296127, 0.06474842876195908, 0.05724121257662773, 0.04023174196481705, -0.2344672679901123, -0.015362436883151531, -0.0704619511961937, 0.04545784741640091, 0.044370852410793304, 0.058584295213222504, -0.08661549538373947, 0.09262555837631226, -0.11195296049118042, -0.11426598578691483, 0.0476117841899395, 0.04963327571749687, -0.018136536702513695, 0.15995068848133087, 0.0017211828380823135, 0.06160256639122963, -0.009034248068928719, 0.04158329963684082, -0.23005683720111847, 0.021896446123719215, -0.08169843256473541, -0.09186270087957382, 0.007738708518445492, 0.02682436630129814, 0.02434118092060089, 0.08329908549785614, 0.017291858792304993, 0.034079182893037796, 0.031483229249715805, -0.17208176851272583, -0.20994795858860016, -0.021211447194218636, -0.09759437292814255, -0.06157422810792923, 0.07634127140045166, 0.012870430015027523, -0.0007391273975372314, -0.09297319501638412, 0.05803045630455017, 0.11796420067548752, -0.14389489591121674, 0.023035986348986626, 0.2042669802904129, 0.040667153894901276, 0.15052863955497742, -0.1431385576725006, 0.07192397862672806, 0.057811059057712555, -0.015021353028714657, -0.1445440649986267, -0.03967749699950218, -0.09147219359874725, 0.04073937609791756, -0.018591420724987984, -0.09584785252809525, 0.3676280975341797, -0.013739843852818012, 0.013685706071555614, -0.004301825072616339, -0.03241316229104996, -0.039795391261577606, -0.08030758798122406, 0.1194472461938858, -0.047675371170043945, 0.07852614670991898, 0.04661917686462402, -0.021689148619771004, -0.13146786391735077, -0.08004070818424225, -0.16791249811649323, 0.040158674120903015, 0.013647421263158321, 0.13998715579509735, -0.1792391687631607, 0.024515721946954727, -0.0848311111330986, -0.10597728937864304, 0.019895529374480247, -0.07808162271976471, 0.07534065842628479, 0.0881616398692131, 0.03827034682035446, 0.08546173572540283, 0.14887882769107819, 0.13559716939926147, -0.041253671050071716, 0.023513417690992355, -0.07636075466871262, 0.1397169530391693, 0.08413498103618622, 0.02898424305021763, 0.08670058846473694, -0.10123402625322342, -0.05261353775858879, -0.15426719188690186, -0.005783556494861841, -0.0748690813779831, -0.11160417646169662, -0.012058437801897526, -0.08705276250839233, 0.06345298141241074, 0.05461442843079567, -0.06432540714740753, -0.07913420349359512, -0.013798438012599945, 0.06207231059670448, -0.07557100057601929, -0.01161355059593916, 0.015142754651606083, 0.04178209602832794, 0.022738315165042877, -0.041219353675842285, -0.054550010710954666, 0.11433498561382294, -0.029668524861335754, -0.061626795679330826, -0.022401299327611923, -0.05108895152807236, -0.018252715468406677, 0.045908838510513306, -0.07053602486848831, 0.06195872649550438, -0.11695951968431473, -0.17353449761867523, 0.041054617613554, 0.02830164134502411, -0.07230239361524582, 0.07715728133916855, 0.0017040565144270658, 0.11584843695163727, 0.10213036090135574, -0.06673229485750198, -0.050481926649808884, -0.13073047995567322, 0.12223400920629501, -0.022213663905858994, 0.08996979892253876, -0.2530233561992645, -0.026631735265254974, -0.08971746265888214, 0.00030284072272479534, -0.041169751435518265, 0.028273485600948334, -0.14634229242801666, 0.09337537735700607, 0.004812078084796667, 0.010448591783642769, -0.05477401241660118, 0.0337892584502697, -0.06923897564411163, 0.20454041659832, -0.26844102144241333, -0.08633401244878769, 0.17295484244823456, -0.21954791247844696, -0.15289798378944397, 0.011095492169260979, -0.005270091351121664, 0.06378230452537537, 0.05142451077699661, 0.2773728370666504, -0.0020862016826868057, -0.24324087798595428, -0.027914121747016907, 0.15205632150173187, -0.01844813860952854, -0.12663999199867249, 0.12840786576271057, -0.028677402064204216, -0.09658166766166687, 0.043360475450754166, 0.013132177293300629, 0.10803329944610596, -0.06360538303852081, -0.10040208697319031, 0.026125293225049973, 0.004116131458431482, 0.03435438126325607, 0.09840278327465057, 0.014018767513334751, -0.0656532347202301, 0.0641476958990097, 0.10789220780134201, 0.10150916874408722, 0.0365147590637207, -0.02267138473689556, -0.01084904745221138, 0.12444193661212921, -0.0013751338701695204, -0.019726186990737915, -0.049521900713443756, -0.19890913367271423, -0.04989863559603691, 0.12072761356830597, 0.043362438678741455, 0.04802252724766731, 0.09331058710813522, 0.03866304084658623, -0.0499061644077301, 0.04122612252831459, -0.005902167875319719, 0.06308619678020477, 0.02650490403175354, -0.21305334568023682, 0.0882885754108429, -0.04069000482559204, 0.050651390105485916, -0.08946423977613449, -0.06542818248271942, 0.15383096039295197, 0.022019002586603165, 0.016487766057252884, -0.02903163991868496, -0.08544886857271194, 0.00101377977989614, -0.019423872232437134, -0.008287698961794376, 0.055616121739149094, -0.0380263552069664, 0.057609762996435165, 0.14616993069648743, -0.026794662699103355, 0.07971430569887161, 0.2241986244916916, -0.2040986865758896, 0.007451085839420557, -0.1790258139371872, -0.0001419698091922328, 0.015235863626003265, -0.02238612249493599, -0.048519037663936615, -0.10506473481655121, -0.037448447197675705, 0.02400832623243332, 0.011787304654717445, 0.05218697339296341, 0.004897030536085367, -0.015870407223701477, -0.07946702837944031, 0.04365598410367966, 0.19843927025794983, -0.06192689388990402, 0.1905323714017868, 0.2310989797115326, 0.1732703000307083, 0.2665106952190399, -0.06746719777584076, -0.06806744635105133, 0.011986587196588516, -0.07400048524141312, -0.02772824838757515, 0.3169613778591156, -0.23571212589740753, -0.03208710625767708, 0.0750446543097496, -0.029538433998823166, 0.015507048927247524, -0.11735546588897705, -0.10170815140008926, 0.00010410253162262961, -0.0012743108673021197, -0.0742960125207901, 0.03189346194267273, -0.041973162442445755, 0.05146510899066925, -0.009686985984444618, -0.09225214272737503, 0.056890055537223816, -0.03759581968188286, -0.03531588613986969, 0.16841457784175873, -0.139383465051651, -0.17423148453235626, -0.09205450862646103, -0.14500120282173157, 0.05324958637356758, 0.014641587622463703, 0.007772790268063545, -0.12824758887290955, -0.025805791839957237, 0.05750051885843277, -0.016333702951669693, -0.01875702664256096, 0.0010788110084831715, -0.11378554999828339, 0.043514955788850784, -0.09831836819648743, -0.08074578642845154, -0.0671520009636879, 0.0039287772960960865, -0.01763172633945942, 0.08888629823923111, -0.11635933816432953, 0.10733366012573242, 0.11422494798898697, 0.0359971858561039, 0.0941920354962349, -0.056602489203214645, 0.23090793192386627, -0.15355369448661804, -0.0832175463438034, 0.06811925768852234, 0.07658040523529053, 0.006828222889453173, 0.2394089549779892, 0.10519128292798996, -0.11182453483343124, -0.029571907594799995, -0.027542971074581146, -0.12063606083393097, -0.19337302446365356, -0.14205534756183624, -0.12503275275230408, 0.0928008109331131, 0.07886713743209839, 0.0881517082452774, 0.10866191238164902, 0.057672396302223206, 0.0744229406118393, -0.10317966341972351, 0.029344910755753517, 0.046991076320409775, 0.18001997470855713, -0.06789009273052216, 0.03437019884586334, -0.08352835476398468, 0.007147400639951229, 0.15609204769134521, 0.0519738607108593, 0.1629142463207245, 0.1488872468471527, 0.09136675298213959, 0.09371212124824524, 0.13987012207508087, 0.06682097166776657, 0.04164837673306465, 0.0834401398897171, -0.007833337411284447, -0.014594740234315395, -0.08127234131097794, 0.002805843949317932, 0.0263498704880476, 0.011698344722390175, -0.17262433469295502, 0.0036197900772094727, -0.13375650346279144, 0.011208255775272846, -0.11944947391748428, 0.18658187985420227, -0.15275712311267853, 0.054600343108177185, 0.03987126797437668, 0.1092459186911583, -0.09208008646965027, 0.12596730887889862, 0.11685572564601898, -0.06136905029416084, 0.06860531866550446, 0.0520780049264431, 0.06222052127122879, -0.0774519145488739, -0.0024451282806694508, -0.01016969420015812, -0.22347331047058105, 0.013805510476231575, 0.10707622766494751, -0.1788271814584732, 0.31730765104293823, 0.025721391662955284, -0.05997372791171074, -0.04712950438261032, -0.09377564489841461, -0.004859870299696922, 0.08700373023748398, 0.17344285547733307, 0.06563898921012878, -0.10824203491210938, -0.14590521156787872, -0.08654321730136871, -0.014879366382956505, 0.050751544535160065, -0.017541497945785522, -0.13475194573402405, 0.012519092299044132, 0.009144584648311138, -0.03730040788650513, -0.05303652212023735, -0.08062085509300232, -0.13238108158111572, -0.018529003486037254, 0.0007464636000804603, 0.0172580536454916, -0.008908655494451523, -0.06092105060815811, 0.020473651587963104, -0.04061058908700943, -0.08903944492340088, -0.0030644633807241917, -0.10458072274923325, -0.04897649213671684, 0.051778167486190796, -0.05607684329152107, 0.08867862075567245, 0.01194541621953249, -0.02105475403368473, -0.10535641014575958, -0.16729870438575745, 0.10512729734182358, -0.08101826161146164, 0.09047219902276993, -0.08714264631271362, 0.09452447295188904, 0.0032082227990031242, 0.04014531522989273, -0.008405509404838085, 0.07482192665338516, -0.02821056917309761, -0.0704549103975296, 0.06934396922588348, -0.09440310299396515, 0.055698979645967484, 0.10571064054965973, 0.045829206705093384, -0.08870275318622589, 0.03345979377627373, -0.09273703396320343, 0.2223520278930664, 0.2261068969964981, -0.0635664239525795, 0.0959412008523941, 0.15391309559345245, -0.11366622149944305, -0.3091343641281128, -0.10749132931232452, -0.15487828850746155, -0.04862536862492561, 0.11571621149778366, -0.15490998327732086, 0.08917630463838577, 0.053114503622055054, -0.06948041915893555, 0.12805168330669403, -0.2972002923488617, -0.10429447144269943, 0.16137006878852844, 0.09349168092012405, 0.22223515808582306, -0.16514821350574493, -0.08503133803606033, -0.08591364324092865, -0.2141416370868683, 0.18012237548828125, -0.017021501436829567, 0.05798620730638504, -0.02270558476448059, -0.00024074477551039308, -0.02485780417919159, -0.0743573009967804, 0.21478721499443054, -0.02361750788986683, 0.04150781035423279, -0.10734647512435913, -0.1998129040002823, 0.11196654289960861, 0.06363482028245926, -0.043348513543605804, 0.07359153032302856, -0.020721251145005226, -0.1669621616601944, -0.004422204103320837, -0.02448357082903385, 0.04952772706747055, 0.024398809298872948, -0.07272398471832275, -0.07345374673604965, 0.039352547377347946, -0.13155128061771393, 0.012134382501244545, 0.2155083417892456, -0.04923514649271965, 0.02810557559132576, 0.03381488844752312, 0.007378671783953905, -0.006519188638776541, -0.17635242640972137, -0.08558689802885056, -0.031283825635910034, 0.06758847832679749, -0.11389841884374619, -0.006569425109773874, 0.1346062868833542, 0.030996154993772507, 0.10257962346076965, 0.04669318348169327, 0.004037139471620321, 0.06475763767957687, 0.18570275604724884, -0.09852473437786102, -0.11242134869098663, -0.03811509162187576, 0.02217942848801613, 0.08626022934913635, -0.09425854682922363, 0.010709700174629688, 0.006816350854933262, 0.020432692021131516, -0.04623996838927269, 0.0173256304115057, -0.08899051696062088, 0.0883842408657074, 0.09559712558984756, 0.014786206185817719, -0.1602657586336136, 0.12634530663490295, 0.06856904178857803, -0.049538832157850266, -0.017314177006483078, 0.13141416013240814, -0.025610482320189476, -0.08403877913951874, 0.03328977897763252, 0.14597830176353455, -0.257408082485199, -0.09493966400623322, -0.011560310609638691, -0.04548647627234459, -0.00763127114623785, 0.08976293355226517, 0.06057165935635567, 0.10138018429279327, 0.012239574454724789, -0.07332565635442734, 0.10924960672855377, 0.04608001559972763, -0.11786910891532898, -0.012109008617699146, -0.09749617427587509, -0.173907071352005, 0.022678326815366745, 0.08177874237298965, -0.07706649601459503, -0.11404535919427872, -0.13673289120197296, 0.08695447444915771, -0.075398750603199, 0.08045368641614914, -0.008806361816823483, 0.0055791642516851425, 0.0013831552350893617, -0.09866558015346527, -0.019084304571151733, -0.0740034282207489, -0.11230995506048203, 0.024960488080978394, 0.06734529882669449, 0.06820963323116302, -0.1292218118906021, -0.03853317350149155, 0.10474896430969238, 0.03546092286705971, 0.06626686453819275, 0.11293002963066101, 0.04851430654525757, 0.11209803819656372, -0.1708427220582962, -0.10523388534784317, 0.08389899879693985, 0.0587916374206543, 0.044232361018657684, 0.13749484717845917, -0.007626488339155912, 0.053644634783267975, -0.016600599512457848, 0.04623376950621605, -0.05653649568557739, -0.12983575463294983, -0.012297089211642742, -0.055952347815036774, -0.16863533854484558, -0.010602685622870922, 0.01828703097999096, 0.1750451922416687, -0.049980875104665756, 0.000856456346809864, -0.07062914222478867, 0.026028575375676155, -0.09694454073905945, 0.00011213184188818559, -0.046489935368299484, -0.08705034852027893, -0.09136230498552322, -0.03578009828925133, 0.01365811750292778, -0.036328379064798355, 0.32784679532051086, 0.040203869342803955, -0.062156304717063904, 0.02164420671761036, 0.17394717037677765, 0.04188268259167671, -0.021997688338160515, 0.29918140172958374, 0.13333086669445038, 0.043803922832012177, -0.039956144988536835, 0.11090052872896194, 0.021226156502962112, 0.16594086587429047, 0.05601849406957626, 0.08448471128940582, 0.049859922379255295, -0.006764162331819534, 0.13085950911045074, -0.03786487877368927, 0.018796687945723534, -0.07513120770454407, 0.0244256854057312, 0.021842338144779205, -0.034216441214084625, 0.07370626926422119, 0.15886005759239197, -0.11089303344488144, 0.09950491040945053, -0.021240662783384323, -0.0916454866528511, -0.1159808412194252, -0.09024009853601456, -0.02418680116534233, -0.1653815060853958, 0.038735732436180115, -0.04845811054110527, 0.014773397706449032, 0.264237642288208, 0.09871829301118851, -0.036738306283950806, 0.11138908565044403, -0.02201888896524906, -0.005068586673587561, -0.02834785357117653, 0.001104708411730826, 0.07130730152130127, -0.1500515192747116, -0.039587732404470444, -0.022061746567487717, -0.02724522165954113, -0.04968348890542984, 0.019664090126752853, 0.02257405035197735, 0.026154421269893646, -0.08549382537603378, -0.09216263145208359, -0.045335542410612106, 0.03308833763003349, -0.05453944206237793, 0.18435600399971008, 0.03475836291909218, 0.10394435375928879, 0.05876551941037178, 0.16828246414661407, 0.001024835859425366, -0.16985183954238892, 0.03846653550863266, 0.029422910884022713, -0.046147026121616364, 0.1429128795862198, -0.08171077817678452, -0.06558198481798172, 0.0007617655792273581, 0.13493934273719788, 0.32186657190322876, -0.025449365377426147, -0.030916407704353333, 0.07107110321521759, 0.023635923862457275, 0.04609297960996628, 0.11674144119024277, -0.04133426025509834, 0.2910570204257965, -0.08489048480987549, -0.020569179207086563, -0.03626907244324684, -0.012142540886998177, -0.033466991037130356, -0.09058377891778946, 0.09159038960933685, -0.0027059277053922415, -0.09976672381162643, 0.18867236375808716, -0.07303669303655624, 0.12705950438976288, 0.16914770007133484, -0.19898265600204468, -0.058358848094940186, -0.06992207467556, 0.15473690629005432, 0.09984274953603745, -0.05394233763217926, -0.09461037814617157, -0.00557394465431571, -0.12936332821846008, 0.04182576760649681, -0.33468663692474365, -0.23841698467731476, 0.07365027815103531, -0.006217367947101593, 0.21968859434127808, -0.0959809198975563, 0.15915629267692566, 0.028760181739926338, 0.015785885974764824, -0.03471057116985321, -0.002588602714240551, 0.053549423813819885, -0.03374117240309715, -0.07016685605049133, -0.0019223223207518458, -0.05283094197511673, -0.024155471473932266, 0.07788360863924026, 0.08791391551494598, 0.025353841483592987, 0.0073240832425653934, -0.0611993670463562, -0.030178697779774666, 0.0210445374250412, -0.12364338338375092, 0.11030693352222443, -0.010171756148338318, 0.008925179950892925, -0.053252898156642914, -0.08529050648212433, 0.006953511852771044, 0.09759402275085449, -0.11966648697853088, -0.05222835764288902, 0.051407478749752045, -0.1091446727514267, 0.04253208264708519, 0.004811260849237442, -0.06800147145986557, -0.00018881703726947308, -0.040104545652866364, 0.08426429331302643, -0.07466689497232437, 0.07754687964916229, 0.12291920185089111, -0.012274658307433128, -0.0333663746714592, -0.1684737652540207, 0.07094228267669678, 0.04318150132894516, -0.1000828891992569, -0.05990694835782051 ]
7bbe6852c4e15a947279c3ada7c3d5c0711b83f6
# Dataset Card for "Alpaca_french_instruct" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tbboukhari/Alpaca_french_instruct
[ "language:fr", "region:us" ]
2023-03-19T15:06:24+00:00
{"language": "fr", "dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": " saisir", "dtype": "string"}, {"name": " sortir", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 23260190, "num_examples": 52002}], "download_size": 14152821, "dataset_size": 23260190}}
2023-09-05T14:52:14+00:00
[]
[ "fr" ]
TAGS #language-French #region-us
# Dataset Card for "Alpaca_french_instruct" More Information needed
[ "# Dataset Card for \"Alpaca_french_instruct\"\n\nMore Information needed" ]
[ "TAGS\n#language-French #region-us \n", "# Dataset Card for \"Alpaca_french_instruct\"\n\nMore Information needed" ]
[ 12, 20 ]
[ "passage: TAGS\n#language-French #region-us \n# Dataset Card for \"Alpaca_french_instruct\"\n\nMore Information needed" ]
[ -0.1399802714586258, 0.2816420793533325, -0.002463428769260645, 0.12155333906412125, 0.09207752346992493, 0.024649476632475853, 0.12785130739212036, 0.03879355639219284, 0.11272593587636948, -0.05415249615907669, 0.13960428535938263, 0.005829944275319576, 0.00888906791806221, 0.1281195431947708, 0.014288531616330147, -0.07394032180309296, -0.013373454101383686, -0.0467560738325119, -0.04806702584028244, 0.0066266367211937904, 0.08223085105419159, 0.01989907957613468, 0.1412154585123062, -0.05230870470404625, -0.11892787367105484, 0.150299072265625, -0.04624784737825394, -0.06587667018175125, 0.1343352198600769, 0.0018272011075168848, 0.14967818558216095, -0.05081189051270485, 0.02796131744980812, -0.16952502727508545, 0.016631092876195908, -0.01944463513791561, -0.045434460043907166, 0.004681856837123632, 0.08401961624622345, -0.10171728581190109, -0.14743304252624512, -0.06847096979618073, 0.030271636322140694, 0.015043010003864765, -0.105949766933918, -0.14940491318702698, -0.05561399459838867, -0.10303394496440887, -0.047537609934806824, 0.03292446583509445, 0.09185613691806793, -0.04311279579997063, -0.1139584481716156, -0.003332901978865266, 0.07167722284793854, -0.029764585196971893, 0.005420812871307135, -0.022118812426924706, -0.037680450826883316, 0.13472482562065125, -0.05453796684741974, 0.07494662702083588, 0.07979504019021988, -0.04077262058854103, -0.1006685197353363, -0.094776950776577, -0.15709222853183746, 0.06664422899484634, -0.020373322069644928, -0.07577366381883621, 0.3050740957260132, -0.01519109308719635, -0.0164895448833704, 0.014183040708303452, 0.0024180759210139513, -0.02343399077653885, -0.06946168094873428, -0.018199989572167397, 0.0965890884399414, 0.02998684160411358, 0.18409861624240875, -0.01207178458571434, -0.07977818697690964, -0.08622406423091888, -0.09709987044334412, -0.022019565105438232, -0.02036994695663452, 0.09498299658298492, -0.06480185687541962, -0.030825860798358917, -0.15461042523384094, 0.03777224197983742, -0.0023988320026546717, -0.08185979723930359, -0.017702074721455574, 0.027964983135461807, -0.007088958285748959, 0.09978535026311874, 0.15393376350402832, 0.11664121598005295, -0.05134972929954529, 0.08100295066833496, -0.10064485669136047, 0.08628280460834503, 0.10504785925149918, 0.03865332901477814, 0.07998912036418915, -0.10754057765007019, -0.0570845864713192, -0.06936048716306686, -0.05525799095630646, -0.04203542694449425, -0.14993436634540558, -0.06480787694454193, -0.10229472070932388, 0.11061474680900574, -0.03171762451529503, -0.16569127142429352, -0.05960530787706375, -0.02095680870115757, 0.15205389261245728, -0.17854616045951843, 0.07297726720571518, -0.02375289984047413, -0.0707823857665062, 0.0463203601539135, -0.07833225280046463, -0.02866308204829693, -0.006674111820757389, -0.11260465532541275, 0.0009369204635731876, -0.042404357343912125, -0.09509750455617905, 0.011924363672733307, 0.03282405436038971, -0.005063417833298445, 0.048841316252946854, -0.13133607804775238, -0.18810300529003143, 0.0062025487422943115, 0.1511799693107605, -0.07665946334600449, 0.14787423610687256, -0.15139229595661163, 0.09463119506835938, 0.05530605837702751, -0.030428461730480194, 0.005325214006006718, -0.10371778905391693, -0.02383105829358101, -0.06998301297426224, 0.1043570414185524, -0.23774835467338562, 0.038579706102609634, -0.009420844726264477, 0.04573751986026764, -0.04576617479324341, 0.16266684234142303, -0.11018764972686768, -0.010983603075146675, -0.08949041366577148, -0.0526762455701828, -0.022721925750374794, 0.066092349588871, 0.055767402052879333, 0.13458490371704102, -0.25333473086357117, -0.06643960624933243, 0.2536001205444336, -0.11512526869773865, -0.1346048265695572, 0.1940462589263916, -0.03857550770044327, 0.04993007704615593, 0.039522238075733185, 0.27723342180252075, 0.08614802360534668, -0.09442523866891861, 0.09390141069889069, 0.19045083224773407, -0.043202534317970276, -0.21460862457752228, 0.1057828739285469, -0.028094295412302017, -0.20726646482944489, 0.0018015491077676415, 0.08719848096370697, 0.011950423941016197, -0.020437313243746758, -0.11685773730278015, 0.019869251176714897, -0.08708437532186508, 0.1329616904258728, 0.06195041909813881, 0.01476915180683136, -0.0074209365993738174, 0.05843479186296463, -0.035577192902565, 0.08930955082178116, -0.01445847749710083, -0.04542558267712593, 0.06740638613700867, 0.1259389966726303, 0.08257327973842621, -0.023451395332813263, -0.06983593851327896, -0.01681329309940338, -0.013479835353791714, 0.06950697302818298, 0.04518323019146919, 0.0667024552822113, 0.07683610171079636, 0.017872827127575874, -0.03317365422844887, 0.0805453360080719, 0.041149675846099854, -0.016331778839230537, 0.05384393408894539, -0.06508246064186096, 0.15719249844551086, -0.06293266266584396, 0.09511072188615799, -0.142393559217453, -0.0441308468580246, -0.000921073486097157, -0.07836994528770447, -0.05898751690983772, 0.06021375209093094, -0.10388443619012833, 0.06427716463804245, -0.025920120999217033, -0.03078174963593483, 0.05865990370512009, -0.07507119327783585, 0.05493675172328949, -0.0015219772467389703, -0.02426733821630478, 0.11844579130411148, 0.15064455568790436, -0.16729703545570374, -0.05319998040795326, -0.20354396104812622, 0.05434049293398857, 0.018294837325811386, -0.013535115867853165, 0.0210416316986084, 0.06422742456197739, 0.007884129881858826, 0.12400020658969879, -0.0923854410648346, 0.04469827562570572, 0.03856537118554115, -0.02492668479681015, -0.11234908550977707, 0.07971268147230148, 0.1254500299692154, -0.08852767199277878, 0.15019607543945312, 0.2216658890247345, 0.023582806810736656, 0.1884433478116989, -0.028675727546215057, -0.07728202641010284, 0.01985425502061844, 0.06738816201686859, -0.016104573383927345, 0.14703814685344696, -0.06135527417063713, -0.06022004410624504, 0.06184418499469757, -0.011567698791623116, 0.030264105647802353, -0.12407367676496506, -0.05808477848768234, -0.058431148529052734, -0.044164858758449554, -0.08100395649671555, -0.042399294674396515, -0.02563059702515602, 0.06705249100923538, 0.06153162196278572, -0.19796766340732574, 0.07767549157142639, -0.014171580784022808, -0.02257676236331463, 0.18044118583202362, -0.20582011342048645, -0.29539763927459717, -0.08548212796449661, -0.1019333153963089, -0.017900021746754646, 0.07549317181110382, -0.018170272931456566, -0.2045111358165741, -0.0026861438527703285, 0.004623232409358025, -0.19903233647346497, -0.15869340300559998, -0.048172302544116974, -0.01901077851653099, 0.040917810052633286, -0.1116885244846344, -0.1442151963710785, -0.007982109673321247, -0.0011431636521592736, 0.07726935297250748, 0.0001146089707617648, -0.17381151020526886, 0.07419204711914062, 0.14133642613887787, -0.0722365453839302, 0.041688673198223114, -0.039852503687143326, 0.14004278182983398, -0.08230919390916824, -0.048362359404563904, 0.06059867888689041, 0.04416195675730705, 0.06631681323051453, 0.11051741242408752, 0.06866999715566635, -0.1086868941783905, -0.014539126306772232, -0.014251261949539185, -0.1611076295375824, -0.21149799227714539, -0.17901568114757538, -0.05727986618876457, 0.07103293389081955, 0.15056265890598297, 0.031154640018939972, 0.07519847899675369, 0.06173942610621452, 0.13167282938957214, 0.03142097219824791, -0.06071363016963005, -0.011475812643766403, 0.10549265146255493, -0.011284181848168373, 0.015230630524456501, -0.12562547624111176, -0.036673981696367264, 0.1494680941104889, 0.24528124928474426, 0.07932786643505096, 0.10123734176158905, 0.18401843309402466, 0.02499133162200451, 0.10218246281147003, -0.01996587961912155, 0.08850904554128647, 0.06473260372877121, 0.024630967527627945, -0.03149205446243286, -0.006779874209314585, -0.16277767717838287, 0.03748176619410515, 0.05756190046668053, -0.17232179641723633, -0.06115743890404701, -0.07723794132471085, 0.026774950325489044, -0.13438677787780762, -0.018740138038992882, -0.20089872181415558, 0.09572543948888779, -0.0013930281857028604, 0.11485327780246735, -0.11370296031236649, 0.1548902541399002, 0.1114039272069931, -0.09702146798372269, 0.06677591800689697, 0.028211036697030067, 0.10260375589132309, -0.07768841832876205, 0.0017358404584228992, -0.033433664590120316, -0.04081404209136963, 0.025331100448966026, 0.12097656726837158, -0.1950111836194992, 0.22712796926498413, 0.054168835282325745, -0.08130566775798798, -0.07878013700246811, 0.008853585459291935, -0.02179473079741001, 0.10703185200691223, 0.19112077355384827, 0.04818307235836983, -0.21625250577926636, -0.16171669960021973, -0.04811588302254677, -0.055394239723682404, 0.06317048519849777, 0.06453422456979752, -0.19041697680950165, 0.02006090059876442, -0.046282824128866196, -0.0680454820394516, -0.15858091413974762, -0.052566614001989365, -0.2896130681037903, 0.0025731169153004885, 0.06774617731571198, -0.07438918948173523, 0.030350109562277794, -0.028064919635653496, -0.14165930449962616, 0.12598788738250732, 0.005164973437786102, 0.012044671922922134, -0.08652693033218384, -0.1246299222111702, 0.08753015100955963, -0.007884957827627659, 0.13808932900428772, 0.011492958292365074, 0.004922838881611824, -0.1029544398188591, -0.08474643528461456, 0.10461673140525818, -0.16808468103408813, 0.22133523225784302, -0.10898561775684357, 0.09150541573762894, 0.055834874510765076, -0.023797251284122467, 0.08519059419631958, -0.0037164390087127686, -0.06100520119071007, -0.11987713724374771, 0.05946722999215126, -0.13373178243637085, 0.06753833591938019, 0.11431717872619629, -0.07002723962068558, -0.09054175764322281, 0.034614890813827515, -0.015779079869389534, 0.29503610730171204, 0.022829817607998848, -0.04402805119752884, 0.1759163737297058, 0.2153465747833252, -0.1150628998875618, -0.223908931016922, 0.0017925120191648602, -0.01310479175299406, -0.07196275144815445, -0.023735476657748222, -0.3118932545185089, 0.03357034549117088, 0.07687664031982422, -0.007279550191015005, 0.14589190483093262, -0.15846388041973114, -0.032614145427942276, 0.1478586494922638, 0.034356050193309784, 0.2863064408302307, -0.057976365089416504, 0.0007490314892493188, -0.14225207269191742, 0.07768401503562927, 0.23360991477966309, 0.005119006615132093, -0.02103559859097004, 0.07339484244585037, 0.03264826163649559, -0.012510346248745918, -0.03557325154542923, 0.18442457914352417, 0.10233814269304276, 0.03194741532206535, -0.01315614115446806, -0.05336497724056244, 0.06471908092498779, -0.0028481343761086464, -0.005286452826112509, 0.057469096034765244, -0.04652410000562668, -0.1944751739501953, 0.009165355935692787, 0.06815266609191895, 0.045536331832408905, 0.019941188395023346, -0.04851589724421501, -0.023561161011457443, 0.004176356364041567, 0.0015203538350760937, 0.046655766665935516, -0.04822597652673721, 0.045508965849876404, -0.03511252626776695, 0.1673363894224167, 0.04854782298207283, -0.022221677005290985, -0.006451048888266087, 0.01762172020971775, -0.025107940658926964, 0.04243258014321327, -0.14745201170444489, 0.06044831499457359, 0.07739032804965973, -0.06613502651453018, 0.08951181173324585, 0.02284706011414528, 0.008370306342840195, 0.014363091439008713, 0.11258108168840408, -0.02075757272541523, 0.015852103009819984, 0.007210642099380493, 0.033452048897743225, 0.06824777275323868, -0.05507206544280052, -0.011107409372925758, 0.054792437702417374, -0.028073595836758614, -0.044756341725587845, 0.024489933624863625, -0.06383112072944641, 0.01403940562158823, 0.11574729532003403, 0.03829563781619072, -0.14153221249580383, 0.06721095740795135, 0.07071764767169952, -0.20714938640594482, 0.06526882201433182, 0.03817719966173172, -0.01178556215018034, -0.0956181213259697, 0.052511438727378845, 0.20835277438163757, -0.1445300430059433, -0.2123689353466034, -0.012502334080636501, 0.010537938214838505, 0.05503644421696663, 0.043098438531160355, 0.02865670807659626, -0.01988176256418228, 0.03227050229907036, -0.09139103442430496, 0.026885272935032845, 0.028173543512821198, -0.08406537026166916, -0.008786235004663467, 0.04366268590092659, -0.2605682611465454, -0.0032938432414084673, 0.16581511497497559, -0.03684099763631821, -0.11013257503509521, -0.13552972674369812, 0.06374712288379669, -0.06745363771915436, 0.1312241554260254, 0.012275650165975094, 0.09675834327936172, -0.017939545214176178, 0.0009730421006679535, 0.042495835572481155, -0.05090035870671272, -0.12084025889635086, 0.10993525385856628, 0.08999644964933395, 0.08961553871631622, -0.12547844648361206, -0.010809875093400478, 0.09022682905197144, 0.051912225782871246, 0.04692785441875458, 0.04635140672326088, 0.024231018498539925, 0.09084773063659668, -0.20167572796344757, -0.10841719806194305, -0.012409644201397896, 0.11490342020988464, 0.06191663071513176, -0.005905507132411003, 0.002377970376983285, 0.06462009996175766, -0.001861919998191297, -0.004990418907254934, -0.018085502088069916, -0.014698558486998081, 0.03530670702457428, -0.044008247554302216, -0.1997177004814148, -0.0020523741841316223, 0.09381930530071259, 0.1187005564570427, -0.04023770987987518, -0.048834726214408875, 0.021793588995933533, 0.03124680183827877, 0.09065399318933487, -0.04883505403995514, -0.007543157320469618, -0.06846562027931213, -0.032142527401447296, -0.06473173201084137, 0.02412385866045952, 0.024648765102028847, 0.41370996832847595, 0.10212332010269165, 0.10618291795253754, -0.059951052069664, -0.041496917605400085, -0.06927160918712616, 0.05887409672141075, 0.22562095522880554, 0.07810547947883606, 0.017783241346478462, -0.05536673218011856, 0.070215605199337, 0.09272528439760208, 0.2746698260307312, 0.01925094611942768, 0.10927736759185791, 0.0168154276907444, 0.01795952394604683, -0.06791052967309952, -0.039034370332956314, 0.006747223902493715, 0.0357179269194603, 0.047523606568574905, -0.002329176524654031, -0.06197173148393631, 0.02595139481127262, -0.046228960156440735, -0.09962102025747299, 0.12280239164829254, 0.004080764949321747, -0.12118487805128098, -0.14671069383621216, -0.01459809485822916, -0.011910144239664078, -0.11041906476020813, 0.0009657529299147427, -0.03327871859073639, 0.07676097005605698, 0.1570710390806198, 0.1165490671992302, 0.0383836105465889, 0.05599682778120041, -0.15174756944179535, 0.026456352323293686, 0.018805190920829773, -0.024891525506973267, 0.08741368353366852, -0.08884894847869873, -0.06586796790361404, -0.029225826263427734, -0.021797724068164825, -0.00892533827573061, 0.013720273971557617, 0.10370931029319763, 0.04227571189403534, -0.10418660193681717, -0.01110133621841669, -0.042757581919431686, 0.05236656591296196, -0.014079196378588676, 0.044761259108781815, 0.0274482611566782, -0.03628671541810036, 0.07517824321985245, 0.08472932130098343, 0.03726460784673691, -0.027393313124775887, -0.03346063196659088, -0.013067035004496574, -0.03680934011936188, 0.13202139735221863, -0.09224433451890945, 0.0025422051548957825, -0.04604555666446686, 0.16361869871616364, 0.2656465470790863, -0.056788861751556396, -0.03248937427997589, 0.03275980055332184, 0.05430315434932709, 0.08953690528869629, 0.13090990483760834, 0.01624109223484993, 0.08815860003232956, -0.07080714404582977, -0.13495226204395294, -0.021256212145090103, -0.010375291109085083, -0.13777707517147064, 0.08835751563310623, 0.018750382587313652, -0.02512708678841591, -0.014289329759776592, 0.1709083914756775, -0.10499595105648041, 0.009867674671113491, 0.08620494604110718, -0.17209956049919128, -0.10212479531764984, -0.05487295985221863, 0.07182043790817261, 0.07895724475383759, -0.023525675758719444, -0.02267654426395893, -0.07294473052024841, -0.0011484971037134528, 0.00593502726405859, -0.2658490240573883, -0.193331778049469, -0.014510358683764935, 0.0022110226564109325, 0.21016795933246613, -0.021603582426905632, 0.11838224530220032, 0.033743903040885925, 0.017002293840050697, -0.01428900845348835, -0.08571136742830276, 0.08624736964702606, 0.12531432509422302, 0.005110293626785278, -0.03749014437198639, -0.09400268644094467, 0.016834605485200882, -0.001216866890899837, 0.09452007710933685, 0.01335984654724598, -0.007293810602277517, -0.04127034172415733, -0.021242355927824974, 0.03848905861377716, -0.16273845732212067, 0.10128214955329895, 0.0002289236435899511, 0.03532516211271286, 0.0165529977530241, -0.06758596748113632, 0.045529745519161224, -0.02411496639251709, -0.1368056684732437, -0.09506995230913162, -0.029694991186261177, -0.06857291609048843, 0.06805473566055298, 0.05075470358133316, -0.14148442447185516, 0.09800931066274643, -0.0904160737991333, 0.11519021540880203, -0.023050498217344284, 0.04622639715671539, 0.07537837326526642, -0.04148484021425247, -0.05104219540953636, -0.10486066341400146, 0.03324020653963089, 0.015014659613370895, 0.07671970874071121, -0.01617201417684555 ]
cfc9fa0cfd1ec493bed4113a6b75aa9bd748af8b
# Dataset Card for "pass_k_with_MultiPL-E" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nuprl/pass_k_with_MultiPL-E
[ "region:us" ]
2023-03-19T16:32:07+00:00
{"dataset_info": {"features": [{"name": "Experiment", "dtype": "string"}, {"name": "K", "dtype": "int64"}, {"name": "PassRate", "dtype": "float64"}], "splits": [{"name": "train", "num_bytes": 64770, "num_examples": 690}], "download_size": 8011, "dataset_size": 64770}}
2023-03-19T16:32:23+00:00
[]
[]
TAGS #region-us
# Dataset Card for "pass_k_with_MultiPL-E" More Information needed
[ "# Dataset Card for \"pass_k_with_MultiPL-E\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"pass_k_with_MultiPL-E\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"pass_k_with_MultiPL-E\"\n\nMore Information needed" ]
[ -0.05336323007941246, 0.03363928198814392, -0.0021639543119817972, 0.009481469169259071, 0.06301634758710861, 0.08271694928407669, 0.144248828291893, 0.08233337849378586, 0.2012014389038086, -0.05427301302552223, 0.1531514972448349, 0.10703983902931213, 0.05345085635781288, 0.3023549020290375, -0.0217116829007864, -0.07728566229343414, -0.005755836144089699, -0.01738881692290306, -0.02879554219543934, 0.016248246654868126, 0.014641684480011463, -0.07278861850500107, 0.012721864506602287, -0.1323968470096588, -0.0652339830994606, 0.12971869111061096, -0.041279230266809464, -0.04545649513602257, 0.08150455355644226, -0.04361141473054886, 0.10002471506595612, 0.05775636062026024, -0.016523879021406174, -0.20729783177375793, 0.013378008268773556, 0.06238466873764992, -0.075663261115551, -0.018304117023944855, -0.05040890350937843, -0.08536535501480103, -0.055289313197135925, -0.060615602880716324, -0.007835124619305134, -0.061869360506534576, 0.01154952123761177, -0.22437962889671326, -0.10789129137992859, 0.015529620461165905, 0.03650939092040062, -0.06174169108271599, 0.08894534409046173, 0.08333510905504227, -0.06274539232254028, 0.08222310990095139, 0.07751555740833282, -0.12019041925668716, 0.12571169435977936, 0.10060807317495346, -0.09848930686712265, 0.10701210796833038, 0.009399152360856533, 0.025824418291449547, 0.06930802017450333, -0.02731357142329216, 0.0013376413844525814, -0.05480538681149483, -0.12637171149253845, 0.15423884987831116, -0.0469350665807724, -0.06626047939062119, 0.2241593599319458, -0.02718350477516651, -0.0031708853784948587, 0.030862584710121155, -0.014248628169298172, -0.033513281494379044, 0.06641443073749542, 0.05119464546442032, 0.037117041647434235, -0.06791617721319199, -0.028137829154729843, -0.0645754337310791, -0.07333175092935562, -0.12697750329971313, -0.1682395190000534, 0.1398066133260727, 0.08455999195575714, 0.17362834513187408, -0.12109261006116867, 0.017235931009054184, -0.1385955661535263, 0.02092246152460575, 0.021849630400538445, -0.05546735227108002, -0.031369246542453766, 0.0449511781334877, -0.037482041865587234, 0.012664156034588814, 0.11626958847045898, 0.08051400631666183, 0.07076269388198853, 0.05463297292590141, -0.009861498139798641, 0.057844992727041245, 0.21552196145057678, -0.18454185128211975, 0.02098710462450981, 0.07495800405740738, -0.0161458570510149, -0.07927306741476059, -0.0011762849753722548, -0.11653035879135132, -0.0954415500164032, 0.07359053939580917, -0.06834816932678223, 0.13173718750476837, -0.07483382523059845, -0.06959939002990723, -0.030270056799054146, -0.028722373768687248, 0.07986009865999222, -0.14563852548599243, 0.0020253523252904415, -0.0043044183403253555, -0.11264051496982574, 0.053617361932992935, -0.09991329163312912, -0.014583570882678032, 0.0047360314056277275, 0.14835050702095032, -0.0297864880412817, -0.022187767550349236, -0.07206912338733673, -0.054880011826753616, 0.0963251143693924, -0.2570624053478241, 0.0755338966846466, -0.10132114589214325, -0.31989946961402893, 0.03796810284256935, 0.019609881564974785, -0.004117095842957497, 0.0997919961810112, -0.006848309189081192, 0.0757032260298729, -0.0026818301994353533, -0.0888136774301529, 0.06999770551919937, -0.10853511840105057, 0.05721159279346466, -0.04045621305704117, 0.09814128279685974, -0.1360042840242386, 0.03941713646054268, -0.011600524187088013, 0.004915055353194475, -0.028152646496891975, -0.01230969000607729, -0.18807971477508545, -0.06000343710184097, -0.11096761375665665, -0.003369696671143174, -0.018284257501363754, 0.03361120447516441, -0.0036645540967583656, -0.05072791874408722, -0.11736141890287399, -0.03892504423856735, 0.04773188382387161, -0.1079404354095459, -0.109576515853405, 0.03467791900038719, -0.024735497310757637, -0.08714930713176727, -0.028212448582053185, 0.2433082014322281, 0.17089349031448364, -0.13976605236530304, 0.033677030354738235, 0.28782597184181213, -0.18798455595970154, -0.31224170327186584, 0.1012219563126564, -0.021065613254904747, -0.13946913182735443, -0.00886065699160099, 0.11918801814317703, 0.020745115354657173, -0.05610879883170128, -0.02985868602991104, 0.04200566187500954, -0.14015761017799377, 0.1018429696559906, -0.07211948186159134, 0.040007684379816055, -0.03905234858393669, 0.12451425939798355, 0.04168261960148811, 0.1215212419629097, 0.009250031784176826, 0.011830945499241352, -0.023046771064400673, 0.08204953372478485, -0.08957839012145996, -0.005780159495770931, -0.1108708381652832, -0.10139983892440796, 0.0018325606361031532, -0.02495414763689041, -0.04616536200046539, 0.10181328654289246, -0.005389089696109295, -0.03720523789525032, 0.013023984618484974, 0.04896990582346916, 0.08850421756505966, 0.027628833428025246, 0.013684604316949844, -0.059654153883457184, 0.037962425500154495, -0.07206401973962784, -0.12634997069835663, 0.11097458750009537, -0.024255741387605667, 0.07464036345481873, 0.02141749858856201, -0.04299817234277725, 0.08244618773460388, 0.020768580958247185, 0.08517978340387344, 0.021497033536434174, -0.0066404626704752445, 0.05480244755744934, -0.03227943554520607, -0.031771473586559296, 0.10352696478366852, -0.002523743314668536, 0.1429266780614853, 0.11916425079107285, 0.022259119898080826, 0.06224378943443298, 0.010552676394581795, 0.06054616719484329, -0.06749323755502701, -0.09352542459964752, 0.011472098529338837, 0.06732787936925888, -0.018295710906386375, 0.09437491744756699, -0.0763070210814476, -0.03861932456493378, 0.03751556947827339, -0.014833658002316952, -0.09215454757213593, 0.01728171296417713, 0.1647866815328598, -0.12572278082370758, 0.12070304900407791, 0.19024765491485596, 0.0011710129911080003, 0.22110526263713837, -0.06971832364797592, -0.061336394399404526, -0.006090864073485136, 0.0002709189720917493, -0.12497614324092865, 0.19418515264987946, -0.027889598160982132, 0.003437246661633253, 0.057201698422431946, 0.045123301446437836, 0.10014282912015915, -0.1631651371717453, -0.057828642427921295, -0.008616241626441479, -0.0336444154381752, -0.18432649970054626, 0.034819476306438446, -0.014547924511134624, 0.06479104608297348, -0.01457033958286047, -0.04211532697081566, 0.17178529500961304, -0.03819124773144722, -0.06067817285656929, 0.16756685078144073, -0.21900604665279388, -0.19331803917884827, -0.039363760501146317, -0.13094869256019592, -0.019439993426203728, -0.05796724185347557, 0.004847289528697729, -0.07092631608247757, -0.0074590593576431274, 0.001115452847443521, -0.00020847997802775353, -0.18330973386764526, -0.0005809654830954969, -0.0013265821617096663, -0.05460072308778763, -0.10452919453382492, -0.12508869171142578, 0.01221311092376709, 0.022601136937737465, 0.11247402429580688, 0.13800372183322906, -0.003298815106973052, 0.08305001258850098, 0.10568653792142868, -0.07123320549726486, 0.038973454385995865, -0.11314208805561066, -0.10012048482894897, 0.05923896282911301, -0.09741959720849991, 0.1519806981086731, -0.0016056334134191275, 0.09418203681707382, -0.03494642674922943, 0.0012406279565766454, -0.041701458394527435, 0.019111914560198784, 0.05568218231201172, -0.1905481368303299, -0.2212563157081604, -0.07601853460073471, 0.0031723768915981054, 0.15526296198368073, 0.0024619284085929394, 0.07133545726537704, -0.10882243514060974, 0.06630488485097885, 0.12212584167718887, 0.04949187859892845, -0.1858847290277481, -0.06249223276972771, 0.016195258125662804, -0.0628749281167984, -0.006658261176198721, -0.16023218631744385, 0.03161062300205231, 0.17144609987735748, 0.3147403299808502, 0.2320433408021927, -0.054819099605083466, 0.015759672969579697, 0.10312740504741669, 0.11317791789770126, 0.044238898903131485, 0.15161359310150146, 0.005636188201606274, 0.011261566542088985, 0.012887950986623764, 0.07636380195617676, -0.014171922579407692, -0.00048024518764577806, 0.12889139354228973, -0.17472559213638306, -0.014194444753229618, -0.050688475370407104, 0.050044234842061996, -0.06157803535461426, 0.0029276302084326744, -0.09082797169685364, 0.11160319298505783, 0.03787233680486679, 0.09563281387090683, -0.006353520322591066, 0.1284332424402237, 0.14456366002559662, -0.10774828493595123, 0.1233498826622963, -0.02030404843389988, 0.017636753618717194, -0.14603213965892792, -0.0516735278069973, -0.01095071155577898, -0.03530631586909294, -0.021143559366464615, 0.15032005310058594, -0.23965409398078918, 0.13903383910655975, -0.004055238328874111, -0.04971509426832199, -0.15576159954071045, -0.03578485921025276, 0.0006319707608781755, -0.10086975991725922, 0.07464507967233658, 0.03584622964262962, -0.20784181356430054, -0.2158556878566742, -0.009149057790637016, 0.0054613458923995495, 0.15406879782676697, 0.06444312632083893, -0.10327942669391632, 0.08002188801765442, 0.019036179408431053, -0.0535515695810318, -0.08105209469795227, -0.0827927514910698, -0.05842718854546547, -0.01870596595108509, 0.09395353496074677, -0.24201974272727966, 0.018939433619379997, -0.02991500310599804, -0.1117766872048378, -0.00437316345050931, -0.051445282995700836, -0.0825696811079979, -0.07213599979877472, -0.0436432808637619, 0.07454290241003036, -0.031100239604711533, 0.01603417657315731, 0.062248215079307556, -0.08263130486011505, -0.12607094645500183, -0.20862001180648804, 0.05172644183039665, -0.07022708654403687, 0.03622601181268692, -0.03834992274641991, 0.03349563479423523, -0.044398799538612366, -0.015125413425266743, -0.09730808436870575, -0.0752834677696228, -0.021677130833268166, -0.12225357443094254, 0.16865982115268707, -0.04204685613512993, 0.15409989655017853, 0.26702532172203064, 0.07262393832206726, 0.021826399490237236, 0.0928071141242981, -0.06820710748434067, 0.2410420924425125, 0.2309575378894806, -0.03055669739842415, 0.26786157488822937, 0.1963701844215393, -0.08980199694633484, -0.28704512119293213, -0.0964818000793457, -0.1480870395898819, -0.019682392477989197, 0.01965823397040367, -0.22219893336296082, 0.01072921883314848, 0.16942504048347473, -0.05219343304634094, 0.1960797756910324, -0.27716705203056335, -0.08092598617076874, 0.1366075724363327, 0.12740007042884827, 0.3761274218559265, -0.059415124356746674, -0.04788818955421448, -0.11973737925291061, -0.027172638103365898, 0.11879033595323563, -0.1588195264339447, 0.02227153442800045, -0.02040250226855278, 0.014484749175608158, -0.06760692596435547, -0.06164326146245003, 0.1368546187877655, 0.1016104593873024, 0.11464952677488327, -0.057743217796087265, -0.04029729217290878, 0.16271677613258362, -0.05947495251893997, 0.12182221561670303, -0.1570454239845276, 0.06278713047504425, -0.17810854315757751, -0.022371964529156685, 0.03804554045200348, -0.016730332747101784, 0.07615762948989868, -0.0755329355597496, -0.05760492756962776, -0.032543666660785675, -0.05753308907151222, -0.09158595651388168, 0.04820365458726883, 0.047628048807382584, -0.05693570151925087, 0.09086472541093826, -0.026864247396588326, 0.013109837658703327, -0.07402868568897247, -0.06692484021186829, -0.1038033589720726, 0.07097026705741882, -0.28491806983947754, 0.012767916545271873, 0.10771670937538147, 0.01765415631234646, 0.02773181162774563, 0.06287839263677597, -0.06100161001086235, 0.10438758879899979, 0.11418063193559647, -0.12326417118310928, 0.0041601210832595825, 0.0733388289809227, -0.07716072350740433, 0.08394024521112442, 0.16454309225082397, 0.03428824618458748, 0.04302782192826271, -0.006301580462604761, -0.0874672532081604, 0.04248916730284691, -0.07057789713144302, 0.10582208633422852, 0.14971233904361725, 0.10651380568742752, -0.12201756983995438, 0.26883500814437866, -0.028574002906680107, -0.16889524459838867, 0.07461874186992645, -0.07134514302015305, -0.09385742992162704, -0.10393168777227402, 0.018963688984513283, 0.2230900228023529, -0.06252335757017136, -0.19847281277179718, -0.021443258970975876, -0.028298504650592804, 0.07990758121013641, 0.24622595310211182, 0.03021589107811451, 0.0770985558629036, 0.020466336980462074, -0.06517412513494492, -0.01967512257397175, 0.021717768162488937, -0.09651785343885422, -0.007459765300154686, -0.10211294144392014, -0.10900292545557022, 0.011257129721343517, 0.27373993396759033, -0.05572137236595154, -0.02366832084953785, -0.09521571546792984, 0.06654919683933258, -0.09707540273666382, 0.02151457779109478, -0.01376649085432291, 0.007027709856629372, 0.03446511551737785, 0.05881338566541672, 0.005213680677115917, 0.06747971475124359, -0.10052661597728729, 0.061514515429735184, 0.044879306107759476, 0.04681481048464775, -0.1089971512556076, -0.08209157735109329, 0.02177739515900612, 0.0801955983042717, 0.11809263378381729, 0.09783641993999481, 0.01934358850121498, 0.12453485280275345, 0.07606496661901474, -0.03963218256831169, 0.03293884918093681, 0.06625813990831375, -0.010640892200171947, 0.0543188601732254, 0.04477749764919281, 0.05368374288082123, -0.07821246981620789, 0.06448670476675034, -0.020339764654636383, -0.09647609293460846, 0.011970064602792263, -0.12303492426872253, -0.03304092586040497, -0.06713073700666428, -0.0670812577009201, 0.12806186079978943, 0.08958505839109421, 0.01776968315243721, 0.01230531744658947, 0.005788647569715977, 0.0727970078587532, -0.07647442817687988, 0.035329002887010574, -0.13631609082221985, -0.021676568314433098, 0.04850965365767479, 0.020801998674869537, -0.07866668701171875, 0.4541240930557251, -0.017407694831490517, -0.12066677957773209, -0.03725127875804901, 0.03553672879934311, 0.002355885226279497, 0.020813975483179092, 0.2797393500804901, -0.058548204600811005, -0.04473119601607323, -0.15314741432666779, 0.10111461579799652, 0.005036646034568548, 0.10233108699321747, 0.10413488745689392, 0.03277348726987839, 0.12236803025007248, 0.04512518271803856, 0.07951460778713226, -0.14805614948272705, 0.04121503606438637, -0.05071626231074333, -0.06528957188129425, 0.012104036286473274, 0.04448496550321579, -0.0456770621240139, 0.016608361154794693, -0.05859823152422905, 0.0273948535323143, -0.004179005511105061, -0.07684627920389175, -0.1142844557762146, -0.18063227832317352, 0.0028079936746507883, -0.15573695302009583, 0.07261572778224945, -0.045814964920282364, -0.01339825801551342, 0.4248112738132477, 0.08023551851511002, 0.07164101302623749, -0.002464845310896635, -0.16778457164764404, 0.02887512557208538, 0.04863842949271202, -0.013776862062513828, -0.03685997799038887, 0.02812935598194599, -0.07002034783363342, 0.07313206046819687, -0.17114168405532837, -0.047342024743556976, -0.041940927505493164, 0.050620634108781815, 0.10608310252428055, -0.09587172418832779, -0.021854761987924576, -0.06452637910842896, 0.017411962151527405, 0.020538199692964554, 0.0897061750292778, 0.07509701699018478, -0.01308110449463129, 0.02053871378302574, 0.10381108522415161, 0.02715202607214451, -0.012775849550962448, -0.009609860368072987, 0.1438586264848709, 0.0841478705406189, 0.11942879855632782, 0.060006409883499146, -0.11042115092277527, -0.09805864095687866, 0.010177587158977985, 0.27091655135154724, -0.005953920539468527, 0.04069964215159416, 0.0008713569259271026, 0.02753782831132412, 0.10147152096033096, 0.18392670154571533, 0.04600853472948074, 0.10181417316198349, -0.05437066778540611, -0.13541533052921295, -0.007750007323920727, 0.01527529675513506, -0.0365191251039505, 0.1036171168088913, 0.04833994433283806, -0.0862426906824112, -0.07050694525241852, 0.0746695026755333, -0.1160508468747139, 0.01551137026399374, 0.14547096192836761, -0.028614569455385208, -0.054203834384679794, -0.0023708574008196592, 0.1367236226797104, -0.011999877169728279, -0.023573389276862144, -0.1012238934636116, 0.027944376692175865, -0.025797013193368912, 0.02300286665558815, -0.3621333837509155, -0.12948466837406158, -0.04344375431537628, 0.07508808374404907, -0.04708722233772278, -0.014054281637072563, 0.3118126094341278, 0.06165768951177597, 0.003590342355892062, 0.012674538418650627, 0.20259350538253784, -0.021280089393258095, 0.01321331039071083, -0.02848356030881405, -0.013994980603456497, -0.057741519063711166, 0.032077644020318985, 0.033268459141254425, 0.05797652155160904, -0.010990667156875134, 0.10511106252670288, 0.0023846952244639397, -0.03583785519003868, 0.02207438461482525, -0.12497945129871368, 0.09859997779130936, -0.032116085290908813, -0.014188014902174473, -0.01209488045424223, 0.026955032721161842, 0.06172666326165199, -0.06513921916484833, -0.08220834285020828, -0.036820076406002045, 0.05539649352431297, -0.03129829093813896, -0.06456967443227768, 0.0452457033097744, -0.12811721861362457, 0.06600653380155563, -0.03735293075442314, 0.048990022391080856, -0.06434983760118484, 0.00731539074331522, 0.08491602540016174, 0.06769519299268723, -0.07922354340553284, -0.14962394535541534, -0.011045484803617, -0.017683956772089005, -0.04988323152065277, -0.12081583589315414 ]
df326f258a67b6844cf4e8e7666c17f8c60a02a6
# Dataset Card for "apps_partial_sorted_300_end" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
minimario/apps_partial_sorted_300_end
[ "region:us" ]
2023-03-19T16:47:07+00:00
{"dataset_info": {"features": [{"name": "problem", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "full_sample", "dtype": "string"}, {"name": "where_from", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1043051462, "num_examples": 780933}], "download_size": 34831859, "dataset_size": 1043051462}}
2023-03-19T17:01:06+00:00
[]
[]
TAGS #region-us
# Dataset Card for "apps_partial_sorted_300_end" More Information needed
[ "# Dataset Card for \"apps_partial_sorted_300_end\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"apps_partial_sorted_300_end\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"apps_partial_sorted_300_end\"\n\nMore Information needed" ]
[ -0.016359493136405945, 0.13769161701202393, 0.0020824563689529896, 0.03575967624783516, 0.2120419293642044, 0.07925979793071747, -0.008197908289730549, 0.050794925540685654, 0.13237613439559937, -0.06074075773358345, 0.04885423555970192, 0.018739039078354836, 0.015640221536159515, 0.15225814282894135, -0.08826039731502533, -0.0709744244813919, 0.058164458721876144, 0.01916743442416191, 0.04688823223114014, 0.06975187361240387, 0.040370531380176544, -0.017253084108233452, 0.08417265117168427, -0.16946181654930115, -0.10189755260944366, 0.06505248695611954, -0.023607546463608742, 0.023771215230226517, 0.009444747120141983, -0.1165374219417572, 0.11369052529335022, -0.08263415098190308, -0.010967661626636982, -0.12970328330993652, -0.010653498582541943, 0.02074437402188778, -0.017101861536502838, -0.03812307119369507, -0.0018529808148741722, -0.08253593742847443, 0.0008518144022673368, 0.036064594984054565, 0.03806205093860626, 0.0057431478053331375, -0.09619919955730438, -0.16807058453559875, -0.11912646889686584, -0.133113831281662, 0.170223206281662, 0.026364944875240326, 0.07804600894451141, 0.07555175572633743, -0.04372571408748627, 0.0871487706899643, 0.16951605677604675, -0.12382243573665619, 0.05381355807185173, 0.19824311137199402, 0.040573105216026306, 0.07000464200973511, 0.03284640237689018, -0.037931177765131, 0.09325902163982391, 0.048161860555410385, -0.08692241460084915, -0.03494318202137947, -0.2386382520198822, -0.0174715556204319, -0.010685556568205357, -0.0710538849234581, 0.3508670926094055, 0.003580331103876233, -0.00019911397248506546, -0.12053631246089935, -0.04454347491264343, -0.14511464536190033, 0.022403541952371597, 0.1512557864189148, 0.04163553938269615, 0.021916517987847328, 0.04648429900407791, 0.1219683289527893, -0.057223282754421234, -0.08278286457061768, -0.1472470760345459, 0.0850689485669136, -0.09484793245792389, 0.11394668370485306, -0.15526065230369568, -0.008169816806912422, 0.02589726820588112, -0.009532127529382706, 0.028903160244226456, -0.05481299012899399, -0.07541856169700623, -0.06703584641218185, -0.0280913095921278, -0.04966334253549576, 0.033851079642772675, 0.12298190593719482, -0.08533546328544617, 0.045630551874637604, -0.040250830352306366, 0.050728440284729004, 0.22298145294189453, -0.08077407628297806, 0.05659402906894684, -0.10078500211238861, -0.11309199035167694, -0.16968704760074615, 0.044987842440605164, -0.10789358615875244, -0.1505553424358368, 0.06923115253448486, -0.1297691911458969, 0.14112327992916107, -0.08103667944669724, -0.09762246161699295, -0.13736240565776825, -0.08840711414813995, 0.2541055679321289, -0.03516671061515808, 0.02170424722135067, -0.036503709852695465, 0.050842784345149994, -0.025389356538653374, -0.12122794985771179, -0.009350365959107876, 0.03967637941241264, 0.2367691695690155, -0.03973284363746643, -0.07070592790842056, -0.013424002565443516, -0.007807229179888964, 0.049760282039642334, -0.18718492984771729, 0.09656441956758499, -0.12817168235778809, -0.3022213578224182, 0.022138303145766258, 0.061189211905002594, -0.02834620326757431, 0.0823400542140007, 0.04918244481086731, 0.06568636000156403, 0.022983428090810776, -0.06373381614685059, 0.1231226772069931, -0.10365736484527588, 0.05150614678859711, -0.11514223366975784, 0.020122328773140907, -0.22077244520187378, 0.05862497165799141, -0.13205492496490479, 0.06810161471366882, 0.05869252234697342, -0.024947360157966614, -0.04605509340763092, 0.1831607073545456, -0.0520634762942791, -0.01453819964081049, -0.06581413000822067, 0.049662187695503235, -0.05497731268405914, -0.10664616525173187, -0.1636400818824768, -0.0243351049721241, 0.0359182246029377, -0.14462542533874512, -0.17461204528808594, 0.004701652564108372, -0.021198678761720657, 0.0017085988074541092, -0.018636692315340042, 0.24724523723125458, 0.11549854278564453, 0.06344877928495407, -0.07198842614889145, 0.10492774099111557, -0.1297324150800705, -0.26397526264190674, 0.03852622210979462, -0.0027058757841587067, -0.13508152961730957, 0.03521835058927536, 0.07647184282541275, 0.009079379960894585, 0.0034333844669163227, -0.0647636279463768, -0.019044330343604088, -0.1590709686279297, 0.06374576687812805, 0.06124979257583618, 0.0025111467111855745, -0.014198178425431252, 0.14856916666030884, -0.07762376219034195, 0.10968925058841705, 0.014740840531885624, -0.03521651029586792, -0.006008201278746128, 0.1367812603712082, -0.029299337416887283, -0.018200287595391273, -0.24394559860229492, -0.03505788370966911, 0.049798980355262756, -0.05023396387696266, -0.16535642743110657, -0.0453914999961853, 0.04334205016493797, -0.04307892918586731, -0.028472330421209335, 0.042114876210689545, 0.1541651487350464, 0.037105899304151535, 0.019017914310097694, 0.060187652707099915, -0.034533679485321045, -0.1006782203912735, -0.17894874513149261, 0.025290604680776596, -0.10024143755435944, 0.10389532893896103, 0.12122615426778793, 0.08201558887958527, -0.06599733233451843, -0.020548304542899132, 0.05996470898389816, -0.02033354714512825, -0.09660802781581879, 0.07544851303100586, 0.013799653388559818, 0.09130308032035828, -0.07566718757152557, -0.037230558693408966, 0.16820089519023895, 0.06788984686136246, 0.07466679811477661, -0.05650409311056137, 0.04988102614879608, 0.010410756804049015, 0.027984123677015305, -0.14290636777877808, 0.03269398584961891, -0.055424533784389496, 0.020095577463507652, 0.07789300382137299, -0.023386674001812935, -0.04778975993394852, 0.03662629798054695, 0.04517502337694168, -0.052413105964660645, 0.01421830803155899, 0.08424562215805054, -0.38260167837142944, 0.0953761488199234, 0.22580429911613464, 0.15281489491462708, 0.22602611780166626, -0.07636214047670364, -0.015091651119291782, -0.002246992662549019, -0.031050026416778564, -0.05561365932226181, 0.09829515218734741, -0.024071134626865387, 0.016479767858982086, 0.09080104529857635, 0.02411317080259323, 0.05903207138180733, 0.023071911185979843, -0.06647147983312607, 0.036898620426654816, 0.07642188668251038, -0.04636112228035927, 0.039078135043382645, 0.013353393413126469, 0.03185537829995155, 0.02316022664308548, -0.03468579798936844, 0.15856575965881348, -0.04945477843284607, -0.033382195979356766, 0.09180105477571487, -0.11065450310707092, -0.2776137590408325, -0.01865781843662262, -0.18264853954315186, 0.03538326919078827, 0.009926161728799343, -0.022771410644054413, -0.055971384048461914, -0.08392448723316193, 0.03893551230430603, -0.14266100525856018, -0.18160168826580048, -0.036133572459220886, 0.0407915934920311, 0.06191394105553627, -0.05318846553564072, -0.06510742008686066, 0.01448143646121025, 0.030335288494825363, 0.1391630917787552, 0.10326842963695526, -0.1436179131269455, 0.11467278748750687, 0.11325990408658981, -0.03652676194906235, 0.09141911566257477, -0.016341084614396095, 0.030312757939100266, -0.054899509996175766, -0.13927119970321655, 0.09573517739772797, -0.0010489197447896004, -0.010294446721673012, 0.11932362616062164, 0.003022479824721813, -0.17996004223823547, 0.04674961417913437, -0.024834973737597466, -0.1522575318813324, -0.12679395079612732, -0.2495056539773941, -0.0848315954208374, 0.14635172486305237, 0.1423870027065277, 0.0816260352730751, -0.19055911898612976, 0.03438118100166321, 0.10169968008995056, 0.020558467134833336, -0.18061861395835876, -0.004906024783849716, -0.1377120018005371, 0.00470616715028882, -0.02066631428897381, -0.07313408702611923, 0.005448447540402412, 0.1521313339471817, 0.1233888566493988, 0.18619844317436218, 0.10014942288398743, 0.09725107252597809, -0.011603443883359432, -0.0067196013405919075, 0.12185250967741013, 0.15164583921432495, 0.12291641533374786, -0.03488977625966072, 0.010931170545518398, 0.05616246536374092, -0.10426165163516998, -0.03737843036651611, 0.0907067358493805, -0.1293184906244278, -0.023740902543067932, -0.1363890916109085, 0.030686520040035248, 0.12084035575389862, 0.04996317997574806, -0.14969897270202637, 0.05237299203872681, 0.07774598151445389, 0.008773084729909897, -0.16709774732589722, 0.13614335656166077, 0.06584801524877548, -0.08828739821910858, 0.128098726272583, -0.03207261115312576, 0.07077966630458832, -0.2191501259803772, -0.017266958951950073, 0.08234149217605591, -0.21376490592956543, 0.047049783170223236, 0.12075695395469666, -0.0712163969874382, 0.15171144902706146, -0.03744296357035637, -0.04555898159742355, -0.04324007034301758, -0.06326530128717422, -0.07816337794065475, -0.010777823626995087, 0.18041756749153137, 0.05908256769180298, -0.21490763127803802, -0.18289491534233093, -0.002494317479431629, -0.08551264554262161, 0.07813993096351624, -0.03406218811869621, -0.10452435165643692, 0.026817623525857925, -0.011548667214810848, -0.08487015962600708, -0.17062559723854065, 0.14203321933746338, -0.1784801334142685, -0.009654725901782513, 0.018184317275881767, -0.10773570090532303, 0.008490028791129589, 0.06789278984069824, 0.016666196286678314, 0.1515292376279831, 0.04040674865245819, -0.04958818852901459, -0.08299122750759125, -0.10863452404737473, 0.046437717974185944, 0.10811051726341248, 0.027236968278884888, 0.041335612535476685, 0.04455442726612091, -0.10417472571134567, -0.1679927408695221, 0.09007522463798523, -0.11014951765537262, 0.08817178010940552, -0.11596991121768951, 0.06043782830238342, -0.04445124417543411, -0.06489578634500504, -0.04335874319076538, 0.06013542786240578, -0.019290193915367126, -0.09707183390855789, 0.09516263008117676, -0.0727895051240921, 0.137538343667984, 0.30416935682296753, 0.1450994312763214, 0.03493374586105347, 0.16003671288490295, -0.05789220705628395, 0.13161224126815796, 0.007895175367593765, -0.0823017805814743, 0.17935875058174133, 0.14097736775875092, 0.01796773076057434, -0.16448137164115906, -0.1076594740152359, -0.08175712823867798, -0.03604996204376221, 0.0721847414970398, -0.13559283316135406, 0.09226799756288528, -0.010397743433713913, -0.05049464479088783, 0.16897107660770416, -0.16511934995651245, -0.022536523640155792, 0.1935286521911621, 0.054423749446868896, 0.24534283578395844, -0.019272658973932266, -0.1035773754119873, -0.21371054649353027, -0.2096768617630005, 0.2732616066932678, -0.06160910055041313, 0.0412021167576313, -0.024993836879730225, 0.007808105554431677, -0.046530432999134064, -0.05283982306718826, 0.10321854054927826, 0.0479152537882328, 0.15356549620628357, -0.06325678527355194, -0.0535077340900898, 0.09593801945447922, -0.02826269343495369, 0.03468481823801994, 0.026195092126727104, 0.07292619347572327, -0.1701216846704483, -0.06421470642089844, 0.08336841315031052, -0.019233338534832, 0.08975659310817719, -0.04842395335435867, -0.10164031386375427, 0.06696174293756485, -0.04636003077030182, -0.01980617642402649, 0.1004064604640007, 0.0792878195643425, 0.0521547757089138, 0.05952118709683418, 0.05184280499815941, -0.11806870996952057, -0.07987414300441742, -0.12075907737016678, -0.09746330976486206, 0.10305319726467133, -0.08677266538143158, -0.003965606912970543, 0.12552036345005035, 0.04569889232516289, 0.031595561653375626, 0.04547153785824776, 0.06313814222812653, -0.02069513499736786, 0.17245672643184662, -0.11281274259090424, -0.03973513841629028, 0.04542934149503708, 0.004795417655259371, -0.010887463577091694, -0.020704858005046844, 0.01567712426185608, 0.10421638190746307, -0.007713868748396635, 0.03200775384902954, 0.04069921374320984, -0.052887674421072006, 0.048384182155132294, -0.05749259889125824, 0.04012000933289528, -0.21476805210113525, 0.188799187541008, 0.07833412289619446, -0.059966884553432465, -0.019850507378578186, 0.0012864116579294205, -0.14845776557922363, -0.07876581698656082, -0.0658160075545311, 0.17561925947666168, -0.03878957778215408, -0.09886234253644943, 0.053063128143548965, -0.07731327414512634, 0.058276936411857605, -0.06492907553911209, 0.07906782627105713, 0.1485244333744049, -0.05242006480693817, -0.09223539382219315, 0.021663954481482506, -0.04829622432589531, -0.011774222366511822, 0.04644224792718887, -0.161211758852005, -0.2568702697753906, -0.043113358318805695, 0.09539614617824554, -0.05022350698709488, -0.041883260011672974, -0.07978992164134979, 0.06971187889575958, -0.16617070138454437, 0.051699474453926086, -0.030335500836372375, 0.053371891379356384, 0.008477977477014065, 0.11719991266727448, -0.07448126375675201, -0.0675179585814476, -0.09431466460227966, 0.04407564550638199, 0.030569270253181458, 0.02645999565720558, 0.039743572473526, -0.01827879622578621, 0.08938069641590118, -0.00655390415340662, 0.07991024106740952, 0.05357077717781067, 0.016391796991229057, 0.03758706524968147, -0.010158245451748371, -0.1734595000743866, 0.08171111345291138, 0.09739197790622711, -0.013964356854557991, -0.03941773623228073, -0.022190386429429054, 0.1510753333568573, -0.08542723953723907, 0.07660361379384995, -0.10218976438045502, -0.1479354202747345, -0.04632100835442543, -0.13539908826351166, -0.05909811705350876, -0.02471349760890007, -0.09575346857309341, 0.2250368893146515, 0.08937177062034607, 0.07716987282037735, 0.04497138410806656, -0.0069400351494550705, 0.04021324962377548, -0.04384363442659378, 0.0024457252584397793, -0.15107622742652893, -0.13210493326187134, 0.1003829836845398, 0.00854769628494978, -0.023747097700834274, 0.43474018573760986, -0.013917713426053524, -0.00596560537815094, -0.04349692538380623, 0.25388413667678833, -0.02189849689602852, 0.0025961054489016533, 0.2577577829360962, 0.03759331628680229, -0.07617116719484329, -0.04931788519024849, 0.061964184045791626, -0.02677677758038044, 0.22655916213989258, 0.09687952697277069, 0.05864649638533592, -0.010799191892147064, -0.0774543285369873, -0.08482283353805542, -0.0912146344780922, -0.08721359819173813, 0.06867422163486481, 0.004083465784788132, 0.05218260735273361, 0.06980417668819427, -0.12827058136463165, 0.001392184291034937, -0.07741360366344452, 0.10148695111274719, -0.022600624710321426, -0.020176412537693977, -0.00850762240588665, -0.164746955037117, -0.005171053111553192, -0.101805180311203, 0.03924662619829178, -0.018699899315834045, -0.009422728791832924, 0.25403472781181335, 0.009978694841265678, 0.022444244474172592, 0.015593159012496471, -0.16817301511764526, 0.08311234414577484, 0.09170946478843689, -0.06055595353245735, -0.05202116817235947, 0.010033668018877506, -0.04310980439186096, 0.020182013511657715, -0.08237654715776443, -0.028490088880062103, -0.013902662321925163, 0.00854813028126955, 0.021432189270853996, -0.029645366594195366, -0.020115824416279793, -0.039454326033592224, 0.06206101179122925, -0.15170226991176605, 0.17445027828216553, 0.04100556671619415, 0.11015897244215012, 0.0486563965678215, 0.19791167974472046, -0.030522970482707024, -0.012119192630052567, -0.04686620831489563, -0.007365502882748842, 0.0013055820018053055, 0.07009411603212357, 0.06340843439102173, -0.049093157052993774, -0.062315795570611954, 0.054805606603622437, 0.11670376360416412, -0.02989741787314415, 0.015312734991312027, 0.05689214542508125, 0.03566010296344757, 0.034735456109046936, 0.09252582490444183, -0.036264609545469284, 0.20478156208992004, -0.0024624671787023544, -0.14856606721878052, 0.0021117031574249268, -0.060868002474308014, 0.043284907937049866, 0.06464527547359467, 0.10855844616889954, -0.042486414313316345, -0.13122497498989105, 0.10950540006160736, -0.11749901622533798, 0.15406349301338196, 0.06323987990617752, -0.12110108137130737, -0.09635967016220093, -0.026265686377882957, 0.027098216116428375, 0.02281477302312851, -0.020561033859848976, -0.03543540835380554, -0.03275047242641449, -0.05286727100610733, -0.03749021887779236, -0.3038080930709839, -0.14148831367492676, -0.020064787939190865, -0.044500287622213364, 0.05161498486995697, -0.0461164228618145, 0.012923085130751133, -0.010244393721222878, 0.07858788967132568, -0.044933535158634186, 0.061263807117938995, -0.027910547330975533, 0.0932890772819519, 0.07996150851249695, 0.158794566988945, -0.12141808122396469, -0.007029183208942413, 0.02992481365799904, -0.11218328773975372, -0.0033487658947706223, 0.25161969661712646, 0.08032740652561188, -0.02914346754550934, -0.04871467128396034, -0.049588292837142944, 0.12125685811042786, 0.02968226745724678, 0.05734088271856308, 0.012344226241111755, 0.0995749682188034, 0.14237046241760254, -0.06147613376379013, -0.05386747419834137, 0.006437721196562052, -0.014509825967252254, -0.14799807965755463, 0.14486601948738098, -0.013538678176701069, -0.01797824539244175, 0.018337884917855263, -0.03280271217226982, 0.03534664958715439, -0.05075257644057274, 0.086843341588974, 0.05257747322320938, 0.03134780004620552, -0.06439138203859329, 0.05403129756450653, 0.07133829593658447, -0.008703695610165596, 0.01907869055867195, -0.11370830982923508 ]
bafc2b2803150333b34f5f271f8716d0e988534a
# Dataset Card for "apps_partial_sorted_0_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
minimario/apps_partial_sorted_0_200
[ "region:us" ]
2023-03-19T16:47:19+00:00
{"dataset_info": {"features": [{"name": "problem", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "full_sample", "dtype": "string"}, {"name": "where_from", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 100164623, "num_examples": 80215}], "download_size": 3452557, "dataset_size": 100164623}}
2023-03-19T17:01:08+00:00
[]
[]
TAGS #region-us
# Dataset Card for "apps_partial_sorted_0_200" More Information needed
[ "# Dataset Card for \"apps_partial_sorted_0_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"apps_partial_sorted_0_200\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"apps_partial_sorted_0_200\"\n\nMore Information needed" ]
[ -0.03651619702577591, 0.25077036023139954, 0.0006473495159298182, 0.028094874694943428, 0.19795867800712585, 0.07984817028045654, 0.031360920518636703, 0.08333247900009155, 0.14594972133636475, -0.05749983340501785, 0.021860912442207336, -0.008388413116335869, 0.026332266628742218, 0.20252005755901337, -0.07483695447444916, -0.05429616570472717, 0.05693826079368591, 0.0010035608429461718, 0.01574719324707985, 0.05974739044904709, 0.014548134990036488, -0.016701918095350266, 0.058098915964365005, -0.1977519989013672, -0.1483631432056427, 0.046389855444431305, -0.016674578189849854, 0.023037243634462357, 0.014460483565926552, -0.14199408888816833, 0.09862513840198517, -0.05692603439092636, -0.016237793490290642, -0.13106682896614075, -0.0070802755653858185, 0.03743063658475876, -0.013882266357541084, -0.026297491043806076, 0.015835359692573547, -0.06807522475719452, -0.007286467589437962, 0.04965897649526596, 0.012556584551930428, -0.002795080654323101, -0.09456603229045868, -0.26008012890815735, -0.09952211380004883, -0.10819831490516663, 0.12681840360164642, 0.007692441344261169, 0.06064780056476593, 0.0469147190451622, -0.02922632545232773, 0.06491968035697937, 0.07664525508880615, -0.09776948392391205, 0.05352454632520676, 0.16483396291732788, -0.020001161843538284, 0.12636250257492065, 0.03652438521385193, -0.02878514491021633, 0.09898997843265533, 0.03637216240167618, -0.11485553532838821, -0.027096662670373917, -0.28741592168807983, -0.03525292128324509, 0.012582114897668362, -0.06793437898159027, 0.36732110381126404, -0.0012244695099070668, 0.0022563510574400425, -0.07686340808868408, -0.03171606361865997, -0.10534250736236572, 0.011357732117176056, 0.14127835631370544, 0.04888991266489029, 0.02933325059711933, 0.04015816003084183, 0.10387863218784332, -0.05380746349692345, -0.07918708771467209, -0.1276894360780716, 0.008666474372148514, -0.09693494439125061, 0.10618779808282852, -0.1477482169866562, -0.044975265860557556, -0.002009790390729904, 0.0007590073510073125, 0.050553929060697556, -0.03675541281700134, -0.08482926338911057, -0.04687892645597458, -0.02451607584953308, 0.0021892432123422623, 0.06006666272878647, 0.07407653331756592, -0.08940979838371277, 0.03706149011850357, -0.0777292475104332, 0.05337231606245041, 0.2054341733455658, -0.12739092111587524, 0.07104051113128662, -0.020551372319459915, -0.12842126190662384, -0.16595029830932617, 0.0233299620449543, -0.12082911282777786, -0.16572320461273193, 0.06875498592853546, -0.09635177999734879, 0.14604370296001434, -0.06047169864177704, -0.12843003869056702, -0.130141943693161, -0.08877763152122498, 0.20469564199447632, -0.016203077509999275, 0.04453493654727936, -0.022001318633556366, 0.033206693828105927, -0.05247155949473381, -0.13483589887619019, -0.023570382967591286, 0.04226972907781601, 0.19560128450393677, -0.061526067554950714, -0.05126511678099632, 0.013791144825518131, -0.006801390089094639, 0.06550996005535126, -0.22958862781524658, 0.07310889661312103, -0.1400763839483261, -0.2573496997356415, 0.027176622301340103, 0.04389949142932892, -0.02577020972967148, 0.07276568561792374, 0.03605113923549652, 0.048917435109615326, -0.007725538685917854, -0.06257624924182892, 0.10318892449140549, -0.11173687875270844, 0.06908117234706879, -0.14971962571144104, 0.020350389182567596, -0.19779229164123535, 0.06539827585220337, -0.14116844534873962, 0.054358720779418945, 0.0489397868514061, -0.004398872144520283, -0.07694858312606812, 0.14323100447654724, -0.06548058986663818, 0.001170402392745018, -0.05325164273381233, 0.03104385919868946, -0.07732118666172028, -0.0892537459731102, -0.2420264184474945, -0.06275186687707901, 0.07415585964918137, -0.16284817457199097, -0.13789057731628418, 0.005325129255652428, 0.005804550368338823, -0.0040611159056425095, -0.011849370785057545, 0.3042631149291992, 0.14688202738761902, 0.08991904556751251, -0.09220816940069199, 0.10819170624017715, -0.10329683870077133, -0.28277474641799927, 0.04007963463664055, -0.017006495967507362, -0.19206997752189636, 0.033257149159908295, 0.10637973248958588, 0.013280007988214493, -0.004530600272119045, -0.07392872124910355, -0.025497345253825188, -0.15887631475925446, 0.11906254291534424, 0.08619346469640732, 0.014089470729231834, 0.0021361755207180977, 0.1288154125213623, -0.059022631496191025, 0.11675435304641724, 0.015685759484767914, -0.056092653423547745, -0.013751057907938957, 0.15654754638671875, -0.04088311642408371, 0.005750211421400309, -0.23380935192108154, -0.021543946117162704, 0.06481333822011948, -0.0929204523563385, -0.14549726247787476, 0.010993660427629948, 0.03721296787261963, -0.028054729104042053, -0.038272470235824585, 0.0512467585504055, 0.1407397985458374, 0.03755636140704155, 0.021112162619829178, 0.0414222814142704, 0.00026644812896847725, -0.09883006662130356, -0.08184006810188293, -0.01934228651225567, -0.09576191008090973, 0.08846919238567352, 0.1305256187915802, 0.09492138773202896, -0.07479733228683472, -0.025516536086797714, 0.07923992723226547, 0.008717626333236694, -0.1065886914730072, 0.08501952886581421, 0.001391932019032538, 0.10016916692256927, -0.07265865057706833, -0.04079294949769974, 0.15392178297042847, 0.07804073393344879, 0.10924926400184631, -0.03691460192203522, 0.0915307104587555, 0.017119746655225754, 0.020046301186084747, -0.14735905826091766, 0.08618004620075226, -0.11479704082012177, 0.021133078262209892, 0.06090693920850754, -0.023881154134869576, -0.01801091991364956, 0.06874703615903854, 0.04707328602671623, -0.050815485417842865, 0.04512862116098404, 0.08791673183441162, -0.3274298906326294, 0.09966090321540833, 0.2357843518257141, 0.16412225365638733, 0.21181967854499817, -0.08586634695529938, -0.015118741430342197, -0.01852172240614891, -0.03021249920129776, -0.045643024146556854, 0.11227358877658844, -0.03004596009850502, 0.03674347698688507, 0.09709754586219788, 0.007091074250638485, 0.06395351886749268, 0.004153894726186991, -0.07375754415988922, 0.018356740474700928, 0.048763059079647064, -0.07712812721729279, 0.020876416936516762, 0.02181517891585827, 0.037459202110767365, -0.006033106707036495, -0.049491267651319504, 0.16218209266662598, -0.022579126060009003, -0.03676602989435196, 0.07738514244556427, -0.14627720415592194, -0.29972124099731445, -0.003692788304761052, -0.07935000211000443, 0.046517398208379745, 0.012607219628989697, -0.018768416717648506, -0.07529366761445999, -0.05789364501833916, 0.0426170714199543, -0.1671743243932724, -0.20388996601104736, -0.04902089759707451, 0.0046860892325639725, 0.06728246062994003, -0.026492446660995483, -0.06021697819232941, 0.03645120933651924, 0.044068094342947006, 0.12911343574523926, 0.121681809425354, -0.13965362310409546, 0.08895242214202881, 0.15675099194049835, -0.07851090282201767, 0.08329181373119354, -0.009388312697410583, 0.005280124023556709, -0.04948873445391655, -0.12357312440872192, 0.07082503288984299, 0.020646214485168457, -0.012832077220082283, 0.1364462673664093, -0.014834171161055565, -0.16622835397720337, 0.023509042337536812, -0.0031413380056619644, -0.12401402741670609, -0.15952849388122559, -0.24684377014636993, -0.0479620024561882, 0.189983069896698, 0.15758690237998962, 0.10076133906841278, -0.14185604453086853, 0.03812094405293465, 0.11309048533439636, 0.042319901287555695, -0.1914217323064804, -0.030710136517882347, -0.11370230466127396, 0.0004980373196303844, -0.03044562041759491, -0.06816869974136353, 0.017415985465049744, 0.1596646010875702, 0.049953654408454895, 0.2355136126279831, 0.12605969607830048, 0.07705795764923096, -0.02068406343460083, 0.019023455679416656, 0.13692450523376465, 0.1041780337691307, 0.15219414234161377, -0.013712611049413681, 0.010067638009786606, 0.05511174350976944, -0.09601093828678131, -0.03955483436584473, 0.1391797512769699, -0.16008934378623962, -0.02402280829846859, -0.1452295184135437, 0.0070867473259568214, 0.06496986001729965, 0.08435438573360443, -0.11840745806694031, 0.04804795980453491, 0.0629180520772934, 0.02838161215186119, -0.18431007862091064, 0.12009119242429733, 0.16460895538330078, -0.050436653196811676, 0.0750066488981247, -0.03718585520982742, 0.06410899758338928, -0.23444809019565582, -0.02628481015563011, 0.03445396572351456, -0.2169705629348755, 0.04450735077261925, 0.13867589831352234, -0.06577983498573303, 0.1355278044939041, -0.041172854602336884, -0.05098326504230499, -0.041115447878837585, -0.08295318484306335, -0.07169723510742188, -0.011799119412899017, 0.1559242159128189, 0.08613666892051697, -0.2763936519622803, -0.21493902802467346, -0.05248641222715378, -0.07368378341197968, 0.08248911052942276, -0.05871887505054474, -0.1380815953016281, 0.044469282031059265, -0.0038501780945807695, -0.09159762412309647, -0.19621270895004272, 0.08509232848882675, -0.14001557230949402, 0.015929795801639557, 0.03913380205631256, -0.07741257548332214, 0.008157476782798767, 0.04235745593905449, 0.03425369784235954, 0.09535514563322067, 0.07019554823637009, -0.033827126026153564, -0.07197768986225128, -0.10438543558120728, 0.07961376011371613, 0.10956314206123352, 0.03481939435005188, 0.04915602505207062, 0.05495116859674454, -0.09931490570306778, -0.16933566331863403, 0.06759443879127502, -0.07504667341709137, 0.08362005650997162, -0.1169738620519638, 0.03668921813368797, -0.018646487966179848, -0.05563804507255554, -0.05601607263088226, 0.06600451469421387, -0.0008460097014904022, -0.07604135572910309, 0.14374685287475586, -0.08787725865840912, 0.14602592587471008, 0.2819156348705292, 0.15376761555671692, 0.03767091780900955, 0.13626286387443542, -0.06358484923839569, 0.09318918734788895, 0.04487800598144531, -0.09903605282306671, 0.17206895351409912, 0.1624087393283844, 0.00432639941573143, -0.1667834222316742, -0.08597952127456665, -0.08285298943519592, -0.05990498140454292, 0.0547168031334877, -0.20665639638900757, 0.06890074163675308, 0.022370595484972, -0.05004353076219559, 0.24157065153121948, -0.16990351676940918, -0.020139295607805252, 0.20702016353607178, 0.040986500680446625, 0.24201148748397827, -0.017977958545088768, -0.12364449352025986, -0.19768324494361877, -0.1285906583070755, 0.3348219692707062, -0.09932202100753784, 0.036603886634111404, -0.016605887562036514, 0.007722143083810806, -0.038277577608823776, -0.017733490094542503, 0.12830263376235962, 0.06324126571416855, 0.14709028601646423, -0.04196378216147423, -0.08269805461168289, 0.048169784247875214, -0.028929810971021652, -0.005304468795657158, 0.04745055362582207, 0.07666192948818207, -0.15754550695419312, -0.04215598851442337, 0.07728763669729233, 0.006335387006402016, 0.09278721362352371, -0.04076756164431572, -0.0787120908498764, 0.08517386764287949, -0.08767995238304138, -0.01466546580195427, 0.0652306079864502, 0.07759865373373032, 0.09873583912849426, 0.0811232179403305, -0.003917325288057327, -0.09002237021923065, -0.030377989634871483, -0.11935654282569885, -0.11087159067392349, 0.11308050900697708, -0.13523966073989868, 0.005663708318024874, 0.1311148703098297, 0.05480232089757919, 0.05417200177907944, 0.01837926171720028, 0.05698013678193092, -0.030520953238010406, 0.1573736071586609, -0.11213882267475128, -0.131323903799057, 0.06404571235179901, -0.0030317821074277163, 0.011647941544651985, -0.015342552214860916, 0.03344554454088211, 0.07243277132511139, -0.009548744186758995, 0.04096512496471405, 0.02569553814828396, -0.022210339084267616, 0.06548408418893814, -0.026498278602957726, 0.04363948851823807, -0.20937806367874146, 0.2417958378791809, 0.11110794544219971, -0.11225155740976334, -0.013792205601930618, -0.04863850399851799, -0.14130663871765137, -0.09809190034866333, -0.0497579351067543, 0.21717040240764618, 0.037085503339767456, -0.11927904933691025, 0.07501965761184692, -0.07130944728851318, 0.06445689499378204, -0.0702594444155693, 0.03556770831346512, 0.15756121277809143, -0.046917058527469635, -0.09309208393096924, 0.006453410256654024, -0.02385447733104229, 0.03047064132988453, 0.03684454411268234, -0.16769878566265106, -0.20437709987163544, -0.028957828879356384, 0.1133507490158081, -0.047504253685474396, -0.05541402846574783, -0.06694910675287247, 0.05760139599442482, -0.20560771226882935, 0.08182062953710556, -0.012979354709386826, 0.050247035920619965, 0.018069103360176086, 0.10101516544818878, -0.05287127196788788, -0.09730575978755951, -0.11751025915145874, 0.06035992130637169, 0.034353651106357574, 0.04115315526723862, 0.024838723242282867, -0.021558675915002823, 0.0708649605512619, 0.0007018987089395523, 0.10267610847949982, 0.08812952786684036, 0.02123909257352352, 0.044884271919727325, 0.02007383108139038, -0.16410993039608002, 0.07503718137741089, 0.09675924479961395, -0.0038491198793053627, -0.06807482242584229, -0.018269648775458336, 0.1315862089395523, -0.07401105761528015, 0.08089810609817505, -0.10474342107772827, -0.14176061749458313, -0.0469757542014122, -0.12936142086982727, -0.07947856932878494, -0.029632925987243652, -0.07878797501325607, 0.21211734414100647, 0.0830255001783371, 0.08091185986995697, 0.04078802093863487, -0.0022345921024680138, 0.0360693484544754, -0.056783564388751984, -0.01770193874835968, -0.15148955583572388, -0.08600649237632751, 0.10756911337375641, -0.002967376261949539, -0.0322084054350853, 0.3710220456123352, -0.007505601271986961, 0.028782203793525696, -0.06568823754787445, 0.18912073969841003, -0.09765565395355225, 0.005730729550123215, 0.25988900661468506, 0.07027044892311096, -0.07263301312923431, -0.05046743154525757, 0.04516379535198212, -0.033015284687280655, 0.26534318923950195, 0.06706883013248444, 0.04988524317741394, -0.013857459649443626, -0.10995018482208252, -0.08105827122926712, -0.11433888971805573, -0.09998434782028198, 0.19493645429611206, 0.005333414766937494, 0.08994921296834946, 0.05719022452831268, -0.08909015357494354, -0.034897297620773315, -0.06857144832611084, 0.10427291691303253, -0.036496102809906006, -0.027647290378808975, -0.004833156242966652, -0.17046242952346802, -0.0028543188236653805, -0.142865851521492, 0.026082061231136322, 0.003381941234692931, -0.01608048751950264, 0.2868710160255432, 0.01227654330432415, 0.02049749344587326, -0.0504133440554142, -0.1471412032842636, 0.08126859366893768, 0.11443749070167542, -0.06419746577739716, -0.07463827729225159, -0.04167739301919937, -0.05975136160850525, 0.06336376816034317, -0.027557678520679474, -0.030547935515642166, 0.0044479635544121265, 0.036488138139247894, 0.02946632355451584, -0.04961279779672623, -0.03507019579410553, -0.035146694630384445, 0.050939012318849564, -0.17276667058467865, 0.13442742824554443, 0.04571819305419922, 0.09960691630840302, 0.05998051166534424, 0.21622857451438904, -0.026365332305431366, -0.03375784307718277, -0.032762475311756134, 0.006526644341647625, -0.06040552258491516, 0.07230564951896667, 0.08404959738254547, -0.07009007036685944, -0.06629214435815811, 0.02043052576482296, 0.08468431979417801, -0.00920136272907257, 0.004764656536281109, 0.07938659191131592, 0.023189395666122437, 0.0056084804236888885, 0.0903940200805664, -0.06357698142528534, 0.12105445563793182, -0.0028152023442089558, -0.12972749769687653, 0.005030862987041473, -0.04460363835096359, 0.02868429571390152, 0.08430816233158112, 0.08327756077051163, -0.03195389360189438, -0.1533869206905365, 0.11294688284397125, -0.1359294354915619, 0.10388891398906708, 0.09670481830835342, -0.06962110102176666, -0.1055639386177063, -0.029145438224077225, 0.059638071805238724, 0.018709011375904083, -0.034464046359062195, -0.06440626084804535, -0.015894344076514244, -0.03598559647798538, -0.049072060734033585, -0.28450602293014526, -0.16951853036880493, -0.033489640802145004, -0.048802733421325684, 0.058373451232910156, -0.05929916352033615, 0.030473338440060616, -0.019907886162400246, 0.07920025289058685, -0.06135590001940727, 0.04370851814746857, -0.03520900383591652, 0.12548592686653137, 0.07106426358222961, 0.16522037982940674, -0.12595605850219727, 0.008632995188236237, 0.07203163206577301, -0.07602652907371521, -0.028750300407409668, 0.2580995261669159, 0.08172747492790222, -0.012724567204713821, -0.060844745486974716, -0.04154684767127037, 0.10363359749317169, 0.017656048759818077, 0.052921608090400696, 0.009298320859670639, 0.08291694521903992, 0.12900201976299286, -0.06824320554733276, -0.05797670781612396, 0.016540849581360817, 0.014471246860921383, -0.14665858447551727, 0.2022579312324524, 0.021127063781023026, -0.011793802492320538, 0.06469431519508362, -0.03823301941156387, 0.03505992144346237, -0.027926549315452576, 0.0958930104970932, 0.04774349182844162, 0.031773678958415985, -0.07994543015956879, 0.012699213810265064, 0.07928544282913208, 0.008061469532549381, 0.04907728731632233, -0.08087939023971558 ]
432de6697923698029c84726c3d380c08ba41db0
# Dataset Card for "apps_partial_sorted_200_end" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
minimario/apps_partial_sorted_200_end
[ "region:us" ]
2023-03-19T17:32:25+00:00
{"dataset_info": {"features": [{"name": "problem", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "full_sample", "dtype": "string"}, {"name": "where_from", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1102484581, "num_examples": 828007}], "download_size": 36934694, "dataset_size": 1102484581}}
2023-03-19T17:38:25+00:00
[]
[]
TAGS #region-us
# Dataset Card for "apps_partial_sorted_200_end" More Information needed
[ "# Dataset Card for \"apps_partial_sorted_200_end\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"apps_partial_sorted_200_end\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"apps_partial_sorted_200_end\"\n\nMore Information needed" ]
[ -0.02931363321840763, 0.22722133994102478, 0.0006626998074352741, 0.017957385629415512, 0.20982986688613892, 0.07934487611055374, -0.01264371071010828, 0.05731068551540375, 0.16615021228790283, -0.03725495934486389, 0.02285224013030529, 0.008010328747332096, 0.021674197167158127, 0.21595780551433563, -0.08416901528835297, -0.07503312826156616, 0.05186789482831955, 0.021723929792642593, -0.0013309670612215996, 0.05324331670999527, 0.028532903641462326, -0.029047075659036636, 0.07383434474468231, -0.16765859723091125, -0.14121583104133606, 0.050433091819286346, -0.012640779837965965, 0.02006874419748783, 0.02298557013273239, -0.1144019216299057, 0.11069431900978088, -0.0743778645992279, -0.033356375992298126, -0.12362006306648254, -0.0048127369955182076, 0.040999025106430054, -0.021851694211363792, -0.030626660212874413, 0.016442149877548218, -0.0765986293554306, 0.040231071412563324, 0.055042654275894165, 0.02121756784617901, -0.0009101370815187693, -0.07453722506761551, -0.22829808294773102, -0.09045282751321793, -0.11514454334974289, 0.1535027027130127, 0.006245218683034182, 0.06946521997451782, 0.013621632009744644, -0.011446746997535229, 0.07166265696287155, 0.08621598780155182, -0.1277969628572464, 0.04777491092681885, 0.15251727402210236, 0.016097746789455414, 0.06538600474596024, 0.03809099644422531, -0.03794518858194351, 0.10056238621473312, 0.04972560331225395, -0.11237867176532745, -0.031535375863313675, -0.26990219950675964, -0.012544088065624237, 0.0014508930034935474, -0.07173619419336319, 0.367731511592865, -0.0063373371958732605, 0.005111289210617542, -0.06854976713657379, -0.046747349202632904, -0.0919223427772522, 0.01244585681706667, 0.1485658884048462, 0.04126061499118805, 0.03765632212162018, 0.05940154939889908, 0.13160230219364166, -0.06819142401218414, -0.06123349070549011, -0.15039852261543274, 0.035358890891075134, -0.09347011893987656, 0.11095000058412552, -0.17072734236717224, -0.02502959594130516, -0.006528360769152641, 0.004351726267486811, 0.039744459092617035, -0.059490203857421875, -0.08208716660737991, -0.05664105713367462, -0.027591831982135773, -0.03281571716070175, 0.038420021533966064, 0.08272315561771393, -0.07513029873371124, 0.03929930925369263, -0.07120533287525177, 0.05075720697641373, 0.20306891202926636, -0.12026355415582657, 0.06098563224077225, -0.05232491344213486, -0.12419506907463074, -0.19987881183624268, 0.017163818702101707, -0.11208832263946533, -0.16493426263332367, 0.07054294645786285, -0.12319830060005188, 0.1342938393354416, -0.07382195442914963, -0.11206832528114319, -0.13016727566719055, -0.08453391492366791, 0.1834382712841034, -0.021189501509070396, 0.03946903347969055, -0.030445557087659836, 0.043558940291404724, -0.058806709945201874, -0.12647823989391327, -0.019287506118416786, 0.054054923355579376, 0.2441605031490326, -0.05644641071557999, -0.06298413872718811, -0.00041573867201805115, -0.003075117478147149, 0.08012664318084717, -0.22584985196590424, 0.09753616154193878, -0.13610957562923431, -0.2571154236793518, 0.024297483265399933, 0.052140045911073685, -0.027517011389136314, 0.06512443721294403, 0.051370833069086075, 0.04916446655988693, 0.020334769040346146, -0.06398478895425797, 0.11275532841682434, -0.11069762706756592, 0.0523541197180748, -0.1504695862531662, 0.03393526002764702, -0.18932092189788818, 0.06664130091667175, -0.12591107189655304, 0.0701664537191391, 0.05166155472397804, -0.025319665670394897, -0.0495903454720974, 0.17857638001441956, -0.05220704525709152, 0.005639377981424332, -0.07556508481502533, 0.04513290524482727, -0.07141347229480743, -0.0975530594587326, -0.267120361328125, -0.049400314688682556, 0.09304720163345337, -0.1515570431947708, -0.17003199458122253, -0.004305616952478886, -0.01125842984765768, 0.01685045287013054, -0.01720898225903511, 0.27179333567619324, 0.13859626650810242, 0.07308191061019897, -0.09426699578762054, 0.10966651886701584, -0.12829075753688812, -0.25893568992614746, 0.021467948332428932, 0.0010228771716356277, -0.17256733775138855, 0.03318620100617409, 0.10399439185857773, 0.016018731519579887, 0.005317701958119869, -0.06432691216468811, -0.027964886277914047, -0.14161038398742676, 0.1000763475894928, 0.07570488750934601, -0.004327080212533474, -0.008023928850889206, 0.14378954470157623, -0.056275200098752975, 0.10409802198410034, 0.03017813339829445, -0.055112823843955994, -0.02178669534623623, 0.14243687689304352, -0.026257529854774475, 0.007772143930196762, -0.24661800265312195, -0.028052017092704773, 0.04533444344997406, -0.07593125849962234, -0.17292407155036926, 0.001720944419503212, 0.03895817697048187, -0.046587757766246796, -0.018629292026162148, 0.0385374054312706, 0.17066675424575806, 0.03481117635965347, 0.0032718125730752945, 0.03768341988325119, -0.00021930085495114326, -0.09495173394680023, -0.13775324821472168, -0.04421338066458702, -0.1001168042421341, 0.11786623299121857, 0.15083450078964233, 0.08516083657741547, -0.0489254929125309, -0.02747250720858574, 0.05754370614886284, -0.013025668449699879, -0.0996875911951065, 0.07398417592048645, 0.0131681514903903, 0.08833494782447815, -0.05405360087752342, -0.026826411485671997, 0.18090090155601501, 0.0744003877043724, 0.09565695375204086, -0.034243617206811905, 0.0989295095205307, 0.0013212896883487701, 0.021824605762958527, -0.1391989290714264, 0.06361953914165497, -0.0893164575099945, 0.018585756421089172, 0.06417953968048096, -0.01713140681385994, -0.030591744929552078, 0.06569796800613403, 0.0475931242108345, -0.045394279062747955, 0.032770976424217224, 0.07777440547943115, -0.3587820827960968, 0.09212268888950348, 0.2432365119457245, 0.16717347502708435, 0.21296191215515137, -0.08469659090042114, -0.016687918454408646, -0.0070938244462013245, -0.012792397290468216, -0.048430316150188446, 0.08897396922111511, -0.0475158616900444, 0.03077944554388523, 0.0936448872089386, 0.01389891467988491, 0.056477829813957214, 0.009882984682917595, -0.07363593578338623, 0.03395722433924675, 0.07507812976837158, -0.08482152223587036, 0.050573937594890594, 0.029859542846679688, 0.041095614433288574, 0.011725223623216152, -0.03784160315990448, 0.16692689061164856, -0.034285157918930054, -0.03649097681045532, 0.09395542740821838, -0.13848081231117249, -0.32275933027267456, -0.0031089610420167446, -0.13981512188911438, 0.06416377425193787, 0.024779029190540314, -0.00897459127008915, -0.07894351333379745, -0.07591460645198822, 0.05825264751911163, -0.17007428407669067, -0.1830485761165619, -0.027987446635961533, 0.0037288423627614975, 0.07253041863441467, -0.03239382058382034, -0.04896543547511101, 0.028356552124023438, 0.04451733082532883, 0.1606663465499878, 0.11358397454023361, -0.1264016181230545, 0.10839447379112244, 0.14957308769226074, -0.05294078588485718, 0.0795706957578659, 0.0012115202844142914, 0.018104994669556618, -0.06154055893421173, -0.13577863574028015, 0.08378905802965164, -0.008940166793763638, -0.008258145302534103, 0.15433849394321442, -0.010242813266813755, -0.168473482131958, 0.03821929544210434, -0.017497241497039795, -0.13767918944358826, -0.15979540348052979, -0.24807605147361755, -0.07987681776285172, 0.1807888150215149, 0.14937910437583923, 0.09907126426696777, -0.15952683985233307, 0.029799211770296097, 0.10404188185930252, 0.058478862047195435, -0.19119489192962646, -0.01830773428082466, -0.12347586452960968, -0.008533673360943794, -0.031511083245277405, -0.0695505291223526, 0.017781857401132584, 0.1594063937664032, 0.0833764523267746, 0.23419490456581116, 0.11444970965385437, 0.07252132892608643, -0.0047249216586351395, 0.007098830305039883, 0.13673759996891022, 0.1263122856616974, 0.12863940000534058, -0.025764334946870804, 0.014311224222183228, 0.0614241287112236, -0.09193167090415955, -0.0064734951592981815, 0.0839296281337738, -0.16204404830932617, -0.041054002940654755, -0.1226993203163147, 0.019958924502134323, 0.06203680485486984, 0.05289554223418236, -0.12065953761339188, 0.034313734620809555, 0.08074550330638885, 0.01254987996071577, -0.20198380947113037, 0.123161680996418, 0.1551767736673355, -0.06495890766382217, 0.09326158463954926, -0.039707936346530914, 0.07151228934526443, -0.20131266117095947, -0.01738806627690792, 0.0577208548784256, -0.21208178997039795, 0.05611599236726761, 0.14024817943572998, -0.04935998097062111, 0.1315859705209732, -0.04195546358823776, -0.041842520236968994, -0.03295638784766197, -0.06781740486621857, -0.06804655492305756, 0.017704445868730545, 0.1755298674106598, 0.0726761594414711, -0.3288620114326477, -0.17705285549163818, 0.007313810288906097, -0.0785725861787796, 0.07521370053291321, -0.0542839840054512, -0.12606680393218994, 0.03945712745189667, -0.018877362832427025, -0.08312360942363739, -0.19837616384029388, 0.1444932222366333, -0.1639571338891983, 0.009236288256943226, 0.02476564794778824, -0.057147469371557236, -0.0035449708811938763, 0.05768851190805435, 0.06497421860694885, 0.13228289783000946, 0.03160417452454567, -0.04658694192767143, -0.07668900489807129, -0.10019727796316147, 0.07095860689878464, 0.09496401995420456, 0.044376835227012634, 0.05015929043292999, 0.08188101649284363, -0.09459394216537476, -0.1728084683418274, 0.08064573258161545, -0.0956750363111496, 0.10067731887102127, -0.12890246510505676, 0.06032509356737137, -0.04625789448618889, -0.06259680539369583, -0.04471718519926071, 0.06067715585231781, -0.028989296406507492, -0.08279545605182648, 0.1227274239063263, -0.0598432719707489, 0.1628357470035553, 0.24925051629543304, 0.14061221480369568, 0.06497946381568909, 0.15882107615470886, -0.05279688909649849, 0.11238227784633636, -0.014248734340071678, -0.10832516849040985, 0.18208670616149902, 0.11384802311658859, -0.003076317720115185, -0.17087921500205994, -0.08196678012609482, -0.08197732269763947, -0.04549802839756012, 0.03626759350299835, -0.18275779485702515, 0.10393735766410828, -0.012667441740632057, -0.04385426640510559, 0.2628551721572876, -0.14466752111911774, -0.02103601209819317, 0.19694310426712036, 0.02011493407189846, 0.23710769414901733, 0.0026649925857782364, -0.1249605193734169, -0.20029836893081665, -0.17112496495246887, 0.29144287109375, -0.10757509618997574, 0.020831424742937088, -0.013043500483036041, 0.023405155166983604, -0.03838980570435524, -0.034475769847631454, 0.10852576792240143, 0.06337031722068787, 0.13656222820281982, -0.05307745188474655, -0.06278727203607559, 0.021887455135583878, -0.030279556289315224, 0.008753711357712746, 0.03175368160009384, 0.0685979351401329, -0.17976853251457214, -0.05674769729375839, 0.08220398426055908, 0.005748732015490532, 0.09215455502271652, -0.03639135882258415, -0.08133804053068161, 0.07000598311424255, -0.053640931844711304, -0.010487372986972332, 0.06386051326990128, 0.08332835882902145, 0.07703760266304016, 0.051367055624723434, 0.0349135547876358, -0.130912184715271, -0.06366260349750519, -0.10654504597187042, -0.09324964880943298, 0.1068907082080841, -0.15593358874320984, 0.010993873700499535, 0.14046978950500488, 0.04160536825656891, 0.03398432210087776, 0.0411452017724514, 0.06517917662858963, -0.033016741275787354, 0.17548266053199768, -0.13288164138793945, -0.11236095428466797, 0.0432564914226532, 0.02211671695113182, -0.005872002802789211, -0.023816660046577454, 0.010349510237574577, 0.08357883989810944, -0.007253749296069145, 0.028547216206789017, 0.03361479565501213, -0.021573182195425034, 0.04467478394508362, -0.04714854061603546, 0.041817523539066315, -0.21168138086795807, 0.1858004778623581, 0.08876241743564606, -0.12474606186151505, -0.010781809687614441, -0.0327255018055439, -0.16200405359268188, -0.0875948816537857, -0.0668620765209198, 0.19013963639736176, 0.006390497088432312, -0.12630096077919006, 0.08868690580129623, -0.08740121871232986, 0.06267252564430237, -0.04260529205203056, 0.044877249747514725, 0.1684710681438446, -0.04647807776927948, -0.10289247334003448, 0.021087508648633957, -0.02133151702582836, 0.018949495628476143, 0.04145054891705513, -0.1662403643131256, -0.1936662197113037, -0.046094171702861786, 0.12679508328437805, -0.04425223916769028, -0.038158923387527466, -0.062409691512584686, 0.05031055212020874, -0.23259881138801575, 0.07254467159509659, -0.020575493574142456, 0.04042447358369827, 0.01267622597515583, 0.11364348977804184, -0.06690660864114761, -0.08567969501018524, -0.11716993153095245, 0.05406319350004196, 0.02530466765165329, 0.03648533299565315, 0.03929682821035385, -0.019720718264579773, 0.08677739650011063, 0.00020830705761909485, 0.08250203728675842, 0.08442331850528717, 0.023546677082777023, 0.048176154494285583, 0.02374681457877159, -0.1667238175868988, 0.08428557217121124, 0.09459525346755981, 0.01155246701091528, -0.056466467678546906, -0.011555211618542671, 0.13856323063373566, -0.10161428898572922, 0.05765936151146889, -0.1440657675266266, -0.14316391944885254, -0.06417334079742432, -0.12058502435684204, -0.06852225959300995, -0.03447616100311279, -0.09790576249361038, 0.2051931619644165, 0.0944729670882225, 0.0796358734369278, 0.04593375325202942, 0.0002044886350631714, 0.04277745634317398, -0.04709964618086815, -0.012543472461402416, -0.14853176474571228, -0.06687988340854645, 0.09985775500535965, -0.0006427131593227386, -0.0406678207218647, 0.37657469511032104, -0.014103380963206291, 0.025236940011382103, -0.05824944004416466, 0.19716474413871765, -0.07022441178560257, 0.018053317442536354, 0.25462856888771057, 0.0578768253326416, -0.07610983401536942, -0.0648527592420578, 0.05723883956670761, -0.03209836781024933, 0.24668698012828827, 0.08085469901561737, 0.043159663677215576, 0.00980138499289751, -0.08869656920433044, -0.08121784031391144, -0.10384992510080338, -0.14725324511528015, 0.13503003120422363, -0.022960003465414047, 0.08805376291275024, 0.06419884413480759, -0.07457661628723145, -0.004783345386385918, -0.07783593982458115, 0.09288579970598221, -0.05252575874328613, -0.023842036724090576, -0.0009060744196176529, -0.16643932461738586, -0.01086355745792389, -0.12370079010725021, 0.03590057045221329, -0.007059309631586075, -0.006085407920181751, 0.23305755853652954, -0.002972325310111046, 0.0045441994443535805, -0.017112670466303825, -0.14292582869529724, 0.08308608829975128, 0.1044173613190651, -0.04857063293457031, -0.05875686556100845, 0.007991915568709373, -0.04175255820155144, 0.018515804782509804, -0.06452217698097229, -0.042994119226932526, -0.010070797987282276, 0.04221883788704872, 0.035848621279001236, -0.03998368978500366, -0.01455430407077074, -0.035250481218099594, 0.06945017725229263, -0.16467486321926117, 0.11307297646999359, 0.04950143024325371, 0.10043089836835861, 0.05892122909426689, 0.22086438536643982, -0.034640077501535416, 0.00010089389979839325, -0.049676328897476196, -0.010206177830696106, -0.020931005477905273, 0.0711960643529892, 0.07028211653232574, -0.0533159077167511, -0.06509452313184738, 0.0535498671233654, 0.0688953548669815, 0.005616196896880865, 0.00681490171700716, 0.06467803567647934, 0.026920948177576065, 0.014779433608055115, 0.0856718122959137, -0.0232241153717041, 0.21616125106811523, -0.007046987768262625, -0.1452186405658722, -0.002314913086593151, -0.04240900278091431, 0.029913820326328278, 0.09572027623653412, 0.08275091648101807, -0.035426557064056396, -0.12776845693588257, 0.1123460978269577, -0.14024308323860168, 0.0996604636311531, 0.07781176269054413, -0.08354179561138153, -0.09090794622898102, -0.02508297935128212, 0.06204753369092941, 0.01335645467042923, -0.027791552245616913, -0.05967351421713829, -0.05095284432172775, -0.011700138449668884, -0.03942470997571945, -0.2885204553604126, -0.14392265677452087, -0.02789684571325779, -0.05544956400990486, 0.04864780977368355, -0.05758007988333702, -0.003714802674949169, -0.013196884654462337, 0.10076116025447845, -0.05756703019142151, 0.02443646267056465, -0.02536565624177456, 0.09009334444999695, 0.08660149574279785, 0.1658683717250824, -0.12695592641830444, -0.025812413543462753, 0.0662359744310379, -0.09073743969202042, -0.02551865577697754, 0.22120431065559387, 0.09132103621959686, -0.032874204218387604, -0.0439070388674736, -0.05331534892320633, 0.10236633569002151, 0.04333270341157913, 0.049113065004348755, 0.009707560762763023, 0.09255711734294891, 0.12979400157928467, -0.07395810633897781, -0.04530809819698334, 0.022580109536647797, 0.017506033182144165, -0.142155259847641, 0.20839828252792358, 0.0052062515169382095, -0.0038529084995388985, 0.03543630614876747, -0.030000966042280197, 0.038829416036605835, -0.029298152774572372, 0.09128811955451965, 0.06684377044439316, 0.0299529992043972, -0.08220486342906952, 0.047058820724487305, 0.07434159517288208, -0.0020327912643551826, 0.05696170777082443, -0.10190528631210327 ]
8de45af5903137eae773350e6da8ae877b7309d0
# Dataset Card for "NoLabel" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
rossevine/NoLabel
[ "region:us" ]
2023-03-19T17:47:35+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": "audio"}], "splits": [{"name": "train", "num_bytes": 1120532893.684, "num_examples": 1083}], "download_size": 1064043642, "dataset_size": 1120532893.684}}
2023-04-22T18:02:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "NoLabel" More Information needed
[ "# Dataset Card for \"NoLabel\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"NoLabel\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"NoLabel\"\n\nMore Information needed" ]
[ -0.09920337051153183, 0.22007259726524353, -0.005565979517996311, 0.043881017714738846, 0.053853072226047516, 0.07340902090072632, 0.11714249104261398, 0.06324253976345062, 0.08577872067689896, -0.008614376187324524, 0.0940016433596611, 0.03540749475359917, 0.026183882728219032, 0.1328277438879013, -0.02868199348449707, -0.008457514457404613, 0.03211044892668724, 0.018996823579072952, 0.029417382553219795, 0.017406662926077843, -0.05409950390458107, -0.061482612043619156, 0.04245004802942276, -0.13621366024017334, -0.15229804813861847, 0.013143974356353283, -0.09445317089557648, -0.033001016825437546, 0.010613231919705868, -0.10259977728128433, 0.11707580834627151, 0.04238242283463478, -0.03278841823339462, -0.14544624090194702, 0.004070642404258251, 0.006171226967126131, -0.037639036774635315, 0.06146283820271492, -0.006354121491312981, -0.13660970330238342, -0.12924052774906158, -0.049289122223854065, 0.005628188140690327, -0.028050722554326057, -0.14469437301158905, -0.1893071085214615, -0.10819336771965027, -0.07839234918355942, 0.019501948729157448, 0.01106736995279789, 0.09571075439453125, 0.1183398887515068, -0.15908658504486084, 0.03036070428788662, 0.09111528843641281, 0.0056200469844043255, 0.035961445420980453, 0.14144772291183472, -0.061708301305770874, 0.12769687175750732, -0.0790988951921463, 0.07093944400548935, 0.10167847573757172, -0.0807407945394516, -0.08372475951910019, 0.001354289473965764, -0.16606435179710388, 0.06131243333220482, 0.033641938120126724, -0.050599075853824615, 0.3806770145893097, 0.019422287121415138, -0.005728044081479311, 0.1307220757007599, 0.01116569060832262, -0.07652302086353302, 0.017393959686160088, 0.05444017052650452, 0.06622415035963058, -0.0020247334614396095, 0.04363521188497543, -0.05361010879278183, -0.09511725604534149, -0.10046950727701187, -0.15683692693710327, 0.13056066632270813, -0.08533043414354324, 0.15523655712604523, -0.16363166272640228, -0.056051284074783325, -0.11066500842571259, -0.029701989144086838, -0.046798285096883774, -0.06240617856383324, 0.027348637580871582, 0.016030041500926018, -0.05356700345873833, 0.09308002144098282, 0.11527293920516968, 0.10365374386310577, 0.07603110373020172, 0.0370924212038517, -0.07728812843561172, 0.12678077816963196, 0.10214535892009735, -0.14283111691474915, 0.1002470925450325, -0.027933089062571526, -0.020487073808908463, -0.22560231387615204, 0.01653425022959709, -0.12259335815906525, -0.06319482624530792, 0.025276947766542435, -0.11240117251873016, 0.1268555223941803, 0.048956114798784256, -0.1508239209651947, -0.07182000577449799, -0.02410837635397911, 0.06605331599712372, -0.07328645884990692, 0.04720256105065346, 0.008564994670450687, -0.0298666600137949, 0.055424902588129044, -0.06423724442720413, -0.044357892125844955, 0.02963845618069172, 0.01849210262298584, -0.08630768209695816, 0.003758984385058284, -0.015270712785422802, 0.024932529777288437, 0.1044468954205513, -0.19391892850399017, 0.06825747340917587, -0.0584610179066658, -0.26580578088760376, 0.036551766097545624, 0.065675288438797, -0.055014777928590775, 0.12559102475643158, -0.027758458629250526, 0.05531451478600502, -0.010655767284333706, -0.09549383819103241, 0.06971578299999237, -0.0809711143374443, 0.06872979551553726, -0.04099807143211365, 0.07840526849031448, -0.18563275039196014, 0.004718935117125511, -0.14830175042152405, -0.016756415367126465, 0.07084179669618607, 0.055875446647405624, -0.13752026855945587, 0.0644509568810463, -0.04506051540374756, 0.012225697748363018, -0.16022320091724396, -0.012913472950458527, -0.027939915657043457, 0.10290259122848511, -0.22299492359161377, -0.07500703632831573, 0.14656923711299896, -0.14220429956912994, -0.12353280186653137, -0.04372270032763481, -0.03910885006189346, 0.013098912313580513, 0.06073708087205887, 0.3229476809501648, 0.16552433371543884, -0.025475895032286644, -0.030077774077653885, 0.10045507550239563, -0.09067589044570923, -0.3409744203090668, 0.08888860046863556, -0.08546967059373856, -0.1653202474117279, 0.0831170380115509, 0.10501644015312195, -0.03166064992547035, -0.05154120549559593, -0.10221744328737259, -0.016913190484046936, -0.13657811284065247, 0.1032332330942154, 0.03176581487059593, 0.057267338037490845, -0.027438435703516006, 0.061361681669950485, 0.006402522791177034, 0.031723860651254654, 0.024862924590706825, -0.02060471475124359, 0.057528287172317505, 0.1468450129032135, -0.18666239082813263, -0.026211539283394814, -0.12979468703269958, -0.14194129407405853, -0.03743409737944603, -0.005498894955962896, 0.060558319091796875, 0.06079685315489769, 0.07337431609630585, -0.0016454781871289015, -0.03450264781713486, 0.1092037707567215, 0.1349441260099411, 0.08036430925130844, 0.0554998442530632, -0.02974710240960121, 0.042481329292058945, -0.08847062289714813, -0.041586074978113174, -0.027753306552767754, -0.0616016760468483, 0.0599147230386734, 0.057992495596408844, 0.015760108828544617, -0.056054845452308655, 0.018052682280540466, 0.05828089267015457, 0.015223933383822441, -0.015861671417951584, 0.05290955677628517, -0.04658932238817215, -0.05226703733205795, -0.02780868671834469, -0.03334113955497742, 0.2007891982793808, 0.13218611478805542, -0.03443000465631485, 0.02037544548511505, -0.09470982104539871, 0.03298591077327728, -0.0159987211227417, 0.02445867285132408, 0.10297570377588272, -0.13213564455509186, -0.05796245485544205, 0.04009253904223442, -0.053070928901433945, 0.04218702390789986, 0.05897612124681473, -0.03872799873352051, -0.10138165205717087, 0.05819515138864517, 0.15080802142620087, -0.13830482959747314, 0.1781780868768692, 0.17618328332901, 0.05299188941717148, 0.17335300147533417, -0.05688551068305969, -0.06524170190095901, -0.036079589277505875, -0.053724512457847595, -0.024652699008584023, 0.15128181874752045, -0.04505690187215805, 0.06130504235625267, 0.08902706205844879, 0.011797144077718258, 0.10692032426595688, -0.08242931216955185, -0.09496139734983444, -0.011500961147248745, 0.03444970026612282, -0.13115957379341125, -0.004698740318417549, -0.014527304098010063, 0.05793686583638191, -0.026600871235132217, 0.044655729085206985, 0.15597273409366608, 0.0138164097443223, -0.030300423502922058, 0.11510578542947769, -0.17601726949214935, -0.19252179563045502, -0.003766106441617012, -0.17494206130504608, -0.026001835241913795, 0.013605661690235138, 0.010515743866562843, -0.1391821950674057, 0.028406638652086258, 0.032990001142024994, -0.17993126809597015, -0.20488549768924713, -0.0336870476603508, 0.026353565976023674, 0.01719173975288868, -0.05401713773608208, -0.08206384629011154, 0.02323628030717373, -0.03153201937675476, 0.06023193523287773, 0.10520865768194199, -0.0854828953742981, 0.11301262676715851, 0.06818707287311554, -0.04700634628534317, 0.05913000553846359, -0.022357773035764694, 0.02082856371998787, -0.026287993416190147, -0.044104646891355515, 0.0450243279337883, 0.00691080279648304, 0.025707336142659187, 0.050674449652433395, 0.07721216976642609, -0.11035193502902985, -0.08682858943939209, -0.029665278270840645, -0.21605749428272247, -0.21625220775604248, -0.16213655471801758, -0.0804068073630333, 0.08350679278373718, 0.05417202413082123, 0.08194835484027863, 0.09879641979932785, 0.05576646327972412, 0.16219991445541382, -0.05730079486966133, -0.0964333713054657, 0.022818222641944885, -0.007014847360551357, 0.03972557559609413, 0.000793233688455075, -0.11025536805391312, 0.033814962953329086, 0.15129302442073822, 0.20971795916557312, 0.25725051760673523, 0.10022425651550293, 0.029632722958922386, 0.029660290107131004, 0.08196169137954712, 0.09946992248296738, 0.10400316119194031, 0.14852485060691833, -0.005841027945280075, 0.0061805532313883305, -0.015747560188174248, -0.09981343895196915, -0.027347052469849586, 0.18081553280353546, -0.17182642221450806, 0.011537142097949982, -0.2046717405319214, -0.00336913182400167, -0.22752322256565094, 0.09106505662202835, -0.18339447677135468, 0.06448177993297577, 0.01601322926580906, 0.1606912612915039, -0.037503909319639206, 0.09500952064990997, -0.0063409521244466305, -0.007657888811081648, 0.11086506396532059, 0.05793052539229393, 0.06988745927810669, -0.06786706298589706, -0.006909813731908798, -0.15381304919719696, -0.11915270984172821, 0.011293678544461727, 0.14553937315940857, -0.13419152796268463, 0.21070368587970734, 0.005860054399818182, -0.02327505685389042, -0.08786512166261673, -0.09679585695266724, -0.03635992854833603, -0.08316081762313843, 0.1563246101140976, 0.04676187038421631, -0.18124060332775116, -0.1466609239578247, -0.1412111222743988, -0.008511161431670189, 0.08635737001895905, -0.02954375557601452, -0.12369150668382645, 0.08159356564283371, 0.01701945811510086, -0.07086591422557831, -0.04775860533118248, -0.06702007353305817, -0.14072972536087036, 0.0242951400578022, 0.06510103493928909, -0.19214996695518494, 0.04993349686264992, -0.014238616451621056, 0.020369093865156174, 0.1631312519311905, 0.02567591890692711, 0.0007822912302799523, -0.11090710014104843, -0.017729444429278374, 0.1451025903224945, 0.012444896623492241, 0.00485962675884366, -0.013609143905341625, -0.019085904583334923, -0.001258848118595779, -0.1816815733909607, 0.019602583721280098, -0.035545993596315384, 0.1141703650355339, -0.12354697287082672, 0.08374686539173126, -0.014720028266310692, -0.007901397533714771, -0.022543415427207947, 0.07721764594316483, -0.03221012279391289, -0.08991098403930664, 0.17360436916351318, -0.003782104467973113, 0.1225411593914032, 0.19026672840118408, 0.029954684898257256, -0.007822233252227306, 0.13240684568881989, -0.05319533497095108, 0.13931907713413239, 0.23520809412002563, -0.061867307871580124, 0.24735508859157562, 0.23799216747283936, -0.11565110832452774, -0.22863788902759552, -0.0373150110244751, -0.16652531921863556, -0.056915950030088425, 0.037371158599853516, -0.20813751220703125, 0.12990503013134003, 0.16261835396289825, -0.033261802047491074, 0.20727519690990448, -0.020704122260212898, -0.016598787158727646, 0.18036384880542755, 0.006429758854210377, 0.49230319261550903, -0.0724000409245491, -0.11627351492643356, -0.1029825285077095, -0.07705988734960556, 0.3075138032436371, -0.06018414348363876, 0.05518127605319023, -0.009611629880964756, -0.002118365839123726, 0.0071508255787193775, -0.0655042827129364, 0.22123751044273376, 0.02564891241490841, 0.04717289283871651, -0.05040278658270836, -0.015468809753656387, 0.14050772786140442, -0.0807841569185257, 0.005077251698821783, -0.009575234726071358, 0.05820324271917343, -0.10628723353147507, -0.012677681632339954, 0.006206969730556011, 0.03236740455031395, 0.037069182842969894, -0.02754654362797737, -0.09889552742242813, 0.0040275827050209045, -0.047898806631565094, 0.004481864161789417, 0.09867361187934875, 0.0027676199097186327, 0.12675374746322632, 0.08882153779268265, 0.023507729172706604, -0.01804340071976185, -0.02227005921304226, -0.11317798495292664, -0.11277640610933304, 0.07367724925279617, -0.1839280128479004, 0.022814592346549034, 0.15998058021068573, 0.05130511149764061, -0.02861478552222252, 0.05095100402832031, 0.009294964373111725, 0.011376035399734974, 0.12617255747318268, -0.08976689726114273, 0.0010644391877576709, 0.08615026623010635, -0.09393066167831421, 0.05622022598981857, 0.052551351487636566, 0.0839264988899231, 0.012481552548706532, 0.001024881494231522, -0.01657472923398018, 0.052098460495471954, -0.07244126498699188, 0.04738309234380722, 0.08379541337490082, 0.05490914732217789, -0.14186319708824158, 0.2571309804916382, 0.08846473693847656, -0.03889765590429306, 0.05499820038676262, -0.06013467162847519, -0.07305938750505447, -0.08765582740306854, 0.007609332446008921, 0.24564816057682037, -0.10868406295776367, -0.11211074143648148, 0.054930996149778366, 0.01591443456709385, 0.0559832826256752, 0.10211265832185745, -0.02668398804962635, 0.0837549939751625, -0.02123519591987133, -0.02944907359778881, -0.03611307963728905, -0.04922308027744293, -0.08558986335992813, 0.014455463737249374, 0.0014418103964999318, -0.1977870911359787, -0.038697749376297, 0.12732627987861633, -0.055309098213911057, -0.10511746257543564, -0.12993542850017548, 0.07482297718524933, -0.18902470171451569, 0.07014328986406326, 0.04963509365916252, 0.02112085372209549, 0.027310194447636604, 0.02090355195105076, -0.061034563928842545, -0.03341798484325409, -0.1096118614077568, 0.11135084927082062, 0.07150544971227646, 0.03368309140205383, -0.10350401699542999, -0.014346357434988022, 0.0761832669377327, 0.05707301199436188, 0.0453539602458477, 0.12510880827903748, 0.006799277849495411, 0.09103760868310928, -0.16412004828453064, -0.06890220940113068, 0.026083549484610558, 0.05269014462828636, 0.05963851138949394, 0.05259103327989578, -0.01897869072854519, 0.14578968286514282, -0.04424741491675377, 0.0510876439511776, -0.08258239924907684, -0.06683379411697388, -0.07231415063142776, -0.11539353430271149, -0.16691696643829346, -0.0022515698801726103, -0.06733645498752594, 0.19473792612552643, 0.03119036741554737, -0.04983038082718849, 0.10791927576065063, 0.07276879996061325, -0.011076738126575947, -0.07819546014070511, 0.019333727657794952, -0.1548570990562439, 0.0033416009973734617, 0.03763565421104431, 0.04741440713405609, -0.03009911999106407, 0.46059152483940125, 0.008009588345885277, -0.10322576016187668, -0.08924682438373566, 0.05002190172672272, -0.10338422656059265, 0.005720555782318115, 0.38605669140815735, 0.08986184000968933, -0.027625082060694695, -0.009874297305941582, 0.0869097113609314, -0.05751444026827812, 0.08042054623365402, 0.10713399201631546, 0.0630640909075737, 0.06263871490955353, -0.03489656373858452, -0.04778485745191574, -0.12371262162923813, -0.010324116796255112, 0.017328990623354912, 0.07677827030420303, 0.08101935684680939, 0.06316495686769485, -0.11166463047266006, 0.012014171108603477, -0.023713774979114532, 0.0649736151099205, -0.03516410291194916, -0.07866792380809784, -0.08725859969854355, -0.1702655851840973, -0.020059015601873398, -0.06418120115995407, 0.04349669814109802, -0.06220487505197525, -0.037984877824783325, 0.21475999057292938, 0.05402068421244621, 0.030218401923775673, 0.0023655015975236893, -0.05239856615662575, 0.07412052899599075, -0.010262792930006981, -0.04646017402410507, -0.020751534029841423, -0.06514201313257217, -0.07463625818490982, 0.024063095450401306, 0.0010595759376883507, -0.014234154485166073, 0.015226018615067005, 0.11383975297212601, 0.06274141371250153, -0.09097661823034286, -0.06944561749696732, -0.02483607456088066, 0.036955539137125015, -0.04998107627034187, 0.13443563878536224, -0.014669296331703663, 0.009274601005017757, 0.06001073494553566, 0.10345985740423203, 0.03922833502292633, 0.058838460594415665, 0.03655711188912392, 0.06443370133638382, -0.04157689958810806, 0.04128928482532501, -0.0030832963529974222, -0.05153845623135567, -0.05498700216412544, 0.14707031846046448, 0.23556162416934967, -0.012908454984426498, -0.004815630614757538, 0.07702819257974625, 0.03317289426922798, 0.03706113249063492, 0.13929922878742218, -0.03547992929816246, 0.12914738059043884, -0.02990363910794258, -0.01891215704381466, 0.054395370185375214, -0.021146096289157867, -0.05668508633971214, 0.10271046310663223, 0.00010144366387976333, -0.053321704268455505, -0.15050052106380463, 0.09902234375476837, -0.2060621678829193, 0.05351260304450989, 0.19403420388698578, -0.13006898760795593, -0.14223287999629974, -0.007075497414916754, 0.07535320520401001, -0.022450385615229607, -0.06171964481472969, -0.0807572454214096, -0.03375725448131561, -0.06405285000801086, -0.04256576672196388, -0.29550114274024963, -0.17727813124656677, -0.02983005717396736, 0.15421132743358612, 0.16032561659812927, -0.04118075966835022, 0.12547306716442108, 0.030285635963082314, 0.0439641997218132, -0.07904356718063354, 0.06102388724684715, -0.01994417980313301, 0.014347636140882969, 0.01683880016207695, 0.028769513592123985, -0.0970950648188591, -0.011955015361309052, 0.1241406574845314, 0.021728092804551125, -0.08506351709365845, 0.2747066020965576, 0.029026877135038376, 0.05313411355018616, -0.024450240656733513, -0.10852780193090439, 0.10042982548475266, -0.04567413404583931, -0.008938315324485302, -0.036620594561100006, -0.017196180298924446, 0.14971180260181427, -0.00527369836345315, -0.1571071892976761, -0.06844041496515274, 0.02298683673143387, -0.06820514053106308, 0.20258411765098572, 0.04757064953446388, -0.14314791560173035, 0.06404746323823929, -0.08558888733386993, 0.016948962584137917, 0.0004807762452401221, 0.0359305664896965, 0.09280160069465637, 0.040694672614336014, -0.06872879713773727, -0.061742864549160004, 0.05610811337828636, -0.02027193084359169, -0.033864766359329224, -0.08859498798847198 ]
57a4f29169678957f4b4596499d087bc0c99f98f
# Dataset Card for "robosmallreviewed" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
homangab/robosmallreviewed
[ "region:us" ]
2023-03-19T18:18:32+00:00
{"dataset_info": {"features": [{"name": "pixel_values", "dtype": "image"}, {"name": "label", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 9692753.0, "num_examples": 23}], "download_size": 777864, "dataset_size": 9692753.0}}
2023-03-19T19:14:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "robosmallreviewed" More Information needed
[ "# Dataset Card for \"robosmallreviewed\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"robosmallreviewed\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"robosmallreviewed\"\n\nMore Information needed" ]
[ -0.04974726587533951, 0.17230503261089325, -0.004587227012962103, -0.038672950118780136, 0.12295293807983398, 0.04426712542772293, 0.08749177306890488, 0.056614626199007034, 0.07675932347774506, -0.006615650840103626, 0.07751911133527756, 0.15033787488937378, 0.004549105651676655, 0.19806060194969177, -0.0764610692858696, -0.05252400413155556, 0.07568169385194778, 0.007706163916736841, -0.06022442877292633, 0.031589411199092865, 0.043891191482543945, -0.0861072912812233, 0.09247428923845291, -0.14094646275043488, -0.17972667515277863, 0.06311105936765671, -0.018834423273801804, -0.08971976488828659, 0.04742274433374405, -0.09732168167829514, 0.11620735377073288, -0.005228070076555014, 0.018950773403048515, -0.07237625867128372, 0.017788182944059372, -0.010016163811087608, -0.06908082962036133, 0.05194951966404915, -0.008865155279636383, -0.13685807585716248, 0.0673820972442627, 0.014869880862534046, 0.05573808774352074, -0.04089939221739769, -0.14067500829696655, -0.22108930349349976, -0.15221674740314484, -0.07935511320829391, 0.05204523727297783, -0.0255266260355711, 0.05947854369878769, 0.17071078717708588, -0.14961308240890503, 0.03906215727329254, 0.06181948632001877, 0.029395032674074173, 0.01742541790008545, 0.1481030434370041, -0.014352899044752121, 0.06073774769902229, -0.017905229702591896, 0.08360659331083298, 0.09564574062824249, -0.009740489535033703, -0.0863327756524086, -0.06666260957717896, -0.2639353573322296, 0.0828394666314125, -0.015274472534656525, -0.10159458220005035, 0.29246848821640015, -0.03627760708332062, -0.019655264914035797, 0.04918645694851875, 0.008089653216302395, 0.0003687882563099265, 0.014669698663055897, 0.05597923323512077, 0.008451761677861214, -0.022989172488451004, -0.08191175758838654, 0.008042690344154835, -0.07000886648893356, -0.11244695633649826, -0.17021967470645905, 0.10846290737390518, -0.051428813487291336, 0.14206616580486298, -0.24140512943267822, -0.004120433237403631, 0.06384968012571335, 0.009823008440434933, 0.0023368478287011385, -0.09571225941181183, 0.015994925051927567, -0.01873912289738655, 0.03680470585823059, 0.07462999224662781, 0.14137659966945648, 0.28144681453704834, 0.040850162506103516, -0.01785803586244583, -0.05591520667076111, 0.05481934919953346, 0.17927321791648865, -0.10664135217666626, 0.035908736288547516, -0.012847669422626495, 0.002341104671359062, -0.12740564346313477, -0.012853758409619331, -0.10261797159910202, -0.07971584051847458, 0.028110705316066742, -0.030772246420383453, 0.13901519775390625, 0.055318765342235565, -0.13460618257522583, -0.018278159201145172, -0.009879008866846561, 0.13527564704418182, -0.06368682533502579, 0.003027744358405471, -0.0292032640427351, -0.05130241438746452, -0.07671388983726501, -0.10298608988523483, -0.003223303472623229, 0.08259940147399902, 0.03884191811084747, -0.08000153303146362, -0.055190280079841614, -0.02103039249777794, -0.01831154152750969, 0.07954604923725128, -0.21012914180755615, 0.13698121905326843, -0.15227672457695007, -0.23234900832176208, -0.009459163062274456, 0.0064536212012171745, -0.05296901613473892, 0.10932174324989319, 0.006753158755600452, 0.0944531261920929, -0.04083779826760292, -0.058825090527534485, 0.2229594737291336, -0.07000777125358582, 0.05053408071398735, -0.0297340527176857, 0.09885938465595245, -0.14417782425880432, 0.01858290284872055, -0.17249850928783417, -0.0284502562135458, 0.00036141634336672723, 0.014336861670017242, -0.10195741057395935, 0.1419762223958969, -0.054345883429050446, 0.0597001314163208, -0.08823078125715256, 0.05135425552725792, -0.036414891481399536, 0.07733920216560364, -0.0647648498415947, -0.058037206530570984, 0.14405019581317902, -0.13373851776123047, -0.14414985477924347, -0.012701194733381271, -0.07823144644498825, 0.11472051590681076, 0.06142310053110123, 0.29441678524017334, 0.0547039695084095, -0.04234466701745987, -0.040723446756601334, 0.08077879250049591, -0.1362926959991455, -0.2782047390937805, 0.049150414764881134, -0.03345530107617378, -0.18760615587234497, 0.023252254351973534, 0.07872030884027481, 0.011500091291964054, -0.09534700214862823, -0.05587557330727577, 0.04136067256331444, -0.11874332278966904, 0.019451547414064407, 0.0009624452795833349, 0.07147125154733658, -0.034530699253082275, 0.16177111864089966, -0.028130831196904182, 0.07035552710294724, 0.04714004695415497, -0.06508007645606995, -0.0111622903496027, 0.15108804404735565, -0.13677449524402618, 0.003244109218940139, -0.21487441658973694, -0.07757802307605743, -0.004283147398382425, -0.06922396272420883, 0.03234561160206795, 0.03125890716910362, 0.06072371080517769, -0.05469174683094025, 0.033115167170763016, 0.05790746212005615, 0.13831660151481628, 0.03819863498210907, 0.024428334087133408, 0.012691106647253036, 0.06225736066699028, -0.15297967195510864, -0.11125461757183075, -0.035220660269260406, -0.06586538255214691, 0.11252559721469879, 0.08830057084560394, 0.08939310163259506, 0.008503302000463009, 0.06034962832927704, 0.03609388321638107, 0.003540452104061842, -0.026150159537792206, 0.008735783398151398, -0.022924087941646576, 0.012662903405725956, 0.06702551990747452, -0.05604638159275055, 0.12564650177955627, 0.12324182689189911, -0.049015846103429794, 0.003973914310336113, -0.02113514021039009, 0.00312616815790534, 0.0009993138955906034, -0.09605493396520615, 0.010649211704730988, -0.045962657779455185, -0.07209688425064087, 0.03416365757584572, -0.013867142610251904, 0.022081347182393074, 0.027286166325211525, -0.06607761234045029, -0.1037987694144249, 0.08993656188249588, 0.12132696062326431, -0.1263178586959839, 0.1481698602437973, 0.16610778868198395, 0.11458814889192581, 0.1680334210395813, -0.05697380006313324, -0.06601447612047195, 0.0063788676634430885, -0.07188496738672256, -0.02380015328526497, 0.12124672532081604, -0.04689686745405197, -0.01677425391972065, 0.10678558051586151, -0.01766124740242958, 0.1056792140007019, -0.08367566764354706, -0.08384086936712265, -0.02777593582868576, 0.044254932552576065, -0.09483874589204788, 0.09095689654350281, -0.0020171694923192263, 0.08635315299034119, -0.01532779261469841, -0.015323687344789505, 0.10274948179721832, -0.010693971067667007, 0.002213524654507637, 0.12118721008300781, -0.13528716564178467, -0.2437983900308609, -0.06634565442800522, -0.17235399782657623, 0.07008051127195358, 0.030069418251514435, -0.0184036772698164, -0.148373082280159, -0.046836286783218384, 0.03769645094871521, -0.03152044117450714, -0.10945572704076767, -0.035291966050863266, 0.04095826297998428, 0.07026433199644089, -0.11379849165678024, -0.09300527721643448, 0.010232343338429928, -0.05497448146343231, 0.048414915800094604, 0.1657601147890091, -0.07805817574262619, 0.1645365208387375, 0.04082943871617317, -0.025952953845262527, 0.04758131876587868, -0.023767532780766487, 0.04672864079475403, -0.031041374430060387, -0.11210506409406662, 0.1353275626897812, 0.05514318868517876, -0.025303978472948074, 0.0575869083404541, 0.025392798706889153, -0.14597424864768982, 0.01843111589550972, -0.05323376506567001, -0.22309893369674683, -0.2511952519416809, -0.12297838181257248, -0.03360320255160332, 0.08802678436040878, 0.12018705159425735, 0.044125333428382874, -0.004375457763671875, 0.0865074098110199, 0.1287391483783722, 0.03301429748535156, -0.12857533991336823, -0.005653453059494495, -0.04214635491371155, -0.011258263140916824, -0.022511862218379974, -0.14316464960575104, -0.04972362145781517, 0.15471121668815613, 0.1460549384355545, 0.263534277677536, 0.08200642466545105, 0.022300023585557938, 0.0023017292842268944, 0.026190074160695076, 0.11143391579389572, 0.16274943947792053, 0.10246923565864563, 0.00853459071367979, -0.017358532175421715, 0.034632254391908646, -0.10311909019947052, -0.0011253345292061567, 0.06559278815984726, -0.1716146469116211, 0.031910866498947144, -0.08261822909116745, 0.016888709738850594, -0.12716838717460632, 0.07725168019533157, -0.19470691680908203, 0.0679578110575676, 0.026048041880130768, 0.15815578401088715, -0.05663066357374191, 0.09179925173521042, 0.02348966896533966, -0.07187405228614807, 0.017325514927506447, 0.003163927001878619, 0.04988496005535126, -0.10172097384929657, -0.02548261359333992, -0.15478286147117615, -0.05389915406703949, -0.0040067690424621105, 0.1007390096783638, -0.12203345447778702, 0.23232588171958923, 0.007132893893867731, -0.010000670328736305, -0.10441692173480988, -0.07433764636516571, -0.0036151837557554245, -0.10530772805213928, 0.16601495444774628, 0.03534974902868271, -0.3638361394405365, -0.1843039095401764, -0.10605423152446747, 0.004189876839518547, 0.08279018104076385, -0.0684596598148346, -0.0799904465675354, 0.0350794643163681, 0.007736922707408667, -0.08646144717931747, -0.3650898039340973, 0.05740530043840408, -0.09101036190986633, -0.025165628641843796, -0.01936269924044609, -0.13704438507556915, 0.0060656326822936535, 0.013050427660346031, 0.0713280588388443, -0.0663982480764389, 0.09372945874929428, -0.00760634895414114, -0.06867688149213791, -0.02915854938328266, 0.16906031966209412, -0.05453227832913399, 0.022533997893333435, 0.011384266428649426, -0.04992969334125519, -0.020914332941174507, -0.183130145072937, 0.07629003375768661, -0.08501888066530228, 0.069206103682518, -0.07112825661897659, 0.057056132704019547, -0.012525694444775581, 0.033810026943683624, -0.0080481031909585, 0.07094836980104446, -0.05744088068604469, -0.0493827685713768, 0.14629970490932465, -0.07152600586414337, 0.12784504890441895, 0.2954463064670563, 0.043909911066293716, -0.06647812575101852, 0.07665736228227615, -0.0636008009314537, 0.14606180787086487, 0.16881287097930908, -0.04007675126194954, 0.19035004079341888, 0.224484384059906, -0.06557531654834747, -0.31516140699386597, -0.023284759372472763, -0.20804855227470398, -0.024978458881378174, 0.035632554441690445, -0.1875065565109253, 0.1357971727848053, 0.10404273122549057, -0.02901633083820343, 0.2552627921104431, -0.07887428998947144, -0.015311245806515217, 0.23493516445159912, 0.027597103267908096, 0.42158204317092896, -0.08570501208305359, -0.08710247278213501, -0.04566270858049393, -0.09916965663433075, 0.22594022750854492, -0.14449045062065125, -0.003125963266938925, 0.0009541565086692572, 0.13790132105350494, -0.008952265605330467, -0.046398334205150604, 0.1608601212501526, 0.05814719200134277, 0.11766509711742401, -0.08847557008266449, -0.21012604236602783, 0.13912490010261536, -0.04917372390627861, -0.0012098300503566861, 0.11230924725532532, 0.04982023313641548, -0.12839652597904205, -0.00219778367318213, -0.003088027238845825, 0.04346983879804611, 0.08571115136146545, -0.07714799791574478, -0.09241056442260742, 0.020628295838832855, -0.140321284532547, -0.041854023933410645, 0.1861506998538971, 0.02448415197432041, 0.06904079765081406, 0.08267579227685928, 0.008397217839956284, -0.044485948979854584, 0.11922673135995865, -0.05663733556866646, -0.10959935933351517, 0.07695160806179047, -0.15799687802791595, 0.024754872545599937, 0.08857698738574982, 0.052651818841695786, 0.04649762064218521, 0.009191151708364487, -0.006757323630154133, 0.0894060879945755, 0.1517600566148758, -0.11274963617324829, -0.013958444818854332, 0.08367857336997986, -0.13563820719718933, 0.00423709861934185, 0.06299261748790741, 0.06104469671845436, 0.07151620090007782, -0.028284501284360886, -0.054024409502744675, 0.07707605510950089, -0.030272038653492928, 0.11001575738191605, 0.11489912122488022, 0.01253575086593628, -0.17737863957881927, 0.22172696888446808, 0.05617349594831467, -0.10188290476799011, 0.0016932922881096601, -0.09242565929889679, -0.07288607954978943, -0.08208590745925903, -0.0922081395983696, 0.2631152272224426, -0.13856293261051178, -0.0819777175784111, -0.029672931879758835, -0.021122973412275314, 0.029979737475514412, 0.08876173943281174, 0.04649139568209648, 0.09596341103315353, 0.035062748938798904, -0.006333184894174337, -0.05737501010298729, -0.06365144997835159, -0.00040320694097317755, 0.010791698470711708, -0.032134316861629486, -0.14246949553489685, -0.03615027666091919, 0.14779704809188843, -0.06840146332979202, -0.07482831925153732, -0.13617783784866333, 0.07898002862930298, -0.1602480709552765, 0.02934194728732109, -0.03004261665046215, 0.01564648002386093, 0.0034459978342056274, 0.030058925971388817, -0.0628652572631836, -0.031796760857105255, -0.14126504957675934, 0.12890136241912842, 0.03501100465655327, 0.055123891681432724, -0.0673191249370575, -0.026341432705521584, 0.09660513699054718, 0.03947034478187561, 0.08166282624006271, 0.15423215925693512, 0.047111328691244125, 0.11383106559515, -0.13852356374263763, -0.13247661292552948, 0.07914537191390991, 0.020540371537208557, 0.09351155161857605, 0.014078633859753609, -0.0205363966524601, 0.07954598218202591, -0.003028827952221036, 0.04773996025323868, -0.10246272385120392, -0.10629858821630478, 0.05955750495195389, -0.11078867316246033, -0.12599362432956696, -0.0022768632043153048, -0.014232387766242027, 0.18161541223526, 0.06618663668632507, 0.0069586122408509254, 0.050486184656620026, 0.0292307510972023, 0.02347027324140072, -0.04840655252337456, -0.04487019404768944, -0.15424560010433197, -0.05470144376158714, 0.0539129339158535, 0.027015719562768936, -0.03783921152353287, 0.4821614921092987, 0.02791094034910202, -0.08912279456853867, -0.05910369008779526, 0.13604192435741425, -0.022069428116083145, 0.006074578035622835, 0.22657866775989532, 0.08761706203222275, -0.04881502315402031, -0.09124796092510223, 0.0824778825044632, 0.025858199223876, 0.09797962009906769, 0.06744520366191864, 0.1412777155637741, 0.117526113986969, -0.04864823818206787, 0.03853992372751236, -0.047655053436756134, 0.08697103708982468, -0.03678777441382408, 0.021459322422742844, 0.016107097268104553, 0.050630513578653336, -0.0788097158074379, 0.10800504684448242, -0.045694731175899506, 0.013144590891897678, -0.016495464369654655, -0.028201518580317497, -0.09463044255971909, -0.14170236885547638, -0.07032132148742676, -0.042324427515268326, 0.060757409781217575, -0.043017271906137466, -0.021053679287433624, 0.189503476023674, 0.04453614354133606, 0.023112144321203232, 0.012759710662066936, -0.10102809965610504, 0.056617822498083115, 0.040481094270944595, -0.03446275368332863, -0.08249559253454208, 0.03560488298535347, -0.08022437244653702, 0.0401330329477787, -0.01267184130847454, -0.006319024600088596, -0.028022775426506996, 0.029473818838596344, 0.04405854642391205, -0.13806766271591187, -0.045745786279439926, -0.06573803722858429, 0.07326418161392212, -0.09781526774168015, 0.018981928005814552, 0.05548212677240372, 0.029018092900514603, 0.06771428138017654, 0.17423805594444275, 0.014844498597085476, 0.04788483679294586, -0.06200597435235977, -0.08037373423576355, -0.028392774984240532, 0.09126169979572296, 0.0013413631822913885, -0.05413695424795151, -0.022440725937485695, 0.09247326850891113, 0.3090159595012665, 0.028704356402158737, -0.022004593163728714, -0.013889510184526443, 0.05113787576556206, 0.021131927147507668, 0.14269991219043732, 0.025087764486670494, 0.1225365623831749, -0.008084100671112537, -0.1122632622718811, 0.015968138352036476, -0.027193160727620125, -0.008871570229530334, 0.007657157257199287, 0.03932706266641617, -0.059425536543130875, -0.08957041800022125, 0.12547045946121216, -0.19261062145233154, -0.00938477274030447, 0.08768805861473083, -0.132944718003273, -0.12791919708251953, 0.0021583999041467905, 0.031487010419368744, 0.04093953222036362, 0.037199851125478745, -0.08157550543546677, -0.045014504343271255, -0.08831117302179337, -0.02092333883047104, -0.34142428636550903, -0.19289043545722961, 0.032145991921424866, 0.1873612254858017, 0.12819921970367432, -0.04742245748639107, 0.06311765313148499, 0.030145378783345222, 0.00029714033007621765, -0.10841825604438782, 0.05341889336705208, 0.0045611672103405, 0.034503139555454254, 0.03236602619290352, 0.0337294302880764, -0.08743423223495483, -0.045015398412942886, 0.0857686698436737, 0.040702786296606064, -0.016061771661043167, 0.07797756791114807, 0.017166266217827797, -0.03725552558898926, -0.014855315908789635, -0.09987258911132812, 0.1279611736536026, 0.02772553265094757, 0.007397165521979332, 0.02487698569893837, 0.030435433611273766, 0.10186249017715454, 0.06574844568967819, -0.10814213752746582, -0.08938749134540558, 0.025844207033514977, -0.09319441765546799, 0.1451053023338318, -0.010363004170358181, -0.15675987303256989, 0.08046915382146835, -0.13077490031719208, 0.027651464566588402, -0.0032505060080438852, 0.0850859060883522, 0.07176706194877625, 0.07126528024673462, -0.03359313681721687, 0.03195364773273468, 0.030269520357251167, 0.03228016197681427, -0.04289613664150238, -0.10285381972789764 ]
9217a80ee2e1f078bc3ba3f9272114e08a181fdd
# Dataset Card for "cup-it-ds-classification-pairwise" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ummagumm-a/cup-it-ds-classification-pairwise
[ "region:us" ]
2023-03-19T19:30:40+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "struct": [{"name": "score", "dtype": "int64"}, {"name": "text", "dtype": "string"}]}, {"name": "rejected", "struct": [{"name": "score", "dtype": "int64"}, {"name": "text", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 341356800, "num_examples": 281940}], "download_size": 196778839, "dataset_size": 341356800}}
2023-03-19T19:31:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification-pairwise" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification-pairwise\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification-pairwise\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification-pairwise\"\n\nMore Information needed" ]
[ -0.09706006199121475, 0.14220520853996277, -0.005836984608322382, -0.006479048170149326, 0.09442010521888733, 0.14221104979515076, 0.09330227971076965, 0.03292310982942581, 0.16022823750972748, -0.07750746607780457, 0.06865595281124115, 0.07463788986206055, 0.05836445465683937, 0.2225698083639145, -0.12023165076971054, -0.10517660528421402, 0.05292094126343727, 0.03283240273594856, -0.14196427166461945, 0.06756962090730667, 0.03384120389819145, -0.044426001608371735, 0.020634062588214874, -0.1376444548368454, -0.1439773142337799, 0.04803464561700821, -0.03222621977329254, -0.07187340408563614, 0.03960075229406357, -0.09663043171167374, 0.258260577917099, 0.0527091808617115, 0.0142548568546772, -0.1524060219526291, 0.036307986825704575, 0.0013677607057616115, -0.05097244307398796, 0.08509134501218796, 0.04141320660710335, -0.08987830579280853, -0.09385668486356735, -0.026412764564156532, 0.05766064301133156, -0.035216473042964935, -0.09272964298725128, -0.17662698030471802, -0.10092376917600632, -0.015138769522309303, 0.06229294463992119, -0.1302332580089569, 0.06930568814277649, 0.05437957122921944, -0.1969713419675827, -0.017027242109179497, -0.08785997331142426, -0.045217983424663544, 0.04557347670197487, 0.2370215654373169, -0.14874021708965302, 0.05039132758975029, -0.012795827351510525, 0.04655058681964874, 0.03625050187110901, -0.026420574635267258, -0.05621033534407616, -0.031192898750305176, -0.0675123855471611, 0.09685396403074265, -0.036820121109485626, -0.06827427446842194, 0.3123510479927063, 0.015622470527887344, 0.0024306210689246655, 0.036238279193639755, -0.0025665571447461843, -0.040362127125263214, -0.0055885910987854, -0.005261644255369902, 0.06797654926776886, 0.021955253556370735, 0.12158454954624176, 0.10896581411361694, -0.0870099812746048, -0.14228230714797974, -0.22232015430927277, 0.07868445664644241, -0.05432672053575516, 0.1254805475473404, -0.14877672493457794, -0.009717004373669624, 0.02780882455408573, 0.03896258398890495, -0.020158912986516953, -0.1300325095653534, -0.13354258239269257, -0.09875994175672531, -0.009946051053702831, 0.11087482422590256, 0.11147142201662064, 0.06760697066783905, -0.008281070739030838, 0.034996096044778824, 0.0025799975264817476, 0.04561091586947441, 0.21361662447452545, -0.12443481385707855, 0.00006823770672781393, 0.061211589723825455, -0.09916062653064728, -0.13005150854587555, -0.0765971839427948, -0.08485106378793716, -0.1166742816567421, -0.011572207324206829, -0.07752343267202377, 0.11636927723884583, -0.09005249291658401, -0.03799236938357353, -0.06727494299411774, -0.09196872264146805, 0.24638661742210388, -0.10224482417106628, 0.03691427409648895, 0.040342576801776886, -0.04026034474372864, 0.037478312849998474, -0.17276321351528168, 0.018848517909646034, 0.0941072553396225, 0.16954487562179565, -0.03854446858167648, -0.02312583290040493, -0.051571983844041824, -0.029922377318143845, 0.02742869220674038, -0.16771316528320312, 0.022798482328653336, -0.08712264150381088, -0.2115786373615265, 0.047119513154029846, 0.009659772738814354, -0.02037774585187435, 0.18943750858306885, 0.01069327350705862, 0.09510135650634766, 0.000008276393600681331, -0.047611404210329056, 0.07608101516962051, -0.10315489023923874, 0.0024603356141597033, -0.06810256093740463, 0.08034055680036545, -0.2511732280254364, 0.06088249757885933, -0.08443095535039902, 0.038644976913928986, -0.11734801530838013, 0.07791411131620407, -0.1282607465982437, 0.04519421234726906, -0.05964663252234459, -0.0071556647308170795, -0.11090654134750366, 0.023472070693969727, -0.11907258629798889, 0.07637830078601837, -0.2529442608356476, -0.06977861374616623, 0.07141171395778656, -0.13435609638690948, -0.10603422671556473, -0.056918829679489136, -0.05390214920043945, -0.02972778119146824, 0.0428762249648571, 0.32195860147476196, 0.1507316529750824, 0.048361651599407196, -0.03011811152100563, 0.18905796110630035, -0.15310980379581451, -0.23308002948760986, 0.09227269142866135, -0.03638550266623497, -0.16983428597450256, 0.02212068997323513, 0.002038009697571397, -0.03596916422247887, -0.03298010677099228, -0.05446678772568703, 0.0683094784617424, -0.08680451661348343, 0.05744779482483864, -0.012033430859446526, 0.04666466638445854, 0.019672559574246407, 0.17982836067676544, 0.09996658563613892, 0.08666487783193588, 0.03590970113873482, -0.08060507476329803, -0.04964727908372879, 0.08495011180639267, -0.030166110023856163, -0.0004714434326160699, -0.19132931530475616, -0.09810672700405121, 0.051211319863796234, 0.057078685611486435, -0.02905971370637417, 0.030755627900362015, 0.03687773644924164, -0.0777720957994461, -0.0007652512867935002, 0.06694407016038895, 0.14218905568122864, 0.05003659054636955, 0.06271449476480484, -0.022763840854167938, 0.00954365637153387, -0.10000036656856537, -0.05311376228928566, -0.04244684427976608, -0.08215261995792389, 0.20274144411087036, 0.05251932889223099, 0.05550475791096687, 0.036781858652830124, 0.04127154126763344, 0.0473446398973465, 0.014715335331857204, -0.03871634975075722, 0.08134032040834427, -0.07255614548921585, -0.03842928633093834, 0.03730718791484833, 0.009604000486433506, 0.16911183297634125, 0.1257665604352951, -0.05201006308197975, -0.01330505684018135, -0.15532715618610382, 0.049369148910045624, 0.0184245016425848, 0.027134958654642105, 0.016026748344302177, -0.052087992429733276, -0.03670033812522888, 0.03985600546002388, -0.04852234199643135, 0.0049281734973192215, 0.0028701992705464363, 0.067506343126297, -0.12820488214492798, 0.007662600837647915, 0.15999694168567657, -0.23190928995609283, 0.1364942193031311, 0.26892155408859253, 0.1563451588153839, 0.1396181881427765, -0.09326470643281937, -0.03500882908701897, -0.02570015750825405, -0.057347215712070465, -0.07622677832841873, 0.12823008000850677, -0.011115037836134434, 0.0017244003247469664, 0.077470563352108, 0.06204555556178093, 0.051971226930618286, -0.09498802572488785, -0.07435417175292969, -0.006428996101021767, -0.027916302904486656, -0.18476642668247223, -0.0157090425491333, 0.026808572933077812, 0.09349390864372253, 0.03302402421832085, -0.0826532244682312, 0.16970573365688324, -0.03850708529353142, -0.015195517800748348, 0.09913448989391327, -0.2043527513742447, -0.28738653659820557, 0.03405561298131943, 0.002457262948155403, 0.0912158414721489, 0.07865110784769058, -0.09944900125265121, -0.09424092620611191, -0.016651764512062073, 0.04327433928847313, -0.05196879804134369, -0.21333876252174377, 0.01959066279232502, -0.03799348697066307, 0.02467432990670204, -0.11343885213136673, -0.0727207139134407, 0.03584996983408928, -0.04854568466544151, 0.0989232137799263, 0.16585467755794525, -0.14378802478313446, 0.0731034204363823, 0.19444318115711212, -0.05132469907402992, 0.07831615209579468, -0.07755796611309052, -0.05496656894683838, -0.0706167072057724, -0.04607151448726654, -0.015843186527490616, -0.021051442250609398, -0.0009552182746119797, 0.07694078981876373, 0.060405317693948746, -0.12188905477523804, -0.0017685102066025138, -0.033751919865608215, -0.15739645063877106, -0.2163284420967102, -0.142574280500412, -0.029033634811639786, 0.14325302839279175, 0.04126976802945137, 0.07546170800924301, -0.07500667870044708, 0.06688489764928818, 0.11555919051170349, -0.003404538379982114, -0.13054198026657104, -0.10263773053884506, -0.005564513616263866, 0.027889564633369446, -0.02047288604080677, -0.13934114575386047, -0.03073730319738388, 0.1680428832769394, 0.16443096101284027, 0.19017109274864197, 0.11657889932394028, 0.09812893718481064, -0.0014879396185278893, 0.022793486714363098, 0.16105963289737701, 0.10489360988140106, 0.11832042038440704, 0.006987202912569046, 0.002111257053911686, 0.03804423660039902, -0.053417645394802094, -0.039523426443338394, 0.18826574087142944, -0.21814455091953278, 0.0353279672563076, -0.10098165273666382, 0.030252842232584953, -0.07174218446016312, 0.06261612474918365, -0.17126567661762238, 0.11401056498289108, 0.022444067522883415, 0.1437998116016388, -0.07382679730653763, 0.09168097376823425, 0.05414577201008797, -0.01934078149497509, 0.11543484777212143, 0.01984669826924801, 0.061387620866298676, -0.1863902509212494, -0.044575292617082596, 0.06111850216984749, -0.09054353088140488, -0.00368881574831903, 0.09816757589578629, -0.18339021503925323, 0.14877669513225555, 0.028030702844262123, -0.10110271722078323, -0.06717805564403534, -0.07281237840652466, -0.0005134314997121692, 0.061321407556533813, 0.0929933488368988, 0.024963149800896645, -0.24444594979286194, -0.16766606271266937, -0.03174202889204025, -0.032518766820430756, 0.1386861503124237, -0.0910625159740448, -0.12156346440315247, 0.05669695883989334, 0.02395402081310749, -0.011744622141122818, -0.15562193095684052, -0.085721455514431, -0.08321288228034973, 0.020921923220157623, 0.058918628841638565, -0.11380685120820999, 0.031237266957759857, -0.007902066223323345, -0.12959179282188416, 0.026249274611473083, -0.04333920404314995, -0.011110903695225716, -0.1107143834233284, -0.06861008703708649, 0.06699610501527786, 0.03540966659784317, -0.003250778652727604, 0.006325357593595982, -0.007310496177524328, -0.01732105016708374, -0.20637629926204681, 0.1444067507982254, -0.03465910628437996, 0.10058549046516418, -0.0997185930609703, 0.0711926519870758, -0.005889215040951967, 0.025929082185029984, 0.01574820838868618, 0.014643434435129166, 0.059078142046928406, -0.06683547049760818, 0.19967851042747498, -0.07289940118789673, 0.17021948099136353, 0.32181498408317566, 0.05875595659017563, 0.019211869686841965, 0.11994626373052597, 0.030821336433291435, 0.16516439616680145, 0.08850065618753433, -0.08738123625516891, 0.1846548169851303, 0.06056217476725578, -0.05805268511176109, -0.2955620586872101, 0.05785728245973587, -0.11808565258979797, -0.05849984288215637, 0.0045188069343566895, -0.2955859303474426, 0.06314007937908173, 0.14289578795433044, -0.04230885207653046, 0.265453964471817, -0.036276675760746, -0.0014186544576659799, 0.23335523903369904, -0.02412600815296173, 0.2238362729549408, -0.09052708745002747, -0.12599293887615204, -0.09952612221240997, -0.04949597269296646, 0.36789456009864807, -0.032394055277109146, 0.00033604330383241177, -0.02703438699245453, 0.050811316817998886, -0.02742398902773857, 0.0026001809164881706, 0.2067652940750122, 0.17062821984291077, 0.1572517454624176, -0.06126409024000168, -0.12939192354679108, 0.1037302240729332, -0.02238409034907818, -0.009515337646007538, 0.04327232018113136, 0.01609567180275917, -0.07509350776672363, -0.022430647164583206, 0.0894196555018425, 0.013474409468472004, 0.06844033300876617, -0.0815974771976471, -0.09215457737445831, 0.027736399322748184, -0.17274345457553864, -0.03352740406990051, 0.16199828684329987, 0.004174272995442152, -0.033132296055555344, -0.028825975954532623, 0.07157379388809204, -0.006321991793811321, 0.035490091890096664, -0.09911678731441498, -0.05228521674871445, 0.1168176606297493, -0.21487237513065338, 0.05279488116502762, 0.13829101622104645, 0.006223804317414761, 0.08019322156906128, 0.08521118760108948, 0.02666117064654827, -0.03802327811717987, 0.1640995740890503, -0.0756777748465538, -0.01181630976498127, 0.10495701432228088, -0.15594474971294403, 0.015838922932744026, 0.0710582360625267, -0.019203361123800278, 0.11631546914577484, 0.004234964493662119, 0.028789054602384567, 0.02571992762386799, -0.021364977583289146, 0.08183141052722931, 0.09136724472045898, 0.029157256707549095, -0.1549626588821411, 0.22358301281929016, 0.049604568630456924, -0.09883000701665878, -0.05026545003056526, -0.13764294981956482, -0.14291509985923767, -0.08875606954097748, -0.09829678386449814, 0.16182391345500946, 0.00715473759919405, -0.1377161145210266, 0.04894815757870674, -0.14330849051475525, 0.07063271850347519, 0.07280930876731873, 0.07813368737697601, 0.19132299721240997, 0.013391202315688133, -0.04453445225954056, 0.05022057518362999, -0.045767322182655334, -0.16112908720970154, 0.04710778966546059, -0.12676391005516052, -0.16590815782546997, -0.040338438004255295, 0.1258387267589569, -0.05579947680234909, -0.08728072047233582, -0.08507592976093292, 0.07452752441167831, -0.20954550802707672, 0.08696328103542328, 0.0036383492406457663, 0.03000040166079998, 0.052588775753974915, 0.08305231481790543, 0.010811654850840569, -0.0746646523475647, -0.09979575127363205, 0.1463087648153305, 0.03012968972325325, 0.08259272575378418, -0.03787919878959656, -0.052125368267297745, 0.03647441416978836, 0.0406033992767334, 0.10839191824197769, 0.12188445031642914, 0.02567136473953724, 0.04970342293381691, -0.09576259553432465, -0.10280179977416992, 0.0826704129576683, 0.05845639109611511, 0.06761572510004044, -0.003925485070794821, -0.01451018638908863, 0.08012507110834122, -0.10008500516414642, 0.08604618906974792, 0.024502303451299667, -0.06500013917684555, 0.02308594435453415, -0.19368790090084076, -0.060123883187770844, 0.0015500978333875537, -0.06331109255552292, 0.23399020731449127, 0.0873573049902916, 0.013804401271045208, 0.10447123646736145, -0.014676778577268124, -0.012036778964102268, -0.07329986989498138, -0.0026343674398958683, -0.10001956671476364, -0.08477326482534409, 0.08655870705842972, 0.03102637454867363, -0.02677127532660961, 0.4749905467033386, 0.01053440012037754, -0.14205113053321838, -0.03628752380609512, 0.09016235917806625, 0.05226946622133255, 0.07097886502742767, 0.27695995569229126, 0.07972188293933868, -0.08884553611278534, 0.006488634739071131, 0.06932118535041809, -0.012002904899418354, 0.06367728859186172, 0.11435718834400177, 0.09811808168888092, -0.01433703675866127, -0.041050247848033905, 0.003157262923195958, -0.07717446237802505, 0.06110309809446335, 0.0697832852602005, -0.007564609870314598, -0.019840113818645477, 0.08361299335956573, -0.13060279190540314, -0.0025917119346559048, -0.07043007761240005, 0.05402258411049843, -0.07827212661504745, -0.08152034133672714, -0.09632518887519836, -0.12338344752788544, 0.0019224353600293398, -0.1000548005104065, 0.02821926958858967, -0.04620088264346123, -0.10685157775878906, 0.3472689986228943, 0.0634811669588089, 0.05509500205516815, 0.0261228047311306, -0.1941039264202118, 0.0729747787117958, 0.11145705729722977, -0.03172306343913078, -0.061752479523420334, -0.05579618364572525, -0.11805640161037445, 0.031802304089069366, -0.020420199260115623, -0.017263934016227722, -0.041215989738702774, 0.07091054320335388, 0.0247349813580513, -0.11930402368307114, -0.014324805699288845, -0.026206327602267265, 0.05468961223959923, -0.1321006566286087, 0.0670602023601532, 0.03522114455699921, 0.015043165534734726, 0.07821177691221237, 0.060142017900943756, 0.035801731050014496, 0.08727294206619263, -0.05386057123541832, -0.004071415867656469, -0.0390530563890934, 0.12546280026435852, 0.0915190577507019, -0.0676305964589119, -0.06531782448291779, -0.015698350965976715, 0.3261852264404297, -0.06632307916879654, -0.0006397032411769032, -0.0003791845520026982, 0.02990017458796501, 0.11452721059322357, 0.17961877584457397, -0.010836517438292503, 0.0019311385694891214, 0.03557533770799637, -0.15639963746070862, -0.01683276705443859, -0.021005764603614807, 0.06735953688621521, 0.07395832985639572, 0.10001558065414429, -0.02095339447259903, -0.1354314088821411, 0.1657535433769226, -0.16480180621147156, -0.02296517789363861, 0.15029996633529663, -0.02098134718835354, -0.08417636901140213, -0.02400793880224228, 0.003418280743062496, -0.025953935459256172, -0.042843326926231384, -0.1059962585568428, -0.04879296198487282, -0.0863514244556427, 0.0063865697011351585, -0.31664717197418213, -0.13925482332706451, 0.007673622574657202, -0.018505919724702835, 0.04209648817777634, -0.03353617712855339, 0.1925923079252243, -0.018966758623719215, 0.0926775336265564, -0.043998196721076965, 0.019527841359376907, -0.003356669330969453, 0.1503738909959793, -0.00905362144112587, -0.03353295102715492, -0.06915497779846191, 0.03379814326763153, 0.10501059889793396, -0.05420352891087532, -0.035761889070272446, 0.04190923273563385, -0.09744318574666977, -0.06724236160516739, -0.014588012360036373, -0.09617499262094498, 0.061945606023073196, 0.024514876306056976, 0.009021441452205181, 0.040424246340990067, 0.025986790657043457, 0.0278325155377388, -0.043246738612651825, -0.11632775515317917, -0.07797699421644211, 0.09320472925901413, -0.08807247877120972, 0.14020171761512756, 0.020036224275827408, -0.0881805345416069, 0.08246677368879318, -0.10649221390485764, 0.03244829177856445, 0.023493342101573944, 0.05722148343920708, 0.04119615629315376, 0.10378368198871613, -0.06881952285766602, 0.054680921137332916, 0.04993230476975441, 0.00729628698900342, -0.05649231746792793, -0.0863494724035263 ]
6052349e239167a9ca3a10a18ec9a96b24fe9721
# Dataset Card for "up-it-ds-sft" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/up-it-ds-sft
[ "region:us" ]
2023-03-19T19:35:36+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 196574167, "num_examples": 317184}, {"name": "validation", "num_bytes": 22058238, "num_examples": 35244}], "download_size": 135217201, "dataset_size": 218632405}}
2023-03-19T19:35:45+00:00
[]
[]
TAGS #region-us
# Dataset Card for "up-it-ds-sft" More Information needed
[ "# Dataset Card for \"up-it-ds-sft\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"up-it-ds-sft\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"up-it-ds-sft\"\n\nMore Information needed" ]
[ -0.15477851033210754, 0.12698020040988922, -0.0038968867156654596, -0.02212199941277504, 0.08776640892028809, 0.07851804792881012, 0.06803712993860245, 0.040902018547058105, 0.15143592655658722, -0.03590143844485283, 0.18040533363819122, 0.08541315048933029, 0.05592728406190872, 0.37751320004463196, -0.057913508266210556, -0.0008921484695747495, 0.06232326850295067, 0.021524621173739433, -0.15810354053974152, 0.02662765607237816, 0.0019625902641564608, -0.04014253243803978, 0.06787759810686111, -0.21005618572235107, -0.1388368159532547, 0.028598478063941002, -0.0517028383910656, -0.025326265022158623, 0.04317164421081543, -0.0966004803776741, 0.1050974503159523, 0.026978449895977974, 0.07196913659572601, -0.09558011591434479, 0.025225793942809105, 0.018320191651582718, -0.03612202778458595, 0.050903934985399246, -0.04900791868567467, 0.0018790066242218018, -0.08199246227741241, 0.025783181190490723, -0.0008993731462396681, -0.039191123098134995, -0.06742371618747711, -0.22594700753688812, -0.1259613037109375, -0.07183258980512619, 0.056073520332574844, -0.09997022151947021, 0.10037720203399658, 0.03194143623113632, -0.09650899469852448, 0.005024604499340057, -0.08363267034292221, 0.0300724059343338, 0.07794245332479477, 0.2232687622308731, -0.060815684497356415, 0.1177242249250412, 0.00811473187059164, 0.04226376488804817, 0.052178796380758286, -0.03055073879659176, 0.0017178623238578439, -0.0014359988272190094, -0.08073963224887848, 0.17282502353191376, -0.0373682901263237, -0.07404915988445282, 0.32462358474731445, 0.004038901533931494, -0.009243992157280445, -0.027803638949990273, -0.051372017711400986, -0.09376321732997894, 0.0101542416960001, -0.08093567937612534, 0.029953675344586372, 0.04528659209609032, 0.05015771836042404, -0.040717415511608124, -0.09823183715343475, -0.12891454994678497, -0.17502328753471375, 0.060527484863996506, -0.04221537336707115, 0.13583335280418396, -0.14222277700901031, 0.031071539968252182, -0.03897809982299805, -0.012411649338901043, -0.037394557148218155, -0.16160617768764496, -0.09241064637899399, -0.007783471141010523, 0.006538103800266981, -0.05241665244102478, 0.07203587144613266, 0.10930131375789642, 0.14139269292354584, 0.010270625352859497, -0.007892832159996033, 0.04845817759633064, 0.18344354629516602, -0.08417827636003494, -0.05412023141980171, 0.022235551849007607, -0.049825847148895264, -0.08388752490282059, 0.02356771007180214, -0.14285577833652496, -0.12207578867673874, 0.03723486512899399, -0.170365110039711, 0.08760009706020355, 0.006458295043557882, -0.10624124109745026, -0.048462484031915665, -0.07575399428606033, 0.18383505940437317, -0.0858447402715683, 0.018981877714395523, 0.009953978471457958, -0.0704600140452385, 0.008515452034771442, -0.10053249448537827, -0.010117718018591404, 0.09770134836435318, 0.13320651650428772, -0.04998885467648506, -0.0418059304356575, -0.05152155086398125, 0.014507705345749855, 0.0910116583108902, -0.19545878469944, 0.05273604020476341, -0.09591130167245865, -0.2975599765777588, 0.07053883373737335, 0.029288023710250854, -0.07187727838754654, 0.21815125644207, -0.02148703671991825, 0.03149964287877083, 0.006449310574680567, -0.08629290014505386, 0.05791671946644783, -0.08213656395673752, 0.05481203645467758, -0.037060778588056564, 0.07526417821645737, -0.2575330138206482, 0.05290880426764488, -0.06800507009029388, -0.04630352929234505, -0.051511164754629135, 0.07253711670637131, -0.1624872386455536, 0.08343435823917389, -0.023031124845147133, 0.03462903946638107, -0.18771040439605713, 0.05051812902092934, -0.01958981715142727, 0.1587550789117813, -0.3099088668823242, -0.015724923461675644, 0.11573900282382965, -0.07430225610733032, -0.1331232339143753, -0.037023432552814484, -0.026404906064271927, 0.04409059137105942, 0.010898837819695473, 0.32079648971557617, 0.10240776836872101, -0.06900034099817276, 0.02542959339916706, 0.2246309071779251, -0.22265322506427765, -0.3011372983455658, 0.07252711802721024, -0.00045980088179931045, -0.07621032744646072, 0.06121445447206497, 0.027359962463378906, 0.012420125305652618, -0.03934221714735031, -0.07171981781721115, 0.010673044249415398, -0.10640750825405121, 0.06529004126787186, 0.016376648098230362, 0.025809217244386673, 0.004128351807594299, 0.137793630361557, 0.01692558079957962, 0.08889538049697876, 0.02253277413547039, -0.04214344173669815, -0.06905387341976166, 0.04431023448705673, -0.03965131565928459, 0.04610820487141609, -0.15483365952968597, -0.05991166830062866, 0.01613103225827217, 0.06827696412801743, 0.02140677347779274, 0.05959325283765793, 0.1278649866580963, -0.06180085614323616, 0.02928493358194828, 0.06764451414346695, 0.1202918067574501, 0.033487193286418915, 0.040544457733631134, 0.00552792102098465, 0.02163970097899437, -0.11675523221492767, -0.055122070014476776, -0.07445836067199707, -0.04940809682011604, 0.1320779174566269, 0.06777964532375336, 0.056133072823286057, -0.038009028881788254, 0.020127717405557632, -0.01816462352871895, 0.013504563830792904, -0.039708469063043594, 0.008707785978913307, -0.040228523313999176, -0.060976482927799225, -0.007710441946983337, 0.006111002527177334, 0.2991204857826233, 0.11402906477451324, 0.031946275383234024, 0.033105041831731796, -0.10492079704999924, 0.03618860989809036, 0.006983396131545305, 0.012521281838417053, -0.07293491810560226, -0.20689013600349426, -0.038314010947942734, 0.025886330753564835, -0.014303767122328281, 0.019922662526369095, 0.025782959535717964, 0.04647517949342728, -0.09212344884872437, 0.0036634583957493305, 0.1769825965166092, -0.11911867558956146, 0.13595473766326904, 0.22608263790607452, 0.19049988687038422, 0.16123946011066437, -0.10131565481424332, -0.10035117715597153, -0.03158643841743469, 0.004217671230435371, -0.09620767086744308, 0.21030475199222565, -0.009591256268322468, 0.02187497913837433, 0.10225091874599457, 0.04793930798768997, 0.04201910272240639, -0.059871453791856766, -0.10782463848590851, 0.00807346124202013, -0.05370653420686722, -0.15743692219257355, 0.021968668326735497, -0.0346565768122673, 0.06693269312381744, -0.01727949269115925, 0.00026890847948379815, 0.1551283895969391, -0.018185336142778397, -0.011172008700668812, 0.08511122316122055, -0.22763194143772125, -0.25357431173324585, -0.07191174477338791, -0.10547028481960297, 0.030329393222928047, 0.05923490971326828, -0.06511863321065903, -0.13178417086601257, -0.04092870280146599, 0.03459855914115906, -0.060023851692676544, -0.12177462130784988, -0.015354285016655922, -0.013316234573721886, 0.030616704374551773, -0.06032188609242439, -0.12635909020900726, 0.060938093811273575, -0.035220999270677567, 0.15116040408611298, 0.14097627997398376, -0.02078523114323616, 0.10955043882131577, 0.12071948498487473, 0.027937646955251694, 0.06820617616176605, -0.018660053610801697, -0.022334355860948563, -0.04195728898048401, -0.0332443043589592, 0.07190877944231033, -0.03467566892504692, -0.008853204548358917, 0.0714416429400444, 0.06545030325651169, -0.13536421954631805, -0.005251061636954546, -0.10633400827646255, -0.20249374210834503, -0.212782621383667, -0.12192201614379883, -0.05641331151127815, 0.15238484740257263, 0.016340933740139008, 0.07195556163787842, -0.012699900195002556, 0.03382878750562668, 0.10906757414340973, -0.07049760222434998, -0.1308203786611557, -0.09379081428050995, -0.004467095248401165, -0.07302629947662354, 0.0014648530632257462, -0.18639959394931793, 0.006548813544213772, 0.1999446451663971, 0.11392034590244293, 0.20019972324371338, 0.060817599296569824, 0.02535315416753292, 0.012642941437661648, 0.11076623946428299, 0.035426415503025055, 0.12621496617794037, 0.14473162591457367, -0.0618194155395031, -0.021198203787207603, 0.03134126588702202, -0.09892036020755768, 0.02391815558075905, 0.09298534691333771, -0.20632873475551605, 0.10276174545288086, -0.1096768006682396, 0.010767372325062752, -0.1892017275094986, 0.07120905071496964, -0.18297283351421356, 0.10030204802751541, 0.011508462019264698, 0.15108196437358856, -0.057048290967941284, 0.06134473532438278, 0.13469700515270233, 0.0101110665127635, 0.062888503074646, 0.010617523454129696, 0.02239162288606167, -0.032108012586832047, -0.046498384326696396, 0.028290828689932823, -0.03913339972496033, 0.04810265824198723, 0.08274433761835098, -0.2070615142583847, 0.11333738267421722, 0.011784960515797138, -0.013898761942982674, -0.097617968916893, -0.050088852643966675, -0.014074156060814857, -0.029941683635115623, 0.11653430014848709, 0.04456814378499985, -0.2135075181722641, -0.16607151925563812, -0.09639353305101395, -0.03859419375658035, 0.1727260798215866, 0.0006593356956727803, -0.14924176037311554, 0.048663802444934845, 0.008438552729785442, -0.025943521410226822, -0.09824709594249725, 0.05949113890528679, -0.10377155989408493, 0.014171230606734753, 0.012922191061079502, -0.09097544103860855, 0.03875160217285156, 0.05209948867559433, -0.09137485921382904, -0.027398573234677315, -0.046054333448410034, 0.03158247843384743, -0.11614259332418442, -0.02201145887374878, 0.07730899006128311, 0.020901795476675034, 0.01344136893749237, 0.06664153188467026, -0.04048527404665947, 0.031489234417676926, -0.22407542169094086, 0.09721241891384125, -0.07484974712133408, 0.13242095708847046, -0.087603859603405, 0.11072222888469696, 0.0010675216326490045, 0.0014613291714340448, -0.02763940580189228, -0.034336499869823456, 0.014887379482388496, -0.09294122457504272, 0.21138378977775574, 0.06542888283729553, 0.12506850063800812, 0.24471648037433624, 0.04438408836722374, 0.11964024603366852, 0.18147914111614227, -0.02520022727549076, 0.1284620612859726, 0.1439037024974823, -0.08279550820589066, 0.2629883289337158, 0.1319648027420044, -0.03747894987463951, -0.3953557014465332, -0.013356374576687813, -0.14039644598960876, -0.00505100516602397, 0.07512741535902023, -0.25354906916618347, 0.10278736054897308, 0.12500177323818207, -0.039061300456523895, 0.2635454833507538, -0.09984244406223297, -0.013529826886951923, 0.18153735995292664, -0.02327781729400158, 0.4004175364971161, -0.0618557333946228, -0.09711513668298721, -0.052103348076343536, -0.07135321944952011, 0.2362484186887741, -0.07479274272918701, -0.0014938077656552196, -0.000009812414646148682, 0.0424061194062233, -0.01658003404736519, -0.03949281945824623, 0.1606205552816391, 0.06974972784519196, 0.12025708705186844, -0.08684425801038742, 0.034009307622909546, 0.11966197192668915, -0.04310678318142891, 0.07837627828121185, 0.05579233169555664, 0.018946778029203415, -0.13157270848751068, 0.00987402442842722, 0.09491138905286789, -0.03111058846116066, 0.0886710062623024, -0.06007327511906624, -0.08273979276418686, -0.030367357656359673, -0.14991320669651031, -0.058451030403375626, 0.1044960543513298, 0.0347980298101902, -0.06070076301693916, 0.04054660350084305, 0.01611638255417347, -0.18171165883541107, 0.04182181879878044, -0.10025938600301743, -0.0756186693906784, 0.04597105830907822, -0.22282817959785461, 0.031726986169815063, 0.11007480323314667, 0.03166567534208298, 0.027922358363866806, 0.05090845376253128, 0.026313740760087967, -0.0010390138486400247, 0.16139613091945648, -0.08070647716522217, -0.07383022457361221, 0.06776680797338486, -0.12588807940483093, -0.004772331099957228, 0.17081773281097412, 0.02113891951739788, 0.09767694771289825, 0.04621060565114021, -0.01053272932767868, 0.0829990953207016, -0.03283216431736946, 0.08877081423997879, 0.1247159093618393, -0.0014361391076818109, -0.1823052614927292, 0.22599546611309052, -0.03500884026288986, -0.09147950261831284, 0.01775399222970009, -0.12358509749174118, -0.12971387803554535, -0.043542128056287766, -0.1146606057882309, 0.0942767858505249, 0.04185183718800545, -0.10296947509050369, 0.07296962291002274, -0.0407676063477993, 0.06579490751028061, -0.0006392981158569455, 0.07053394615650177, 0.11890173703432083, -0.004485588055104017, 0.011581114493310452, -0.00045396920177154243, -0.03080790676176548, -0.07896967977285385, 0.05301652476191521, -0.12457402050495148, -0.19817127287387848, -0.09633549302816391, 0.14886100590229034, -0.09737573564052582, -0.0895397812128067, -0.0694529339671135, 0.07140472531318665, -0.07538478821516037, -0.04881477355957031, 0.025737235322594643, -0.0277923084795475, 0.03974005579948425, -0.02189045585691929, -0.013251109048724174, -0.03075130470097065, -0.08177988231182098, 0.12423114478588104, 0.05513342097401619, -0.014775282703340054, -0.08405570685863495, -0.04012134671211243, 0.025617003440856934, 0.026526549831032753, 0.0936071053147316, 0.2116113007068634, 0.0023275560233742, 0.11987628787755966, -0.0016907325480133295, -0.12942203879356384, 0.09613820165395737, 0.10089095681905746, 0.06474525481462479, 0.12269691377878189, -0.035590704530477524, 0.11779538542032242, -0.11797555536031723, 0.05598629266023636, -0.02587655745446682, -0.03975513577461243, 0.02780199609696865, -0.19206473231315613, -0.02981148660182953, -0.029710451140999794, -0.038753654807806015, 0.19168975949287415, 0.12154430896043777, 0.03730853274464607, 0.10943470895290375, -0.03385651484131813, -0.00440195994451642, -0.05819021910429001, -0.006177621893584728, -0.1381136178970337, -0.04663665220141411, 0.047321710735559464, 0.029837073758244514, -0.00505794258788228, 0.4236796200275421, -0.09153635054826736, -0.19031848013401031, -0.03723413124680519, 0.01362287811934948, 0.04901262745261192, 0.015923038125038147, 0.29424744844436646, 0.08057380467653275, -0.07146637886762619, -0.08870770782232285, 0.13966867327690125, 0.03223590925335884, -0.0028384807519614697, 0.02383294887840748, 0.06880751252174377, -0.02346070110797882, -0.032731059938669205, -0.01255767047405243, -0.10247213393449783, -0.014076967723667622, 0.08637990057468414, -0.07739712297916412, -0.008685777895152569, 0.0310345645993948, -0.028536785393953323, -0.033960871398448944, -0.0060379356145858765, 0.01841657981276512, -0.04048255831003189, -0.06605394929647446, -0.09110350161790848, -0.12227576971054077, -0.016864215955138206, -0.2094649225473404, 0.022721456363797188, -0.004402965307235718, -0.01773815229535103, 0.30896633863449097, 0.0595526285469532, 0.021973472088575363, 0.07808651030063629, -0.13232608139514923, 0.09966544061899185, 0.019461508840322495, -0.033893171697854996, -0.12186948210000992, 0.012182092294096947, -0.09755326807498932, 0.06240390986204147, 0.012063211761415005, 0.04185627028346062, -0.016718043014407158, 0.0829114094376564, 0.019560009241104126, -0.12387687712907791, -0.006161263678222895, -0.06530414521694183, 0.06716866791248322, -0.18340888619422913, 0.03833755850791931, 0.03163527324795723, -0.008975311182439327, 0.06724537909030914, 0.18398907780647278, -0.014276704750955105, 0.04698168486356735, -0.06177442520856857, -0.10560131072998047, 0.05421575903892517, 0.15595784783363342, 0.008974405005574226, -0.05202896147966385, -0.06018251180648804, 0.046813786029815674, 0.2738635241985321, -0.08585605770349503, 0.0017071951879188418, 0.049436528235673904, 0.04764224961400032, -0.00012616893218364567, 0.19813629984855652, 0.04156295210123062, 0.1130748838186264, 0.04911696910858154, -0.11232610791921616, 0.027616625651717186, -0.06580887734889984, 0.019427049905061722, 0.06067192554473877, 0.01689140871167183, -0.07636378705501556, -0.11727938801050186, 0.11851625889539719, -0.11696387082338333, 0.02962009236216545, 0.027302663773298264, -0.04593702405691147, -0.038382235914468765, -0.039114002138376236, 0.10145626962184906, -0.03360959142446518, -0.0677739754319191, -0.07916546612977982, 0.012418834492564201, -0.022227240726351738, -0.010382081381976604, -0.25855621695518494, -0.1048714891076088, 0.022847626358270645, -0.0041799480095505714, 0.07550135999917984, -0.024262402206659317, 0.10240113735198975, -0.028725935146212578, 0.03792198747396469, -0.06002460792660713, 0.021155493333935738, -0.0259700957685709, 0.03965069726109505, -0.045422036200761795, -0.03397750109434128, -0.07679760456085205, -0.02354029007256031, 0.05905905365943909, -0.07544519752264023, -0.07968039810657501, 0.08793044090270996, -0.07823918759822845, -0.01314377598464489, -0.014469759538769722, -0.0754653811454773, 0.10474922508001328, -0.04757947102189064, 0.014503615908324718, 0.045018766075372696, -0.021061521023511887, 0.07319594919681549, -0.0033381942193955183, -0.04770727828145027, 0.010676505975425243, 0.016735414043068886, -0.13687410950660706, 0.12241549789905548, 0.02000574581325054, -0.021397588774561882, 0.038532815873622894, -0.05629153922200203, 0.05585119128227234, 0.049671877175569534, 0.047128379344940186, 0.09224448353052139, 0.061383962631225586, -0.05858928710222244, 0.14255650341510773, 0.023092051967978477, -0.011581589467823505, -0.02303016372025013, -0.057722099125385284 ]
ad41705481d3109a8f012c767cf96e3e800f6e1f
# Dataset Card for "cup-it-ds-classification-pairwise-test" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ummagumm-a/cup-it-ds-classification-pairwise-test
[ "region:us" ]
2023-03-19T20:12:08+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 65345832, "num_examples": 56016}], "download_size": 38356905, "dataset_size": 65345832}}
2023-03-19T22:04:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification-pairwise-test" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification-pairwise-test\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification-pairwise-test\"\n\nMore Information needed" ]
[ 6, 23 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification-pairwise-test\"\n\nMore Information needed" ]
[ -0.16113020479679108, 0.13028183579444885, -0.005430741235613823, -0.020681915804743767, 0.018308432772755623, 0.13481764495372772, 0.10912932455539703, 0.0716969296336174, 0.21258528530597687, -0.05827402323484421, 0.12648653984069824, 0.06250910460948944, 0.020471567288041115, 0.18123559653759003, -0.12406411021947861, 0.025228330865502357, 0.030475609004497528, 0.0653272494673729, -0.14235547184944153, 0.1412220299243927, 0.029864605516195297, -0.05066995322704315, 0.034940533339977264, -0.0947822704911232, -0.14392326772212982, 0.056758396327495575, -0.02244303748011589, -0.09307242929935455, 0.06589118391275406, -0.1300353854894638, 0.26455050706863403, 0.0651719719171524, -0.020299632102251053, -0.13257819414138794, 0.02326199784874916, -0.017346419394016266, 0.01305415853857994, 0.05221820995211601, 0.028254922479391098, -0.07160747051239014, -0.10230056196451187, 0.05338539928197861, 0.06524521857500076, -0.04051773622632027, -0.07582562416791916, -0.18210218846797943, -0.11552202701568604, -0.06317687034606934, 0.04053385555744171, -0.069316066801548, 0.053865622729063034, 0.18727697432041168, -0.26119694113731384, -0.015169966965913773, -0.057379018515348434, -0.006427736021578312, 0.0443667471408844, 0.25292202830314636, -0.05605875700712204, 0.013020215556025505, 0.009374887682497501, 0.028951382264494896, 0.07583168148994446, 0.00815738458186388, -0.13099902868270874, -0.054004233330488205, -0.050744928419589996, 0.11380776762962341, -0.05460069328546524, -0.07572323828935623, 0.30792543292045593, 0.00503517547622323, -0.046397093683481216, 0.03644273430109024, 0.012012878432869911, -0.03510722890496254, 0.0741109624505043, -0.05924714729189873, 0.05539076030254364, -0.021221578121185303, 0.05023295804858208, 0.11092670261859894, -0.08065906167030334, -0.2193794995546341, -0.20867429673671722, 0.06527832895517349, -0.03133528307080269, 0.09808942675590515, -0.1294669806957245, 0.031003594398498535, 0.0470537506043911, 0.01854643225669861, -0.07598748803138733, -0.1358971744775772, -0.13472825288772583, -0.12662449479103088, -0.03617328405380249, 0.04407531023025513, 0.15583789348602295, 0.12140446156263351, -0.032568808645009995, 0.03756047040224075, -0.042791903018951416, 0.023098811507225037, 0.16252128779888153, -0.06060558557510376, 0.07084651291370392, 0.09308206290006638, -0.12282194942235947, -0.07379978150129318, -0.10292351245880127, -0.031470589339733124, -0.04581085965037346, -0.030051054432988167, 0.02794085443019867, 0.12946809828281403, -0.0999780148267746, -0.07107744365930557, -0.054612841457128525, -0.06415782868862152, 0.17864027619361877, -0.11142504215240479, 0.04368790611624718, 0.08973971009254456, -0.041760385036468506, 0.012960808351635933, -0.15271998941898346, -0.028023310005664825, 0.11400935798883438, 0.11327546834945679, -0.017149612307548523, -0.028946859762072563, -0.05273760110139847, -0.03284025192260742, 0.02852650173008442, -0.14332783222198486, 0.017983492463827133, -0.09893884509801865, -0.2531979978084564, -0.01098258700221777, -0.019628478214144707, -0.013095809146761894, 0.2138967365026474, 0.010827060788869858, 0.06996485590934753, -0.02305811643600464, -0.020304003730416298, 0.0817776769399643, -0.07625821232795715, 0.056658171117305756, 0.018835395574569702, 0.04624049738049507, -0.13714605569839478, 0.046237487345933914, -0.1357763558626175, 0.031785640865564346, -0.10163623094558716, 0.05140785127878189, -0.1553989052772522, 0.019096411764621735, -0.06136041879653931, -0.041734155267477036, -0.10832815617322922, 0.04280105605721474, -0.08774945884943008, 0.15431754291057587, -0.25388211011886597, -0.035177528858184814, 0.06596877425909042, -0.13113273680210114, -0.16399912536144257, -0.02051263488829136, -0.05128522589802742, 0.0030687691178172827, 0.054987672716379166, 0.32962146401405334, 0.1568550318479538, -0.049722820520401, 0.01847684569656849, 0.17677496373653412, -0.12139421701431274, -0.16127967834472656, 0.1389816254377365, -0.08981797844171524, -0.22810523211956024, 0.019118787720799446, -0.03133878856897354, -0.06027868390083313, -0.03542977198958397, -0.033569466322660446, 0.019106829538941383, -0.07863444834947586, 0.08075112104415894, 0.015160403214395046, 0.03002198413014412, -0.06469329446554184, 0.13156171143054962, 0.06471933424472809, 0.1040910929441452, 0.009826719760894775, -0.09503784775733948, -0.07380906492471695, 0.12930074334144592, -0.052394963800907135, -0.039188142865896225, -0.17721322178840637, -0.03007248044013977, 0.07869797199964523, 0.04502739757299423, -0.03040340729057789, 0.04321431368589401, 0.05295005813241005, -0.1062609925866127, 0.0376063697040081, 0.03807147592306137, 0.1229204535484314, 0.0222451351583004, 0.03486309573054314, 0.010464705526828766, 0.04403179883956909, -0.09192373603582382, -0.05213785171508789, -0.0839611291885376, -0.10029584914445877, 0.16380976140499115, 0.029832663014531136, 0.031419672071933746, 0.04562416300177574, 0.053726982325315475, 0.01894337497651577, -0.011068210005760193, -0.05246477946639061, 0.02660343237221241, -0.06136537343263626, -0.03465106338262558, 0.025828689336776733, 0.0879269391298294, 0.12321395426988602, 0.09855663031339645, -0.016350140795111656, -0.07495277374982834, -0.11279905587434769, 0.011731293052434921, 0.03680504485964775, -0.04192749783396721, -0.001343108480796218, -0.04030364379286766, -0.05979129672050476, 0.024605123326182365, -0.08655068278312683, 0.0030650643166154623, -0.008428025059401989, 0.04304622486233711, -0.08911042660474777, 0.058141350746154785, 0.10977868735790253, -0.2038472592830658, 0.11631520837545395, 0.23842895030975342, 0.05472295731306076, 0.09436685591936111, -0.13082323968410492, -0.07301634550094604, -0.015583574771881104, 0.027275966480374336, -0.06709913164377213, 0.16261626780033112, -0.04492385312914848, 0.06103561818599701, 0.07300566136837006, 0.07095177471637726, 0.03726646676659584, -0.10142692178487778, -0.08176909387111664, 0.005526651628315449, -0.03567604348063469, -0.19494414329528809, 0.027794068679213524, 0.046417251229286194, 0.09208610653877258, -0.01660623960196972, -0.09991665184497833, 0.14592286944389343, -0.016724370419979095, -0.07833361625671387, 0.13798412680625916, -0.15069134533405304, -0.24983631074428558, 0.042756710201501846, 0.09074525535106659, 0.10629826039075851, 0.05323003605008125, -0.05354531481862068, -0.11937813460826874, 0.02607148140668869, -0.02019602619111538, -0.08671450614929199, -0.1508091390132904, 0.018822722136974335, -0.06863235682249069, 0.038373373448848724, -0.0815412700176239, -0.06657880544662476, 0.03406963497400284, -0.012628253549337387, 0.1177695170044899, 0.17976941168308258, -0.1723717898130417, 0.0804101824760437, 0.17066974937915802, -0.07289277762174606, 0.07488631457090378, -0.0598851777613163, -0.005304626654833555, -0.07999275624752045, -0.035021014511585236, 0.002777709858492017, -0.008737561292946339, -0.046472929418087006, 0.012307072058320045, -0.010448949411511421, -0.12207898497581482, 0.01603245548903942, -0.05968421325087547, -0.12718921899795532, -0.27320343255996704, -0.08224279433488846, 0.018432803452014923, 0.1201508417725563, 0.02930210344493389, 0.05775490403175354, -0.06726952642202377, 0.10352867096662521, 0.14360329508781433, -0.07716059684753418, -0.14083828032016754, -0.12241633981466293, -0.008511045016348362, 0.02163992077112198, -0.015715880319476128, -0.14862708747386932, -0.041515689343214035, 0.13999050855636597, 0.1462646871805191, 0.17681632936000824, 0.08602163940668106, 0.01663350686430931, 0.025223318487405777, 0.031080057844519615, 0.12396969646215439, 0.07293923199176788, 0.13266147673130035, -0.012723874300718307, 0.01842249557375908, 0.015933601185679436, -0.030492736026644707, -0.03481560945510864, 0.1893051266670227, -0.14407113194465637, 0.01300211250782013, -0.14402887225151062, 0.036530207842588425, -0.11174997687339783, 0.11044730246067047, -0.2083360254764557, 0.09497935324907303, -0.03181948512792587, 0.12367697805166245, -0.0758700966835022, 0.0841696560382843, 0.04783673584461212, -0.046961087733507156, 0.10999079793691635, 0.006583129055798054, 0.0572933666408062, -0.07093609869480133, -0.020087847486138344, 0.03682868555188179, -0.1406833380460739, -0.020282981917262077, 0.12046708911657333, -0.2775256335735321, 0.13482336699962616, 0.02182237058877945, -0.06044973433017731, -0.06872951984405518, -0.09456086903810501, 0.0010945143876597285, 0.04722534492611885, 0.12722566723823547, -0.03327445685863495, -0.23132961988449097, -0.15362687408924103, 0.004646987654268742, 0.0074577354826033115, 0.10798534005880356, -0.020593315362930298, -0.08293462544679642, 0.03370434418320656, 0.05028047785162926, -0.03790696710348129, -0.15575851500034332, -0.15435996651649475, 0.049592677503824234, -0.004937898833304644, 0.005459390114992857, -0.12357554584741592, 0.00887711439281702, -0.005414003971964121, -0.1483999788761139, 0.03617854788899422, -0.08336304873228073, 0.0044411467388272285, -0.07798943668603897, -0.05438189581036568, 0.126506969332695, 0.017605366185307503, -0.0511174313724041, -0.0025514992885291576, -0.02252884767949581, -0.0004357961006462574, -0.16202802956104279, 0.08883652091026306, -0.03593289479613304, 0.03627454861998558, -0.09577985107898712, 0.0752372294664383, -0.001810717862099409, 0.05475446209311485, 0.06772451847791672, 0.011468983255326748, 0.031901273876428604, -0.04191244766116142, 0.18019583821296692, -0.12743866443634033, 0.08627678453922272, 0.30670279264450073, 0.07591671496629715, 0.07644294947385788, 0.06346824020147324, 0.019266223534941673, 0.16297779977321625, 0.10443349182605743, -0.04533424973487854, 0.1291685253381729, 0.017572857439517975, -0.06712988764047623, -0.2681845724582672, 0.1491880863904953, -0.09136439114809036, -0.005620745941996574, 0.02613205648958683, -0.23915886878967285, 0.06633301079273224, 0.1496327966451645, -0.051047295331954956, 0.29665786027908325, -0.0926264300942421, -0.012022499926388264, 0.2606041431427002, -0.0247232336550951, 0.1657942533493042, -0.12614579498767853, -0.11982697993516922, -0.05852126702666283, -0.007552522700279951, 0.25893092155456543, -0.008774119429290295, 0.009945552796125412, -0.06663376092910767, 0.03510087728500366, 0.006999214645475149, -0.022486407309770584, 0.25009697675704956, 0.10927154868841171, 0.15865005552768707, -0.027691014111042023, -0.05409024655818939, 0.070541150867939, -0.023043204098939896, 0.0660693347454071, -0.0005656995344907045, 0.07474786788225174, -0.08429825305938721, -0.017533153295516968, 0.06927478313446045, 0.06520402431488037, 0.053470809012651443, -0.05544787272810936, -0.14082057774066925, 0.010537159629166126, -0.20205114781856537, -0.04745075851678848, 0.1150466799736023, -0.04358913376927376, 0.016787558794021606, -0.07177480310201645, 0.10168777406215668, 0.027927974238991737, -0.00018560308672022074, -0.014784497208893299, -0.05584658309817314, 0.11129698902368546, -0.21449483931064606, 0.03594105318188667, 0.17695313692092896, 0.045787304639816284, 0.072840616106987, 0.05525217950344086, -0.04759988561272621, -0.030118107795715332, 0.1248965859413147, -0.061576973646879196, 0.06923364847898483, 0.08679915964603424, -0.2020655870437622, -0.023228300735354424, 0.039010051637887955, -0.00341054261662066, 0.09668809175491333, 0.031236767768859863, -0.0022269454784691334, -0.0008062320412136614, -0.05174117162823677, 0.15916936099529266, 0.10263403505086899, 0.042902253568172455, -0.13234148919582367, 0.17572776973247528, -0.003750488394871354, -0.11317788064479828, -0.027574583888053894, -0.15335805714130402, -0.09809362888336182, -0.07964062690734863, -0.08539126813411713, 0.19675035774707794, 0.005604647099971771, -0.14601324498653412, -0.047431960701942444, -0.12858907878398895, 0.07595635205507278, 0.10978316515684128, 0.12497328221797943, 0.21578015387058258, 0.07291356474161148, -0.09067243337631226, 0.02896062284708023, -0.008919964544475079, -0.12422606348991394, 0.05424168333411217, -0.10476062446832657, -0.14032228291034698, -0.036417730152606964, 0.13560856878757477, -0.0709080621600151, -0.06093556061387062, -0.09199891984462738, 0.11790414154529572, -0.27245089411735535, 0.09012250602245331, 0.03475954756140709, 0.0008730936679057777, 0.10005094110965729, 0.07117433100938797, -0.005626772064715624, -0.06351471692323685, -0.08920413255691528, 0.159647136926651, 0.049482718110084534, 0.08293282985687256, -0.05725274607539177, -0.01141333393752575, 0.07729978114366531, -0.0013386862119659781, 0.06962808966636658, 0.10063288360834122, -0.01952221244573593, 0.032026257365942, -0.09423725306987762, -0.0739661306142807, 0.07738696783781052, 0.07583725452423096, 0.030412284657359123, -0.08910691738128662, 0.013944190926849842, 0.1291733980178833, -0.05918433889746666, 0.1425859034061432, 0.02307465672492981, -0.03815643861889839, 0.003877527778968215, -0.1684304177761078, -0.0628616064786911, -0.0009615831077098846, -0.049754783511161804, 0.21311797201633453, 0.1203346848487854, 0.04223164916038513, 0.07383713126182556, -0.013539600186049938, -0.037061601877212524, -0.08435435593128204, -0.017821328714489937, -0.04190419241786003, -0.10597595572471619, 0.12330806255340576, 0.051661085337400436, -0.03023899532854557, 0.44779157638549805, -0.034686874598264694, -0.06862843781709671, -0.03148903325200081, 0.06246402859687805, 0.1281399130821228, 0.0684392973780632, 0.2889449894428253, 0.04699234291911125, -0.07694491744041443, -0.021386733278632164, 0.024569302797317505, -0.03323102742433548, 0.0010756687261164188, 0.09969630837440491, 0.18082642555236816, -0.0824761763215065, 0.000704661593772471, -0.04078107327222824, -0.04074876755475998, 0.14748187363147736, 0.04840830713510513, -0.0021928593050688505, -0.011270564049482346, 0.13155591487884521, -0.049342893064022064, 0.014919263310730457, -0.09284418076276779, 0.017790723592042923, -0.11537542939186096, -0.08073007315397263, -0.12431536614894867, -0.06378757953643799, -0.040268782526254654, -0.11197824776172638, 0.055501461029052734, -0.015158806927502155, -0.10267404466867447, 0.2931744456291199, 0.07371466606855392, 0.00864050816744566, 0.05935794860124588, -0.1551261693239212, 0.06091790646314621, 0.12697702646255493, -0.04878808557987213, -0.09394048154354095, -0.016701845452189445, -0.0958772599697113, 0.10334419459104538, -0.02737249806523323, -0.0010632793419063091, -0.053189266473054886, 0.028956402093172073, 0.006207347847521305, -0.1301475465297699, -0.008330796845257282, -0.016418227925896645, 0.060202520340681076, -0.11223593354225159, 0.037218812853097916, 0.052272915840148926, 0.060168467462062836, 0.06292456388473511, 0.060878217220306396, 0.05665021017193794, 0.04050605744123459, -0.09076416492462158, 0.07580343633890152, -0.051944512873888016, 0.11531474441289902, 0.08909402042627335, -0.05399852991104126, -0.032470934092998505, 0.02715793251991272, 0.26254013180732727, -0.043166037648916245, -0.02990691177546978, 0.0036931505892425776, 0.02627439983189106, 0.06330012530088425, 0.14800895750522614, -0.029356997460126877, 0.0028576599434018135, 0.016475887969136238, -0.1847940981388092, -0.04434465616941452, -0.042713362723588943, 0.08435728400945663, 0.04865777865052223, 0.10060390084981918, -0.031015146523714066, -0.11312703043222427, 0.19398942589759827, -0.119475819170475, -0.004863460082560778, 0.1632065325975418, 0.02364499308168888, -0.10557883977890015, -0.01156526803970337, 0.005294320173561573, -0.08627927303314209, -0.06643550097942352, -0.13939903676509857, -0.04439380019903183, -0.12416458129882812, -0.0541134737432003, -0.24470876157283783, -0.15969254076480865, 0.010420214384794235, -0.03091912530362606, 0.049747955054044724, 0.007458945736289024, 0.3154217302799225, 0.000808094919193536, 0.06929387897253036, -0.05952891707420349, 0.06548607349395752, 0.05702224373817444, 0.14444316923618317, 0.019428202882409096, -0.03565838187932968, -0.0074544185772538185, 0.07167752087116241, 0.13495448231697083, -0.016813114285469055, -0.015081638470292091, -0.026422947645187378, -0.09228382259607315, -0.19312246143817902, 0.007278432138264179, -0.09520375728607178, 0.0643690824508667, 0.03211534768342972, -0.01732940413057804, 0.08511775732040405, 0.003959997557103634, 0.07482773065567017, -0.007646195124834776, -0.11772468686103821, -0.04018910974264145, 0.0028658141382038593, -0.039107661694288254, 0.0950712189078331, -0.02626725286245346, -0.16971124708652496, 0.06500568985939026, -0.09174136072397232, -0.016948511824011803, 0.09789573401212692, 0.05551740527153015, 0.009543024934828281, 0.14389024674892426, -0.04661189019680023, 0.04497462138533592, 0.040392640978097916, 0.030374884605407715, -0.08537542074918747, -0.10214710235595703 ]
5d3eda7aefa50cbf100379c80f3faa11f09bfa6c
# Dataset Card for "robotlarge" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
homangab/robotlarge
[ "region:us" ]
2023-03-19T20:48:03+00:00
{"dataset_info": {"features": [{"name": "pixel_values", "dtype": "image"}, {"name": "label", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 70799794.0, "num_examples": 168}], "download_size": 5701250, "dataset_size": 70799794.0}}
2023-03-19T20:50:02+00:00
[]
[]
TAGS #region-us
# Dataset Card for "robotlarge" More Information needed
[ "# Dataset Card for \"robotlarge\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"robotlarge\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"robotlarge\"\n\nMore Information needed" ]
[ -0.004416217096149921, 0.16877689957618713, -0.0027905444148927927, -0.026426052674651146, 0.15381738543510437, 0.061113227158784866, 0.14744757115840912, 0.046348609030246735, 0.17600923776626587, 0.014289050363004208, 0.1204850897192955, 0.06907004117965698, 0.01872262917459011, 0.27706387639045715, -0.028512131422758102, -0.14037249982357025, 0.08551105111837387, 0.030743790790438652, -0.14802542328834534, 0.008599963039159775, 0.015018188394606113, -0.1292325109243393, 0.1005818247795105, -0.11711086332798004, -0.2502448856830597, 0.04798460379242897, -0.013362615369260311, -0.054195232689380646, 0.05466286465525627, -0.0880339965224266, 0.12499848753213882, -0.06118354573845863, 0.07540047913789749, -0.020155372098088264, 0.011843661777675152, -0.028479207307100296, -0.04180886596441269, 0.08360899239778519, 0.006140347570180893, -0.06660546362400055, 0.08735577017068863, -0.030842013657093048, 0.04251034930348396, -0.009524631313979626, -0.07087725400924683, -0.20522525906562805, -0.0493505522608757, -0.042962800711393356, 0.0027782677207142115, 0.006710361689329147, 0.05315406993031502, 0.11980435252189636, -0.05407184734940529, 0.008231001906096935, 0.03201771900057793, -0.1088554859161377, 0.0034087623935192823, 0.1338297426700592, 0.0248339232057333, 0.07353456318378448, -0.04540310800075531, 0.11393922567367554, 0.12591338157653809, 0.002170565305277705, -0.009176814928650856, -0.04806059971451759, -0.16834935545921326, 0.00011822840315289795, 0.026997869834303856, -0.1472383439540863, 0.35887813568115234, -0.029917610809206963, 0.03814646974205971, -0.009921583347022533, -0.02194920741021633, 0.07716231793165207, 0.020249851047992706, 0.044534895569086075, 0.02325781062245369, -0.03083905391395092, -0.004730867687612772, -0.09756548702716827, -0.10134689509868622, -0.12676627933979034, -0.20667606592178345, 0.2485026866197586, -0.02201666869223118, 0.17075467109680176, -0.23148047924041748, -0.04016769677400589, 0.05880235508084297, 0.008099782280623913, 0.060515351593494415, -0.0490100271999836, -0.05592474713921547, -0.009428892284631729, -0.03227221593260765, -0.015550762414932251, 0.12450339645147324, 0.15607216954231262, -0.047839902341365814, -0.027419820427894592, 0.0045036138035357, 0.07623738050460815, 0.165821373462677, -0.049946848303079605, -0.07483170181512833, 0.10175543278455734, -0.025798644870519638, -0.11057382822036743, -0.011894391849637032, -0.09841392189264297, -0.1683586984872818, 0.04157153144478798, -0.04245853051543236, 0.10014047473669052, 0.07198354601860046, -0.08467591553926468, -0.0029879070352762938, -0.042500805109739304, 0.13590732216835022, -0.04756968840956688, 0.0408833846449852, -0.011560590006411076, -0.06043301895260811, -0.08639664947986603, -0.15825778245925903, -0.010478639975190163, 0.05776994302868843, 0.006972205359488726, -0.08436203747987747, 0.01881597749888897, -0.05249801278114319, -0.04599664360284805, 0.061196405440568924, -0.060795702040195465, 0.08610746264457703, -0.17353467643260956, -0.1308174729347229, 0.03350527212023735, 0.04036848992109299, -0.07375635951757431, 0.13818854093551636, 0.004751040134578943, 0.08326669782400131, -0.033285923302173615, -0.04379847273230553, 0.19234402477741241, -0.04585745930671692, 0.06059267744421959, -0.04292815178632736, 0.16634158790111542, -0.23947758972644806, 0.0316888652741909, -0.15815508365631104, -0.03801973909139633, -0.0470874048769474, -0.0002497237001080066, -0.04970625042915344, 0.1545860469341278, -0.06462664902210236, 0.045343026518821716, -0.11600981652736664, 0.052956052124500275, -0.05559559538960457, 0.02802128717303276, -0.09678713977336884, -0.04516896605491638, 0.15725955367088318, -0.07150383293628693, -0.18343767523765564, 0.003249172819778323, -0.012929675169289112, 0.07677991688251495, 0.018500901758670807, 0.30587533116340637, -0.06861720979213715, -0.07538038492202759, -0.045765675604343414, 0.07122402638196945, -0.19262315332889557, -0.2532714903354645, 0.05920000746846199, -0.03108966164290905, -0.1261991262435913, 0.011010454036295414, 0.05856335535645485, 0.04762686416506767, -0.07156514376401901, -0.06599217653274536, 0.006526431534439325, -0.15565115213394165, 0.11519370228052139, 0.033693768084049225, 0.1350966840982437, 0.02030378021299839, 0.11245735734701157, -0.03259703516960144, 0.019125167280435562, -0.004855012986809015, -0.05795210227370262, -0.01235576719045639, 0.13144980370998383, -0.14985212683677673, 0.060874078422784805, -0.24197764694690704, -0.1688680201768875, 0.051820315420627594, -0.10721255093812943, 0.07521490752696991, 0.07364006340503693, 0.09066775441169739, -0.00808052159845829, 0.02885418012738228, 0.03394431620836258, 0.14411307871341705, 0.03811902925372124, -0.019098050892353058, 0.03217938169836998, 0.01279477495700121, -0.11492405831813812, -0.10787900537252426, 0.025354111567139626, -0.03746107220649719, 0.043457914143800735, 0.11026649177074432, 0.061745572835206985, 0.011348356492817402, 0.056801941245794296, 0.008158409968018532, -0.007737253792583942, -0.028481971472501755, 0.013387366198003292, -0.09607937186956406, -0.02472003921866417, 0.04798490181565285, -0.06346659362316132, 0.1719234585762024, 0.1564311534166336, -0.0043841092847287655, 0.03727409616112709, 0.03169293329119682, 0.017797887325286865, 0.0019525951938703656, -0.07809171825647354, -0.048358239233493805, -0.01484285481274128, -0.0665828213095665, 0.06721297651529312, -0.030332179740071297, 0.037391144782304764, 0.035763200372457504, -0.0659521147608757, -0.10980155318975449, 0.010743621736764908, 0.1672585904598236, -0.09608487784862518, 0.1377335786819458, 0.1783110648393631, 0.06486977636814117, 0.2647794783115387, 0.00953692477196455, -0.03902718797326088, 0.0030625644139945507, -0.06127478927373886, -0.047660838812589645, 0.14639902114868164, -0.06041208654642105, -0.023449819535017014, 0.08594716340303421, -0.03109111450612545, 0.09008434414863586, -0.11294020712375641, -0.06596670299768448, -0.08493418991565704, 0.006242377683520317, -0.07191111892461777, 0.04194364324212074, 0.0023838586639612913, 0.09201296418905258, 0.011376088485121727, -0.06450080126523972, 0.08946092426776886, -0.007365009281784296, -0.0015152018750086427, 0.08817551285028458, -0.09977912902832031, -0.32065123319625854, -0.0915815532207489, -0.005150237586349249, 0.004648660775274038, 0.055715955793857574, -0.039303969591856, -0.15260499715805054, -0.0036288013216108084, 0.04877014830708504, -0.024981047958135605, -0.02900814823806286, -0.022818448022007942, 0.06160767003893852, 0.0935780480504036, -0.02378007583320141, -0.051101312041282654, -0.01697394624352455, -0.1042042225599289, 0.07268228381872177, 0.12880076467990875, -0.04160049185156822, 0.19213177263736725, 0.05142442137002945, -0.056745342910289764, 0.05585186555981636, -0.0022936579771339893, 0.03378523886203766, -0.07143086194992065, -0.09835802763700485, 0.13907064497470856, 0.1017054095864296, -0.05626870319247246, 0.12306346744298935, 0.09374912828207016, -0.17407333850860596, -0.0014191360678523779, -0.11598577350378036, -0.20897260308265686, -0.17854462563991547, -0.21648825705051422, -0.05778978019952774, 0.053032584488391876, 0.1742660105228424, 0.06328662484884262, -0.029117073863744736, 0.040019553154706955, 0.09825756400823593, 0.09431107342243195, -0.15962563455104828, -0.026117416098713875, -0.0959787592291832, 0.003756056074053049, 0.0010754739632830024, -0.10010631382465363, -0.09650363028049469, 0.11101265251636505, 0.1914755403995514, 0.2823067605495453, 0.14101700484752655, 0.06732171773910522, -0.04005037248134613, 0.03298503905534744, 0.05664844065904617, 0.18984036147594452, 0.14098623394966125, -0.0689065009355545, 0.03333001211285591, 0.016163155436515808, -0.06428439915180206, 0.0616069994866848, 0.22135552763938904, -0.17027547955513, 0.03532249480485916, -0.123385950922966, 0.03122299164533615, -0.10071805119514465, 0.02598085068166256, -0.2519077956676483, 0.046524528414011, 0.02948969602584839, 0.09272412955760956, -0.030907977372407913, 0.04742973670363426, 0.1731220781803131, -0.0743415579199791, 0.009200835600495338, -0.03679408133029938, 0.020950425416231155, -0.11157574504613876, 0.0012627849355340004, -0.06930658221244812, -0.026801658794283867, 0.05791401490569115, 0.10735733807086945, -0.12491141259670258, 0.24224205315113068, 0.0025533223524689674, 0.00102896336466074, -0.12905491888523102, -0.05431653559207916, 0.004228656645864248, -0.05088931694626808, 0.13031935691833496, 0.028552161529660225, -0.27795174717903137, -0.2913016974925995, -0.10165102779865265, 0.023373235017061234, 0.08678562194108963, -0.09463487565517426, -0.06067294999957085, 0.05158064514398575, -0.018482770770788193, -0.07270779460668564, -0.261117547750473, 0.015465707518160343, -0.11367848515510559, -0.017782079055905342, 0.04596914350986481, -0.024014312773942947, 0.01907535456120968, -0.00597666809335351, 0.0706893801689148, -0.00646923016756773, 0.06405354291200638, -0.01930166967213154, -0.05415220931172371, -0.005753847770392895, 0.12978865206241608, -0.0330689437687397, 0.01678449474275112, -0.007621238473802805, 0.00010737647244241089, -0.06183519586920738, -0.194525346159935, 0.1034611389040947, -0.07513595372438431, 0.07704120129346848, -0.1042957529425621, 0.0327904112637043, -0.0468963123857975, 0.04784310981631279, 0.007902457378804684, 0.05510973930358887, -0.049312613904476166, -0.06018543243408203, 0.13844172656536102, 0.04286596179008484, 0.12009991705417633, 0.20882822573184967, 0.01917611062526703, -0.04727707803249359, 0.090105339884758, -0.01938420720398426, 0.16828231513500214, 0.08252366632223129, -0.060128625482320786, 0.14131444692611694, 0.16320469975471497, 0.017121609300374985, -0.3489885628223419, -0.08651169389486313, -0.13507521152496338, -0.024468010291457176, 0.012660943903028965, -0.2188095897436142, 0.12420511990785599, 0.07861706614494324, -0.051041342318058014, 0.18213044106960297, -0.11797614395618439, -0.06245563179254532, 0.1473158448934555, 0.06679356843233109, 0.3597549498081207, -0.07508661597967148, -0.07219834625720978, -0.07864358276128769, -0.07206843793392181, 0.23083432018756866, -0.03619551658630371, 0.07213325053453445, -0.0017251333920285106, 0.10999355465173721, -0.005818524863570929, -0.05598275735974312, 0.15136539936065674, 0.02855958603322506, 0.055997543036937714, -0.057028044015169144, -0.15726830065250397, 0.1416262984275818, -0.028402745723724365, 0.10242428630590439, -0.027518440037965775, -0.010171396657824516, -0.09744209051132202, -0.007365360856056213, -0.03764330595731735, 0.05113380774855614, 0.11901336163282394, -0.07180185616016388, -0.04517398774623871, -0.009944690391421318, -0.17406915128231049, 0.020965132862329483, 0.1667211353778839, 0.0706130638718605, 0.025612367317080498, 0.1204654648900032, 0.009488479234278202, -0.16721732914447784, 0.07605937123298645, -0.06063556298613548, -0.08969469368457794, 0.15379390120506287, -0.21086862683296204, 0.017711907625198364, 0.13070757687091827, 0.018414827063679695, 0.03622085228562355, 0.022557783871889114, 0.003005614969879389, 0.060723088681697845, 0.15800318121910095, -0.12860338389873505, -0.24634361267089844, 0.09026872366666794, -0.05353062227368355, -0.0011135637760162354, 0.0726267546415329, 0.057870522141456604, 0.03079669363796711, -0.05276285484433174, -0.0568065382540226, 0.06668620556592941, -0.04634605720639229, 0.13829636573791504, 0.07451623678207397, 0.048495031893253326, -0.17884968221187592, 0.1717848777770996, 0.07918736338615417, -0.10911253094673157, 0.05789962410926819, -0.0639970451593399, -0.05251519754528999, -0.11726497858762741, -0.04909827560186386, 0.2360887974500656, -0.03954382613301277, -0.10739069432020187, -0.0576791875064373, -0.04834238812327385, -0.006094560492783785, -0.09338177740573883, 0.0388500951230526, 0.056827183812856674, 0.00032552945776842535, -0.0260477252304554, -0.04427475109696388, -0.036951515823602676, -0.0671292096376419, 0.022586841136217117, -0.0591965951025486, -0.10810504108667374, -0.03349027410149574, 0.15739431977272034, -0.10282523930072784, -0.06545217335224152, -0.1349419802427292, 0.052519310265779495, -0.14905552566051483, -0.04819260537624359, -0.047022510319948196, -0.01303929090499878, 0.023372409865260124, -0.001149910967797041, -0.02779419533908367, -0.02037421613931656, -0.12495700269937515, 0.06672381609678268, 0.03755522891879082, 0.027674483135342598, -0.1120215430855751, 0.0062287538312375546, 0.059020839631557465, 0.048486046493053436, 0.09180504083633423, 0.13574837148189545, 0.037260543555021286, 0.10308556258678436, -0.12052607536315918, -0.11822441220283508, 0.09187351912260056, 0.04660322517156601, 0.12379660457372665, 0.06572899967432022, -0.01257180143147707, 0.09659101814031601, 0.035369884222745895, 0.06604265421628952, -0.07917085289955139, -0.07785225659608841, 0.06748411059379578, -0.10991546511650085, -0.10071089118719101, -0.017810458317399025, 0.026093481108546257, 0.15641380846500397, -0.009306022897362709, 0.02508164942264557, 0.04882378131151199, -0.0027709363494068384, -0.0017103105783462524, -0.021515626460313797, -0.04759952425956726, -0.15863652527332306, -0.05499303713440895, 0.012699339538812637, 0.04083269461989403, -0.024261629208922386, 0.3673667907714844, 0.09908080101013184, -0.0700259730219841, -0.04979328066110611, 0.2566322684288025, -0.04403265193104744, 0.040823131799697876, 0.19165578484535217, 0.06079808622598648, -0.04034271091222763, -0.10140042752027512, 0.12103874981403351, 0.06607204675674438, 0.2545737028121948, 0.09210529178380966, 0.12433431297540665, 0.05100078508257866, -0.0374910831451416, 0.10919413715600967, 0.00565211521461606, -0.12187125533819199, 0.09674625843763351, -0.028341583907604218, 0.06407089531421661, 0.011964005418121815, -0.1498650312423706, 0.02863108366727829, -0.05126339569687843, -0.022522998973727226, -0.03651461750268936, -0.030416401103138924, -0.009815855883061886, -0.15206126868724823, -0.047947999089956284, -0.1457146257162094, 0.03481213375926018, -0.020420968532562256, -0.08361450582742691, 0.20002157986164093, -0.026055097579956055, -0.012520893476903439, 0.15002988278865814, -0.032745398581027985, 0.0565514862537384, 0.018366770818829536, -0.019050540402531624, -0.08913669735193253, 0.05098899453878403, -0.0835256278514862, 0.010729944333434105, -0.037778519093990326, 0.03109603002667427, 0.006915212143212557, -0.05685635656118393, 0.03530699759721756, -0.13518761098384857, -0.07763415575027466, -0.07341036200523376, 0.03418406471610069, -0.15111754834651947, 0.002407964551821351, 0.08306921273469925, 0.017323100939393044, 0.05038786306977272, 0.17295648157596588, 0.0007462572539225221, 0.04858635738492012, -0.08495841920375824, 0.05378851667046547, -0.04980332776904106, 0.11495240032672882, -0.001641251496039331, -0.057834744453430176, -0.15321563184261322, 0.12926697731018066, 0.2593604028224945, -0.041372284293174744, -0.011231199838221073, 0.00028420984745025635, 0.03016524761915207, -0.019497418776154518, 0.1982477605342865, 0.024426063522696495, 0.1385330706834793, 0.00020626382320187986, -0.06652365624904633, 0.030286306515336037, -0.06154903024435043, -0.06201484426856041, -0.03197351098060608, 0.039797160774469376, -0.05971405655145645, -0.12374347448348999, 0.08702760189771652, -0.16908501088619232, 0.05794728174805641, 0.10856201499700546, -0.17618413269519806, -0.08191117644309998, 0.030837012454867363, 0.1517278403043747, 0.03794614598155022, 0.068030446767807, -0.08823198825120926, -0.03266080468893051, -0.025682535022497177, -0.04188534989953041, -0.32775095105171204, -0.13260245323181152, -0.012706100940704346, -0.08011303842067719, 0.1618078052997589, -0.06050734966993332, 0.06668274849653244, 0.028313850983977318, -0.00016998751380015165, -0.08993028849363327, 0.061079926788806915, -0.023240530863404274, 0.053295254707336426, 0.05954142287373543, 0.11837697774171829, -0.06063959002494812, -0.03597959503531456, 0.08961876481771469, 0.006059735547751188, -0.06519870460033417, 0.04224367067217827, 0.09051598608493805, -0.014323404058814049, 0.007003133650869131, -0.06900415569543839, 0.12131450325250626, 0.041815172880887985, 0.015244491398334503, 0.032780833542346954, 0.05136418342590332, 0.10827300697565079, 0.06499910354614258, -0.05992962419986725, -0.15825141966342926, -0.10228186845779419, -0.12221720814704895, 0.008113699033856392, -0.01765761338174343, -0.12646938860416412, 0.037691786885261536, -0.17188630998134613, 0.04519636183977127, 0.019421271979808807, 0.042517729103565216, 0.20885002613067627, 0.0219576433300972, -0.04278760403394699, 0.03808116167783737, 0.02636869065463543, 0.013284377753734589, -0.055379245430231094, -0.1253778636455536 ]
53de24d594847f72d2e0a0c0a93582b1aadb0eb4
# Dataset Card for "cup-it-ds-classification-pairwise-train-val" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ummagumm-a/cup-it-ds-classification-pairwise-train-val
[ "region:us" ]
2023-03-19T21:00:07+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 386359153, "num_examples": 334804}, {"name": "validation", "num_bytes": 20767812, "num_examples": 17624}], "download_size": 233873327, "dataset_size": 407126965}}
2023-03-19T22:04:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cup-it-ds-classification-pairwise-train-val" More Information needed
[ "# Dataset Card for \"cup-it-ds-classification-pairwise-train-val\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cup-it-ds-classification-pairwise-train-val\"\n\nMore Information needed" ]
[ 6, 26 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cup-it-ds-classification-pairwise-train-val\"\n\nMore Information needed" ]
[ -0.1344754546880722, 0.17430192232131958, -0.004568653181195259, 0.04313370957970619, 0.12200360745191574, 0.13249151408672333, 0.09512921422719955, 0.04596824571490288, 0.052750084549188614, -0.06745186448097229, 0.10389440506696701, 0.07268562912940979, 0.03484370559453964, 0.23042736947536469, -0.08865787088871002, -0.11759049445390701, 0.04176947847008705, 0.01470524538308382, -0.15568701922893524, 0.09478238224983215, 0.04957638680934906, -0.04294094070792198, 0.01836681179702282, -0.10160613059997559, -0.22289711236953735, 0.08628842979669571, -0.04003433138132095, -0.09081926941871643, 0.05522911250591278, -0.08805660903453827, 0.26886093616485596, 0.03791378438472748, 0.03345334529876709, -0.10444159060716629, 0.03674311563372612, 0.021874159574508667, -0.04329284280538559, 0.10626347362995148, 0.04989861696958542, -0.12120422720909119, -0.07949723303318024, 0.028764549642801285, 0.0762474462389946, -0.03300487995147705, -0.11031802743673325, -0.15766233205795288, -0.11346989125013351, 0.017247581854462624, 0.062453143298625946, -0.08555468916893005, 0.0749078243970871, 0.0664416253566742, -0.21485084295272827, -0.002165502170100808, -0.048396553844213486, -0.07629378885030746, 0.03740939497947693, 0.24754363298416138, -0.12451580911874771, 0.0541096106171608, -0.06891193985939026, 0.0193034540861845, 0.06243164837360382, -0.05266133323311806, -0.031839702278375626, -0.022156083956360817, -0.07163623720407486, 0.1330133080482483, -0.06560172885656357, -0.039352234452962875, 0.28189435601234436, -0.018027499318122864, 0.010765179060399532, 0.05756304785609245, -0.009839064441621304, -0.11024369299411774, 0.023405177518725395, -0.03461186960339546, 0.06386646628379822, 0.03450043871998787, 0.05350134149193764, 0.10343138128519058, -0.08868468552827835, -0.15631254017353058, -0.1684209257364273, 0.08478298783302307, -0.037386372685432434, 0.10515235364437103, -0.1341392695903778, 0.052698854357004166, 0.04212246835231781, 0.027117181569337845, 0.00031787363695912063, -0.15265235304832458, -0.16808073222637177, -0.1043594479560852, -0.019176645204424858, 0.04077610373497009, 0.029953382909297943, 0.0735538899898529, 0.020914003252983093, 0.028961816802620888, -0.001280084252357483, 0.0519273467361927, 0.15832874178886414, -0.08155772089958191, -0.01654636114835739, 0.061922039836645126, -0.10191894322633743, -0.08591219037771225, -0.09142297506332397, -0.07048959285020828, -0.15267854928970337, -0.028383992612361908, -0.06193970888853073, 0.11712111532688141, -0.13975434005260468, -0.032682646065950394, -0.07737115025520325, -0.07641169428825378, 0.20082218945026398, -0.10286777466535568, 0.05493864044547081, 0.040796782821416855, -0.0717914029955864, -0.005521389655768871, -0.15635599195957184, -0.00014250642561819404, 0.09027480334043503, 0.21115221083164215, -0.07801778614521027, -0.028232965618371964, -0.09740281105041504, -0.04338771849870682, -0.0021957983262836933, -0.18353933095932007, 0.010423313826322556, -0.08902952075004578, -0.24712984263896942, 0.03490499034523964, 0.0021663543302565813, -0.03493540734052658, 0.16525880992412567, -0.0024221008643507957, 0.05383388698101044, 0.012302529066801071, -0.024654434993863106, 0.11911401152610779, -0.08370880782604218, 0.00020281245815567672, -0.07723642885684967, 0.056643810123205185, -0.16831177473068237, 0.050443220883607864, -0.0846162885427475, 0.02062833122909069, -0.11838528513908386, 0.07050313800573349, -0.1270895004272461, 0.06303109228610992, -0.027775021269917488, -0.016963539645075798, -0.11909731477499008, 0.023081013932824135, -0.07977605611085892, 0.07484468072652817, -0.2861396074295044, -0.07393887639045715, 0.09464060515165329, -0.14612959325313568, -0.06657424569129944, -0.05241229757666588, -0.08119884878396988, -0.047019436955451965, 0.039377227425575256, 0.2983227074146271, 0.2070661336183548, 0.02088802680373192, 0.014103136025369167, 0.15511676669120789, -0.1908121258020401, -0.24086754024028778, 0.06275904178619385, -0.015383901074528694, -0.19547833502292633, 0.0231605414301157, 0.059956297278404236, -0.021945679560303688, -0.022037668153643608, -0.03843829408288002, 0.06395994126796722, -0.09650340676307678, 0.07259679585695267, -0.007247664965689182, 0.06782203167676926, -0.011283161118626595, 0.13211171329021454, 0.10247481614351273, 0.10029712319374084, 0.04844784364104271, -0.07930268347263336, -0.03229781612753868, 0.06590664386749268, -0.012636794708669186, -0.02946797013282776, -0.18395982682704926, -0.042076293379068375, 0.05316111445426941, 0.08064202219247818, -0.025849901139736176, 0.1105596050620079, 0.04612047225236893, -0.0461699515581131, -0.03863631188869476, 0.036454178392887115, 0.11238249391317368, 0.0365011990070343, 0.011556359007954597, -0.06442040205001831, 0.03528737276792526, -0.08972577750682831, -0.07009215652942657, -0.10897652804851532, -0.041294898837804794, 0.18506121635437012, 0.07699373364448547, 0.07990134507417679, 0.03818869590759277, 0.05095429718494415, 0.06121988967061043, -0.018399111926555634, -0.05434463173151016, 0.06344223022460938, -0.05304472893476486, -0.009969506412744522, 0.04131461679935455, -0.016345573589205742, 0.19240480661392212, 0.10238038748502731, -0.02112615294754505, -0.07257623970508575, -0.13233748078346252, 0.02442263253033161, 0.012235995382070541, 0.004471495747566223, -0.0007237030658870935, -0.03408972918987274, -0.05882684886455536, 0.08744734525680542, -0.04993726685643196, -0.0009192063007503748, -0.0054288823157548904, 0.08038344234228134, -0.10171958804130554, 0.02444905787706375, 0.12104769796133041, -0.18131689727306366, 0.16107866168022156, 0.19126833975315094, 0.07752455770969391, 0.1781253218650818, -0.06381633132696152, -0.05721637234091759, -0.04858141019940376, -0.07076124101877213, -0.07325010746717453, 0.14634737372398376, -0.004415205679833889, -0.022898076102137566, 0.05408693104982376, 0.07129029184579849, 0.06606078147888184, -0.13211259245872498, -0.08825389295816422, -0.0005680005997419357, 0.0028897691518068314, -0.136707603931427, -0.008327784016728401, 0.01691029593348503, 0.08966298401355743, 0.0116765471175313, -0.1061650887131691, 0.15625788271427155, -0.030417200177907944, -0.020130610093474388, 0.09838414937257767, -0.20944926142692566, -0.2800983190536499, -0.04879491403698921, 0.019448887556791306, 0.09272796660661697, 0.08451507985591888, -0.08551334589719772, -0.1304047852754593, -0.012973740696907043, 0.03211869299411774, -0.0682813748717308, -0.27827319502830505, 0.02486979216337204, -0.08134230971336365, 0.049112752079963684, -0.11587272584438324, -0.08876843750476837, 0.06245460733771324, -0.038571543991565704, 0.11095507442951202, 0.14315898716449738, -0.11579084396362305, 0.05680184066295624, 0.21194052696228027, -0.04517325386404991, 0.08715944737195969, -0.09357786923646927, -0.07856175303459167, -0.0480293370783329, -0.04219873622059822, -0.0433003231883049, -0.002812555991113186, 0.012093853205442429, 0.08043383061885834, 0.04884282127022743, -0.09208427369594574, 0.023174306377768517, -0.03936725854873657, -0.14744451642036438, -0.26899513602256775, -0.08904054015874863, -0.016335714608430862, 0.12868599593639374, 0.04489699378609657, 0.09185221046209335, -0.016422145068645477, 0.10024954378604889, 0.1353677362203598, 0.024341221898794174, -0.1427641212940216, -0.07899578660726547, -0.047290101647377014, 0.029857469722628593, 0.030020616948604584, -0.15334351360797882, -0.03444335237145424, 0.17454126477241516, 0.12775947153568268, 0.217526376247406, 0.06238192319869995, 0.07973603159189224, -0.009569051675498486, 0.04715773090720177, 0.19135195016860962, 0.08699679374694824, 0.09945512562990189, -0.017160462215542793, 0.0034974722657352686, 0.04759443178772926, -0.031627144664525986, -0.0051957047544419765, 0.1891764998435974, -0.14573468267917633, 0.02359417825937271, -0.050257857888936996, 0.029734743759036064, -0.047419752925634384, 0.04993786662817001, -0.1993747353553772, 0.1177622452378273, -0.001819442375563085, 0.13425129652023315, -0.06798356026411057, 0.11607629805803299, 0.08750373870134354, -0.035448089241981506, 0.07561228424310684, 0.003137546591460705, 0.058955151587724686, -0.1563865691423416, -0.04362063109874725, 0.07115347683429718, -0.036354873329401016, -0.039708398282527924, 0.11403407156467438, -0.22150129079818726, 0.1482919454574585, 0.023918136954307556, -0.0739019513130188, -0.02693532221019268, -0.07113887369632721, 0.017996771261096, 0.09438078850507736, 0.06855258345603943, 0.0011405018158257008, -0.24578295648097992, -0.15959936380386353, -0.04332875460386276, -0.0650825947523117, 0.13358302414417267, -0.09138185530900955, -0.1298174262046814, 0.03702844679355621, 0.008699638769030571, -0.0004951374139636755, -0.14959996938705444, -0.08944004774093628, -0.09506881237030029, 0.021400537341833115, 0.08389566838741302, -0.08695092797279358, 0.016335826367139816, -0.026919815689325333, -0.10922800004482269, 0.08221691846847534, -0.06638865172863007, 0.016332454979419708, -0.11956465244293213, -0.02089783176779747, 0.051477015018463135, 0.02849852293729782, -0.003252268536016345, 0.020604081451892853, 0.032432157546281815, -0.0004086896078661084, -0.1478644460439682, 0.13258744776248932, -0.02488994225859642, 0.07620341330766678, -0.13551175594329834, 0.080734483897686, -0.0030305481050163507, 0.014882383868098259, -0.013797374442219734, 0.00922312494367361, 0.032481979578733444, -0.06584975123405457, 0.19515253603458405, -0.07176200300455093, 0.1639363169670105, 0.30055707693099976, 0.010805300436913967, 0.026577569544315338, 0.11138694733381271, 0.02139282040297985, 0.17848967015743256, 0.08918489515781403, -0.11229728162288666, 0.18836408853530884, 0.06959425657987595, -0.0713614895939827, -0.2649727463722229, 0.12907789647579193, -0.1046464592218399, -0.02985852211713791, -0.014211472123861313, -0.3082573413848877, 0.04097525775432587, 0.1614200472831726, -0.035021670162677765, 0.23093758523464203, -0.08070442080497742, -0.03744867816567421, 0.20675912499427795, -0.008822252042591572, 0.2034781575202942, -0.09115028381347656, -0.10947776585817337, -0.10178817063570023, -0.01566680520772934, 0.28664329648017883, -0.07132538408041, 0.0166412852704525, -0.05241578817367554, 0.03996271640062332, -0.024440547451376915, -0.01508746575564146, 0.1863730251789093, 0.16065604984760284, 0.1867418736219406, -0.06621870398521423, -0.11378279328346252, 0.1580851972103119, -0.04431229457259178, -0.026683159172534943, 0.02772323600947857, 0.053183361887931824, -0.09794934839010239, -0.028727339580655098, 0.11422256380319595, 0.006311985198408365, 0.055549878627061844, -0.08831567317247391, -0.1196586936712265, 0.026490749791264534, -0.154368057847023, -0.06821077316999435, 0.08593004196882248, 0.036601681262254715, -0.0045401849783957005, -0.028487185016274452, 0.052437108010053635, 0.030236665159463882, -0.013349835760891438, -0.0868268609046936, -0.03537089750170708, 0.12244020402431488, -0.19603556394577026, 0.03959934040904045, 0.13393579423427582, 0.02228252775967121, 0.1147480309009552, 0.09668346494436264, 0.02304084412753582, -0.02013256959617138, 0.1356622576713562, -0.08442842215299606, 0.05053233355283737, 0.0847645252943039, -0.10986629128456116, 0.010366585105657578, 0.07301478832960129, -0.02442321926355362, 0.09089316427707672, 0.02048616297543049, 0.05239061266183853, -0.0026726359501481056, -0.010908138006925583, 0.11259327828884125, 0.11395420134067535, 0.03736615180969238, -0.1401653289794922, 0.2185600847005844, 0.06330884248018265, -0.10106691718101501, -0.027450673282146454, -0.11397898197174072, -0.1411101520061493, -0.08299609273672104, -0.060376882553100586, 0.24745093286037445, 0.010780926793813705, -0.13500460982322693, 0.03226529806852341, -0.12389549612998962, 0.08964479714632034, 0.07929319888353348, 0.08553454279899597, 0.18471717834472656, -0.01353461667895317, -0.03845201060175896, -0.0013350083027034998, -0.02555244415998459, -0.11913641542196274, 0.08509581536054611, -0.16709676384925842, -0.09915344417095184, -0.03905719146132469, 0.08378022909164429, -0.05320727825164795, -0.08205860108137131, -0.10026390105485916, 0.0667543113231659, -0.19613783061504364, 0.09259507060050964, 0.024536626413464546, 0.02532384917140007, 0.04707919433712959, 0.058743223547935486, -0.0018540732562541962, -0.049698881804943085, -0.10498347878456116, 0.14234532415866852, 0.031224370002746582, 0.06339970231056213, -0.056328851729631424, -0.02306131273508072, 0.018284596502780914, 0.03992273285984993, 0.08802202343940735, 0.12410370260477066, 0.013516101986169815, 0.015570470131933689, -0.08018437772989273, -0.06711802631616592, 0.05864216387271881, 0.030421443283557892, 0.07078765332698822, -0.014223258011043072, 0.012873098254203796, 0.059084076434373856, -0.06758269667625427, 0.0782390832901001, 0.006755307782441378, -0.0811326652765274, 0.03466017544269562, -0.12607568502426147, -0.07711347192525864, -0.023158790543675423, -0.04750483110547066, 0.2342645525932312, 0.08799957484006882, 0.06842789053916931, 0.08458930999040604, -0.02638821303844452, -0.0038158600218594074, -0.06126387417316437, 0.012426154688000679, -0.05597135052084923, -0.058282725512981415, 0.0802873969078064, 0.006327034439891577, -0.02862655185163021, 0.43877312541007996, 0.035247474908828735, -0.1588825285434723, -0.033600226044654846, 0.056758325546979904, 0.07714477926492691, 0.08463123440742493, 0.2498384565114975, 0.0870138555765152, -0.08780615031719208, -0.002620960585772991, 0.07661249488592148, 0.045609280467033386, 0.08229261636734009, 0.09947129338979721, 0.09325268864631653, -0.029012897983193398, -0.011165458709001541, -0.03638872876763344, -0.0802815854549408, 0.04704134911298752, 0.10204586386680603, -0.06686396151781082, -0.03816254436969757, 0.056771669536828995, -0.05478455498814583, 0.03868110477924347, -0.05949507653713226, 0.0428253598511219, -0.05832419916987419, -0.09586480259895325, -0.09140568971633911, -0.08996374905109406, -0.005753570701926947, -0.13278275728225708, 0.038354650139808655, -0.03541325032711029, -0.08935271948575974, 0.2959173917770386, 0.07981938868761063, 0.05587904900312424, 0.035688139498233795, -0.16024476289749146, 0.07843758165836334, 0.09915831685066223, -0.030032137408852577, -0.07901450991630554, -0.0990033745765686, -0.09307078272104263, 0.04293264076113701, -0.07162927836179733, -0.023881904780864716, -0.05656541883945465, 0.0759752094745636, 0.004033329896628857, -0.10034900158643723, 0.016228891909122467, -0.013475248590111732, 0.04043107107281685, -0.10604587197303772, 0.03434998169541359, 0.0347043052315712, 0.004144036676734686, 0.05491148307919502, 0.11298315972089767, 0.013632234185934067, 0.08978234231472015, -0.08808721601963043, -0.008724740706384182, -0.013765783049166203, 0.12834638357162476, 0.06591346859931946, -0.08770889788866043, -0.046956729143857956, 0.0014195533003658056, 0.3271749019622803, -0.06346585601568222, -0.0056261178106069565, 0.012437469325959682, 0.01807621866464615, 0.08667824417352676, 0.1710597425699234, -0.01012193039059639, -0.06115313991904259, 0.03846639022231102, -0.15496480464935303, -0.027588102966547012, -0.04392628371715546, 0.09431877732276917, 0.10832434892654419, 0.0639396607875824, -0.0374639630317688, -0.1515568196773529, 0.13233700394630432, -0.14071427285671234, -0.018588274717330933, 0.1396370828151703, -0.023249484598636627, -0.10768777877092361, 0.014414210803806782, 0.06706812977790833, -0.046336352825164795, -0.02864059805870056, -0.08852273970842361, -0.0635766014456749, -0.09445270895957947, -0.016813039779663086, -0.2935218811035156, -0.19173139333724976, 0.011019698344171047, -0.033229760825634, 0.056594498455524445, -0.05345906317234039, 0.17197903990745544, 0.019916284829378128, 0.0965360775589943, -0.05251714214682579, 0.000014280279174272437, -0.012334701605141163, 0.09734439849853516, -0.012355996295809746, 0.0017477808287367225, -0.05478266254067421, 0.05398452281951904, 0.07649946957826614, -0.04722113534808159, -0.01778404228389263, -0.04386986792087555, -0.09740308672189713, -0.09074020385742188, 0.003125055693089962, -0.058935802429914474, 0.08229728043079376, 0.04213594272732735, 0.00785653293132782, 0.04716182127594948, 0.021172648295760155, 0.015452583320438862, -0.029675330966711044, -0.11340677738189697, -0.03660805523395538, 0.022750237956643105, -0.07190975546836853, 0.19151067733764648, 0.027098514139652252, -0.15009042620658875, 0.050119541585445404, -0.1070585772395134, 0.003363471245393157, 0.015335600823163986, 0.06829296797513962, 0.03753577172756195, 0.147490456700325, -0.061997149139642715, 0.02738804742693901, 0.03612695261836052, 0.013860694132745266, -0.07458024471998215, -0.09974338859319687 ]
fb0889576937f2393606bf3b5b9b28cc95111b85
# The [`tatsu-lab/alpaca` dataset](https://huggingface.co/datasets/tatsu-lab/alpaca) was split into train/test/val with the goal of training text-to-text generation models to generate instruction prompts corresponding to arbitrary text. To do this, you would use - `output` as **the text2text model** input column - `instruction` as the text2text model target/output column ## modifications & filtering Rows that used the column `input` in the original dataset, and rows where the `output` column contains less than 8 words were dropped. Link to [function used to filter](https://gist.github.com/pszemraj/3633acb0cf3288d49b7bee550e756839) the original dataset after splitting - The filter_dataset function reads datasets, counts tokens in specified columns, filters rows based on a minimum number of tokens, drops specified columns and/or rows with non-NaN values, and saves the modified datasets to a new directory. It returns summary statistics of the modified records. ## dataset info Output of loading the dataset: ```python DatasetDict({ train: Dataset({ features: ['instruction', 'output'], num_rows: 23167 }) test: Dataset({ features: ['instruction', 'output'], num_rows: 2822 }) validation: Dataset({ features: ['instruction', 'output'], num_rows: 2866 }) }) ``` ## token counts in the `output` column t5 ![output-tokens](https://i.imgur.com/cOCeBmA.png) bart-base ![output-tokens](https://i.imgur.com/y5CZiMa.png) ---
pszemraj/fleece2instructions
[ "task_categories:text-generation", "task_categories:text2text-generation", "size_categories:10K<n<100K", "source_datasets:tatsu-lab/alpaca", "language:en", "license:cc-by-4.0", "alpaca", "instruction generation", "region:us" ]
2023-03-19T21:52:58+00:00
{"language": ["en"], "license": "cc-by-4.0", "size_categories": ["10K<n<100K"], "source_datasets": "tatsu-lab/alpaca", "task_categories": ["text-generation", "text2text-generation"], "tags": ["alpaca", "instruction generation"]}
2023-03-20T03:29:35+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-text2text-generation #size_categories-10K<n<100K #source_datasets-tatsu-lab/alpaca #language-English #license-cc-by-4.0 #alpaca #instruction generation #region-us
# The 'tatsu-lab/alpaca' dataset was split into train/test/val with the goal of training text-to-text generation models to generate instruction prompts corresponding to arbitrary text. To do this, you would use - 'output' as the text2text model input column - 'instruction' as the text2text model target/output column ## modifications & filtering Rows that used the column 'input' in the original dataset, and rows where the 'output' column contains less than 8 words were dropped. Link to function used to filter the original dataset after splitting - The filter_dataset function reads datasets, counts tokens in specified columns, filters rows based on a minimum number of tokens, drops specified columns and/or rows with non-NaN values, and saves the modified datasets to a new directory. It returns summary statistics of the modified records. ## dataset info Output of loading the dataset: ## token counts in the 'output' column t5 !output-tokens bart-base !output-tokens ---
[ "# \n\nThe 'tatsu-lab/alpaca' dataset was split into train/test/val with the goal of training text-to-text generation models to generate instruction prompts corresponding to arbitrary text.\nTo do this, you would use\n\n- 'output' as the text2text model input column\n- 'instruction' as the text2text model target/output column", "## modifications & filtering \n\nRows that used the column 'input' in the original dataset, and rows where the 'output' column contains less than 8 words were dropped.\n\nLink to function used to filter the original dataset after splitting\n- The filter_dataset function reads datasets, counts tokens in specified columns, filters rows based on a minimum number of tokens, drops specified columns and/or rows with non-NaN values, and saves the modified datasets to a new directory. It returns summary statistics of the modified records.", "## dataset info\n\n\nOutput of loading the dataset:", "## token counts in the 'output' column\n\n\nt5 \n\n!output-tokens\n\n\nbart-base \n\n!output-tokens\n\n\n---" ]
[ "TAGS\n#task_categories-text-generation #task_categories-text2text-generation #size_categories-10K<n<100K #source_datasets-tatsu-lab/alpaca #language-English #license-cc-by-4.0 #alpaca #instruction generation #region-us \n", "# \n\nThe 'tatsu-lab/alpaca' dataset was split into train/test/val with the goal of training text-to-text generation models to generate instruction prompts corresponding to arbitrary text.\nTo do this, you would use\n\n- 'output' as the text2text model input column\n- 'instruction' as the text2text model target/output column", "## modifications & filtering \n\nRows that used the column 'input' in the original dataset, and rows where the 'output' column contains less than 8 words were dropped.\n\nLink to function used to filter the original dataset after splitting\n- The filter_dataset function reads datasets, counts tokens in specified columns, filters rows based on a minimum number of tokens, drops specified columns and/or rows with non-NaN values, and saves the modified datasets to a new directory. It returns summary statistics of the modified records.", "## dataset info\n\n\nOutput of loading the dataset:", "## token counts in the 'output' column\n\n\nt5 \n\n!output-tokens\n\n\nbart-base \n\n!output-tokens\n\n\n---" ]
[ 75, 85, 145, 13, 33 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-text2text-generation #size_categories-10K<n<100K #source_datasets-tatsu-lab/alpaca #language-English #license-cc-by-4.0 #alpaca #instruction generation #region-us \n# \n\nThe 'tatsu-lab/alpaca' dataset was split into train/test/val with the goal of training text-to-text generation models to generate instruction prompts corresponding to arbitrary text.\nTo do this, you would use\n\n- 'output' as the text2text model input column\n- 'instruction' as the text2text model target/output column## modifications & filtering \n\nRows that used the column 'input' in the original dataset, and rows where the 'output' column contains less than 8 words were dropped.\n\nLink to function used to filter the original dataset after splitting\n- The filter_dataset function reads datasets, counts tokens in specified columns, filters rows based on a minimum number of tokens, drops specified columns and/or rows with non-NaN values, and saves the modified datasets to a new directory. It returns summary statistics of the modified records.## dataset info\n\n\nOutput of loading the dataset:## token counts in the 'output' column\n\n\nt5 \n\n!output-tokens\n\n\nbart-base \n\n!output-tokens\n\n\n---" ]
[ -0.04062670096755028, 0.1198236346244812, -0.003645334392786026, 0.0462607741355896, 0.08461937308311462, 0.02764667198061943, 0.031202564015984535, 0.13394327461719513, -0.08366274833679199, 0.07492569088935852, -0.06206149980425835, 0.0497891828417778, 0.03956058621406555, 0.20301420986652374, -0.0211524348706007, -0.21378295123577118, 0.034271489828825, -0.07677941769361496, -0.006287775933742523, 0.10983055830001831, 0.1021399050951004, -0.05898323655128479, 0.06708287447690964, 0.01209738664329052, 0.01688973791897297, -0.04704522341489792, 0.02648329921066761, -0.027203954756259918, 0.045274291187524796, 0.10456112772226334, 0.05792304500937462, -0.018619539216160774, 0.0019605017732828856, -0.11516383290290833, 0.01664673537015915, 0.11794833093881607, 0.036464910954236984, 0.0977192223072052, 0.06685175746679306, -0.055977143347263336, 0.0691320076584816, -0.07226765155792236, 0.0204778965562582, 0.05934795364737511, -0.12568627297878265, -0.005923540331423283, -0.16035836935043335, -0.03365223482251167, 0.142011359333992, 0.06875576078891754, -0.03580595180392265, 0.04599781706929207, -0.04939594119787216, 0.04970318824052811, 0.09827160835266113, -0.14581383764743805, -0.0019958808552473783, -0.03803524747490883, -0.02017623372375965, -0.01767217554152012, -0.08452557027339935, 0.013399047777056694, 0.006325988564640284, -0.03827326372265816, -0.014312472194433212, 0.02865513227880001, -0.09681885689496994, 0.01654186099767685, -0.07855148613452911, -0.05260913074016571, 0.16229885816574097, -0.0434749610722065, -0.040544625371694565, -0.13025547564029694, -0.09380244463682175, -0.061534199863672256, -0.023039286956191063, -0.00206435052677989, 0.01305641233921051, 0.052086424082517624, 0.008421119302511215, -0.10889295488595963, -0.1113237664103508, -0.03536417707800865, -0.10865595936775208, 0.0312039777636528, -0.01966165378689766, 0.02294202893972397, -0.07262066006660461, 0.11782583594322205, 0.039023686200380325, -0.037818361073732376, -0.05036438629031181, -0.02259787730872631, -0.1336434930562973, -0.013639729470014572, -0.0751962810754776, -0.1036316528916359, -0.07059746980667114, 0.21978704631328583, -0.013350320048630238, 0.016728313639760017, -0.06909472495317459, 0.016167286783456802, 0.06432674825191498, -0.0033107262570410967, -0.05511908233165741, 0.0690516009926796, 0.017727715894579887, -0.01478223130106926, -0.006377180106937885, -0.04791959747672081, 0.06721268594264984, 0.02360106073319912, 0.005685185082256794, 0.07655314356088638, 0.08894354850053787, 0.04539211094379425, -0.09162800759077072, -0.06948331743478775, 0.12489570677280426, -0.1771756112575531, -0.010361277498304844, 0.038364678621292114, -0.040558334439992905, 0.03938696160912514, 0.07117050886154175, -0.02025355026125908, -0.07617326080799103, 0.11072894185781479, -0.11142577230930328, -0.023931734263896942, -0.09705327451229095, -0.06824395805597305, 0.001750399824231863, -0.011329752393066883, -0.11742942780256271, 0.001723429304547608, -0.21818137168884277, -0.0483941026031971, 0.08408743888139725, -0.03225710615515709, 0.04014743119478226, 0.0025818960275501013, -0.009885508567094803, 0.026837849989533424, 0.008078058250248432, 0.030421029776334763, -0.03388534486293793, 0.03317148983478546, -0.07836662232875824, 0.012089193798601627, 0.027350369840860367, 0.03072059340775013, -0.12332091480493546, 0.07071090489625931, -0.13274535536766052, 0.13276314735412598, -0.06774213910102844, -0.10279494524002075, -0.11210513114929199, 0.019484424963593483, -0.011144150979816914, -0.0007017228053882718, 0.02637484297156334, 0.10654070228338242, -0.362564355134964, -0.00032215527608059347, 0.10258141905069351, -0.143571674823761, -0.008344746194779873, 0.06437336653470993, -0.05437464267015457, 0.055864367634058, 0.08575775474309921, 0.11860132217407227, 0.13675792515277863, -0.004571055062115192, -0.10719569027423859, -0.029741421341896057, -0.028173696249723434, 0.11737202107906342, 0.06452590972185135, -0.07847487181425095, 0.06770190596580505, 0.039318013936281204, -0.0615231916308403, -0.03456797078251839, -0.036830779165029526, -0.07385284453630447, 0.0023697628639638424, 0.02619771845638752, 0.08500658720731735, -0.09438708424568176, 0.03676074743270874, 0.03464866802096367, -0.0683031752705574, 0.04401954635977745, 0.0866791233420372, -0.046466268599033356, 0.06113460659980774, -0.08964134007692337, 0.028642164543271065, 0.03854690492153168, 0.016165778040885925, -0.21411533653736115, -0.11718215048313141, -0.0448840893805027, -0.049013253301382065, -0.007239421829581261, -0.007408343255519867, -0.03005065582692623, -0.016017887741327286, -0.016014128923416138, 0.09732955694198608, 0.053865037858486176, -0.05346987769007683, -0.05656519532203674, -0.0693780928850174, -0.04485834762454033, -0.005591168534010649, 0.13070310652256012, -0.09696244448423386, 0.029343122616410255, 0.03199054300785065, 0.13756971061229706, 0.03344742953777313, -0.09710708260536194, 0.018511857837438583, -0.033785585314035416, -0.021402128040790558, -0.051773205399513245, 0.0013934685848653316, -0.0029914285987615585, -0.02588009648025036, 0.09543917328119278, -0.2239714115858078, -0.16668395698070526, 0.07679984718561172, 0.09035137295722961, -0.052642710506916046, 0.00270196539349854, -0.037467729300260544, -0.013383918441832066, -0.09152419865131378, -0.04682476818561554, 0.05190254747867584, 0.10699784755706787, 0.09827137738466263, -0.08342063426971436, -0.06349879503250122, -0.0292707160115242, 0.006103246472775936, -0.009127824567258358, -0.0011839307844638824, -0.09746460616588593, -0.14032092690467834, 0.021516792476177216, 0.03172210603952408, 0.0569927915930748, 0.184343621134758, -0.007552837487310171, -0.07252056151628494, -0.07231967896223068, 0.012463033199310303, 0.026998648419976234, -0.020240113139152527, 0.13192258775234222, 0.07640888541936874, 0.07978655397891998, 0.04616907238960266, 0.0522867813706398, -0.09370619803667068, 0.042462196201086044, 0.03523315116763115, -0.04989040270447731, 0.012378113344311714, 0.03507372364401817, 0.026893801987171173, 0.05828559026122093, 0.0025827765930444, 0.1640065759420395, 0.00986549723893404, -0.019847970455884933, -0.10159541666507721, 0.16371770203113556, -0.11102158576250076, -0.23615115880966187, -0.17121388018131256, -0.032393310219049454, -0.05040031671524048, 0.018051862716674805, 0.013167820870876312, 0.01932598277926445, -0.07655324786901474, -0.11183404177427292, 0.07866519689559937, -0.008485659025609493, -0.05236348509788513, -0.04376323148608208, 0.02033197320997715, 0.06172492355108261, -0.10457518696784973, 0.05643361806869507, -0.008900593034923077, -0.012941930443048477, 0.0136858019977808, 0.06377939134836197, 0.022909456863999367, 0.061429448425769806, -0.032924480736255646, -0.048713695257902145, -0.01138056069612503, 0.21721452474594116, -0.03600441291928291, 0.057754505425691605, 0.12483872473239899, -0.10580914467573166, 0.05362953990697861, 0.04610167071223259, -0.013780847191810608, -0.05400719493627548, 0.024414503946900368, 0.13728371262550354, -0.034421298652887344, -0.26299694180488586, -0.08891881257295609, -0.06382486969232559, -0.0014623241731896996, 0.09030797332525253, 0.016052598133683205, -0.07816141098737717, 0.030985554680228233, -0.11092263460159302, 0.0028209437150508165, 0.00047846612869761884, 0.04936328902840614, 0.1254429668188095, -0.01580221578478813, 0.12444557249546051, -0.026040857657790184, 0.045056357979774475, 0.12419846653938293, 0.010391711257398129, 0.21616512537002563, -0.04111601039767265, 0.1909906417131424, 0.07131519913673401, 0.04349518567323685, 0.05171927064657211, 0.10877549648284912, -0.022457733750343323, 0.06046491861343384, -0.01689024269580841, -0.0774649903178215, -0.06717757880687714, -0.002997468924149871, -0.04358373582363129, -0.05156831443309784, -0.05809595435857773, 0.05855260789394379, 0.07829959690570831, 0.17142462730407715, 0.02784516103565693, -0.13113521039485931, -0.10297826677560806, 0.03807723894715309, 0.020238790661096573, -0.0672411173582077, -0.0058314986526966095, 0.044783271849155426, -0.046011775732040405, 0.03005038946866989, -0.13537049293518066, 0.09368927031755447, -0.1443772166967392, 0.018163150176405907, -0.017439238727092743, 0.04090660437941551, -0.011370742693543434, 0.09978729486465454, -0.012706458568572998, 0.13196007907390594, 0.02720804512500763, 0.03832066059112549, -0.03291872516274452, 0.04226529970765114, -0.007852897979319096, -0.09673410654067993, 0.11215923726558685, 0.017509011551737785, -0.16323286294937134, -0.050856851041316986, -0.11197612434625626, -0.019393542781472206, 0.0908908098936081, -0.1113811507821083, 0.10105627775192261, -0.050736911594867706, 0.026434563100337982, 0.0021412039641290903, 0.11325139552354813, -0.10318649560213089, -0.21196363866329193, 0.1071353480219841, -0.02012552320957184, 0.044031716883182526, -0.011272458359599113, -0.03224141523241997, 0.01172603014856577, 0.2450016438961029, -0.09675825387239456, -0.055758342146873474, -0.12286336719989777, 0.039822716265916824, 0.20813482999801636, -0.05603354424238205, 0.042095478624105453, 0.00678228447213769, 0.11332596093416214, -0.02041335590183735, -0.13475127518177032, 0.04193911701440811, -0.04526486620306969, -0.12546882033348083, -0.027525337412953377, 0.1017872765660286, 0.015018298290669918, -0.010551952756941319, 0.0003851095971185714, 0.03658239170908928, -0.009193869307637215, -0.07382554560899734, -0.05012693256139755, 0.1641162931919098, 0.040361881256103516, 0.08008023351430893, -0.10006287693977356, -0.10340975970029831, -0.055067554116249084, 0.0012135172728449106, 0.11133689433336258, 0.20186862349510193, -0.042540162801742554, 0.16418392956256866, 0.04628674313426018, -0.09245413541793823, -0.13222359120845795, -0.06046295166015625, -0.0073543512262403965, 0.02413654513657093, 0.11604884266853333, -0.14333635568618774, 0.03425316512584686, 0.14280040562152863, -0.026451893150806427, 0.0026804448571056128, -0.1575949490070343, -0.12758611142635345, -0.008639734238386154, -0.07647552341222763, 0.020118437707424164, -0.025048889219760895, -0.06078417971730232, -0.06510576605796814, -0.093943752348423, 0.19637799263000488, -0.023668576031923294, 0.10771477222442627, -0.01999623514711857, 0.025366269052028656, 0.061107005923986435, -0.04789810627698898, 0.11861719936132431, -0.008370705880224705, 0.035753682255744934, -0.04847376421093941, -0.038463935256004333, 0.1360899806022644, -0.06657765805721283, 0.07584326714277267, -0.019418783485889435, 0.14918400347232819, -0.06866640597581863, -0.02534850686788559, -0.015063065104186535, 0.0022563741076737642, -0.04660757631063461, -0.01863875612616539, -0.06980974972248077, 0.0558452382683754, 0.096791110932827, -0.017746664583683014, 0.07759573310613632, 0.0028457141015678644, 0.03964782878756523, 0.1037948951125145, -0.020354891195893288, 0.04513128474354744, -0.08622109889984131, -0.036647647619247437, 0.006976943463087082, 0.06724310666322708, -0.15973667800426483, 0.06825889647006989, 0.08341667056083679, 0.027576051652431488, 0.10729832202196121, 0.0578138530254364, -0.09609870612621307, 0.0466957613825798, 0.06421346962451935, -0.13392862677574158, -0.10738882422447205, 0.001376231899484992, -0.01702815853059292, -0.21122358739376068, -0.055391982197761536, 0.1847052276134491, 0.038518644869327545, -0.015482360497117043, 0.04929487779736519, 0.033721912652254105, 0.0016857644077390432, 0.14413334429264069, -0.07746761292219162, 0.03839290887117386, -0.0822698250412941, 0.08415926247835159, 0.1252097636461258, -0.06139860302209854, 0.007515415083616972, 0.04683405160903931, -0.10380160808563232, -0.062436528503894806, -0.02090950310230255, 0.01392132043838501, -0.017280112951993942, 0.07304169237613678, 0.008809656836092472, 0.030189476907253265, 0.06814049929380417, -0.022258447483181953, -0.012804261408746243, 0.12859933078289032, -0.08985922485589981, -0.04354923218488693, -0.007656272500753403, 0.06000223755836487, 0.08956530690193176, 0.013981472700834274, -0.0413876473903656, 0.14613185822963715, -0.05483562871813774, -0.015552112832665443, -0.012779981829226017, -0.039791714400053024, -0.05746623873710632, -0.027360105887055397, -0.020577525720000267, 0.050524476915597916, -0.09233742952346802, -0.054067179560661316, -0.006400336045771837, 0.07565674185752869, -0.03497342765331268, -0.011952533386647701, -0.03278176113963127, -0.11242341250181198, -0.0797034502029419, 0.04887561872601509, -0.15422940254211426, 0.05188801884651184, 0.03118058480322361, -0.03842997923493385, 0.08383183181285858, 0.053274814039468765, 0.005631679203361273, -0.00121734116692096, -0.11267944425344467, -0.08653471618890762, -0.04506262391805649, 0.03972291573882103, 0.00930208433419466, -0.0973871722817421, -0.02678048238158226, 0.008419702760875225, -0.027067888528108597, 0.000612290867138654, 0.016289928928017616, -0.14424864947795868, -0.030644558370113373, 0.05198856070637703, 0.07152706384658813, -0.0428021140396595, -0.023385191336274147, 0.056211963295936584, 0.04898497462272644, 0.13925442099571228, 0.009782811626791954, 0.03500097244977951, -0.19400335848331451, -0.005816617980599403, 0.014752675779163837, -0.03365430235862732, 0.014842557720839977, -0.049520526081323624, 0.04057219997048378, -0.04637713357806206, 0.08748156577348709, 0.0586734339594841, 0.06256067752838135, 0.01722242310643196, 0.06058254837989807, -0.08616653084754944, 0.025458162650465965, 0.23213379085063934, 0.05745035782456398, -0.011348234489560127, 0.05583413690328598, -0.0315469391644001, -0.05494018644094467, 0.030225079506635666, 0.10248634964227676, 0.10637130588293076, 0.008452348411083221, 0.0011831021402031183, -0.0684269443154335, -0.08069908618927002, -0.1385854184627533, 0.060434188693761826, -0.06446667015552521, 0.06534691154956818, 0.002211381448432803, -0.15598055720329285, 0.05387980118393898, -0.1456107646226883, 0.15578420460224152, -0.008695170283317566, -0.056457001715898514, -0.06752295047044754, -0.23733197152614594, -0.05306233838200569, -0.018504543229937553, -0.011170986108481884, -0.14110994338989258, 0.10983537137508392, 0.14900459349155426, 0.0008598776767030358, 0.025645580142736435, 0.08727537840604782, -0.18963980674743652, -0.13073310256004333, 0.00510486401617527, 0.007181107532233, 0.002802083035930991, -0.008266303688287735, -0.015646038576960564, 0.08085357397794724, 0.061905387789011, 0.05707526579499245, 0.0074559710919857025, 0.1609923541545868, 0.08899521082639694, -0.0775008425116539, -0.07668864727020264, 0.01554490439593792, 0.02112405002117157, 0.045876264572143555, 0.1324400007724762, 0.03589564561843872, 0.0007086808327585459, -0.012486804276704788, 0.259576678276062, -0.002008640207350254, -0.1019212082028389, -0.17202430963516235, 0.0806182473897934, 0.05337751284241676, 0.008777775801718235, -0.025972068309783936, -0.12850239872932434, 0.009272494353353977, 0.1333334892988205, 0.19006091356277466, -0.0636516585946083, 0.00248031341470778, 0.021178588271141052, 0.008179230615496635, 0.023112827911973, 0.0952845960855484, 0.005562658421695232, 0.14339829981327057, 0.001903505646623671, 0.055598482489585876, -0.001546387909911573, -0.05844829976558685, -0.024030113592743874, 0.1497657150030136, -0.07079005986452103, 0.0004530568257905543, -0.007978054694831371, 0.07102635502815247, -0.033740125596523285, -0.1179458498954773, -0.08777095377445221, -0.11434653401374817, -0.11796103417873383, -0.021678095683455467, 0.06644167006015778, -0.006032077129930258, 0.014162406325340271, -0.0028937174938619137, -0.011065570637583733, 0.1932860016822815, -0.008669248782098293, -0.06528354436159134, -0.09248815476894379, 0.028365854173898697, -0.011335249058902264, 0.09904291480779648, 0.040893182158470154, -0.0173746757209301, 0.058126918971538544, 0.010059766471385956, -0.11390896886587143, 0.004221599083393812, -0.004205462522804737, -0.030031688511371613, 0.10132678598165512, 0.16647639870643616, -0.006839941255748272, 0.07758915424346924, 0.0570569708943367, -0.09313672035932541, 0.04819394648075104, 0.11486702412366867, 0.01322179101407528, -0.054063573479652405, -0.006684054154902697, -0.07306012511253357, 0.13933230936527252, 0.16830478608608246, -0.021948328241705894, 0.04883834719657898, -0.008564352989196777, 0.06741124391555786, -0.03309916332364082, 0.0663750097155571, -0.04560726135969162, -0.1516479253768921, -0.014089785516262054, 0.1140592023730278, 0.03532221540808678, -0.21824096143245697, -0.014082498848438263, 0.020918378606438637, -0.09959081560373306, 0.00046433499664999545, 0.13359539210796356, 0.06009243428707123, 0.0023627975024282932, -0.013237250037491322, -0.0937022715806961, 0.04307322949171066, 0.04608350992202759, -0.051655422896146774, -0.06692042201757431 ]
4589883f3d09d4ef6361784e03f0ead219836469
# Multi30k This dataset contains the "multi30k" dataset, which is the "task 1" dataset from [here](https://www.statmt.org/wmt16/multimodal-task.html). Each example consists of an "en" and a "de" feature. "en" is an English sentence, and "de" is the German translation of the English sentence. ### Data Splits The Multi30k dataset has 3 splits: _train_, _validation_, and _test_. | Dataset Split | Number of Instances in Split | | ------------- | ------------------------------------------- | | Train | 29,000 | | Validation | 1,014 | | Test | 1,000 | ### Citation Information ``` @article{elliott-EtAl:2016:VL16, author = {{Elliott}, D. and {Frank}, S. and {Sima'an}, K. and {Specia}, L.}, title = {Multi30K: Multilingual English-German Image Descriptions}, booktitle = {Proceedings of the 5th Workshop on Vision and Language}, year = {2016}, pages = {70--74}, year = 2016 } ```
bentrevett/multi30k
[ "task_categories:translation", "size_categories:10K<n<100K", "language:en", "language:de", "region:us" ]
2023-03-19T22:38:35+00:00
{"language": ["en", "de"], "size_categories": ["10K<n<100K"], "task_categories": ["translation"]}
2023-03-24T14:50:27+00:00
[]
[ "en", "de" ]
TAGS #task_categories-translation #size_categories-10K<n<100K #language-English #language-German #region-us
Multi30k ======== This dataset contains the "multi30k" dataset, which is the "task 1" dataset from here. Each example consists of an "en" and a "de" feature. "en" is an English sentence, and "de" is the German translation of the English sentence. ### Data Splits The Multi30k dataset has 3 splits: *train*, *validation*, and *test*.
[ "### Data Splits\n\n\nThe Multi30k dataset has 3 splits: *train*, *validation*, and *test*." ]
[ "TAGS\n#task_categories-translation #size_categories-10K<n<100K #language-English #language-German #region-us \n", "### Data Splits\n\n\nThe Multi30k dataset has 3 splits: *train*, *validation*, and *test*." ]
[ 35, 32 ]
[ "passage: TAGS\n#task_categories-translation #size_categories-10K<n<100K #language-English #language-German #region-us \n### Data Splits\n\n\nThe Multi30k dataset has 3 splits: *train*, *validation*, and *test*." ]
[ -0.13492563366889954, -0.03562956303358078, 0.002267800970003009, 0.0738910362124443, 0.048145174980163574, 0.11340467631816864, 0.23356768488883972, 0.08558933436870575, 0.07641511410474777, 0.03645985573530197, 0.09221945703029633, -0.027831805869936943, -0.01705842837691307, 0.23626671731472015, -0.05625271052122116, -0.2583905756473541, 0.0610913410782814, -0.10422362387180328, -0.0011913079069927335, 0.09667707979679108, 0.07371389865875244, -0.092182457447052, -0.0024504719767719507, -0.11707205325365067, -0.15302260220050812, 0.06192202493548393, -0.019166389480233192, -0.013403622433543205, 0.11214692145586014, 0.03986706957221031, 0.13051077723503113, 0.03520637005567551, -0.025041326880455017, -0.1368853747844696, 0.001625468605197966, -0.06899170577526093, 0.03066284954547882, 0.00862687174230814, 0.029600562527775764, -0.030079498887062073, 0.002181760733947158, -0.06883346289396286, -0.0015029212227091193, 0.006397794932126999, -0.07519091665744781, -0.04034749045968056, -0.13077178597450256, 0.03692188486456871, 0.08253489434719086, 0.0636613592505455, -0.039073262363672256, 0.15546254813671112, -0.23415230214595795, 0.08153849095106125, 0.1529112160205841, -0.2499914914369583, -0.01777305267751217, 0.14468052983283997, -0.01929512433707714, 0.08314197510480881, -0.04645854979753494, 0.014390552416443825, 0.1010148748755455, 0.03395523875951767, -0.24531340599060059, -0.10038203746080399, -0.08346685767173767, 0.016234688460826874, -0.14611223340034485, 0.014607921242713928, 0.27763834595680237, 0.04644748568534851, 0.015206188894808292, -0.13485009968280792, 0.01581924967467785, -0.057760078459978104, 0.01663125865161419, 0.0469621904194355, -0.04499823972582817, -0.11924636363983154, -0.049648039042949677, 0.022628072649240494, -0.04420510306954384, -0.05797521770000458, -0.1815313696861267, 0.25217151641845703, 0.04156222939491272, 0.03931848332285881, 0.03860680013895035, 0.0535002239048481, -0.16300998628139496, -0.07928422093391418, 0.028668787330389023, -0.14480534195899963, -0.15376827120780945, -0.041786078363657, -0.06271932274103165, -0.1807321161031723, 0.14290177822113037, 0.12984225153923035, -0.0993790552020073, 0.03990747407078743, -0.07773949205875397, 0.04142604395747185, 0.17681904137134552, 0.0671919509768486, -0.11572235822677612, -0.047074202448129654, -0.09457753598690033, -0.025297164916992188, -0.0319552943110466, -0.01258313748985529, -0.08034481108188629, -0.028605327010154724, 0.01127664651721716, 0.17253895103931427, -0.03417274355888367, -0.029262755066156387, -0.02840620093047619, -0.02614467218518257, -0.0309055894613266, -0.1371433436870575, 0.014972247183322906, 0.01745062880218029, -0.0059694512747228146, 0.12774135172367096, -0.2187541276216507, 0.004721406381577253, 0.011217113584280014, 0.0980316624045372, -0.05957844480872154, -0.007017060182988644, -0.06915799528360367, -0.15902335941791534, 0.0573459155857563, -0.017208212986588478, -0.020527848973870277, -0.019968083128333092, -0.17708677053451538, -0.08439048379659653, -0.00978926382958889, -0.11729792505502701, 0.09509731829166412, -0.06026165932416916, 0.004667204339057207, 0.01427052728831768, -0.025461159646511078, 0.10474958270788193, -0.06391249597072601, 0.030781105160713196, -0.044042978435754776, 0.02367832139134407, -0.10978769510984421, -0.02121892012655735, -0.055336106568574905, 0.07441944628953934, -0.1726040244102478, 0.08762168884277344, -0.1778041422367096, -0.0016072543803602457, -0.03258158639073372, -0.06145419552922249, -0.033378344029188156, 0.01618358865380287, -0.03696727380156517, 0.12659241259098053, -0.25304192304611206, -0.0629424974322319, 0.06876848638057709, -0.12404866516590118, -0.03505890071392059, 0.08230174332857132, -0.060917653143405914, -0.011218411847949028, 0.04713723808526993, 0.3418905735015869, 0.07011976093053818, 0.03789590299129486, -0.06502458453178406, 0.10674485564231873, 0.005062965210527182, -0.013331630267202854, 0.1528104841709137, -0.031607095152139664, 0.013485084287822247, 0.017840992659330368, 0.0230200607329607, 0.10542944818735123, -0.07595627009868622, -0.021152233704924583, 0.017594831064343452, -0.04896348714828491, 0.08588088303804398, 0.008457873947918415, 0.11585615575313568, -0.14320969581604004, 0.02874072454869747, 0.09902466833591461, 0.1020893007516861, -0.04827692359685898, -0.03434937074780464, -0.015673069283366203, 0.015997186303138733, -0.07008069008588791, -0.012922052294015884, -0.16767451167106628, -0.1265537440776825, 0.03819286823272705, 0.06283091753721237, -0.02915826067328453, 0.24179716408252716, 0.0634535551071167, -0.018474800512194633, -0.10554758459329605, 0.031237881630659103, 0.007116713095456362, 0.05436289310455322, -0.07483680546283722, -0.16942520439624786, 0.012399326078593731, -0.08223457634449005, -0.05980006605386734, -0.0030482285656034946, -0.035908497869968414, 0.03391684219241142, 0.12277040630578995, -0.024153191596269608, 0.04348650947213173, -0.0000068931512942072, 0.09971211850643158, -0.051345109939575195, -0.006475058849900961, -0.026382002979516983, -0.07208132743835449, -0.008637674152851105, 0.08804349601268768, 0.03539697825908661, -0.011019125580787659, 0.07840920984745026, 0.07408300042152405, -0.039258938282728195, 0.028054097667336464, -0.059410665184259415, 0.015448790043592453, -0.08224590122699738, -0.06695244461297989, -0.028427116572856903, 0.07971328496932983, 0.053355585783720016, -0.03498302772641182, -0.036363616585731506, -0.02835850976407528, -0.0270322747528553, -0.06581595540046692, 0.15242841839790344, -0.11129795014858246, -0.20022334158420563, 0.1522563099861145, 0.14998392760753632, -0.011460457928478718, 0.20429526269435883, -0.10801025480031967, -0.07139110565185547, -0.06421937048435211, 0.018168196082115173, -0.08143582195043564, 0.17501546442508698, 0.022296147421002388, 0.06929253041744232, 0.08994285762310028, 0.14497613906860352, 0.05804593861103058, -0.061252303421497345, -0.056481488049030304, -0.08361136168241501, -0.008176581934094429, 0.01563587225973606, 0.04473954439163208, 0.04053249582648277, 0.08806212246417999, 0.007627627346664667, 0.005721189547330141, 0.02860662341117859, -0.028987111523747444, -0.07663856446743011, 0.2321612685918808, -0.13792236149311066, -0.1905369609594345, -0.0953316017985344, -0.043428294360637665, -0.14550721645355225, -0.03967878222465515, 0.019134340807795525, -0.14611421525478363, -0.0240735225379467, -0.02076113410294056, 0.19914060831069946, -0.120740607380867, -0.023867687210440636, -0.0037411246448755264, 0.0639740601181984, -0.12770572304725647, -0.07522638887166977, -0.011901484802365303, 0.011489038355648518, 0.14035187661647797, 0.07567594945430756, -0.11362715065479279, 0.03712489455938339, 0.15554553270339966, 0.041221119463443756, 0.06655307859182358, -0.06622429192066193, 0.11163762956857681, -0.07696719467639923, -0.042305078357458115, 0.05981767177581787, 0.01031934842467308, -0.05981888622045517, 0.13499462604522705, 0.04170719161629677, -0.04576892405748367, -0.024296598508954048, 0.05260954424738884, -0.054665036499500275, -0.28714442253112793, -0.12410896271467209, -0.06934704631567001, 0.07846680283546448, -0.0178966261446476, 0.017237793654203415, -0.05506167560815811, 0.05186709016561508, 0.028836069628596306, -0.03151335567235947, -0.06376715004444122, -0.025840239599347115, 0.14868198335170746, -0.07343407720327377, 0.06088851019740105, -0.10251449793577194, -0.06337938457727432, 0.16053715348243713, 0.004170532803982496, 0.22769416868686676, 0.07719644159078598, 0.029700057581067085, 0.06908451020717621, -0.03212927281856537, 0.008289416320621967, 0.15444804728031158, 0.10063415765762329, -0.05648927390575409, 0.0008452010224573314, -0.0401708222925663, 0.10866010189056396, 0.0003983558854088187, 0.14607374370098114, -0.06703481078147888, -0.07574023306369781, -0.047654662281274796, 0.1315053552389145, 0.12939701974391937, 0.21139822900295258, -0.09092410653829575, -0.01914406381547451, 0.05488698184490204, -0.05747370794415474, -0.03993043303489685, 0.048252880573272705, 0.17522954940795898, -0.15515506267547607, 0.1109125092625618, 0.00016105972463265061, 0.08354741334915161, -0.046697262674570084, -0.006281937938183546, -0.11844003945589066, -0.12402984499931335, -0.05357612296938896, 0.18338339030742645, -0.2787616550922394, 0.25400376319885254, 0.03761441260576248, -0.04189801961183548, -0.10984352976083755, -0.056379009038209915, -0.035016484558582306, 0.09477819502353668, 0.08445054292678833, 0.018108593299984932, -0.045332808047533035, -0.022577999159693718, -0.05704520270228386, -0.0281869787722826, 0.11675028502941132, 0.01163865439593792, 0.023475132882595062, 0.043226711452007294, 0.03599878028035164, -0.04471825435757637, 0.05897710099816322, -0.1352563500404358, -0.04755798354744911, 0.01393909752368927, 0.06096290424466133, -0.11296168714761734, 0.022280579432845116, -0.14350217580795288, -0.11265861988067627, 0.20142437517642975, -0.021339884027838707, -0.06454832851886749, -0.1470061093568802, 0.15901970863342285, 0.24401946365833282, -0.02792627364397049, -0.047202449291944504, -0.03434069827198982, 0.03555824235081673, -0.09329239279031754, -0.06980587542057037, 0.08117908239364624, -0.06559062004089355, -0.09819333255290985, -0.048061419278383255, 0.09880600869655609, -0.0687137097120285, 0.08290236443281174, -0.040819570422172546, 0.031087469309568405, 0.001568059204146266, -0.1381831169128418, -0.0043518138118088245, -0.13295958936214447, 0.05936083942651749, 0.25805553793907166, -0.0987199917435646, -0.08074425905942917, 0.030722705647349358, -0.05944778397679329, 0.29623034596443176, 0.2470579594373703, -0.047762010246515274, 0.015369902364909649, 0.0642729178071022, 0.005524602718651295, -0.2691490054130554, 0.03937070444226265, 0.02818429283797741, 0.11079408973455429, 0.02073322981595993, -0.05377079173922539, 0.026959866285324097, 0.18112744390964508, -0.02039661630988121, 0.01558603160083294, -0.2680365741252899, -0.09845772385597229, 0.10076214373111725, -0.05419991537928581, 0.24934637546539307, -0.10785623639822006, -0.06636347621679306, -0.14285717904567719, -0.0414656326174736, 0.030142787843942642, -0.0931166484951973, 0.12670430541038513, -0.033470623195171356, 0.03364238888025284, 0.006985470186918974, -0.09143858402967453, 0.22006763517856598, 0.12647059559822083, 0.05173461511731148, -0.0467023029923439, -0.1673639863729477, 0.22307689487934113, -0.017979172989726067, 0.0871434137225151, -0.03145956993103027, 0.06106977164745331, -0.09692025184631348, -0.03981388360261917, -0.05883203446865082, 0.04915761947631836, -0.01241092849522829, -0.06287690252065659, -0.09989850223064423, 0.083571657538414, -0.10199066996574402, -0.008244586177170277, 0.20401573181152344, 0.0020749426912516356, -0.06525988131761551, -0.03492514416575432, 0.017883334308862686, 0.05938643589615822, -0.027212100103497505, 0.00330969225615263, -0.029212364926934242, -0.0071056257002055645, -0.14920784533023834, -0.006698773708194494, 0.15943574905395508, 0.011547118425369263, 0.11234094947576523, 0.04540771618485451, -0.07079427689313889, 0.0015377450035884976, 0.13263846933841705, -0.06549204885959625, -0.06507118046283722, 0.013623915612697601, -0.15534290671348572, -0.07707885652780533, 0.06694162636995316, 0.09215443581342697, 0.09592011570930481, 0.013163833878934383, -0.029926149174571037, -0.0325709730386734, -0.12251687049865723, 0.23583906888961792, 0.04950057342648506, 0.08450110256671906, -0.11790303885936737, 0.04459301754832268, 0.031745459884405136, -0.046116359531879425, 0.01946338824927807, 0.07152849435806274, -0.08716299384832382, -0.07357335090637207, 0.13510870933532715, 0.16963277757167816, -0.05651862174272537, -0.04162468761205673, -0.11015518754720688, -0.10353270918130875, 0.04022814333438873, 0.07277396321296692, 0.07433656603097916, 0.11529278755187988, 0.0023730474058538675, -0.17392635345458984, 0.06918516755104065, 0.06884215772151947, -0.05641624331474304, 0.07737451046705246, -0.11120152473449707, 0.002804139396175742, -0.05956428870558739, 0.15192849934101105, -0.07226838171482086, 0.0186195969581604, -0.19281204044818878, 0.03203538805246353, -0.19691692292690277, -0.08099474012851715, -0.07690119743347168, -0.05995333939790726, 0.0036973231472074986, -0.08234445750713348, -0.05732255429029465, -0.031086085364222527, -0.14029836654663086, 0.04249751567840576, -0.049001168459653854, 0.12345479428768158, -0.004631689749658108, 0.004522825125604868, -0.006798325106501579, -0.01872239261865616, 0.09733971953392029, 0.07871782034635544, 0.0021656015887856483, 0.09647395461797714, 0.0857006087899208, -0.030579395592212677, 0.014521151781082153, 0.03673115745186806, 0.08314187079668045, -0.0038177010137587786, -0.010512475855648518, 0.08334898948669434, 0.1460404396057129, 0.1853436678647995, -0.02533337101340294, -0.09292872250080109, 0.048542704433202744, -0.07816045731306076, -0.17544983327388763, -0.0019600430969148874, 0.02498134970664978, 0.07759283483028412, 0.035759177058935165, 0.15894313156604767, -0.006638652179390192, 0.07345718145370483, -0.07534325122833252, -0.06001884117722511, -0.021038971841335297, -0.04450700804591179, 0.058633871376514435, -0.03367147594690323, 0.05234614014625549, -0.013485463336110115, 0.3772536814212799, 0.06901029497385025, 0.022121712565422058, 0.006217371206730604, 0.04215633124113083, 0.08103450387716293, 0.06266558915376663, 0.2991558015346527, 0.0422280952334404, -0.04027388617396355, -0.1497546285390854, -0.01039863470941782, -0.015494964085519314, -0.0017103434074670076, 0.12990792095661163, 0.19261278212070465, -0.010316292755305767, 0.05818084999918938, 0.07734434306621552, -0.08194713294506073, 0.09092961251735687, -0.03729916736483574, -0.017942585051059723, 0.0087566077709198, -0.010644638910889626, 0.0640108585357666, 0.014153863303363323, -0.16920557618141174, 0.1107742115855217, -0.02106167934834957, -0.07406381517648697, -0.06952779740095139, -0.004083599895238876, -0.10620515048503876, -0.17435654997825623, 0.0336880125105381, -0.11230745911598206, 0.010670984163880348, 0.2168498933315277, 0.1481228917837143, 0.0011393799213692546, 0.1754516214132309, -0.1562984436750412, -0.052594564855098724, 0.07662361115217209, -0.00857689417898655, 0.029911141842603683, -0.047995682805776596, -0.01000736840069294, 0.01563260890543461, -0.0870434045791626, -0.0008080045809037983, -0.020388899371027946, -0.05287633463740349, -0.05082428455352783, -0.09407007694244385, -0.07195896655321121, -0.01842484250664711, 0.00023048948787618428, 0.10262689739465714, 0.11866272985935211, 0.0248805433511734, -0.02228963002562523, -0.03783217817544937, 0.0781843513250351, -0.007974018342792988, -0.22350004315376282, -0.1646077036857605, 0.1763230413198471, 0.023263901472091675, 0.11002861708402634, -0.0670325756072998, -0.11099114269018173, -0.05272357538342476, 0.0677068680524826, 0.292622834444046, -0.040866702795028687, -0.05679474398493767, 0.07013821601867676, 0.026410900056362152, 0.01633908972144127, 0.0819610208272934, -0.06506180763244629, 0.09456697106361389, 0.0022603217512369156, -0.045808516442775726, -0.050253063440322876, -0.09210148453712463, -0.08192773908376694, 0.11988963186740875, 0.07867394387722015, -0.10455881804227829, -0.07964062690734863, 0.23952323198318481, 0.041432999074459076, 0.09743866324424744, 0.0936025008559227, -0.15913508832454681, -0.22553330659866333, -0.016872281208634377, 0.09245990216732025, -0.024947550147771835, 0.042194824665784836, -0.04365449398756027, -0.042836882174015045, -0.08427339792251587, -0.040078651160001755, -0.1222061887383461, -0.19444331526756287, 0.0937681570649147, -0.0008044184069149196, -0.03441972658038139, 0.006628630217164755, 0.25467631220817566, 0.1258161962032318, -0.06289820373058319, -0.007931491360068321, 0.11518225818872452, 0.05744273215532303, 0.040209218859672546, 0.04317140579223633, 0.09011413156986237, -0.03783593699336052, 0.01143744308501482, 0.058015648275613785, -0.11603947728872299, 0.050301458686590195, 0.07648143172264099, -0.03229609504342079, -0.15903893113136292, 0.079450324177742, -0.0932629182934761, 0.1139712780714035, 0.16392546892166138, -0.04669882729649544, 0.03442529961466789, -0.0395604707300663, 0.11686982214450836, 0.03520458564162254, 0.10548307001590729, -0.11447829753160477, -0.2335352897644043, 0.010703517124056816, 0.01685193181037903, -0.002535688690841198, -0.27045807242393494, 0.017549050971865654, -0.02221272513270378, 0.03410155326128006, -0.0015811672201380134, 0.09471017867326736, 0.07066769152879715, -0.015491734258830547, -0.0027976662386208773, -0.31399068236351013, 0.045278191566467285, 0.014744476415216923, -0.07746357470750809, -0.0825180634856224 ]
4c4ac13d8f84db8205810959d0e6a2d6b797b659
# Dataset Card for "OIG_small_chip2_portuguese_brasil" This dataset was translated to Portuguese-Brasil from [here](https://huggingface.co/datasets/0-hero/OIG-small-chip2) The data was translated with *MarianMT* model and weights [Helsinki-NLP/opus-mt-en-ROMANCE](https://huggingface.co/Helsinki-NLP/opus-mt-en-ROMANCE) The full details to replicate the translation are here: [translation_notebook](https://github.com/finardi/tutos/blob/master/translate_Laion_OIG.ipynb) --- license: apache-2.0 ---
paulofinardi/OIG_small_chip2_portuguese_brasil
[ "task_categories:conversational", "task_categories:text2text-generation", "language:pt", "region:us" ]
2023-03-19T22:45:05+00:00
{"language": ["pt"], "task_categories": ["conversational", "text2text-generation"], "dataset_info": {"features": [{"name": "user", "dtype": "string"}, {"name": "chip2", "dtype": "string"}], "splits": [{"name": "train", "num_examples": 210289}]}}
2023-03-19T23:16:11+00:00
[]
[ "pt" ]
TAGS #task_categories-conversational #task_categories-text2text-generation #language-Portuguese #region-us
# Dataset Card for "OIG_small_chip2_portuguese_brasil" This dataset was translated to Portuguese-Brasil from here The data was translated with *MarianMT* model and weights Helsinki-NLP/opus-mt-en-ROMANCE The full details to replicate the translation are here: translation_notebook --- license: apache-2.0 ---
[ "# Dataset Card for \"OIG_small_chip2_portuguese_brasil\"\n\n\nThis dataset was translated to Portuguese-Brasil from here\n\nThe data was translated with *MarianMT* model and weights Helsinki-NLP/opus-mt-en-ROMANCE \n\nThe full details to replicate the translation are here: translation_notebook\n\n---\nlicense: apache-2.0\n---" ]
[ "TAGS\n#task_categories-conversational #task_categories-text2text-generation #language-Portuguese #region-us \n", "# Dataset Card for \"OIG_small_chip2_portuguese_brasil\"\n\n\nThis dataset was translated to Portuguese-Brasil from here\n\nThe data was translated with *MarianMT* model and weights Helsinki-NLP/opus-mt-en-ROMANCE \n\nThe full details to replicate the translation are here: translation_notebook\n\n---\nlicense: apache-2.0\n---" ]
[ 35, 92 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text2text-generation #language-Portuguese #region-us \n# Dataset Card for \"OIG_small_chip2_portuguese_brasil\"\n\n\nThis dataset was translated to Portuguese-Brasil from here\n\nThe data was translated with *MarianMT* model and weights Helsinki-NLP/opus-mt-en-ROMANCE \n\nThe full details to replicate the translation are here: translation_notebook\n\n---\nlicense: apache-2.0\n---" ]
[ -0.12730765342712402, 0.06545868515968323, -0.0004489487619139254, 0.10220186412334442, 0.08173619210720062, 0.05432947352528572, 0.11045285314321518, 0.11598634719848633, -0.02924349531531334, -0.03432659059762955, 0.006631846074014902, 0.03899235278367996, 0.14422063529491425, 0.0725557804107666, -0.021059878170490265, -0.14405527710914612, 0.03729929029941559, 0.012127884663641453, -0.26118558645248413, 0.0410347655415535, 0.09220294654369354, 0.028129668906331062, 0.09447090327739716, 0.008953312411904335, -0.0473424568772316, 0.11544273793697357, -0.020086148753762245, -0.12165488302707672, 0.00381342601031065, 0.07627198845148087, 0.054360900074243546, 0.0582759715616703, -0.041498247534036636, -0.0883973091840744, 0.010403070598840714, -0.04736880213022232, -0.022474108263850212, 0.019776681438088417, 0.060236863791942596, -0.07220744341611862, 0.17124946415424347, -0.1163104772567749, -0.05240219086408615, 0.07888773083686829, -0.12941791117191315, -0.2695941925048828, -0.05501037836074829, -0.054946430027484894, 0.04002301022410393, -0.0014812821755185723, -0.015705058351159096, 0.14756253361701965, -0.16298584640026093, 0.02800503559410572, 0.1478930413722992, -0.10120464116334915, -0.016288312152028084, 0.14041359722614288, 0.012290781363844872, 0.12321847677230835, 0.0743541419506073, 0.03363218531012535, -0.018514573574066162, -0.0099245710298419, -0.17325298488140106, -0.16449657082557678, -0.08891561627388, 0.04980454221367836, -0.06080634519457817, 0.024479949846863747, 0.293133020401001, -0.00907329935580492, -0.008784811943769455, -0.03782862424850464, -0.012434696778655052, 0.014348791912198067, -0.09235534816980362, -0.013333872891962528, 0.08148317039012909, -0.051658134907484055, 0.17892470955848694, -0.0408574603497982, -0.07044820487499237, -0.019476033747196198, -0.136374831199646, -0.062176864594221115, -0.02379024401307106, 0.014268743805587292, -0.13988430798053741, -0.0571865551173687, -0.05242970585823059, -0.03127245232462883, -0.0753563791513443, -0.043022364377975464, 0.07142824679613113, 0.061133772134780884, 0.0011497567174956203, 0.02838854305446148, 0.17180874943733215, -0.05147915333509445, 0.016868969425559044, 0.01773475483059883, -0.008968891575932503, 0.07912687957286835, 0.10540771484375, 0.04035838693380356, -0.11678459495306015, -0.12112889438867569, 0.04387110471725464, -0.145860955119133, -0.03485426679253578, -0.014139646664261818, -0.19999094307422638, -0.01688843034207821, -0.17902269959449768, 0.1133214607834816, 0.04350343346595764, -0.08419890701770782, -0.14952832460403442, -0.11141989380121231, 0.05981872230768204, -0.09459974616765976, 0.03651181235909462, -0.015537496656179428, -0.0570371076464653, 0.166092187166214, 0.00756356306374073, 0.04347456619143486, -0.1272677481174469, -0.1625053584575653, -0.04757468029856682, -0.032858941704034805, -0.053012244403362274, -0.04408765956759453, 0.03539736568927765, -0.05509137362241745, 0.05018065124750137, -0.1088416576385498, -0.10473840683698654, -0.07094728201627731, 0.0015447642654180527, -0.08204784989356995, 0.04266130179166794, -0.13390225172042847, 0.05210687592625618, 0.0003856025286950171, 0.015870491042733192, 0.07168026268482208, -0.05350732058286667, 0.008430957794189453, 0.01678653061389923, 0.11818596720695496, -0.20904627442359924, 0.032817695289850235, -0.15311069786548615, 0.03699711337685585, -0.15383075177669525, 0.08246339112520218, -0.07723391801118851, -0.056631337851285934, -0.09664230048656464, -0.054173462092876434, -0.01961711421608925, 0.09596343338489532, -0.0239406768232584, 0.17300979793071747, -0.11059761047363281, -0.11156272888183594, 0.21219570934772491, -0.05050288885831833, -0.11691650003194809, 0.03651877120137215, 0.033934276551008224, 0.21426287293434143, 0.0353538803756237, 0.30476996302604675, 0.07059549540281296, 0.059698447585105896, 0.07233492285013199, -0.005359242670238018, -0.0010056188330054283, -0.15212146937847137, 0.2010922133922577, -0.08320160955190659, 0.006782855372875929, 0.021922076120972633, -0.04551687836647034, 0.003011522116139531, 0.0011231225216761231, -0.03473834693431854, 0.06187116354703903, -0.02880033478140831, -0.007527983747422695, 0.00936927367001772, 0.05130700021982193, -0.04043261334300041, 0.04666366055607796, 0.02106352522969246, 0.04765033721923828, -0.040930330753326416, -0.08185768872499466, -0.10791504383087158, 0.1554712951183319, -0.14720109105110168, 0.05224684253334999, -0.048990435898303986, 0.05329393222928047, -0.022209089249372482, 0.0940374881029129, 0.055039338767528534, 0.1107058897614479, 0.045351292937994, -0.05160391330718994, -0.013999019749462605, 0.06909618526697159, 0.002535355743020773, -0.014624271541833878, 0.09294136613607407, -0.12154089659452438, 0.06531016528606415, 0.0018187104724347591, 0.16967159509658813, -0.1004972830414772, -0.011626902967691422, 0.05918731540441513, 0.06879502534866333, 0.025072677060961723, 0.03817391395568848, 0.033908285200595856, 0.06938447803258896, -0.01598162204027176, -0.05845707654953003, 0.07076425105333328, -0.04388386756181717, -0.007088725920766592, 0.16434356570243835, -0.015605795197188854, 0.17833858728408813, 0.14131052792072296, 0.038772813975811005, 0.0842169001698494, -0.02868153713643551, 0.02468942478299141, 0.004407172091305256, 0.021110448986291885, 0.05103093385696411, 0.10868481546640396, -0.008284151554107666, 0.0663008987903595, -0.15886694192886353, 0.048352282494306564, 0.05514582619071007, -0.08628983795642853, -0.03262811154127121, 0.12580662965774536, 0.13498277962207794, -0.23839104175567627, 0.1489441990852356, 0.06278689950704575, 0.11559572070837021, 0.2940223813056946, 0.006160443183034658, -0.06157771125435829, -0.05675501376390457, -0.03258076310157776, 0.004032061900943518, 0.1268083155155182, -0.22898593544960022, 0.07109462469816208, 0.09153915196657181, 0.01210851315408945, 0.12013828754425049, -0.0058073438704013824, -0.0470464713871479, 0.0386364571750164, -0.024434417486190796, -0.12165524810552597, 0.006857180502265692, 0.014109518378973007, 0.06279472261667252, -0.02075868286192417, 0.04316222295165062, 0.04113530367612839, 0.04603356122970581, -0.05828113853931427, 0.13937751948833466, -0.11106212437152863, -0.3800643980503082, -0.22148683667182922, 0.10479559749364853, -0.04230104759335518, 0.0639958456158638, 0.014057673513889313, -0.07391740381717682, -0.0024225132074207067, 0.019584426656365395, 0.19677115976810455, -0.014583759009838104, -0.11680195480585098, -0.04117070510983467, 0.08960908651351929, -0.08648630231618881, -0.09386873245239258, -0.05054313689470291, 0.04591432586312294, 0.013473865576088428, 0.025182604789733887, -0.2331463098526001, 0.11965040117502213, 0.06442779302597046, 0.019976796582341194, 0.05181735381484032, -0.014650579541921616, 0.03849870711565018, -0.14699004590511322, 0.033441346138715744, 0.19633367657661438, 0.07212056964635849, -0.06153308227658272, 0.029280608519911766, -0.03823721781373024, -0.04418820142745972, -0.061454933136701584, 0.028103986755013466, -0.07296982407569885, -0.294803261756897, -0.11357530206441879, -0.0724593922495842, 0.13158880174160004, -0.014100050553679466, -0.016025958582758904, -0.06814540177583694, 0.12237343192100525, 0.04735448956489563, 0.10305961221456528, 0.007384061347693205, -0.05314071848988533, 0.030516525730490685, 0.004645088221877813, 0.015524125657975674, -0.06840087473392487, -0.0747668519616127, 0.1879342943429947, 0.07583580911159515, 0.07417719811201096, 0.09983111172914505, 0.19499507546424866, 0.03194349631667137, 0.09965341538190842, 0.02874874323606491, 0.11471972614526749, 0.03952864930033684, -0.006087445188313723, -0.07459774613380432, -0.0368526391685009, -0.032100044190883636, 0.0028927039820700884, 0.17523035407066345, -0.07066153734922409, -0.05740617215633392, 0.0664452463388443, 0.040047191083431244, 0.04857189580798149, 0.0051012346521019936, -0.1810334175825119, 0.016374286264181137, 0.05053301155567169, 0.14035828411579132, -0.12863463163375854, 0.06547831743955612, 0.1776517629623413, -0.0734613761305809, 0.016970178112387657, 0.024541402235627174, 0.06881793588399887, -0.08244919776916504, -0.020155848935246468, -0.17596881091594696, -0.08160939067602158, 0.035697970539331436, 0.15608863532543182, -0.19080857932567596, 0.13076718151569366, 0.03910161182284355, -0.0062203253619372845, -0.13520270586013794, -0.027529660612344742, -0.012723371386528015, -0.009074362926185131, 0.17090246081352234, 0.05743861570954323, 0.01867561787366867, -0.06515726447105408, -0.15020231902599335, 0.06920994818210602, -0.007974273525178432, -0.07848075777292252, 0.005232490599155426, -0.01933167688548565, 0.01823592558503151, -0.10058961063623428, -0.04965953901410103, -0.04681941494345665, -0.13974173367023468, 0.08149527758359909, 0.11009907722473145, -0.05456412956118584, -0.013419522903859615, -0.013281550258398056, 0.055752165615558624, 0.2793266177177429, -0.01177273504436016, -0.08180703222751617, -0.13454385101795197, 0.04833812639117241, 0.14304980635643005, -0.024023663252592087, -0.030344272032380104, 0.006361276842653751, 0.06881701946258545, 0.006078115664422512, -0.09703680127859116, 0.1870337575674057, -0.08275949209928513, -0.0016458160243928432, -0.04347740486264229, 0.059677932411432266, -0.026207098737359047, 0.044826824218034744, 0.04966322332620621, -0.021364711225032806, -0.009646247141063213, -0.06603886187076569, 0.0093495212495327, 0.04087443649768829, 0.01421317644417286, 0.21028555929660797, -0.07082141190767288, -0.09204529970884323, 0.015941638499498367, -0.12556907534599304, 0.22126829624176025, 0.06088310107588768, -0.025166397914290428, 0.07412803173065186, 0.10862646251916885, -0.09346289932727814, -0.2549307644367218, -0.018809646368026733, -0.02400326356291771, 0.11619597673416138, 0.12114063650369644, -0.14692512154579163, 0.038318756967782974, 0.1665658950805664, -0.000026678979338612407, 0.09564296901226044, -0.3258351981639862, -0.028513526543974876, 0.09238884598016739, 0.060821037739515305, 0.29459327459335327, -0.08774680644273758, -0.040086958557367325, -0.10382185876369476, -0.16862528026103973, 0.1491960734128952, -0.27434679865837097, 0.03552130609750748, -0.018700527027249336, 0.054977938532829285, 0.02259756624698639, -0.02125599980354309, 0.17334428429603577, -0.03797268867492676, -0.02155420370399952, -0.06688013672828674, -0.11470372974872589, 0.11364320665597916, 0.05359652638435364, 0.02249259687960148, 0.013346431776881218, 0.004099149256944656, -0.15002167224884033, -0.07129635661840439, -0.01814950443804264, 0.07141164690256119, -0.0292821042239666, -0.02823188155889511, -0.04415525496006012, 0.049856796860694885, -0.04489443451166153, 0.06382660567760468, 0.09045203030109406, -0.10712374746799469, -0.13567036390304565, 0.007726466283202171, 0.11428516358137131, -0.06451331079006195, -0.001318195485509932, -0.06590057909488678, 0.03601153939962387, 0.004240348469465971, -0.03653303533792496, 0.08410444110631943, 0.13327813148498535, -0.04290049150586128, 0.022963913157582283, 0.032346129417419434, -0.02188824862241745, 0.03765639290213585, 0.13036169111728668, 0.02543426677584648, -0.05857998877763748, -0.11390753835439682, -0.011007854714989662, 0.04938112944364548, -0.04652111977338791, 0.16570831835269928, 0.04555177688598633, -0.058286458253860474, -0.010980354622006416, 0.05348758026957512, -0.1356520652770996, 0.0982353463768959, 0.00006639501225436106, 0.040412288159132004, -0.131704181432724, 0.11308964341878891, 0.10257983952760696, -0.15054795145988464, 0.02668783627450466, 0.03577937185764313, -0.04884754866361618, -0.09428289532661438, 0.13738760352134705, 0.32710137963294983, -0.07066544145345688, -0.17239254713058472, -0.17500841617584229, -0.10797801613807678, 0.0028084220830351114, -0.053804803639650345, -0.00202858354896307, 0.030480103567242622, 0.008741802535951138, -0.16926376521587372, -0.03149791806936264, -0.04572649672627449, 0.038786038756370544, -0.006020323373377323, -0.03919817507266998, -0.09809432923793793, -0.01965068280696869, 0.025602200999855995, -0.023959903046488762, -0.011818578466773033, -0.1669415831565857, 0.009583952836692333, -0.05266346409916878, 0.07462876290082932, -0.0352710522711277, -0.0006592825520783663, 0.0020939973182976246, -0.014581994153559208, -0.0677134171128273, 0.0015332079492509365, -0.11874498426914215, 0.0006825667805969715, -0.03812004625797272, 0.1276521384716034, 0.02590291202068329, -0.03358849883079529, 0.0237863939255476, 0.023673078045248985, 0.04015283286571503, 0.04582374542951584, -0.01009905245155096, 0.0017423979006707668, -0.08948535472154617, 0.003364038420841098, -0.020118338987231255, 0.06865594536066055, 0.08994773775339127, -0.0735146626830101, 0.03725280240178108, 0.1335798054933548, 0.03019174374639988, 0.04727638512849808, -0.008649288676679134, -0.07300408184528351, -0.007891950197517872, -0.15180474519729614, -0.11825496703386307, 0.00698111392557621, 0.012430192902684212, 0.10353811085224152, -0.0020151971839368343, 0.041785500943660736, -0.0038808202371001244, 0.030791839584708214, -0.06872648745775223, 0.0019193546613678336, -0.016257865354418755, -0.010877463966608047, 0.037915993481874466, -0.11996791511774063, 0.020497532561421394, 0.06749223172664642, 0.22569425404071808, 0.1467130333185196, 0.13581570982933044, -0.06866714358329773, -0.09693153202533722, 0.08312196284532547, 0.0013726357137784362, 0.14914558827877045, 0.08353918790817261, -0.013382538221776485, 0.023157386109232903, 0.05264170840382576, 0.07076193392276764, 0.22935296595096588, 0.12021142244338989, 0.05920512601733208, 0.1378507763147354, 0.14464429020881653, 0.0009635609458200634, -0.045786209404468536, 0.06812983751296997, 0.03716054558753967, 0.08520160615444183, 0.038064390420913696, -0.006454152055084705, -0.04911290481686592, 0.0946197509765625, -0.14752614498138428, 0.02908317930996418, -0.033882539719343185, -0.07978104799985886, -0.10352715849876404, -0.03236151859164238, -0.1262723058462143, -0.16190257668495178, -0.05316534638404846, -0.12173770368099213, -0.03936510160565376, 0.0460454523563385, 0.07672696560621262, -0.07209387421607971, 0.11038199067115784, -0.2008596509695053, -0.12869390845298767, 0.039636049419641495, -0.042527731508016586, 0.08227948844432831, -0.09118789434432983, -0.035402074456214905, -0.05538931116461754, 0.10916761308908463, 0.03784606233239174, 0.05069601163268089, 0.011766311712563038, -0.02902977727353573, -0.09701267629861832, -0.0311372522264719, -0.08604805171489716, -0.023035669699311256, -0.026478683575987816, 0.12125534564256668, 0.044454384595155716, -0.02591005712747574, 0.03656184300780296, 0.046439267694950104, 0.040950875729322433, -0.0836479440331459, -0.10820680856704712, -0.05668633058667183, -0.019383925944566727, 0.06083493307232857, -0.03286965191364288, -0.0932399332523346, -0.10221700370311737, 0.3032624423503876, 0.19111645221710205, 0.007003471255302429, -0.0762750655412674, 0.04292072355747223, 0.024162082001566887, -0.03743742033839226, 0.08082792162895203, -0.0220212172716856, 0.16081446409225464, -0.029670117422938347, -0.13233035802841187, -0.020160553976893425, 0.05846821516752243, -0.0627031922340393, 0.12121166288852692, 0.011860188096761703, -0.007616820279508829, 0.10426468402147293, 0.1094123050570488, -0.12465609610080719, -0.0627218708395958, 0.12757067382335663, -0.15625663101673126, -0.14696595072746277, -0.11630483716726303, 0.013511079363524914, 0.049436312168836594, 0.051149316132068634, -0.024311738088726997, -0.0792117640376091, 0.01841968111693859, 0.0599052831530571, -0.23327092826366425, -0.1218920573592186, 0.007725865580141544, -0.16930796205997467, 0.20732517540454865, -0.04374847188591957, 0.058268025517463684, 0.09054481238126755, 0.010832253843545914, -0.052852217108011246, -0.02314542420208454, -0.011259078979492188, 0.1285819709300995, 0.08894641697406769, -0.053406909108161926, -0.07049226760864258, -0.023954136297106743, 0.01848921738564968, -0.08487726002931595, 0.007571762893348932, 0.048449959605932236, 0.05184222757816315, -0.007379086222499609, 0.018058929592370987, -0.16768422722816467, 0.05983862653374672, 0.08925464004278183, -0.00533673632889986, -0.027911730110645294, -0.03445806726813316, 0.21495482325553894, 0.0393710695207119, 0.05952809378504753, -0.04935472086071968, -0.14996258914470673, -0.08082970231771469, -0.016253605484962463, 0.021902190521359444, -0.23890165984630585, 0.0976538211107254, -0.05561387538909912, -0.03880930319428444, -0.0640881136059761, 0.022324122488498688, 0.06480754911899567, 0.028289206326007843, -0.04254598543047905, -0.12443073838949203, 0.026041461154818535, 0.06945626437664032, -0.021355431526899338, -0.04704095795750618 ]
fbf0e892cd68180121069c953b5046cc9a4d8f74
# Dataset Card for "face_synthetics_spiga_smol" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pcuenq/face_synthetics_spiga_smol
[ "region:us" ]
2023-03-19T23:31:14+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "image_seg", "dtype": "image"}, {"name": "landmarks", "dtype": "string"}, {"name": "spiga", "sequence": {"sequence": "float64"}}, {"name": "spiga_seg", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 32033260.0, "num_examples": 100}], "download_size": 31962985, "dataset_size": 32033260.0}}
2023-03-19T23:31:22+00:00
[]
[]
TAGS #region-us
# Dataset Card for "face_synthetics_spiga_smol" More Information needed
[ "# Dataset Card for \"face_synthetics_spiga_smol\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"face_synthetics_spiga_smol\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"face_synthetics_spiga_smol\"\n\nMore Information needed" ]
[ -0.13349610567092896, 0.03547333553433418, -0.0026220118161290884, -0.012599151581525803, 0.20129060745239258, 0.05776214599609375, 0.1361580193042755, 0.012153532356023788, 0.21115903556346893, 0.010792221873998642, 0.1667863428592682, 0.032245974987745285, 0.0659448429942131, 0.4332953989505768, 0.025859061628580093, -0.14156164228916168, 0.06860832870006561, -0.04197481647133827, -0.1403283178806305, 0.057700205594301224, 0.08132797479629517, -0.031126130372285843, 0.1652567833662033, -0.06013697013258934, -0.24923770129680634, 0.04448939859867096, -0.004743813071399927, -0.08297470957040787, 0.04458169639110565, -0.02311796322464943, 0.0905473455786705, 0.020534174516797066, 0.04459194839000702, -0.06722436845302582, 0.0507664829492569, -0.020926551893353462, -0.02633962780237198, 0.06015173718333244, 0.046000704169273376, -0.03178640082478523, 0.10357417166233063, -0.0020346054807305336, -0.025718268007040024, 0.028256788849830627, -0.12898199260234833, -0.10127898305654526, -0.04831759259104729, 0.015742594376206398, -0.045150112360715866, -0.10746503621339798, 0.08680375665426254, 0.05341660976409912, -0.0635710209608078, 0.06363648921251297, 0.13426701724529266, 0.09781729429960251, -0.00892722886055708, 0.050046615302562714, -0.15418611466884613, -0.0801829844713211, 0.04805649071931839, 0.12820790708065033, 0.015630383044481277, -0.0666436105966568, -0.0026714657433331013, -0.018456842750310898, -0.1590859442949295, 0.055397991091012955, -0.035472769290208817, -0.07019597291946411, 0.24100854992866516, 0.04582604765892029, -0.03954406455159187, 0.02427929826080799, -0.03485479578375816, -0.0352180115878582, -0.03183508291840553, 0.031261738389730453, 0.011409602127969265, -0.014069155789911747, 0.024448437616229057, -0.02462182566523552, -0.08179277181625366, -0.13428901135921478, -0.09657067805528641, 0.06483040004968643, -0.03598984330892563, 0.2235908806324005, -0.06177521497011185, -0.05240609496831894, -0.18166828155517578, 0.015098361298441887, 0.008225876837968826, -0.17332769930362701, -0.039721112698316574, 0.08252912014722824, -0.013605104759335518, 0.02039329893887043, 0.10217966884374619, 0.08762093633413315, 0.17100562155246735, 0.028854550793766975, 0.0794541984796524, 0.058022357523441315, 0.11908315867185593, -0.052378568798303604, 0.008607172407209873, 0.03696424141526222, 0.020350953564047813, -0.06559053808450699, -0.0006976326112635434, -0.13175316154956818, -0.11223158985376358, -0.005130944307893515, -0.08893345296382904, 0.0422036349773407, -0.044299572706222534, 0.005852153059095144, -0.02485085092484951, -0.029176659882068634, 0.21954168379306793, -0.09977706521749496, 0.00039702991489320993, -0.011643609032034874, -0.046385668218135834, -0.0031883714254945517, 0.05617909878492355, -0.027593189850449562, 0.005649757571518421, 0.009479797445237637, -0.04526643827557564, 0.01703866384923458, -0.06796557456254959, 0.010372960940003395, 0.048922330141067505, -0.18652862310409546, 0.05259595438838005, -0.14416763186454773, -0.29047349095344543, 0.03912831097841263, 0.054941460490226746, -0.03343173861503601, 0.11713631451129913, 0.05908753350377083, 0.07044290006160736, -0.029841922223567963, -0.04240700230002403, 0.08335644006729126, -0.04731108993291855, 0.011728308163583279, 0.045437175780534744, 0.09752253443002701, -0.20784395933151245, 0.05458888038992882, -0.1315499097108841, -0.013198917731642723, -0.08441699296236038, 0.002763169351965189, -0.09796836972236633, 0.10248754918575287, 0.021997151896357536, -0.0687701627612114, -0.19262754917144775, 0.05873669311404228, -0.007698379922658205, 0.15945591032505035, -0.11405271291732788, -0.08037342131137848, 0.12451319396495819, -0.22122377157211304, -0.19565366208553314, 0.0496799610555172, -0.005299086682498455, -0.05155416578054428, 0.029108671471476555, 0.21104572713375092, 0.03089108318090439, -0.08785971254110336, 0.048017557710409164, 0.10706132650375366, -0.13313867151737213, -0.266518771648407, 0.1168665885925293, -0.014210056513547897, -0.145149365067482, 0.10011331737041473, -0.034004755318164825, 0.1256517767906189, -0.080157570540905, -0.07455810159444809, -0.021447094157338142, -0.10887309163808823, 0.048369091004133224, 0.05781136825680733, 0.06320669502019882, -0.04135982319712639, 0.11491288244724274, 0.01167397852987051, 0.02983313612639904, -0.002294832607731223, -0.05039454251527786, -0.02798551134765148, 0.19850382208824158, -0.04804966598749161, 0.0035533015616238117, -0.12481414526700974, -0.07169415056705475, -0.02909652702510357, -0.07682951539754868, 0.08102307468652725, -0.09574460983276367, 0.050202980637550354, 0.03621132671833038, 0.01094266027212143, 0.05990404635667801, 0.008085225708782673, 0.030382437631487846, 0.10399273782968521, -0.019771933555603027, -0.041311923414468765, -0.07265200465917587, 0.03230252489447594, -0.006720877252519131, -0.004710228182375431, 0.003323150798678398, 0.06452137976884842, 0.052385296672582626, -0.07755079120397568, 0.038843054324388504, -0.007306545972824097, 0.04309158772230148, -0.051177166402339935, 0.05020224675536156, -0.04526146128773689, 0.008281005546450615, -0.011743555776774883, -0.04822926968336105, 0.2197238802909851, 0.179612934589386, -0.16357342898845673, -0.011533589102327824, -0.14677917957305908, 0.030247868970036507, 0.03614731878042221, 0.014606335200369358, 0.015248914249241352, -0.274692565202713, -0.10750964283943176, 0.038518719375133514, -0.07049187272787094, 0.09611275792121887, 0.03467707335948944, -0.06780710071325302, -0.10708381235599518, -0.006086206063628197, 0.21377243101596832, -0.21350690722465515, 0.14271096885204315, 0.09748045355081558, 0.1481732428073883, 0.16076384484767914, -0.024908263236284256, -0.08957192301750183, -0.005181454587727785, -0.06330398470163345, -0.0655885711312294, 0.15237759053707123, -0.19104501605033875, -0.07710355520248413, 0.08700685948133469, -0.06890933960676193, 0.072727270424366, -0.08252977579832077, -0.04997720941901207, 0.015852002426981926, -0.027967937290668488, -0.1353265345096588, 0.05723244696855545, -0.016202308237552643, 0.05245156213641167, -0.02524198219180107, 0.01193555910140276, 0.08043981343507767, -0.01444991584867239, -0.06868340820074081, 0.09758420288562775, -0.1414956897497177, -0.36211642622947693, -0.1312406212091446, -0.044401854276657104, -0.03111078403890133, 0.10331571847200394, -0.06711972504854202, -0.09202267229557037, -0.06415671110153198, -0.006300647277384996, -0.020373182371258736, -0.010785349644720554, 0.06016489118337631, 0.022210009396076202, 0.024505402892827988, -0.055497199296951294, -0.03677841275930405, -0.00739322928711772, -0.07401444762945175, 0.21674303710460663, 0.11375074088573456, -0.10051493346691132, 0.16050061583518982, 0.04488837718963623, -0.04247957840561867, 0.10490044206380844, -0.009998079389333725, 0.12760040163993835, 0.02235635742545128, -0.04026925191283226, 0.28290799260139465, -0.009062301367521286, 0.00034681730903685093, -0.03487270697951317, 0.023215893656015396, -0.10731188207864761, 0.005913076922297478, -0.06167008355259895, -0.275450736284256, -0.04191850125789642, -0.12179210036993027, -0.09443563222885132, 0.05543152987957001, 0.05046728998422623, 0.02973603457212448, -0.0727982148528099, 0.13991907238960266, 0.07218288630247116, -0.10436339676380157, -0.05746451020240784, -0.033336710184812546, -0.09861867874860764, -0.017330769449472427, 0.013819001615047455, -0.14870604872703552, 0.005292750429362059, 0.15983541309833527, 0.07218337059020996, 0.17199860513210297, 0.04550483822822571, -0.057448212057352066, 0.019201235845685005, 0.13925592601299286, 0.10504627227783203, 0.1693790853023529, 0.08984164148569107, -0.023415323346853256, -0.025160836055874825, -0.011992095038294792, -0.20634053647518158, 0.07841731607913971, 0.07359948754310608, -0.14687062799930573, 0.01945769041776657, 0.005286116618663073, 0.043998509645462036, -0.10619983822107315, 0.0035515581257641315, -0.24480770528316498, 0.03193354979157448, 0.025423023849725723, 0.21557149291038513, -0.11502624303102493, 0.012452313676476479, 0.026469934731721878, -0.06250876188278198, 0.16132314503192902, 0.005918815266340971, 0.051035087555646896, 0.11536215990781784, -0.012172210030257702, -0.010370602831244469, -0.026170188561081886, 0.06685690581798553, 0.06188423931598663, -0.04126467928290367, 0.22018194198608398, -0.021009448915719986, -0.06640368700027466, -0.10945828258991241, -0.00011953134526265785, 0.0479307696223259, 0.05814095214009285, 0.17920206487178802, 0.07188937813043594, -0.31311821937561035, -0.21549025177955627, 0.010383219458162785, 0.0014222408644855022, 0.13516585528850555, 0.03598533198237419, -0.14398902654647827, -0.015573618933558464, -0.004108532797545195, -0.02454424276947975, -0.03272978588938713, -0.02626689523458481, -0.10211434215307236, 0.03630616515874863, -0.12339725345373154, -0.12070201337337494, -0.028722455725073814, 0.01711329258978367, -0.14302991330623627, 0.11171603202819824, 0.07703723013401031, -0.039188407361507416, -0.15065161883831024, 0.08020852506160736, 0.12490816414356232, -0.02861347235739231, 0.10794395208358765, -0.0026506262365728617, 0.020471099764108658, 0.03598029538989067, -0.2409611940383911, 0.10009238868951797, -0.06692449748516083, 0.0991973727941513, -0.052663397043943405, 0.06736300885677338, -0.10572978109121323, -0.03110671043395996, 0.005365809891372919, 0.044512245804071426, -0.05748984217643738, -0.09458521753549576, 0.18484756350517273, -0.038580264896154404, -0.01473503839224577, 0.30658549070358276, 0.019974203780293465, -0.08799152076244354, 0.11940409988164902, -0.013407403603196144, 0.07878448069095612, 0.14921100437641144, -0.06526555120944977, 0.16544824838638306, 0.15430870652198792, -0.019989971071481705, -0.3189772963523865, -0.016827795654535294, -0.12164156138896942, 0.04965701326727867, 0.03858492523431778, -0.13296325504779816, 0.06998251378536224, 0.08324436098337173, -0.014806495979428291, 0.10621126741170883, -0.05605490878224373, -0.08823218196630478, 0.2658378779888153, 0.08526822179555893, 0.3000820577144623, -0.14119231700897217, -0.07125621289014816, -0.17193496227264404, -0.04861023277044296, 0.17693111300468445, 0.014136221259832382, 0.030308449640870094, 0.0008585049072280526, -0.034184787422418594, -0.004880089778453112, -0.07157564163208008, 0.1837840974330902, -0.05095358192920685, 0.12157830595970154, -0.07419417053461075, -0.048231951892375946, 0.10262304544448853, -0.006030984688550234, 0.12061731517314911, 0.14888593554496765, 0.08578481525182724, -0.07261048257350922, -0.044604893773794174, -0.02819947339594364, 0.10607105493545532, 0.10619086027145386, -0.052336301654577255, -0.06617715954780579, -0.011517597362399101, -0.11204297840595245, -0.007803183980286121, 0.030989445745944977, -0.0780068039894104, 0.059444453567266464, 0.18152979016304016, -0.1075587272644043, -0.12891535460948944, 0.01895768754184246, -0.04755105450749397, -0.0599963404238224, 0.022593490779399872, -0.06913865357637405, 0.0268882866948843, 0.05219871923327446, 0.05257841944694519, 0.04809320345520973, 0.009758757427334785, 0.035873837769031525, 0.016854241490364075, 0.17246001958847046, -0.13162612915039062, 0.0006341431871987879, 0.007199931889772415, -0.12698596715927124, 0.0118947122246027, 0.06662799417972565, 0.02357451058924198, 0.06207253411412239, 0.0010968877468258142, -0.08156654983758926, 0.07213987410068512, -0.07090926915407181, 0.020030256360769272, 0.1493297666311264, -0.004391898401081562, -0.18847793340682983, 0.13164497911930084, -0.04672931879758835, -0.062428150326013565, -0.028141368180513382, -0.01850050687789917, -0.11750443279743195, -0.0972452387213707, -0.04039405286312103, 0.14973393082618713, -0.12244881689548492, -0.10665429383516312, -0.025531833991408348, -0.14664563536643982, 0.037545494735240936, 0.06491094827651978, 0.06539822369813919, 0.04092485457658768, 0.009471207857131958, 0.01105376798659563, 0.057040777057409286, -0.093624047935009, -0.011298581026494503, 0.020321913063526154, -0.08816030621528625, -0.059109680354595184, -0.07191652059555054, 0.16722361743450165, -0.1074022576212883, -0.01372072659432888, -0.06178824231028557, 0.028417721390724182, -0.01558810193091631, 0.009919778443872929, -0.035439632833004, -0.012004422023892403, 0.053222645074129105, -0.055484212934970856, -0.014812411740422249, -0.0052810050547122955, -0.10585757344961166, 0.0730958878993988, 0.01935536041855812, 0.0017253679689019918, -0.07983200252056122, -0.03584124147891998, 0.1171734556555748, 0.04644506797194481, 0.06287005543708801, 0.19905151426792145, -0.03028423897922039, 0.07312174886465073, -0.2254268229007721, -0.14619728922843933, 0.14600716531276703, 0.08465586602687836, -0.029893621802330017, 0.052148256450891495, 0.06092492863535881, 0.0689893364906311, -0.01967626065015793, 0.039507221430540085, 0.10183500498533249, -0.07849787175655365, -0.037813618779182434, -0.14265494048595428, -0.09438016265630722, -0.007476807571947575, -0.005397204775363207, 0.1665651649236679, 0.09044862538576126, -0.06773010641336441, 0.0392443910241127, -0.015457895584404469, -0.08814388513565063, -0.015389925800263882, -0.028936676681041718, -0.12354893237352371, -0.10950712859630585, 0.03055785596370697, 0.058185894042253494, 0.038518719375133514, 0.46182674169540405, 0.033533766865730286, -0.11654495447874069, -0.01630745455622673, 0.18231281638145447, 0.1225670725107193, 0.06039558723568916, 0.25092849135398865, 0.02126952074468136, 0.0016746963374316692, 0.035331841558218, 0.09856532514095306, -0.010107212699949741, 0.0390256829559803, 0.0775824636220932, 0.1014556884765625, 0.016515960916876793, 0.05693228542804718, 0.12119653820991516, 0.030437426641583443, 0.10162059962749481, -0.10123947262763977, -0.03221850469708443, 0.021499279886484146, 0.02798127755522728, -0.027447722852230072, 0.05542675778269768, -0.09259922057390213, 0.06615231931209564, 0.005493414122611284, -0.09470967203378677, -0.11128945648670197, -0.20149965584278107, -0.07175000756978989, -0.08746460825204849, 0.06655542552471161, -0.018120281398296356, -0.05803714692592621, 0.28711867332458496, -0.022732850164175034, 0.036341242492198944, 0.10502506047487259, -0.14808018505573273, 0.020224679261446, 0.007223478518426418, -0.009154063649475574, -0.09370165318250656, 0.03479389473795891, -0.12973199784755707, 0.11727919429540634, 0.0581187978386879, -0.005458100698888302, -0.0603506937623024, 0.03215586394071579, 0.05682896822690964, -0.09571690857410431, -0.028113462030887604, -0.08838944137096405, 0.016981760039925575, -0.08798328787088394, 0.04024943336844444, -0.03680425137281418, 0.016325047239661217, 0.020806120708584785, 0.1086253672838211, -0.015158849768340588, 0.06311377137899399, -0.07666739821434021, -0.10491091012954712, -0.04700636863708496, 0.12037511169910431, -0.010555663146078587, -0.004767319653183222, -0.05262431874871254, 0.12399033457040787, 0.37408724427223206, -0.04247553274035454, -0.005691841244697571, -0.007800661958754063, 0.03795257583260536, 0.009284713305532932, 0.14179985225200653, 0.029007868841290474, 0.00007050268322927877, 0.04449933022260666, 0.049127232283353806, 0.03334306180477142, -0.04593425244092941, -0.06801093369722366, 0.0199027881026268, 0.0843004584312439, -0.05046020448207855, -0.07238826900720596, 0.10283476114273071, -0.0984685942530632, 0.0037051381077617407, 0.14995132386684418, -0.09474062919616699, -0.07042796164751053, -0.0019104605307802558, -0.05264103785157204, 0.11605174839496613, -0.03451896086335182, -0.11750079691410065, 0.06322015821933746, -0.08027142286300659, 0.06963066011667252, -0.3242712914943695, -0.1709171086549759, 0.01763109862804413, -0.023716120049357414, 0.02844073250889778, 0.0036849721800535917, 0.05411452800035477, -0.007592285983264446, 0.0246869083493948, -0.0541556254029274, 0.0142893735319376, -0.03996343910694122, 0.11102524399757385, 0.0088241221383214, 0.033571869134902954, -0.03510201349854469, -0.09340867400169373, 0.009278441779315472, -0.00852848868817091, -0.08857836574316025, 0.07554992288351059, -0.04252845421433449, 0.03397068381309509, 0.03373212367296219, -0.16845637559890747, 0.10720831155776978, 0.02479543723165989, 0.01760425977408886, -0.0637122318148613, -0.01147090271115303, 0.12753599882125854, -0.00017426667909603566, -0.20375636219978333, -0.05427970364689827, 0.031153138726949692, -0.10214327275753021, 0.046682920306921005, -0.007166803348809481, -0.047670964151620865, -0.011615083552896976, -0.22507143020629883, 0.06141788512468338, 0.009648703970015049, 0.084032341837883, 0.055866558104753494, 0.030565116554498672, -0.031343743205070496, -0.04339061677455902, 0.10855191200971603, 0.03796251490712166, -0.03331757336854935, -0.10947665572166443 ]
fa12d17433908ffba1e9876af2ee8fc28381af94
# Dataset Card for "OK-VQA_train_embeddings" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Multimodal-Fatima/OK-VQA_train_embeddings
[ "region:us" ]
2023-03-20T00:02:09+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "id", "dtype": "int64"}, {"name": "vision_embeddings", "sequence": "float32"}], "splits": [{"name": "openai_clip_vit_large_patch14", "num_bytes": 1513678502.0, "num_examples": 9009}], "download_size": 1517323156, "dataset_size": 1513678502.0}}
2023-03-20T00:03:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "OK-VQA_train_embeddings" More Information needed
[ "# Dataset Card for \"OK-VQA_train_embeddings\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"OK-VQA_train_embeddings\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"OK-VQA_train_embeddings\"\n\nMore Information needed" ]
[ -0.14804883301258087, 0.1147959902882576, -0.0019411856774240732, 0.03571643307805061, 0.18286465108394623, 0.09985658526420593, 0.11400355398654938, 0.05142013356089592, 0.02978491596877575, -0.04411040619015694, 0.10748601704835892, 0.04746841639280319, 0.03611157089471817, 0.28435418009757996, -0.006031488999724388, -0.02455841191112995, 0.034530479460954666, 0.06417945772409439, -0.0035317789297550917, 0.05679124966263771, 0.053444571793079376, -0.061306942254304886, 0.02832585573196411, -0.051534637808799744, -0.24782925844192505, 0.10921232402324677, -0.08556920289993286, -0.06580766290426254, 0.05972454696893692, -0.03036724030971527, 0.13893212378025055, -0.02684972994029522, -0.001586324768140912, -0.16300088167190552, 0.049532752484083176, 0.01922043226659298, -0.14692947268486023, 0.05739554017782211, 0.034188997000455856, -0.06379347294569016, -0.09733010828495026, 0.02168193832039833, 0.008885987102985382, -0.00884335022419691, -0.09756360948085785, -0.1546504944562912, -0.0669659897685051, 0.05215366184711456, 0.040526341646909714, -0.0052412208169698715, 0.06217144802212715, 0.0861806869506836, -0.1394239217042923, 0.051622599363327026, 0.10263390094041824, -0.086558498442173, 0.039970122277736664, 0.1385621428489685, 0.013431639410555363, 0.1255500763654709, -0.07412654161453247, -0.009939166717231274, 0.08984802663326263, -0.05676267296075821, -0.048474572598934174, -0.0033892574720084667, -0.1553715020418167, 0.09691784530878067, -0.06310931593179703, -0.08827757835388184, 0.35381636023521423, -0.009638774208724499, 0.02145078033208847, 0.06389232724905014, -0.0702773928642273, -0.23869548738002777, 0.04443485289812088, 0.05161740630865097, 0.022271616384387016, 0.02534162811934948, 0.03313670679926872, -0.02384086139500141, -0.12186917662620544, -0.08390485495328903, -0.1290827989578247, 0.007825762033462524, 0.007349845487624407, 0.07319895923137665, -0.21192342042922974, 0.06647011637687683, -0.11040609329938889, -0.03980556130409241, 0.02112671360373497, -0.11274795979261398, -0.0329199880361557, -0.017878875136375427, -0.014427767135202885, 0.0037595557514578104, 0.05534375458955765, 0.11985791474580765, 0.14169993996620178, 0.03933769091963768, -0.06874547898769379, 0.10069593042135239, 0.09511522948741913, 0.015283129177987576, -0.05020603537559509, 0.05297927185893059, -0.005767847876995802, -0.07845333963632584, -0.089772067964077, -0.08832841366529465, -0.17231713235378265, -0.029511459171772003, -0.0309415552765131, 0.12344010174274445, -0.04224434122443199, -0.089435875415802, -0.07773253321647644, -0.011041104793548584, 0.019007332623004913, -0.06098795682191849, 0.032909974455833435, -0.004218431189656258, -0.0394483245909214, -0.1902918517589569, -0.02588624320924282, 0.006443525664508343, 0.02403467707335949, 0.11768501251935959, -0.10302640497684479, 0.012879651971161366, -0.041485026478767395, -0.0038917299825698137, 0.025100216269493103, -0.22301532328128815, 0.06759938597679138, -0.16528098285198212, -0.1611410677433014, -0.0002836017811205238, 0.002179671311751008, -0.009326159954071045, 0.09788576513528824, 0.00936834141612053, 0.035508621484041214, -0.017704809084534645, -0.07197090983390808, 0.15664377808570862, -0.05867172032594681, 0.03189080208539963, -0.02067575789988041, 0.04836098849773407, -0.13984306156635284, 0.05766863375902176, -0.0872664749622345, -0.019232800230383873, 0.06892891973257065, -0.004518900066614151, -0.12882579863071442, 0.043594520539045334, 0.012527569197118282, 0.08636351674795151, -0.08726678043603897, 0.04801999405026436, 0.042929958552122116, 0.03550928458571434, -0.21330301463603973, -0.05809804052114487, 0.17212453484535217, -0.09449124336242676, -0.17955663800239563, -0.00019229612371418625, -0.01686231791973114, 0.056132566183805466, -0.03832720220088959, 0.31611695885658264, 0.1406160145998001, -0.10552550107240677, 0.020161394029855728, 0.09589838236570358, -0.14235849678516388, -0.3148028552532196, 0.0019197560613974929, 0.011841577477753162, -0.10999254137277603, 0.02013246715068817, 0.10577698796987534, 0.050049349665641785, -0.05665338784456253, -0.08079735189676285, -0.039551641792058945, -0.13519492745399475, 0.03108097054064274, -0.010584789328277111, 0.018910817801952362, -0.029841868206858635, 0.0729464739561081, -0.07029063999652863, 0.06682569533586502, 0.054142627865076065, -0.004463354591280222, -0.04331306368112564, 0.18393442034721375, -0.1483479142189026, -0.005423850379884243, -0.13335709273815155, -0.03652891144156456, -0.004363595508038998, -0.004509973805397749, 0.024434421211481094, 0.17240563035011292, 0.06571455299854279, 0.028892559930682182, -0.008196821436285973, -0.07668417692184448, 0.044989220798015594, 0.05815623700618744, -0.08119434118270874, -0.04061484336853027, 0.10489615797996521, -0.10720207542181015, -0.05879306048154831, 0.01586720533668995, 0.025011159479618073, 0.03690586984157562, 0.11863064020872116, 0.030735868960618973, 0.03944294527173042, 0.021185066550970078, 0.05051630362868309, -0.031257014721632004, -0.035135284066200256, 0.020153269171714783, -0.028713634237647057, -0.026431139558553696, 0.08055809885263443, -0.09179827570915222, 0.2323131561279297, 0.13089750707149506, 0.040826182812452316, 0.0669679045677185, -0.12073078006505966, -0.005411998834460974, 0.011946195736527443, -0.0006957933655939996, 0.05756455287337303, -0.035765375941991806, -0.06646806746721268, 0.10478176921606064, -0.04718256741762161, 0.034223172813653946, 0.022484075278043747, -0.03359394147992134, -0.13546977937221527, 0.054598383605480194, 0.17850255966186523, -0.07547043263912201, 0.17544962465763092, 0.2422086000442505, 0.030832428485155106, 0.20447328686714172, -0.03899701312184334, -0.062134288251399994, -0.0420403853058815, -0.04831702634692192, -0.05887078493833542, 0.1861899048089981, -0.1826162338256836, 0.022732272744178772, 0.07472841441631317, 0.03546810895204544, 0.11551306396722794, -0.13497762382030487, -0.10414525121450424, 0.041125599294900894, 0.05425221845507622, -0.09162936359643936, 0.06512399017810822, -0.002469128230586648, 0.03933606669306755, -0.06889692693948746, 0.008971886709332466, 0.12055289000272751, 0.007348545361310244, -0.013590906746685505, 0.11823535710573196, -0.24115492403507233, -0.3201039731502533, -0.11173303425312042, -0.14635740220546722, -0.008581884205341339, 0.04306240752339363, 0.08035925775766373, -0.23780062794685364, -0.016551177948713303, 0.012548936530947685, -0.09700928628444672, -0.12160427123308182, 0.01050757709890604, -0.007710041478276253, 0.07562531530857086, -0.03359554708003998, -0.12299133092164993, 0.03356686979532242, -0.03872958570718765, 0.08996345102787018, 0.14144611358642578, -0.0011177101405337453, 0.15326210856437683, 0.05839021876454353, -0.04036513343453407, 0.08792534470558167, -0.04088617488741875, 0.07227592915296555, -0.005944399628788233, -0.09606058150529861, 0.11284153163433075, -0.010308166034519672, 0.03664422780275345, 0.13469552993774414, -0.0003344483848195523, -0.058305855840444565, 0.006539462134242058, -0.06368766725063324, -0.18092097342014313, -0.292711079120636, -0.09027840942144394, -0.07361828535795212, 0.0561833530664444, 0.02037312090396881, 0.1302724927663803, 0.07633766531944275, 0.11383406072854996, 0.10253143310546875, 0.015812428668141365, -0.1428324282169342, -0.013829031027853489, -0.10778974741697311, -0.02916981466114521, 0.018639223650097847, -0.12263660132884979, 0.031381215900182724, 0.12033551931381226, 0.17347386479377747, 0.22270110249519348, 0.035756371915340424, -0.0056486246176064014, 0.046290427446365356, 0.17673972249031067, 0.15844520926475525, 0.1332215964794159, 0.04812546446919441, -0.05082584172487259, -0.014446732588112354, 0.06168721243739128, -0.054559264332056046, 0.04528290405869484, 0.22505871951580048, -0.11656995117664337, -0.014965667389333248, 0.020810512825846672, 0.03491158038377762, -0.13225926458835602, 0.021433966234326363, -0.12317752838134766, 0.15988418459892273, 0.010602684691548347, 0.11463232338428497, -0.11868257075548172, 0.056907180696725845, 0.13690699636936188, -0.02812451682984829, -0.011367326602339745, 0.05999254062771797, 0.093901127576828, -0.039778076112270355, -0.018620919436216354, -0.02225443534553051, -0.042488668113946915, -0.02973073162138462, 0.1461462825536728, -0.3811032176017761, 0.13826413452625275, 0.007848461158573627, -0.0016364830080419779, -0.06903805583715439, -0.055841293185949326, -0.04695146158337593, 0.025960521772503853, 0.05236677825450897, 0.025242313742637634, -0.10623253881931305, -0.1570877581834793, -0.053259946405887604, -0.023046428337693214, 0.06249694526195526, -0.011293151415884495, -0.1515478491783142, 0.049391746520996094, 0.020197883248329163, -0.06789367645978928, -0.054444462060928345, -0.09844307601451874, -0.1367025077342987, -0.013210988603532314, 0.11309318989515305, 0.03658643737435341, -0.04182131215929985, 0.011018402874469757, 0.045636892318725586, 0.010969306342303753, -0.09252343326807022, 0.03428157791495323, -0.06384824216365814, -0.031526725739240646, 0.07911065220832825, -0.02464393340051174, 0.04286057502031326, 0.005203042179346085, 0.09505937993526459, -0.09308082610368729, -0.08946751058101654, 0.11138129234313965, -0.09716472029685974, 0.025114774703979492, -0.1693636029958725, 0.10161779820919037, -0.026559995487332344, 0.009765897877514362, -0.04545828700065613, -0.036161139607429504, -0.09989530593156815, -0.03050163947045803, 0.1607414186000824, 0.030196627601981163, 0.08022090047597885, 0.23589639365673065, -0.037098854780197144, -0.09173531085252762, 0.07994479686021805, -0.07678750902414322, 0.20776687562465668, 0.15979304909706116, -0.03416853025555611, 0.20598344504833221, 0.20996010303497314, -0.09202268719673157, -0.25586187839508057, 0.00472859526053071, -0.1031809151172638, -0.0072149597108364105, 0.022375216707587242, -0.1504059135913849, 0.051062874495983124, 0.11618828773498535, -0.013463462702929974, 0.18823358416557312, -0.07046737521886826, -0.08615667372941971, 0.20555265247821808, 0.030240364372730255, 0.2808108925819397, -0.06728066504001617, -0.030800066888332367, -0.0995885506272316, -0.04920176416635513, 0.08916626870632172, -0.19598862528800964, 0.05997570976614952, -0.05928222835063934, 0.025512609630823135, -0.02497035823762417, -0.07140372693538666, 0.17655658721923828, 0.07643334567546844, 0.07194629311561584, -0.12398902326822281, -0.017375225201249123, 0.16129177808761597, -0.08887206763029099, -0.024773258715867996, -0.03710448369383812, 0.047334782779216766, -0.2232562005519867, 0.02494039572775364, 0.050243768841028214, 0.04731711000204086, 0.023095106706023216, -0.06471418589353561, -0.06147918850183487, -0.035084232687950134, -0.08795946091413498, -0.04901868477463722, 0.04856233298778534, 0.054600801318883896, 0.09279444813728333, 0.10301350802183151, -0.015235936269164085, -0.1178586557507515, -0.09477950632572174, -0.07949761301279068, -0.022347809746861458, 0.10544104874134064, -0.10345260798931122, 0.01648758165538311, 0.10513468831777573, -0.04981803894042969, 0.10954136401414871, 0.06651047617197037, -0.0030883008148521185, 0.054554276168346405, 0.14746588468551636, -0.11238423734903336, 0.0608791783452034, 0.06054636463522911, 0.04507165774703026, 0.0039861565455794334, 0.07491015642881393, 0.004285016097128391, 0.0845688059926033, -0.016239546239376068, -0.024905893951654434, 0.07460383325815201, -0.06289864331483841, 0.11157794296741486, 0.17145289480686188, 0.057083990424871445, -0.15197515487670898, 0.1550881713628769, -0.006423883605748415, -0.14419998228549957, 0.03943928703665733, -0.075613833963871, -0.0801592618227005, -0.11441638320684433, 0.13548679649829865, 0.38775762915611267, 0.021019771695137024, -0.13025353848934174, 0.04543895274400711, -0.04462059959769249, 0.06113608554005623, 0.07557361572980881, -0.012859966605901718, 0.010850888676941395, -0.004409199580550194, -0.06726798415184021, -0.04964533448219299, 0.03762063756585121, -0.03419605642557144, 0.09756112843751907, -0.1563691794872284, -0.20203329622745514, -0.05574620142579079, 0.1931750327348709, -0.04821810498833656, -0.05086511746048927, -0.11948239058256149, 0.0744977593421936, -0.2064797431230545, 0.030372081324458122, 0.0031909390818327665, 0.01964159868657589, 0.02142796665430069, -0.04738321527838707, -0.033965252339839935, 0.009636147879064083, -0.11955627053976059, 0.10648650676012039, 0.06882613897323608, 0.0023518430534750223, -0.07936295866966248, 0.0010297377593815327, 0.03843415901064873, 0.018121955916285515, 0.1081852838397026, 0.10058730095624924, -0.035773616284132004, 0.05420636385679245, -0.07296769320964813, -0.07641582190990448, 0.04761235788464546, 0.016252363100647926, 0.0846041738986969, 0.1042589321732521, 0.06911806762218475, 0.027229657396674156, -0.0753050446510315, 0.03375024348497391, 0.039920128881931305, -0.08774080872535706, 0.004745798651129007, -0.08345333486795425, -0.10985146462917328, -0.05297153815627098, -0.004672231152653694, 0.2326018065214157, 0.05926550552248955, 0.07442425191402435, 0.0821610540151596, 0.021930767223238945, -0.007983232848346233, -0.034206241369247437, 0.024369481950998306, -0.07643897831439972, 0.040713317692279816, -0.06074775382876396, 0.003291000844910741, -0.08553062379360199, 0.4025397002696991, 0.06945503503084183, -0.14541314542293549, -0.04851971194148064, 0.07026153802871704, 0.010646263137459755, 0.01479277666658163, 0.19544486701488495, 0.034121494740247726, 0.01604950614273548, -0.1257357895374298, 0.055196281522512436, 0.06697997450828552, 0.03209540992975235, 0.018592415377497673, -0.02471417374908924, 0.0564592182636261, 0.024640727788209915, 0.04723304882645607, -0.11829040199518204, -0.032362665981054306, -0.07454857975244522, -0.07943300902843475, 0.0073650795966386795, 0.012311386875808239, -0.042356960475444794, 0.06598418951034546, -0.006751122884452343, -0.01172160729765892, -0.008059880696237087, -0.09457109868526459, -0.08322572708129883, -0.02080121822655201, -0.05511818453669548, -0.15032489597797394, 0.08293570578098297, -0.04461093991994858, -0.06419380754232407, 0.1967717707157135, 0.03409896418452263, 0.042909931391477585, 0.11918338388204575, 0.12273639440536499, 0.031218668445944786, -0.03491835296154022, -0.008578967303037643, -0.02911081351339817, -0.11579064279794693, -0.039096809923648834, 0.027902280911803246, -0.1073492243885994, -0.03544297441840172, -0.0024117936845868826, 0.014232483692467213, 0.058321498334407806, -0.12477917969226837, -0.022454384714365005, -0.042836058884859085, 0.027913449332118034, -0.12998144328594208, 0.13004548847675323, 0.003235952463001013, 0.0004735752590931952, 0.04176886007189751, 0.08208680897951126, 0.0560285821557045, 0.04108435660600662, -0.023218337446451187, -0.10743076354265213, 0.008900942280888557, 0.09259173274040222, -0.036122191697359085, -0.06809188425540924, -0.0640358179807663, 0.0990804061293602, 0.20305295288562775, -0.02427642047405243, 0.006755548063665628, 0.0691695362329483, 0.02503572404384613, -0.040921732783317566, 0.15682213008403778, 0.07707186043262482, 0.028674928471446037, -0.03655557334423065, 0.03443853557109833, -0.032089125365018845, -0.06571971625089645, 0.022658273577690125, 0.1048009917140007, -0.02189185470342636, -0.0491950549185276, -0.10258185118436813, 0.041810620576143265, -0.14098097383975983, 0.024264751002192497, 0.14954881370067596, -0.07899303734302521, -0.10955507308244705, -0.02959507703781128, 0.3048611879348755, -0.004046866204589605, -0.03647075966000557, -0.05701141059398651, -0.06566501408815384, -0.0625704899430275, -0.041409168392419815, -0.21040768921375275, -0.21278226375579834, 0.0010111697483807802, -0.08807697892189026, 0.12396688014268875, -0.07264133542776108, 0.018249060958623886, 0.05057363212108612, 0.09399456530809402, -0.07042789459228516, 0.07617758214473724, -0.027298428118228912, 0.04204236716032028, -0.035408493131399155, 0.028509575873613358, -0.049082640558481216, -0.04382714629173279, 0.06661516427993774, -0.04540767893195152, -0.007870973087847233, -0.09367231279611588, 0.03649056330323219, -0.018311509862542152, 0.08283858746290207, -0.05601194500923157, 0.12941937148571014, -0.0414201095700264, -0.01706242747604847, 0.012542848475277424, -0.06210124120116234, 0.03874488174915314, -0.015618734061717987, -0.04737668111920357, 0.038663096725940704, -0.05741358548402786, -0.06028386950492859, 0.2594631016254425, 0.033837247639894485, -0.15523768961429596, 0.007289578672498465, -0.11790649592876434, -0.04578419774770737, -0.0438460148870945, 0.06768840551376343, 0.18868382275104523, 0.10404988378286362, -0.07519273459911346, 0.04846406728029251, 0.026190824806690216, 0.020966198295354843, -0.05973976477980614, -0.08861129730939865 ]
d9914af18cc0924ee4c5abcf7110a678f2d0a98b
# Dataset Card for "fill50k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
doudou1206/fill50k
[ "region:us" ]
2023-03-20T00:37:57+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "guide", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 454411979.0, "num_examples": 50000}], "download_size": 316021533, "dataset_size": 454411979.0}}
2023-03-20T00:42:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for "fill50k" More Information needed
[ "# Dataset Card for \"fill50k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"fill50k\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"fill50k\"\n\nMore Information needed" ]
[ -0.11475454270839691, 0.14463192224502563, -0.0012017685221508145, 0.02666148915886879, 0.10480634868144989, 0.12662287056446075, 0.0573953352868557, 0.09285997599363327, 0.16647227108478546, 0.018291577696800232, 0.16005808115005493, -0.012063128873705864, 0.11902331560850143, 0.3891128599643707, -0.07143419981002808, -0.06781168282032013, 0.042420726269483566, -0.01184928696602583, -0.05359486863017082, 0.045249585062265396, -0.042475081980228424, -0.09784848988056183, 0.0730874240398407, -0.1671539843082428, -0.20490126311779022, 0.08392733335494995, -0.02914969064295292, -0.031244952231645584, 0.027170980349183083, -0.08021555840969086, 0.17118020355701447, -0.007342103868722916, 0.006560070440173149, -0.09986136108636856, 0.005590713582932949, -0.04260413721203804, -0.037135861814022064, 0.08313971757888794, -0.10035053640604019, 0.008333630859851837, -0.1278754472732544, -0.07418229430913925, -0.00666208378970623, -0.028318393975496292, -0.09314358979463577, -0.10448569804430008, -0.11146064102649689, 0.01843234896659851, 0.013940165750682354, -0.05559362471103668, 0.0645010769367218, 0.08737233281135559, -0.018266770988702774, 0.024216223508119583, 0.18194131553173065, -0.10057258605957031, 0.061760902404785156, 0.2882261872291565, -0.05382631719112396, 0.10670061409473419, -0.013694523833692074, 0.07061473280191422, 0.09337430447340012, -0.048623260110616684, -0.01511214580386877, -0.02738490328192711, -0.005301986820995808, 0.06001083180308342, 0.013819724321365356, -0.08851326256990433, 0.3562953472137451, 0.020344512537121773, 0.032420769333839417, -0.018008247017860413, -0.05735061317682266, -0.17526522278785706, -0.03729070723056793, 0.08283118903636932, 0.03872566297650337, -0.02056991308927536, 0.027110900729894638, -0.026140939444303513, -0.0611594095826149, -0.1375018209218979, -0.1588505506515503, 0.0282026007771492, -0.034257665276527405, 0.16203643381595612, -0.1468793749809265, -0.05840929597616196, -0.22851444780826569, -0.06902005523443222, 0.004577747080475092, -0.09459993243217468, -0.050131335854530334, -0.015150096267461777, -0.025272343307733536, -0.04305789992213249, 0.1067633107304573, -0.024746622890233994, 0.05339968577027321, 0.09649282693862915, -0.01876654103398323, 0.10158894211053848, 0.17867155373096466, -0.14614273607730865, -0.0010796098504215479, -0.028143445029854774, -0.0688597708940506, -0.09221334010362625, -0.033731453120708466, -0.09148533642292023, -0.14288121461868286, -0.01779545098543167, -0.10651955753564835, 0.0923081710934639, -0.07007751613855362, -0.09814659506082535, -0.03395918384194374, 0.021837221458554268, 0.13893969357013702, -0.10679975897073746, 0.02292347513139248, 0.009338232688605785, -0.06068739295005798, 0.03933004289865494, -0.10835105180740356, -0.05514147877693176, 0.06363522261381149, 0.0346221886575222, -0.06562022864818573, -0.034504860639572144, -0.10397399216890335, -0.05770895257592201, 0.07837188988924026, -0.1866481602191925, 0.05800255388021469, -0.09899754077196121, -0.3759435713291168, 0.04693086817860603, 0.05828895792365074, -0.07738698273897171, 0.12486134469509125, 0.029777133837342262, 0.03858766704797745, 0.017244458198547363, -0.03810172155499458, 0.1735769510269165, -0.0397968627512455, 0.08559645712375641, -0.023102430626749992, 0.12339892238378525, -0.22275617718696594, 0.015402594581246376, -0.031286440789699554, 0.009720571339130402, -0.05697711557149887, -0.019745420664548874, -0.08179503679275513, 0.03528573364019394, -0.10386533290147781, -0.001675511128269136, -0.23623763024806976, -0.025844907388091087, 0.0010293067898601294, 0.08510508388280869, -0.2537686228752136, -0.022047603502869606, 0.12391038239002228, -0.08778265118598938, -0.13144171237945557, -0.05880024656653404, -0.018575742840766907, 0.04599457606673241, -0.011887338012456894, 0.28080010414123535, 0.056282225996255875, -0.12624023854732513, -0.021283820271492004, 0.16554616391658783, -0.14944763481616974, -0.37976977229118347, 0.08596674352884293, -0.019521212205290794, -0.11704184859991074, 0.03314673900604248, 0.1817459613084793, 0.009896347299218178, -0.022128606215119362, -0.07158835977315903, -0.008756977505981922, -0.18132732808589935, 0.07045651227235794, -0.006655994802713394, 0.039129022508859634, -0.002708591753616929, 0.1581375002861023, 0.00001903623342514038, 0.04928147420287132, 0.0104525750502944, -0.03589852526783943, -0.0001843325444497168, 0.1310361921787262, -0.13333486020565033, 0.007180243730545044, -0.12324227392673492, -0.12025703489780426, 0.026950566098093987, -0.10437371581792831, -0.04930542781949043, 0.0817253366112709, 0.12447933852672577, -0.038254477083683014, -0.017591223120689392, 0.092510886490345, 0.07097674161195755, 0.03658526390790939, -0.004171060398221016, 0.05123898386955261, -0.0054426295682787895, -0.0773422122001648, -0.1271650493144989, -0.0014827523846179247, -0.015283618122339249, 0.018827611580491066, -0.021676773205399513, 0.010030411183834076, -0.06530258804559708, 0.06602803617715836, -0.020272146910429, 0.07807550579309464, -0.03883237764239311, 0.01522441953420639, -0.014763513579964638, -0.021846942603588104, -0.025689933449029922, -0.0768984705209732, 0.18892505764961243, 0.12691305577754974, 0.13228967785835266, -0.0171059463173151, -0.15873689949512482, 0.04883718118071556, -0.051894932985305786, -0.10553880035877228, 0.02806534431874752, -0.10749626159667969, -0.016959983855485916, 0.02113383263349533, -0.04541076719760895, -0.008087743073701859, 0.09842657297849655, 0.040012262761592865, -0.09794743359088898, -0.016698425635695457, 0.2285236418247223, -0.16752459108829498, 0.16603845357894897, 0.2259754091501236, 0.09520702809095383, 0.12436509877443314, -0.04522735998034477, -0.10370873659849167, -0.02078523300588131, -0.027729278430342674, -0.0993925929069519, 0.23889435827732086, 0.005840286146849394, 0.043440986424684525, 0.09795920550823212, -0.006134104914963245, 0.06647496670484543, -0.05451183393597603, -0.09853871166706085, -0.011184864677488804, 0.002695109462365508, -0.2504395544528961, 0.05210290104150772, -0.006476316135376692, 0.032888662070035934, 0.04918545112013817, 0.08553297817707062, 0.1350511908531189, -0.02217191457748413, -0.02567156031727791, 0.09884440153837204, -0.1467401087284088, -0.3226763606071472, 0.01998192071914673, -0.05346236377954483, 0.12400633096694946, -0.0011864734115079045, -0.07945432513952255, -0.12575682997703552, -0.04941152408719063, 0.046139415353536606, -0.13701215386390686, -0.11091107875108719, 0.031001897528767586, 0.08006088435649872, 0.002570816082879901, -0.07072906196117401, -0.04319998621940613, 0.00910861324518919, -0.018846768885850906, 0.13507284224033356, 0.12447967380285263, -0.06568711996078491, 0.1037268340587616, 0.07300406694412231, -0.06680694967508316, 0.15414464473724365, -0.04596254602074623, 0.06382692605257034, -0.024977954104542732, -0.007108325604349375, 0.05389655753970146, 0.049699608236551285, 0.025901520624756813, 0.12822940945625305, 0.04224223271012306, -0.09705651551485062, 0.004607497248798609, -0.0678289458155632, -0.21306240558624268, -0.16074039041996002, -0.0753873661160469, -0.08510825037956238, 0.07647132128477097, 0.11776357144117355, 0.07594240456819534, -0.08412128686904907, 0.10802941769361496, 0.15628238022327423, 0.005808441434055567, -0.12799571454524994, -0.04626418277621269, -0.08280318975448608, 0.009113604202866554, -0.025013942271471024, -0.12340433895587921, 0.0410369411110878, 0.116401307284832, 0.17920668423175812, 0.232685849070549, 0.11954141408205032, 0.10950890928506851, -0.061798930168151855, 0.12650392949581146, 0.08823008835315704, 0.218107208609581, 0.08235751837491989, -0.053292445838451385, 0.02622593194246292, 0.012962191365659237, -0.059157516807317734, -0.019329506903886795, 0.16997085511684418, -0.15085068345069885, 0.03169833496212959, -0.07422775775194168, -0.006767720449715853, -0.20461110770702362, 0.07899720221757889, -0.16520993411540985, 0.09164804220199585, 0.007677735295146704, 0.1276753842830658, -0.1118130087852478, 0.07406597584486008, 0.1226557046175003, -0.08102621138095856, 0.06139929220080376, -0.0009083016775548458, 0.06461580842733383, 0.0027105549816042185, -0.06937521696090698, -0.10721421241760254, -0.08489600569009781, -0.02134046144783497, 0.12664203345775604, -0.20302698016166687, 0.23732991516590118, 0.027893833816051483, -0.0350620299577713, -0.13342829048633575, -0.08063032478094101, -0.07448021322488785, -0.1292688548564911, 0.14540718495845795, 0.03825404495000839, -0.1668042540550232, -0.13399425148963928, -0.09309874475002289, -0.0008979378035292029, 0.10111651569604874, 0.03791564330458641, -0.11979704350233078, 0.08670423179864883, -0.006353537552058697, -0.04916130378842354, -0.08708567172288895, -0.09332302212715149, -0.10837337374687195, -0.0005242571933194995, 0.09658776223659515, -0.16286711394786835, 0.04148045554757118, -0.019563978537917137, -0.040653862059116364, 0.030830642208456993, -0.007352961227297783, -0.05001082643866539, -0.10096698254346848, 0.09722423553466797, 0.1569523960351944, -0.018550805747509003, 0.059329334646463394, 0.024132661521434784, 0.016566729173064232, -0.09229312092065811, -0.17277242243289948, 0.11012113839387894, -0.053641967475414276, 0.12000386416912079, -0.05930406227707863, 0.0864344909787178, -0.02928009256720543, 0.03675651550292969, -0.06688680499792099, 0.04467000812292099, -0.0032367422245442867, -0.05513840168714523, 0.16535262763500214, -0.11355094611644745, 0.20402713119983673, 0.2635021209716797, 0.1041117012500763, 0.01662428490817547, 0.16523753106594086, -0.013831054791808128, 0.19332294166088104, 0.15551553666591644, -0.04136935994029045, 0.1902240812778473, 0.15000484883785248, -0.021959781646728516, -0.25272610783576965, 0.02406676486134529, -0.1385015994310379, -0.019066868349909782, 0.0041596353985369205, -0.23963630199432373, 0.05324455350637436, 0.08910704404115677, -0.041794683784246445, 0.19713209569454193, -0.18217045068740845, -0.05463806912302971, 0.16558918356895447, 0.0741228237748146, 0.5074799656867981, -0.08286582678556442, -0.07029266655445099, -0.11529180407524109, -0.15904001891613007, 0.19422605633735657, -0.10419393330812454, 0.03366371989250183, -0.02550959773361683, 0.16311998665332794, -0.020811669528484344, -0.13236308097839355, 0.11862245947122574, 0.05373446270823479, 0.07106400281190872, -0.0932549312710762, -0.07047396898269653, 0.10416671633720398, -0.04927939921617508, 0.12857231497764587, -0.0657099261879921, 0.01777246780693531, -0.011644219979643822, -0.0020434053149074316, 0.02701062709093094, 0.02316315285861492, 0.0521923266351223, -0.07396651059389114, -0.06139052286744118, 0.0036680062767118216, -0.08257098495960236, -0.037449248135089874, 0.0390380322933197, 0.0823439285159111, -0.015329080633819103, 0.05730394646525383, -0.05364462733268738, -0.01717219315469265, -0.058966729789972305, -0.016372615471482277, -0.10346923023462296, 0.08776531368494034, -0.20968465507030487, 0.010329479351639748, 0.10446453094482422, 0.025502491742372513, 0.04888102412223816, 0.07473520189523697, -0.0031030948739498854, -0.010326549410820007, 0.12801221013069153, -0.11483833938837051, -0.029277848079800606, 0.09600891917943954, 0.027786606922745705, -0.053282104432582855, 0.008607295341789722, -0.074590764939785, -0.013672961853444576, 0.018293114379048347, -0.05516097694635391, 0.08455204963684082, -0.0509595051407814, 0.12936989963054657, 0.1089872196316719, 0.07086329907178879, -0.18958978354930878, 0.19157421588897705, -0.021337054669857025, -0.15210285782814026, 0.07049825042486191, -0.003485327120870352, -0.09395626187324524, -0.05979783460497856, 0.12711629271507263, 0.21630032360553741, 0.02250172756612301, -0.11108545958995819, 0.03268248215317726, 0.015488223172724247, 0.030196944251656532, 0.16153883934020996, 0.04126599431037903, 0.026708124205470085, 0.0620427280664444, -0.04838014766573906, -0.030948393046855927, -0.003104634815827012, -0.11629842966794968, 0.022228559479117393, -0.05858646333217621, -0.21595792472362518, -0.025257879868149757, 0.13594003021717072, -0.07487337291240692, -0.014020384289324284, -0.10287652909755707, 0.0557473748922348, 0.04306695610284805, 0.033804506063461304, -0.00809295941144228, -0.04480034485459328, -0.010654397308826447, 0.02164057083427906, -0.028134148567914963, -0.026763245463371277, -0.11913954466581345, 0.120123490691185, 0.042474858462810516, -0.021146895363926888, -0.08706451207399368, 0.013412680476903915, 0.09018993377685547, 0.07652363926172256, 0.07125596702098846, 0.12466400861740112, 0.02254064381122589, 0.1252569705247879, -0.007543185260146856, -0.07450404763221741, 0.04134342819452286, 0.06684542447328568, 0.0611833818256855, 0.059010833501815796, 0.0098157599568367, 0.06963647902011871, 0.013599805533885956, 0.0624646320939064, 0.03568556159734726, -0.09876041859388351, 0.012607773765921593, -0.16001372039318085, -0.07197171449661255, -0.020629964768886566, -0.05801573395729065, 0.14015822112560272, 0.07927825301885605, -0.014954745769500732, 0.06394964456558228, 0.00040144764352589846, 0.016075950115919113, -0.04977808892726898, 0.02596643753349781, -0.1005130410194397, -0.0014685794012621045, 0.07142318785190582, 0.08228403329849243, -0.05368378758430481, 0.4699373245239258, -0.03125852346420288, -0.20831890404224396, -0.03814812749624252, 0.07020876556634903, -0.026333622634410858, -0.03145408630371094, 0.37547722458839417, 0.11757077276706696, -0.0766167864203453, -0.019432546570897102, 0.13677829504013062, 0.006119169760495424, 0.04932913929224014, 0.1884206235408783, 0.05661095306277275, 0.036172010004520416, -0.03508353233337402, 0.006281168665736914, -0.11771606653928757, 0.1587287038564682, 0.11425720155239105, -0.07007168978452682, 0.04362320899963379, 0.046204399317502975, 0.05893756076693535, 0.0205210130661726, -0.053466957062482834, 0.042468372732400894, -0.04183375462889671, -0.09496281296014786, -0.12093503773212433, -0.17267434298992157, -0.05936427786946297, -0.1203402429819107, 0.08222546428442001, -0.028742067515850067, -0.015321705490350723, 0.24130074679851532, 0.04122646525502205, 0.041329968720674515, 0.10351309925317764, -0.10024576634168625, 0.09943167865276337, -0.015424567274749279, -0.01831783354282379, -0.08166912943124771, 0.010649846866726875, -0.08300510793924332, 0.052956968545913696, -0.07599710673093796, 0.016301000490784645, -0.002585805719718337, 0.045960478484630585, 0.03585789352655411, -0.03642445430159569, -0.05425705015659332, -0.1064227744936943, 0.021502487361431122, -0.08611994236707687, 0.05287566035985947, 0.012462719343602657, 0.05962548404932022, -0.008187402971088886, 0.07043037563562393, 0.003073663916438818, -0.0035744367633014917, -0.0377655029296875, -0.18264739215373993, 0.011767582036554813, 0.057115960866212845, -0.0045267753303050995, -0.07858262211084366, -0.09168513119220734, 0.16382314264774323, 0.2646518051624298, -0.008029424585402012, 0.012192262336611748, 0.05118941143155098, 0.04310781508684158, 0.05341295525431633, 0.1671675145626068, 0.01514157559722662, -0.013744376599788666, -0.04534437507390976, -0.06850454956293106, -0.01201887708157301, -0.10827827453613281, -0.03856155276298523, 0.04081764072179794, 0.03315216675400734, -0.06489380449056625, -0.1294817179441452, 0.13903817534446716, -0.10462087392807007, -0.0048311795108020306, 0.06628932803869247, -0.10691515356302261, -0.06955213099718094, -0.03399210795760155, 0.12090245634317398, 0.022055339068174362, -0.05124311521649361, -0.10166841745376587, 0.05326109379529953, -0.11304488033056259, 0.00804542563855648, -0.34330251812934875, -0.22482962906360626, 0.0025686752051115036, 0.0415588840842247, 0.06192781776189804, 0.022767456248402596, 0.15279006958007812, 0.010001317597925663, 0.023931311443448067, -0.05656532198190689, 0.07925905287265778, 0.02723570726811886, 0.08240308612585068, -0.051004473119974136, 0.1097852885723114, -0.06952204555273056, -0.07263998687267303, 0.037320997565984726, -0.027713492512702942, -0.08608683198690414, 0.01043357141315937, 0.06120693311095238, -0.029978429898619652, 0.039317648857831955, -0.06035377085208893, 0.12336622178554535, -0.0009520112071186304, 0.024694954976439476, 0.02468946762382984, -0.038922350853681564, 0.066893070936203, 0.011993205174803734, -0.12318215519189835, -0.09792569279670715, 0.033523838967084885, -0.07773584127426147, 0.04719432443380356, 0.02413502149283886, -0.10409124195575714, 0.08412632346153259, -0.13418048620224, 0.02502353861927986, -0.044863805174827576, 0.04569282755255699, 0.10662722587585449, 0.027204373851418495, -0.036824483424425125, -0.02571309171617031, 0.0474570095539093, -0.006962069775909185, -0.09645361453294754, -0.09559161961078644 ]
a0a36bab05c145ba4f9aa3262ce5bedac408a480
# Dataset Card for "OK-VQA_test_embeddings" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Multimodal-Fatima/OK-VQA_test_embeddings
[ "region:us" ]
2023-03-20T01:07:01+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "id", "dtype": "int64"}, {"name": "vision_embeddings", "sequence": "float32"}], "splits": [{"name": "openai_clip_vit_large_patch14", "num_bytes": 848197053.0, "num_examples": 5046}], "download_size": 849997989, "dataset_size": 848197053.0}}
2023-03-20T01:07:31+00:00
[]
[]
TAGS #region-us
# Dataset Card for "OK-VQA_test_embeddings" More Information needed
[ "# Dataset Card for \"OK-VQA_test_embeddings\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"OK-VQA_test_embeddings\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"OK-VQA_test_embeddings\"\n\nMore Information needed" ]
[ -0.18180151283740997, 0.02905147708952427, -0.002699111821129918, -0.040551796555519104, 0.09125807136297226, 0.10176099836826324, 0.11702273786067963, 0.0998506173491478, 0.18553534150123596, -0.015366075560450554, 0.12692107260227203, 0.0360807329416275, 0.03902846947312355, 0.2803506851196289, -0.04960896447300911, 0.09382401406764984, 0.028352240100502968, 0.10433837026357651, 0.059644319117069244, 0.09778787195682526, 0.04835343360900879, -0.0808548778295517, 0.03312159329652786, -0.021491525694727898, -0.12181167304515839, 0.051896173506975174, -0.055545125156641006, -0.06784806400537491, 0.054882485419511795, -0.0707402378320694, 0.1158098503947258, -0.003818316850811243, -0.05390862375497818, -0.23311328887939453, 0.03899269178509712, -0.014592536725103855, -0.07797397673130035, 0.020401155576109886, 0.012244067154824734, -0.009682762436568737, -0.11112839728593826, 0.029142189770936966, -0.02410379983484745, -0.0034393242094665766, -0.06812872737646103, -0.18277397751808167, -0.07180456817150116, -0.04625260829925537, 0.032017823308706284, 0.001267975545488298, 0.018536636605858803, 0.23081591725349426, -0.16242621839046478, 0.03319181129336357, 0.11939919739961624, -0.03981095552444458, 0.049554601311683655, 0.14016631245613098, 0.09538277238607407, 0.07503930479288101, -0.02832844667136669, -0.006262153387069702, 0.10721493512392044, -0.0019304988672956824, -0.13477998971939087, -0.04025011137127876, -0.11478718370199203, 0.08709552884101868, -0.07067025452852249, -0.12647077441215515, 0.3757542371749878, 0.02447834052145481, -0.049103252589702606, 0.030091682448983192, -0.05194269120693207, -0.17670249938964844, 0.08112789690494537, 0.04617660865187645, 0.020783953368663788, -0.03137535974383354, 0.04834798350930214, 0.010149572975933552, -0.12534156441688538, -0.1549592912197113, -0.14298643171787262, -0.015889568254351616, 0.0232571829110384, 0.05362171307206154, -0.21855348348617554, 0.035071730613708496, -0.13807672262191772, -0.039987705647945404, -0.06806063652038574, -0.09152015298604965, -0.024637369439005852, -0.04224276542663574, -0.040258850902318954, -0.01908086985349655, 0.19825764000415802, 0.15079961717128754, 0.08014964312314987, 0.060501500964164734, -0.07632789760828018, 0.056573860347270966, 0.09724976122379303, 0.08012596517801285, 0.058922093361616135, 0.0968124121427536, -0.016149379312992096, -0.038294192403554916, -0.11472352594137192, -0.038998331874608994, -0.037212710827589035, -0.04434045031666756, 0.05865876004099846, 0.1294052004814148, -0.018309729173779488, -0.11300705373287201, -0.0759487971663475, 0.008166438899934292, -0.015485286712646484, -0.07207963615655899, 0.0012196352472528815, 0.05191946402192116, -0.011413524858653545, -0.18369430303573608, -0.004905555862933397, -0.03965120017528534, 0.021775316447019577, -0.00498155178502202, -0.031392645090818405, 0.010729056783020496, -0.023303406313061714, -0.003539107507094741, 0.05090409889817238, -0.1553887575864792, 0.07536293566226959, -0.1479528397321701, -0.16071952879428864, -0.0496830940246582, -0.02580920048058033, 0.0341537706553936, 0.1364913135766983, 0.014826822094619274, 0.06463538855314255, -0.053530868142843246, -0.0634952113032341, 0.13742946088314056, -0.07506512105464935, 0.09252926707267761, 0.07858116179704666, 0.036090023815631866, -0.052547357976436615, 0.04246339946985245, -0.12941977381706238, 0.0029103856068104506, 0.09390000998973846, -0.023578021675348282, -0.166703462600708, -0.007625967264175415, -0.05690540373325348, 0.04430587217211723, -0.05913309380412102, 0.046801622956991196, 0.04972008243203163, 0.10819962620735168, -0.2082061916589737, -0.018435191363096237, 0.16551071405410767, -0.08256979286670685, -0.26163890957832336, 0.020491601899266243, 0.008660544641315937, 0.08350291103124619, -0.01971816085278988, 0.3215385973453522, 0.11775479465723038, -0.1854785978794098, 0.02632925659418106, 0.10745788365602493, -0.059977855533361435, -0.23206008970737457, 0.08382217586040497, -0.054983921349048615, -0.1640687882900238, 0.03895280510187149, -0.010335182771086693, 0.019968541339039803, -0.08020269870758057, -0.059685420244932175, -0.07417673617601395, -0.11534473299980164, 0.06245482712984085, 0.007695869076997042, -0.008104541338980198, -0.10326983034610748, 0.061877138912677765, -0.1256667673587799, 0.0951935276389122, 0.02136506885290146, -0.024641580879688263, -0.09068640321493149, 0.27754923701286316, -0.1805613785982132, -0.005898499395698309, -0.12644250690937042, -0.025792846456170082, 0.027996592223644257, -0.03906110301613808, -0.000939617573749274, 0.12286389619112015, 0.06681492179632187, -0.04351513460278511, 0.06074395030736923, -0.07017380744218826, 0.03901854529976845, 0.03094552829861641, -0.07585126906633377, 0.025287803262472153, 0.07877776026725769, -0.10429667681455612, -0.03226358816027641, 0.00930359959602356, -0.03907155618071556, -0.0038156320806592703, 0.06547045707702637, 0.0020509168971329927, 0.046722594648599625, 0.04783903807401657, 0.01733364351093769, -0.015807587653398514, -0.024813184514641762, -0.017400359734892845, -0.05222005024552345, -0.06809504330158234, 0.03340242803096771, -0.003576036309823394, 0.12347288429737091, 0.12027086317539215, 0.035983648151159286, 0.07913176715373993, -0.11443563550710678, -0.010590602643787861, 0.04448341205716133, -0.062419939786195755, 0.07690034061670303, -0.053086135536432266, -0.05638907849788666, 0.03461742773652077, -0.08372218906879425, 0.03510598465800285, 0.027799122035503387, -0.07991118729114532, -0.1065974310040474, 0.10558707267045975, 0.1552431434392929, -0.09346719086170197, 0.09384097903966904, 0.2727651596069336, 0.02232060767710209, 0.11388077586889267, -0.11935532838106155, -0.10798762738704681, 0.0017920156242325902, 0.05632815510034561, -0.05140317231416702, 0.1882324516773224, -0.22279788553714752, 0.11327975243330002, 0.10181797295808792, 0.028725426644086838, 0.08371979743242264, -0.11949814856052399, -0.08229827880859375, 0.027059290558099747, 0.005123759154230356, -0.16256514191627502, 0.0970904678106308, 0.03174998611211777, 0.03696795925498009, -0.08694832772016525, 0.03479066863656044, 0.0970751941204071, 0.016907991841435432, -0.1014581024646759, 0.17471936345100403, -0.17577023804187775, -0.2566440999507904, -0.04420860484242439, -0.05368095636367798, 0.0084695341065526, 0.005407907068729401, 0.10225912928581238, -0.24027951061725616, 0.0009123990894295275, -0.02910834550857544, -0.07113037258386612, 0.015904255211353302, 0.01917283609509468, 0.009712761268019676, 0.053314950317144394, 0.027395328506827354, -0.10679633915424347, -0.0034553995355963707, -0.03625551611185074, 0.09723003953695297, 0.18586881458759308, -0.061539459973573685, 0.15582965314388275, 0.03263618424534798, -0.057804446667432785, 0.07138855010271072, -0.008906623348593712, 0.19860239326953888, -0.04196365550160408, -0.109065480530262, 0.18198619782924652, -0.008825916796922684, -0.01864153891801834, 0.04386826977133751, -0.07261761277914047, -0.10340586304664612, 0.00438249297440052, -0.05392983928322792, -0.1284721940755844, -0.3222969174385071, -0.08233092725276947, -0.055025242269039154, 0.007873659953474998, 0.0043481336906552315, 0.09709040075540543, 0.012124585919082165, 0.11946123093366623, 0.09673342853784561, -0.08661023527383804, -0.14560942351818085, -0.055607132613658905, -0.02552718296647072, -0.03193136304616928, -0.03384358435869217, -0.12280955165624619, 0.02416156977415085, 0.07868723571300507, 0.18721164762973785, 0.21901901066303253, 0.06585446745157242, -0.023442866280674934, 0.10283487290143967, 0.16262070834636688, 0.09525362402200699, 0.12809760868549347, 0.06501166522502899, -0.04946185648441315, 0.011826143600046635, 0.01830749586224556, -0.08143092691898346, 0.010351081378757954, 0.22592662274837494, -0.12323835492134094, -0.050421614199876785, -0.039233021438121796, 0.042784158140420914, -0.17661477625370026, 0.09217843413352966, -0.1457335203886032, 0.10226810723543167, 0.00724538741633296, 0.08306948840618134, -0.1454867571592331, 0.019510066136717796, 0.08971918374300003, -0.05367458984255791, 0.044566862285137177, 0.051587678492069244, 0.0989254042506218, 0.032711438834667206, 0.0037502998020499945, -0.07188525795936584, -0.1236886978149414, -0.018960000947117805, 0.16468510031700134, -0.4209519028663635, 0.14398521184921265, -0.007920189760625362, 0.020993482321500778, -0.11420097202062607, -0.07268555462360382, -0.06128501147031784, -0.025879235938191414, 0.11225622147321701, -0.012286647222936153, -0.1047067642211914, -0.15729250013828278, 0.010807990096509457, 0.05861520767211914, 0.026239531114697456, 0.07499752938747406, -0.08445201814174652, 0.042213939130306244, 0.06227727606892586, -0.09747134894132614, -0.06252670288085938, -0.1751852035522461, 0.026700429618358612, -0.013261362910270691, 0.04447512328624725, 0.0024587749503552914, -0.06403402239084244, 0.018013084307312965, 0.009967619553208351, -0.048466768115758896, -0.11134745180606842, 0.022549541667103767, -0.04700041562318802, -0.02685300074517727, 0.16950556635856628, -0.06764895468950272, -0.003611234249547124, -0.020610814914107323, 0.0598708800971508, -0.09044937789440155, -0.09858021885156631, 0.062451351433992386, -0.08926571160554886, -0.04516257345676422, -0.11070440709590912, 0.09325702488422394, -0.021799525246024132, 0.044357918202877045, 0.026356307789683342, -0.04212292656302452, -0.09683750569820404, -0.02071744203567505, 0.15679040551185608, -0.019192935898900032, -0.021827125921845436, 0.20347461104393005, 0.024376006796956062, -0.07235269248485565, 0.024537818506360054, -0.04769311472773552, 0.1976669877767563, 0.18561814725399017, 0.03312919661402702, 0.1347406655550003, 0.14022046327590942, -0.09477081149816513, -0.23686984181404114, 0.028851382434368134, -0.07203454524278641, 0.0297510027885437, 0.06566409021615982, -0.09467622637748718, 0.07783912122249603, 0.07975578308105469, -0.038929812610149384, 0.24709685146808624, -0.05420662462711334, -0.09215802699327469, 0.25623202323913574, 0.04384036734700203, 0.22021904587745667, -0.10185158997774124, -0.04905688762664795, -0.05312182754278183, -0.05209774151444435, 0.03325887396931648, -0.1144399344921112, 0.06558030098676682, -0.07972633838653564, 0.034499648958444595, 0.012020488269627094, -0.07944261282682419, 0.24289603531360626, 0.03861581161618233, 0.033535197377204895, -0.07477986067533493, 0.052228134125471115, 0.06673868745565414, -0.05748102441430092, 0.05870487540960312, -0.06744187325239182, 0.05787838622927666, -0.2392803132534027, 0.03032488003373146, 0.0022148138377815485, 0.10286375880241394, 0.022743502631783485, -0.03182120621204376, -0.07157909125089645, -0.04056597501039505, -0.11942944675683975, -0.029238466173410416, 0.07876846939325333, -0.03649638593196869, 0.1191394180059433, 0.05368616804480553, 0.05832729861140251, -0.09358232468366623, -0.07393233478069305, -0.006034948397427797, -0.029171619564294815, 0.09188016504049301, -0.15333643555641174, 0.017920708283782005, 0.13991132378578186, -0.03403889387845993, 0.06756317615509033, 0.014595291577279568, -0.07558794319629669, 0.05641639232635498, 0.14932093024253845, -0.08126485347747803, 0.04559391364455223, 0.0650457814335823, -0.04138852655887604, -0.05536748096346855, 0.050228286534547806, 0.017192067578434944, 0.09874995797872543, -0.008684840053319931, -0.09224745631217957, 0.0803770199418068, -0.11123744398355484, 0.18132276833057404, 0.17382760345935822, 0.0792321115732193, -0.14906463027000427, 0.09455832093954086, -0.05749531462788582, -0.1378197818994522, 0.04225873947143555, -0.13138723373413086, -0.04131073132157326, -0.11650947481393814, 0.16477099061012268, 0.35382142663002014, 0.026912976056337357, -0.1407565027475357, -0.04932023212313652, -0.07002947479486465, 0.05803082138299942, 0.119693323969841, 0.03028864972293377, 0.030599646270275116, 0.0962587520480156, -0.11464346200227737, -0.007720401044934988, 0.04918062314391136, -0.011381280608475208, 0.06406326591968536, -0.0835471972823143, -0.22605440020561218, -0.054837051779031754, 0.2532508969306946, -0.06043785437941551, -0.040885504335165024, -0.10470153391361237, 0.127023845911026, -0.2958233654499054, 0.041353702545166016, 0.011816347949206829, 0.013859876431524754, 0.07172077149152756, -0.04560399055480957, -0.027893925085663795, 0.005608763080090284, -0.12151458859443665, 0.12426817417144775, 0.06827197223901749, 0.04771409183740616, -0.09771236032247543, 0.006078262347728014, 0.0984332486987114, -0.01580788940191269, 0.09934034198522568, 0.058654092252254486, -0.05672375485301018, 0.08581254631280899, -0.10900748521089554, -0.07996160537004471, 0.06827110797166824, 0.06542675942182541, 0.02186223678290844, 0.018482355400919914, 0.09669055044651031, 0.09373736381530762, -0.06524199992418289, 0.08740081638097763, 0.035488564521074295, -0.06516576558351517, -0.054984595626592636, -0.12352053821086884, -0.08305443078279495, -0.02341649867594242, -0.004402820486575365, 0.1726434975862503, 0.08178927004337311, 0.0642792284488678, 0.05561108514666557, 0.025281760841608047, -0.06109678000211716, -0.06018656864762306, -0.014419233426451683, -0.07378213852643967, -0.012089326046407223, -0.026340939104557037, 0.06695963442325592, -0.08808111399412155, 0.3783321976661682, 0.007353784516453743, -0.03921160846948624, -0.042951907962560654, 0.10465332865715027, 0.0715409517288208, 0.001565848826430738, 0.23139995336532593, -0.0076927789486944675, 0.022474102675914764, -0.14313843846321106, -0.007346898317337036, 0.003454324323683977, -0.046873800456523895, 0.0348653644323349, 0.05773451179265976, -0.014934192411601543, 0.03656618297100067, 0.02290664240717888, -0.06902959942817688, 0.062042489647865295, -0.08906286209821701, -0.04306083545088768, 0.027133267372846603, 0.1017652228474617, -0.03687275946140289, 0.016959786415100098, -0.07101506739854813, -0.024662794545292854, -0.0731029212474823, -0.08104357868432999, -0.12033036351203918, -0.012605824507772923, -0.1004919558763504, -0.1443609744310379, 0.10789044946432114, -0.037264298647642136, -0.07547419518232346, 0.19828757643699646, 0.017263753339648247, -0.021799074485898018, 0.1330910176038742, 0.13536925613880157, 0.03145688772201538, -0.0033509701024740934, -0.029971284791827202, -0.03608439490199089, -0.028962822631001472, -0.03811546415090561, 0.10514095425605774, -0.07775171846151352, 0.0035164703149348497, 0.0021860976703464985, -0.05195729807019234, 0.07197841256856918, -0.14118127524852753, -0.06499214470386505, -0.053059183061122894, 0.0350487120449543, -0.12739315629005432, 0.14423474669456482, 0.028390467166900635, 0.062233567237854004, 0.04645835608243942, 0.033633869141340256, 0.10947594791650772, -0.021123740822076797, -0.049158938229084015, -0.030048877000808716, -0.017161216586828232, 0.06709941476583481, -0.005984149407595396, -0.04574710503220558, -0.025498809292912483, 0.1363157480955124, 0.1037692278623581, 0.01427657250314951, -0.02902381308376789, 0.04628083482384682, 0.0345686599612236, -0.04382890835404396, 0.14426496624946594, 0.03556903079152107, 0.07633781433105469, -0.06541196256875992, 0.014781634323298931, -0.05219069495797157, -0.07270248979330063, 0.023323433473706245, 0.03906876593828201, 0.01846565492451191, -0.039228931069374084, -0.057847749441862106, 0.09719354659318924, -0.11979842185974121, 0.05357110872864723, 0.1734115034341812, -0.029495039954781532, -0.11552731692790985, -0.05709203705191612, 0.25745072960853577, -0.018156366422772408, -0.066526859998703, -0.11483713984489441, -0.04031123220920563, -0.06871835142374039, -0.07583759725093842, -0.1484064757823944, -0.18335095047950745, 0.017389874905347824, -0.07792161405086517, 0.09872033447027206, 0.0010759164579212666, 0.16527295112609863, 0.042972393333911896, 0.05518728867173195, -0.08048983663320541, 0.1634635031223297, 0.04115371033549309, 0.08006714284420013, 0.01699991337954998, 0.007098737172782421, 0.01604268327355385, -0.017442015931010246, 0.11621180921792984, -0.007681648712605238, 0.009334588423371315, -0.09067169576883316, 0.04112832620739937, -0.09930907934904099, 0.09350153803825378, -0.0979854092001915, 0.11140305548906326, -0.04214230924844742, -0.059483010321855545, 0.04190220683813095, -0.08175016194581985, 0.12086597830057144, 0.003724564565345645, -0.06923504173755646, 0.02266821265220642, -0.07742228358983994, -0.015265117399394512, 0.18311187624931335, -0.014849869534373283, -0.18496087193489075, 0.030498163774609566, -0.10322844982147217, -0.04452458396553993, 0.047252826392650604, 0.08244674652814865, 0.1813380867242813, 0.061939358711242676, -0.06381310522556305, 0.030717192217707634, 0.03878499194979668, 0.038814444094896317, -0.05732765048742294, -0.0802636593580246 ]
7bcf859b9d441608554523b183a9414acfbb1d4d
# Dataset Card for "CS4248-T15-LUN" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
myvision/CS4248-T15-LUN
[ "region:us" ]
2023-03-20T02:10:29+00:00
{"dataset_info": {"features": [{"name": "label", "dtype": "int64"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 159234160, "num_examples": 48854}, {"name": "test", "num_bytes": 9048910, "num_examples": 3000}], "download_size": 104858010, "dataset_size": 168283070}}
2023-03-20T05:36:56+00:00
[]
[]
TAGS #region-us
# Dataset Card for "CS4248-T15-LUN" More Information needed
[ "# Dataset Card for \"CS4248-T15-LUN\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"CS4248-T15-LUN\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"CS4248-T15-LUN\"\n\nMore Information needed" ]
[ -0.140742689371109, 0.11568500101566315, -0.0005269852699711919, 0.061210568994283676, 0.07183390855789185, 0.12656615674495697, 0.11246845126152039, 0.06263556331396103, 0.08100568503141403, -0.011008786968886852, 0.11639685183763504, 0.025393329560756683, 0.0825803205370903, 0.15326344966888428, -0.032924801111221313, -0.020161451771855354, 0.03561187535524368, 0.028468908742070198, -0.06028148531913757, 0.05124324932694435, 0.0077773574739694595, -0.023530956357717514, 0.10589610785245895, -0.11718522757291794, -0.17482158541679382, 0.0938304215669632, -0.007009877823293209, -0.02649976685643196, 0.092182457447052, -0.01610412821173668, 0.18391694128513336, 0.02221744693815708, 0.07607809454202652, -0.12368933111429214, -0.00013503227091860026, -0.007195378188043833, -0.10616200417280197, 0.04701324552297592, -0.006609549280256033, -0.05510380491614342, -0.011533048935234547, 0.009931230917572975, -0.016783354803919792, -0.024836568161845207, -0.10423769056797028, -0.11050961166620255, -0.15672779083251953, 0.045066285878419876, -0.024872595444321632, -0.007528586313128471, 0.1266985833644867, 0.11152906715869904, -0.11160922795534134, 0.04167758673429489, 0.08614541590213776, -0.12440023571252823, 0.08245322108268738, 0.22435177862644196, -0.03932423144578934, 0.09397687762975693, -0.006859057117253542, 0.018190667033195496, 0.1124303936958313, -0.046347666531801224, -0.09331046789884567, -0.020976386964321136, -0.23585951328277588, 0.12361674755811691, -0.010299842804670334, -0.07030336558818817, 0.3003001809120178, 0.017403488978743553, 0.006930091418325901, 0.07550708204507828, -0.04512692242860794, -0.1832270622253418, 0.0014980848645791411, 0.04828587546944618, 0.02743563987314701, 0.03346555307507515, 0.07381469011306763, 0.002271923003718257, -0.09715348482131958, -0.17448954284191132, -0.17977696657180786, 0.030431244522333145, -0.028923405334353447, 0.14973990619182587, -0.16227899491786957, -0.022935785353183746, -0.04411393031477928, -0.014785203151404858, -0.03290008008480072, -0.07939015328884125, -0.03189564868807793, -0.022398389875888824, 0.011112441308796406, 0.056448403745889664, 0.07313840091228485, 0.10740310698747635, 0.06356410682201385, 0.04181697964668274, -0.024711962789297104, 0.03684458136558533, 0.09276261180639267, -0.09341828525066376, -0.013474268838763237, 0.041678957641124725, -0.03878765553236008, -0.10652384161949158, 0.01802206225693226, -0.13710787892341614, -0.13642431795597076, -0.06196460872888565, -0.06435035914182663, 0.12008239328861237, -0.05752779543399811, -0.09434176981449127, -0.061005476862192154, 0.019329659640789032, 0.24848730862140656, -0.07991072535514832, -0.0033301799558103085, 0.015616776421666145, -0.05594272539019585, 0.0099335340783, -0.029581524431705475, -0.027697522193193436, 0.07879285514354706, 0.029420915991067886, -0.1223728209733963, -0.045768629759550095, -0.034133270382881165, -0.014498947188258171, 0.13699780404567719, -0.15593230724334717, 0.07112137973308563, -0.12405212968587875, -0.21501369774341583, 0.045317165553569794, 0.007188762072473764, -0.05178999900817871, 0.15555618703365326, 0.03681981563568115, -0.013909059576690197, 0.01740644872188568, -0.03278205543756485, 0.07762137800455093, -0.07538618892431259, 0.04317588359117508, 0.013105490244925022, 0.05416901409626007, -0.24833282828330994, -0.0044357324950397015, -0.08791860938072205, 0.0010075599420815706, 0.020019887015223503, -0.040369827300310135, -0.14673009514808655, 0.07799092680215836, -0.030297886580228806, -0.015369590371847153, -0.14787696301937103, 0.048204127699136734, 0.01794799044728279, 0.04987826943397522, -0.2193751484155655, 0.007129540666937828, 0.13871340453624725, -0.14597739279270172, -0.1685986965894699, -0.05456692725419998, -0.008201580494642258, -0.04265293478965759, -0.014867394231259823, 0.29191020131111145, 0.1275084912776947, -0.12228061258792877, -0.026736918836832047, 0.1635051965713501, -0.18456178903579712, -0.3484492897987366, 0.08307459205389023, -0.013361969031393528, -0.12025027722120285, -0.0004497291229199618, 0.14122183620929718, 0.011012761853635311, -0.0424848273396492, -0.08603641390800476, -0.03704390674829483, -0.14487700164318085, 0.054749563336372375, 0.0016829604282975197, 0.018375419080257416, -0.023424122482538223, 0.13897770643234253, 0.07201268523931503, 0.10185198485851288, 0.006338679697364569, -0.016235224902629852, -0.08009567111730576, 0.0937294214963913, -0.03886199742555618, -0.031094994395971298, -0.14843910932540894, -0.192207470536232, -0.00965806096792221, 0.034841232001781464, 0.029639622196555138, 0.009257378056645393, 0.07446980476379395, -0.01997171714901924, -0.013196065090596676, 0.0745900571346283, 0.08374884724617004, 0.05481593683362007, 0.038231588900089264, -0.015107313171029091, -0.032883498817682266, -0.044876258820295334, -0.05645371600985527, -0.10420778393745422, -0.05223723500967026, 0.14140978455543518, 0.04859745502471924, 0.020779825747013092, -0.02215445786714554, 0.05100671201944351, 0.044334083795547485, 0.006260989233851433, -0.05937614291906357, 0.023783227428793907, -0.0334518626332283, 0.0008447170257568359, 0.025697285309433937, -0.017653319984674454, 0.21416938304901123, 0.15352992713451385, -0.00666389474645257, -0.029239367693662643, -0.01549608912318945, 0.03955132141709328, -0.03754784166812897, 0.004921366926282644, 0.0049799042753875256, -0.16697384417057037, -0.09775104373693466, 0.03622455149888992, -0.08998003602027893, 0.025788767263293266, 0.0445418655872345, -0.0031861932948231697, -0.08779063820838928, 0.049356609582901, 0.18370786309242249, -0.16180120408535004, 0.15748266875743866, 0.08219406753778458, 0.09390176832675934, 0.10821404308080673, -0.08225151896476746, -0.10562674701213837, -0.024958446621894836, -0.012684999033808708, -0.056907422840595245, 0.24427112936973572, -0.003586709499359131, -0.014450771734118462, 0.06915346533060074, -0.014101984910666943, 0.10346443951129913, -0.13128912448883057, -0.12690585851669312, 0.018994200974702835, -0.040973301976919174, -0.1908055692911148, 0.039720892906188965, -0.017576800659298897, 0.08656139671802521, 0.01754525862634182, -0.03337996080517769, 0.13532255589962006, 0.003251258749514818, -0.03558890521526337, 0.0989612489938736, -0.19608740508556366, -0.21914657950401306, -0.06804389506578445, -0.050547488033771515, 0.05825849995017052, 0.021920444443821907, -0.08049145340919495, -0.1410352885723114, -0.013106269761919975, 0.012357553467154503, -0.146678626537323, -0.11798375844955444, 0.004312831908464432, 0.042313411831855774, 0.02558225579559803, -0.07149861752986908, -0.08916686475276947, 0.025383345782756805, -0.008049827069044113, 0.12143588811159134, 0.08679976314306259, -0.13414405286312103, 0.16060586273670197, 0.13093887269496918, -0.05525617673993111, 0.07138774544000626, -0.05431142449378967, 0.032756734639406204, -0.010249641723930836, -0.02596474252641201, 0.14110295474529266, -0.00098207697737962, 0.004940383601933718, 0.026287497952580452, 0.059173159301280975, -0.11385773122310638, -0.014330845326185226, -0.03450581803917885, -0.2221178412437439, -0.24897611141204834, -0.11425886303186417, -0.06702369451522827, 0.14019833505153656, 0.03823339566588402, 0.09164553880691528, 0.061506010591983795, 0.06670636683702469, 0.127736434340477, 0.030991513282060623, -0.1490461528301239, -0.04883613437414169, -0.059721939265728, 0.022525601089000702, -0.017150990664958954, -0.2006552815437317, 0.034855421632528305, 0.17281529307365417, 0.20665206015110016, 0.14780905842781067, 0.07379736751317978, 0.11526879668235779, -0.021875323727726936, 0.2545725703239441, 0.1177903339266777, 0.14803291857242584, 0.08476042002439499, -0.04042862355709076, 0.054491955786943436, 0.0048691872507333755, -0.06937913596630096, 0.030174098908901215, 0.059956144541502, -0.14359861612319946, 0.05058278888463974, -0.09347423911094666, -0.02575923316180706, -0.1617422103881836, 0.07883112132549286, -0.21812531352043152, 0.06798997521400452, -0.023330429568886757, 0.179252490401268, -0.10942918807268143, 0.11022715270519257, 0.10780462622642517, -0.001950776786543429, 0.06846173852682114, 0.0843379944562912, 0.018884209915995598, -0.05377039685845375, -0.07334575802087784, 0.012951331213116646, -0.07677404582500458, 0.002541898051276803, 0.08507313579320908, -0.17705325782299042, 0.19716359674930573, 0.0359310619533062, -0.06389535218477249, -0.10624994337558746, -0.05793401598930359, -0.014094962738454342, -0.0006320743705146015, 0.14690488576889038, 0.05331316962838173, -0.12734751403331757, -0.21097315847873688, -0.09121780097484589, -0.027394846081733704, 0.14461593329906464, 0.08649556338787079, -0.13065969944000244, 0.024812156334519386, -0.006942566484212875, -0.024249082431197166, -0.16462650895118713, -0.07490317523479462, -0.08478640019893646, 0.017999324947595596, 0.0837315246462822, -0.1186443343758583, 0.0035762530751526356, 0.0021423804573714733, -0.06642165780067444, 0.02871667966246605, 0.017536548897624016, -0.03375197947025299, -0.11355786770582199, -0.09908206015825272, 0.13693970441818237, 0.013952679000794888, 0.02729910798370838, 0.061036817729473114, -0.02375083602964878, -0.010571244172751904, -0.23629754781723022, 0.09492510557174683, -0.040722187608480453, 0.05263201519846916, -0.07017451524734497, 0.12589754164218903, -0.02665185183286667, 0.03811611980199814, -0.029038529843091965, -0.011002596467733383, 0.021836457774043083, -0.07598526030778885, 0.11249876022338867, -0.09386950731277466, 0.14111578464508057, 0.19616732001304626, 0.07080978155136108, 0.005781880579888821, 0.14079104363918304, -0.04233706369996071, 0.13062721490859985, 0.04141075536608696, -0.07227401435375214, 0.16475963592529297, 0.1089894026517868, -0.020741458982229233, -0.2698743939399719, 0.0034253576304763556, -0.15505772829055786, -0.021610761061310768, 0.0096877571195364, -0.20244340598583221, 0.06710860878229141, 0.14191637933254242, -0.028067095205187798, 0.23395532369613647, -0.16412721574306488, -0.022936193272471428, 0.1264573484659195, 0.03629906103014946, 0.30419158935546875, -0.10625122487545013, -0.09783583879470825, -0.09664400666952133, -0.22773055732250214, 0.2693941295146942, -0.11354303359985352, -0.006011444143950939, -0.002526739612221718, 0.051123157143592834, -0.01288805715739727, -0.05400676652789116, 0.13627851009368896, 0.07734553515911102, 0.10334985703229904, -0.08462101966142654, -0.1590578407049179, 0.15682683885097504, -0.045016635209321976, 0.07058774679899216, 0.03854759782552719, 0.08035427331924438, -0.11085089296102524, 0.006490170024335384, 0.053327254951000214, -0.015768690034747124, 0.03420694172382355, -0.05711677297949791, -0.11376205086708069, 0.01243024691939354, -0.12214232236146927, -0.08157727867364883, 0.10688728839159012, 0.031000277027487755, -0.029054617509245872, 0.010318007320165634, 0.019103165715932846, -0.055671725422143936, 0.06344520300626755, -0.042208630591630936, -0.11332299560308456, 0.05969539284706116, -0.23571576178073883, 0.028745604678988457, 0.11790084093809128, 0.04651553928852081, -0.005912755150347948, 0.06580167263746262, 0.0016359527362510562, -0.005154532380402088, 0.16632480919361115, -0.1316346824169159, 0.06762847304344177, 0.03559914603829384, -0.14181798696517944, 0.06381486356258392, 0.1024542897939682, 0.03452587500214577, 0.01740429364144802, 0.03715825825929642, -0.02052352763712406, 0.02003007009625435, -0.09311559051275253, 0.03204130753874779, 0.15564444661140442, 0.018121102824807167, -0.1649467796087265, 0.18882855772972107, 0.01110804732888937, -0.02532198652625084, 0.009630780667066574, 0.007033610250800848, -0.10877775400876999, -0.06285641342401505, -0.03162379190325737, 0.19346269965171814, -0.1422811895608902, -0.1787363886833191, 0.033099643886089325, -0.044782135635614395, 0.026931297034025192, 0.3043286204338074, 0.03696369379758835, 0.1513241082429886, 0.04320802912116051, -0.015645457431674004, -0.04001130163669586, -0.11270163208246231, -0.13533462584018707, 0.050523560494184494, -0.14528566598892212, -0.11253836005926132, -0.04544994607567787, 0.15836510062217712, -0.06843004375696182, -0.016818396747112274, -0.10800164192914963, 0.07527874410152435, -0.10915422439575195, 0.04598209261894226, 0.00725336791947484, 0.027745340019464493, 0.009825354442000389, 0.010013147257268429, -0.041861020028591156, 0.0340673066675663, -0.07250829041004181, 0.0936121717095375, 0.05958324298262596, 0.024716323241591454, -0.10737337172031403, -0.007861441932618618, 0.04528309404850006, 0.07127780467271805, 0.05092209205031395, 0.13088126480579376, 0.043829403817653656, 0.12451113760471344, -0.03290518745779991, -0.050458431243896484, 0.05947863683104515, 0.09426625072956085, 0.07061304897069931, 0.12805069983005524, -0.022015051916241646, 0.08204002678394318, -0.06508485972881317, 0.065804623067379, 0.032078612595796585, -0.0489807203412056, -0.02277546003460884, -0.18281131982803345, -0.06759905070066452, -0.023702550679445267, -0.048939939588308334, 0.27506223320961, 0.034730054438114166, -0.06332376599311829, 0.09620190411806107, -0.032687123864889145, -0.020312771201133728, -0.05315222591161728, -0.0035867320839315653, -0.08279376477003098, -0.11276030540466309, 0.05780515447258949, 0.04402809962630272, -0.053091973066329956, 0.406482458114624, -0.09615113586187363, -0.15988744795322418, -0.061529479920864105, 0.1462002694606781, -0.004311469383537769, 0.013503619469702244, 0.34206700325012207, 0.08167829364538193, -0.05662306398153305, 0.01313814613968134, 0.09473910927772522, -0.025026001036167145, 0.036421019583940506, 0.11764843016862869, 0.03834272921085358, 0.03502219170331955, 0.002833995269611478, 0.09389066696166992, -0.1183663085103035, 0.049399588257074356, -0.0647423043847084, -0.09821193665266037, -0.07453154027462006, 0.04114381968975067, 0.017738021910190582, 0.03667105361819267, -0.006876177620142698, 0.006621097680181265, -0.019877368584275246, -0.09947334975004196, -0.0823664516210556, -0.1136731281876564, -0.02524103969335556, -0.09222280234098434, 0.03879696875810623, -0.02385525405406952, -0.036970220506191254, 0.33601799607276917, 0.05527936667203903, 0.03990444540977478, 0.0996561199426651, -0.14859896898269653, 0.0980214774608612, -0.04270075634121895, 0.008871146477758884, -0.029362007975578308, -0.034175630658864975, -0.10674336552619934, 0.0772242546081543, -0.06316138803958893, -0.055076345801353455, -0.04413830488920212, 0.10816121846437454, 0.055300988256931305, -0.04465656355023384, -0.014350769110023975, -0.06174446642398834, 0.06239959970116615, -0.05414465069770813, 0.06888195127248764, 0.009432501159608364, 0.04345104470849037, 0.0398746021091938, 0.0819760113954544, 0.0014879086520522833, -0.000071104230300989, -0.01776459440588951, -0.09137804806232452, -0.044609420001506805, 0.08951869606971741, 0.030121568590402603, -0.06293882429599762, -0.041566457599401474, 0.18241877853870392, 0.19890621304512024, -0.044709157198667526, 0.017215723171830177, 0.03563978523015976, 0.053636979311704636, 0.011800063773989677, 0.170943483710289, 0.039389003068208694, 0.10283758491277695, 0.01754666492342949, -0.20777298510074615, -0.017470218241214752, -0.0025747171603143215, 0.016967296600341797, 0.09555634111166, 0.029932038858532906, -0.08821415901184082, -0.09810081869363785, 0.09740826487541199, -0.12860605120658875, 0.08393847197294235, 0.1898442655801773, -0.11851777136325836, -0.06896726787090302, 0.004096329212188721, 0.08981762081384659, -0.016081059351563454, -0.07500899583101273, -0.08115716278553009, -0.0001728524366626516, -0.08382495492696762, 0.02569529227912426, -0.3790428638458252, -0.14115917682647705, -0.036871910095214844, 0.05564448609948158, 0.10861454904079437, -0.0343773290514946, 0.18549832701683044, 0.037726569920778275, 0.08348418772220612, -0.0864349752664566, 0.07892541587352753, 0.006893092300742865, -0.03516756370663643, -0.07732539623975754, -0.054213277995586395, -0.04462416470050812, -0.014988549053668976, 0.0314055010676384, -0.045707281678915024, -0.04876948893070221, 0.18795813620090485, 0.018151238560676575, -0.04496583715081215, -0.055126190185546875, -0.10937511175870895, 0.13600240647792816, -0.019371213391423225, -0.009633319452404976, -0.028776440769433975, 0.0049904645420610905, 0.035844918340444565, 0.014265491627156734, -0.14809074997901917, -0.04386511445045471, 0.014511414803564548, -0.07091037184000015, 0.013889441266655922, 0.014657526277005672, -0.021367991343140602, 0.047328852117061615, -0.12066024541854858, 0.019224580377340317, -0.05726075917482376, 0.04087435454130173, 0.10750136524438858, 0.07937140017747879, -0.02863340452313423, 0.05300835520029068, 0.057763420045375824, 0.04221281409263611, -0.07795483618974686, -0.1523357778787613 ]
80bc1896ed99add8b4e25fec9ff74b492b7d2954
# Dataset Card for "car_in_photozone" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
BettercallSaulGM/car_in_photozone
[ "region:us" ]
2023-03-20T02:11:13+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 130749280.0, "num_examples": 1000}], "download_size": 130644873, "dataset_size": 130749280.0}}
2023-03-20T05:48:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "car_in_photozone" More Information needed
[ "# Dataset Card for \"car_in_photozone\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"car_in_photozone\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"car_in_photozone\"\n\nMore Information needed" ]
[ -0.1437671184539795, 0.06368425488471985, -0.0007810665993019938, 0.05754745006561279, 0.031769879162311554, 0.08657539635896683, 0.05852511152625084, 0.06797725707292557, 0.06421691179275513, -0.02952519804239273, 0.1342362016439438, 0.08950649201869965, 0.04221004247665405, 0.0992342159152031, -0.03998273238539696, -0.1394347846508026, -0.034017615020275116, -0.017584403976798058, 0.05286486819386482, 0.05726810544729233, -0.05306989327073097, -0.07467994093894958, 0.09362655133008957, -0.09377015382051468, -0.27432215213775635, 0.02179265022277832, -0.04976752772927284, -0.016750292852520943, 0.1253465861082077, -0.0775989219546318, 0.07478304207324982, 0.03995952755212784, 0.14612716436386108, -0.07954144477844238, -0.00939589086920023, -0.023798661306500435, -0.08065401762723923, 0.022578326985239983, 0.13125795125961304, -0.06886596232652664, -0.14046789705753326, 0.05685073882341385, 0.005664690863341093, -0.020234141498804092, -0.07924188673496246, -0.22721031308174133, -0.10101783275604248, -0.09869670122861862, 0.07378937304019928, -0.0008565055904909968, 0.09290362894535065, 0.18695440888404846, -0.12363006174564362, 0.08186852186918259, -0.024250131100416183, -0.018756259232759476, 0.02857641689479351, 0.23565329611301422, 0.044110748916864395, 0.09117595851421356, -0.05799690634012222, 0.14370258152484894, 0.10790470987558365, -0.020320622250437737, -0.061237454414367676, 0.00039948063204064965, -0.04608976095914841, 0.005299421492964029, 0.007077047601342201, -0.12850025296211243, 0.08604128658771515, -0.02402431145310402, -0.025806080549955368, 0.02870863862335682, -0.09183530509471893, -0.09374916553497314, -0.02583007887005806, 0.059199728071689606, 0.00218342337757349, 0.04633379727602005, -0.07879850268363953, -0.023671217262744904, -0.12009404599666595, -0.13209858536720276, -0.15035870671272278, 0.021772611886262894, -0.0013813290279358625, 0.17277058959007263, -0.21820387244224548, 0.08973649889230728, -0.040907565504312515, -0.07995660603046417, -0.0136298518627882, -0.06129399314522743, 0.06382007896900177, 0.016537126153707504, 0.09935133159160614, 0.17667759954929352, 0.023465067148208618, 0.04044521227478981, 0.18790605664253235, 0.03275870904326439, -0.1261388212442398, 0.12103985249996185, 0.142219677567482, -0.07179678231477737, 0.12650129199028015, -0.02320939302444458, -0.031162479892373085, -0.19767959415912628, -0.02179712802171707, -0.08622290194034576, -0.14128771424293518, -0.04308585822582245, -0.0000362361861334648, 0.09005676954984665, -0.003873801091685891, -0.08069590479135513, 0.014268106780946255, -0.05459443852305412, 0.16783608496189117, 0.03125330060720444, 0.025943132117390633, -0.030121179297566414, -0.01012222096323967, -0.09915857762098312, -0.011441530659794807, -0.058611638844013214, 0.12159593403339386, 0.15456625819206238, -0.04979961737990379, 0.004030544310808182, -0.025509007275104523, 0.043184421956539154, 0.057814184576272964, -0.2512397766113281, 0.03208719193935394, -0.1705017387866974, -0.1560860425233841, 0.06384237110614777, -0.004663186147809029, -0.0922209694981575, 0.15811142325401306, 0.01364224124699831, 0.12114372849464417, 0.03392328321933746, -0.061448272317647934, 0.03843468055129051, -0.07268822938203812, 0.07984329760074615, 0.034972067922353745, 0.11163239926099777, -0.2298172265291214, 0.01843608170747757, -0.10208866000175476, 0.001540862605907023, -0.05136185139417648, 0.014791430905461311, -0.09738092124462128, 0.10457558184862137, 0.01536606252193451, 0.05965045839548111, -0.08977094292640686, 0.05896284803748131, -0.07594067603349686, 0.15113872289657593, -0.1910458356142044, -0.053120557218790054, 0.12251991778612137, -0.10796062648296356, -0.15651583671569824, -0.03355639427900314, -0.05634283274412155, 0.14620552957057953, 0.022735891863703728, 0.26712334156036377, 0.08734337985515594, -0.22937634587287903, -0.011298509314656258, 0.11289609223604202, -0.2280004918575287, -0.30965882539749146, 0.0130589809268713, -0.025195810943841934, -0.17749270796775818, 0.020471127703785896, 0.11256413161754608, 0.049002666026353836, -0.07731941342353821, -0.040153998881578445, -0.014178220182657242, -0.04437222704291344, 0.05994817242026329, 0.05761436000466347, 0.05502606928348541, -0.056498683989048004, 0.11792133748531342, -0.04384257271885872, 0.010357942432165146, 0.0676761046051979, -0.03318541496992111, 0.03663541376590729, 0.07041238248348236, -0.1031678095459938, -0.03032829426229, -0.06204714998602867, -0.127597838640213, 0.004471847787499428, 0.05426929146051407, 0.030914975330233574, -0.05795840919017792, 0.06314364075660706, 0.06571013480424881, -0.0012651103315874934, 0.022212134674191475, 0.1123933419585228, 0.03744068369269371, -0.05061822757124901, 0.019970325753092766, 0.05800165235996246, -0.05238913744688034, 0.04409952834248543, -0.010286953300237656, -0.07359997928142548, 0.13084116578102112, 0.06736735254526138, 0.0033027855679392815, 0.0018549776868894696, -0.05244862288236618, -0.08858045935630798, -0.03414732962846756, -0.05817701295018196, 0.05475527420639992, 0.01382235623896122, 0.12418211251497269, 0.08579956740140915, -0.08027815073728561, 0.07580395042896271, 0.18533888459205627, -0.10208907723426819, -0.05179520696401596, -0.14492274820804596, 0.07041651755571365, -0.021344181150197983, -0.12816493213176727, 0.041064564138650894, -0.1435750126838684, -0.08792091906070709, 0.12630857527256012, -0.027043040841817856, 0.08916204422712326, 0.04717531427741051, -0.03740992397069931, -0.10263578593730927, -0.03548060357570648, 0.23041370511054993, -0.1592213362455368, 0.17931050062179565, 0.23489627242088318, 0.18316727876663208, 0.12941661477088928, 0.0665348619222641, -0.05024475231766701, -0.010181665420532227, -0.08431185781955719, -0.03401268273591995, 0.26904603838920593, 0.01393090095371008, 0.006971131544560194, 0.03561929240822792, -0.020524151623249054, 0.06673625856637955, -0.10246018320322037, -0.027981719002127647, 0.011913439258933067, 0.06199932098388672, -0.04517504945397377, 0.03316681087017059, -0.02559838443994522, 0.0342101976275444, -0.02672717347741127, -0.08415400236845016, 0.17575761675834656, -0.0011250459356233478, 0.005330078303813934, 0.07164967805147171, -0.16083058714866638, -0.3312915563583374, -0.11895272135734558, -0.19447609782218933, 0.0636812150478363, 0.066859669983387, -0.018698416650295258, -0.1301240175962448, 0.0112080043181777, 0.09724899381399155, -0.06603491306304932, -0.09110791981220245, 0.0007145347772166133, -0.1521146148443222, -0.0059438166208565235, -0.06379969418048859, -0.0727609321475029, -0.01754210703074932, -0.07117516547441483, 0.09804138541221619, 0.16658717393875122, -0.10529045015573502, 0.11708752810955048, 0.0543568953871727, -0.0538080558180809, 0.12299491465091705, 0.008995278738439083, 0.06871609389781952, -0.12593311071395874, 0.00007789152004988864, 0.03239474818110466, 0.021284332498908043, 0.029879508540034294, 0.13793110847473145, 0.04043056443333626, -0.12712353467941284, -0.05228471755981445, -0.027841929346323013, -0.20376846194267273, -0.10865604132413864, -0.1844666600227356, -0.020258458331227303, 0.06676556915044785, 0.12588928639888763, 0.05556200072169304, 0.18253964185714722, 0.17353953421115875, 0.09151586890220642, -0.06114592030644417, -0.16252565383911133, 0.08148320764303207, -0.03868001699447632, -0.04909301549196243, 0.0362144410610199, -0.09645254164934158, -0.08321984857320786, 0.15023741126060486, 0.1642882227897644, 0.1855565905570984, 0.1889498382806778, -0.07187946140766144, -0.042738400399684906, 0.27056172490119934, 0.18409369885921478, 0.05179695039987564, 0.1727638989686966, -0.011509284377098083, 0.007981976494193077, 0.0036706472747027874, -0.015000716783106327, -0.020860936492681503, 0.10904908925294876, -0.1535836160182953, 0.030368199571967125, -0.1459650844335556, -0.03871630132198334, -0.2265380471944809, 0.15017327666282654, -0.2726469337940216, 0.16991549730300903, -0.026672374457120895, 0.17663446068763733, -0.14249767363071442, 0.05679718032479286, 0.061493873596191406, -0.09046471863985062, 0.018510131165385246, -0.05991131439805031, 0.03241490572690964, -0.14521992206573486, 0.025155168026685715, -0.0033725763205438852, -0.2144673764705658, -0.004626775626093149, 0.08330218493938446, -0.027714205905795097, 0.24769634008407593, 0.03937286511063576, -0.10797305405139923, -0.13946375250816345, -0.029505856335163116, 0.00743776885792613, 0.08922673761844635, 0.14520151913166046, 0.013016581535339355, -0.09651223570108414, -0.20047642290592194, -0.13920767605304718, -0.05982721596956253, 0.1625964492559433, -0.03437148779630661, -0.12249568849802017, 0.07020188122987747, -0.008416458033025265, -0.0705239325761795, -0.11496390402317047, -0.09088747948408127, -0.08254743367433548, -0.03360511735081673, -0.04263848811388016, -0.11835523694753647, 0.044231727719306946, -0.004732839297503233, -0.07323946058750153, 0.03881613910198212, 0.12472812831401825, 0.03614090383052826, -0.12146393954753876, -0.05225018784403801, -0.00047672310029156506, -0.01725558005273342, 0.08037611842155457, 0.013069634325802326, 0.038737937808036804, -0.0970836728811264, -0.205581396818161, 0.14767660200595856, -0.08208072930574417, 0.13344964385032654, -0.143568217754364, 0.14154452085494995, -0.001433352124877274, -0.018037226051092148, 0.024247827008366585, 0.046616967767477036, -0.0194796621799469, -0.02894071489572525, 0.23643779754638672, -0.16956284642219543, 0.12245088070631027, 0.08679243177175522, 0.08416748046875, -0.09434603154659271, 0.07446694374084473, 0.0009586398373357952, 0.14798566699028015, 0.11521797627210617, -0.1062542200088501, 0.1875273585319519, 0.1558716893196106, -0.05755879357457161, -0.29997682571411133, 0.03503374010324478, -0.14429882168769836, -0.0390988364815712, 0.13561385869979858, -0.12598459422588348, 0.0930640697479248, 0.1312515139579773, -0.10719948261976242, 0.25480085611343384, -0.15486961603164673, -0.016231698915362358, 0.23055468499660492, 0.0455441027879715, 0.2991463243961334, -0.10229530930519104, -0.09247740358114243, -0.14913752675056458, -0.1352129429578781, 0.13769397139549255, 0.00878872163593769, 0.0315474309027195, -0.008626245893537998, 0.027769770473241806, 0.005237417295575142, -0.04320787638425827, 0.13545635342597961, 0.04829735308885574, 0.12277360260486603, -0.1815832257270813, -0.1479494571685791, 0.09026774764060974, -0.04786199331283569, -0.02504364401102066, 0.07802510261535645, 0.03557615727186203, -0.11315098404884338, 0.012190399691462517, 0.07233871519565582, 0.04782237485051155, 0.035014476627111435, -0.07445057481527328, -0.08919741213321686, -0.031924281269311905, -0.19319608807563782, -0.0395030714571476, 0.05723518878221512, 0.021959297358989716, -0.04312849044799805, 0.19557245075702667, -0.1082015335559845, 0.005167719442397356, -0.10112372040748596, -0.12014066427946091, -0.09154942631721497, 0.1104864701628685, -0.10931473225355148, 0.017626944929361343, 0.08237108588218689, 0.02630564384162426, 0.043125562369823456, 0.034697309136390686, -0.009257717058062553, -0.0037026149220764637, 0.14264824986457825, -0.07897139340639114, 0.037036798894405365, 0.033348437398672104, 0.0002368803252466023, 0.1915806233882904, 0.08023513108491898, 0.007916749455034733, 0.0396607369184494, -0.0076376465149223804, -0.037588756531476974, 0.023396966978907585, 0.022519521415233612, 0.04971414804458618, 0.11770334839820862, -0.008648518472909927, -0.15588881075382233, 0.20020534098148346, 0.07219318300485611, 0.04021535813808441, -0.05483610928058624, 0.030705910176038742, -0.03979233652353287, -0.07207633554935455, 0.08900603652000427, 0.25332263112068176, -0.14662249386310577, -0.07431137561798096, 0.04484355449676514, -0.0032433695159852505, -0.00905483029782772, 0.10365546494722366, 0.09453034400939941, 0.04126668721437454, -0.003198562888428569, -0.029121072962880135, -0.06435572355985641, -0.048264916986227036, -0.13821342587471008, 0.08824614435434341, -0.13005264103412628, -0.12607881426811218, -0.041408274322748184, 0.14312347769737244, -0.1121814101934433, -0.11430072784423828, -0.07189611345529556, 0.08330357074737549, -0.10203792154788971, 0.08340974152088165, 0.046817220747470856, -0.0042788381688296795, 0.004883833695203066, 0.05248791351914406, 0.020588062703609467, -0.07485923171043396, -0.11713829636573792, 0.03887379169464111, 0.07509811222553253, -0.008322199806571007, -0.0329868420958519, -0.02748587727546692, 0.05057549104094505, 0.0431288406252861, 0.07865659892559052, 0.08628826588392258, 0.04395478591322899, 0.04674992337822914, -0.08114507794380188, -0.20348189771175385, 0.10307526588439941, 0.022841673344373703, 0.07822268456220627, 0.1717207282781601, 0.01014452800154686, 0.056751348078250885, -0.006747026462107897, 0.05207447335124016, 0.0006251996965147555, -0.11849543452262878, 0.04127587378025055, -0.1299780160188675, -0.13468188047409058, -0.006137987598776817, 0.009199997410178185, 0.12745176255702972, -0.01187246385961771, 0.023358456790447235, 0.02455972507596016, 0.043964531272649765, -0.05964557081460953, -0.04931201785802841, -0.025119397789239883, -0.15599411725997925, -0.07023803144693375, -0.006136320065706968, -0.004433565307408571, -0.036169447004795074, 0.29414746165275574, 0.07304058969020844, -0.12537091970443726, -0.053167931735515594, 0.2580486536026001, -0.05694524943828583, -0.06265956163406372, 0.2548806071281433, 0.13116106390953064, 0.017703231424093246, 0.046186938881874084, 0.1903274804353714, 0.013073256239295006, 0.05463500693440437, 0.06464393436908722, 0.054736312478780746, -0.06299339979887009, -0.004749372601509094, 0.15494106709957123, -0.08911716938018799, -0.015131338499486446, -0.05168842524290085, -0.02286435291171074, 0.024128016084432602, 0.01800910383462906, -0.2010408192873001, -0.0028279919642955065, 0.01842072606086731, -0.0014826747355982661, -0.027788318693637848, -0.055107925087213516, -0.11160574853420258, -0.12804101407527924, -0.029325434938073158, -0.15395070612430573, 0.09123732149600983, 0.09258446097373962, -0.006834106985479593, 0.32059162855148315, 0.05407408997416496, -0.04394623264670372, 0.07863350957632065, -0.15849429368972778, -0.01406734250485897, 0.016693728044629097, -0.032333336770534515, -0.037960827350616455, -0.15589332580566406, -0.08272281289100647, -0.0466533862054348, 0.06666599959135056, -0.027311133220791817, -0.0390452966094017, 0.12615789473056793, 0.019474072381854057, -0.08012717217206955, -0.06022042781114578, -0.1000978946685791, 0.06205376237630844, -0.051326457411050797, 0.09050881862640381, -0.0009544290951453149, 0.10923109948635101, 0.03464353829622269, 0.08828561753034592, -0.008759338408708572, -0.005207740236073732, 0.09008181095123291, -0.07818184792995453, -0.09471618384122849, 0.13027139008045197, -0.024838993325829506, -0.05019446462392807, -0.004382672253996134, 0.140921950340271, 0.29775840044021606, -0.0374157577753067, -0.009857188910245895, 0.03406115621328354, 0.01484862994402647, 0.08317895233631134, 0.16942636668682098, -0.03620209917426109, 0.12679268419742584, -0.04535110294818878, -0.09237407147884369, 0.010069825686514378, -0.1113610789179802, 0.015206797048449516, 0.05573699250817299, 0.0008549168705940247, 0.001011820393614471, -0.15772069990634918, 0.1258249431848526, -0.06256136298179626, 0.25697633624076843, 0.1930014193058014, -0.08251450955867767, -0.09267273545265198, 0.05873512476682663, 0.1939811408519745, 0.04102299362421036, -0.04901598393917084, -0.14040756225585938, 0.023803912103176117, -0.10854215174913406, -0.002338874153792858, -0.3802439570426941, -0.2756333649158478, -0.018287021666765213, -0.10107764601707458, 0.26405227184295654, -0.05319444462656975, 0.1038341149687767, 0.017941255122423172, 0.030611740425229073, -0.08851608633995056, 0.040338315069675446, -0.06660405546426773, -0.08310386538505554, -0.014323977753520012, -0.021850096061825752, -0.029205987229943275, -0.13164925575256348, 0.03635207563638687, -0.04741394519805908, -0.01722300425171852, -0.03681337460875511, -0.005027115345001221, -0.062116242945194244, 0.0041466508992016315, -0.07208092510700226, 0.12574337422847748, -0.043178483843803406, 0.02238418534398079, -0.029558906331658363, -0.0002716676681302488, 0.04724237695336342, 0.08349362015724182, -0.1561063975095749, -0.0026456760242581367, 0.049405600875616074, -0.07364004105329514, 0.012063432484865189, -0.011092839762568474, -0.018119169399142265, 0.0051675820723176, -0.09370334446430206, -0.04237169399857521, -0.041152600198984146, 0.06085260212421417, 0.19805410504341125, 0.03704020008444786, -0.021700093522667885, -0.020563790574669838, 0.0290107112377882, -0.013296904042363167, -0.006191841792315245, -0.11069272458553314 ]
7a9650aaecea8200df7be9edf63dc105d0b907fe
# Dataset Card for "bengali-clay-cups-dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
keras-dreambooth/bengali-clay-cups-dataset
[ "region:us" ]
2023-03-20T04:18:54+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 100118.0, "num_examples": 5}], "download_size": 100028, "dataset_size": 100118.0}}
2023-03-20T04:19:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bengali-clay-cups-dataset" More Information needed
[ "# Dataset Card for \"bengali-clay-cups-dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bengali-clay-cups-dataset\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bengali-clay-cups-dataset\"\n\nMore Information needed" ]
[ -0.08822565525770187, 0.12831291556358337, -0.0025732761714607477, 0.020820721983909607, 0.014019245281815529, 0.08997859805822372, 0.08152041584253311, 0.039504893124103546, 0.1510736644268036, 0.08868800103664398, 0.10292378067970276, -0.0029615932144224644, 0.0888436883687973, 0.23097306489944458, -0.03825061395764351, -0.12390076369047165, 0.01575218327343464, 0.0798293724656105, -0.08837329596281052, 0.11553248763084412, 0.05234578251838684, -0.0806799829006195, 0.030665073543787003, -0.08272811025381088, -0.1525317132472992, 0.12620809674263, -0.05480218678712845, -0.06488537788391113, -0.022002238780260086, -0.10018685460090637, 0.21491141617298126, 0.04055013880133629, -0.061056144535541534, -0.1314094215631485, 0.05162607505917549, -0.08158361166715622, -0.010703778825700283, 0.02760230004787445, -0.046733736991882324, -0.1213250607252121, -0.07313946634531021, 0.0051357620395720005, 0.03333919122815132, -0.009172351099550724, -0.10890782624483109, -0.10635250806808472, -0.07430413365364075, 0.006274948827922344, 0.02769404835999012, -0.08468474447727203, 0.029504140838980675, 0.06872937828302383, -0.13539904356002808, -0.021933021023869514, 0.14203982055187225, -0.10255809128284454, -0.008539624512195587, 0.11737111210823059, 0.05441694334149361, 0.15050263702869415, -0.0374210923910141, 0.03319403529167175, 0.09085507690906525, -0.027465587481856346, -0.07329746335744858, -0.12054067105054855, -0.149448961019516, 0.12119131535291672, 0.08383547514677048, 0.024065960198640823, 0.35114768147468567, -0.058577921241521835, -0.0015392124187201262, 0.054685015231370926, 0.026398012414574623, -0.029472095891833305, -0.033336106687784195, 0.07451324164867401, 0.012663216330111027, 0.017724700272083282, 0.05606063827872276, 0.03621373325586319, -0.11666608601808548, -0.02525172382593155, -0.09294679015874863, -0.0979040265083313, -0.039846260100603104, 0.10109774768352509, -0.22306697070598602, -0.06001022085547447, -0.06124170124530792, 0.020079823210835457, -0.00993506982922554, -0.06766586005687714, -0.0730152502655983, -0.008801142685115337, 0.038950227200984955, 0.0917009711265564, 0.0687108039855957, 0.12451602518558502, 0.05177100747823715, 0.08772233873605728, -0.01115421112626791, 0.04159621521830559, 0.18148770928382874, -0.14919960498809814, -0.06618709117174149, 0.009590571746230125, -0.050274502485990524, -0.07987761497497559, -0.014819297008216381, -0.10576960444450378, -0.01728730835020542, 0.03966016322374344, -0.1536136120557785, 0.10185864567756653, -0.13455279171466827, -0.12010746449232101, -0.06955475360155106, -0.04413369297981262, 0.2258944809436798, -0.10696867853403091, 0.020582199096679688, 0.007943594828248024, -0.04646238312125206, -0.019151151180267334, -0.12347664684057236, -0.01918170414865017, 0.093918576836586, -0.03645936772227287, -0.13860741257667542, -0.037636589258909225, -0.09135261923074722, 0.033657532185316086, 0.012709682807326317, -0.1920187920331955, 0.01806357316672802, -0.025768589228391647, -0.22397644817829132, 0.0841083899140358, 0.06711241602897644, -0.10221488773822784, 0.16318939626216888, 0.0025777199771255255, 0.13008473813533783, -0.019073663279414177, -0.09468132257461548, 0.13709799945354462, -0.044496361166238785, 0.050009895116090775, -0.016541482880711555, 0.11170196533203125, -0.1557902991771698, 0.04381844401359558, -0.08660601079463959, 0.08716563135385513, -0.11069273203611374, 0.006290917284786701, -0.1368727833032608, 0.0042130667716264725, -0.07801631838083267, 0.036670200526714325, -0.04390957951545715, -0.0045060524716973305, -0.053524333983659744, 0.07848680764436722, -0.17652086913585663, -0.07115790247917175, 0.1575436294078827, -0.16304244101047516, -0.190764918923378, -0.06111681088805199, -0.07053636014461517, 0.1251397430896759, 0.025923728942871094, 0.2913800776004791, 0.022666845470666885, 0.03853319212794304, -0.005400349851697683, 0.0780104547739029, -0.01560565922409296, -0.2473832368850708, 0.07481257617473602, -0.060751717537641525, -0.08281554281711578, 0.04748425632715225, 0.10252172499895096, -0.05042783543467522, -0.07640346139669418, -0.04084482043981552, 0.05758117511868477, -0.12473408132791519, 0.042010676115751266, -0.01484851073473692, 0.05630135536193848, -0.046011023223400116, 0.18838146328926086, 0.1995745152235031, 0.06406089663505554, -0.010131418704986572, -0.05008726567029953, -0.05754818394780159, 0.16503365337848663, -0.10818405449390411, -0.03945982828736305, -0.15906083583831787, -0.036170415580272675, 0.06010518968105316, -0.019464608281850815, 0.039971865713596344, -0.04506269469857216, 0.08402659744024277, -0.04827508702874184, 0.027072153985500336, 0.12149792909622192, 0.19070369005203247, 0.03350502625107765, 0.002354519674554467, 0.04145604744553566, 0.03019513003528118, -0.09562230110168457, 0.026319358497858047, -0.09838362783193588, -0.043669555336236954, 0.13783122599124908, 0.11280067265033722, 0.03614558279514313, -0.009196768514811993, 0.08395472168922424, -0.003439672291278839, 0.011732133105397224, -0.011249067261815071, -0.013177293352782726, -0.024717746302485466, -0.048929691314697266, 0.14810192584991455, -0.05767553299665451, 0.11530989408493042, 0.08421196788549423, -0.018593773245811462, 0.0344758965075016, -0.16427230834960938, 0.050252292305231094, -0.03927795588970184, 0.0018805457511916757, 0.07518909871578217, -0.06364355236291885, -0.061128225177526474, 0.08045879751443863, -0.08969429135322571, -0.02256299927830696, 0.042245857417583466, -0.012386394664645195, -0.11568517237901688, 0.03860240429639816, 0.1615840494632721, -0.20295417308807373, 0.1786719560623169, 0.16730527579784393, 0.1704259067773819, 0.16600891947746277, -0.0429643951356411, -0.08010172098875046, -0.02467423304915428, -0.023182151839137077, -0.11286412179470062, 0.17215822637081146, -0.08361084014177322, -0.0540945827960968, 0.0856601744890213, -0.04513981193304062, 0.05410407856106758, -0.06314527243375778, -0.09587669372558594, -0.03236609324812889, 0.011774118058383465, -0.11668962985277176, 0.06638555973768234, -0.02277205139398575, 0.06092269346117973, -0.04216710850596428, 0.0486888587474823, 0.10831360518932343, 0.030655480921268463, -0.03931036964058876, 0.11876347661018372, -0.21529744565486908, -0.25090962648391724, 0.014613614417612553, -0.03811241686344147, 0.14710308611392975, 0.010169989429414272, -0.03342171758413315, -0.13408714532852173, -0.04926370456814766, -0.019377216696739197, -0.21362680196762085, -0.1542516052722931, -0.04070938006043434, -0.05884208157658577, -0.05274643376469612, -0.13696666061878204, -0.12808851897716522, 0.026811303570866585, -0.03464248403906822, 0.0892283245921135, 0.15321964025497437, -0.16366010904312134, 0.047532644122838974, 0.12214098870754242, -0.07691004872322083, 0.11149344593286514, -0.031073905527591705, -0.06014532968401909, -0.03788308799266815, 0.012780120596289635, -0.018948402255773544, 0.009241890162229538, 0.012552686966955662, 0.045263513922691345, 0.010637419298291206, -0.1116068884730339, -0.0010896074818447232, 0.011200531385838985, -0.1496555209159851, -0.2625076472759247, -0.07746781408786774, -0.0331636480987072, 0.0890168696641922, 0.029271921142935753, 0.019941361621022224, -0.0905887559056282, 0.10289477556943893, 0.14426656067371368, -0.020090611651539803, -0.08162160962820053, -0.07521136105060577, -0.1378212571144104, -0.017819445580244064, 0.017843570560216904, -0.1421348750591278, 0.046110041439533234, 0.13655240833759308, 0.16855257749557495, 0.3038845956325531, 0.13308390974998474, 0.2276534140110016, 0.06628335267305374, 0.14074984192848206, 0.1613190472126007, 0.10424140095710754, -0.026913056150078773, 0.0021913559176027775, -0.010074913501739502, 0.010253803804516792, -0.059601861983537674, -0.013776607811450958, 0.13328030705451965, -0.15073183178901672, 0.07272792607545853, -0.16591548919677734, 0.01313478872179985, -0.11975571513175964, 0.05303867533802986, -0.1060708686709404, 0.10344935953617096, 0.030140580609440804, 0.1259022057056427, -0.08733981847763062, 0.0715063288807869, 0.1080547645688057, 0.006847347132861614, 0.07099705934524536, -0.004143640864640474, 0.04637203365564346, -0.05579283833503723, -0.04186758026480675, -0.0630265548825264, -0.14570724964141846, -0.022496016696095467, 0.052863456308841705, -0.15860997140407562, 0.23904231190681458, 0.06149546802043915, -0.1482103168964386, -0.08563406020402908, -0.09000948816537857, -0.09246937185525894, -0.08061842620372772, 0.028404049575328827, 0.03659786283969879, -0.19421768188476562, -0.1699742078781128, 0.004461755510419607, 0.02044687606394291, 0.11287670582532883, 0.03427794203162193, -0.09711888432502747, 0.03660506755113602, 0.0008304885705001652, -0.05210089683532715, -0.21418802440166473, -0.11754126101732254, -0.13818497955799103, 0.020794395357370377, 0.007357120048254728, -0.1887563019990921, -0.021898100152611732, -0.01944665238261223, 0.07027621567249298, 0.07154376804828644, 0.05876484140753746, -0.1096528023481369, -0.05200492590665817, -0.06929860264062881, 0.2024170309305191, -0.01052987203001976, 0.0486123226583004, -0.016136642545461655, -0.04981227219104767, -0.04476455599069595, -0.07170628011226654, 0.07829117774963379, 0.040989503264427185, 0.11361285299062729, -0.14912137389183044, 0.051231637597084045, 0.07810569554567337, -0.03244232386350632, -0.0035369698889553547, 0.040328215807676315, 0.01526245754212141, -0.0741138756275177, 0.084117092192173, -0.09116633981466293, 0.12704291939735413, 0.24674895405769348, -0.011015769094228745, 0.02306290902197361, 0.13909269869327545, -0.07453466206789017, 0.11847218871116638, 0.0849456638097763, -0.033798541873693466, 0.22027970850467682, 0.2481931746006012, -0.07103164494037628, -0.1740538626909256, -0.009739698842167854, -0.18556810915470123, -0.00006111158290877938, 0.0427049957215786, -0.1905217319726944, 0.08122110366821289, 0.1436515897512436, -0.022104186937212944, 0.24255478382110596, -0.09788397699594498, -0.02366771176457405, 0.1601286232471466, 0.06765609234571457, 0.2959194779396057, -0.1961982697248459, -0.11074276268482208, -0.07788079977035522, -0.1389952152967453, 0.22682227194309235, -0.11190368235111237, -0.0008814200409688056, -0.050764162093400955, 0.13156692683696747, -0.05420975759625435, -0.05798254534602165, 0.18217210471630096, 0.09638180583715439, 0.06455159187316895, -0.07127049565315247, -0.16763277351856232, 0.2157607525587082, -0.01856183633208275, 0.027087265625596046, -0.034917306154966354, 0.0329568050801754, -0.18562772870063782, 0.04031965509057045, 0.07275766134262085, -0.011170784942805767, 0.022655317559838295, -0.039161913096904755, -0.1288188099861145, 0.05778656527400017, -0.11976649612188339, 0.01334454771131277, 0.08750200271606445, 0.01008728425949812, 0.05254227668046951, 0.02264445833861828, 0.06942182779312134, -0.07975887507200241, 0.008029407821595669, -0.10433206707239151, -0.032409027218818665, 0.07110095024108887, -0.2559926211833954, 0.012006125412881374, 0.1220526397228241, 0.009488668292760849, 0.09130177646875381, -0.011091927997767925, -0.05567118525505066, 0.1449696570634842, 0.1679263859987259, 0.001864415011368692, 0.06307131052017212, 0.11479035019874573, -0.07198429107666016, 0.01871652714908123, -0.05301970988512039, -0.042922645807266235, 0.07553479075431824, -0.03083387203514576, -0.0251397006213665, 0.03144669532775879, -0.07089199870824814, 0.08836261928081512, 0.07438153773546219, 0.046743109822273254, -0.11537700891494751, 0.22526827454566956, 0.09463665634393692, -0.11314478516578674, -0.01473754458129406, 0.04614169895648956, -0.13518190383911133, -0.05391316115856171, -0.09066565334796906, 0.1561352163553238, -0.07341710478067398, -0.04106689989566803, 0.011876830831170082, -0.06036447733640671, 0.030448351055383682, 0.15857025980949402, -0.04563023895025253, 0.058332398533821106, 0.03620977699756622, -0.011172117665410042, 0.04611339420080185, 0.0045067379251122475, 0.004018843639642, 0.0715038999915123, 0.04020252823829651, -0.22843225300312042, 0.05210232362151146, 0.15722373127937317, -0.05664670839905739, -0.06962234526872635, -0.07419314235448837, 0.0452200211584568, -0.3113745450973511, 0.08295686542987823, -0.0452662892639637, -0.05418272688984871, -0.01461098063737154, 0.008225588127970695, -0.028491806238889694, -0.0780654028058052, -0.08401209115982056, 0.17396391928195953, 0.02402609772980213, 0.11294186860322952, -0.08183188736438751, -0.0799807459115982, 0.14857688546180725, 0.04928014427423477, 0.03361368924379349, 0.1197148859500885, -0.02427169308066368, 0.08623003214597702, -0.015689702704548836, -0.08268263936042786, -0.027901479974389076, 0.04046418517827988, 0.13323546946048737, -0.007460330612957478, -0.03570263460278511, 0.07609348744153976, 0.043505411595106125, 0.03643054887652397, 0.017375553026795387, -0.041646625846624374, -0.028657125309109688, -0.2125348597764969, -0.0696648433804512, -0.023863084614276886, -0.04047669470310211, 0.17941856384277344, 0.0440744049847126, -0.08521980792284012, 0.06362424790859222, -0.03602370247244835, -0.024877388030290604, -0.05741182342171669, 0.0003078406734857708, -0.10591940581798553, -0.03889591619372368, 0.056263621896505356, -0.01455884799361229, -0.10684928297996521, 0.4770849943161011, -0.06397922337055206, -0.22036263346672058, -0.010593052953481674, -0.04324859008193016, 0.035053595900535583, 0.0380961112678051, 0.3093937337398529, 0.09266400337219238, -0.05655158683657646, -0.019908761605620384, 0.0672248974442482, -0.043769460171461105, 0.07143189758062363, 0.024708574637770653, 0.10833089798688889, 0.03899925574660301, 0.015244944952428341, -0.011911251582205296, -0.09145978093147278, 0.1314036101102829, 0.07386080175638199, -0.05160316824913025, 0.004706623964011669, 0.08499369770288467, 0.03609706833958626, 0.23080813884735107, -0.09220866113901138, 0.030497964471578598, -0.04840017110109329, -0.10481894761323929, -0.04351304844021797, -0.10366605967283249, -0.059394609183073044, -0.015180769376456738, 0.04105854779481888, -0.08341675251722336, -0.004486656282097101, 0.29760870337486267, 0.10995659977197647, 0.09009578078985214, 0.050463221967220306, 0.005477190017700195, 0.04706837236881256, -0.009908821433782578, 0.01438487321138382, -0.022265436127781868, -0.07008973509073257, -0.10793206095695496, -0.0013523006346076727, -0.020825820043683052, -0.04501399025321007, 0.0294796172529459, 0.06438897550106049, 0.006030964199453592, -0.08707146346569061, -0.034469716250896454, -0.07916329056024551, 0.08722762018442154, -0.07782305777072906, -0.02211841009557247, 0.024891624227166176, 0.010769031941890717, 0.021255070343613625, -0.05715262517333031, 0.07045231759548187, 0.05348796397447586, 0.003229389199987054, 0.0187408234924078, -0.018935902044177055, 0.059875693172216415, 0.0932115912437439, -0.040188465267419815, -0.0678924098610878, 0.11800213903188705, 0.280392050743103, -0.038048114627599716, -0.009111223742365837, -0.0050351908430457115, 0.026445357128977776, -0.0054509397596120834, 0.18498224020004272, -0.024514293298125267, 0.04935292527079582, -0.020339854061603546, -0.1480005979537964, -0.043153949081897736, -0.011133219115436077, -0.10996738821268082, 0.07483988255262375, 0.04665645956993103, 0.01950104720890522, -0.037934985011816025, 0.13132955133914948, -0.12960436940193176, -0.00772998807951808, 0.08850756287574768, -0.0874464362859726, -0.12234239280223846, -0.022382820025086403, -0.05306966230273247, -0.03302810341119766, -0.030421355739235878, -0.057982251048088074, -0.018810352310538292, -0.04209738224744797, 0.07527322322130203, -0.3198963403701782, -0.15563490986824036, 0.09610948711633682, -0.10894320160150528, 0.12492743134498596, -0.03797769173979759, 0.11640994995832443, 0.020193573087453842, 0.07872451841831207, -0.01906822994351387, -0.027270643040537834, 0.07832478731870651, 0.19694803655147552, -0.12052557617425919, 0.018676893785595894, -0.023241711780428886, 0.01586376316845417, 0.07832849770784378, 0.07963364571332932, -0.019113343209028244, -0.001888722414150834, 0.02042975276708603, -0.05536516383290291, -0.006613533943891525, -0.06463275104761124, 0.12042026966810226, -0.005010788328945637, -0.035595353692770004, -0.018958933651447296, 0.0032980504911392927, 0.017782779410481453, -0.018813150003552437, -0.09531684219837189, -0.06650974601507187, -0.036606401205062866, -0.0691065639257431, 0.159083753824234, 0.045696862041950226, -0.23499128222465515, 0.10534683614969254, -0.10931941866874695, 0.07175637781620026, 0.04685240238904953, 0.14725343883037567, 0.053827233612537384, 0.12844477593898773, -0.039989788085222244, -0.04937022179365158, 0.015085658989846706, 0.03206253424286842, -0.06564296782016754, -0.045113902539014816 ]
2a58adb2b380b1faceafb0aec2a12a1b55e957c8
# Dataset Card for "face_synthetics_spiga" This is a copy of [Microsoft FaceSynthetics dataset](https://github.com/microsoft/FaceSynthetics) with [SPIGA](https://github.com/andresprados/SPIGA) landmark annotations. For a copy of the original FaceSynthetics dataset with no extra annotations, please refer to [pcuenq/face_synthetics](https://huggingface.co/pcuenq/face_synthetics). Please, refer to the original [license](LICENSE.txt), which we replicate in this repo. The SPIGA annotations were created by Hugging Face Inc. and are distributed under the MIT license. This dataset was prepared using the code below. It iterates through the dataset to perform landmark detection using SPIGA, and then to create visualizations of the features. Visualization is performed using Matplotlib to render to memory buffers. ```Python import numpy as np from datasets import load_dataset from spiga.inference.config import ModelConfig from spiga.inference.framework import SPIGAFramework dataset_name = "pcuenq/face_synthetics" faces = load_dataset(dataset_name) faces = faces["train"] # ## Obtain SPIGA features processor = SPIGAFramework(ModelConfig("300wpublic")) # We obtain the bbox from the existing landmarks in the dataset. # We could use `dlib`, but this should be faster. # Note that the `landmarks` are stored as strings. def parse_landmarks(landmarks_str): landmarks = landmarks_str.strip().split('\n') landmarks = [k.split(' ') for k in landmarks] landmarks = [(float(x), float(y)) for x, y in landmarks] return landmarks def bbox_from_landmarks(landmarks_str): landmarks = parse_landmarks(landmarks_str) landmarks_x, landmarks_y = zip(*landmarks) x_min, x_max = min(landmarks_x), max(landmarks_x) y_min, y_max = min(landmarks_y), max(landmarks_y) width = x_max - x_min height = y_max - y_min # Give it a little room; I think it works anyway x_min -= 5 y_min -= 5 width += 10 height += 10 bbox = (x_min, y_min, width, height) return bbox def spiga_process(example): image = example["image"] image = np.array(image) # BGR image = image[:, :, ::-1] bbox = bbox_from_landmarks(example["landmarks"]) features = processor.inference(image, [bbox]) landmarks = features["landmarks"][0] example["spiga"] = landmarks return example # For some reason this map doesn't work with num_proc > 1 :( # TODO: run inference on GPU faces = faces.map(spiga_process) # ## "Segmentation" # We use bezier paths to draw contours and areas. import matplotlib.pyplot as plt import matplotlib.patches as patches from matplotlib.path import Path import PIL def get_patch(landmarks, color='lime', closed=False): contour = landmarks ops = [Path.MOVETO] + [Path.LINETO]*(len(contour)-1) facecolor = (0, 0, 0, 0) # Transparent fill color, if open if closed: contour.append(contour[0]) ops.append(Path.CLOSEPOLY) facecolor = color path = Path(contour, ops) return patches.PathPatch(path, facecolor=facecolor, edgecolor=color, lw=4) # Draw to a buffer. def conditioning_from_landmarks(landmarks, size=512): # Precisely control output image size dpi = 72 fig, ax = plt.subplots(1, figsize=[size/dpi, size/dpi], tight_layout={'pad':0}) fig.set_dpi(dpi) black = np.zeros((size, size, 3)) ax.imshow(black) face_patch = get_patch(landmarks[0:17]) l_eyebrow = get_patch(landmarks[17:22], color='yellow') r_eyebrow = get_patch(landmarks[22:27], color='yellow') nose_v = get_patch(landmarks[27:31], color='orange') nose_h = get_patch(landmarks[31:36], color='orange') l_eye = get_patch(landmarks[36:42], color='magenta', closed=True) r_eye = get_patch(landmarks[42:48], color='magenta', closed=True) outer_lips = get_patch(landmarks[48:60], color='cyan', closed=True) inner_lips = get_patch(landmarks[60:68], color='blue', closed=True) ax.add_patch(face_patch) ax.add_patch(l_eyebrow) ax.add_patch(r_eyebrow) ax.add_patch(nose_v) ax.add_patch(nose_h) ax.add_patch(l_eye) ax.add_patch(r_eye) ax.add_patch(outer_lips) ax.add_patch(inner_lips) plt.axis('off') fig.canvas.draw() buffer, (width, height) = fig.canvas.print_to_buffer() assert width == height assert width == size buffer = np.frombuffer(buffer, np.uint8).reshape((height, width, 4)) buffer = buffer[:, :, 0:3] plt.close(fig) return PIL.Image.fromarray(buffer) def spiga_segmentation(example): landmarks = example["spiga"] example['spiga_seg'] = conditioning_from_landmarks(landmarks) return example faces = faces.map(spiga_segmentation, num_proc=16) faces.push_to_hub(f"{dataset_name}_spiga") ```
pcuenq/face_synthetics_spiga
[ "region:us" ]
2023-03-20T05:32:12+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "image_seg", "dtype": "image"}, {"name": "landmarks", "dtype": "string"}, {"name": "spiga", "sequence": {"sequence": "float64"}}, {"name": "spiga_seg", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 31081737215.0, "num_examples": 100000}], "download_size": 31009656222, "dataset_size": 31081737215.0}}
2023-03-20T08:53:26+00:00
[]
[]
TAGS #region-us
# Dataset Card for "face_synthetics_spiga" This is a copy of Microsoft FaceSynthetics dataset with SPIGA landmark annotations. For a copy of the original FaceSynthetics dataset with no extra annotations, please refer to pcuenq/face_synthetics. Please, refer to the original license, which we replicate in this repo. The SPIGA annotations were created by Hugging Face Inc. and are distributed under the MIT license. This dataset was prepared using the code below. It iterates through the dataset to perform landmark detection using SPIGA, and then to create visualizations of the features. Visualization is performed using Matplotlib to render to memory buffers.
[ "# Dataset Card for \"face_synthetics_spiga\"\n\nThis is a copy of Microsoft FaceSynthetics dataset with SPIGA landmark annotations. For a copy of the original FaceSynthetics dataset with no extra annotations, please refer to pcuenq/face_synthetics.\n\nPlease, refer to the original license, which we replicate in this repo. The SPIGA annotations were created by Hugging Face Inc. and are distributed under the MIT license.\n\nThis dataset was prepared using the code below. It iterates through the dataset to perform landmark detection using SPIGA, and then to create visualizations of the features. Visualization is performed using Matplotlib to render to memory buffers." ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"face_synthetics_spiga\"\n\nThis is a copy of Microsoft FaceSynthetics dataset with SPIGA landmark annotations. For a copy of the original FaceSynthetics dataset with no extra annotations, please refer to pcuenq/face_synthetics.\n\nPlease, refer to the original license, which we replicate in this repo. The SPIGA annotations were created by Hugging Face Inc. and are distributed under the MIT license.\n\nThis dataset was prepared using the code below. It iterates through the dataset to perform landmark detection using SPIGA, and then to create visualizations of the features. Visualization is performed using Matplotlib to render to memory buffers." ]
[ 6, 166 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"face_synthetics_spiga\"\n\nThis is a copy of Microsoft FaceSynthetics dataset with SPIGA landmark annotations. For a copy of the original FaceSynthetics dataset with no extra annotations, please refer to pcuenq/face_synthetics.\n\nPlease, refer to the original license, which we replicate in this repo. The SPIGA annotations were created by Hugging Face Inc. and are distributed under the MIT license.\n\nThis dataset was prepared using the code below. It iterates through the dataset to perform landmark detection using SPIGA, and then to create visualizations of the features. Visualization is performed using Matplotlib to render to memory buffers." ]
[ -0.14629441499710083, -0.08312705159187317, 0.0003377915418241173, 0.033495835959911346, 0.18077410757541656, 0.059873875230550766, 0.05748560652136803, 0.01389386598020792, 0.2071898877620697, 0.0720115602016449, 0.15625809133052826, -0.01348559558391571, 0.0822758823633194, 0.39303749799728394, 0.10815217345952988, -0.22679933905601501, 0.07513625919818878, -0.018681032583117485, 0.0635610818862915, 0.061073996126651764, 0.07195375859737396, -0.015311840921640396, 0.1757330298423767, -0.006909212563186884, -0.3385741114616394, -0.021144377067685127, 0.001465172041207552, -0.022570593282580376, 0.08696148544549942, -0.00985148549079895, 0.03379535675048828, -0.047667328268289566, 0.0628831759095192, -0.04380068928003311, 0.04785989597439766, 0.001827436382882297, -0.021941374987363815, 0.037478312849998474, 0.06477177143096924, 0.07788792252540588, 0.19641607999801636, 0.014440850354731083, -0.07527980953454971, 0.01676400750875473, -0.12774933874607086, -0.0516744963824749, -0.026032580062747, -0.02789551578462124, -0.002554980106651783, -0.05759981647133827, 0.009281303733587265, 0.07882313430309296, -0.024792850017547607, 0.09646239131689072, 0.08603981137275696, 0.022501269355416298, -0.06957053393125534, 0.09263389557600021, -0.1056179478764534, -0.1449812799692154, 0.0009948760271072388, 0.14614921808242798, 0.0028843372128903866, -0.027800237759947777, 0.026221370324492455, -0.011232823133468628, -0.051588866859674454, -0.055292531847953796, -0.08531690388917923, -0.09923937171697617, 0.20012682676315308, 0.003907695412635803, -0.07087048888206482, 0.004224086180329323, -0.09142298251390457, 0.015940895304083824, 0.0025706046726554632, 0.03796566650271416, -0.00013701630814466625, 0.014015027321875095, -0.03936554491519928, -0.06268490105867386, -0.07144785672426224, -0.1306450515985489, -0.055967673659324646, -0.04020585119724274, -0.03318946436047554, 0.1737259477376938, -0.015140971168875694, 0.029305217787623405, -0.11910519003868103, 0.002714197849854827, -0.007892388850450516, -0.12654289603233337, -0.07465478777885437, 0.05658000335097313, -0.05080418661236763, -0.028480159118771553, 0.01823347806930542, 0.08313700556755066, 0.2551344335079193, -0.015585542656481266, 0.06516849249601364, 0.066096730530262, 0.08194214105606079, 0.07715153694152832, -0.026887984946370125, 0.06898397952318192, 0.031165050342679024, -0.020503155887126923, 0.04383131116628647, -0.1279282420873642, -0.08574745059013367, 0.01799176074564457, -0.0004120563971810043, 0.009464743547141552, -0.04364805296063423, 0.10258389264345169, -0.0641767680644989, -0.01595299132168293, 0.07256030291318893, -0.08564072847366333, 0.037392958998680115, -0.021662699058651924, -0.037010788917541504, -0.05407285317778587, 0.12373601645231247, -0.07886175066232681, -0.06860450655221939, -0.05979549512267113, -0.11458899825811386, 0.06841465085744858, -0.08853531628847122, -0.019542111083865166, 0.01611207239329815, -0.21918287873268127, 0.0009323359117843211, -0.14289942383766174, -0.2363770455121994, 0.0023603150621056557, 0.06383741647005081, -0.026098614558577538, 0.07671371102333069, 0.010237053968012333, 0.02516334131360054, -0.055916693061590195, 0.002326191868633032, 0.04186589643359184, -0.033372558653354645, 0.022242484614253044, 0.04222472012042999, 0.20852030813694, -0.17726629972457886, 0.037906941026449203, -0.12427988648414612, 0.008730430155992508, -0.07696188241243362, 0.026421118527650833, -0.03737369179725647, 0.031471677124500275, 0.04316139221191406, -0.022102074697613716, -0.0650336891412735, 0.0796823799610138, 0.06503788381814957, 0.15955489873886108, -0.19222374260425568, -0.08898481726646423, 0.11610600352287292, -0.2355530709028244, -0.13484957814216614, 0.10647816210985184, 0.0008310485281981528, 0.09645776450634003, 0.03474054113030434, 0.26619064807891846, -0.04261544719338417, -0.12229245156049728, 0.04761257395148277, -0.010504516772925854, -0.10181934386491776, -0.13248282670974731, 0.025557847693562508, 0.021730534732341766, -0.07707416266202927, 0.09137127548456192, -0.14116424322128296, 0.13288716971874237, -0.07508136332035065, -0.03105025365948677, 0.0031662213150411844, -0.04265390336513519, -0.0409373976290226, 0.050257742404937744, 0.026799136772751808, -0.013068955391645432, 0.08939830958843231, 0.018334155902266502, -0.0180195439606905, -0.06456584483385086, 0.013604700565338135, -0.022496270015835762, 0.1622091829776764, -0.008233322761952877, 0.017956454306840897, -0.08755095303058624, -0.06476432830095291, 0.027568161487579346, -0.004813285544514656, 0.03143401816487312, -0.06468616425991058, -0.02129708044230938, 0.05730477720499039, 0.04166223853826523, 0.015402675606310368, -0.035350218415260315, -0.015844004228711128, 0.10510921478271484, 0.01661447249352932, -0.06281618028879166, -0.07607894390821457, 0.0023437149357050657, -0.006854273844510317, -0.021757515147328377, -0.04319668188691139, 0.0721970796585083, 0.046710893511772156, -0.11691752076148987, 0.06920146197080612, 0.009188801050186157, 0.019429629668593407, -0.051431916654109955, 0.08017291873693466, -0.014722507447004318, 0.07391209155321121, 0.06644637882709503, -0.0744381695985794, 0.09784504771232605, 0.15886284410953522, -0.1791343241930008, -0.04560939967632294, -0.03024502843618393, 0.018375609070062637, 0.00028316330281086266, 0.0024448782205581665, -0.07801874727010727, -0.15859971940517426, -0.11954405903816223, 0.039793726056814194, -0.052664171904325485, 0.11098920553922653, 0.03335408866405487, -0.0675734281539917, -0.11577054858207703, -0.046626605093479156, 0.1876830905675888, -0.11061778664588928, 0.09311215579509735, -0.06943172216415405, 0.07173103839159012, 0.21069693565368652, 0.01966484636068344, -0.07627220451831818, -0.011501437984406948, -0.05283087119460106, -0.02122185193002224, 0.19191895425319672, -0.26573461294174194, -0.14193738996982574, 0.014837771654129028, -0.0665052980184555, 0.06017854064702988, -0.10939925163984299, 0.020746348425745964, -0.0407552495598793, -0.027772990986704826, -0.02966821752488613, 0.047057997435331345, -0.09586925804615021, 0.02374161407351494, -0.041130345314741135, -0.007470172364264727, 0.003918445203453302, -0.03497129678726196, -0.08642349392175674, 0.07838252186775208, -0.08117968589067459, -0.3688604533672333, -0.1849253624677658, -0.030378222465515137, -0.056398771703243256, 0.10919487476348877, -0.035903505980968475, 0.030687130987644196, -0.0552363395690918, -0.06067055091261864, 0.11035240441560745, 0.02546699531376362, 0.012368623167276382, 0.0160260908305645, -0.07309859246015549, -0.07128365337848663, -0.043334417045116425, -0.003455766476690769, -0.1024324893951416, 0.09649354964494705, 0.14144977927207947, -0.1488785594701767, 0.20438551902770996, -0.015055835247039795, -0.02335350029170513, 0.056208886206150055, -0.06434274464845657, 0.18328262865543365, -0.010907372459769249, 0.05117185041308403, 0.14304831624031067, -0.04361617937684059, -0.003074139589443803, -0.010212727822363377, -0.056133270263671875, -0.16652634739875793, 0.030587244778871536, -0.08410553634166718, -0.1895754337310791, 0.05398963391780853, -0.0727379247546196, -0.09105329215526581, 0.11054427176713943, 0.11636853218078613, -0.016638927161693573, -0.1344524770975113, 0.09374748915433884, 0.05604491010308266, -0.01541537418961525, -0.02324880287051201, 0.0034726085141301155, -0.009569844231009483, -0.07429836690425873, 0.03749583289027214, -0.07679026573896408, 0.05167686939239502, 0.11887595802545547, 0.03825174644589424, 0.254536509513855, -0.02356838621199131, -0.00400019995868206, 0.030225634574890137, 0.07511582970619202, 0.10353352874517441, 0.1789909154176712, 0.043080564588308334, 0.01589479297399521, -0.03494689613580704, 0.004233822226524353, -0.22782474756240845, 0.0628199651837349, 0.08242872357368469, -0.12562979757785797, 0.010399103164672852, 0.02965262345969677, 0.06565968692302704, -0.02342156320810318, 0.08763459324836731, -0.252328097820282, -0.03559037670493126, -0.023824332281947136, 0.14960719645023346, -0.14588750898838043, 0.02685784548521042, 0.1188020184636116, -0.06177489459514618, 0.07469260692596436, -0.040838733315467834, 0.035996511578559875, 0.03225230425596237, -0.004160698037594557, -0.0438501238822937, 0.02602623775601387, 0.03272445499897003, -0.03790105879306793, -0.013235828839242458, 0.21389465034008026, -0.018957674503326416, 0.00009575232252245769, -0.076708123087883, -0.0048910933546721935, 0.11977183818817139, 0.07914991676807404, 0.14917466044425964, 0.09406939148902893, -0.2603621780872345, -0.04260479286313057, 0.04324765130877495, 0.046993438154459, 0.08427482098340988, 0.020339354872703552, -0.07659049332141876, -0.036037229001522064, 0.025583572685718536, -0.043810125440359116, 0.16720549762248993, 0.007054522633552551, -0.07063496857881546, 0.020508306100964546, -0.07900726795196533, 0.025687603279948235, -0.022632459178566933, -0.034328289330005646, -0.04365113750100136, 0.10521598160266876, 0.1707513928413391, 0.004704189021140337, -0.10948318988084793, 0.1378333419561386, 0.12932798266410828, -0.031138507649302483, 0.1529368758201599, -0.03844127804040909, 0.04778178036212921, -0.021274540573358536, -0.16344068944454193, 0.1042550802230835, -0.07002429664134979, 0.07687103003263474, -0.019200267270207405, 0.004474119748920202, -0.04346906393766403, -0.08816678822040558, 0.0470406748354435, 0.10035025328397751, -0.09815209358930588, -0.04470307007431984, 0.23637603223323822, 0.02344864420592785, -0.1482468992471695, 0.25542956590652466, -0.0354156456887722, -0.2805919945240021, 0.04473448172211647, 0.0054659973829984665, 0.03810320794582367, 0.17480112612247467, -0.05039520189166069, 0.021837782114744186, 0.1566680371761322, -0.06888401508331299, -0.382657527923584, 0.026372922584414482, -0.0570572167634964, 0.08177201449871063, -0.008456668816506863, -0.14823554456233978, 0.015949729830026627, 0.07542982697486877, 0.00865484494715929, 0.17748679220676422, -0.02588517777621746, -0.09340202063322067, 0.16115273535251617, 0.138753280043602, 0.27456626296043396, -0.11058492958545685, -0.03622883930802345, -0.05373029410839081, 0.04062826931476593, 0.07533881068229675, 0.16843406856060028, 0.10804926604032516, -0.0526033416390419, -0.03136851638555527, -0.0048852767795324326, -0.04050513729453087, 0.13847564160823822, -0.028667710721492767, 0.08821454644203186, -0.0544244758784771, 0.013385225087404251, 0.1017652228474617, -0.016988683491945267, 0.17552600800991058, 0.15508612990379333, 0.0760422870516777, -0.007328985258936882, -0.04180789738893509, -0.11115420609712601, 0.10369891673326492, 0.07211972773075104, -0.06392639875411987, -0.05884619057178497, 0.0379377081990242, -0.08687873184680939, 0.04830649867653847, -0.05819243565201759, -0.07218485325574875, 0.05831104889512062, 0.08106071501970291, -0.15679077804088593, -0.11031093448400497, -0.004038319922983646, -0.026042543351650238, -0.05588464438915253, 0.05978505685925484, 0.012665394693613052, -0.0264273751527071, 0.03364860638976097, 0.07492854446172714, 0.03108384646475315, 0.016081681475043297, -0.07790101319551468, 0.05575733259320259, 0.11333556473255157, -0.08169153332710266, -0.017032625153660774, 0.002978656208142638, -0.15270350873470306, 0.05402142181992531, 0.06532367318868637, 0.07449081540107727, 0.0035801155027002096, 0.005160513333976269, -0.0739125907421112, 0.05976575240492821, 0.010342111811041832, -0.02091069519519806, 0.0647667869925499, -0.020494339987635612, -0.11341588944196701, 0.11742844432592392, -0.10124578326940536, -0.10530552268028259, 0.00044350529788061976, -0.006783324293792248, -0.12884625792503357, -0.10277492552995682, -0.1412704437971115, 0.0795489102602005, -0.09153278172016144, -0.058260247111320496, 0.0018584274221211672, -0.07788750529289246, 0.015259834937751293, 0.15338268876075745, 0.09292259067296982, 0.025799710303544998, -0.012697432190179825, 0.011185277253389359, -0.0009093994158320129, -0.051450904458761215, -0.03741541504859924, 0.0565110482275486, -0.015122163109481335, -0.010390352457761765, -0.002054300857707858, 0.06417888402938843, -0.09742780029773712, -0.05456522852182388, -0.1093423143029213, 0.002894533332437277, 0.06529274582862854, 0.011720295995473862, -0.0811207965016365, -0.033074576407670975, 0.0675184428691864, -0.04525332897901535, -0.011896193958818913, 0.04050362855195999, -0.060451582074165344, -0.004465196747332811, -0.010875153355300426, -0.023280011489987373, -0.04987712204456329, -0.020123986527323723, 0.09340663254261017, -0.04079451411962509, 0.09891854971647263, 0.10194964706897736, -0.05492952838540077, 0.05811362341046333, -0.27804452180862427, -0.12901844084262848, 0.12849251925945282, -0.004685934167355299, -0.05593520402908325, -0.03555980697274208, 0.028974007815122604, 0.05482255294919014, 0.036016225814819336, 0.022697126492857933, 0.23745213449001312, -0.027108846232295036, 0.03007352352142334, -0.018134726211428642, -0.04807930812239647, 0.0032643566373735666, 0.04091475158929825, 0.11379195004701614, 0.1122867539525032, -0.03515373542904854, -0.04478200525045395, -0.0030609925743192434, -0.08417613059282303, 0.0008614021935500205, -0.035692356526851654, -0.10146458446979523, -0.005520910490304232, -0.051992300897836685, 0.04058408364653587, 0.04307476803660393, 0.320258229970932, 0.09141964465379715, -0.08115366101264954, -0.04590560123324394, 0.20005135238170624, -0.04441434517502785, 0.043173898011446, 0.16429494321346283, -0.050397034734487534, 0.0089481882750988, 0.029010247439146042, 0.09371991455554962, 0.025361668318510056, 0.09177244454622269, 0.07123800367116928, -0.06100739166140556, 0.012338087894022465, 0.15114931762218475, 0.05905989557504654, 0.011324189603328705, 0.016802046447992325, -0.2279195785522461, -0.0232508834451437, 0.10511734336614609, -0.007920614443719387, -0.11404920369386673, 0.07530675083398819, -0.06885791569948196, 0.040744125843048096, -0.006900420878082514, -0.07379521429538727, -0.025752179324626923, -0.17767201364040375, -0.037124741822481155, -0.06881678849458694, 0.05339333042502403, -0.019336624071002007, -0.0710257962346077, 0.23399032652378082, -0.06646467000246048, 0.007552791852504015, 0.16266174614429474, -0.12200701236724854, -0.06360235810279846, 0.08101876825094223, -0.01365653332322836, -0.1284177303314209, 0.020011236891150475, -0.08055297285318375, 0.052535220980644226, 0.094274140894413, 0.03162940964102745, -0.03204730898141861, 0.05424809828400612, 0.08237430453300476, -0.06111433357000351, -0.013811946846544743, -0.04399315267801285, -0.0015938588185235858, -0.10955745726823807, 0.014637303538620472, -0.008373790420591831, -0.08274272084236145, 0.0384240485727787, 0.0200886819511652, 0.01623816043138504, 0.06195645034313202, -0.1049225777387619, 0.03583056852221489, -0.10808667540550232, 0.047060783952474594, -0.056439660489559174, -0.006172661203891039, -0.028802694752812386, 0.12269368767738342, 0.2793513834476471, -0.016437439247965813, -0.03846661001443863, -0.023347102105617523, 0.02165759727358818, -0.0032932034227997065, 0.1715255230665207, 0.01711607724428177, 0.08783697336912155, 0.02900424413383007, 0.07204125076532364, -0.028276579454541206, -0.13493628799915314, -0.010327844880521297, -0.13259337842464447, 0.0832400918006897, -0.02692105807363987, -0.11451762169599533, 0.0664401575922966, -0.13378551602363586, -0.09151804447174072, 0.1916085183620453, -0.07930559664964676, -0.01719924993813038, 0.006324650254100561, -0.011859043501317501, 0.06542953103780746, 0.0318962000310421, -0.099091075360775, 0.1297091245651245, -0.01974049024283886, 0.050503477454185486, -0.24110141396522522, -0.12846790254116058, -0.011366411112248898, -0.13302358984947205, 0.08059287816286087, -0.018288888037204742, -0.021984713152050972, -0.06327123939990997, 0.019205475226044655, -0.06896292418241501, 0.04434753954410553, -0.09406678378582001, 0.12531976401805878, -0.029393060132861137, 0.06992972642183304, -0.0238991379737854, -0.050586942583322525, -0.05249112471938133, 0.024879686534404755, -0.012196306139230728, 0.09200151264667511, 0.009763716720044613, 0.026529772207140923, -0.0005624605691991746, -0.17912115156650543, 0.11388811469078064, 0.040202997624874115, 0.039024773985147476, -0.043457478284835815, -0.0298346858471632, 0.08922973275184631, -0.009904770180583, -0.12169316411018372, -0.047106340527534485, -0.02699868753552437, -0.10272883623838425, -0.00890437513589859, -0.05861632525920868, -0.07600127905607224, -0.018758686259388924, -0.20884066820144653, -0.0010190610773861408, -0.013039583340287209, 0.08534955233335495, 0.006311160046607256, 0.024301521480083466, 0.012710086070001125, -0.04978588968515396, 0.14369314908981323, 0.04577837139368057, -0.03406491503119469, -0.1360694020986557 ]
dee822fcf96efd25e994ba9a59237e4615f47435
# Dataset Card for "ko_alpaca_data" ## Dataset Description - **Repository:** [Beomi/KoAlpaca](https://github.com/Beomi/KoAlpaca) - **Huggingface:** [beomi/KoAlpaca](https://huggingface.co/beomi/KoAlpaca) - **Size of downloaded dataset files:** 8.10 MB - **Size of the generated dataset:** 13.15 MB ### Dataset Summary Korean translation of [alpaca data](https://huggingface.co/datasets/tatsu-lab/alpaca). repository: [Beomi/KoAlpaca](https://github.com/Beomi/KoAlpaca)<br> huggingface: [beomi/KoAlpaca](https://huggingface.co/beomi/KoAlpaca) 1. Translate dataset Translated 'instruction' and 'input' in the dataset via the DeepL API, except for 'output', which we did not translate because it is the output of OpenAI's `text-davinci-003` model. 2. Generate output data Then, using the instruction and input, generate output data via the OpenAI ChatGPT API (gpt-3.5-turbo). Below is the prompt we used to generate the answer. ```python PROMPT = """\ 다양한 작업에 대한 답변을 생성해주세요. 이러한 작업 지침은 ChatGPT 모델에 주어지며, ChatGPT 모델이 지침을 완료하는지 평가합니다. 요구 사항은 다음과 같습니다: 1. 다양성을 극대화하기 위해 각 지시에 대해 동사를 반복하지 않도록 하세요. 2. 지시에 사용되는 언어도 다양해야 합니다. 예를 들어, 질문과 명령형 지시를 결합해야 합니다. 3. 지시 사항의 유형이 다양해야 합니다. 목록에는 개방형 생성, 분류, 편집 등과 같은 다양한 유형의 작업이 포함되어야 합니다. 2. GPT 언어 모델은 지시를 완료할 수 있어야 합니다. 예를 들어 어시스턴트에게 시각적 또는 오디오 출력을 생성하도록 요청하지 마세요. 또 다른 예로, 어시스턴트가 어떤 작업도 수행할 수 없으므로 오후 5시에 깨우거나 미리 알림을 설정하도록 요청하지 마세요. 3. 답변은 한국어로 작성해야 합니다. 4. 답변을 1~2문장으로 작성하세요. 명령문이나 질문도 허용됩니다. 5. 지시 사항에 대한 적절한 입력을 생성해야 합니다. 입력 필드에는 지시에 대한 구체적인 예가 포함되어야 합니다. 실제 데이터를 포함해야 하며 단순한 자리 표시자를 포함해서는 안 됩니다. 입력은 지시 사항을 어렵게 만들 수 있는 상당한 내용을 제공해야 하지만 100단어를 넘지 않는 것이 이상적입니다. 6. 일부 지시사항은 추가 입력이 있고, 일부 지시에는 입력 필드가 비어있습니다. 예를 들어 "세계에서 가장 높은 봉우리는 무엇인가?"라는 일반적인 정보를 묻는 지시의 경우 구체적인 맥락을 제공할 필요가 없어, 입력 필드가 비어있을 수 있습니다. 7. 출력은 명령어와 입력에 대한 적절한 응답이어야 합니다. 아래에 10개의 명령어와 입력(옵션)에 따라 적절한 응답을 생성하세요. 응답은 아래와 같은 형식으로 10가지를 0번 부터 9번 까지, 번호에 따라 해당 번호의 명령어와 입력에 알맞게 작성하세요. 각 응답 사이는 ### 으로 내용을 분리해주세요. 응답0: 첫 번째 응답내용### 응답1: 두 번째 응답내용### ... 응답9: 마지막 응답내용""" ``` ### Lisence CC-BY-NC-4.0 ### Data Splits | | train | | --------- | -------- | | # of data | 49620 | \# Note that the number is not the same as the original data(52002) ```python >>> from datasets import load_dataset >>> ds = load_dataset("Bingsu/ko_alpaca_data", split="train") >>> ds Dataset({ features: ['instruction', 'input', 'output'], num_rows: 49620 }) ``` ```python >>> ds[0] {'instruction': '건강을 유지하기 위한 세 가지 팁을 알려주세요.', 'input': '', 'output': '세 가지 팁은 아침식사를 꼭 챙기며, 충분한 수면을 취하고, 적극적으로 운동을 하는 것입니다.'} ```
Bingsu/ko_alpaca_data
[ "task_categories:text-generation", "size_categories:10K<n<100K", "language:ko", "license:cc-by-nc-4.0", "region:us" ]
2023-03-20T05:36:21+00:00
{"language": ["ko"], "license": "cc-by-nc-4.0", "size_categories": ["10K<n<100K"], "task_categories": ["text-generation"], "pretty_name": "ko-alpaca-data", "dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "input", "dtype": "string"}, {"name": "output", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 13791136, "num_examples": 49620}], "download_size": 8491044, "dataset_size": 13791136}}
2023-03-30T22:21:40+00:00
[]
[ "ko" ]
TAGS #task_categories-text-generation #size_categories-10K<n<100K #language-Korean #license-cc-by-nc-4.0 #region-us
Dataset Card for "ko\_alpaca\_data" =================================== Dataset Description ------------------- * Repository: Beomi/KoAlpaca * Huggingface: beomi/KoAlpaca * Size of downloaded dataset files: 8.10 MB * Size of the generated dataset: 13.15 MB ### Dataset Summary Korean translation of alpaca data. repository: Beomi/KoAlpaca huggingface: beomi/KoAlpaca 1. Translate dataset Translated 'instruction' and 'input' in the dataset via the DeepL API, except for 'output', which we did not translate because it is the output of OpenAI's 'text-davinci-003' model. 2. Generate output data Then, using the instruction and input, generate output data via the OpenAI ChatGPT API (gpt-3.5-turbo). Below is the prompt we used to generate the answer. ### Lisence CC-BY-NC-4.0 ### Data Splits # Note that the number is not the same as the original data(52002)
[ "### Dataset Summary\n\n\nKorean translation of alpaca data.\n\n\nrepository: Beomi/KoAlpaca \n\nhuggingface: beomi/KoAlpaca\n\n\n1. Translate dataset\n\n\nTranslated 'instruction' and 'input' in the dataset via the DeepL API, except for 'output', which we did not translate because it is the output of OpenAI's 'text-davinci-003' model.\n\n\n2. Generate output data\n\n\nThen, using the instruction and input, generate output data via the OpenAI ChatGPT API (gpt-3.5-turbo).\n\n\nBelow is the prompt we used to generate the answer.", "### Lisence\n\n\nCC-BY-NC-4.0", "### Data Splits", "# Note that the number is not the same as the original data(52002)" ]
[ "TAGS\n#task_categories-text-generation #size_categories-10K<n<100K #language-Korean #license-cc-by-nc-4.0 #region-us \n", "### Dataset Summary\n\n\nKorean translation of alpaca data.\n\n\nrepository: Beomi/KoAlpaca \n\nhuggingface: beomi/KoAlpaca\n\n\n1. Translate dataset\n\n\nTranslated 'instruction' and 'input' in the dataset via the DeepL API, except for 'output', which we did not translate because it is the output of OpenAI's 'text-davinci-003' model.\n\n\n2. Generate output data\n\n\nThen, using the instruction and input, generate output data via the OpenAI ChatGPT API (gpt-3.5-turbo).\n\n\nBelow is the prompt we used to generate the answer.", "### Lisence\n\n\nCC-BY-NC-4.0", "### Data Splits", "# Note that the number is not the same as the original data(52002)" ]
[ 45, 141, 11, 5, 16 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-10K<n<100K #language-Korean #license-cc-by-nc-4.0 #region-us \n### Dataset Summary\n\n\nKorean translation of alpaca data.\n\n\nrepository: Beomi/KoAlpaca \n\nhuggingface: beomi/KoAlpaca\n\n\n1. Translate dataset\n\n\nTranslated 'instruction' and 'input' in the dataset via the DeepL API, except for 'output', which we did not translate because it is the output of OpenAI's 'text-davinci-003' model.\n\n\n2. Generate output data\n\n\nThen, using the instruction and input, generate output data via the OpenAI ChatGPT API (gpt-3.5-turbo).\n\n\nBelow is the prompt we used to generate the answer.### Lisence\n\n\nCC-BY-NC-4.0### Data Splits# Note that the number is not the same as the original data(52002)" ]
[ -0.015849560499191284, -0.058194659650325775, 0.0015076143899932504, 0.10724116116762161, 0.07620751857757568, 0.05347071960568428, 0.16701528429985046, 0.10580871999263763, 0.07599709182977676, 0.0360729917883873, 0.04785115644335747, 0.03557543829083443, 0.08898818492889404, 0.18289943039417267, -0.08588214218616486, -0.28833064436912537, 0.0508575439453125, 0.010003223083913326, 0.11121679097414017, 0.05502097308635712, 0.07119007408618927, 0.03623487055301666, 0.09996581822633743, -0.05228797718882561, -0.07052285969257355, -0.011440083384513855, -0.06268435716629028, -0.05685048550367355, 0.014162297360599041, 0.04210551828145981, 0.02967139519751072, -0.03976638615131378, -0.020543519407510757, -0.057737238705158234, 0.0021335980854928493, -0.05368874594569206, -0.008269083686172962, 0.009412971325218678, 0.0072042983956635, 0.04957691952586174, 0.1763460487127304, -0.12977904081344604, -0.08721509575843811, 0.030226584523916245, -0.056485071778297424, -0.08053503185510635, -0.08079177141189575, -0.061033815145492554, 0.23022086918354034, 0.008349048905074596, -0.02261454612016678, 0.07725703716278076, -0.07474522292613983, 0.04828925058245659, 0.05209536850452423, -0.2774741053581238, -0.04787878692150116, 0.11851544678211212, -0.11165506392717361, 0.1868826150894165, 0.032627809792757034, 0.0018755849450826645, 0.08541453629732132, -0.018435562029480934, -0.07678317278623581, -0.11172813922166824, -0.20410187542438507, -0.03522990271449089, -0.08233977109193802, 0.050652459263801575, 0.37813520431518555, -0.003912031184881926, -0.037735652178525925, -0.14478512108325958, -0.035121411085128784, 0.017042085528373718, -0.04883545637130737, 0.06441955268383026, -0.001926708617247641, -0.009865940548479557, 0.11099190264940262, -0.060266733169555664, -0.07844860106706619, -0.14091713726520538, -0.12721458077430725, 0.08313475549221039, 0.007413494400680065, 0.0438959114253521, -0.03525750711560249, 0.03467944264411926, -0.19873958826065063, -0.06707338243722916, -0.11219611763954163, -0.07211055606603622, -0.06817924231290817, 0.0339328907430172, -0.005281641613692045, -0.1624048948287964, 0.01711222529411316, 0.06982149183750153, 0.037037260830402374, 0.05854470655322075, -0.056277599185705185, 0.015046888031065464, 0.11411179602146149, 0.14349302649497986, -0.08877848088741302, -0.002001143293455243, -0.0359269455075264, -0.08609473705291748, 0.11214929074048996, -0.04837656766176224, -0.11984225362539291, -0.13357119262218475, -0.05447961762547493, 0.06773124635219574, 0.006277868989855051, 0.0807373896241188, -0.07290845364332199, -0.06704811751842499, 0.16556023061275482, -0.09779391437768936, -0.029558351263403893, -0.0023147789761424065, -0.06457974016666412, 0.028080567717552185, 0.014659539796411991, 0.030183635652065277, -0.02554304338991642, -0.008272670209407806, -0.06578720360994339, 0.014357754960656166, -0.03375798836350441, -0.05237393081188202, 0.030953869223594666, -0.16675999760627747, 0.00890759751200676, -0.07701407372951508, -0.2725367546081543, 0.023145504295825958, 0.023276975378394127, -0.1327044814825058, 0.08352978527545929, -0.07831907272338867, 0.01338996086269617, -0.028182663023471832, -0.06249474361538887, 0.014453200623393059, -0.06019415333867073, 0.0052622039802372456, -0.012035701423883438, 0.11447764188051224, -0.14845356345176697, 0.023715659976005554, -0.07932637631893158, 0.03572317212820053, -0.1967775672674179, 0.12807263433933258, -0.06502973288297653, -0.0063114468939602375, -0.10271161049604416, -0.0009406083263456821, -0.01688128337264061, -0.03922475874423981, 0.01894794963300228, 0.19202496111392975, -0.15715062618255615, -0.00839136727154255, 0.1474912166595459, -0.09622744470834732, -0.09661747515201569, 0.1425570696592331, 0.017523737624287605, 0.09770271182060242, 0.01051358226686716, 0.22027195990085602, 0.04432275518774986, -0.04341115057468414, -0.014081631787121296, 0.10078699886798859, -0.041148219257593155, -0.13567416369915009, 0.1373463273048401, -0.01641293242573738, 0.017885321751236916, 0.062498096376657486, -0.05416800454258919, 0.04935078322887421, -0.018731778487563133, -0.035893216729164124, -0.0017076473450288177, -0.037029970437288284, -0.014071495272219181, -0.05237863212823868, 0.08774366229772568, 0.0180921982973814, 0.055623408406972885, 0.028619538992643356, 0.07522165030241013, -0.04523894935846329, -0.006074371747672558, -0.08653544634580612, 0.037767231464385986, -0.13153201341629028, 0.02635534293949604, 0.006279330234974623, -0.0191336702555418, 0.048648640513420105, 0.14188449084758759, 0.012382068671286106, -0.026939362287521362, 0.03634396567940712, -0.03308610990643501, 0.006257782224565744, 0.1024150475859642, 0.09932677447795868, -0.020388929173350334, -0.02744843065738678, -0.06218528002500534, -0.036786582320928574, 0.03414008766412735, 0.1445973962545395, -0.02447890117764473, -0.006431094836443663, 0.025590311735868454, -0.0011988156475126743, -0.025067215785384178, 0.014052940532565117, 0.09997368603944778, 0.07011377811431885, -0.00014702454791404307, 0.004115141462534666, 0.024098489433526993, 0.029757754877209663, -0.11585284769535065, 0.19187481701374054, -0.07837314903736115, -0.20510610938072205, 0.09904851019382477, 0.10641051828861237, 0.03756920248270035, -0.061882518231868744, 0.022036828100681305, -0.06631018966436386, -0.029467716813087463, -0.040560148656368256, 0.07913849502801895, 0.031428709626197815, 0.1210513561964035, -0.09874679148197174, -0.022938353940844536, 0.024162203073501587, -0.1019977554678917, -0.06273003667593002, 0.10025252401828766, 0.0658121183514595, -0.08417870104312897, 0.10076210647821426, 0.03606594726443291, -0.059700097888708115, 0.3624352812767029, -0.025441989302635193, -0.07439097762107849, -0.07493406534194946, 0.10570329427719116, -0.0308438241481781, 0.09236429631710052, -0.16401876509189606, -0.011230933479964733, 0.05831551179289818, 0.09026449918746948, 0.04844718426465988, -0.07450615614652634, -0.059103045612573624, 0.011441540904343128, -0.06303506344556808, -0.0027931418735533953, 0.06957376003265381, -0.003510633949190378, 0.028316762298345566, 0.008211654610931873, 0.06741633266210556, 0.027921956032514572, -0.042132291942834854, -0.06541523337364197, 0.17101019620895386, -0.09379992634057999, -0.048099443316459656, -0.12414439767599106, -0.05583927780389786, -0.11082150042057037, -0.025368159636855125, 0.009473457932472229, -0.11234515905380249, -0.02935781702399254, -0.12907332181930542, 0.029899658635258675, 0.016711441799998283, -0.005286389961838722, 0.04613247886300087, -0.0237477608025074, -0.12321941554546356, -0.1112559512257576, -0.008148605935275555, -0.0827568918466568, -0.06771717965602875, 0.15084698796272278, -0.22030770778656006, 0.06390494108200073, 0.07929261028766632, 0.02575702965259552, -0.0036283303052186966, -0.021698210388422012, 0.07105471938848495, -0.06255893409252167, 0.01661047153174877, 0.15655386447906494, 0.008453556336462498, -0.006971654947847128, 0.07102171331644058, -0.011614075861871243, -0.058956995606422424, 0.03420740365982056, -0.005068810191005468, -0.11703693866729736, -0.2570103108882904, -0.08539815992116928, -0.13230544328689575, 0.2444772869348526, 0.002688174368813634, -0.030826367437839508, -0.06298337131738663, 0.08944075554609299, 0.01525842398405075, 0.16071106493473053, -0.07317200303077698, 0.010404800996184349, 0.09392660856246948, 0.03854456543922424, 0.056195780634880066, -0.05313644930720329, 0.034383706748485565, 0.15161550045013428, 0.09094753116369247, 0.17490769922733307, -0.012506396509706974, 0.2829054892063141, -0.02004878595471382, 0.122993104159832, 0.006804185453802347, 0.13184581696987152, -0.09889956563711166, 0.017740465700626373, -0.0315140038728714, -0.08030504733324051, -0.09389195591211319, 0.11278008669614792, -0.041154712438583374, -0.15170443058013916, 0.030563998967409134, 0.08301518857479095, 0.0844578891992569, 0.1036355197429657, 0.06937263906002045, -0.128342404961586, -0.02847733348608017, 0.04676877707242966, 0.08813459426164627, -0.04179803654551506, 0.0318235345184803, 0.20739060640335083, -0.05559619516134262, 0.06599646806716919, -0.04114113375544548, 0.06850584596395493, -0.11086065322160721, -0.06147602200508118, -0.06067557632923126, -0.014042885042726994, -0.012166494503617287, 0.03897882252931595, -0.05657101795077324, 0.1383541226387024, 0.03577564284205437, 0.015616249293088913, -0.13563957810401917, 0.0046666827984154224, -0.00830280315130949, -0.059746455401182175, 0.1441752314567566, 0.03883446753025055, -0.01974269188940525, -0.1156715378165245, -0.18440303206443787, 0.07220619171857834, 0.056888774037361145, 0.04093668982386589, 0.045336559414863586, 0.02054331824183464, 0.04701903834939003, -0.021657943725585938, 0.11533206701278687, -0.002659772988408804, -0.08740027993917465, 0.07265163213014603, 0.1520088016986847, 0.0050009675323963165, 0.07729397714138031, -0.000026135281586903147, 0.017459705471992493, 0.128902867436409, -0.1540653258562088, -0.15822917222976685, -0.0891907587647438, -0.023282382637262344, 0.16903072595596313, -0.06739500910043716, 0.0030845238361507654, -0.05414996296167374, -0.010674352757632732, 0.011036218143999577, -0.08752218633890152, 0.09300582855939865, -0.03793893754482269, -0.03581411764025688, 0.009601379744708538, -0.0002128506312146783, 0.010588215664029121, -0.002531312871724367, 0.03181195259094238, 0.0027627197559922934, 0.0215836763381958, -0.16656219959259033, -0.0191077571362257, 0.04109812527894974, 0.07016720622777939, 0.1328020989894867, -0.10035689920186996, -0.02670719474554062, -0.03121158480644226, -0.11843584477901459, 0.12269125133752823, 0.21761450171470642, -0.034702640026807785, 0.02698088251054287, 0.06834566593170166, -0.01727296970784664, -0.1869095414876938, -0.09298567473888397, 0.032670557498931885, 0.09105688333511353, -0.02582520805299282, -0.21143373847007751, -0.00015721774252597243, 0.14458055794239044, -0.042787473648786545, 0.03133483976125717, -0.30445897579193115, -0.12770506739616394, 0.04928041249513626, 0.007094920612871647, 0.34884604811668396, -0.10504938662052155, -0.06015181913971901, 0.044726960361003876, -0.14032182097434998, 0.15143892168998718, -0.09924756735563278, 0.12356997281312943, -0.0521816685795784, 0.13183270394802094, 0.03961523622274399, -0.011846783570945263, 0.15400177240371704, 0.0352640226483345, 0.011266423389315605, -0.06268897652626038, -0.031021319329738617, -0.06319921463727951, -0.04353920742869377, 0.2603285312652588, -0.12275625765323639, 0.02592645213007927, -0.16081902384757996, -0.029482971876859665, -0.03245220705866814, -0.019679058343172073, 0.03973780944943428, -0.1290469616651535, 0.009320956654846668, 0.030913587659597397, -0.0271301232278347, 0.04034918174147606, 0.1783277988433838, -0.022513147443532944, -0.12784871459007263, 0.09544967859983444, 0.037760473787784576, -0.0649261623620987, 0.1807047575712204, -0.015203476883471012, 0.0009708420839160681, 0.078646220266819, -0.21667419373989105, 0.02675754949450493, 0.03886181488633156, 0.00805436447262764, 0.07595247775316238, 0.021986354142427444, -0.056482717394828796, 0.08188319951295853, 0.0840463787317276, -0.08030028641223907, -0.07237954437732697, 0.03606073930859566, 0.002068327972665429, -0.005551248323172331, 0.027963509783148766, 0.15653365850448608, -0.06965433806180954, 0.013027705252170563, -0.013078751042485237, 0.007971999235451221, -0.030858438462018967, 0.04249010235071182, -0.006210976745933294, -0.013407672755420208, -0.07143472880125046, 0.0814475491642952, 0.021700352430343628, 0.05995914712548256, 0.09266803413629532, 0.07431890070438385, -0.11166352033615112, -0.015976861119270325, -0.07526621967554092, 0.021919671446084976, -0.04778138920664787, -0.05989391729235649, -0.030296633020043373, -0.04669543728232384, -0.04757455736398697, 0.0022381432354450226, 0.04665219411253929, 0.12162468582391739, -0.0020837674383074045, -0.053985729813575745, -0.0625712051987648, 0.031274471431970596, -0.017038004472851753, 0.014868935570120811, -0.06187557429075241, -0.05749624967575073, -0.04460819438099861, 0.07114891707897186, -0.05814623460173607, -0.010813284665346146, -0.09806691855192184, -0.013764162547886372, -0.08302093297243118, -0.025527838617563248, -0.10104962438344955, -0.0441453717648983, -0.03658813238143921, -0.017688322812318802, -0.05857730656862259, -0.0031945963855832815, -0.040098290890455246, 0.015266424976289272, -0.11588280647993088, 0.05879300832748413, -0.060253750532865524, -0.0642995685338974, 0.06357677280902863, -0.038464274257421494, 0.12752841413021088, 0.10848978161811829, -0.016475576907396317, 0.015357370488345623, -0.08086749911308289, 0.06418037414550781, 0.016884785145521164, 0.045137494802474976, 0.06891360878944397, -0.005716362502425909, -0.04892031103372574, 0.06062611937522888, 0.07563917338848114, 0.03027050569653511, 0.10444577038288116, -0.13583464920520782, 0.021092411130666733, -0.04458241164684296, -0.03623075410723686, -0.06355737149715424, 0.07190542668104172, 0.0048628030344843864, 0.0776858925819397, 0.02249165251851082, -0.03942190855741501, 0.022018762305378914, -0.06711277365684509, -0.017177484929561615, 0.03985859081149101, -0.049298807978630066, 0.018192267045378685, -0.07960744947195053, 0.022933155298233032, -0.00012585458171088248, 0.21636369824409485, 0.1053311750292778, -0.15362980961799622, -0.021363837644457817, 0.003123311558738351, 0.08468510210514069, -0.04687485098838806, 0.2813927233219147, 0.08922865241765976, 0.0043918113224208355, -0.01789100281894207, 0.058546267449855804, 0.022731462493538857, 0.048486944288015366, 0.06943866610527039, 0.03136782348155975, 0.05285146087408066, 0.09536557644605637, -0.009324409998953342, -0.12139479070901871, -0.057994015514850616, -0.08008433878421783, -0.13116714358329773, 0.08429889380931854, -0.019426940008997917, -0.048442889004945755, 0.09808721393346786, -0.11316974461078644, -0.001686920877546072, 0.04000862315297127, -0.11906401067972183, -0.15121500194072723, -0.08387111872434616, -0.07361641526222229, -0.17176197469234467, 0.009912122040987015, -0.13693997263908386, 0.030240630730986595, 0.10074153542518616, 0.0757073238492012, 0.0404934398829937, 0.16098201274871826, -0.06218809261918068, -0.08485329151153564, 0.11813458800315857, -0.030927568674087524, 0.028733057901263237, -0.005912685301154852, -0.033055126667022705, 0.013610301539301872, -0.012994044460356236, 0.03795262426137924, 0.08163250982761383, 0.023776859045028687, 0.058036185801029205, 0.0070954919792711735, -0.10467745363712311, -0.11823771148920059, 0.025766579434275627, 0.03557271137833595, 0.11268127709627151, 0.03782624006271362, 0.010472540743649006, 0.009350903332233429, 0.11766317486763, 0.01606699638068676, -0.007045940961688757, -0.1031215637922287, 0.06261521577835083, -0.07556874305009842, -0.008916756138205528, -0.05842605233192444, -0.08114836364984512, -0.060063254088163376, 0.2293437272310257, 0.10386567562818527, -0.0322607159614563, -0.05236548185348511, -0.036385565996170044, 0.02817464806139469, -0.02647331915795803, 0.11226825416088104, -0.02240252122282982, 0.23061561584472656, -0.007049259729683399, 0.07940364629030228, -0.0008207716164179146, -0.010505019687116146, -0.05183952674269676, -0.05055820196866989, 0.009838360361754894, -0.06875781714916229, -0.042913734912872314, 0.09688593447208405, -0.14029856026172638, 0.05412190780043602, 0.04567655920982361, -0.08119094371795654, -0.10155751556158066, 0.00392756424844265, 0.07547802478075027, 0.02347967028617859, 0.08905339986085892, -0.06991584599018097, 0.034823909401893616, 0.07943200320005417, 0.007125984411686659, -0.09305579215288162, -0.04919129237532616, 0.020181335508823395, 0.061464302241802216, 0.07854795455932617, 0.020619599148631096, 0.1088586077094078, 0.03443944826722145, -0.02575274556875229, -0.10584032535552979, 0.06596206873655319, 0.02453545294702053, 0.07142062485218048, 0.01777956262230873, -0.011423492804169655, -0.08210734277963638, 0.08411604911088943, 0.004261948633939028, 0.007088195066899061, 0.005922750104218721, 0.17225487530231476, -0.012122273445129395, -0.11713291704654694, -0.01224618498235941, -0.10621378570795059, 0.12856405973434448, 0.19099827110767365, -0.06964939832687378, -0.07245635241270065, -0.02240835130214691, 0.08097349852323532, -0.05796505883336067, -0.005457221530377865, -0.06944300979375839, -0.14559663832187653, -0.019498424604535103, 0.217159703373909, 0.0714857429265976, -0.13774798810482025, 0.10352876782417297, -0.06601359695196152, -0.027754468843340874, -0.03353467211127281, 0.004455795511603355, 0.052150677889585495, -0.015560828149318695, -0.00905311107635498, -0.20907054841518402, 0.04916767030954361, -0.02797865867614746, -0.05185700207948685, -0.13736799359321594 ]
bf0e3997f75fe181fdc74961b7b387919df50c7c
# Dataset Card for "my-image-captioning-dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
SKyu/my-image-captioning-dataset
[ "size_categories:1K<n<10K", "region:us" ]
2023-03-20T05:45:04+00:00
{"size_categories": ["1K<n<10K"], "pretty_name": "jl_pics", "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "prompt", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 417257082.9, "num_examples": 3100}], "download_size": 480865927, "dataset_size": 417257082.9}}
2023-03-20T06:24:06+00:00
[]
[]
TAGS #size_categories-1K<n<10K #region-us
# Dataset Card for "my-image-captioning-dataset" More Information needed
[ "# Dataset Card for \"my-image-captioning-dataset\"\n\nMore Information needed" ]
[ "TAGS\n#size_categories-1K<n<10K #region-us \n", "# Dataset Card for \"my-image-captioning-dataset\"\n\nMore Information needed" ]
[ 18, 20 ]
[ "passage: TAGS\n#size_categories-1K<n<10K #region-us \n# Dataset Card for \"my-image-captioning-dataset\"\n\nMore Information needed" ]
[ -0.09219139814376831, 0.15901553630828857, -0.0008118333644233644, 0.0705445408821106, 0.11823857575654984, 0.07260461896657944, 0.11666683852672577, 0.10533533990383148, 0.1119835153222084, 0.029971560463309288, 0.08130358159542084, 0.008569668047130108, 0.06780911982059479, 0.21457277238368988, -0.00932831410318613, -0.20908954739570618, 0.030595367774367332, 0.04343150183558464, -0.029053937643766403, 0.02096289023756981, 0.0008394494652748108, -0.13906124234199524, 0.11584723740816116, -0.14199940860271454, -0.22651763260364532, 0.019419435411691666, -0.05193081498146057, -0.06359393894672394, 0.009436001069843769, -0.09915633499622345, 0.07152461260557175, 0.008432412520051003, 0.048891715705394745, -0.10595601052045822, 0.01179284043610096, -0.00721094710752368, -0.05184105411171913, 0.043414223939180374, 0.1124357134103775, -0.010892960242927074, -0.06117010861635208, -0.14659535884857178, -0.056614749133586884, -0.005551852751523256, -0.046948663890361786, -0.17535339295864105, -0.07271832972764969, 0.033816851675510406, 0.03914319723844528, -0.06404192000627518, 0.017168385908007622, -0.0015569167444482446, -0.11682669073343277, 0.000883541302755475, 0.06640826165676117, -0.005424997769296169, 0.01630406454205513, 0.26381006836891174, -0.066927969455719, 0.10278727114200592, -0.07952451705932617, 0.05177253112196922, 0.05450919643044472, -0.017764009535312653, 0.04022723063826561, -0.011374199762940407, -0.06969072669744492, -0.0014823881210759282, 0.03587118908762932, -0.05521420016884804, 0.33606696128845215, 0.08437162637710571, 0.025196529924869537, -0.09024187177419662, -0.031952742487192154, -0.12921242415905, -0.04933232441544533, 0.17678958177566528, 0.08556264638900757, -0.040458131581544876, -0.11333266645669937, -0.011825934052467346, -0.09015917032957077, -0.07146907597780228, -0.18065111339092255, -0.030709385871887207, -0.04659997671842575, 0.11854396760463715, -0.07306866347789764, -0.01587449386715889, -0.2277853786945343, -0.03930165246129036, -0.0035017363261431456, -0.06719093024730682, -0.030740197747945786, 0.02938629686832428, -0.006142560858279467, -0.003219606587663293, 0.07672017812728882, 0.0012042841408401728, -0.006185940932482481, 0.04265550523996353, -0.02081015333533287, 0.11865470558404922, 0.16364800930023193, -0.016404973343014717, -0.0836254209280014, -0.019008221104741096, -0.04395212233066559, -0.08308889716863632, 0.013943062163889408, -0.03315819054841995, -0.132806658744812, -0.0331135094165802, -0.04863730072975159, -0.02387315407395363, -0.06143679469823837, -0.038415081799030304, -0.011172860860824585, -0.028892572969198227, 0.2010047286748886, -0.011059671640396118, 0.006567333359271288, -0.0515226311981678, -0.04860343411564827, 0.042131293565034866, -0.10509295761585236, -0.07523473352193832, 0.08074404299259186, 0.05857998877763748, -0.08937250077724457, 0.0401737354695797, -0.04430900141596794, -0.017410971224308014, 0.08140752464532852, -0.2076154500246048, -0.0014071156037971377, -0.10473667085170746, -0.16966064274311066, 0.04718301445245743, 0.008309184573590755, -0.06693009287118912, 0.1147880107164383, 0.0038446031976491213, 0.0025939629413187504, 0.0034213499166071415, -0.018599554896354675, 0.14927305281162262, -0.05443854629993439, 0.05316459387540817, -0.07564414292573929, 0.1851433515548706, -0.22017978131771088, 0.031148552894592285, -0.07573108375072479, 0.045215971767902374, -0.10261214524507523, 0.04891170933842659, -0.05439811199903488, 0.07990632951259613, -0.07635213434696198, -0.032987747341394424, -0.15877662599086761, 0.007009449414908886, -0.07014066725969315, 0.006736167706549168, -0.24891185760498047, -0.010052494704723358, 0.14110101759433746, -0.05977969989180565, -0.03439369052648544, 0.004846158903092146, -0.02076685056090355, -0.027117101475596428, 0.03662450984120369, 0.29826146364212036, 0.0397120900452137, 0.07982665300369263, -0.16847583651542664, 0.13415609300136566, -0.12544818222522736, -0.2829088568687439, 0.07417718321084976, 0.02369256131350994, 0.05309091880917549, 0.050580672919750214, 0.15235696732997894, 0.015280509367585182, -0.016904491931200027, -0.04648483544588089, -0.045831840485334396, -0.11851315200328827, 0.05694965645670891, 0.0542294979095459, 0.05463114380836487, -0.05130936950445175, 0.08259892463684082, 0.06994334608316422, 0.035689011216163635, -0.025802727788686752, 0.00020497327204793692, 0.03425716608762741, 0.09976200759410858, -0.2281636893749237, -0.03629288077354431, -0.13107144832611084, -0.028020143508911133, -0.007254829164594412, -0.030731704086065292, 0.08333548903465271, 0.03844231739640236, 0.07064977288246155, -0.041261639446020126, -0.10740022361278534, 0.1023004874587059, 0.09816865622997284, 0.012455667369067669, -0.007488599047064781, 0.029457053169608116, 0.026228025555610657, -0.048723503947257996, 0.06802964955568314, -0.019737815484404564, -0.04607681185007095, 0.15252138674259186, 0.03208136186003685, 0.03165038675069809, -0.03846633806824684, 0.06702511757612228, -0.03662261366844177, 0.010531323030591011, -0.08793685585260391, 0.05893852189183235, -0.064259372651577, -0.008189202286303043, -0.008860672824084759, -0.1313772201538086, -0.02366064488887787, 0.19387109577655792, -0.08336920291185379, -0.003508160589262843, -0.14618565142154694, 0.024041127413511276, 0.0025122766382992268, -0.08247198909521103, 0.017131317406892776, -0.16324061155319214, -0.07806168496608734, 0.04694053530693054, -0.07341604679822922, -0.008093057200312614, 0.09595046937465668, 0.0008562224684283137, -0.13971690833568573, -0.04410000517964363, 0.16801881790161133, -0.2628050148487091, 0.18799760937690735, 0.21056967973709106, 0.04831268638372421, 0.11883295327425003, 0.007602334022521973, -0.08276452869176865, 0.030513053759932518, -0.032804619520902634, -0.082401804625988, 0.25574183464050293, -0.05862608551979065, 0.005368206650018692, 0.12550827860832214, -0.0013400698080658913, 0.07055486738681793, -0.11269151419401169, -0.008655158802866936, -0.034925103187561035, 0.021399978548288345, -0.16200658679008484, -0.01643908955156803, 0.05185237526893616, 0.0860074907541275, 0.03837037831544876, 0.05138612911105156, 0.09429637342691422, -0.004743711091578007, 0.024739567190408707, 0.11312643438577652, -0.13318349421024323, -0.28139641880989075, -0.027966158464550972, -0.11716462671756744, 0.01314650010317564, 0.05825689807534218, -0.045451197773218155, -0.1841769516468048, -0.025273170322179794, -0.0033171374816447496, -0.12948502600193024, -0.10010546445846558, -0.016660859808325768, -0.012716432102024555, 0.06616146862506866, -0.03489068150520325, -0.04908909648656845, -0.01834394596517086, -0.04330067336559296, 0.04580939561128616, 0.1802227795124054, -0.07751989364624023, 0.05885409191250801, 0.12604466080665588, -0.060946181416511536, 0.10148158669471741, -0.0507376603782177, 0.029549315571784973, -0.08475204557180405, 0.10299498587846756, 0.04376230388879776, 0.0800892636179924, 0.033386535942554474, 0.13198797404766083, 0.03886245936155319, -0.07466622442007065, -0.01853903755545616, 0.029401931911706924, -0.2093440443277359, -0.05449911579489708, -0.10315689444541931, -0.06915777921676636, 0.08253143727779388, 0.17930953204631805, 0.0442638136446476, 0.054855912923812866, 0.19350498914718628, 0.04665985703468323, 0.0494694821536541, -0.08466856926679611, -0.0020893318578600883, -0.03684575855731964, -0.003449363401159644, 0.020936492830514908, -0.0723312720656395, -0.016981903463602066, 0.12706422805786133, 0.16026625037193298, 0.22966714203357697, 0.037667956203222275, 0.08509773015975952, -0.02330487035214901, 0.04036646708846092, 0.10998412221670151, 0.13950690627098083, 0.030412359163165092, 0.005769691430032253, -0.021040864288806915, -0.02499619871377945, 0.09397493302822113, -0.037536341696977615, 0.1444513201713562, -0.10149703919887543, 0.01163781713694334, -0.0778663381934166, 0.0018206455279141665, -0.11494745314121246, 0.20999027788639069, -0.2835722267627716, 0.11725917458534241, 0.04711741954088211, 0.11972211301326752, -0.137049600481987, 0.012541066855192184, 0.21274983882904053, -0.05010498687624931, 0.11954616010189056, -0.045158855617046356, 0.01555152703076601, -0.08757415413856506, -0.0718313604593277, -0.01945885829627514, -0.039918433874845505, 0.005758919753134251, 0.1184791624546051, -0.0075672040693461895, 0.151216521859169, 0.026667779311537743, -0.07351823151111603, -0.1553216278553009, -0.05824432522058487, 0.012877239845693111, -0.057179246097803116, 0.10934409499168396, 0.04776356369256973, -0.11399594694375992, -0.13954535126686096, -0.1432228833436966, -0.05710906535387039, 0.09508199989795685, -0.002330680377781391, -0.05307067558169365, 0.08426252007484436, -0.05107944458723068, -0.058829762041568756, -0.12810714542865753, -0.004221226554363966, -0.16446539759635925, -0.020119938999414444, 0.12165197730064392, -0.15565325319766998, 0.022871270775794983, 0.012743868865072727, -0.10010910034179688, -0.03331850841641426, 0.10993914306163788, -0.08684328198432922, -0.0925736278295517, 0.09717203676700592, 0.14906150102615356, 0.02116214670240879, 0.05889851599931717, -0.04034297913312912, 0.09445713460445404, -0.04560842737555504, -0.16530123353004456, 0.09978140145540237, -0.018956635147333145, 0.043112266808748245, -0.07845860719680786, 0.10750194638967514, -0.11404315382242203, 0.04065881296992302, -0.0275656096637249, 0.07422814518213272, 0.003982887603342533, -0.01968427747488022, 0.12343567609786987, -0.09410867094993591, 0.17907193303108215, 0.2757840156555176, 0.05359729751944542, -0.02559036575257778, 0.12874208390712738, 0.040215808898210526, 0.13941234350204468, 0.002816733904182911, -0.07700053602457047, 0.12442518770694733, 0.07141201943159103, 0.0201761145144701, -0.2872837483882904, 0.0818839743733406, -0.11570223420858383, -0.07986120879650116, 0.04228733107447624, -0.10459121316671371, 0.1498715579509735, 0.14583730697631836, -0.02602098323404789, 0.2821924090385437, -0.13638189435005188, -0.032771382480859756, 0.04243021830916405, 0.10102081298828125, 0.2502761483192444, -0.07995307445526123, -0.03233397752046585, -0.15157611668109894, -0.06486696004867554, 0.20234516263008118, -0.0641087144613266, 0.08677197992801666, -0.01926691271364689, 0.08571363240480423, -0.0030618722084909678, -0.05282723158597946, 0.14286760985851288, 0.05454680323600769, 0.051786962896585464, -0.14728954434394836, -0.15477082133293152, 0.1866905838251114, -0.0598672516644001, 0.03502395749092102, -0.05240130424499512, -0.03283824771642685, -0.14113520085811615, 0.0011032095644623041, -0.018694981932640076, -0.05690472945570946, 0.07947883754968643, -0.01819237694144249, -0.15124377608299255, 0.0202291589230299, -0.07143508642911911, 0.0003670631558634341, 0.06755125522613525, 0.03547849506139755, -0.09532161056995392, 0.06759985536336899, 0.03645683825016022, -0.03560655564069748, -0.13678891956806183, -0.08651412278413773, -0.07994525879621506, 0.06053589656949043, -0.27470311522483826, 0.06131622940301895, 0.059430986642837524, 0.016744548454880714, 0.010079586878418922, 0.06308454275131226, 0.043136078864336014, 0.02372279390692711, 0.17598970234394073, 0.04891112446784973, -0.1295281946659088, 0.06523044407367706, -0.045008692890405655, -0.0356951504945755, -0.01830008439719677, -0.040249209851026535, 0.03646853566169739, -0.004331822041422129, -0.012951782904565334, 0.07520335912704468, -0.018907632678747177, 0.11760213226079941, 0.1358664631843567, 0.02674686349928379, -0.18062154948711395, 0.24530020356178284, 0.04070570319890976, -0.0866413488984108, -0.054771553725004196, -0.026713110506534576, -0.09115713834762573, -0.08870760351419449, 0.14091727137565613, 0.06468282639980316, 0.019974909722805023, -0.05663188919425011, 0.03610636666417122, -0.1032135933637619, 0.018498947843909264, 0.002397828968241811, 0.07128666341304779, -0.008746959269046783, 0.034448519349098206, -0.03063899651169777, -0.07658437639474869, 0.025718694552779198, -0.07564407587051392, 0.11802460253238678, -0.13476596772670746, -0.09080306440591812, -0.05406666547060013, 0.15655885636806488, -0.055779844522476196, -0.04714323207736015, -0.04306088387966156, 0.009082126431167126, -0.15480999648571014, 0.10588041692972183, -0.07040923833847046, -0.03483182191848755, -0.009653924033045769, 0.10585682839155197, -0.01134875975549221, -0.10048078000545502, -0.11273086816072464, 0.01925160549581051, 0.007189591880887747, 0.04239869862794876, 0.04937463626265526, -0.005617488641291857, -0.006976631470024586, 0.02447183057665825, 0.08253572881221771, 0.037503473460674286, 0.0015274797333404422, -0.021414820104837418, -0.012530947104096413, -0.15075893700122833, 0.13478130102157593, 0.04114946722984314, 0.030535442754626274, 0.12400597333908081, 0.040337320417165756, 0.006848869379609823, 0.07502692937850952, 0.05450580269098282, -0.08276750147342682, -0.07027938216924667, 0.05811680108308792, -0.2987258732318878, -0.0440756157040596, -0.03851128742098808, 0.0316365621984005, 0.11745673418045044, 0.0036050889175385237, 0.052026208490133286, 0.023633349686861038, -0.020318757742643356, -0.12573111057281494, -0.01691659912467003, -0.021127277985215187, -0.11915348470211029, 0.04829100891947746, 0.05481757968664169, 0.07453767210245132, -0.01521021593362093, 0.36039620637893677, 0.0702253207564354, -0.1869489699602127, -0.052790578454732895, 0.17332270741462708, 0.02030191756784916, 0.006615563295781612, 0.3858861029148102, 0.06405676156282425, -0.07686343789100647, 0.043470706790685654, 0.11205072700977325, 0.08397878706455231, 0.16271284222602844, 0.10451175272464752, 0.16519257426261902, -0.0817144513130188, 0.03227929398417473, 0.06262755393981934, -0.061901070177555084, 0.022120531648397446, 0.17685654759407043, -0.03280166909098625, 0.07669726759195328, -0.03549080714583397, -0.06882153451442719, -0.010954729281365871, -0.10021098703145981, 0.062347203493118286, 0.023704899474978447, -0.05819685012102127, -0.02605743147432804, -0.211325004696846, -0.1084837019443512, -0.08364056050777435, 0.0441448874771595, -0.01435866393148899, -0.06119244545698166, 0.3051961362361908, 0.012132915668189526, 0.01330992579460144, 0.1234351247549057, -0.20112116634845734, 0.020777497440576553, 0.07938823103904724, 0.03627437725663185, -0.03680991381406784, 0.022798577323555946, -0.024487370625138283, 0.062302861362695694, -0.06193738430738449, 0.04164011776447296, 0.011361876502633095, 0.06125689297914505, -0.017889797687530518, -0.06472569704055786, -0.09020183980464935, -0.07360483705997467, 0.010493638925254345, -0.03156939148902893, 0.006549007724970579, -0.01439500693231821, 0.047409169375896454, -0.015798470005393028, 0.063878633081913, -0.041734058409929276, -0.010922149755060673, -0.007486928720027208, -0.08384828269481659, -0.0889929011464119, 0.011130663566291332, 0.02890588529407978, -0.12836463749408722, -0.02659490518271923, 0.1684006005525589, 0.2725220322608948, -0.0024432328063994646, -0.03718939051032066, 0.050245046615600586, -0.005038909614086151, 0.01737656444311142, 0.14888069033622742, -0.06086617335677147, 0.04823962226510048, -0.021131392568349838, -0.05683727562427521, 0.03646475449204445, -0.04193046689033508, -0.05243062973022461, 0.014836707152426243, 0.060184210538864136, -0.0018121505854651332, -0.14326326549053192, 0.09915249794721603, -0.019605455920100212, 0.17127525806427002, 0.2681472599506378, -0.09698624908924103, -0.09056082367897034, 0.027776876464486122, 0.023113222792744637, 0.029108408838510513, -0.013509511947631836, -0.128358393907547, 0.015707984566688538, -0.12534567713737488, -0.0020554622169584036, -0.3239472210407257, -0.0924321785569191, -0.05251731723546982, -0.020127270370721817, 0.21669133007526398, -0.04587850719690323, 0.11552667617797852, 0.05926292762160301, -0.02847842127084732, -0.10206673294305801, 0.04237817972898483, -0.028276506811380386, 0.046823639422655106, 0.046050332486629486, 0.18969358503818512, -0.07649531960487366, -0.1159711480140686, 0.04408932104706764, -0.03993461653590202, -0.05265255272388458, 0.11623601615428925, 0.019952237606048584, -0.05264418572187424, 0.0026147188618779182, -0.1030431017279625, 0.09268128126859665, 0.009518338367342949, 0.02055172063410282, -0.028958570212125778, -0.024361712858080864, 0.010580988600850105, 0.06482736021280289, -0.11199809610843658, -0.055574070662260056, 0.03838716447353363, -0.14025086164474487, -0.006522846408188343, -0.010855897329747677, -0.18214446306228638, 0.05878584831953049, -0.07347413152456284, -0.030644724145531654, -0.03655857965350151, 0.05497895926237106, 0.16916337609291077, 0.041710276156663895, -0.053289130330085754, -0.006183811463415623, 0.031143654137849808, 0.05120176449418068, -0.08838403970003128, -0.04958873242139816 ]
266c46ff308a0bf86139e205bc343d7d635be161
# Dataset Card for "shrutilipi_mr-small" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
bhatvineet/shrutilipi_mr-small
[ "region:us" ]
2023-03-20T08:00:17+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": "audio"}, {"name": "transcriptions", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1894437650.2116015, "num_examples": 7296}, {"name": "test", "num_bytes": 574162857.8593984, "num_examples": 2433}], "download_size": 2301540908, "dataset_size": 2468600508.071}}
2023-03-20T08:03:52+00:00
[]
[]
TAGS #region-us
# Dataset Card for "shrutilipi_mr-small" More Information needed
[ "# Dataset Card for \"shrutilipi_mr-small\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"shrutilipi_mr-small\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"shrutilipi_mr-small\"\n\nMore Information needed" ]
[ -0.10800774395465851, 0.007470227312296629, -0.0016598100773990154, 0.025336241349577904, 0.10458699613809586, 0.07084597647190094, 0.11125252395868301, 0.09349750727415085, 0.09955978393554688, 0.04606681689620018, 0.11209188401699066, -0.05348565801978111, 0.05801750719547272, 0.170441672205925, -0.03946136683225632, -0.11963754892349243, 0.0022801344748586416, 0.05390769615769386, -0.07116423547267914, 0.012843627482652664, 0.05517955124378204, -0.09855690598487854, 0.11952760070562363, -0.11067551374435425, -0.13345934450626373, 0.027461521327495575, -0.011532592587172985, -0.012952366843819618, 0.007497798185795546, -0.07096736133098602, 0.0889633372426033, 0.046875204890966415, 0.06579222530126572, -0.04459552839398384, 0.03161385655403137, 0.013307916931807995, 0.03760473430156708, 0.05098484829068184, 0.05647233873605728, -0.025889091193675995, -0.07413344830274582, -0.04913850501179695, -0.02452305145561695, -0.0016971636796370149, -0.028997791931033134, -0.15113438665866852, -0.12650077044963837, 0.014424276538193226, -0.06021843105554581, -0.031422004103660583, 0.10122177749872208, 0.2137407809495926, -0.17112141847610474, 0.0006829962367191911, 0.22348210215568542, 0.00697653042152524, 0.04949336126446724, 0.11444026231765747, -0.08578229695558548, 0.15267924964427948, -0.031412288546562195, 0.040750738233327866, 0.050485990941524506, -0.00827015656977892, -0.062112364917993546, -0.011667541228234768, -0.13425475358963013, 0.11409447342157364, 0.0014379045460373163, -0.03422195464372635, 0.3047352433204651, -0.028961220756173134, 0.03985738754272461, 0.056891702115535736, -0.02634434774518013, -0.08540482819080353, -0.042566560208797455, 0.044987376779317856, 0.04289956018328667, 0.017312074080109596, 0.01157424971461296, 0.019585153087973595, -0.09590411186218262, -0.10049977898597717, -0.13758336007595062, 0.05070466548204422, -0.024138253182172775, 0.1365974098443985, -0.16966819763183594, -0.11118751019239426, -0.11223860085010529, 0.006730805616825819, -0.024913303554058075, -0.10973110049962997, 0.10103858262300491, -0.009194750338792801, -0.023594165220856667, 0.026434196159243584, 0.17094257473945618, 0.04347401484847069, 0.04737212881445885, 0.005810671951621771, 0.022089656442403793, 0.08016537129878998, 0.10254302620887756, -0.09781429916620255, -0.07063707709312439, 0.009609607979655266, 0.04586208984255791, -0.04872998595237732, 0.007369146216660738, -0.042011991143226624, -0.07697588950395584, -0.0271008163690567, -0.07973141223192215, 0.09074784070253372, -0.02802247367799282, -0.0812654048204422, 0.03188692405819893, -0.036932650953531265, 0.1891600489616394, -0.08167728781700134, -0.035026658326387405, 0.047660309821367264, -0.047668345272541046, 0.11577051132917404, -0.12764930725097656, -0.08006034791469574, 0.0506947785615921, 0.03846330940723419, -0.07864756882190704, -0.0009442510199733078, 0.004879225976765156, -0.008437019772827625, 0.062606580555439, -0.1939600557088852, 0.06413587182760239, -0.15498512983322144, -0.1424461305141449, 0.06930354237556458, -0.026666995137929916, -0.05615811422467232, 0.1743306666612625, 0.06773728877305984, 0.05320034176111221, -0.011179043911397457, -0.02964956685900688, 0.03101135604083538, -0.04638172313570976, 0.025784512981772423, -0.05810379236936569, 0.11708735674619675, -0.180087149143219, 0.036288172006607056, -0.1086154505610466, -0.033856358379125595, -0.04734185338020325, -0.06633137911558151, -0.09995745122432709, 0.0676703006029129, -0.07095565646886826, -0.03977132961153984, -0.16461625695228577, 0.01773630455136299, -0.017244644463062286, 0.08409228920936584, -0.13749998807907104, -0.053665004670619965, 0.1154668852686882, -0.14066199958324432, -0.09282932430505753, 0.03103744238615036, 0.017673660069704056, 0.015140002593398094, 0.025986505672335625, 0.32053276896476746, 0.064423106610775, 0.020853573456406593, -0.03348070755600929, 0.18666845560073853, -0.15609599649906158, -0.29767557978630066, 0.14756867289543152, -0.010544863529503345, -0.06284534186124802, 0.035717424005270004, 0.08292541652917862, -0.0388144925236702, -0.06337034702301025, -0.04484642669558525, -0.013157504610717297, -0.18004953861236572, -0.013329573906958103, 0.04977543652057648, 0.11902453750371933, 0.0030281543731689453, 0.18321146070957184, 0.05190523713827133, 0.10814052075147629, 0.017854617908596992, -0.04146275669336319, -0.06436827033758163, 0.15607215464115143, -0.1164376512169838, -0.02398594841361046, -0.1451527625322342, 0.010192053392529488, 0.004154609516263008, -0.007281544618308544, 0.04429161176085472, 0.07811596244573593, 0.1138027161359787, -0.044015057384967804, -0.05428687855601311, 0.13913460075855255, 0.15606658160686493, 0.05856204405426979, 0.010779716074466705, -0.0007226981106214225, -0.0012604064540937543, -0.06735235452651978, -0.061119820922613144, -0.03281044960021973, -0.08747309446334839, 0.12879224121570587, 0.05479408800601959, 0.04450320452451706, 0.018421079963445663, 0.03566085919737816, -0.029020609334111214, 0.028882281854748726, -0.04489532485604286, 0.04479866102337837, -0.01997675746679306, 0.07912629842758179, 0.02105187624692917, -0.0014575719833374023, 0.14295795559883118, 0.13403908908367157, -0.012691454961895943, 0.017077727243304253, -0.06689022481441498, 0.021529609337449074, 0.00519225187599659, -0.07660055160522461, 0.0036392437759786844, -0.18217192590236664, -0.07261565327644348, 0.06069319695234299, -0.07646587491035461, 0.05218727886676788, 0.03410114347934723, -0.045577116310596466, -0.08600131422281265, 0.08145076781511307, 0.15711116790771484, -0.2949039340019226, 0.16134361922740936, 0.12658485770225525, 0.07373429834842682, 0.12333936244249344, -0.09583624452352524, -0.09390559792518616, 0.06712881475687027, -0.018583234399557114, -0.010766405612230301, 0.10500417649745941, 0.05578305944800377, 0.00841560959815979, 0.11331742256879807, 0.007262011989951134, 0.11220815777778625, -0.045965638011693954, -0.07657483220100403, -0.011170697398483753, 0.02852068655192852, -0.19473575055599213, 0.0427493080496788, 0.024467825889587402, 0.1006508618593216, 0.01526463869959116, 0.05719775706529617, 0.08997651934623718, 0.016450537368655205, -0.01969463750720024, 0.09300658851861954, -0.1616992950439453, -0.1803339123725891, -0.04667195677757263, 0.011556711979210377, 0.07369083911180496, 0.03343704715371132, -0.033758338540792465, -0.1951865255832672, -0.014899221248924732, -0.0007280173012986779, -0.05290141701698303, -0.08661696314811707, -0.0221311803907156, -0.006722639314830303, 0.09021522849798203, -0.07906068861484528, -0.0785815641283989, 0.022281374782323837, -0.03220152109861374, 0.15776118636131287, 0.1402890831232071, -0.15157371759414673, 0.04711369052529335, 0.08414636552333832, -0.03095702826976776, 0.08555875718593597, -0.0071321334689855576, 0.0322878435254097, 0.03603489696979523, -0.020545996725559235, 0.2276916354894638, 0.08983489871025085, -0.024042194709181786, 0.033656466752290726, 0.0336332842707634, -0.0844733789563179, -0.05521959438920021, -0.06126417964696884, -0.19298049807548523, -0.1769942343235016, -0.1241784319281578, -0.08067850768566132, 0.08183319866657257, 0.0827140137553215, 0.034217093139886856, -0.1236584261059761, 0.0823296383023262, 0.07224096357822418, 0.02570880763232708, -0.1450984925031662, -0.055675968527793884, -0.056109003722667694, 0.05090172961354256, -0.01441157702356577, -0.17479071021080017, 0.02374708466231823, 0.18869318068027496, 0.08837813138961792, 0.2232627272605896, 0.018307866528630257, 0.1545269936323166, 0.005021695513278246, 0.0516987182199955, 0.1620781272649765, 0.1578192263841629, 0.06647881865501404, -0.049824558198451996, -0.01447590347379446, -0.013323904946446419, -0.07633691281080246, -0.007696632295846939, 0.08072616904973984, -0.17198672890663147, 0.06042354553937912, 0.03324606642127037, -0.022311490029096603, -0.027044255286455154, 0.057203248143196106, -0.1945032924413681, 0.02784179337322712, -0.018540149554610252, 0.15747369825839996, -0.014181244187057018, 0.07557106018066406, 0.12567593157291412, 0.018237566575407982, -0.027834786102175713, 0.04625685513019562, 0.03033747710287571, -0.018773134797811508, -0.00632011704146862, -0.01210897509008646, -0.01218818686902523, 0.044290073215961456, 0.0922229066491127, -0.041891731321811676, 0.23521482944488525, 0.01991644874215126, -0.0521443635225296, -0.10649712383747101, -0.09490642696619034, 0.0206198301166296, 0.039097703993320465, 0.08571506291627884, 0.07038304954767227, -0.22807127237319946, -0.24167580902576447, -0.09141135960817337, 0.006683535408228636, 0.1875150501728058, 0.03381326049566269, -0.12125325202941895, -0.04794055595993996, 0.0016233846545219421, -0.0379004143178463, -0.22168001532554626, -0.03016900271177292, -0.11332081258296967, 0.015859421342611313, 0.0321929007768631, -0.19601207971572876, 0.004994164686650038, 0.0025693317875266075, -0.035533491522073746, -0.025578876957297325, 0.16350282728672028, -0.037850603461265564, -0.11945869773626328, 0.018088318407535553, 0.11891836673021317, -0.04304000735282898, 0.005124534014612436, 0.012629052624106407, 0.00653113704174757, 0.03471670299768448, -0.21897903084754944, 0.04329623281955719, -0.08538626879453659, 0.025228502228856087, -0.02914382517337799, 0.0631994679570198, -0.06904713809490204, 0.030486073344945908, 0.009923684410750866, 0.02613852545619011, 0.00005325469464878552, -0.04194575175642967, 0.09302426874637604, -0.020212428644299507, 0.09604872763156891, 0.2232578843832016, 0.015927862375974655, 0.041425272822380066, 0.15807390213012695, -0.05489850789308548, 0.18410725891590118, 0.10312976688146591, -0.08124186843633652, 0.19159747660160065, 0.20823097229003906, 0.025326045230031013, -0.34006842970848083, -0.03147543966770172, -0.15807895362377167, -0.06846439093351364, 0.0764412060379982, -0.15335148572921753, 0.18641895055770874, 0.10877715796232224, 0.011239818297326565, 0.1106179878115654, -0.12665094435214996, 0.018789146095514297, 0.11680864542722702, 0.045334331691265106, 0.37221023440361023, -0.11666083335876465, -0.062139060348272324, -0.12670867145061493, -0.14261049032211304, 0.11801277101039886, -0.14631320536136627, 0.06538674235343933, -0.0415196567773819, 0.04116956517100334, -0.025935713201761246, -0.05575339496135712, 0.15332679450511932, -0.007097330410033464, 0.03696737438440323, -0.05605613812804222, -0.12797610461711884, 0.14085808396339417, 0.0017126790480688214, 0.03653096780180931, 0.04653247445821762, 0.029517870396375656, -0.04218067228794098, -0.020482737571001053, 0.014555001631379128, -0.017008889466524124, 0.10723276436328888, -0.06373758614063263, -0.12214836478233337, 0.02513274922966957, -0.0869121253490448, -0.06209730729460716, 0.0044259787537157536, -0.014861322939395905, -0.030837470665574074, 0.02991342358291149, 0.04045138508081436, -0.13479548692703247, -0.014396005310118198, -0.09060539305210114, -0.07854259759187698, 0.05624505132436752, -0.15521226823329926, 0.0507439486682415, 0.06453513354063034, 0.0757337212562561, -0.02688649669289589, 0.04443506523966789, 0.035699836909770966, 0.05048290640115738, 0.11295464634895325, -0.04263956844806671, -0.053140200674533844, 0.07747822999954224, -0.014306836761534214, -0.0018279625801369548, 0.07437408715486526, 0.0005010588793084025, 0.032552074640989304, -0.021913176402449608, -0.05124475061893463, 0.079308420419693, -0.07443248480558395, 0.11407580226659775, 0.1499328911304474, 0.03818541392683983, -0.1670333296060562, 0.20215807855129242, 0.008576486259698868, -0.0671982541680336, -0.028197618201375008, 0.006782897748053074, -0.13063940405845642, -0.1126316636800766, 0.09907212108373642, 0.04212363064289093, -0.011364759877324104, -0.11343135684728622, -0.042808253318071365, -0.07075918465852737, 0.032782182097435, 0.046819206327199936, 0.06524450331926346, 0.05200418084859848, -0.013188299722969532, -0.011444170959293842, -0.07532382011413574, -0.07690905779600143, -0.061882149428129196, 0.03288192301988602, -0.08052588254213333, -0.14285753667354584, -0.11824316531419754, 0.14545771479606628, -0.06780051440000534, -0.0047542983666062355, -0.13813364505767822, 0.044679850339889526, -0.14818325638771057, 0.1252634972333908, -0.0044738659635186195, -0.01712893880903721, 0.012016125954687595, 0.05871840938925743, -0.08413562923669815, 0.003150081727653742, -0.1310870200395584, 0.09264444559812546, 0.016592327505350113, 0.07703601568937302, -0.0017269209492951632, 0.05210928991436958, 0.0720718652009964, 0.0700821802020073, 0.06930229067802429, 0.09823945164680481, -0.021080777049064636, 0.06972969323396683, -0.027967598289251328, -0.20841777324676514, 0.02387634664773941, 0.09243752807378769, 0.0750938430428505, 0.06827982515096664, 0.008136861957609653, 0.09581048786640167, -0.01483276579529047, 0.07637757062911987, 0.09519361704587936, -0.007423948496580124, 0.09743396192789078, -0.2224772572517395, -0.03568640351295471, -0.03219389170408249, -0.07912254333496094, 0.18465831875801086, 0.052982889115810394, -0.024507835507392883, 0.05459267646074295, 0.013634524308145046, -0.030302807688713074, -0.0502593070268631, -0.01692151464521885, -0.17623279988765717, -0.09507740288972855, 0.10567869246006012, 0.07903702557086945, 0.01759227365255356, 0.3693595826625824, -0.029792530462145805, -0.17277055978775024, -0.003809663001447916, 0.15485861897468567, 0.028454335406422615, 0.0025846094358712435, 0.29076075553894043, 0.08270233869552612, -0.04824922978878021, -0.03749610483646393, 0.05677713081240654, 0.0015484873438253999, 0.1536947637796402, 0.2134024053812027, 0.2569889724254608, -0.04369542375206947, -0.007260463200509548, -0.016936637461185455, -0.09636182337999344, 0.015620486810803413, 0.0010084171080961823, -0.012419316917657852, -0.0014174421085044742, 0.002661749254912138, -0.008426571264863014, 0.09243250638246536, -0.029187239706516266, 0.008387964218854904, -0.1867600977420807, -0.038436125963926315, -0.11104048043489456, -0.13318394124507904, -0.09048371762037277, -0.12104542553424835, 0.018795983865857124, -0.007481690030544996, -0.019209658727049828, 0.31928494572639465, 0.037156399339437485, 0.03801797702908516, 0.0647035464644432, -0.21405081450939178, 0.07171472162008286, -0.04576175659894943, -0.04649800434708595, -0.1009688675403595, 0.031175844371318817, -0.13286250829696655, 0.0510651096701622, -0.11032168567180634, 0.008185349404811859, -0.041493989527225494, 0.0483488067984581, -0.027493344619870186, -0.13415101170539856, -0.044699642807245255, -0.08225031197071075, 0.023039143532514572, -0.0770888552069664, 0.06660135090351105, -0.005563362501561642, 0.03138371556997299, 0.03297582268714905, 0.11184639483690262, 0.02365543134510517, -0.07237648218870163, -0.02110893838107586, -0.08139768242835999, -0.03328084200620651, 0.0685219094157219, -0.0020680048037320375, -0.05961062014102936, -0.07098844647407532, 0.25119295716285706, 0.30011627078056335, -0.04363146424293518, 0.025865666568279266, 0.016625698655843735, 0.03385235369205475, -0.031035564839839935, 0.2425951063632965, 0.007929733954370022, 0.0034349518828094006, -0.04587561637163162, -0.1307070106267929, -0.01720624975860119, -0.03309580683708191, -0.1537945419549942, 0.03637656942009926, 0.07886325567960739, -0.026902031153440475, -0.10255894809961319, 0.07228770107030869, -0.07764992862939835, 0.0477881096303463, 0.07002589851617813, -0.11758676916360855, -0.0621146485209465, -0.03466550260782242, 0.04299413040280342, 0.010710096918046474, -0.012223451398313046, -0.09020452201366425, -0.023455249145627022, -0.11340628564357758, 0.005679423920810223, -0.3360465466976166, -0.09913841634988785, 0.07192499190568924, -0.004995799623429775, 0.08137458562850952, -0.05338149890303612, 0.08574932813644409, 0.05755149573087692, 0.04680931568145752, -0.11779282987117767, 0.03833336755633354, 0.0023421552032232285, -0.011086751706898212, -0.025133170187473297, 0.05433562770485878, -0.10255497694015503, -0.058441080152988434, -0.006876188330352306, -0.05131310597062111, -0.06053118035197258, 0.18148855865001678, 0.07300284504890442, -0.0006961688632145524, -0.04227137193083763, -0.10921517759561539, 0.14195074141025543, -0.011260599829256535, -0.003517633071169257, -0.06867192685604095, 0.007308481261134148, 0.11092998832464218, 0.04440698027610779, -0.11650563776493073, -0.06788413226604462, -0.06197955831885338, -0.11799344420433044, -0.015519985929131508, 0.05402703583240509, -0.06583549082279205, 0.03168671950697899, -0.14894232153892517, 0.02788788639008999, -0.03248634189367294, 0.03876623138785362, 0.13638541102409363, 0.048871055245399475, -0.023839712142944336, -0.08999195694923401, 0.028972454369068146, 0.01943402737379074, -0.061156973242759705, -0.09076003730297089 ]
928b277a3b0d39c8faa736aa4d33c0c6dd432996
# Dataset Card for [Dataset Name] ## 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:** - **Repository:** - **Paper:** - **Leaderboard:** - **Point of Contact:** ### Dataset Summary [More Information Needed] ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
TUKE-DeutscheTelekom/squad-sk
[ "task_categories:question-answering", "task_categories:text-retrieval", "task_ids:open-domain-qa", "task_ids:extractive-qa", "task_ids:document-retrieval", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:sk", "license:cc-by-sa-4.0", "license:cc-by-4.0", "wikipedia", "region:us" ]
2023-03-20T08:32:48+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced", "found"], "language": ["sk"], "license": ["cc-by-sa-4.0", "cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering", "text-retrieval"], "task_ids": ["open-domain-qa", "extractive-qa", "document-retrieval"], "paperswithcode_id": "squad-sk", "pretty_name": "squad-sk", "tags": ["wikipedia"], "train-eval-index": [{"col_mapping": {"answers": {"answer_start": "answer_start", "text": "text"}, "context": "context", "question": "question"}, "config": "squad_v2", "metrics": [{"name": "SQuAD v2", "type": "squad_v2"}], "splits": {"eval_split": "validation", "train_split": "train"}, "task": "question-answering", "task_id": "extractive_question_answering"}]}
2023-10-18T11:43:46+00:00
[]
[ "sk" ]
TAGS #task_categories-question-answering #task_categories-text-retrieval #task_ids-open-domain-qa #task_ids-extractive-qa #task_ids-document-retrieval #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Slovak #license-cc-by-sa-4.0 #license-cc-by-4.0 #wikipedia #region-us
# Dataset Card for [Dataset Name] ## 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: - Repository: - Paper: - Leaderboard: - Point of Contact: ### Dataset Summary ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### 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 ### Contributions Thanks to @github-username for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\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:\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### 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", "### Contributions\n\nThanks to @github-username for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_categories-text-retrieval #task_ids-open-domain-qa #task_ids-extractive-qa #task_ids-document-retrieval #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Slovak #license-cc-by-sa-4.0 #license-cc-by-4.0 #wikipedia #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\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:\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### 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", "### Contributions\n\nThanks to @github-username for adding this dataset." ]
[ 152, 10, 125, 24, 6, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 19 ]
[ "passage: TAGS\n#task_categories-question-answering #task_categories-text-retrieval #task_ids-open-domain-qa #task_ids-extractive-qa #task_ids-document-retrieval #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Slovak #license-cc-by-sa-4.0 #license-cc-by-4.0 #wikipedia #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\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:\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact:### Dataset Summary### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### 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### Contributions\n\nThanks to @github-username for adding this dataset." ]
[ -0.015084574930369854, 0.2484712302684784, -0.008139367215335369, 0.021968524903059006, 0.10146032273769379, 0.06567315012216568, 0.05991765856742859, 0.13785095512866974, 0.027008982375264168, 0.14534923434257507, -0.043138619512319565, 0.0898769348859787, 0.12492795288562775, 0.0889342799782753, -0.021587030962109566, -0.20629526674747467, 0.041088663041591644, -0.10563860088586807, -0.04145554080605507, 0.1033134013414383, 0.11562472581863403, -0.08063612878322601, 0.03069533035159111, -0.059938184916973114, -0.024494044482707977, -0.0074400329031050205, -0.062203310430049896, -0.0397505983710289, 0.019885407760739326, 0.022002926096320152, 0.051034439355134964, 0.031851448118686676, 0.06378576904535294, -0.28997546434402466, 0.023324942216277122, 0.03769786283373833, 0.013508673757314682, 0.045449256896972656, 0.07667466253042221, -0.08729977905750275, 0.0068514058366417885, -0.15928609669208527, 0.09579267352819443, 0.06765865534543991, -0.12400098145008087, -0.09950808435678482, -0.10630447417497635, 0.040159400552511215, 0.10659483820199966, 0.020293915644288063, -0.06268829107284546, 0.04222845658659935, -0.08007480204105377, 0.027079952880740166, 0.07009910047054291, -0.10872586071491241, -0.0726669505238533, 0.019506411626935005, 0.019864076748490334, 0.03787427768111229, -0.1364237666130066, 0.004908397793769836, -0.03825017809867859, 0.013027680106461048, 0.025980444625020027, -0.019256940111517906, -0.005292302928864956, 0.046591874212026596, -0.08174404501914978, -0.037084221839904785, 0.1176127940416336, 0.0038212845101952553, 0.022724276408553123, -0.2103877067565918, -0.01658361777663231, 0.026974273845553398, -0.08057553321123123, 0.002915814984589815, 0.01797858439385891, -0.03158709406852722, 0.07513798028230667, 0.009410671889781952, -0.02787730284035206, 0.007712882943451405, 0.02413581870496273, -0.027039963752031326, 0.04373493790626526, -0.03745395317673683, 0.05746930465102196, 0.036200035363435745, 0.09707986563444138, -0.12960200011730194, -0.01527113001793623, -0.05236922949552536, -0.17302146553993225, -0.023993130773305893, 0.04996015504002571, 0.07647790759801865, 0.1533314734697342, 0.1873176246881485, -0.03068586438894272, 0.06908722966909409, -0.056997571140527725, -0.035801492631435394, 0.09050361067056656, 0.06385273486375809, -0.07957221567630768, -0.1407565474510193, -0.03570863604545593, 0.02451024204492569, -0.07069069147109985, -0.022341666743159294, 0.016038138419389725, 0.07738639414310455, 0.024860966950654984, 0.1154884397983551, 0.1384156495332718, 0.02843320742249489, -0.0993761494755745, -0.04401957616209984, 0.11607593297958374, -0.13150930404663086, 0.05806667357683182, 0.07890190184116364, -0.012816588394343853, -0.018764756619930267, -0.0658951848745346, 0.010456324554979801, -0.08040517568588257, 0.10250484198331833, -0.04303109645843506, -0.033226244151592255, -0.08892332017421722, -0.033953774720430374, 0.07128012180328369, -0.030576050281524658, -0.054866623133420944, 0.0276788342744112, -0.07263047248125076, -0.08178605139255524, 0.04090334102511406, -0.1257040649652481, -0.06868674606084824, -0.02905161865055561, -0.03159526363015175, 0.0551597997546196, 0.012025458738207817, 0.008354565128684044, -0.06480960547924042, 0.02730775810778141, -0.07717396318912506, 0.0287742018699646, 0.08416419476270676, 0.0479988232254982, -0.04205844923853874, 0.07020603865385056, -0.12245804816484451, 0.10948069393634796, -0.16737908124923706, 0.03327517583966255, -0.14583684504032135, -0.019057031720876694, 0.09192027896642685, -0.007979710586369038, -0.032682422548532486, 0.15706391632556915, -0.20447808504104614, -0.01617167703807354, 0.15011104941368103, -0.04469722509384155, -0.06072840839624405, 0.0632244423031807, -0.03507155552506447, -0.004028371535241604, 0.019810721278190613, 0.11254558712244034, 0.01743421144783497, 0.01833510212600231, -0.012857461348176003, -0.10367222130298615, 0.08094435185194016, 0.21656285226345062, 0.08619053661823273, -0.09219960123300552, 0.1694812923669815, 0.01712171919643879, -0.002254097955301404, -0.08713904768228531, -0.01501208171248436, -0.10300200432538986, 0.042322807013988495, -0.005090766586363316, 0.025372494012117386, 0.013321517035365105, -0.06113555654883385, -0.023681355640292168, -0.08478296548128128, 0.030763773247599602, 0.017792124301195145, -0.005472868215292692, -0.00488789239898324, -0.10609450191259384, -0.01944521814584732, 0.08510906994342804, 0.03309304267168045, -0.1540047526359558, -0.17342661321163177, 0.057428762316703796, -0.030577899888157845, 0.10303586721420288, -0.06669894605875015, 0.01729804091155529, -0.045881375670433044, -0.03837428614497185, 0.010344916023314, 0.046172190457582474, 0.03478187695145607, 0.023260029032826424, -0.2371053546667099, -0.004211918450891972, -0.04333236441016197, 0.13886721432209015, -0.0788678228855133, 0.01390288956463337, 0.1309766173362732, 0.1906450092792511, 0.029997261241078377, -0.06474460661411285, 0.05042210966348648, 0.01994117721915245, 0.013927803374826908, -0.05047342926263809, 0.026331132277846336, -0.07897442579269409, 0.011895456351339817, 0.02064148336648941, -0.05951855704188347, -0.012787135317921638, 0.055904846638441086, 0.09438125044107437, -0.07206565886735916, -0.0517582930624485, -0.02494104765355587, -0.04617902636528015, -0.0316082127392292, -0.09517030417919159, 0.07584838569164276, 0.0694553330540657, -0.013054127804934978, -0.03404015302658081, -0.07696963101625443, -0.06243254616856575, 0.02182631567120552, -0.04883687570691109, 0.12003571540117264, 0.04148158058524132, -0.13786831498146057, 0.15901242196559906, 0.0397736132144928, 0.1277792900800705, 0.06482256203889847, -0.08060945570468903, -0.06640855967998505, -0.025358624756336212, 0.00845075398683548, 0.021691061556339264, 0.06069941073656082, -0.13812871277332306, -0.004570563789457083, 0.06348109245300293, -0.02356565371155739, 0.010355904698371887, -0.029046695679426193, 0.024271637201309204, -0.022654933854937553, -0.018085161224007607, 0.015977349132299423, -0.01639539934694767, 0.07942529767751694, 0.08807225525379181, 0.044669102877378464, 0.072197824716568, -0.032675351947546005, -0.07454649358987808, -0.07054460048675537, 0.09146062284708023, -0.17060771584510803, -0.18721722066402435, -0.07609375566244125, -0.1120699793100357, -0.012647943571209908, -0.058741386979818344, -0.004823511000722647, -0.031067419797182083, -0.09951659291982651, -0.026328807696700096, 0.0770215168595314, 0.10233191400766373, -0.11666570603847504, 0.01143985241651535, 0.013147660531103611, -0.007166247349232435, -0.11664427071809769, 0.036064766347408295, 0.0726851150393486, -0.06309807300567627, 0.016540762037038803, 0.051509808748960495, 0.10327518731355667, 0.10834699869155884, 0.0850161537528038, -0.011058135889470577, -0.02603619359433651, 0.26899489760398865, -0.16301068663597107, 0.12569092214107513, 0.048343475908041, -0.07147795706987381, 0.06016088277101517, 0.27860358357429504, 0.05615060403943062, -0.07104682177305222, 0.004074555821716785, 0.0828968733549118, 0.01827935129404068, -0.23853081464767456, -0.08647417277097702, -0.08383108675479889, -0.027215072885155678, 0.0628494992852211, 0.07599908113479614, 0.02082531712949276, 0.0005329440464265645, -0.08945520222187042, -0.0708744153380394, 0.08890590816736221, 0.06502272933721542, 0.09532750397920609, 0.024004055187106133, 0.05566152185201645, -0.008292347192764282, -0.007616753689944744, 0.06133733317255974, 0.08252833783626556, 0.20683503150939941, 0.04240993782877922, 0.2707308232784271, 0.0679420679807663, 0.10395921766757965, -0.029591510072350502, -0.010550747625529766, -0.016648247838020325, 0.0945395976305008, 0.0020152712240815163, -0.04421871528029442, 0.0209503136575222, 0.050378117710351944, 0.10611660778522491, -0.12523970007896423, 0.10654217004776001, -0.09579891711473465, 0.1272151917219162, 0.21333888173103333, 0.03757438063621521, -0.07901871204376221, 0.01743696630001068, 0.12819087505340576, -0.09594527631998062, -0.10374542325735092, -0.009728631936013699, 0.006796316709369421, -0.16287113726139069, 0.09322255849838257, -0.030291296541690826, 0.13080526888370514, -0.08887908607721329, -0.03675253316760063, 0.03984726965427399, 0.017636142671108246, -0.010028159245848656, 0.05698554217815399, -0.17087042331695557, 0.13882572948932648, 0.010294022038578987, -0.004745140206068754, -0.08209207653999329, 0.0790555328130722, 0.006436679512262344, -0.03991742804646492, 0.16084429621696472, -0.01579226553440094, -0.08635997027158737, 0.00660795858129859, -0.08668660372495651, -0.0013656351948156953, 0.09333615005016327, -0.16862058639526367, 0.09843115508556366, -0.00854578334838152, -0.03646794706583023, -0.04546266794204712, -0.0424359105527401, -0.09842802584171295, -0.21156439185142517, 0.07802404463291168, -0.08882210403680801, 0.07648057490587234, -0.05023530125617981, -0.0068491059355437756, -0.10776066780090332, 0.13865619897842407, -0.16720417141914368, -0.09092683345079422, -0.15179838240146637, -0.011878915131092072, 0.18375900387763977, -0.03104853443801403, 0.0824345052242279, -0.011590524576604366, 0.14845874905586243, 0.01564185693860054, -0.0341600626707077, 0.07027794420719147, -0.029664689674973488, -0.20179963111877441, -0.0440090075135231, 0.1725882887840271, 0.036821965128183365, 0.03712063655257225, 0.007317348849028349, 0.07277560979127884, 0.035025157034397125, -0.09611330926418304, 0.05816957354545593, 0.04600142687559128, 0.02079959586262703, 0.06270159035921097, -0.02303282916545868, -0.24495336413383484, -0.1446312963962555, -0.027745764702558517, 0.10667358338832855, 0.10888146609067917, -0.04814434424042702, 0.18311621248722076, 0.1050228402018547, -0.09388792514801025, -0.21295928955078125, -0.02088824100792408, 0.010707871057093143, -0.04463159292936325, 0.005098309833556414, -0.201779305934906, 0.07598926872015, 0.04265664517879486, -0.003912875894457102, 0.01783576048910618, -0.15349054336547852, -0.12652011215686798, 0.023468000814318657, 0.00044118211371824145, -0.3420369029045105, -0.1864791363477707, -0.12397637963294983, -0.033063553273677826, -0.20775704085826874, 0.12218238413333893, 0.06353767216205597, -0.009942790493369102, 0.004747745580971241, 0.04453638941049576, 0.01859286241233349, -0.02797970175743103, 0.15778812766075134, 0.03711843490600586, 0.005039003677666187, -0.07566466182470322, -0.08653837442398071, 0.1167481392621994, 0.026637829840183258, 0.004603379871696234, 0.003931280225515366, -0.0344800241291523, -0.09493362903594971, -0.01803172565996647, -0.0847630575299263, -0.004629441071301699, -0.11526497453451157, -0.040588051080703735, -0.043071769177913666, 0.1136472299695015, 0.10133995860815048, -0.03591913357377052, 0.08143185824155807, -0.07197581976652145, 0.06363534182310104, 0.10759932547807693, 0.1484641432762146, 0.06964118033647537, -0.07749789953231812, -0.00013854849385097623, 0.003609597682952881, -0.03930807486176491, -0.13015499711036682, 0.06297808140516281, 0.10492046177387238, 0.015863772481679916, 0.14147502183914185, -0.03453297168016434, -0.11536545306444168, -0.023143189027905464, 0.07949873059988022, -0.028238637372851372, -0.2418331801891327, 0.05738844349980354, 0.040025074034929276, -0.1380075216293335, -0.05073628947138786, 0.050550948828458786, 0.080858513712883, -0.08048839867115021, 0.04230653494596481, 0.12186527252197266, 0.03967521712183952, 0.09621401131153107, -0.006543124094605446, 0.08580601960420609, -0.14700567722320557, 0.07101746648550034, 0.1408730447292328, -0.05774093419313431, -0.010593845508992672, 0.20179013907909393, -0.04959878325462341, -0.039785947650671005, 0.026081176474690437, 0.03615003824234009, 0.08479613810777664, 0.01409614272415638, 0.045176565647125244, -0.15341706573963165, 0.03490348160266876, 0.12491635233163834, -0.025147654116153717, 0.00915429089218378, 0.04361860454082489, -0.02423456311225891, 0.007510103285312653, 0.15164212882518768, 0.04667406901717186, 0.024942513555288315, -0.022676264867186546, -0.049714330583810806, -0.041218992322683334, -0.05961527302861214, 0.005988992750644684, -0.010778571479022503, -0.12028659135103226, 0.005085509270429611, -0.10346398502588272, 0.007223385851830244, -0.15937745571136475, 0.009151886217296124, 0.022674111649394035, -0.06494209170341492, -0.01788269728422165, -0.02231157384812832, -0.07888120412826538, -0.0787264034152031, -0.019165117293596268, 0.1433081477880478, -0.18484990298748016, -0.0002461859257891774, 0.09926022589206696, -0.09604085236787796, 0.12011474370956421, -0.00563363591209054, -0.040887996554374695, 0.010786340571939945, -0.11229299008846283, -0.021112125366926193, -0.025312677025794983, 0.045140210539102554, 0.06412071734666824, -0.16322585940361023, -0.007525192573666573, -0.030753841623663902, -0.06409960985183716, 0.04217797890305519, -0.013399775139987469, -0.09159722924232483, 0.09111501276493073, -0.05215435102581978, -0.08352463692426682, 0.00789779331535101, -0.0013059396296739578, 0.14220328629016876, -0.0465993769466877, 0.11000154912471771, -0.0164349302649498, 0.09733013808727264, -0.12613658607006073, -0.01958065666258335, 0.005484831519424915, -0.018967479467391968, -0.001914560329169035, 0.002436102367937565, 0.07995381206274033, 0.000495424319524318, 0.17300082743167877, -0.06013113632798195, -0.019393688067793846, 0.08080045133829117, 0.06630389392375946, -0.08894798904657364, 0.105246402323246, -0.03331177681684494, 0.023715341463685036, -0.04670687019824982, -0.0010893516009673476, -0.0796264037489891, -0.10027460753917694, -0.08152031898498535, 0.11049799621105194, 0.20805948972702026, 0.1886778175830841, -0.06707257032394409, 0.11365848779678345, -0.1037871390581131, -0.04012792930006981, 0.18324881792068481, -0.056517794728279114, 0.03422117978334427, -0.10087096691131592, 0.03712999448180199, 0.03249454125761986, -0.19394218921661377, 0.11950699985027313, -0.11300595104694366, -0.07082957029342651, -0.011448753997683525, -0.1285669058561325, -0.08280520141124725, 0.002058346290141344, 0.003686747048050165, -0.11949232965707779, 0.08268307894468307, 0.11344961822032928, -0.015335522592067719, -0.01992093026638031, 0.07831866294145584, -0.03309270367026329, -0.04225347563624382, 0.08694542944431305, 0.08671922236680984, 0.016703542321920395, -0.012468365952372551, 0.052979886531829834, -0.06726688146591187, 0.11587382853031158, 0.07305046170949936, 0.06351905316114426, -0.048982687294483185, -0.008130618371069431, -0.09826122969388962, -0.09224455803632736, 0.04826025292277336, -0.028924068436026573, -0.1136278286576271, 0.1587085872888565, 0.010493689216673374, 0.03794225677847862, 0.008912560530006886, 0.20244087278842926, -0.03695625811815262, -0.1127621978521347, -0.18628644943237305, -0.018705666065216064, -0.04073436185717583, 0.011287701316177845, 0.07640329003334045, -0.13381484150886536, 0.011136726476252079, 0.10757078975439072, 0.17582380771636963, -0.049691855907440186, 0.01678355224430561, 0.011474412865936756, 0.03764870762825012, -0.006361536681652069, 0.028592979535460472, 0.037729889154434204, 0.14791510999202728, -0.04705008491873741, 0.01639786921441555, -0.008848818950355053, -0.0836901143193245, -0.0783228799700737, 0.0950218215584755, 0.026973813772201538, -0.010548504069447517, -0.06541870534420013, 0.17584435641765594, -0.14634472131729126, -0.2339755743741989, 0.047890789806842804, -0.1520095318555832, -0.17584311962127686, -0.055651240050792694, 0.022732526063919067, 0.003171631833538413, -0.0044840434566140175, 0.10215684026479721, -0.06161880120635033, 0.13803516328334808, 0.07786206156015396, -0.008059915155172348, 0.02701311744749546, 0.12434045970439911, -0.12906423211097717, 0.211848184466362, 0.00621030293405056, 0.027892861515283585, 0.09722400456666946, -0.04716283828020096, -0.1191486120223999, -0.023980891332030296, 0.13368818163871765, -0.06708508729934692, 0.02702919766306877, 0.16924349963665009, 0.021260589361190796, 0.12275263667106628, 0.11520314961671829, -0.04234563931822777, 0.052478570491075516, 0.047251708805561066, -0.02167593315243721, -0.07243257761001587, 0.11014001071453094, -0.12136361747980118, 0.07853122055530548, 0.1318875253200531, -0.0589110441505909, 0.022555798292160034, -0.012440258637070656, 0.008645100519061089, -0.04702974110841751, 0.16980431973934174, -0.06569094955921173, -0.17481715977191925, 0.014460856094956398, -0.04786037653684616, 0.12051678448915482, -0.0679803341627121, -0.06028851866722107, 0.0288581270724535, 0.030517257750034332, -0.09718283265829086, 0.16331836581230164, 0.09408252686262131, -0.026897531002759933, -0.024915844202041626, -0.15681758522987366, 0.04059639573097229, 0.12718521058559418, -0.07148369401693344, 0.05407604202628136 ]
9b60e02086240d6945fd0c51cff77a836c5d3c09
# Dataset Card for "codeparrot-train-v2-near-dedup-safe" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
iohadrubin/codeparrot-train-v2-near-dedup-safe
[ "region:us" ]
2023-03-20T08:38:40+00:00
{"dataset_info": {"features": [{"name": "repo_name", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "copies", "dtype": "string"}, {"name": "size", "dtype": "string"}, {"name": "content", "dtype": "string"}, {"name": "license", "dtype": "string"}, {"name": "hash", "dtype": "int64"}, {"name": "line_mean", "dtype": "float64"}, {"name": "line_max", "dtype": "int64"}, {"name": "alpha_frac", "dtype": "float64"}, {"name": "autogenerated", "dtype": "bool"}, {"name": "ratio", "dtype": "float64"}, {"name": "config_test", "dtype": "bool"}, {"name": "has_no_keywords", "dtype": "bool"}, {"name": "few_assignments", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 21008185899, "num_examples": 2660741}], "download_size": 7856191050, "dataset_size": 21008185899}}
2023-03-20T10:11:56+00:00
[]
[]
TAGS #region-us
# Dataset Card for "codeparrot-train-v2-near-dedup-safe" More Information needed
[ "# Dataset Card for \"codeparrot-train-v2-near-dedup-safe\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"codeparrot-train-v2-near-dedup-safe\"\n\nMore Information needed" ]
[ 6, 26 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"codeparrot-train-v2-near-dedup-safe\"\n\nMore Information needed" ]
[ -0.1476810723543167, 0.1748415231704712, -0.00381104601547122, 0.0589594766497612, 0.06438025087118149, 0.03188822418451309, 0.060603540390729904, 0.07834072411060333, -0.09196227043867111, -0.012705150060355663, 0.1227448359131813, 0.08890774101018906, 0.008176645264029503, 0.269178181886673, 0.01018579676747322, 0.00044202638673596084, 0.05098811909556389, -0.013298115693032742, -0.05632782727479935, 0.10743056982755661, 0.0759013444185257, -0.0624648779630661, 0.027886323630809784, -0.056145694106817245, -0.15381738543510437, 0.047892503440380096, -0.002762674354016781, -0.049636583775281906, 0.05537206307053566, -0.1124037355184555, 0.22464674711227417, 0.04383109509944916, 0.023662375286221504, -0.05785883218050003, 0.029426731169223785, 0.07837285101413727, -0.07227356731891632, 0.027195997536182404, 0.03311822563409805, -0.13859063386917114, -0.14593178033828735, 0.06895004957914352, 0.053339727222919464, 0.00971980020403862, -0.06074785441160202, -0.26534974575042725, -0.10564464330673218, -0.02692658267915249, 0.09278727322816849, 0.0006416775286197662, 0.046480074524879456, 0.1653408408164978, -0.09198889136314392, 0.05140617862343788, 0.00532090850174427, -0.176153302192688, 0.04820650815963745, 0.22001703083515167, 0.012843595817685127, 0.09781546145677567, -0.049077872186899185, -0.01607050746679306, 0.10633423179388046, -0.052695903927087784, 0.009596344083547592, 0.006789234932512045, -0.18937797844409943, 0.067930668592453, -0.08288922905921936, -0.07575932145118713, 0.17275503277778625, -0.08809050172567368, -0.016833238303661346, 0.010497303679585457, -0.12312739342451096, -0.1823444962501526, 0.0440862737596035, -0.03947555646300316, 0.02389703318476677, 0.06261225044727325, -0.01876363717019558, 0.030774272978305817, -0.1250229924917221, -0.1372314840555191, -0.056085750460624695, 0.029230229556560516, 0.02085033245384693, 0.10818631201982498, -0.1684724986553192, 0.11462657898664474, 0.023992350324988365, -0.039714962244033813, 0.011726057156920433, -0.11172962188720703, 0.042518772184848785, -0.029173536226153374, -0.018413841724395752, -0.11283788084983826, 0.05660891532897949, 0.08362380415201187, 0.07007572054862976, -0.018455810844898224, -0.08116088807582855, 0.0317433625459671, 0.06413980573415756, -0.08913887292146683, -0.019207198172807693, 0.022489534690976143, 0.027164598926901817, -0.012761281803250313, 0.06046164780855179, -0.02645939588546753, -0.12337952107191086, 0.029530052095651627, 0.040491752326488495, 0.18254055082798004, -0.05550330504775047, -0.07644431293010712, -0.0603218674659729, 0.009717399254441261, 0.19300609827041626, -0.08063480257987976, 0.01546888891607523, 0.03385508060455322, 0.033807504922151566, -0.11785233020782471, -0.03733234107494354, -0.047642868012189865, 0.0487857423722744, 0.05776580050587654, -0.11279831826686859, 0.00013451733684632927, -0.07533048093318939, -0.040498945862054825, 0.023547712713479996, -0.1686125248670578, 0.030069218948483467, -0.1430734544992447, -0.22604608535766602, 0.043141454458236694, -0.0052630286663770676, -0.011693681590259075, 0.1693604439496994, -0.020863082259893417, -0.025030937045812607, -0.024912068620324135, 0.005196866113692522, 0.06274428218603134, -0.0742463618516922, 0.09576129168272018, 0.017207946628332138, 0.046546727418899536, -0.11178272217512131, 0.004773661959916353, -0.18526649475097656, -0.0025320849381387234, -0.031852252781391144, -0.07743622362613678, -0.10375496000051498, 0.04754377156496048, -0.0010451922426000237, 0.02327476441860199, -0.06992964446544647, 0.03517290577292442, -0.007612280547618866, 0.06710628420114517, -0.2347877323627472, 0.025553442537784576, 0.23382043838500977, -0.1956300139427185, -0.0802961215376854, 0.06328167766332626, -0.03590415418148041, -0.014227128587663174, -0.0027349197771400213, 0.19266457855701447, 0.18333153426647186, -0.09043391793966293, 0.033002182841300964, 0.12193870544433594, -0.2335624098777771, -0.269744336605072, 0.02136613428592682, -0.007467128336429596, -0.2032100260257721, -0.0008860265370458364, 0.12880611419677734, -0.04854126274585724, 0.0015509219374507666, -0.10373631119728088, -0.07703803479671478, -0.13199752569198608, 0.15431343019008636, -0.02419430762529373, -0.013675365597009659, -0.08578130602836609, 0.07485217601060867, -0.0657692551612854, 0.09076959639787674, -0.014912936836481094, -0.028013024479150772, -0.08348462730646133, 0.14551064372062683, -0.10252755135297775, -0.02260487526655197, -0.11436399072408676, -0.03267592936754227, 0.027317509055137634, -0.013709615916013718, -0.07056774944067001, 0.11800429224967957, 0.09627017378807068, 0.029524538666009903, 0.00340281892567873, -0.02727777510881424, 0.0936407819390297, 0.051678914576768875, -0.020353619009256363, 0.008712013252079487, 0.10739114135503769, -0.11101765185594559, -0.015032168477773666, -0.04552463814616203, 0.026461198925971985, 0.12312618643045425, 0.10496461391448975, 0.07582641392946243, 0.009993483312427998, 0.08543094247579575, -0.002863026689738035, -0.019619537517428398, -0.07701010257005692, 0.00209185853600502, 0.008371361531317234, 0.05468882992863655, 0.029551126062870026, -0.12627583742141724, 0.2613588571548462, 0.13206353783607483, 0.01625659689307213, -0.02696000412106514, 0.042155299335718155, 0.013624432496726513, 0.032109335064888, -0.07405472546815872, -0.019106391817331314, -0.1543574035167694, -0.08889535814523697, 0.13356386125087738, -0.08338648825883865, 0.00574780348688364, 0.036948058754205704, -0.026696819812059402, -0.0705205425620079, -0.0008717986638657749, 0.018505092710256577, -0.032999198883771896, 0.18119153380393982, 0.26080888509750366, 0.01200947631150484, 0.1951262354850769, -0.033361535519361496, -0.05524597689509392, -0.05529789999127388, 0.03529929742217064, -0.07262711226940155, 0.1913812905550003, -0.024951782077550888, 0.01708226278424263, 0.06725206971168518, -0.00004398450255393982, 0.07758890092372894, -0.16669392585754395, -0.07939677685499191, -0.010292057879269123, -0.00991723220795393, -0.10302278399467468, 0.02962852455675602, -0.012061495333909988, 0.0804632380604744, -0.11687766015529633, -0.1052003875374794, 0.13115911185741425, 0.02499248832464218, -0.003689396660774946, 0.11680153012275696, -0.19912415742874146, -0.3090643286705017, -0.0976768434047699, 0.046401042491197586, 0.04717795550823212, 0.08466561138629913, -0.018931997939944267, -0.14918798208236694, -0.047027166932821274, -0.060726266354322433, -0.16211757063865662, -0.15651412308216095, 0.006827660370618105, -0.10752987861633301, 0.08918153494596481, 0.022022942081093788, -0.15052510797977448, 0.08547882735729218, 0.02114912122488022, -0.0006990391411818564, 0.13681942224502563, 0.025807609781622887, 0.06351403146982193, 0.13758863508701324, -0.07141944766044617, 0.028956200927495956, -0.05260678008198738, 0.005144721828401089, 0.017012884840369225, -0.029216192662715912, 0.13761352002620697, 0.013304098509252071, 0.037549939006567, 0.09375972300767899, -0.013196486048400402, -0.10856105387210846, 0.0004825165669899434, -0.0936371386051178, -0.1524713635444641, -0.23940116167068481, -0.09412488341331482, 0.00505096884444356, 0.15811803936958313, 0.02089926227927208, 0.08308181911706924, -0.0136342141777277, 0.11323458701372147, 0.05311833322048187, -0.022499369457364082, -0.14333167672157288, -0.011842623353004456, -0.12454462051391602, -0.027819667011499405, 0.04432955011725426, -0.1470823884010315, -0.0454721599817276, 0.1259494423866272, 0.18635176122188568, 0.11340656876564026, 0.036439403891563416, 0.0006526584620587528, 0.025943342596292496, 0.22426851093769073, 0.13705594837665558, 0.133652925491333, 0.04874987155199051, -0.06831240653991699, -0.009674368426203728, 0.03671048581600189, -0.06907034665346146, 0.005964537616819143, 0.08110479265451431, -0.06513416022062302, 0.04253671318292618, -0.00169567100238055, 0.07273229211568832, -0.1710880994796753, 0.09786833822727203, -0.19457148015499115, 0.12613768875598907, 0.009204857051372528, 0.14833123981952667, -0.10090828686952591, 0.10980820655822754, 0.14812102913856506, 0.05052449181675911, -0.011914316564798355, -0.04591850936412811, -0.036464009433984756, -0.07026054710149765, -0.022614965215325356, -0.10238649696111679, -0.034671589732170105, -0.009371783584356308, 0.13886965811252594, -0.17724284529685974, 0.11880156397819519, 0.035949911922216415, 0.013132508844137192, -0.031508609652519226, -0.0388067327439785, -0.025944272056221962, 0.05152183771133423, 0.14431042969226837, 0.029994355514645576, -0.0836062803864479, -0.14886027574539185, -0.10355524718761444, -0.0304790660738945, 0.10428107529878616, 0.031071696430444717, -0.06701857596635818, -0.00001175039324152749, -0.016026709228754044, -0.050443004816770554, -0.21789193153381348, -0.06236017495393753, -0.08359690010547638, 0.0005819288198836148, 0.09580515325069427, -0.03620520606637001, -0.03632289916276932, 0.02297217957675457, -0.019306989386677742, 0.08681529760360718, -0.10736914724111557, -0.03927426040172577, -0.05503561720252037, -0.04954130947589874, 0.04154812917113304, 0.06368465721607208, 0.07333392649888992, 0.017330549657344818, 0.05886276438832283, -0.05091645568609238, -0.09532854706048965, 0.08815033733844757, -0.11386317759752274, -0.019735444337129593, -0.14484086632728577, 0.1407473236322403, -0.09430888295173645, -0.035476550459861755, 0.028231455013155937, -0.03256190940737724, -0.06624165177345276, -0.04553809016942978, 0.1336122751235962, -0.04120023548603058, 0.10416629910469055, 0.16979354619979858, 0.02179357036948204, -0.09917204082012177, 0.11402613669633865, -0.025534428656101227, 0.1302921175956726, 0.1288265883922577, -0.05018892511725426, 0.19535595178604126, 0.1766720414161682, 0.004718202631920576, -0.2998724579811096, -0.014600356109440327, -0.18276053667068481, -0.04399756342172623, 0.002372139133512974, -0.12346085160970688, 0.07351163029670715, 0.1065278872847557, -0.07561454176902771, 0.21989625692367554, -0.14039790630340576, -0.04607052728533745, 0.17380772531032562, 0.10071687400341034, 0.2654827833175659, -0.08079750835895538, -0.04038812965154648, -0.07505055516958237, -0.09834825992584229, 0.12562930583953857, -0.2891945242881775, -0.004682037513703108, -0.02879106067121029, 0.001676339190453291, -0.03176816925406456, -0.09098941832780838, 0.11747366935014725, -0.011109884828329086, 0.14848338067531586, -0.07908964157104492, -0.04943765327334404, 0.193332701921463, -0.07239071279764175, 0.08829507231712341, -0.02835642360150814, 0.11720086634159088, -0.07114861160516739, 0.0011103557189926505, 0.07030221074819565, -0.010435613803565502, -0.005263465456664562, -0.09957427531480789, -0.08679459989070892, -0.027121730148792267, -0.11024852842092514, -0.10234758257865906, -0.002774500986561179, 0.09880563616752625, -0.011278164573013783, 0.16932691633701324, 0.008091958239674568, -0.0626574233174324, -0.014740969985723495, -0.04963419958949089, -0.0762837752699852, 0.10006671398878098, -0.1624281108379364, 0.062070682644844055, 0.017804671078920364, 0.005835143383592367, 0.04457153007388115, 0.07837305217981339, -0.0026326440274715424, 0.04008571058511734, 0.13217759132385254, -0.1556239128112793, 0.01204906590282917, 0.06549747288227081, -0.0028188899159431458, -0.012716111727058887, 0.2057114988565445, 0.06025802344083786, 0.031145920976996422, -0.0019331274088472128, -0.012697728350758553, 0.05126781016588211, -0.019980592653155327, 0.11607733368873596, 0.11805108189582825, 0.06737302243709564, -0.1326439082622528, 0.14915995299816132, -0.025469806045293808, -0.050036683678627014, 0.0015865680761635303, -0.15237943828105927, -0.13171619176864624, -0.10092008858919144, 0.04015156999230385, 0.26957210898399353, 0.0469091534614563, -0.11759963631629944, -0.0357716828584671, -0.027171628549695015, -0.008715025149285793, 0.08355002105236053, 0.0866192877292633, 0.1375557780265808, 0.03755246102809906, -0.02011321671307087, -0.08040698617696762, 0.03939449414610863, -0.050321392714977264, 0.06723060458898544, -0.1613316833972931, 0.04114755615592003, -0.03871668130159378, 0.052995603531599045, -0.07438310235738754, 0.00045680752373300493, -0.046784065663814545, 0.045143332332372665, -0.10550498962402344, 0.05241982638835907, 0.04545515403151512, -0.007612127345055342, 0.021373223513364792, 0.08626583218574524, -0.009772997349500656, 0.056851133704185486, -0.08657326549291611, 0.11385507136583328, 0.026757651939988136, -0.07037422060966492, -0.10609675943851471, 0.017031671479344368, -0.004654454067349434, 0.017103208228945732, 0.06182423606514931, 0.08514117449522018, -0.031899336725473404, 0.04319430887699127, -0.12033340334892273, -0.08392343670129776, 0.049374692142009735, 0.011478080414235592, 0.011510582640767097, 0.0612553209066391, 0.025802666321396828, 0.08569478988647461, -0.07460463047027588, 0.04237495735287666, 0.08724545687437057, -0.08392038941383362, 0.07429538667201996, -0.05032474547624588, -0.083745077252388, -0.028241455554962158, -0.08760577440261841, 0.16248679161071777, -0.0034235152415931225, 0.16053305566310883, 0.020965315401554108, -0.03579021617770195, -0.023346655070781708, -0.04645209014415741, -0.00609240448102355, -0.08081921935081482, -0.10042944550514221, 0.07891713082790375, -0.013456703163683414, -0.05526946112513542, 0.3244863748550415, 0.020884394645690918, -0.12038598954677582, -0.04877644032239914, 0.09137146919965744, 0.04023824259638786, 0.046086445450782776, 0.25330865383148193, 0.03300093114376068, -0.025269687175750732, -0.11739116162061691, 0.049899205565452576, 0.12678812444210052, 0.044436369091272354, 0.012619580142199993, 0.04138795658946037, 0.002169355284422636, 0.05566347390413284, -0.01816227100789547, -0.054782602936029434, -0.07181669026613235, -0.021859921514987946, -0.10161522775888443, 0.0017421344527974725, 0.07258748263120651, -0.03369582071900368, 0.11546596884727478, 0.04997670277953148, -0.03713361918926239, -0.015747901052236557, -0.0613722950220108, -0.08548536896705627, -0.0925508514046669, -0.058223385363817215, -0.15061689913272858, 0.022216681391000748, -0.011621059849858284, -0.09089502692222595, 0.18956199288368225, 0.05822981148958206, 0.013007786124944687, 0.1826961487531662, -0.020335283130407333, 0.08472564071416855, -0.025953833013772964, 0.015821926295757294, -0.048891615122556686, 0.07152163237333298, -0.0940229520201683, 0.044163547456264496, -0.07967212796211243, -0.00021283618116285652, -0.04065987840294838, 0.06658321619033813, 0.012526631355285645, -0.0942760482430458, -0.02215135283768177, -0.0755603238940239, 0.04034486413002014, -0.1214870885014534, 0.10301289707422256, 0.03619704768061638, 0.012537277303636074, 0.0630858764052391, 0.09715873748064041, 0.03231148421764374, -0.05920838564634323, -0.04008080065250397, -0.008077298291027546, 0.031094755977392197, 0.14345626533031464, 0.04900126904249191, -0.08361273258924484, 0.03340776637196541, 0.11058967560529709, 0.22073277831077576, -0.019269896671175957, 0.045371368527412415, 0.04109818488359451, 0.023863062262535095, 0.0077799162827432156, 0.13269269466400146, 0.06778115779161453, 0.03914128616452217, -0.00731627456843853, -0.1153697595000267, -0.030398258939385414, -0.09161494672298431, -0.016030842438340187, 0.05406160280108452, -0.06344879418611526, -0.05485883355140686, -0.06960238516330719, 0.04416487738490105, -0.011068601161241531, 0.09152108430862427, 0.09825371205806732, -0.02323261834681034, -0.05053509771823883, 0.025496114045381546, 0.259671688079834, -0.05058113485574722, -0.04267466813325882, -0.06170272082090378, -0.026144953444600105, 0.02093379944562912, -0.056901488453149796, -0.21998333930969238, -0.1364794224500656, -0.057488858699798584, -0.07160720229148865, 0.20801693201065063, 0.023344578221440315, 0.0754825696349144, 0.06667021661996841, 0.0065915281884372234, -0.08503463864326477, 0.17120017111301422, -0.030062304809689522, -0.007602532859891653, 0.0031235988717526197, 0.0075888135470449924, -0.047342803329229355, -0.03498200327157974, 0.02331852912902832, 0.0058799022808671, -0.04054639860987663, 0.06146093085408211, -0.036441776901483536, -0.05800890922546387, 0.04858345538377762, -0.020310936495661736, 0.09295908361673355, -0.03766697645187378, -0.008427546359598637, 0.0383199118077755, -0.008011851459741592, 0.07789584994316101, -0.006270070094615221, -0.08022335171699524, 0.05535341799259186, -0.08777020126581192, -0.019933277741074562, 0.21870115399360657, 0.01644531823694706, -0.08995028585195541, 0.0411197729408741, -0.08737382292747498, -0.03007223829627037, -0.11622539162635803, 0.03160949423909187, 0.08157120645046234, 0.1301555186510086, -0.036730095744132996, 0.16906329989433289, -0.03145753592252731, 0.01678433082997799, -0.045564405620098114, -0.15104222297668457 ]
fff5fd1cb6a31bfbcd16873834d75f5ab4bc69ba
Fork of https://www.kaggle.com/datasets/motono0223/gustavosta-stable-diffusion-prompts-sd2-v2
affjljoo3581/gustavosta-stable-diffusion-prompts-sd2-v2
[ "region:us" ]
2023-03-20T09:00:14+00:00
{}
2023-03-20T09:28:21+00:00
[]
[]
TAGS #region-us
Fork of 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 ]
6470cbe8e8f2247be6ffa584b4fdc5dd2f8197e9
# Dataset Card for Fragment Of Bookcorpus ## Dataset Description A smaller sample of the bookcorpus dataset, Which includes around 100,000 lines of text. ^^^(In comparison to the original bookcorpus' 74.1~ Million lines of text)^^^ ### Dataset Summary Modified and Uploaded to the hugggingface library as a part of a project. Essentially aiming at Open-Ended conversation data. This dataset is basically a fragment of the infamous bookcorpus dataset. Which aims to serve as a testing sample for those who may not want to download the entire bookcorpus dataset just for a small sample of it. ### Languages The text is written in the English language. ## Dataset Structure A simple ".txt" file which split each sentence into a new line. For a grand total of 100,000 lines. ### Data Fields The data was originally modified for training on Masked Language Modeling with BERT. However, It may be used for variety of other tasks that may require a similar dataset pattern. ### Data Splits Currently, The Dataset is one text file which is a split of the bigger (original) bookcorpus Dataset. Hence, There is only the train split (the one text file) available for download from this Dataset. ## Dataset Creation The Dataset was created from a part of the bookcorpus Dataset and was slightly modified in the way the sentences are organized. ### Source Data The source of the Data comes from the infamous BookCorpus Dataset, Available on HuggingFace at; "https://huggingface.co/datasets/bookcorpus" ### Personal and Sensitive Information The rights and Data itself is not owned by me directly. I have simply modified it according to my needs. ### Licensing Information All rights of the Data itself belong to the owners and those who contributed to the Dataset on- -HuggingFace over at; "https://huggingface.co/datasets/bookcorpus"
Seraphiive/FragmentOfBOOKCORPUS
[ "task_categories:fill-mask", "size_categories:1M<n<10M", "language:en", "region:us" ]
2023-03-20T09:12:51+00:00
{"language": ["en"], "size_categories": ["1M<n<10M"], "task_categories": ["fill-mask"], "pretty_name": "FragmentOfBookCorpus"}
2023-03-20T10:09:01+00:00
[]
[ "en" ]
TAGS #task_categories-fill-mask #size_categories-1M<n<10M #language-English #region-us
# Dataset Card for Fragment Of Bookcorpus ## Dataset Description A smaller sample of the bookcorpus dataset, Which includes around 100,000 lines of text. ^^^(In comparison to the original bookcorpus' 74.1~ Million lines of text)^^^ ### Dataset Summary Modified and Uploaded to the hugggingface library as a part of a project. Essentially aiming at Open-Ended conversation data. This dataset is basically a fragment of the infamous bookcorpus dataset. Which aims to serve as a testing sample for those who may not want to download the entire bookcorpus dataset just for a small sample of it. ### Languages The text is written in the English language. ## Dataset Structure A simple ".txt" file which split each sentence into a new line. For a grand total of 100,000 lines. ### Data Fields The data was originally modified for training on Masked Language Modeling with BERT. However, It may be used for variety of other tasks that may require a similar dataset pattern. ### Data Splits Currently, The Dataset is one text file which is a split of the bigger (original) bookcorpus Dataset. Hence, There is only the train split (the one text file) available for download from this Dataset. ## Dataset Creation The Dataset was created from a part of the bookcorpus Dataset and was slightly modified in the way the sentences are organized. ### Source Data The source of the Data comes from the infamous BookCorpus Dataset, Available on HuggingFace at; "URL ### Personal and Sensitive Information The rights and Data itself is not owned by me directly. I have simply modified it according to my needs. ### Licensing Information All rights of the Data itself belong to the owners and those who contributed to the Dataset on- -HuggingFace over at; "URL
[ "# Dataset Card for Fragment Of Bookcorpus", "## Dataset Description\n\nA smaller sample of the bookcorpus dataset, Which includes around 100,000 lines of text. \n^^^(In comparison to the original bookcorpus' 74.1~ Million lines of text)^^^", "### Dataset Summary\n\nModified and Uploaded to the hugggingface library as a part of a project. Essentially aiming at Open-Ended conversation data.\n This dataset is basically a fragment of the infamous bookcorpus dataset. \n Which aims to serve as a testing sample for those who may not want to download the entire bookcorpus dataset just for a small sample of it.", "### Languages\n\nThe text is written in the English language.", "## Dataset Structure\n\nA simple \".txt\" file which split each sentence into a new line. For a grand total of 100,000 lines.", "### Data Fields\n\nThe data was originally modified for training on Masked Language Modeling with BERT. \n However, It may be used for variety of other tasks that may require a similar dataset pattern.", "### Data Splits\n\nCurrently, The Dataset is one text file which is a split of the bigger (original) bookcorpus Dataset. \n Hence, There is only the train split (the one text file) available for download from this Dataset.", "## Dataset Creation\n The Dataset was created from a part of the bookcorpus Dataset and was slightly modified in the way the sentences are organized.", "### Source Data\nThe source of the Data comes from the infamous BookCorpus Dataset, Available on HuggingFace at; \"URL", "### Personal and Sensitive Information\n\nThe rights and Data itself is not owned by me directly. I have simply modified it according to my needs.", "### Licensing Information\n\nAll rights of the Data itself belong to the owners and those who contributed to the Dataset on-\n -HuggingFace over at; \"URL" ]
[ "TAGS\n#task_categories-fill-mask #size_categories-1M<n<10M #language-English #region-us \n", "# Dataset Card for Fragment Of Bookcorpus", "## Dataset Description\n\nA smaller sample of the bookcorpus dataset, Which includes around 100,000 lines of text. \n^^^(In comparison to the original bookcorpus' 74.1~ Million lines of text)^^^", "### Dataset Summary\n\nModified and Uploaded to the hugggingface library as a part of a project. Essentially aiming at Open-Ended conversation data.\n This dataset is basically a fragment of the infamous bookcorpus dataset. \n Which aims to serve as a testing sample for those who may not want to download the entire bookcorpus dataset just for a small sample of it.", "### Languages\n\nThe text is written in the English language.", "## Dataset Structure\n\nA simple \".txt\" file which split each sentence into a new line. For a grand total of 100,000 lines.", "### Data Fields\n\nThe data was originally modified for training on Masked Language Modeling with BERT. \n However, It may be used for variety of other tasks that may require a similar dataset pattern.", "### Data Splits\n\nCurrently, The Dataset is one text file which is a split of the bigger (original) bookcorpus Dataset. \n Hence, There is only the train split (the one text file) available for download from this Dataset.", "## Dataset Creation\n The Dataset was created from a part of the bookcorpus Dataset and was slightly modified in the way the sentences are organized.", "### Source Data\nThe source of the Data comes from the infamous BookCorpus Dataset, Available on HuggingFace at; \"URL", "### Personal and Sensitive Information\n\nThe rights and Data itself is not owned by me directly. I have simply modified it according to my needs.", "### Licensing Information\n\nAll rights of the Data itself belong to the owners and those who contributed to the Dataset on-\n -HuggingFace over at; \"URL" ]
[ 33, 10, 47, 86, 13, 32, 45, 54, 35, 31, 32, 38 ]
[ "passage: TAGS\n#task_categories-fill-mask #size_categories-1M<n<10M #language-English #region-us \n# Dataset Card for Fragment Of Bookcorpus## Dataset Description\n\nA smaller sample of the bookcorpus dataset, Which includes around 100,000 lines of text. \n^^^(In comparison to the original bookcorpus' 74.1~ Million lines of text)^^^### Dataset Summary\n\nModified and Uploaded to the hugggingface library as a part of a project. Essentially aiming at Open-Ended conversation data.\n This dataset is basically a fragment of the infamous bookcorpus dataset. \n Which aims to serve as a testing sample for those who may not want to download the entire bookcorpus dataset just for a small sample of it.### Languages\n\nThe text is written in the English language.## Dataset Structure\n\nA simple \".txt\" file which split each sentence into a new line. For a grand total of 100,000 lines.### Data Fields\n\nThe data was originally modified for training on Masked Language Modeling with BERT. \n However, It may be used for variety of other tasks that may require a similar dataset pattern.### Data Splits\n\nCurrently, The Dataset is one text file which is a split of the bigger (original) bookcorpus Dataset. \n Hence, There is only the train split (the one text file) available for download from this Dataset.## Dataset Creation\n The Dataset was created from a part of the bookcorpus Dataset and was slightly modified in the way the sentences are organized.### Source Data\nThe source of the Data comes from the infamous BookCorpus Dataset, Available on HuggingFace at; \"URL### Personal and Sensitive Information\n\nThe rights and Data itself is not owned by me directly. I have simply modified it according to my needs.### Licensing Information\n\nAll rights of the Data itself belong to the owners and those who contributed to the Dataset on-\n -HuggingFace over at; \"URL" ]
[ -0.08761505782604218, 0.16412651538848877, -0.003023147117346525, 0.07169879972934723, 0.047048140317201614, 0.02487967722117901, 0.08683808147907257, 0.10530220717191696, -0.06529656797647476, 0.06392545253038406, 0.04335905238986015, -0.054802391678094864, 0.07100377231836319, 0.20834980905056, 0.07288701832294464, -0.18682998418807983, 0.052479468286037445, -0.04715701937675476, 0.0071226502768695354, 0.054505255073308945, 0.09104862809181213, -0.05716532841324806, 0.09338527917861938, -0.07036370784044266, -0.11768367141485214, -0.010791962966322899, -0.009187161922454834, -0.015338514931499958, 0.07518156617879868, 0.09851835668087006, 0.09940961003303528, -0.03558091074228287, 0.02514101192355156, -0.13304468989372253, 0.024549249559640884, 0.08294365555047989, -0.033986978232860565, 0.03751068934798241, -0.013029564172029495, -0.03920583799481392, 0.1572652906179428, -0.11292140185832977, 0.045873578637838364, 0.035605330020189285, -0.11707620322704315, -0.0766933336853981, -0.16118617355823517, 0.061708442866802216, 0.0244158785790205, 0.07062714546918869, -0.02520633488893509, -0.025812478736042976, 0.03239896520972252, 0.06835953891277313, 0.18226420879364014, -0.09911245852708817, -0.04148094356060028, 0.14822468161582947, 0.002780162263661623, 0.12235133349895477, -0.08547672629356384, 0.02452155388891697, 0.011356303468346596, 0.049258116632699966, 0.09852205216884613, -0.05118950456380844, -0.0510055311024189, 0.009793906472623348, -0.089107945561409, -0.07389845699071884, 0.20707134902477264, -0.048536233603954315, -0.11529681831598282, -0.10493412613868713, -0.03394511342048645, -0.018428457900881767, -0.0005214742850512266, 0.032720670104026794, 0.010492666624486446, -0.00867295078933239, -0.002823145594447851, -0.1173567846417427, -0.09649420529603958, -0.024810925126075745, -0.09602227061986923, 0.029534991830587387, -0.021931814029812813, 0.039217498153448105, 0.007470033597201109, 0.052657220512628555, -0.1331176906824112, -0.007787906099110842, -0.07969239354133606, -0.03593386337161064, -0.10892746597528458, -0.03780430927872658, -0.09756841510534286, -0.15225346386432648, -0.0679120123386383, 0.11930425465106964, -0.05885656177997589, 0.0012277706991881132, -0.027327843010425568, 0.010732588358223438, 0.12277042865753174, 0.10832618176937103, -0.009583556093275547, -0.0685359388589859, 0.017998887225985527, -0.0002489466278348118, 0.08911870419979095, -0.04929189383983612, -0.05358352139592171, 0.0336463488638401, 0.005911153741180897, 0.030533770099282265, 0.0523129440844059, 0.009484376758337021, -0.025594359263777733, -0.027955317869782448, 0.0683579295873642, -0.11062290519475937, 0.04552187770605087, -0.02732658199965954, 0.007635361980646849, -0.03368833288550377, 0.08526234328746796, -0.06362058222293854, -0.05886909365653992, 0.05278203263878822, -0.08667448908090591, -0.011531616561114788, -0.09811630845069885, -0.0834236890077591, 0.06271393597126007, -0.0896492674946785, -0.07667747884988785, -0.05264606699347496, -0.22805020213127136, -0.05244474485516548, 0.041967324912548065, -0.02195075713098049, -0.04578995332121849, 0.022110063582658768, -0.04801565781235695, -0.00044297127169556916, 0.022390810772776604, 0.07247073948383331, -0.03661760687828064, 0.025505956262350082, -0.13775329291820526, 0.06180679425597191, -0.14061346650123596, 0.03697158023715019, -0.04708190634846687, 0.03784036636352539, -0.22245608270168304, 0.12450262904167175, -0.07363757491111755, -0.03442486748099327, -0.053432248532772064, -0.018957318738102913, -0.00700750108808279, 0.0531364306807518, 0.0055117616429924965, 0.10411740839481354, -0.27067869901657104, -0.05096464976668358, 0.09386919438838959, -0.13510742783546448, -0.010249817743897438, 0.08958195149898529, -0.06725064665079117, 0.07259532809257507, 0.11433245986700058, 0.1952488273382187, 0.05400920286774635, -0.0020890054292976856, -0.1861957311630249, -0.024727219715714455, -0.01605623960494995, 0.06979743391275406, 0.051727257668972015, -0.06066682189702988, 0.04846194013953209, 0.013114050030708313, 0.04110116884112358, -0.07449831813573837, 0.025338102132081985, -0.054436858743429184, -0.03366987407207489, -0.015438877046108246, -0.015643436461687088, 0.013046957552433014, -0.057923611253499985, -0.023499049246311188, -0.05750318989157677, 0.08469834178686142, 0.06730250269174576, -0.03571155667304993, 0.07695770263671875, 0.014514048583805561, 0.027491386979818344, -0.009898723103106022, 0.03411885350942612, -0.175943523645401, -0.14063267409801483, 0.014694343321025372, -0.05822589993476868, 0.09191703796386719, -0.01423163153231144, -0.0051322076469659805, 0.03489081934094429, -0.09363272786140442, 0.03736281767487526, -0.07985880970954895, -0.020135369151830673, -0.09139328449964523, -0.11914315074682236, -0.06577615439891815, -0.06054602190852165, 0.08970709145069122, -0.07675173878669739, 0.02365884929895401, 0.0547822080552578, 0.0038853459991514683, 0.038856759667396545, -0.09940711408853531, 0.051316361874341965, 0.045166876167058945, -0.043839555233716965, -0.06935157626867294, -0.005671041086316109, 0.04434661194682121, -0.006449858192354441, 0.0014956117374822497, -0.09873293340206146, -0.1326330602169037, 0.0869586169719696, 0.1345372051000595, -0.093004509806633, -0.016606274992227554, -0.02181181311607361, 0.003131734672933817, -0.13045048713684082, -0.06307956576347351, 0.025092409923672676, 0.008641949854791164, 0.04626409709453583, -0.10600751638412476, -0.004729156382381916, -0.012585844844579697, -0.0111957136541605, -0.006908688228577375, 0.04412488266825676, -0.02741503342986107, -0.07588960975408554, 0.10053625702857971, 0.004656343255192041, 0.00415671244263649, 0.15458184480667114, 0.03309404104948044, -0.08358480036258698, -0.05276260897517204, -0.05126196891069412, 0.03207440301775932, 0.16078582406044006, 0.0009567831875756383, 0.009801436215639114, 0.04200418293476105, 0.06554673612117767, 0.009937133640050888, -0.04132631793618202, 0.03456383943557739, 0.0368378609418869, -0.04757116734981537, -0.07151211053133011, -0.0355517640709877, -0.01435606274753809, 0.08477199077606201, 0.017493657767772675, 0.09465388208627701, -0.013697249814867973, -0.023796599358320236, -0.0841168686747551, 0.18404141068458557, -0.12272705137729645, -0.20744284987449646, -0.18391501903533936, -0.02107900008559227, -0.07927320897579193, 0.049377039074897766, 0.01852928288280964, -0.010189393535256386, -0.04459787532687187, -0.13122133910655975, 0.11145292967557907, -0.034640129655599594, -0.045373912900686264, -0.11554472893476486, -0.034443169832229614, -0.04806185141205788, -0.10966738313436508, 0.008659991435706615, 0.017932401970028877, -0.07544679194688797, 0.01676132157444954, -0.023868335410952568, 0.09169518202543259, 0.07064691185951233, 0.02453208714723587, -0.041828591376543045, -0.06100388616323471, 0.12479609996080399, -0.0811859741806984, 0.1418018937110901, -0.007145961746573448, -0.04123292118310928, 0.050730060786008835, 0.09301995486021042, 0.005220605526119471, -0.05255024880170822, 0.01406125444918871, 0.07274095714092255, -0.11867759376764297, -0.1975925862789154, -0.05402810871601105, -0.049239762127399445, 0.11898285150527954, 0.0563521534204483, 0.02778654918074608, 0.03872814401984215, 0.035353485494852066, -0.030594557523727417, 0.04759475216269493, -0.012607530690729618, 0.07557237893342972, 0.007653370033949614, -0.05121617391705513, 0.07646970450878143, -0.09950979053974152, 0.07282357662916183, 0.16324055194854736, 0.0036700961645692587, 0.2623955309391022, -0.0940949097275734, 0.1914055496454239, 0.0619303360581398, 0.034466229379177094, -0.006067238748073578, 0.09593716263771057, -0.012061886489391327, 0.014631696045398712, -0.05364510789513588, -0.030628491193056107, -0.011996165849268436, 0.0689021497964859, 0.0202618557959795, -0.008688544854521751, -0.055813904851675034, -0.05795343965291977, 0.028355548158288002, 0.2079426348209381, 0.03681335598230362, -0.09440940618515015, -0.09181737899780273, 0.0544307678937912, 0.01175626926124096, -0.09239020198583603, -0.02593396045267582, 0.18660907447338104, -0.10966784507036209, 0.051844336092472076, -0.0250396691262722, 0.05469192564487457, -0.02260708250105381, -0.040103327482938766, -0.07325772941112518, 0.011316088028252125, -0.06605707854032516, 0.06540774554014206, -0.13447780907154083, 0.08366432785987854, 0.020565446466207504, 0.06127433478832245, -0.040138404816389084, 0.004639755003154278, 0.024993879720568657, 0.07469218969345093, 0.09741225838661194, 0.06814876198768616, -0.11427260935306549, 0.009204048663377762, -0.05626573786139488, 0.0030596121214330196, 0.03259921073913574, -0.061740513890981674, 0.1024075523018837, 0.02036779373884201, 0.026806307956576347, -0.02916773408651352, 0.15828606486320496, 0.012069696560502052, -0.21994400024414062, 0.04051824286580086, -0.03386955335736275, 0.005490860901772976, -0.07873289287090302, -0.00534082343801856, 0.08173723518848419, 0.20472322404384613, 0.0231306254863739, -0.0725441575050354, -0.11283458769321442, 0.029604481533169746, 0.13860446214675903, -0.04201023653149605, 0.06659842282533646, -0.014371618628501892, 0.12240532040596008, -0.07511243224143982, -0.08531570434570312, -0.0057718935422599316, -0.03826560452580452, -0.07791081070899963, -0.04961908981204033, 0.088369220495224, 0.03598308935761452, 0.06230536848306656, -0.009935503825545311, 0.08447223901748657, -0.034113217145204544, -0.08618324995040894, 0.05188263580203056, 0.09840282052755356, 0.07423645257949829, 0.1978347897529602, -0.07919711619615555, -0.09487752616405487, -0.0021035971585661173, -0.06755898892879486, 0.1003885269165039, 0.11506596952676773, -0.0597052238881588, 0.1390705704689026, 0.12411154061555862, -0.14501824975013733, -0.24562209844589233, 0.03258286789059639, -0.012059176340699196, 0.021200107410550117, 0.0020523075945675373, -0.262595534324646, 0.07050127536058426, 0.08024431765079498, 0.02787742018699646, 0.07627137005329132, -0.23758596181869507, -0.10711243003606796, 0.00015053414972499013, 0.00035148492315784097, 0.11230248212814331, -0.151946023106575, -0.04896880313754082, -0.060564592480659485, -0.01764700934290886, 0.14953690767288208, -0.20931552350521088, 0.10782603174448013, -0.008927013725042343, 0.0751831978559494, 0.019162844866514206, -0.01601577177643776, 0.11712564527988434, 0.035200200974941254, 0.074140265583992, -0.07947076857089996, -0.04397761449217796, 0.11577685177326202, -0.08713970333337784, 0.1264401525259018, -0.02974005602300167, 0.04982087388634682, -0.04625216871500015, -0.03233395516872406, -0.08944264054298401, 0.052080120891332626, -0.07626539468765259, -0.03732891380786896, -0.15029066801071167, 0.06239774078130722, 0.020351774990558624, -0.02226550132036209, 0.018373427912592888, -0.04431741312146187, 0.07316318899393082, 0.05313074216246605, 0.07349136471748352, -0.021430661901831627, -0.13665802776813507, 0.030610453337430954, -0.06361784785985947, 0.037991415709257126, -0.15336154401302338, -0.0037782685831189156, 0.057128697633743286, 0.03033226542174816, 0.1151575818657875, 0.042913276702165604, -0.11058460921049118, -0.0016769702779129148, 0.07573597133159637, -0.08813543617725372, -0.20689599215984344, 0.03137196972966194, 0.0656457394361496, -0.20564284920692444, -0.022645046934485435, 0.11360529810190201, 0.00691412016749382, -0.017100749537348747, -0.02574985846877098, 0.05848448723554611, 0.021428415551781654, 0.045896995812654495, 0.025451386347413063, -0.006512002553790808, -0.07504091411828995, 0.12378473579883575, 0.0835690051317215, -0.09674100577831268, 0.051661521196365356, 0.1060783788561821, -0.07445390522480011, -0.0569697767496109, 0.03343242406845093, 0.09592851996421814, -0.0825173556804657, 0.018175749108195305, 0.025492914021015167, -0.10082019120454788, 0.048000678420066833, 0.16282358765602112, 0.002598862862214446, 0.07884517312049866, -0.02717546559870243, -0.005661833565682173, -0.03010576404631138, 0.051545385271310806, -0.018292611464858055, 0.06329947710037231, 0.034528229385614395, 0.17389369010925293, -0.04077617824077606, 0.021760690957307816, 0.002380428370088339, -0.03303993120789528, -0.06544630974531174, -0.0405963733792305, -0.11509516835212708, 0.005750997923314571, -0.06838510930538177, -0.0415186733007431, -0.03080742433667183, 0.03565308824181557, 0.011940306052565575, -0.02112552337348461, -0.0348316915333271, -0.049349185079336166, -0.08093500882387161, 0.03864412382245064, -0.13475781679153442, 0.00417832937091589, 0.036923687905073166, -0.04144001752138138, 0.10219453275203705, 0.020855862647294998, -0.013784843496978283, 0.015401659533381462, -0.005968437064439058, 0.007959277369081974, -0.06266982108354568, -0.027315733954310417, -0.0008038876112550497, -0.11530540883541107, -0.02507876604795456, 0.007057692855596542, -0.0032077643554657698, 0.06911800056695938, 0.021654965355992317, -0.049969639629125595, 0.10523129254579544, 0.03807520493865013, -0.0194243136793375, -0.05181533470749855, 0.09400765597820282, 0.047916363924741745, 0.05840514972805977, 0.10428870469331741, -0.029204050078988075, 0.003918909002095461, -0.1347317099571228, -0.001452182186767459, -0.016867391765117645, -0.008972693234682083, -0.014891170896589756, -0.06541383266448975, 0.015061292797327042, 0.00860633235424757, 0.13146594166755676, -0.006517433095723391, -0.0955858826637268, 0.007650555577129126, 0.05812890827655792, -0.007588250562548637, 0.024843953549861908, 0.12011223286390305, -0.02016918733716011, -0.10252964496612549, 0.030787890776991844, 0.028890639543533325, 0.014522376470267773, 0.17022605240345, 0.20545817911624908, 0.055887866765260696, 0.20917952060699463, 0.0670560896396637, -0.07928330451250076, -0.08328891545534134, -0.0009409419144503772, -0.024526014924049377, -0.0074540553614497185, 0.034032370895147324, -0.03143720328807831, 0.0496116504073143, 0.02083505317568779, -0.1698368936777115, 0.19121511280536652, 0.01880737394094467, -0.09460312128067017, -0.027377581223845482, -0.07982677221298218, -0.03336843475699425, 0.03671734035015106, -0.07130248099565506, -0.13831572234630585, 0.08735529333353043, 0.06738200038671494, 0.0037845999468117952, 0.00048598600551486015, 0.11257904767990112, -0.18353569507598877, -0.08858764171600342, 0.04745107516646385, 0.0090408930554986, 0.0037546895910054445, 0.06291168183088303, 0.05860327184200287, 0.017264431342482567, -0.002028989838436246, 0.0751611590385437, 0.11229436099529266, 0.1105378121137619, 0.05287564918398857, -0.06241247430443764, -0.025369811803102493, -0.016230547800660133, -0.019240442663431168, 0.0459667406976223, 0.21860601007938385, 0.05370241403579712, -0.05167832225561142, 0.03754488751292229, 0.18619149923324585, -0.01798197627067566, -0.09786239266395569, -0.16056783497333527, 0.08897783607244492, -0.027085643261671066, -0.04765770584344864, -0.034324273467063904, -0.08644003421068192, 0.07108692824840546, 0.10097973793745041, 0.15679676830768585, -0.004456342663615942, -0.01826721802353859, 0.011575193144381046, -0.001733414945192635, 0.0295712910592556, 0.09644948691129684, -0.00859239511191845, 0.29539716243743896, -0.053292784839868546, 0.1362868845462799, -0.025369012728333473, -0.025034286081790924, -0.07957687973976135, 0.11004891246557236, -0.038021162152290344, -0.009830799885094166, -0.04809274896979332, 0.03169846162199974, -0.04157093167304993, -0.21247267723083496, 0.044783055782318115, -0.11114351451396942, -0.07629086822271347, 0.004778292030096054, -0.031959474086761475, -0.01563630811870098, 0.0680936649441719, 0.022811606526374817, 0.04074855521321297, 0.168301522731781, -0.027985932305455208, -0.0999133437871933, -0.1265588104724884, 0.1477489024400711, -0.1242658719420433, 0.16219793260097504, -0.018463455140590668, -0.004000039771199226, 0.08837895840406418, -0.029401591047644615, -0.124658964574337, 0.028192050755023956, -0.012230447493493557, 0.04345902055501938, -0.00928590726107359, 0.15530942380428314, -0.033868782222270966, 0.04152550548315048, 0.021359706297516823, 0.1427285373210907, 0.03172007203102112, 0.07103236764669418, -0.01418375875800848, -0.06421428173780441, 0.015056010335683823, -0.11670102924108505, 0.151844322681427, 0.16845569014549255, -0.013328738510608673, 0.028583241626620293, -0.03083941526710987, -0.022444268688559532, 0.011777861975133419, 0.10291432589292526, -0.008780989795923233, -0.08922867476940155, 0.019872643053531647, -0.03605678677558899, 0.04999639093875885, -0.30455076694488525, -0.03818873316049576, 0.05403635650873184, -0.01783117838203907, -0.016946502029895782, 0.11203889548778534, 0.05434420332312584, 0.008636065758764744, -0.04292569309473038, 0.0665852427482605, 0.0008290463592857122, 0.08362928777933121, -0.030413800850510597, -0.0809083878993988 ]
3b55648e475b7a0bebe43fb725c1f96d02b5ff78
# Dataset Card for "reklambox-balanced-no-stopwords" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
fathyshalab/reklambox-balanced-no-stopwords
[ "region:us" ]
2023-03-20T10:38:40+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "label_name", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 401120, "num_examples": 1102}, {"name": "test", "num_bytes": 140041, "num_examples": 276}], "download_size": 335528, "dataset_size": 541161}}
2023-03-20T10:38:51+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reklambox-balanced-no-stopwords" More Information needed
[ "# Dataset Card for \"reklambox-balanced-no-stopwords\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reklambox-balanced-no-stopwords\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"reklambox-balanced-no-stopwords\"\n\nMore Information needed" ]
[ -0.03584054857492447, 0.1670190393924713, -0.007055643945932388, 0.01116351317614317, 0.05256988853216171, 0.04672299325466156, 0.09235109388828278, 0.09450723230838776, 0.10025610029697418, -0.06311159580945969, 0.10250936448574066, 0.06973414123058319, -0.02398872748017311, 0.32639336585998535, -0.15884539484977722, -0.12021869421005249, 0.07569696009159088, 0.041867952793836594, 0.0407128669321537, 0.09084230661392212, 0.03788473829627037, -0.037223394960165024, -0.035588834434747696, -0.11798549443483353, -0.1367586851119995, 0.040502116084098816, -0.013958154246211052, -0.03922295197844505, 0.029413627460598946, -0.07274222373962402, 0.17417436838150024, 0.05991177260875702, -0.14125873148441315, -0.18300031125545502, 0.03470113128423691, -0.0365932360291481, -0.06935609877109528, 0.008721379563212395, -0.0463208444416523, -0.17055365443229675, 0.006720374803990126, -0.0865851566195488, -0.0037822287995368242, -0.005666880402714014, -0.08804383873939514, -0.06285165995359421, -0.05839347094297409, -0.06817704439163208, 0.0027316671330481768, -0.01857469230890274, 0.01325311604887247, 0.17078565061092377, -0.1597668081521988, 0.037526536732912064, 0.09877245128154755, -0.07118796557188034, 0.04119584709405899, 0.1799154430627823, -0.04054715484380722, -0.031712304800748825, -0.08471222966909409, 0.0816338062286377, 0.040143974125385284, -0.04584278538823128, -0.0837383046746254, -0.03809286653995514, -0.20599614083766937, 0.0690053328871727, -0.018259823322296143, -0.001323175965808332, 0.23132038116455078, 0.020429152995347977, 0.05021180585026741, -0.09807409346103668, -0.02074749581515789, -0.026109930127859116, 0.0015534580452367663, 0.06444522738456726, -0.017217347398400307, 0.016382189467549324, -0.007418592926114798, -0.027002917602658272, -0.06861819326877594, -0.045089513063430786, -0.19212503731250763, 0.14175553619861603, -0.02873041294515133, 0.09132428467273712, -0.1129705086350441, -0.0013583763502538204, -0.0627872422337532, -0.08396956324577332, 0.006969878915697336, -0.13283295929431915, -0.06909361481666565, -0.02839457429945469, -0.09103504568338394, 0.06440391391515732, 0.1502184271812439, 0.0688934326171875, -0.06276042759418488, 0.046046920120716095, -0.08960618823766708, 0.06908466666936874, 0.1615440994501114, -0.17750214040279388, 0.08761031925678253, -0.03218325227499008, -0.005035448353737593, -0.0635114535689354, 0.001616046647541225, -0.10325112193822861, -0.06658277660608292, 0.014357408508658409, -0.04975501447916031, 0.12742866575717926, -0.022155627608299255, -0.04193829745054245, -0.08723243325948715, -0.042903926223516464, 0.06114716827869415, -0.09491146355867386, 0.003710157936438918, 0.005541956052184105, -0.017485428601503372, 0.05324968323111534, -0.13502195477485657, 0.043193522840738297, 0.04351015016436577, 0.00525667006149888, -0.06080988794565201, 0.033224917948246, -0.06715265661478043, -0.04016166180372238, 0.07125237584114075, -0.2148578017950058, 0.061554040759801865, -0.1047133058309555, -0.21789562702178955, 0.05293283239006996, 0.030346188694238663, -0.044655874371528625, 0.0877675712108612, -0.08049659430980682, 0.08116203546524048, 0.005748071242123842, -0.03596222773194313, 0.07641028612852097, -0.08778446167707443, 0.07857422530651093, -0.02431061677634716, 0.1001489982008934, -0.15037955343723297, -0.019213896244764328, -0.1545945405960083, -0.016788765788078308, -0.017539963126182556, 0.10144883394241333, -0.10178383439779282, 0.03999381512403488, -0.0366266705095768, 0.06986555457115173, -0.19046245515346527, 0.03817659988999367, -0.0672234445810318, 0.14633837342262268, -0.2792123258113861, -0.07603097707033157, 0.12401032447814941, -0.1018061488866806, -0.11909446120262146, -0.017092043533921242, -0.08390568196773529, 0.056189343333244324, 0.07715754210948944, 0.2911970019340515, 0.06975618749856949, -0.03932405635714531, -0.007922201417386532, 0.11963877826929092, -0.19676777720451355, -0.16432136297225952, -0.020791945978999138, -0.03693883493542671, -0.15731410682201385, 0.07662239670753479, 0.15811845660209656, -0.030463553965091705, -0.057845186442136765, -0.05326581746339798, 0.038219697773456573, -0.10484153777360916, 0.13855691254138947, -0.004255061037838459, 0.0170194860547781, -0.0923139676451683, 0.08587604761123657, 0.13618692755699158, 0.031564388424158096, 0.027703702449798584, 0.005820819642394781, 0.011703921481966972, 0.077337846159935, -0.08157108724117279, 0.009661872871220112, -0.19069746136665344, -0.1723119169473648, -0.021795911714434624, 0.08163551241159439, 0.07384210079908371, 0.08555789291858673, 0.06453785300254822, -0.10963043570518494, -0.1017734631896019, 0.0913371816277504, 0.14441335201263428, 0.053305257111787796, -0.017431553453207016, -0.025541434064507484, 0.0738222599029541, -0.09434705227613449, 0.010633790865540504, -0.051428090780973434, -0.07405786216259003, 0.1354358047246933, 0.10405189543962479, 0.0027084543835371733, -0.008075417950749397, 0.1007692739367485, 0.042578428983688354, -0.007636371999979019, 0.03493993729352951, 0.07764843851327896, -0.015153342857956886, -0.10430172830820084, 0.030834844335913658, -0.03557871654629707, 0.12108441442251205, 0.18163557350635529, -0.03578723222017288, 0.03474416211247444, -0.12107690423727036, 0.04951189085841179, -0.004076176322996616, -0.0846419632434845, 0.08658904582262039, -0.08606098592281342, 0.011905220337212086, 0.05701827257871628, -0.04826480522751808, 0.011452521197497845, -0.0048348018899559975, -0.023833639919757843, -0.12498166412115097, 0.05792330950498581, 0.04622376337647438, -0.26287907361984253, 0.14708183705806732, 0.13451026380062103, 0.05977916717529297, 0.27367186546325684, -0.0532439686357975, -0.03128274530172348, -0.015850616618990898, 0.009906674735248089, -0.08401378244161606, 0.06741570681333542, -0.02525092102587223, 0.03997761383652687, 0.10805628448724747, 0.0123992208391428, 0.11258994042873383, -0.07820247858762741, -0.12235423177480698, -0.051468707621097565, -0.022250602021813393, -0.11821708083152771, 0.09593112766742706, 0.05810556933283806, 0.06669118255376816, -0.018882011994719505, -0.045553889125585556, 0.16700506210327148, -0.02613636665046215, -0.006944312248378992, 0.07388461381196976, -0.1608712524175644, -0.36461788415908813, 0.052698541432619095, -0.11739800125360489, -0.0424521267414093, 0.028119586408138275, -0.006168286316096783, -0.03689414635300636, -0.0018505915068089962, 0.027183987200260162, -0.10812191665172577, -0.1462392359972, 0.001506782602518797, -0.022351907566189766, 0.06592172384262085, -0.07652301341295242, -0.08406998217105865, 0.021586472168564796, -0.053151167929172516, 0.1039789691567421, 0.16704581677913666, -0.12979425489902496, 0.1250399351119995, 0.11893314123153687, -0.02832925133407116, 0.09725132584571838, -0.06807440519332886, -0.000630056660156697, -0.051655203104019165, -0.09023566544055939, 0.003982704598456621, 0.033921290189027786, 0.0280863456428051, 0.10616569966077805, 0.014512350782752037, -0.1370692253112793, 0.03558524325489998, 0.057368677109479904, -0.15637703239917755, -0.16667304933071136, -0.1256638467311859, -0.08430968225002289, 0.021526047959923744, -0.006031921599060297, 0.03645619377493858, 0.02203427441418171, 0.032097604125738144, 0.08309213817119598, -0.09105397760868073, -0.053227849304676056, 0.0046186926774680614, 0.06322029232978821, 0.02444431558251381, 0.07031794637441635, -0.10007787495851517, -0.037465568631887436, 0.1090506985783577, 0.12760129570960999, 0.11867433041334152, 0.08087506890296936, 0.07486043125391006, 0.055295709520578384, 0.026656830683350563, 0.16460420191287994, 0.09928886592388153, 0.06840052455663681, -0.021934092044830322, 0.007624858524650335, -0.0021285039838403463, -0.07879957556724548, 0.00652034068480134, 0.21563637256622314, -0.16220538318157196, 0.006573443301022053, -0.12899598479270935, 0.10523107647895813, -0.15818580985069275, 0.0879579558968544, -0.07468577474355698, 0.12605014443397522, 0.0515119731426239, 0.07974796742200851, -0.07827424257993698, 0.09282827377319336, -0.044390540570020676, -0.0273144468665123, 0.13585714995861053, 0.028554247692227364, 0.08700297027826309, -0.04589887708425522, -0.020370934158563614, -0.14895780384540558, -0.0724434107542038, -0.011495455168187618, 0.13080082833766937, -0.2699912190437317, 0.1845887154340744, 0.017298199236392975, -0.060303036123514175, -0.05791585519909859, -0.1351616084575653, -0.019543010741472244, -0.09556784480810165, 0.09770290553569794, -0.007067804224789143, -0.21026410162448883, -0.11346549540758133, -0.011785297654569149, -0.03778398036956787, 0.11926552653312683, -0.04164118692278862, -0.043128374963998795, 0.0757201537489891, -0.012967350892722607, -0.0036586541682481766, -0.051713649183511734, -0.09278405457735062, -0.14228685200214386, 0.035475943237543106, 0.12817099690437317, -0.16411234438419342, 0.04603184387087822, -0.05706147104501724, -0.05181949958205223, 0.16396337747573853, 0.10205690562725067, -0.07498876750469208, -0.10449828207492828, -0.009513088501989841, 0.1388627588748932, -0.0033333690371364355, 0.03658900037407875, -0.015477348119020462, -0.01129396352916956, -0.13029225170612335, -0.15697772800922394, 0.08846219629049301, -0.016673637554049492, 0.09250780940055847, -0.0611664243042469, 0.21114668250083923, -0.020666547119617462, -0.00045175032573752105, 0.005992542020976543, 0.07094321399927139, -0.016696061939001083, -0.05207159370183945, 0.07216954976320267, -0.09295497089624405, 0.14944322407245636, 0.22060877084732056, 0.0072125899605453014, 0.027788789942860603, 0.04116331413388252, -0.06800345331430435, 0.2387554794549942, 0.25956830382347107, -0.04646359011530876, 0.2507235109806061, 0.15321531891822815, -0.03266490623354912, -0.22160561382770538, -0.023941950872540474, -0.14028328657150269, -0.02540203370153904, -0.0297992043197155, -0.1770818531513214, 0.0033135530538856983, 0.07182704657316208, -0.04173358902335167, 0.23329471051692963, -0.10435786098241806, -0.05560345575213432, 0.2048305869102478, -0.023236658424139023, 0.42039015889167786, -0.0808025449514389, -0.1155315712094307, -0.10589232295751572, -0.083951935172081, 0.3160954415798187, -0.07128004729747772, 0.06846275925636292, 0.02294500544667244, 0.04155488312244415, 0.005061950534582138, -0.056633658707141876, 0.13725721836090088, 0.060620132833719254, 0.08698184788227081, -0.006120414473116398, -0.08113354444503784, 0.06140998378396034, -0.03158407658338547, 0.00026112794876098633, -0.011843458749353886, 0.006112844683229923, -0.06263799220323563, -0.07581496983766556, -0.019568631425499916, 0.07866901904344559, 0.07368588447570801, -0.058873500674963, -0.05085456743836403, -0.01216067187488079, -0.061648644506931305, -0.03595232218503952, 0.18933983147144318, -0.10367844253778458, 0.06801103800535202, 0.11721213907003403, 0.03724951669573784, -0.09247475117444992, 0.058519668877124786, -0.06304396688938141, -0.13079576194286346, 0.0972762256860733, -0.07787509262561798, 0.030156008899211884, 0.09862639755010605, 0.014332477003335953, 0.02044370025396347, 0.06902927160263062, 0.0086973300203681, -0.05035178363323212, 0.14118345081806183, -0.11717630177736282, 0.05545250326395035, 0.0019590596202760935, -0.10992331802845001, 0.04303852841258049, 0.0016385475173592567, 0.053480423986911774, 0.09988486021757126, -0.01390421949326992, -0.015530933625996113, 0.00839567556977272, -0.006499424111098051, 0.037788134068250656, 0.11069630086421967, 0.0668519139289856, -0.1893768012523651, 0.18496070802211761, 0.003020398085936904, -0.07774669677019119, 0.027870772406458855, -0.03538379818201065, -0.14782631397247314, -0.07292746007442474, -0.03150930628180504, 0.15619909763336182, -0.006953481584787369, -0.06213252246379852, 0.028297604992985725, -0.06937198340892792, 0.03493689000606537, 0.20492620766162872, 0.09272713959217072, 0.15114067494869232, 0.005507882684469223, -0.04183080419898033, -0.0029361392371356487, 0.001838914817199111, 0.0012229636777192354, -0.023048745468258858, -0.014270552434027195, -0.15159794688224792, -0.03534209355711937, 0.1195375844836235, -0.08250124007463455, -0.06225962191820145, -0.10257790237665176, 0.09458756446838379, -0.10045277327299118, 0.02654203027486801, -0.03975854068994522, -0.013331450521945953, -0.005224893335253, 0.022672606632113457, -0.01451143715530634, -0.04307737946510315, -0.08631063252687454, 0.10153341293334961, 0.01314079575240612, 0.011331646703183651, -0.06593867391347885, -0.08385378122329712, 0.0942952036857605, 0.025880437344312668, 0.0711386576294899, 0.16268935799598694, -0.03666989877820015, 0.12145613878965378, -0.10045365989208221, -0.1474878191947937, 0.11793737858533859, 0.028680454939603806, 0.021237682551145554, -0.05932745710015297, 0.010588506236672401, 0.11154944449663162, 0.06472650915384293, 0.08562566339969635, -0.058856043964624405, -0.11894471198320389, -0.07081469148397446, -0.11438237130641937, -0.13731400668621063, 0.007876335643231869, -0.10269192606210709, 0.1924031525850296, 0.10338298976421356, 0.047525469213724136, 0.058074068278074265, 0.01510782353579998, 0.04396972432732582, -0.039640914648771286, -0.02224098891019821, -0.15944747626781464, -0.009461338631808758, 0.048262979835271835, 0.05025050789117813, -0.05770229548215866, 0.45284584164619446, -0.05342524126172066, -0.12115220725536346, -0.028936782851815224, 0.07834886014461517, 0.006508608348667622, 0.0486610047519207, 0.39671066403388977, 0.12210245430469513, -0.034647297114133835, 0.017158115282654762, 0.05350619927048683, 0.020226869732141495, 0.0637677013874054, 0.14608733355998993, 0.09237626194953918, 0.10181571543216705, 0.022600779309868813, -0.045984551310539246, -0.02195756882429123, 0.08213680237531662, 0.044546909630298615, -0.01797831803560257, -0.025210296735167503, 0.03320299834012985, -0.08645475655794144, 0.10108788311481476, -0.057194214314222336, 0.0861661434173584, -0.011104591190814972, -0.07586132735013962, -0.11236777156591415, -0.24227504432201385, -0.09965958446264267, -0.03323595970869064, 0.0968659296631813, -0.0652175173163414, -0.0196330975741148, 0.22758232057094574, 0.048014815896749496, 0.05555925518274307, 0.03118555247783661, -0.059998925775289536, 0.02219163253903389, 0.06653541326522827, -0.044550903141498566, -0.052160341292619705, 0.04529436305165291, -0.07421635091304779, 0.0005507449968717992, -0.023375825956463814, -0.04663833975791931, -0.017863919958472252, 0.050476498901844025, 0.0039303964003920555, -0.12617971003055573, -0.07485244423151016, -0.060696475207805634, 0.06104175001382828, 0.003511519869789481, 0.10372620075941086, 0.06432367116212845, 0.0013437424786388874, 0.05430038273334503, 0.22208337485790253, 0.013681020587682724, -0.13911505043506622, -0.026067892089486122, 0.024804499000310898, 0.03934958949685097, 0.10987149178981781, -0.010016927495598793, -0.08406414836645126, -0.011370220221579075, 0.14434358477592468, 0.33856648206710815, -0.08453875035047531, 0.020626883953809738, 0.0041259475983679295, 0.04877128824591637, 0.12035242468118668, 0.07425820082426071, 0.021900905296206474, 0.10080665349960327, -0.02915264293551445, -0.11563941836357117, -0.01322905346751213, -0.033478040248155594, -0.04712073132395744, 0.10192690789699554, 0.042235828936100006, -0.07861100882291794, -0.11482243239879608, 0.10358075052499771, -0.19255703687667847, 0.09836384654045105, -0.0188303142786026, -0.12007945775985718, -0.08724572509527206, -0.04753757640719414, 0.040348876267671585, -0.003590736771002412, -0.016476789489388466, -0.04889985918998718, -0.03749191761016846, -0.0847361832857132, -0.019389856606721878, -0.2636285424232483, -0.1094885990023613, -0.006302340421825647, 0.16788403689861298, -0.07213927060365677, -0.0038706709165126085, 0.1750992238521576, 0.01982954889535904, 0.06416218727827072, 0.03329665586352348, 0.17564880847930908, 0.017501303926110268, 0.08707346767187119, 0.014880353584885597, 0.06956861913204193, -0.04188479483127594, -0.021230239421129227, 0.10997535288333893, -0.052540794014930725, 0.007782339584082365, 0.0846487358212471, -0.028279688209295273, -0.021008292213082314, 0.04541958123445511, -0.09959682822227478, 0.05734994634985924, -0.010801264084875584, 0.0008119142730720341, 0.057111892849206924, 0.02376960963010788, 0.07214388251304626, -0.02661081589758396, -0.08792121708393097, -0.09388800710439682, 0.0032222529407590628, -0.09532919526100159, 0.18413621187210083, -0.03957653418183327, -0.09626157581806183, 0.025785569101572037, -0.10102281719446182, 0.043183788657188416, -0.04125816747546196, 0.07108908146619797, 0.016259100288152695, 0.05438702180981636, -0.055420562624931335, -0.08125560730695724, 0.09333302825689316, -0.013365142047405243, -0.08408878743648529, -0.07413962483406067 ]
4706f0179085cb04b536d180f9ba1ccff6de0182
# Dataset Card for "celeba_with_captions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
simpletransformers/celeba_with_captions
[ "region:us" ]
2023-03-20T11:26:29+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "image", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 19563162, "num_examples": 24000}], "download_size": 4847318, "dataset_size": 19563162}}
2023-03-20T12:34:33+00:00
[]
[]
TAGS #region-us
# Dataset Card for "celeba_with_captions" More Information needed
[ "# Dataset Card for \"celeba_with_captions\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"celeba_with_captions\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"celeba_with_captions\"\n\nMore Information needed" ]
[ -0.08164148032665253, 0.21280445158481598, -0.004535689018666744, -0.007899435237050056, 0.09567142277956009, 0.10704170167446136, 0.11892703920602798, 0.04620411992073059, 0.11645077913999557, 0.04093771427869797, 0.11736144870519638, 0.07167011499404907, 0.07599321007728577, 0.2157900482416153, -0.054069869220256805, -0.05522466450929642, 0.0642796978354454, 0.04535679519176483, -0.019454704597592354, 0.04628979414701462, 0.0015564168570563197, -0.07417898625135422, 0.07694201171398163, -0.12828411161899567, -0.1992829293012619, 0.07496406137943268, -0.039390359073877335, -0.03841274604201317, 0.07868514955043793, -0.06714869290590286, 0.2148011177778244, 0.023617219179868698, -0.00213617249391973, -0.1681210845708847, 0.028089523315429688, -0.02280442789196968, -0.0965927466750145, 0.06405998766422272, -0.026519974693655968, -0.14155800640583038, 0.011379575356841087, -0.011065484955906868, 0.053927451372146606, -0.00439231563359499, -0.1439276486635208, -0.11787109076976776, -0.12836967408657074, -0.07676421850919724, 0.03874450549483299, -0.06901639699935913, 0.06640619039535522, 0.07312783598899841, -0.19120042026042938, -0.006996125914156437, 0.09410715848207474, -0.08557777106761932, 0.04081956669688225, 0.17108316719532013, -0.002700197510421276, 0.04873459413647652, -0.014816582202911377, 0.062235381454229355, 0.09999600052833557, -0.051612600684165955, -0.03908979520201683, -0.04013637825846672, -0.2500227391719818, 0.03811325505375862, 0.012219272553920746, -0.09176348149776459, 0.34163814783096313, -0.005843190010637045, 0.005395670887082815, 0.041455868631601334, -0.03226529806852341, -0.08165191113948822, 0.012113076634705067, 0.11290829628705978, 0.0512424036860466, 0.005072062835097313, 0.0795341208577156, 0.0014346009120345116, -0.1110031008720398, -0.12832939624786377, -0.1621045023202896, -0.0454670749604702, -0.0011450847378000617, 0.11690305918455124, -0.15337584912776947, -0.029756952077150345, -0.10228613018989563, -0.03541883826255798, -0.01972637139260769, -0.03215629607439041, -0.04623347893357277, -0.027400851249694824, -0.009405125863850117, 0.049826670438051224, 0.10279088467359543, 0.1953517645597458, 0.05855667218565941, 0.050135232508182526, -0.07586151361465454, 0.11148077249526978, 0.17545150220394135, -0.12005062401294708, 0.021706724539399147, 0.03833929821848869, -0.007589395623654127, -0.1516493707895279, 0.03228770196437836, -0.13855275511741638, -0.16465447843074799, 0.011005145497620106, -0.11736778169870377, 0.15273045003414154, -0.05765815079212189, -0.15061236917972565, -0.079388327896595, 0.029813457280397415, 0.18531358242034912, -0.07692462205886841, 0.024413691833615303, 0.013312317430973053, -0.0007449194672517478, 0.016671068966388702, -0.06548480689525604, 0.0024704968091100454, 0.13721723854541779, 0.09594441205263138, -0.11497320979833603, -0.04086775705218315, -0.05432545393705368, 0.02011154592037201, 0.0844380259513855, -0.23317652940750122, 0.053596124053001404, -0.0892467349767685, -0.11816846579313278, 0.023974038660526276, -0.004848418291658163, -0.07430816441774368, 0.14921768009662628, -0.026912124827504158, 0.0904807522892952, -0.03347659111022949, -0.0726793184876442, 0.007340630050748587, -0.08683153241872787, 0.06000937521457672, 0.007869669236242771, 0.12655916810035706, -0.2950521409511566, 0.01830390840768814, -0.07164141535758972, 0.05804131552577019, -0.07076375931501389, -0.010641885921359062, -0.06829139590263367, 0.0880291536450386, -0.05965292453765869, 0.029310317710042, -0.06956463307142258, 0.03212711960077286, -0.03503689914941788, 0.07266053557395935, -0.2721865177154541, -0.037080809473991394, 0.31405550241470337, -0.11694507300853729, -0.16402561962604523, -0.03928164020180702, -0.05158655717968941, 0.012898554094135761, 0.037013135850429535, 0.2678947150707245, -0.017343292012810707, -0.043684251606464386, -0.004828179255127907, 0.06182220205664635, -0.06255212426185608, -0.2985605299472809, 0.07575175166130066, -0.06689412146806717, -0.06300514191389084, -0.01217743381857872, 0.11820057034492493, -0.0015920688165351748, -0.037020403891801834, -0.06060147285461426, 0.05143405869603157, -0.13174621760845184, -0.012591058388352394, 0.007711883168667555, -0.00012175076699350029, -0.014709300361573696, 0.1926420032978058, -0.018787704408168793, 0.0510401725769043, -0.008721918798983097, -0.01283786166459322, -0.007329843007028103, 0.1949460804462433, -0.11009293049573898, -0.03214551508426666, -0.1538580060005188, -0.15724658966064453, 0.018430307507514954, 0.009421505965292454, 0.07217320054769516, -0.01328747346997261, 0.018887042999267578, -0.01621299609541893, 0.021637097001075745, 0.1004120483994484, 0.12122239172458649, 0.049845244735479355, 0.0572374053299427, -0.05083096772432327, 0.02435031346976757, -0.0800100639462471, 0.011243884451687336, -0.026981107890605927, -0.05403262749314308, 0.1614382117986679, 0.09107586741447449, -0.005712632555514574, -0.028353165835142136, 0.028499774634838104, 0.05381648615002632, -0.01075963769108057, -0.03832466900348663, 0.019099898636341095, -0.04802056774497032, -0.04314221441745758, 0.026616213843226433, -0.13215796649456024, 0.11594056338071823, 0.13944408297538757, 0.004497614223510027, -0.03773069009184837, -0.1497267484664917, 0.0702446922659874, 0.015282767824828625, -0.06493011862039566, 0.03333372622728348, -0.02850114367902279, -0.04109278321266174, 0.07823791354894638, -0.1010628193616867, 0.02161470241844654, 0.04563071206212044, -0.012511462904512882, -0.11507517099380493, -0.006089654751121998, 0.33242231607437134, -0.23880736529827118, 0.141232430934906, 0.19740146398544312, 0.12337466329336166, 0.15474571287631989, -0.020251424983143806, -0.07503553479909897, -0.030904831364750862, -0.03569302335381508, -0.03638670593500137, 0.2400697022676468, -0.05714084580540657, 0.012907329946756363, 0.049223415553569794, -0.015140156261622906, 0.0857161432504654, -0.10397233068943024, -0.07959330826997757, 0.013710695318877697, -0.010941363871097565, -0.19662944972515106, 0.008310290053486824, 0.012547193095088005, 0.046938057988882065, 0.0238296240568161, -0.05673962086439133, 0.11231657862663269, -0.006636529229581356, -0.007246858906000853, 0.1343505084514618, -0.19207777082920074, -0.22708451747894287, -0.03469635173678398, -0.11494012922048569, 0.08555348962545395, 0.07221177965402603, -0.028529057279229164, -0.0938374400138855, -0.04367809742689133, 0.04260306805372238, -0.16048921644687653, -0.12689326703548431, -0.021069606766104698, -0.05146323889493942, 0.028506506234407425, -0.09520149230957031, -0.07791899889707565, 0.011141115799546242, -0.04862246662378311, 0.06506437063217163, 0.10220164060592651, -0.1181887537240982, 0.1510392278432846, 0.12311824411153793, -0.016963543370366096, 0.09115973114967346, -0.03797342628240585, 0.04503091052174568, -0.07344191521406174, -0.07964063435792923, 0.06846566498279572, -0.005815694574266672, 0.015378687530755997, 0.12255077809095383, 0.07323061674833298, -0.1574547439813614, -0.04604840278625488, -0.040338851511478424, -0.2090063840150833, -0.21635568141937256, -0.1460079550743103, -0.06417960673570633, 0.028411047533154488, 0.0905715823173523, 0.03967408835887909, 0.05329938605427742, 0.09708288311958313, 0.07625412195920944, -0.03919136896729469, -0.15378524363040924, -0.03004266507923603, -0.06731373816728592, -0.008167965337634087, -0.011277495883405209, -0.11960645765066147, -0.006863999180495739, 0.12087719887495041, 0.21128205955028534, 0.1763245314359665, 0.1461898684501648, 0.14850158989429474, 0.04705415666103363, 0.13503064215183258, 0.08198422193527222, 0.1564604789018631, 0.054790765047073364, 0.0032722896430641413, -0.03167526796460152, 0.014065832830965519, -0.09523448348045349, -0.0064628547988832, 0.22262884676456451, -0.17239044606685638, -0.010588043369352818, -0.170784130692482, 0.012108317576348782, -0.17675311863422394, 0.0820036306977272, -0.21751004457473755, 0.1677762120962143, 0.02737683802843094, 0.1651112288236618, -0.11828596144914627, 0.07399775832891464, 0.14070360362529755, -0.057281896471977234, 0.10154055058956146, 0.041734687983989716, 0.05892710015177727, -0.17418552935123444, -0.04277940094470978, -0.0631822720170021, -0.12357526272535324, 0.024408021941781044, 0.11523030698299408, -0.14015810191631317, 0.19248583912849426, 0.027917683124542236, -0.08420345187187195, -0.09665732830762863, -0.048722073435783386, -0.07681814581155777, -0.02307267114520073, 0.12325320392847061, 0.0007841929327696562, -0.20076929032802582, -0.20970334112644196, -0.09871071577072144, -0.02860392816364765, 0.10744260996580124, -0.07875757664442062, -0.09333961457014084, 0.06396496295928955, -0.020919321104884148, -0.05492810532450676, -0.1926044225692749, 0.015633389353752136, -0.18417350947856903, 0.017501305788755417, 0.11590886116027832, -0.10105866193771362, 0.013514737598598003, 0.021225526928901672, -0.008835799060761929, 0.005688560660928488, -0.018437983468174934, -0.032472092658281326, -0.07216274738311768, -0.07502220571041107, 0.14386317133903503, -0.005913647823035717, 0.08778439462184906, -0.01589018851518631, 0.03252119570970535, -0.09741659462451935, -0.0999419242143631, 0.09614377468824387, -0.05590231716632843, 0.08440805226564407, -0.15164873003959656, 0.132353276014328, -0.034087102860212326, -0.001419615000486374, 0.04946405068039894, 0.04348097741603851, 0.010695244185626507, -0.07412058115005493, 0.06722880899906158, -0.07951320707798004, 0.1727060079574585, 0.26853692531585693, 0.06251772493124008, 0.03464522957801819, 0.11260920763015747, -0.013502633199095726, 0.19400490820407867, 0.12029752135276794, -0.04679958149790764, 0.21909664571285248, 0.15024594962596893, -0.05172386392951012, -0.2126746028661728, -0.05666041374206543, -0.1953970193862915, -0.04259900748729706, 0.046458665281534195, -0.24154268205165863, 0.03604369983077049, 0.1012517437338829, -0.03780179098248482, 0.24110892415046692, -0.17325946688652039, 0.009743746370077133, 0.1318071484565735, 0.038517918437719345, 0.3197856843471527, -0.09129142016172409, -0.10445195436477661, -0.13014265894889832, -0.09654932469129562, 0.24887621402740479, -0.10630613565444946, 0.02723979577422142, 0.011915990151464939, 0.03600338473916054, -0.01735527627170086, -0.048731762915849686, 0.18541142344474792, 0.09217219799757004, 0.07433611154556274, -0.06176185607910156, -0.13010536134243011, 0.11108461022377014, -0.0649155005812645, -0.029039667919278145, -0.05121786519885063, 0.004919933155179024, -0.08864212036132812, 0.004822000861167908, 0.04884425178170204, 0.02639753371477127, 0.02456423081457615, 0.0031679437961429358, -0.11399032175540924, -0.03487013652920723, -0.10254345834255219, 0.018727175891399384, 0.10754941403865814, -0.019881654530763626, 0.035431262105703354, -0.03716526925563812, 0.03686709329485893, -0.07880410552024841, -0.061171505600214005, -0.05737004429101944, -0.0746278166770935, 0.08768825978040695, -0.1704968363046646, 0.03306384012103081, 0.0967496782541275, -0.004052034113556147, 0.04988395795226097, 0.05961005762219429, -0.07442841678857803, 0.04874011501669884, 0.176683247089386, -0.10543660819530487, 0.0675245001912117, 0.143090158700943, -0.008260519243776798, 0.05314211547374725, 0.02430180087685585, -0.011586588807404041, 0.1278909593820572, -0.036577194929122925, -0.023514987900853157, 0.053951915353536606, -0.02459108829498291, 0.007521388586610556, 0.11852464824914932, 0.03102297894656658, -0.18240687251091003, 0.17998161911964417, 0.10570105910301208, -0.07535632699728012, 0.008899644948542118, -0.023656584322452545, -0.07356218993663788, -0.06488634645938873, -0.03135065361857414, 0.23405705392360687, -0.13001328706741333, -0.1437370628118515, -0.0008661807514727116, -0.06209902837872505, -0.018412789329886436, 0.2637178599834442, 0.029935285449028015, 0.11768993735313416, 0.02379757910966873, -0.05804445222020149, -0.02659992128610611, -0.08114256709814072, -0.1346248984336853, 0.04570493847131729, -0.038186345249414444, -0.19091977179050446, -0.022498108446598053, 0.1347966492176056, -0.03719964250922203, -0.05016351118683815, -0.11712932586669922, 0.07968531548976898, -0.04883931204676628, 0.06694480031728745, -0.015252427197992802, -0.017103979364037514, 0.029081929475069046, 0.057687997817993164, 0.0016729974886402488, -0.06257811188697815, -0.08864077925682068, 0.11214429885149002, 0.020579250529408455, 0.060082074254751205, -0.11699941754341125, -0.010257426649332047, 0.0899762511253357, 0.0041314540430903435, 0.07224293053150177, 0.0556933656334877, 0.044812437146902084, 0.07471119612455368, -0.11319621652364731, -0.11105585843324661, 0.07531461119651794, 0.07936917245388031, 0.0752154290676117, 0.0874372124671936, 0.005574005655944347, 0.07471757382154465, -0.02011246420443058, 0.03677113354206085, -0.09565940499305725, -0.08384956419467926, -0.029585208743810654, -0.1043483093380928, -0.1389247179031372, 0.04429878666996956, -0.05706729739904404, 0.21365728974342346, -0.00731552904471755, -0.05677356570959091, 0.1019548773765564, 0.045299481600522995, 0.06287617981433868, -0.027400387451052666, -0.03906409442424774, -0.12313070893287659, -0.09487124532461166, 0.0419495515525341, 0.026725681498646736, -0.06072156876325607, 0.46766647696495056, -0.020920280367136, -0.0780792385339737, -0.061848290264606476, 0.16492530703544617, 0.04611414298415184, 0.04727458208799362, 0.30101656913757324, 0.10335860401391983, -0.045598819851875305, -0.04614722728729248, 0.08851610869169235, 0.012869143858551979, 0.005027515348047018, 0.11888939887285233, 0.058039434254169464, 0.09443219751119614, -0.008544506505131721, 0.07787689566612244, -0.09357818961143494, 0.11560772359371185, -0.000015889052519924007, 0.01810492016375065, -0.04770189896225929, 0.11018187552690506, -0.10704925656318665, 0.012419215403497219, -0.05359070375561714, 0.03179769963026047, -0.003693155013024807, -0.06588800996541977, -0.09695747494697571, -0.04776981845498085, -0.021247055381536484, -0.028648702427744865, 0.04913298413157463, -0.049719661474227905, -0.03917811065912247, 0.299725204706192, 0.00818281713873148, 0.04124903306365013, 0.11318960785865784, -0.04032882675528526, 0.05935818701982498, 0.003854110836982727, 0.04128542169928551, -0.011217313818633556, -0.015988172963261604, -0.09235214442014694, 0.013591790571808815, -0.02959895133972168, -0.007709405850619078, 0.0005560961435548961, 0.12393627315759659, 0.01779172383248806, -0.10723844915628433, -0.05846741423010826, -0.06981929391622543, 0.034897856414318085, -0.08436410874128342, 0.08823323994874954, 0.012474151328206062, 0.057326748967170715, 0.027632663026452065, 0.005094192456454039, 0.03967149183154106, 0.10856513679027557, -0.03358848765492439, -0.023453155532479286, -0.02337576635181904, 0.07884906977415085, -0.021870490163564682, -0.07303152233362198, -0.042750269174575806, 0.17027786374092102, 0.211346834897995, -0.023389730602502823, -0.0002740298805292696, 0.02498779445886612, 0.03366254270076752, 0.07814604789018631, 0.11101899296045303, -0.03208308666944504, 0.11673597991466522, 0.004449842497706413, -0.13366936147212982, 0.031732164323329926, 0.0030994717963039875, -0.018177995458245277, 0.015573207288980484, 0.032007381319999695, -0.01937832497060299, -0.07044926285743713, 0.13920395076274872, -0.12489443272352219, 0.06895607709884644, 0.21744228899478912, -0.14605435729026794, -0.09499567747116089, -0.02721930667757988, 0.1171833872795105, 0.008277717046439648, -0.019399724900722504, -0.10192864388227463, -0.0877603143453598, 0.013989364728331566, 0.016162075102329254, -0.35511383414268494, -0.19568082690238953, -0.01783061772584915, -0.041693560779094696, 0.20960217714309692, -0.06132873520255089, 0.10003415495157242, 0.0198692474514246, 0.05842003598809242, -0.017589624971151352, 0.015089338645339012, 0.04644305631518364, 0.10673536360263824, -0.04317696765065193, 0.030976487323641777, -0.05974545329809189, -0.014360988512635231, 0.06986266374588013, -0.05574193224310875, -0.007146129850298166, 0.0049560582265257835, 0.004773316904902458, -0.021051781252026558, 0.01877565123140812, -0.10980139672756195, 0.12398295849561691, -0.04364340007305145, -0.038889188319444656, -0.04125330597162247, 0.06054026260972023, 0.038095615804195404, 0.036524005234241486, -0.07130590081214905, -0.08590949326753616, 0.0200941301882267, -0.09936681389808655, -0.009385230019688606, 0.04564526304602623, -0.13980543613433838, 0.08537983894348145, -0.06885752081871033, 0.03790578246116638, -0.052885036915540695, 0.04751598834991455, 0.08819355070590973, 0.06571376323699951, -0.06062905117869377, 0.00009073427645489573, 0.03699403256177902, -0.0017676210263743997, -0.05028671398758888, -0.10612966120243073 ]
19a260327b3d3632b69ad4c1f030e19a7ae65c57
# Dataset Card for "letter_recognition" Images in this dataset was generated using the script defined below. The original dataset in CSV format and more information of the original dataset is available at [A-Z Handwritten Alphabets in .csv format](https://www.kaggle.com/datasets/sachinpatel21/az-handwritten-alphabets-in-csv-format). ```python import os import pandas as pd import matplotlib.pyplot as plt CHARACTER_COUNT = 26 data = pd.read_csv('./A_Z Handwritten Data.csv') mapping = {str(i): chr(i+65) for i in range(26)} def generate_dataset(folder, end, start=0): if not os.path.exists(folder): os.makedirs(folder) print(f"The folder '{folder}' has been created successfully!") else: print(f"The folder '{folder}' already exists.") for i in range(CHARACTER_COUNT): dd = data[data['0']==i] for j in range(start, end): ddd = dd.iloc[j] x = ddd[1:].values x = x.reshape((28, 28)) plt.axis('off') plt.imsave(f'{folder}/{mapping[str(i)]}_{j}.jpg', x, cmap='binary') generate_dataset('./train', 1000) generate_dataset('./test', 1100, 1000) ```
pittawat/letter_recognition
[ "task_categories:image-classification", "size_categories:1K<n<10K", "language:en", "region:us" ]
2023-03-20T11:44:24+00:00
{"language": ["en"], "size_categories": ["1K<n<10K"], "task_categories": ["image-classification"], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "A", "1": "B", "2": "C", "3": "D", "4": "E", "5": "F", "6": "G", "7": "H", "8": "I", "9": "J", "10": "K", "11": "L", "12": "M", "13": "N", "14": "O", "15": "P", "16": "Q", "17": "R", "18": "S", "19": "T", "20": "U", "21": "V", "22": "W", "23": "X", "24": "Y", "25": "Z"}}}}], "splits": [{"name": "train", "num_bytes": 22453522, "num_examples": 26000}, {"name": "test", "num_bytes": 2244964.8, "num_examples": 2600}], "download_size": 8149945, "dataset_size": 24698486.8}}
2023-03-21T06:15:35+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #size_categories-1K<n<10K #language-English #region-us
# Dataset Card for "letter_recognition" Images in this dataset was generated using the script defined below. The original dataset in CSV format and more information of the original dataset is available at A-Z Handwritten Alphabets in .csv format.
[ "# Dataset Card for \"letter_recognition\"\n\nImages in this dataset was generated using the script defined below. The original dataset in CSV format and more information of the original dataset is available at A-Z Handwritten Alphabets in .csv format." ]
[ "TAGS\n#task_categories-image-classification #size_categories-1K<n<10K #language-English #region-us \n", "# Dataset Card for \"letter_recognition\"\n\nImages in this dataset was generated using the script defined below. The original dataset in CSV format and more information of the original dataset is available at A-Z Handwritten Alphabets in .csv format." ]
[ 33, 62 ]
[ "passage: TAGS\n#task_categories-image-classification #size_categories-1K<n<10K #language-English #region-us \n# Dataset Card for \"letter_recognition\"\n\nImages in this dataset was generated using the script defined below. The original dataset in CSV format and more information of the original dataset is available at A-Z Handwritten Alphabets in .csv format." ]
[ -0.15159431099891663, 0.0076245591044425964, 0.0016856928123161197, 0.039688590914011, 0.14208506047725677, 0.13271546363830566, 0.09197878837585449, 0.09942172467708588, 0.2052566409111023, 0.028159454464912415, 0.10183142870664597, -0.007033056579530239, 0.06300385296344757, 0.21560661494731903, 0.012069188058376312, -0.14537829160690308, 0.011893208138644695, 0.059281740337610245, -0.10143589973449707, 0.05710326135158539, 0.05561935156583786, -0.12322258204221725, 0.09967559576034546, -0.11140421777963638, -0.15498065948486328, -0.01592981442809105, -0.018552014604210854, -0.0323026217520237, 0.015473740175366402, -0.016267424449324608, 0.04291583225131035, 0.12323114275932312, 0.12178058177232742, -0.13184674084186554, 0.03260083496570587, -0.04585634917020798, -0.0810457170009613, 0.01846909150481224, 0.06974920630455017, -0.10142072290182114, 0.09763313829898834, -0.16623209416866302, -0.08905516564846039, -0.0013219310203567147, -0.023966822773218155, -0.20730946958065033, 0.005504815373569727, 0.12687353789806366, 0.039394915103912354, -0.05127950757741928, -0.010547255165874958, -0.008544748649001122, -0.09436440467834473, 0.06695369631052017, 0.040362682193517685, -0.023739617317914963, 0.010051507502794266, 0.1754189133644104, -0.07403003424406052, 0.06531552225351334, -0.008292189799249172, 0.1000220775604248, 0.015516103245317936, -0.07619550824165344, -0.07762157917022705, -0.050696082413196564, -0.18423150479793549, 0.05390014871954918, -0.03248511254787445, -0.06977549940347672, 0.3683028221130371, 0.07155703753232956, 0.033888138830661774, -0.1100202351808548, -0.021064147353172302, -0.13782426714897156, -0.1034645289182663, 0.11223654448986053, -0.026378294453024864, -0.03664248809218407, -0.03893440589308739, -0.015724224969744682, -0.13148169219493866, -0.10635806620121002, -0.05576431378722191, -0.015338926576077938, -0.04213515669107437, 0.10169654339551926, -0.053118541836738586, 0.0007608059677295387, 0.010165432468056679, -0.04829329997301102, 0.019576672464609146, -0.0968693420290947, -0.05165078118443489, 0.023773014545440674, 0.009447659365832806, -0.029075589030981064, 0.1424870789051056, -0.005235899705439806, 0.23544941842556, 0.0211894940584898, -0.008752390742301941, 0.08236333727836609, 0.13237042725086212, 0.14047940075397491, -0.10457414388656616, 0.042838435620069504, 0.007924537174403667, 0.029088124632835388, -0.03225726634263992, -0.09318137913942337, -0.21793505549430847, -0.06837635487318039, 0.10975976288318634, 0.0931059718132019, -0.06802304834127426, 0.08951947093009949, -0.04032234102487564, -0.038120705634355545, 0.19370980560779572, -0.06856096535921097, 0.009815203957259655, 0.07467972487211227, -0.07582741230726242, 0.04852898418903351, -0.01862555369734764, -0.04384660720825195, 0.006264063064008951, -0.05135076120495796, -0.029043380171060562, 0.03889371082186699, 0.01964021474123001, -0.06086500361561775, 0.01605129987001419, -0.1929882913827896, 0.012758888304233551, -0.13074813783168793, -0.14972692728042603, 0.011076089926064014, -0.026312299072742462, 0.006292423699051142, 0.13276663422584534, -0.055201511830091476, 0.019805850461125374, -0.010292772203683853, 0.03203083202242851, 0.11833969503641129, -0.07519698143005371, 0.07962922006845474, -0.08407750725746155, 0.19952180981636047, -0.17572693526744843, -0.008066202513873577, -0.07882481068372726, -0.04158255457878113, -0.048952534794807434, 0.06319564580917358, -0.06021120026707649, 0.023466238752007484, -0.047300636768341064, -0.06256365776062012, -0.03365197405219078, 0.02497880719602108, -0.09656879305839539, 0.12631060183048248, -0.3040011525154114, -0.029198693111538887, 0.08864607661962509, -0.03784431144595146, -0.0966619923710823, 0.02219589240849018, -0.017701730132102966, 0.011507711373269558, 0.028942478820681572, 0.2523380517959595, 0.07069236040115356, 0.012282777577638626, -0.08240767568349838, 0.08561066538095474, -0.04366676136851311, -0.14923468232154846, 0.07191940397024155, 0.024794062599539757, 0.03779225051403046, 0.058889683336019516, 0.013291021808981895, 0.02328331209719181, -0.08725183457136154, -0.0624232292175293, 0.02246248908340931, -0.11607928574085236, 0.059200916439294815, 0.05180121585726738, 0.0619753934442997, 0.008517076261341572, 0.04357326030731201, -0.18017886579036713, 0.07197132706642151, -0.1048799455165863, -0.0026757633313536644, -0.07890921086072922, 0.15765777230262756, -0.028056606650352478, 0.057640038430690765, -0.1458321064710617, -0.018884357064962387, 0.052035532891750336, 0.1691797822713852, 0.03147200495004654, -0.014761642552912235, -0.013759427703917027, -0.05618252232670784, -0.04681510105729103, 0.0239170640707016, 0.10008728504180908, -0.04974422976374626, 0.005514197051525116, -0.08056334406137466, -0.055399101227521896, -0.023846643045544624, 0.14697648584842682, -0.10327592492103577, -0.03714625909924507, 0.1879778802394867, 0.011955849826335907, -0.0015657496405765414, 0.037279486656188965, 0.07091295719146729, -0.0035142935812473297, -0.02552306093275547, -0.023575782775878906, 0.05373813956975937, -0.06482525169849396, -0.017680829390883446, 0.02847352623939514, -0.055451247841119766, -0.06694383174180984, 0.17210593819618225, -0.06671848893165588, 0.013298777863383293, -0.023928306996822357, 0.06422886997461319, 0.027573443949222565, -0.001594519941136241, 0.019584309309720993, -0.14640355110168457, -0.09762435406446457, 0.09435374289751053, -0.09552771598100662, 0.016048766672611237, 0.058626703917980194, -0.005102353170514107, -0.044693004339933395, 0.06163593754172325, 0.11086607724428177, -0.2140902727842331, 0.06470932811498642, -0.005919123068451881, 0.04941779002547264, 0.21607565879821777, -0.02596834860742092, -0.062456004321575165, 0.037385765463113785, -0.0610482394695282, -0.020593196153640747, 0.19870805740356445, -0.11928681284189224, -0.10181035846471786, 0.11432156711816788, -0.07306921482086182, 0.0332794152200222, -0.09451570361852646, -0.008876437321305275, -0.0463649146258831, -0.10969161987304688, -0.05502549558877945, 0.0538431741297245, 0.0037082694470882416, 0.12631529569625854, -0.0846920982003212, -0.005411326419562101, -0.00992136262357235, -0.04979351907968521, -0.10555257648229599, 0.09082327783107758, -0.10687506943941116, -0.2691250145435333, -0.06930378079414368, 0.04391160607337952, -0.035980697721242905, 0.09364700317382812, -0.04337524622678757, -0.10021912306547165, 0.002394554205238819, -0.060408033430576324, -0.06319291889667511, -0.033756304532289505, 0.030668392777442932, 0.023436537012457848, 0.0036020625848323107, -0.09930457174777985, -0.03577876463532448, 0.008138866163790226, -0.10716159641742706, 0.054861195385456085, 0.1745235174894333, -0.1688167303800583, 0.17234407365322113, 0.16546203196048737, -0.07479584217071533, 0.0878775343298912, -0.08199217915534973, 0.032356906682252884, -0.0638873279094696, 0.07670054584741592, 0.07686345279216766, -0.0059604886919260025, -0.051074013113975525, 0.04447578638792038, -0.024578308686614037, -0.07842548191547394, -0.025865338742733, -0.08256952464580536, -0.1994284987449646, -0.05135159566998482, -0.1345435380935669, -0.053792718797922134, 0.10386192798614502, 0.14459297060966492, 0.0554807223379612, 0.10431411117315292, 0.07234153896570206, -0.06468529254198074, 0.08300060778856277, 0.03928684815764427, -0.004550680052489042, -0.06275055557489395, 0.0637841448187828, 0.05047069862484932, -0.1195300966501236, 0.012037524953484535, 0.09889313578605652, 0.04812054708600044, 0.2169104516506195, 0.01809350587427616, 0.1282375156879425, -0.03558351844549179, 0.048049550503492355, 0.12984980642795563, 0.12753605842590332, 0.017544545233249664, 0.023784581571817398, 0.006558715831488371, -0.03686356171965599, 0.006258752662688494, 0.005124249029904604, 0.16135065257549286, -0.13397833704948425, -0.05237064138054848, -0.02509993314743042, 0.049931082874536514, -0.04115987941622734, 0.08299478143453598, -0.21458862721920013, 0.06925231963396072, 0.008796827867627144, 0.20776744186878204, -0.12537279725074768, 0.018558304756879807, 0.12841705977916718, -0.013351429253816605, 0.0693138837814331, 0.007952114567160606, 0.0312819629907608, -0.09271661937236786, -0.027792755514383316, 0.014805834740400314, -0.18020658195018768, 0.01202419400215149, 0.11436858028173447, -0.16475683450698853, 0.1331653743982315, 0.07891017943620682, -0.05749768391251564, -0.1795843094587326, -0.07677945494651794, 0.0007731838268227875, 0.06640888750553131, 0.1872996836900711, -0.01296570897102356, -0.02155965566635132, -0.21545614302158356, -0.0523081012070179, -0.012139678932726383, 0.14484557509422302, -0.08191494643688202, -0.0006553127313964069, 0.05265257507562637, -0.0668804720044136, -0.022879263386130333, 0.04376505687832832, -0.029896067455410957, -0.12410171329975128, -0.008926012553274632, 0.1723635196685791, -0.09898125380277634, 0.017868950963020325, 0.004655174445360899, -0.17351795732975006, -0.10341755300760269, -0.04515398293733597, -0.03963549807667732, -0.08166126161813736, 0.0646858662366867, 0.09861357510089874, -0.020532207563519478, 0.035509008914232254, -0.01866159401834011, 0.05813875421881676, -0.051527734845876694, -0.16461393237113953, 0.03681655600667, -0.060640882700681686, -0.09116284549236298, -0.07954549044370651, 0.09365822374820709, -0.027659282088279724, 0.008111420087516308, 0.009487781673669815, 0.045890774577856064, -0.012206080369651318, -0.0061053866520524025, 0.09907782822847366, 0.0002277567982673645, 0.0923105776309967, 0.22798798978328705, -0.044695015996694565, -0.198076531291008, -0.02213151566684246, 0.012753046117722988, 0.13893753290176392, 0.1411553919315338, -0.10738606750965118, 0.05377810075879097, 0.050725143402814865, 0.0015945705818012357, -0.37070903182029724, -0.021733196452260017, -0.04528206214308739, 0.03866070508956909, -0.08539768308401108, -0.17989888787269592, -0.01672145165503025, 0.03157053142786026, -0.018378252163529396, 0.1551053673028946, -0.21142777800559998, -0.07569451630115509, 0.10071204602718353, 0.011597718112170696, 0.15534734725952148, -0.16496211290359497, -0.021275872364640236, -0.10783975571393967, 0.007462484296411276, 0.18400803208351135, 0.05077957361936569, 0.050472598522901535, -0.06094226986169815, -0.0781204029917717, 0.007463459391146898, -0.005116824526339769, 0.11631555110216141, 0.13867659866809845, 0.1083163172006607, -0.054647836834192276, -0.17321081459522247, 0.22740381956100464, -0.018764706328511238, 0.0205253716558218, -0.044098760932683945, 0.03845003992319107, -0.09829778224229813, -0.03313542529940605, -0.08481595665216446, -0.012405241839587688, 0.06869922578334808, -0.028279950842261314, -0.12710626423358917, -0.0506913848221302, -0.05098568648099899, 0.026482215151190758, 0.08890270441770554, -0.06676508486270905, -0.12532281875610352, 0.02080387994647026, 0.0763966515660286, 0.041818391531705856, 0.09272756427526474, -0.06948646157979965, -0.06273733079433441, 0.06662527471780777, -0.11665893346071243, 0.06364132463932037, 0.061806656420230865, 0.0478673130273819, 0.04054940491914749, 0.03819428011775017, 0.013804241083562374, -0.02634141594171524, 0.14646951854228973, -0.01976282149553299, -0.005570276640355587, -0.01809028349816799, -0.10119719803333282, 0.03677631542086601, 0.01788133755326271, -0.032775454223155975, 0.06171996146440506, -0.013714917004108429, -0.015458973124623299, 0.001125174923799932, 0.08354046195745468, 0.0537092424929142, 0.17865729331970215, 0.04891576990485191, -0.14833883941173553, 0.11532918363809586, 0.09593671560287476, 0.039960600435733795, -0.016438109800219536, -0.03845663368701935, -0.16659559309482574, -0.09902740269899368, 0.04179522022604942, 0.20920227468013763, -0.0391819104552269, -0.06552771478891373, -0.0015929967630654573, -0.04833492264151573, 0.04359329491853714, 0.22524112462997437, 0.0713578537106514, 0.041910041123628616, 0.07141255587339401, -0.04235653579235077, -0.09066706150770187, 0.04509355500340462, -0.10087818652391434, 0.02901468612253666, -0.06794297695159912, -0.08049380779266357, -0.06541680544614792, 0.14159344136714935, -0.0718291625380516, -0.03129613399505615, -0.03006915934383869, 0.03558859974145889, -0.05488579720258713, 0.1548696905374527, -0.01660958118736744, -0.05698439106345177, 0.022332634776830673, 0.016152478754520416, -0.0009631262510083616, -0.040859613567590714, -0.08029092103242874, 0.04193684458732605, -0.03771355003118515, 0.07529563456773758, -0.03196460381150246, -0.09551351517438889, -0.06409855931997299, 0.0013185172574594617, 0.12120813131332397, 0.08225365728139877, -0.04264663904905319, 0.1246010959148407, -0.14044055342674255, -0.09812918305397034, 0.08587130904197693, 0.11068186163902283, -0.053792472928762436, 0.14616632461547852, 0.03470917418599129, 0.04170076921582222, -0.014460074715316296, 0.07112021744251251, -0.07467126101255417, 0.003401937196031213, 0.039096649736166, -0.22694014012813568, 0.07707715034484863, -0.020057938992977142, 0.11804624646902084, 0.06242576241493225, 0.12630046904087067, -0.016661623492836952, -0.01558003667742014, -0.005766728892922401, -0.07763118296861649, -0.016592714935541153, -0.058572154492139816, -0.1045384630560875, -0.17153175175189972, -0.023774107918143272, 0.06104694679379463, -0.05727245286107063, 0.30056074261665344, 0.07246026396751404, -0.09006104618310928, -0.08057951927185059, 0.27474144101142883, 0.02060732990503311, 0.07736703008413315, 0.3784308135509491, 0.06259293109178543, -0.00890938937664032, 0.08694496750831604, 0.07646264135837555, 0.0807146281003952, 0.27834421396255493, 0.12790891528129578, 0.02185940556228161, 0.03967801108956337, 0.06874573230743408, 0.006606536451727152, -0.10686557739973068, 0.1967470943927765, 0.019117241725325584, -0.10248865187168121, 0.025368371978402138, -0.0185227170586586, 0.023919647559523582, 0.05706765875220299, -0.07844287157058716, 0.0026365797966718674, 0.006572561804205179, -0.07829408347606659, -0.03550358861684799, -0.2450505644083023, -0.10851465165615082, -0.06452454626560211, 0.02915383316576481, -0.01486925408244133, -0.06809112429618835, 0.17957846820354462, 0.015163796953856945, 0.033324409276247025, 0.03260234370827675, -0.18123863637447357, -0.027076715603470802, 0.13847847282886505, -0.044086117297410965, -0.11046482622623444, 0.03252173587679863, -0.026478905230760574, 0.11515804380178452, -0.06594741344451904, 0.05942853167653084, 0.029794970527291298, 0.08233676105737686, 0.027108749374747276, -0.13053753972053528, -0.08861884474754333, -0.01974806934595108, -0.040241848677396774, 0.03370174393057823, 0.04128241911530495, 0.040289442986249924, -0.01644095592200756, 0.04483228176832199, 0.09829887002706528, 0.06045491620898247, -0.10912089794874191, 0.017366543412208557, -0.08191481232643127, -0.004770237952470779, 0.015981579199433327, 0.016277935355901718, -0.10347903519868851, 0.008427559398114681, 0.17810668051242828, 0.24751868844032288, -0.00008743369107833132, 0.016897452995181084, -0.030886610969901085, 0.020669659599661827, 0.0264198686927557, 0.09176069498062134, -0.004445408470928669, 0.0223737433552742, 0.043818216770887375, -0.07959914207458496, -0.026590928435325623, -0.034213095903396606, -0.029504181817173958, 0.07193560898303986, 0.07571379095315933, -0.10697737336158752, -0.10599464178085327, 0.04973071813583374, -0.10851117968559265, 0.1032169833779335, 0.21694695949554443, -0.08644136041402817, -0.02956279180943966, -0.014984174631536007, -0.01793922483921051, 0.06288980692625046, -0.0755632296204567, -0.11243100464344025, 0.016684219241142273, -0.10798080265522003, 0.013605638407170773, -0.27290284633636475, 0.009754752740263939, -0.06556372344493866, -0.17240890860557556, 0.09643693268299103, -0.07002781331539154, 0.2210942655801773, -0.007567518390715122, -0.022389322519302368, -0.02622959017753601, 0.05431940034031868, -0.02829919196665287, 0.16844560205936432, 0.06566382199525833, 0.13853667676448822, -0.06110367551445961, -0.07534100115299225, 0.01671590469777584, -0.03546391427516937, -0.0005581394070759416, 0.038167037069797516, -0.016560766845941544, -0.07091618329286575, 0.0042268214747309685, -0.10289454460144043, 0.08687138557434082, -0.06848829239606857, -0.012998576276004314, -0.0670081228017807, 0.015519684180617332, -0.012327008880674839, 0.023677876219153404, 0.035173650830984116, -0.03219033405184746, -0.017506815493106842, -0.1238216906785965, -0.15853606164455414, 0.06160113960504532, -0.07452188432216644, 0.09838792681694031, -0.1432275027036667, -0.049802254885435104, -0.029596863314509392, 0.1357208788394928, 0.10939883440732956, 0.0027469799388200045, -0.05251786857843399, 0.06428222358226776, 0.11077158153057098, 0.054864708334207535, -0.10399399697780609, -0.12521295249462128 ]
47078cb55738e8041dae8d87dae6e11d97574468
# BERTIN Alpaca Spanish This dataset is a translation to Spanish of [alpaca_data_cleaned.json](https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned.json), a clean version of the [Alpaca dataset made at Stanford](https://huggingface.co/datasets/tatsu-lab/alpaca). An [earlier version](https://huggingface.co/datasets/bertin-project/alpaca-spanish/blob/main/nllb/spa_train.json.gz) used [Facebook's NLLB 1.3B model](https://huggingface.co/facebook/nllb-200-1.3B), but the current version uses OpenAI's `gpt-3.5-turbo`, hence this dataset cannot be used to create models that compete in any way against OpenAI.
bertin-project/alpaca-spanish
[ "task_categories:text-generation", "language:es", "license:cc-by-4.0", "instruction-finetuning", "region:us" ]
2023-03-20T11:51:06+00:00
{"language": ["es"], "license": "cc-by-4.0", "task_categories": ["text-generation"], "pretty_name": "BERTIN Alpaca Spanish", "tags": ["instruction-finetuning"], "dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "input", "dtype": "string"}, {"name": "output", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 21439975, "num_examples": 51942}], "download_size": 13178075, "dataset_size": 21439975}}
2023-03-24T11:38:19+00:00
[]
[ "es" ]
TAGS #task_categories-text-generation #language-Spanish #license-cc-by-4.0 #instruction-finetuning #region-us
# BERTIN Alpaca Spanish This dataset is a translation to Spanish of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford. An earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI.
[ "# BERTIN Alpaca Spanish\n\nThis dataset is a translation to Spanish of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford.\n\nAn earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI." ]
[ "TAGS\n#task_categories-text-generation #language-Spanish #license-cc-by-4.0 #instruction-finetuning #region-us \n", "# BERTIN Alpaca Spanish\n\nThis dataset is a translation to Spanish of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford.\n\nAn earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI." ]
[ 37, 95 ]
[ "passage: TAGS\n#task_categories-text-generation #language-Spanish #license-cc-by-4.0 #instruction-finetuning #region-us \n# BERTIN Alpaca Spanish\n\nThis dataset is a translation to Spanish of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford.\n\nAn earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI." ]
[ -0.11079718917608261, 0.22548775374889374, -0.0004208297759760171, 0.13775242865085602, 0.05614010989665985, 0.005637485533952713, 0.11167337745428085, 0.07036522030830383, 0.0768992081284523, -0.04265909269452095, 0.04392820596694946, 0.05541939660906792, 0.016871348023414612, 0.1764240264892578, -0.14546599984169006, -0.09729576110839844, 0.02135874330997467, -0.0147348428145051, 0.04091056063771248, -0.02489696629345417, 0.03668834641575813, -0.000751611078158021, 0.07284512370824814, -0.08594759553670883, 0.05074514448642731, 0.0729876235127449, -0.005684723611921072, -0.149990051984787, 0.07734870910644531, 0.126516193151474, 0.06473179161548615, 0.022607160732150078, -0.04684345796704292, -0.04072289168834686, 0.03608132526278496, -0.044822126626968384, -0.036025602370500565, 0.03969915583729744, 0.09104164689779282, 0.017949571833014488, 0.07342978566884995, -0.02033112570643425, -0.030227188020944595, 0.029383063316345215, -0.1361522078514099, -0.12569963932037354, -0.06642519682645798, -0.06833145022392273, 0.049137864261865616, 0.034191280603408813, 0.01375821977853775, 0.023477153852581978, -0.03554892912507057, 0.022896112874150276, 0.07493577897548676, -0.17813178896903992, -0.0648718774318695, 0.04002109169960022, -0.05552726611495018, 0.03174934908747673, 0.06830862164497375, 0.09462020546197891, 0.07999041676521301, -0.013846391811966896, -0.04415595903992653, -0.13045041263103485, -0.24455468356609344, -0.009713103994727135, -0.023459680378437042, -0.019629530608654022, 0.32925134897232056, 0.017823144793510437, -0.03467224910855293, -0.11012878268957138, -0.08301955461502075, 0.21889451146125793, -0.02607799880206585, 0.06629258394241333, -0.011481496505439281, 0.028169997036457062, 0.08969530463218689, -0.11763675510883331, -0.061194706708192825, -0.00698417192324996, -0.14513126015663147, 0.062457919120788574, -0.01375051774084568, 0.03469680994749069, -0.04032713919878006, 0.0408250167965889, -0.025538818910717964, -0.06762772798538208, 0.020518023520708084, -0.09681349992752075, 0.043622132390737534, -0.025508826598525047, -0.03433290496468544, -0.18969139456748962, 0.12902413308620453, 0.018484607338905334, -0.02744106762111187, -0.012151972390711308, -0.08390092849731445, 0.024857312440872192, 0.1266203373670578, 0.03101392649114132, -0.028101185336709023, -0.004141826182603836, 0.12296522408723831, -0.04133174195885658, 0.04573642462491989, -0.060495782643556595, -0.09205587208271027, -0.06770919263362885, -0.07590147107839584, 0.1342800259590149, 0.08979804068803787, -0.01697404496371746, -0.1067320853471756, -0.09571776539087296, 0.12672780454158783, -0.10873077809810638, -0.0070781041868031025, -0.0017400598153471947, -0.04278870299458504, -0.047650717198848724, 0.028870627284049988, 0.02981235273182392, 0.0002574861282482743, -0.13193202018737793, -0.03753894194960594, -0.12771672010421753, -0.028053512796759605, -0.07322331517934799, 0.03977278620004654, -0.11955642700195312, 0.09518488496541977, -0.16107940673828125, -0.28185978531837463, -0.03967553749680519, 0.08154581487178802, -0.0529869981110096, 0.015683798119425774, -0.05384821444749832, 0.09774422645568848, -0.031209507957100868, -0.08548695594072342, 0.06366660445928574, -0.0934969112277031, 0.031673092395067215, -0.07330331951379776, 0.055715933442115784, -0.21143463253974915, 0.036244750022888184, -0.0914517194032669, 0.032785363495349884, -0.06852807849645615, 0.14892324805259705, -0.14008241891860962, 0.06896218657493591, -0.09596902132034302, 0.05252239108085632, 0.08982860296964645, 0.03621235117316246, 0.03612934798002243, 0.1686151921749115, -0.18987664580345154, -0.017503859475255013, 0.07117070257663727, -0.06779786944389343, -0.12819071114063263, 0.10686741024255753, -0.030083708465099335, 0.13498838245868683, 0.12059123069047928, 0.21811039745807648, 0.06567490845918655, -0.05410938709974289, -0.009947540238499641, 0.04667292907834053, 0.09021811932325363, -0.10138356685638428, 0.09651690721511841, -0.01587536372244358, -0.2024058699607849, 0.04055245593190193, -0.025356942787766457, 0.047416988760232925, 0.0020999996922910213, -0.09946896135807037, 0.022516697645187378, -0.06786929070949554, -0.052174702286720276, -0.001687265234068036, 0.08324044942855835, 0.01055519375950098, 0.07523796707391739, -0.009498842060565948, 0.0721634179353714, -0.05400564894080162, -0.03374813497066498, -0.09688756614923477, 0.17004379630088806, -0.11539777368307114, 0.020768754184246063, -0.038230106234550476, -0.12334367632865906, 0.01657663844525814, 0.026678450405597687, 0.00544353062286973, 0.10816153138875961, 0.006887463387101889, 0.005585042294114828, -0.054304808378219604, 0.040133897215127945, -0.0033621368929743767, -0.024622412398457527, -0.0017632250674068928, -0.13211590051651, -0.015720531344413757, -0.039071813225746155, -0.0042246668599545956, -0.0935969203710556, -0.05123214051127434, 0.001636152039282024, 0.028774728998541832, 0.02909456193447113, 0.060113683342933655, 0.08647186309099197, 0.0633658766746521, 0.003565968945622444, -0.061525583267211914, 0.06790755689144135, 0.023937547579407692, -0.0854380801320076, 0.019388005137443542, 0.03758358210325241, 0.1737373024225235, 0.05277877673506737, 0.039264027029275894, 0.04249027371406555, -0.02037210762500763, -0.045914050191640854, 0.030985761433839798, -0.10046545416116714, 0.1008792594075203, 0.18976999819278717, 0.008371112868189812, 0.09702028334140778, -0.14987300336360931, 0.06803184747695923, -0.013964379206299782, -0.0436953529715538, -0.10044034570455551, 0.08426094800233841, 0.17332026362419128, -0.2544908821582794, 0.06882801651954651, 0.05538848042488098, -0.02678297832608223, 0.3198077976703644, -0.015138438902795315, -0.04004557430744171, -0.011014058254659176, 0.030768131837248802, -0.004495002795010805, 0.11500784754753113, -0.054267533123493195, 0.05246347934007645, 0.07474565505981445, -0.041307609528303146, 0.12437310069799423, -0.013342827558517456, -0.07740329205989838, -0.01439292449504137, -0.012350909411907196, -0.02475929446518421, 0.05725306645035744, -0.029478322714567184, 0.0745362788438797, 0.01580004207789898, -0.05242566764354706, 0.0483575165271759, -0.014377118088304996, -0.045811936259269714, 0.121402308344841, -0.07019373029470444, -0.20984280109405518, -0.1028672382235527, 0.022517161443829536, -0.12138881534337997, 0.0746515542268753, 0.038846127688884735, -0.005129460245370865, -0.0765659362077713, -0.07002275437116623, 0.014482006430625916, 0.09609273076057434, -0.04126885160803795, 0.008666330017149448, 0.0074575296603143215, -0.06107842177152634, -0.10709166526794434, 0.003582094796001911, -0.004226751625537872, -0.08922980725765228, 0.02788425236940384, -0.17423579096794128, 0.1353524625301361, 0.037628501653671265, 0.02328644134104252, -0.010071259923279285, -0.06360974162817001, 0.16056756675243378, -0.043741993606090546, -0.029995147138834, 0.09754631668329239, 0.026674484834074974, -0.06128370016813278, 0.05202988162636757, -0.0019948016852140427, -0.136862114071846, -0.015430450439453125, 0.000918020901735872, -0.04771099239587784, -0.2932107448577881, -0.1239314079284668, -0.051557138562202454, 0.16696864366531372, 0.07555509358644485, 0.02334599941968918, 0.02654656395316124, 0.10678945481777191, 0.033500730991363525, 0.141336590051651, -0.05509504675865173, -0.016941562294960022, 0.20179402828216553, -0.04586438462138176, 0.048263031989336014, -0.08495692908763885, 0.034749098122119904, 0.2154504507780075, 0.14870235323905945, 0.10678889602422714, -0.039445504546165466, 0.08850657194852829, 0.0780906155705452, 0.048298776149749756, 0.00459385896101594, 0.05569852888584137, -0.04963020980358124, 0.01384399551898241, -0.10561729222536087, -0.043393511325120926, -0.12718038260936737, 0.03014441393315792, -0.017603890970349312, -0.12471923977136612, -0.07562205940485, 0.03745659813284874, 0.010971893556416035, 0.11767983436584473, 0.017717085778713226, -0.15558384358882904, -0.0328928679227829, 0.10520432144403458, 0.07237976044416428, -0.1248907744884491, 0.08796017616987228, 0.19191348552703857, -0.04122855141758919, 0.12171619385480881, 0.02969730645418167, 0.12654897570610046, -0.13477011024951935, -0.0364454984664917, -0.1304890364408493, -0.10879567265510559, -0.009965499863028526, 0.1063133254647255, -0.1821262091398239, 0.10619381070137024, 0.07963930815458298, 0.034729402512311935, -0.08038026094436646, -0.01652776263654232, 0.01361114252358675, 0.024059921503067017, 0.12965436279773712, -0.022172141820192337, 0.0001067945413524285, -0.03165967017412186, -0.18684960901737213, 0.1000845804810524, -0.1693008840084076, 0.029301658272743225, -0.041171010583639145, 0.033792123198509216, 0.046284426003694534, -0.035731881856918335, 0.15478737652301788, -0.11804845929145813, -0.13634374737739563, 0.0008349557174369693, 0.19557122886180878, -0.0669020563364029, 0.006462946999818087, -0.06297345459461212, -0.017302339896559715, 0.15832415223121643, 0.10387063771486282, -0.10020849853754044, -0.13320837914943695, -0.032301101833581924, 0.11326685547828674, -0.019059646874666214, 0.04367375746369362, -0.019507557153701782, -0.05254855006933212, -0.030203906819224358, -0.10912416130304337, 0.16482168436050415, -0.11982613801956177, 0.043224696069955826, -0.029994651675224304, -0.0033759833313524723, 0.004976503551006317, 0.03683043643832207, 0.05181325599551201, -0.04025094956159592, 0.024438615888357162, -0.09650559723377228, -0.04010886326432228, 0.07363688200712204, 0.017049038782715797, 0.09827721863985062, -0.150689035654068, -0.1350383162498474, 0.07004254311323166, -0.09381168335676193, 0.18032802641391754, 0.11628328263759613, -0.017175016924738884, 0.12595093250274658, 0.17177335917949677, -0.12078016251325607, -0.15923014283180237, -0.03553006798028946, -0.0335213840007782, 0.06520602852106094, -0.01824377477169037, -0.27685317397117615, 0.008704883977770805, 0.11250948905944824, -0.043794456869363785, 0.0659528449177742, -0.18147453665733337, -0.08163587003946304, 0.2049444168806076, 0.07777611166238785, 0.39141154289245605, -0.08722314238548279, -0.06457388401031494, -0.05283935368061066, -0.02013218216598034, 0.1991376131772995, -0.13334763050079346, 0.08910896629095078, 0.0038259862922132015, 0.0008179050055332482, 0.04000626876950264, 0.007992597296833992, 0.12666533887386322, 0.0025522527284920216, 0.08746761083602905, -0.012008927762508392, 0.010856689885258675, 0.06022500991821289, 0.0009877821430563927, 0.11488872766494751, 0.08960429579019547, 0.051018327474594116, -0.20205317437648773, -0.09360798448324203, -0.01220175251364708, 0.08247777819633484, 0.015517177060246468, -0.09553021192550659, 0.018591107800602913, 0.04799839109182358, 0.03221508115530014, 0.07157497107982635, 0.1722533404827118, -0.051007770001888275, 0.024180905893445015, 0.0680803433060646, 0.08422193676233292, -0.11569086462259293, 0.19086876511573792, -0.037476152181625366, -0.04256601631641388, 0.09875833243131638, -0.10263478755950928, 0.05908729135990143, 0.08507878333330154, -0.05222422629594803, 0.0704551488161087, -0.0219686571508646, 0.003053852589800954, 0.07531958818435669, 0.054884281009435654, -0.13669340312480927, 0.019470687955617905, -0.07015722990036011, -0.008160930126905441, 0.0639222040772438, -0.01740339957177639, 0.19176995754241943, 0.014107899740338326, -0.02439258061349392, -0.020309213548898697, -0.020740462467074394, 0.03290899842977524, 0.0536004975438118, 0.028117002919316292, -0.06952700763940811, -0.09504494071006775, 0.12590600550174713, 0.09173840284347534, -0.08060401678085327, 0.09501973539590836, -0.033033907413482666, -0.0071512265130877495, -0.08352293819189072, -0.04855409637093544, 0.2385638803243637, -0.12613850831985474, -0.11611336469650269, -0.11771117895841599, -0.039679162204265594, 0.06470046937465668, 0.048924706876277924, 0.023927126079797745, 0.059610240161418915, -0.026103079319000244, -0.081509068608284, 0.027748724445700645, 0.023016050457954407, -0.020834028720855713, -0.042271263897418976, -0.07444977015256882, -0.07209178805351257, -0.03878728672862053, -0.0033047706820070744, -0.055655546486377716, -0.03415851294994354, -0.1128825917840004, 0.02167116478085518, -0.2705579996109009, 0.07963468134403229, -0.019870217889547348, 0.06632794439792633, -0.07950824499130249, -0.0357624888420105, -0.0437186174094677, -0.024673394858837128, -0.07188399136066437, 0.0754215195775032, 0.005164261907339096, 0.10527689754962921, -0.062341269105672836, -0.07009785622358322, -0.03400716185569763, 0.03276984766125679, 0.08969609439373016, -0.030148549005389214, -0.032078832387924194, 0.018230700865387917, -0.10870716720819473, -0.0315936915576458, 0.06887011229991913, 0.04493118077516556, 0.05269962176680565, -0.09734676778316498, -0.009756647050380707, 0.11954693496227264, 0.005658920854330063, 0.03748360648751259, -0.001690333359874785, -0.09348279237747192, -0.043385718017816544, 0.08576608449220657, -0.08407644927501678, 0.014206522144377232, 0.044611141085624695, 0.09267829358577728, 0.03709996119141579, 0.0356985405087471, -0.04158387705683708, 0.006355075165629387, -0.03791132941842079, -0.014097241684794426, -0.04341336712241173, -0.029766663908958435, -0.082691989839077, -0.00040243269177153707, 0.026422245427966118, -0.015024954453110695, 0.27026277780532837, 0.10716919600963593, 0.013383886776864529, -0.03701581805944443, -0.0032982027623802423, 0.07455487549304962, -0.017767252400517464, 0.2641098201274872, 0.0637594610452652, 0.044244177639484406, 0.04697506129741669, 0.05375799909234047, 0.08695162832736969, 0.23049846291542053, 0.04282050579786301, 0.019296593964099884, 0.09023106098175049, 0.053561314940452576, -0.01395359169691801, -0.08050990104675293, -0.021034397184848785, 0.0038501278031617403, 0.04218248277902603, 0.11294031888246536, -0.018387198448181152, -0.1720542162656784, 0.01566576212644577, -0.1406898945569992, 0.060588445514440536, 0.07899110019207001, -0.031736940145492554, -0.16988849639892578, -0.15394586324691772, -0.09198641031980515, -0.029036998748779297, -0.01464622188359499, -0.1384836584329605, -0.06616771221160889, -0.05542081594467163, 0.02818985842168331, -0.06433380395174026, 0.09833448380231857, -0.11258560419082642, -0.07321339845657349, 0.11203336715698242, 0.004090341739356518, 0.030117619782686234, -0.14562396705150604, -0.03806070238351822, -0.04008331894874573, 0.12310925871133804, -0.05862949416041374, 0.031742390245199203, 0.0739775076508522, 0.04566175490617752, -0.01881122775375843, -0.021465865895152092, -0.12756478786468506, 0.014434635639190674, 0.041739556938409805, 0.0708623081445694, 0.03501562774181366, -0.04598836973309517, 0.1114213615655899, 0.2533338665962219, 0.04401158541440964, -0.010346030816435814, -0.12380184978246689, 0.011858123354613781, -0.03560870140790939, 0.00785107258707285, 0.02626771666109562, 0.0031953686848282814, 0.011268341913819313, 0.13101860880851746, 0.2049163579940796, -0.1361074298620224, -0.032436758279800415, -0.02574896812438965, 0.028742387890815735, -0.012737784534692764, 0.13762187957763672, -0.04857689514756203, 0.1947673112154007, -0.029905466362833977, -0.11590816080570221, -0.011096376925706863, 0.02593250945210457, -0.06288284063339233, 0.0957096517086029, 0.02359633333981037, -0.06532323360443115, -0.027533667162060738, 0.08520396798849106, -0.14308881759643555, 0.011410367675125599, -0.07709604501724243, -0.1400177925825119, -0.1656644642353058, -0.08694183081388474, -0.017592990770936012, 0.038769133388996124, 0.04233085364103317, -0.02969317138195038, 0.04259417578577995, 0.07375475764274597, -0.001653466373682022, -0.1366279274225235, -0.10460268706083298, 0.1086653470993042, 0.0647057369351387, 0.2208625078201294, 0.0038606058806180954, 0.023511460050940514, 0.035997871309518814, -0.04979126155376434, -0.10295366495847702, 0.020613929256796837, 0.04209981486201286, 0.06057040020823479, 0.04697347804903984, -0.12560270726680756, -0.08128300309181213, 0.2075287252664566, 0.08259589970111847, 0.035167258232831955, -0.018399270251393318, 0.10569791495800018, -0.0254359133541584, -0.04930447041988373, 0.06051039695739746, -0.16224335134029388, 0.0863996222615242, 0.06184932217001915, -0.054626114666461945, -0.05889135226607323, -0.09347864240407944, 0.16973191499710083, -0.008686324581503868, -0.04107673466205597, -0.05719735100865364, -0.0789082869887352, -0.05392107740044594, -0.021415136754512787, 0.03074703924357891, -0.1909753978252411, 0.06755606830120087, -0.06592363119125366, 0.0048968177288770676, -0.0969870537519455, 0.0272913109511137, 0.0031543339136987925, -0.024791881442070007, 0.0013385015772655606, -0.057525381445884705, 0.004587286617606878, -0.09270945936441422, 0.004440119490027428, -0.04315054789185524 ]
e1150ba4bf0910220b21c87238beaf40e0524665
# NB Alpaca Norwegian Bokmål This dataset is a translation to Norwegian Bokmål of [alpaca_data_cleaned.json](https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned.json), a clean version of the [Alpaca dataset made at Stanford](https://huggingface.co/datasets/tatsu-lab/alpaca). An [earlier version](https://huggingface.co/datasets/NbAiLab/norwegian-alpaca/tree/main/nllb) used [Facebook's NLLB 1.3B model](https://huggingface.co/facebook/nllb-200-1.3B), but the current version uses OpenAI's `gpt-3.5-turbo`, hence this dataset cannot be used to create models that compete in any way against OpenAI.
NbAiLab/norwegian-alpaca
[ "task_categories:text-generation", "language:no", "language:nb", "license:cc-by-4.0", "instruction-finetuning", "region:us" ]
2023-03-20T13:14:23+00:00
{"language": ["no", "nb"], "license": "cc-by-4.0", "task_categories": ["text-generation"], "pretty_name": "NB Alpaca Norwegian Bokm\u00e5l", "tags": ["instruction-finetuning"], "dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "input", "dtype": "string"}, {"name": "output", "dtype": "string"}, {"name": "instruction_en", "dtype": "string"}, {"name": "input_en", "dtype": "string"}, {"name": "output_en", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 38067492, "num_examples": 51942}], "download_size": 24204487, "dataset_size": 38067492}}
2023-07-25T14:05:00+00:00
[]
[ "no", "nb" ]
TAGS #task_categories-text-generation #language-Norwegian #language-Norwegian Bokmål #license-cc-by-4.0 #instruction-finetuning #region-us
# NB Alpaca Norwegian Bokmål This dataset is a translation to Norwegian Bokmål of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford. An earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI.
[ "# NB Alpaca Norwegian Bokmål\n\nThis dataset is a translation to Norwegian Bokmål of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford.\n\nAn earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI." ]
[ "TAGS\n#task_categories-text-generation #language-Norwegian #language-Norwegian Bokmål #license-cc-by-4.0 #instruction-finetuning #region-us \n", "# NB Alpaca Norwegian Bokmål\n\nThis dataset is a translation to Norwegian Bokmål of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford.\n\nAn earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI." ]
[ 46, 98 ]
[ "passage: TAGS\n#task_categories-text-generation #language-Norwegian #language-Norwegian Bokmål #license-cc-by-4.0 #instruction-finetuning #region-us \n# NB Alpaca Norwegian Bokmål\n\nThis dataset is a translation to Norwegian Bokmål of alpaca_data_cleaned.json, a clean version of the Alpaca dataset made at Stanford.\n\nAn earlier version used Facebook's NLLB 1.3B model, but the current version uses OpenAI's 'gpt-3.5-turbo', hence this dataset cannot be used to create models that compete in any way against OpenAI." ]
[ -0.06524384021759033, 0.17134229838848114, 0.00047460984205827117, 0.1348266303539276, -0.019318390637636185, -0.0046114674769341946, 0.16753380000591278, 0.05084342136979103, 0.08125994354486465, -0.04502373933792114, 0.0601893775165081, -0.050433650612831116, 0.03567473962903023, 0.23358136415481567, -0.07743408530950546, -0.14089837670326233, 0.041771262884140015, -0.027735043317079544, 0.09219186007976532, -0.005886096507310867, 0.030150461941957474, 0.04906783998012543, 0.029703855514526367, -0.08509451150894165, 0.02505370043218136, 0.07081381976604462, -0.02479076199233532, -0.12522679567337036, 0.07383167743682861, 0.11700458824634552, 0.05438381806015968, -0.0002770734135992825, -0.07695920020341873, -0.08864343911409378, 0.04370022192597389, -0.0614771768450737, -0.07811257988214493, -0.00168387102894485, 0.012826373800635338, 0.045339275151491165, 0.22730784118175507, 0.011918027885258198, -0.06923302263021469, 0.0048424494452774525, -0.05905938893556595, -0.1396457552909851, -0.02563677355647087, 0.003127145115286112, -0.0017446847632527351, 0.048017702996730804, -0.012043653056025505, 0.059277694672346115, -0.09889085590839386, 0.07997648417949677, 0.03212251141667366, -0.2243594378232956, -0.09322268515825272, 0.11293720453977585, -0.06749656051397324, 0.10081428289413452, 0.0143921859562397, 0.07952491194009781, 0.06065627560019493, 0.04441768303513527, -0.06516224145889282, -0.09978453069925308, -0.21330933272838593, -0.018842529505491257, -0.02470596693456173, 0.03886815160512924, 0.3397633731365204, 0.019690459594130516, -0.035888783633708954, -0.10752135515213013, -0.04835933446884155, 0.09686420112848282, 0.0009659709176048636, 0.08197439461946487, -0.06667053699493408, 0.023203613236546516, 0.09040422737598419, -0.1235145851969719, -0.059658218175172806, 0.024428334087133408, -0.1202613115310669, 0.1436583548784256, -0.013910116627812386, 0.06432536244392395, -0.02626219019293785, 0.027225075289607048, -0.10608484596014023, -0.06661150604486465, -0.019269224256277084, -0.11962039768695831, 0.01599065586924553, -0.004646718502044678, -0.013941082172095776, -0.18859277665615082, 0.12140563875436783, 0.12717314064502716, 0.048197537660598755, -0.008950088173151016, -0.10907086730003357, 0.04903145134449005, 0.11989285796880722, 0.00797360297292471, -0.008396550081670284, -0.05719064548611641, 0.12886056303977966, -0.05582825466990471, 0.07675443589687347, -0.049061693251132965, -0.06663545966148376, -0.10678143054246902, -0.05366139113903046, 0.09177219867706299, 0.05631919950246811, -0.00861678458750248, -0.05660500377416611, -0.06394188106060028, 0.10232965648174286, -0.1354977935552597, -0.04237288236618042, -0.013827196322381496, -0.04084138572216034, -0.10289323329925537, 0.0660226121544838, 0.026524890214204788, -0.02390533871948719, -0.03210454806685448, 0.01956520602107048, -0.10243945568799973, -0.0025832406245172024, -0.06474348157644272, 0.05462689697742462, -0.16449956595897675, 0.07852619141340256, -0.14416056871414185, -0.2509334981441498, 0.009955008514225483, 0.0895031988620758, -0.04337828606367111, 0.005735156591981649, -0.0647398978471756, 0.007019296754151583, -0.03498239442706108, -0.093943752348423, 0.0002918868267443031, -0.081960029900074, -0.017011068761348724, -0.12052878737449646, 0.05021221190690994, -0.2285376936197281, 0.0009413207299076021, -0.08927789330482483, 0.014092672616243362, -0.04197195544838905, 0.104731485247612, -0.1830945461988449, 0.0021595023572444916, -0.05226458981633186, 0.03028973750770092, 0.02222583256661892, 0.005669417325407267, 0.0327945277094841, 0.10518763214349747, -0.1589331030845642, -0.015369576402008533, 0.0957711935043335, -0.11892612278461456, -0.1221751794219017, 0.14211316406726837, -0.031855981796979904, 0.09778188169002533, 0.10224343091249466, 0.22420929372310638, 0.1272241324186325, -0.020643096417188644, -0.04189949482679367, 0.0416526198387146, 0.03941281884908676, -0.10218530148267746, 0.049354437738657, 0.04717223718762398, -0.16436560451984406, 0.05516396462917328, 0.07549107074737549, 0.1017962396144867, 0.03251338750123978, -0.12104905396699905, 0.016339832916855812, -0.06447672098875046, -0.047378767281770706, 0.009007544256746769, 0.04693719744682312, -0.030673235654830933, 0.05303642153739929, -0.07110697776079178, 0.07714788615703583, -0.06097620725631714, -0.020109873265028, -0.04052351787686348, 0.10895287990570068, -0.1676519513130188, 0.01029796339571476, 0.014972359873354435, -0.18503783643245697, 0.008817384019494057, 0.022480783984065056, 0.04781566932797432, 0.14854994416236877, 0.044357068836688995, 0.0017606626497581601, -0.06029015779495239, 0.015680696815252304, -0.03217907249927521, -0.05356830358505249, 0.024980351328849792, -0.12053542584180832, 0.02055881917476654, -0.04435165226459503, -0.011275280267000198, -0.08545535057783127, -0.05238203704357147, 0.019912034273147583, 0.06828451156616211, 0.01512964628636837, 0.05385429039597511, 0.07495025545358658, 0.05463321879506111, -0.004899215884506702, -0.010774833150207996, 0.025794722139835358, -0.0073092118836939335, -0.13855108618736267, 0.03288786858320236, 0.08404269069433212, 0.15644116699695587, 0.060903824865818024, 0.10170717537403107, 0.03846081718802452, 0.010179644450545311, -0.08864672482013702, -0.00811147503554821, -0.04350989684462547, 0.11800386756658554, 0.12612812221050262, 0.03873255103826523, 0.060980424284935, -0.13442668318748474, 0.021437330171465874, 0.011006256565451622, -0.04756376892328262, -0.06712330877780914, 0.09923417866230011, 0.11985175311565399, -0.18537871539592743, 0.06219691038131714, -0.002160216448828578, -0.08010944724082947, 0.43331125378608704, 0.0033051150385290384, -0.02607656829059124, -0.01119203306734562, 0.045986175537109375, -0.025787528604269028, 0.1678236573934555, 0.006772489286959171, 0.07596208900213242, 0.062203194946050644, -0.011859063990414143, 0.12652355432510376, 0.024648064747452736, -0.08424282819032669, -0.053918059915304184, -0.04397454857826233, 0.025949081405997276, 0.10019080340862274, -0.03630886971950531, 0.05575393885374069, -0.01686031185090542, -0.08561086654663086, 0.06848635524511337, -0.030652279034256935, -0.03109634295105934, 0.10504960268735886, -0.11153311282396317, -0.1479836106300354, -0.11874479800462723, 0.05284635350108147, -0.2146163135766983, 0.017581025138497353, 0.04131310433149338, -0.005451359786093235, -0.10120002925395966, -0.10380804538726807, 0.019747944548726082, 0.10289490967988968, -0.0335722342133522, -0.06208404153585434, -0.022784801200032234, -0.0606749951839447, -0.12968838214874268, -0.0014469283632934093, -0.01805148273706436, -0.06951358169317245, 0.06806660443544388, -0.14858023822307587, 0.10331933200359344, -0.012555481866002083, 0.0021196536254137754, -0.0021540953312069178, -0.017596310004591942, 0.1861247569322586, -0.04663018137216568, 0.036232855170965195, -0.03593338280916214, 0.009009897708892822, -0.04377887025475502, 0.08415008336305618, 0.0017999414121732116, -0.08656967431306839, 0.006049892399460077, 0.023922720924019814, -0.06604670733213425, -0.3032725751399994, -0.12888170778751373, -0.0494355782866478, 0.18087445199489594, 0.04528021067380905, 0.06357681751251221, 0.06649099290370941, 0.10170219093561172, 0.024216927587985992, 0.09831950813531876, -0.010975281707942486, 0.009428657591342926, 0.14968711137771606, -0.016550196334719658, 0.04843628406524658, -0.0807771384716034, 0.04580830782651901, 0.19757382571697235, 0.12840056419372559, 0.10184566676616669, -0.06120989844202995, 0.08941411226987839, 0.08492163568735123, 0.07988545298576355, 0.04046199843287468, 0.06824864447116852, -0.052852023392915726, 0.018527265638113022, -0.020663589239120483, -0.05987906455993652, -0.11255541443824768, 0.06334486603736877, -0.0764097049832344, -0.08040406554937363, 0.03156661614775658, 0.014104578644037247, 0.034294456243515015, 0.11776279658079147, 0.006439538206905127, -0.10442675650119781, -0.06504305452108383, 0.06847167760133743, 0.0383324921131134, -0.11436577141284943, 0.09012424200773239, 0.20461277663707733, -0.05214482545852661, 0.1043349876999855, -0.013420414179563522, 0.08800723403692245, -0.05076994374394417, -0.06171292066574097, -0.08015763759613037, -0.07056660950183868, -0.024425404146313667, 0.09255701303482056, -0.11696360260248184, 0.07644999772310257, 0.046778399497270584, 0.041887104511260986, -0.0785582885146141, -0.01878899522125721, 0.010307696647942066, 0.008904337882995605, 0.11355423182249069, 0.026693427935242653, -0.03285429626703262, 0.013056379742920399, -0.17635014653205872, 0.10659623146057129, -0.14149294793605804, 0.04126505181193352, -0.034434281289577484, 0.04991799592971802, 0.04346871376037598, -0.060982510447502136, 0.0797528475522995, -0.1358630657196045, -0.08578864485025406, 0.002684555249288678, 0.2815815210342407, -0.10611431300640106, 0.017080768942832947, -0.06762517988681793, -0.03394448012113571, 0.22121666371822357, 0.04994387552142143, -0.14729443192481995, -0.11105702072381973, -0.023875370621681213, 0.1141621321439743, -0.014292754232883453, 0.009074380621314049, -0.02208469808101654, -0.02843187376856804, -0.09063857793807983, -0.11335571110248566, 0.09631995111703873, -0.09416233748197556, 0.021575188264250755, 0.022698458284139633, 0.04925674945116043, 0.07956494390964508, 0.007623194716870785, 0.038910843431949615, -0.01829366199672222, -0.0026808304246515036, -0.12775789201259613, -0.09832441061735153, 0.10320883989334106, -0.03428950905799866, 0.12105605751276016, -0.12056214362382889, -0.04838552325963974, 0.05686992034316063, -0.055265672504901886, 0.13893666863441467, 0.1571096032857895, -0.04702867195010185, 0.16791649162769318, 0.1327226161956787, -0.0970359817147255, -0.16540028154850006, -0.05052459239959717, -0.039020322263240814, 0.09401401877403259, -0.05209051072597504, -0.19183941185474396, 0.11126140505075455, 0.07998547703027725, -0.0357559509575367, 0.10552768409252167, -0.10599453747272491, -0.09026548266410828, 0.18946634232997894, 0.05520253628492355, 0.3717787563800812, -0.020334744825959206, -0.029704680666327477, -0.02167610079050064, -0.033361196517944336, 0.12817339599132538, -0.15772052109241486, 0.0812978595495224, -0.029577448964118958, 0.067669577896595, 0.040159404277801514, -0.012389812618494034, 0.11564922332763672, 0.06883327662944794, 0.05728308483958244, -0.06419205665588379, 0.09292104840278625, 0.053600676357746124, -0.006302140653133392, 0.17576900124549866, 0.005718350410461426, 0.03404711186885834, -0.22621239721775055, -0.10136351734399796, -0.05211121588945389, 0.14109666645526886, -0.013279433362185955, -0.11999788880348206, -0.029170971363782883, 0.0893264189362526, 0.06148158386349678, 0.08802386373281479, 0.15996871888637543, -0.06684622168540955, 0.04318229481577873, 0.07884113490581512, 0.07567193359136581, -0.06778688728809357, 0.21166084706783295, 0.0054609808139503, -0.04751553013920784, 0.09049119800329208, -0.07470192760229111, 0.052829161286354065, 0.12574414908885956, -0.07065143436193466, 0.0701981782913208, -0.04201659560203552, -0.04062940180301666, 0.010062413290143013, 0.060416329652071, -0.2018864005804062, 0.07334388792514801, -0.06018383428454399, -0.0847577154636383, 0.09235221892595291, -0.04124497249722481, 0.2042756825685501, -0.07703565061092377, 0.014422522857785225, 0.00882904976606369, -0.013754751533269882, -0.010678169317543507, 0.0003302260010968894, 0.04172134771943092, -0.048700299113988876, -0.0786789059638977, 0.12059595435857773, 0.021235134452581406, -0.04237489774823189, 0.11685991287231445, 0.01813434064388275, -0.03076239489018917, -0.09018237888813019, -0.01634151302278042, 0.25108182430267334, -0.0862063318490982, -0.10268266499042511, -0.05770837888121605, -0.029863793402910233, 0.04258136823773384, 0.055128440260887146, 0.02311738207936287, 0.0510784275829792, 0.002121618017554283, -0.06806614995002747, -0.008732546120882034, 0.0696360245347023, -0.036488693207502365, -0.02078217826783657, -0.04320899397134781, -0.11020760983228683, -0.07023216038942337, 0.022789934650063515, -0.061425112187862396, -0.02793060801923275, -0.05095268785953522, -0.0006869593053124845, -0.22540755569934845, 0.06379462778568268, -0.0330640934407711, 0.09525083750486374, -0.07781758904457092, -0.05108317360281944, -0.07296176999807358, -0.020553212612867355, -0.0791226252913475, 0.07598061859607697, -0.011580444872379303, 0.03524862602353096, -0.06624884158372879, -0.0846187174320221, -0.025839168578386307, 0.029905861243605614, 0.10275294631719589, 0.01631130464375019, -0.027043960988521576, 0.07436349242925644, -0.05705874040722847, 0.04408012703061104, 0.027260638773441315, 0.016546813771128654, 0.028727443888783455, -0.050151582807302475, -0.04194612056016922, 0.11039066314697266, 0.004062752239406109, 0.052988678216934204, -0.03654325380921364, -0.11136825382709503, -0.05785058066248894, 0.04504596069455147, -0.06776358932256699, -0.035039402544498444, 0.03826019912958145, 0.04658879339694977, 0.07847411185503006, 0.04863844811916351, -0.0612635500729084, 0.008584843017160892, -0.0222912710160017, -0.01443568617105484, -0.021780723705887794, -0.03466726839542389, 0.0075574759393930435, 0.007695336826145649, -0.012393984012305737, -0.05947663262486458, 0.266065388917923, 0.08602411299943924, -0.09171698242425919, -0.04340452328324318, -0.16735167801380157, -0.02435302548110485, -0.024425486102700233, 0.2679794430732727, 0.056874144822359085, 0.024119475856423378, 0.011050796136260033, -0.019288618117570877, 0.035340022295713425, 0.18050794303417206, 0.037984028458595276, -0.010782220400869846, 0.1282307207584381, 0.05634506791830063, 0.003707184223458171, -0.06408502906560898, 0.0607287622988224, 0.050227999687194824, 0.006288556382060051, 0.1197606697678566, 0.012056848965585232, -0.14646102488040924, 0.0646011009812355, -0.12666399776935577, 0.03919238597154617, 0.11678916215896606, -0.056540559977293015, -0.1760389655828476, -0.19817522168159485, -0.10888078808784485, 0.0026543233543634415, 0.04097367078065872, -0.16265587508678436, -0.08714547753334045, -0.08897431194782257, 0.09215943515300751, -0.05546483397483826, 0.1414390355348587, -0.12854918837547302, -0.03825117275118828, 0.1104157567024231, 0.0010532864835113287, -0.021548205986618996, -0.07595101743936539, -0.04062916710972786, -0.049238622188568115, 0.08119138330221176, -0.07406208664178848, 0.02473556436598301, 0.08496544510126114, 0.013556614518165588, -0.0333796851336956, -0.032069943845272064, -0.10774209350347519, 0.003265637205913663, 0.07788295298814774, 0.010639148764312267, 0.06306202709674835, -0.07563862949609756, 0.07686620205640793, 0.1873350739479065, 0.06452137231826782, -0.051215071231126785, -0.13013017177581787, -0.02864062786102295, -0.0855795368552208, -0.0036838583182543516, -0.02410675585269928, 0.028897708281874657, 0.021505633369088173, 0.06545648723840714, 0.2667706608772278, -0.056916918605566025, -0.0010533258318901062, -0.030007733032107353, 0.017506569623947144, -0.01718241162598133, 0.08702527731657028, -0.04494413360953331, 0.16513466835021973, -0.012653157114982605, -0.05462092161178589, -0.037989627569913864, 0.023459648713469505, -0.04010865464806557, 0.047273602336645126, 0.030255215242505074, -0.09849702566862106, -0.08740866184234619, 0.07428482919931412, -0.16687293350696564, 0.04377124458551407, -0.006544510368257761, -0.12278351932764053, -0.1893109530210495, -0.09295366704463959, -0.04577230289578438, 0.012633713893592358, 0.009070980362594128, -0.06329043209552765, 0.013627681881189346, 0.05530707165598869, -0.016628561541438103, -0.12586095929145813, -0.049232494086027145, 0.06307180225849152, 0.08811842650175095, 0.1659863293170929, 0.03703998401761055, 0.04505663737654686, 0.04767340049147606, -0.06195133924484253, -0.0661824494600296, 0.04577142745256424, 0.048714034259319305, 0.049317970871925354, -0.030435362830758095, 0.018650947138667107, -0.07296797633171082, 0.1852453351020813, 0.1043926253914833, 0.0421641580760479, -0.0771578699350357, 0.09208419173955917, -0.023951014503836632, -0.037216976284980774, 0.09282299876213074, -0.14672452211380005, 0.1121610552072525, 0.09653079509735107, -0.033128995448350906, -0.06853213906288147, -0.11161810904741287, 0.15464237332344055, -0.03242233395576477, -0.04022284597158432, -0.003445104928687215, 0.0017640198348090053, -0.046704478561878204, 0.019399303942918777, 0.019824113696813583, -0.20830471813678741, 0.04071951285004616, -0.09580844640731812, 0.023459961637854576, -0.08082559704780579, 0.08694398403167725, -0.015529210679233074, -0.026623867452144623, -0.0030328116845339537, -0.054503679275512695, 0.024391040205955505, -0.11680590361356735, -0.004275976680219173, -0.06862188875675201 ]
95c43be8e605530cd3b32322d1a57583231d1205
# Dataset Card for "pico_ebmnlp" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
reginaboateng/pico_ebmnlp
[ "region:us" ]
2023-03-20T14:00:47+00:00
{"dataset_info": {"features": [{"name": "tokens", "sequence": "string"}, {"name": "chunk_tags", "sequence": "string"}, {"name": "pos_tags", "sequence": "string"}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "I-INT", "2": "I-OUT", "3": "I-PAR"}}}}], "splits": [{"name": "train", "num_bytes": 27639457, "num_examples": 23952}, {"name": "test", "num_bytes": 1482730, "num_examples": 2064}, {"name": "validation", "num_bytes": 7446993, "num_examples": 7049}], "download_size": 4096177, "dataset_size": 36569180}}
2023-03-20T14:02:22+00:00
[]
[]
TAGS #region-us
# Dataset Card for "pico_ebmnlp" More Information needed
[ "# Dataset Card for \"pico_ebmnlp\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"pico_ebmnlp\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"pico_ebmnlp\"\n\nMore Information needed" ]
[ -0.13611051440238953, 0.19230186939239502, -0.006160014308989048, 0.029632749035954475, 0.11008565872907639, 0.08998281508684158, 0.06715094298124313, 0.08918558806180954, 0.07952319830656052, -0.02612784318625927, 0.07329500466585159, 0.10796748846769333, 0.05884820967912674, 0.2520214319229126, -0.023432767018675804, -0.14546345174312592, 0.0060409726575016975, 0.0926424041390419, 0.0236603245139122, 0.015135815367102623, -0.00816543772816658, -0.04959617927670479, 0.05613195523619652, -0.0821896344423294, -0.17267552018165588, 0.11160686612129211, -0.11957535147666931, -0.030895724892616272, 0.015963904559612274, -0.03245477378368378, 0.11496338248252869, 0.008485950529575348, 0.00494298106059432, -0.1539807766675949, 0.02634309232234955, -0.010376622900366783, -0.12005675584077835, 0.03047693334519863, 0.05090690776705742, -0.11261340230703354, -0.15513959527015686, 0.014224660582840443, 0.022784890606999397, -0.05728805437684059, -0.05276576057076454, -0.12212961167097092, -0.051291000097990036, -0.0022130035795271397, -0.016035353764891624, 0.011010880582034588, 0.08038529753684998, 0.16567716002464294, -0.11802587658166885, 0.014718141406774521, 0.13478553295135498, 0.016429416835308075, 0.03984064236283302, 0.10740501433610916, -0.020833486691117287, 0.13090257346630096, 0.015642184764146805, 0.01658478192985058, 0.1242583692073822, 0.0013330656802281737, -0.10306312888860703, 0.004347321577370167, -0.03434288129210472, 0.04270252212882042, -0.02357504889369011, -0.08833350241184235, 0.22526142001152039, 0.02098570391535759, 0.000023568272808915935, 0.03292084112763405, -0.014977144077420235, -0.08995690196752548, 0.021449515596032143, 0.0759381502866745, 0.05191055312752724, 0.009139979258179665, 0.0278506800532341, -0.0261024609208107, -0.09891635179519653, -0.09851657599210739, -0.13825613260269165, 0.09575144946575165, -0.01191646233201027, 0.14626246690750122, -0.22132423520088196, -0.025065921247005463, -0.01811019331216812, -0.027019234374165535, 0.012068641372025013, -0.05531353875994682, 0.07552677392959595, 0.04271334037184715, 0.0012232596054673195, 0.1281726211309433, 0.12382600456476212, 0.10937153548002243, 0.07533542811870575, 0.05316701903939247, -0.01242425199598074, 0.12693306803703308, 0.2077096402645111, -0.059122391045093536, 0.042891208082437515, 0.003903663717210293, 0.041224561631679535, -0.13948673009872437, 0.01445518247783184, -0.09401187300682068, -0.13628055155277252, 0.008805901743471622, -0.058894407004117966, 0.06175922229886055, -0.02008705586194992, -0.12594465911388397, -0.05112113058567047, -0.08351928740739822, 0.19191525876522064, -0.07766720652580261, 0.049991268664598465, -0.035990167409181595, -0.10639979690313339, 0.08086475729942322, -0.03891732543706894, -0.05077683553099632, -0.00914850551635027, 0.069223552942276, -0.06651463359594345, -0.010504397563636303, -0.0418580062687397, 0.02856256067752838, 0.1251966506242752, -0.2649838924407959, 0.1134377270936966, -0.1671847403049469, -0.2512095272541046, 0.04229510948061943, 0.01869678683578968, -0.04666635021567345, 0.07891204953193665, 0.00029511094908230007, 0.11911388486623764, -0.09376060217618942, -0.08939725905656815, 0.05106855928897858, -0.07750862836837769, 0.029974373057484627, -0.0188584141433239, 0.05167209729552269, -0.22389879822731018, 0.052455805242061615, -0.07980216294527054, -0.013144849799573421, -0.08421438187360764, -0.000826318864710629, -0.11058197170495987, 0.04095936194062233, -0.014255011454224586, -0.028707707300782204, -0.14247684180736542, 0.06863680481910706, 0.004930548835545778, 0.02331739477813244, -0.07957174628973007, -0.08089719712734222, 0.06414745002985, -0.1719292402267456, -0.1434285044670105, -0.0009301591198891401, -0.01951596699655056, -0.007623621262609959, -0.00790708139538765, 0.3238708972930908, 0.07545512914657593, -0.09452009201049805, -0.00584312854334712, 0.0990949273109436, -0.15560567378997803, -0.36425668001174927, 0.05117074027657509, 0.005395522341132164, -0.05819648131728172, 0.002919153543189168, 0.09964374452829361, 0.021832235157489777, -0.057090435177087784, -0.024486850947141647, 0.02420518361032009, -0.08535841852426529, -0.07268223166465759, 0.01260966807603836, 0.0508379265666008, 0.000585945846978575, 0.12939605116844177, 0.11752083152532578, 0.08180753886699677, 0.004798202309757471, 0.019398409873247147, -0.03422476351261139, 0.1711302250623703, -0.10340846329927444, -0.030950017273426056, -0.14341546595096588, -0.06767282634973526, 0.014398214407265186, -0.06993145495653152, 0.030996980145573616, -0.018681859597563744, 0.051144495606422424, -0.00018065451877191663, 0.04775033891201019, -0.007682043127715588, 0.027096865698695183, 0.02682449109852314, 0.01801477186381817, 0.006575077772140503, 0.014779681339859962, -0.08038316667079926, 0.01569012925028801, -0.018880577757954597, -0.036225832998752594, 0.027600102126598358, 0.09065671265125275, -0.005985028576105833, -0.0030306584667414427, -0.009573932737112045, -0.016193676739931107, -0.02373160608112812, -0.046178579330444336, 0.0031204724218696356, 0.00775526836514473, 0.008194590918719769, -0.00864198338240385, 0.031007716432213783, 0.19435080885887146, 0.17601945996284485, -0.12024497985839844, 0.040435925126075745, -0.2081478089094162, 0.01670829765498638, -0.010094679892063141, -0.10028433799743652, 0.02144733816385269, -0.05459422245621681, -0.04722447693347931, 0.07012741267681122, -0.11288461834192276, 0.0007988193538039923, 0.0302805807441473, -0.04259664565324783, -0.13243676722049713, 0.05219534412026405, 0.26276081800460815, -0.14067941904067993, 0.19853386282920837, 0.14056245982646942, 0.06519981473684311, 0.19208282232284546, -0.01509511936455965, -0.07926152646541595, 0.030055547133088112, -0.01098580751568079, -0.07404501736164093, 0.1947656273841858, -0.13037289679050446, 0.045908376574516296, 0.06533461809158325, 0.02643183246254921, 0.17111210525035858, -0.12030056118965149, -0.11158990859985352, 0.0215500108897686, 0.02379097230732441, -0.1629238724708557, -0.04082123935222626, -0.03073042444884777, 0.046927593648433685, -0.029976248741149902, -0.019319744780659676, 0.14634329080581665, 0.006659854669123888, -0.021560361608862877, 0.09128015488386154, -0.1794992983341217, -0.2558578550815582, -0.04751063510775566, -0.07868524640798569, 0.03305688500404358, 0.018012873828411102, -0.026818539947271347, -0.14558765292167664, 0.009810706600546837, 0.07212222367525101, -0.05591074004769325, -0.12292014062404633, 0.003273378126323223, 0.04860348626971245, 0.01636529713869095, -0.07164131104946136, -0.09848274290561676, -0.009526845999062061, -0.07008706778287888, 0.12257757037878036, 0.13332991302013397, -0.1745615005493164, 0.14068475365638733, 0.09211570024490356, -0.04257242754101753, 0.10726062953472137, -0.022584347054362297, 0.08317248523235321, -0.035449884831905365, -0.10005014389753342, 0.1826397329568863, 0.02875298447906971, 0.009673596359789371, -0.07749885320663452, 0.013332082889974117, -0.12313883751630783, -0.01563303731381893, 0.0008864617557264864, -0.17511683702468872, -0.22523701190948486, -0.13530606031417847, -0.03316909819841385, 0.09284740686416626, 0.08650755137205124, 0.08687463402748108, -0.0023854768369346857, 0.12132516503334045, 0.1321669965982437, 0.00234777620062232, -0.10289844870567322, 0.0035383417271077633, -0.12460179626941681, -0.01751367747783661, -0.04997483268380165, -0.08283667266368866, -0.023149356245994568, 0.16122466325759888, 0.2714427709579468, 0.24746429920196533, 0.07045279443264008, 0.011660128831863403, 0.007110981736332178, 0.12086233496665955, 0.08604159951210022, 0.15339674055576324, 0.046477336436510086, -0.019069530069828033, 0.0025708633475005627, 0.04229952022433281, -0.10389627516269684, -0.012636913917958736, 0.09175657480955124, -0.13261568546295166, -0.011292051523923874, -0.10677068680524826, 0.038490310311317444, -0.18092632293701172, -0.02855738252401352, -0.1973928064107895, 0.1429646909236908, 0.009685770608484745, 0.16221150755882263, -0.05120037868618965, 0.05893966555595398, 0.11340475082397461, -0.04062532261013985, 0.08802806586027145, 0.05030355602502823, 0.0835445374250412, -0.073129802942276, -0.07394523918628693, -0.023235226050019264, -0.03917061910033226, 0.015489994548261166, 0.10941854119300842, -0.033732157200574875, 0.1799505650997162, 0.006400825455784798, -0.038091935217380524, -0.1612369567155838, -0.04952465370297432, -0.07617313414812088, 0.015072801150381565, 0.12428505718708038, 0.03632429242134094, -0.038270026445388794, -0.1945374608039856, -0.10090036690235138, -0.007710618898272514, 0.07698201388120651, -0.006872514262795448, -0.1398613303899765, 0.11993146687746048, 0.02752717211842537, -0.03870658203959465, -0.11564221978187561, -0.022070202976465225, -0.12678653001785278, -0.06495270133018494, -0.014854958280920982, -0.20715312659740448, 0.036267705261707306, -0.026720210909843445, -0.016570627689361572, 0.09269863367080688, 0.09179558604955673, -0.05230136960744858, -0.09066547453403473, 0.055335693061351776, 0.04654577374458313, -0.02317243628203869, 0.02878768928349018, 0.06219497695565224, 0.025161702185869217, -0.08523716032505035, -0.19722454249858856, 0.08261390775442123, -0.0900920033454895, 0.11606059968471527, -0.08011072874069214, 0.0870833769440651, 0.00875861570239067, -0.0073280930519104, 0.003975513856858015, -0.09770612418651581, 0.013953144662082195, -0.08233478665351868, 0.10777048021554947, -0.05358313024044037, 0.1761416792869568, 0.23975864052772522, 0.027569841593503952, -0.005230908282101154, 0.10014933347702026, -0.03171513229608536, 0.1380048394203186, 0.159632608294487, -0.006959079299122095, 0.09040962904691696, 0.17969118058681488, -0.08276619017124176, -0.1667526215314865, 0.024263253435492516, -0.09322207421064377, -0.08456775546073914, 0.014373392798006535, -0.20599529147148132, 0.11805438250303268, 0.22524911165237427, -0.013803703710436821, 0.20523925125598907, -0.22073575854301453, -0.014292366802692413, 0.1535671353340149, 0.10983964800834656, 0.31503626704216003, -0.1185280829668045, -0.05910167843103409, -0.1411019265651703, -0.13573190569877625, 0.2855985164642334, -0.06389635801315308, 0.002009577350690961, 0.02159096486866474, 0.06192412227392197, -0.018977472558617592, -0.06083165109157562, 0.14976584911346436, 0.0758771151304245, 0.07049484550952911, -0.06012663245201111, -0.045302342623472214, 0.0029916048515588045, -0.020328249782323837, 0.07843863219022751, 0.03909735754132271, -0.02496207319200039, -0.21772022545337677, -0.044527817517519, 0.026961328461766243, 0.014238791540265083, 0.0644868016242981, -0.06955073028802872, -0.04846475273370743, 0.017986757680773735, -0.09423284232616425, 0.0054926262237131596, 0.12611328065395355, 0.044381991028785706, -0.08392355591058731, 0.05116065964102745, -0.022922581061720848, -0.1310833841562271, -0.08428415656089783, -0.12431339174509048, -0.06570867449045181, 0.08698073029518127, -0.06578122079372406, 0.0039107054471969604, 0.1099056601524353, 0.012083913199603558, 0.06942629814147949, 0.06768877059221268, -0.04741762951016426, -0.001702608191408217, 0.14070957899093628, -0.0972997173666954, 0.053466878831386566, 0.0751529261469841, 0.06011481210589409, 0.13985960185527802, 0.1119440346956253, 0.03785443678498268, 0.04637804999947548, -0.03683361038565636, -0.04138217121362686, 0.0763254463672638, -0.03141661733388901, 0.12437057495117188, 0.14427265524864197, -0.017990238964557648, -0.17842236161231995, 0.241048663854599, 0.012121345847845078, -0.08754266053438187, 0.015399139374494553, -0.024459753185510635, -0.008942032232880592, -0.08111647516489029, 0.0634830892086029, 0.2498190701007843, -0.1466265469789505, -0.15294213593006134, 0.005659690126776695, -0.016534028574824333, 0.06741558760404587, 0.06424819678068161, 0.07123532891273499, 0.002095460193231702, 0.05575462803244591, 0.012014975771307945, -0.04730299115180969, -0.13013172149658203, -0.004737254697829485, 0.057675041258335114, -0.07933928072452545, -0.151558518409729, 0.03622265160083771, 0.1356286108493805, -0.062133584171533585, -0.04150264710187912, -0.1526530683040619, 0.07340887933969498, -0.06766301393508911, 0.0966838076710701, -0.007394881919026375, 0.020244978368282318, 0.009000280871987343, 0.026813695207238197, -0.04126131907105446, -0.025462405756115913, -0.1167762354016304, 0.0792756974697113, 0.06731904298067093, -0.025302015244960785, -0.0880412757396698, -0.04036356136202812, 0.030628494918346405, 0.015573428012430668, 0.07983587682247162, 0.15652227401733398, 0.03396519273519516, 0.03756951913237572, -0.08524741232395172, -0.11873069405555725, 0.17880989611148834, 0.08099674433469772, 0.08662130683660507, 0.11268933117389679, 0.0650157704949379, 0.11390253156423569, -0.10881993919610977, 0.034172795712947845, 0.03098800592124462, -0.14844971895217896, -0.018255963921546936, -0.1606828272342682, -0.13480110466480255, -0.04413807392120361, -0.045518990606069565, 0.1798361837863922, 0.044327154755592346, 0.010197710245847702, 0.0742492824792862, 0.04995693266391754, -0.06513340771198273, -0.055395495146512985, 0.037927404046058655, -0.09679790586233139, 0.042382411658763885, 0.11430618166923523, 0.014448744244873524, -0.034154921770095825, 0.41892606019973755, 0.028493670746684074, -0.09981651604175568, -0.07646038383245468, 0.1751733422279358, 0.025470739230513573, -0.016246413812041283, 0.1877497434616089, 0.005540733225643635, 0.028391342610120773, -0.04369412362575531, 0.1031453013420105, 0.097864530980587, 0.05919618532061577, 0.0917629823088646, 0.07988317310810089, -0.016713684424757957, 0.06588868051767349, 0.11509906500577927, -0.0550849474966526, 0.0005602037999778986, -0.04717356339097023, 0.02498822659254074, 0.03461623191833496, 0.09548138827085495, -0.0619523711502552, -0.024866066873073578, -0.029417818412184715, 0.0017517614178359509, -0.0008291506674140692, -0.062443122267723083, -0.08311653137207031, -0.25118502974510193, -0.00819490384310484, -0.11580236256122589, 0.046285852789878845, -0.07280529290437698, -0.06311078369617462, 0.21804393827915192, 0.06687662750482559, -0.001335018896497786, -0.0032360577024519444, -0.0930032730102539, 0.015545997768640518, -0.04806472361087799, 0.026973815634846687, -0.007672120351344347, -0.05563366040587425, -0.1022348627448082, 0.0681644156575203, 0.02573494240641594, -0.02135031670331955, -0.04330791160464287, 0.11521866172552109, 0.04219615459442139, -0.0631432831287384, 0.010296654887497425, -0.1037960946559906, -0.005454656668007374, -0.08012250810861588, 0.15563099086284637, -0.010301072150468826, 0.04718723148107529, 0.04511086642742157, 0.04329824075102806, 0.07702099531888962, 0.04952741786837578, 0.0026898265350610018, -0.08317603915929794, -0.000258041633060202, 0.11280883103609085, 0.012525301426649094, -0.05632936954498291, -0.08784620463848114, 0.18168163299560547, 0.20269133150577545, -0.07091563940048218, -0.03851957246661186, 0.06326036155223846, 0.0382060706615448, 0.06947603821754456, 0.14097657799720764, 0.09683201462030411, 0.12691350281238556, 0.00996772013604641, -0.10004279762506485, -0.050683192908763885, 0.012052237056195736, -0.016402313485741615, 0.04718960449099541, 0.08365438133478165, -0.03090239316225052, -0.09668047726154327, 0.09752462059259415, -0.15895773470401764, 0.06185949221253395, 0.1157008484005928, -0.13459478318691254, -0.11648870259523392, -0.03699309751391411, 0.13309752941131592, -0.012881352566182613, 0.03868639096617699, -0.07481952011585236, -0.020506983622908592, -0.09676387906074524, 0.027672316879034042, -0.3853095769882202, -0.20391589403152466, -0.002949503716081381, 0.020501723513007164, 0.18385940790176392, -0.03201494365930557, 0.11461764574050903, -0.009706893004477024, 0.08522861450910568, -0.053620632737874985, 0.06350068747997284, -0.040296975523233414, 0.02856510691344738, -0.03485440835356712, -0.030625944957137108, -0.09780871123075485, -0.15105482935905457, 0.06324862688779831, -0.005800000391900539, -0.0844663456082344, 0.06887009739875793, 0.046160370111465454, -0.03175753727555275, 0.04784439504146576, -0.15447795391082764, 0.08490122109651566, -0.053422994911670685, -0.014456507749855518, -0.04230140149593353, -0.01765601895749569, 0.1346285343170166, 0.021372700110077858, -0.12219677865505219, -0.026180218905210495, 0.0013750625075772405, -0.10771727561950684, -0.030228624120354652, -0.0002399766381131485, 0.03681798279285431, 0.07818007469177246, -0.11544781923294067, -0.02251153066754341, -0.0694422647356987, 0.005468264687806368, 0.06780771166086197, 0.09154226630926132, -0.0733698308467865, 0.05544093996286392, 0.029753003269433975, -0.0326809398829937, 0.019015582278370857, -0.07880592346191406 ]
f8eb2f1d07aeaeb62a4ca913c39d187f3b1d9963
## Description This is a clenned version of AllenAI mC4 PtBR section. The original dataset can be found here https://huggingface.co/datasets/allenai/c4 ## Clean procedure We applied the same clenning procedure as explained here: https://gitlab.com/yhavinga/c4nlpreproc.git The repository offers two strategies. The first one, found in the main.py file, uses pyspark to create a dataframe that can both clean the text and create a pseudo mix on the entire dataset. We found this strategy clever, but it is time/resource-consuming. To overcome this we jumped into the second approach consisting in leverage the singlefile.py script and parallel all together. We did the following: ``` GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/allenai/c4 cd c4 git lfs pull --include "multilingual/c4-pt.*.json.gz" ls c4-nl* | parallel --gnu --jobs 96 --progress python ~/c4nlpreproc/singlefile.py {} ``` Be advice you should install parallel first if you want to reproduce this dataset, or to create another in a different language. ## Dataset Structure We kept the same structure as the original, so it is like this: ``` { 'timestamp': '2020-02-22T22:24:31Z', 'url': 'https://url here', 'text': 'the content' } ``` ## Considerations for Using the Data We do not perform any procedure to remove bad words, vulgarity, or profanity. it must be considered that model trained on this scraped corpus will inevitably reflect biases present in blog articles and comments on the Internet. This makes the corpus especially interesting in the context of studying data biases and how to limit their impacts.
thegoodfellas/mc4-pt-cleaned
[ "task_categories:fill-mask", "task_categories:text-generation", "size_categories:10M<n<100M", "language:pt", "license:apache-2.0", "region:us" ]
2023-03-20T14:06:42+00:00
{"language": ["pt"], "license": "apache-2.0", "size_categories": ["10M<n<100M"], "task_categories": ["fill-mask", "text-generation"]}
2023-04-13T12:35:19+00:00
[]
[ "pt" ]
TAGS #task_categories-fill-mask #task_categories-text-generation #size_categories-10M<n<100M #language-Portuguese #license-apache-2.0 #region-us
## Description This is a clenned version of AllenAI mC4 PtBR section. The original dataset can be found here URL ## Clean procedure We applied the same clenning procedure as explained here: URL The repository offers two strategies. The first one, found in the URL file, uses pyspark to create a dataframe that can both clean the text and create a pseudo mix on the entire dataset. We found this strategy clever, but it is time/resource-consuming. To overcome this we jumped into the second approach consisting in leverage the URL script and parallel all together. We did the following: Be advice you should install parallel first if you want to reproduce this dataset, or to create another in a different language. ## Dataset Structure We kept the same structure as the original, so it is like this: ## Considerations for Using the Data We do not perform any procedure to remove bad words, vulgarity, or profanity. it must be considered that model trained on this scraped corpus will inevitably reflect biases present in blog articles and comments on the Internet. This makes the corpus especially interesting in the context of studying data biases and how to limit their impacts.
[ "## Description\n\nThis is a clenned version of AllenAI mC4 PtBR section. The original dataset can be found here URL", "## Clean procedure\n\nWe applied the same clenning procedure as explained here: URL \n\nThe repository offers two strategies. The first one, found in the URL file, uses pyspark to create a dataframe that can both clean the text and create a \npseudo mix on the entire dataset. We found this strategy clever, but it is time/resource-consuming.\n\nTo overcome this we jumped into the second approach consisting in leverage the URL script and parallel all together. \n\nWe did the following:\n\n\n\nBe advice you should install parallel first if you want to reproduce this dataset, or to create another in a different language.", "## Dataset Structure\n\nWe kept the same structure as the original, so it is like this:", "## Considerations for Using the Data\n\nWe do not perform any procedure to remove bad words, vulgarity, or profanity. it must be considered that model trained on this scraped corpus will inevitably reflect biases present in blog articles and comments on the Internet. This makes the corpus especially interesting in the context of studying data biases and how to limit their impacts." ]
[ "TAGS\n#task_categories-fill-mask #task_categories-text-generation #size_categories-10M<n<100M #language-Portuguese #license-apache-2.0 #region-us \n", "## Description\n\nThis is a clenned version of AllenAI mC4 PtBR section. The original dataset can be found here URL", "## Clean procedure\n\nWe applied the same clenning procedure as explained here: URL \n\nThe repository offers two strategies. The first one, found in the URL file, uses pyspark to create a dataframe that can both clean the text and create a \npseudo mix on the entire dataset. We found this strategy clever, but it is time/resource-consuming.\n\nTo overcome this we jumped into the second approach consisting in leverage the URL script and parallel all together. \n\nWe did the following:\n\n\n\nBe advice you should install parallel first if you want to reproduce this dataset, or to create another in a different language.", "## Dataset Structure\n\nWe kept the same structure as the original, so it is like this:", "## Considerations for Using the Data\n\nWe do not perform any procedure to remove bad words, vulgarity, or profanity. it must be considered that model trained on this scraped corpus will inevitably reflect biases present in blog articles and comments on the Internet. This makes the corpus especially interesting in the context of studying data biases and how to limit their impacts." ]
[ 54, 29, 135, 21, 82 ]
[ "passage: TAGS\n#task_categories-fill-mask #task_categories-text-generation #size_categories-10M<n<100M #language-Portuguese #license-apache-2.0 #region-us \n## Description\n\nThis is a clenned version of AllenAI mC4 PtBR section. The original dataset can be found here URL## Clean procedure\n\nWe applied the same clenning procedure as explained here: URL \n\nThe repository offers two strategies. The first one, found in the URL file, uses pyspark to create a dataframe that can both clean the text and create a \npseudo mix on the entire dataset. We found this strategy clever, but it is time/resource-consuming.\n\nTo overcome this we jumped into the second approach consisting in leverage the URL script and parallel all together. \n\nWe did the following:\n\n\n\nBe advice you should install parallel first if you want to reproduce this dataset, or to create another in a different language.## Dataset Structure\n\nWe kept the same structure as the original, so it is like this:## Considerations for Using the Data\n\nWe do not perform any procedure to remove bad words, vulgarity, or profanity. it must be considered that model trained on this scraped corpus will inevitably reflect biases present in blog articles and comments on the Internet. This makes the corpus especially interesting in the context of studying data biases and how to limit their impacts." ]
[ -0.00772220641374588, 0.0938410684466362, -0.005535578355193138, 0.043084923177957535, 0.08216219395399094, 0.001905030570924282, 0.10784712433815002, 0.06510049849748611, -0.03840649500489235, 0.035357117652893066, -0.0014688713708892465, 0.017750581726431847, 0.07750453054904938, 0.1832701414823532, 0.048594504594802856, -0.18592868745326996, 0.08956996351480484, -0.059855956584215164, 0.03766873478889465, 0.09544689953327179, 0.12509243190288544, -0.07637801766395569, 0.05916628614068031, -0.01278494019061327, -0.006230506114661694, 0.018787642940878868, -0.0374956950545311, 0.00011947423627134413, 0.03515223041176796, 0.031302765011787415, 0.11119668185710907, 0.02424098178744316, -0.025123851373791695, -0.10301309823989868, 0.048777591437101364, 0.1005740761756897, 0.009284142404794693, 0.043026868253946304, 0.11039964109659195, -0.029875895008444786, 0.12347202748060226, -0.0692863017320633, -0.01137592550367117, 0.056013334542512894, -0.17860347032546997, -0.11154128611087799, -0.16408482193946838, 0.11422105878591537, 0.06650367379188538, 0.04829411208629608, -0.059604156762361526, 0.1413603127002716, -0.04607025906443596, 0.04672275111079216, 0.1480310559272766, -0.1808888018131256, -0.035532429814338684, 0.09725751727819443, 0.04797428473830223, 0.06673885881900787, 0.028665989637374878, 0.012510046362876892, -0.014308053068816662, 0.007450983393937349, -0.017437918111681938, -0.06802912801504135, 0.008403480984270573, 0.019624557346105576, -0.12959550321102142, -0.11200766265392303, 0.21888300776481628, 0.011321689933538437, -0.027040382847189903, -0.15777620673179626, -0.06707243621349335, 0.10384000092744827, 0.0047800857573747635, -0.018866263329982758, -0.009640508331358433, 0.061710670590400696, 0.08490382879972458, -0.12089065462350845, -0.07235300540924072, 0.004404571373015642, -0.021356480196118355, 0.0067285457625985146, 0.02643134444952011, 0.005091350991278887, -0.03990299999713898, 0.11014396697282791, 0.03097841888666153, -0.06177249923348427, -0.026726944372057915, -0.11405915766954422, -0.10415438562631607, -0.023393118754029274, -0.03410371020436287, -0.06668996065855026, 0.03323085606098175, 0.1070941835641861, 0.11882156133651733, 0.021456215530633926, -0.01687445491552353, 0.08192379027605057, 0.11778628081083298, 0.03936534747481346, -0.12006446719169617, -0.045977238565683365, 0.08588112890720367, -0.0005224591586738825, 0.03448723256587982, -0.019759587943553925, -0.045692361891269684, -0.02486092783510685, -0.006314627826213837, 0.07880590111017227, 0.09710834920406342, 0.10472587496042252, -0.10690119117498398, -0.0754544585943222, 0.04861391708254814, -0.1027747243642807, -0.0037222711835056543, 0.029917743057012558, -0.02468385361135006, -0.004001780413091183, 0.07738684117794037, -0.015979962423443794, -0.1425943374633789, -0.02177443727850914, -0.08289290964603424, -0.00007991601887624711, -0.11627800762653351, -0.15295496582984924, 0.02899964340031147, -0.05590316653251648, -0.0898919329047203, -0.0259708222001791, -0.26804080605506897, -0.078536756336689, 0.03330441936850548, -0.027660759165883064, -0.052727945148944855, -0.011185270734131336, 0.03187829256057739, -0.073601633310318, -0.01118105836212635, 0.040318600833415985, -0.050738345831632614, 0.036191217601299286, -0.06438692659139633, 0.08034462481737137, -0.023723453283309937, 0.017515311017632484, -0.11672955006361008, 0.05603911355137825, -0.29588282108306885, 0.16369353234767914, -0.028555823490023613, -0.04296049475669861, -0.10259153693914413, 0.035113658756017685, -0.14288125932216644, 0.03673415631055832, -0.030875055119395256, 0.1595667004585266, -0.2543571889400482, -0.017959393560886383, 0.19809657335281372, -0.14018003642559052, -0.01773487590253353, 0.09520164132118225, -0.06947272270917892, 0.14781267940998077, 0.08640497177839279, 0.07650366425514221, 0.04076455160975456, -0.011692036874592304, -0.028203187510371208, -0.04376152530312538, -0.13287562131881714, 0.12209133803844452, 0.07350989431142807, -0.07023113965988159, 0.014149907045066357, -0.014772002585232258, -0.027232056483626366, -0.0007827776134945452, 0.0001710708747850731, -0.0547264888882637, 0.006051562260836363, 0.04478852450847626, -0.07186257839202881, -0.04240033030509949, -0.06652461737394333, 0.02113708108663559, -0.07541357725858688, -0.06983199715614319, 0.08926204591989517, -0.06731712818145752, 0.026951435953378677, -0.08407314866781235, 0.05256306380033493, -0.020519182085990906, 0.032417744398117065, -0.21618638932704926, -0.07792593538761139, 0.017624080181121826, -0.041886236518621445, 0.10410037636756897, 0.08620314300060272, -0.019583821296691895, -0.03779461607336998, -0.02658822201192379, 0.02151590771973133, 0.011883091181516647, -0.020952947437763214, -0.08178317546844482, -0.1455753594636917, -0.031006570905447006, -0.02031271532177925, 0.17239902913570404, -0.07789882272481918, 0.01711314357817173, 0.05014340952038765, 0.10215696692466736, 0.011123357340693474, -0.06803084164857864, 0.08957428485155106, 0.018990499898791313, -0.03189367800951004, -0.06649092584848404, 0.05615842714905739, 0.00445013539865613, -0.015410132706165314, 0.09237731248140335, -0.15655742585659027, -0.18863122165203094, 0.0963117852807045, -0.04913317412137985, -0.03554678335785866, -0.07903941720724106, -0.017223486676812172, -0.022409457713365555, -0.060559093952178955, -0.058890052139759064, 0.11110945791006088, 0.03098548948764801, 0.06130998954176903, -0.09608858078718185, -0.021171679720282555, -0.027975529432296753, -0.011050946079194546, -0.020845625549554825, 0.04881103336811066, 0.07471626996994019, -0.18767422437667847, 0.07284324616193771, -0.01612582616508007, 0.07182634621858597, 0.0710204616189003, 0.036442261189222336, -0.08186135441064835, -0.04956541955471039, 0.057742390781641006, -0.01202466432005167, 0.01371194701641798, -0.07368408888578415, 0.009821025654673576, 0.05999067425727844, -0.003699195571243763, 0.09684588015079498, -0.049232952296733856, 0.04888897389173508, 0.011104472912847996, -0.05791504308581352, -0.07788095623254776, -0.0250953808426857, 0.04258444905281067, 0.05985425040125847, 0.01120741106569767, 0.07043744623661041, 0.0288008414208889, -0.06330006569623947, -0.11771653592586517, 0.11315615475177765, -0.026745827868580818, -0.2659319341182709, -0.1645926833152771, -0.006318362895399332, -0.04297979921102524, 0.04677506908774376, 0.009392114356160164, 0.023129891604185104, -0.08709265291690826, -0.07195781171321869, 0.09394647181034088, 0.06647446751594543, -0.0748230516910553, -0.07139428704977036, 0.048426494002342224, -0.001799120451323688, -0.13312360644340515, 0.0035747410729527473, 0.007107124198228121, 0.0051719737239181995, 0.031282052397727966, -0.08249751478433609, 0.10279881209135056, 0.09441111981868744, 0.03224320709705353, 0.02062750793993473, 0.011439230293035507, 0.24193179607391357, -0.09876427054405212, 0.06295627355575562, 0.16331444680690765, -0.06341148912906647, 0.04713255167007446, 0.10360120236873627, -0.027868706732988358, -0.03260491415858269, 0.05474018305540085, 0.07616321742534637, -0.02203688584268093, -0.2225230634212494, -0.09672979265451431, -0.060475870966911316, -0.08046593517065048, 0.032327692955732346, 0.019636336714029312, -0.048233382403850555, 0.07239307463169098, -0.15840506553649902, 0.022591032087802887, 0.07578732073307037, 0.057734351605176926, 0.028717558830976486, -0.023010291159152985, 0.06611979752779007, -0.08489981293678284, -0.06603395938873291, 0.10662949830293655, 0.027209054678678513, 0.19872532784938812, 0.0007673592772334814, 0.14398491382598877, 0.1296135038137436, 0.030083639547228813, 0.04388319328427315, 0.0995779037475586, 0.019212137907743454, 0.024735672399401665, -0.07756498456001282, -0.08972359448671341, -0.001783470157533884, 0.027946269139647484, 0.04589217156171799, -0.047053318470716476, -0.011489355005323887, -0.037117645144462585, 0.09705817699432373, 0.195002481341362, 0.016397982835769653, -0.17966333031654358, 0.03585122153162956, 0.07282718271017075, 0.007676179986447096, -0.0657920241355896, -0.04050116986036301, 0.09179846942424774, -0.11238319426774979, 0.035941433161497116, 0.001355413580313325, 0.13065309822559357, -0.1307346522808075, 0.016075285151600838, -0.11632470041513443, 0.03105509839951992, -0.04009288176894188, 0.13137438893318176, -0.16137993335723877, 0.10758617520332336, 0.06272704154253006, 0.05635220929980278, -0.11670617014169693, -0.004824673291295767, 0.05170689523220062, -0.028140943497419357, 0.1076737716794014, 0.016422083601355553, -0.07547980546951294, -0.05110091716051102, -0.11168047040700912, 0.020233171060681343, 0.03221366927027702, -0.03602057695388794, 0.1435488909482956, -0.010197063907980919, 0.020374644547700882, -0.0029946179129183292, 0.14384883642196655, -0.15171316266059875, -0.16181005537509918, 0.03961648419499397, -0.013887708075344563, -0.02484755776822567, -0.030004100874066353, 0.019526809453964233, -0.018621275201439857, 0.24236878752708435, -0.08765746653079987, -0.1129593700170517, -0.09162094444036484, 0.02286870963871479, 0.07859326153993607, -0.05349765345454216, -0.04918733984231949, 0.00920441560447216, 0.13251811265945435, -0.04994843155145645, -0.08781571686267853, 0.05634819716215134, -0.04509700462222099, -0.0716744214296341, -0.048763588070869446, 0.05230726674199104, 0.09197355806827545, 0.04811068996787071, 0.03932337462902069, -0.006432963535189629, -0.022864291444420815, -0.10079993307590485, -0.00866736937314272, 0.06508664041757584, 0.07497654855251312, 0.19719554483890533, -0.07481219619512558, -0.08602051436901093, -0.11211001873016357, -0.004538994748145342, 0.11322478204965591, 0.21321140229701996, -0.008323405869305134, 0.08301220834255219, 0.11254312843084335, -0.11784462630748749, -0.28793764114379883, -0.020018473267555237, -0.044689275324344635, 0.014787002466619015, 0.08366904407739639, -0.2177332043647766, 0.025681542232632637, 0.09685797989368439, 0.00613824836909771, -0.03897500038146973, -0.23107972741127014, -0.09162379801273346, 0.1082075759768486, -0.04739026725292206, 0.12693454325199127, -0.06074691563844681, -0.045725248754024506, -0.07320479303598404, -0.012380929663777351, 0.0998111367225647, -0.18435613811016083, 0.08114553987979889, 0.06286356598138809, -0.02590266615152359, 0.04214410483837128, -0.019469866529107094, 0.15106557309627533, 0.006919005885720253, 0.13460904359817505, -0.03742821514606476, -0.04224592447280884, 0.14759428799152374, -0.0233693178743124, 0.09156742691993713, 0.10979625582695007, 0.024962255731225014, -0.06707871705293655, -0.08091718703508377, -0.06458303332328796, 0.06582125276327133, -0.03729474917054176, -0.026213085278868675, -0.10202141851186752, 0.03802253678441048, 0.05069480463862419, 0.024981126189231873, 0.06955556571483612, -0.06474818289279938, 0.000038799898902652785, 0.09137213975191116, 0.1505764126777649, 0.04618392884731293, -0.048294659703969955, -0.020740188658237457, -0.0034020710736513138, 0.05422774702310562, 0.03199036046862602, 0.06203078106045723, 0.049057379364967346, -0.04604330286383629, 0.14649027585983276, 0.05346563830971718, -0.17288944125175476, 0.0032662644516676664, 0.07082798331975937, -0.142750546336174, -0.11756071448326111, -0.04721502959728241, -0.10053980350494385, -0.10849148035049438, -0.12203028053045273, 0.11625911295413971, 0.0425974577665329, -0.05942600592970848, 0.04494650661945343, 0.03801363706588745, 0.0035928026773035526, 0.11703209578990936, 0.02881893515586853, 0.050444383174180984, -0.09394591301679611, 0.13243582844734192, 0.1278657168149948, -0.12219663709402084, -0.0016942438669502735, 0.05508565157651901, -0.12174315750598907, -0.048641838133335114, -0.06844126433134079, 0.15758974850177765, 0.0740911066532135, -0.06798524409532547, -0.08387086540460587, -0.04852815717458725, -0.0031915046274662018, 0.08424767106771469, 0.048780038952827454, 0.11225651204586029, 0.028569698333740234, -0.023872414603829384, -0.03331659734249115, 0.06088893488049507, 0.08791658282279968, -0.033091120421886444, -0.04427139461040497, 0.20158979296684265, -0.006748999003320932, 0.01047270093113184, -0.05944648012518883, -0.03414231538772583, -0.10324738919734955, -0.013139147311449051, -0.10013404488563538, 0.03221926465630531, -0.09067351371049881, -0.05220150947570801, 0.015075377188622952, 0.026825034990906715, -0.03684781864285469, 0.010020026937127113, -0.0663563460111618, -0.012939857318997383, -0.04375629872083664, 0.09313900768756866, -0.08929534256458282, -0.024197937920689583, 0.06311564147472382, -0.05100356787443161, 0.08908531069755554, 0.0553613156080246, -0.0671023353934288, -0.03831244632601738, -0.08484280854463577, -0.048581138253211975, 0.031370859593153, 0.05340166389942169, -0.02492869831621647, -0.13941797614097595, 0.016011614352464676, 0.019671469926834106, -0.008594680577516556, 0.017820291221141815, 0.07719522714614868, -0.08930306881666183, 0.039464548230171204, 0.04060303419828415, -0.03186614811420441, -0.022752009332180023, 0.07019998133182526, 0.08957474678754807, 0.07696906477212906, 0.17801973223686218, -0.04406456649303436, -0.02156517654657364, -0.18054057657718658, 0.039817605167627335, -0.03117017261683941, 0.002039048820734024, 0.012417122721672058, -0.019339654594659805, 0.04636732116341591, 0.012723010964691639, 0.22671785950660706, 0.053175099194049835, -0.10417091846466064, 0.03185773640871048, 0.12493433803319931, -0.0679396390914917, 0.0035084548871964216, -0.012328073382377625, 0.0031901602633297443, -0.03133291006088257, 0.07238508015871048, 0.000020485644199652597, 0.020495709031820297, 0.08238586038351059, 0.18262188136577606, 0.09335185587406158, 0.22201737761497498, 0.06337191164493561, -0.034700509160757065, -0.015703987330198288, 0.02852454036474228, 0.06886933743953705, 0.08965432643890381, 0.017441468313336372, -0.059142425656318665, 0.00596632482483983, 0.14602169394493103, -0.08661244809627533, 0.11541511118412018, -0.007266214583069086, -0.0413973443210125, -0.13106462359428406, -0.28142091631889343, -0.044759541749954224, 0.029599718749523163, -0.06515755504369736, -0.1391468048095703, 0.02437921240925789, 0.14503824710845947, -0.014170214533805847, -0.042084939777851105, 0.03585641086101532, -0.1557256579399109, -0.1404590904712677, 0.003657825058326125, -0.03387466073036194, 0.044896554201841354, 0.014548227190971375, -0.004030236508697271, 0.06354482471942902, 0.08299178630113602, 0.06512254476547241, 0.07656922936439514, 0.154340460896492, 0.032506685703992844, -0.1419246792793274, -0.10265132039785385, -0.06279192864894867, -0.005158552899956703, 0.03608265891671181, 0.1700979620218277, 0.0590476393699646, -0.054495323449373245, 0.0320122092962265, 0.17605507373809814, 0.023507416248321533, -0.08252383768558502, -0.13083676993846893, 0.16703835129737854, 0.000921637169085443, 0.011963176541030407, -0.001646515098400414, -0.1146676167845726, 0.06422878801822662, 0.19792228937149048, 0.18723760545253754, -0.052514467388391495, -0.011416126973927021, -0.008367919363081455, 0.015517115592956543, 0.027140269055962563, 0.051481544971466064, -0.022810712456703186, 0.17109926044940948, -0.03459974005818367, 0.15029077231884003, -0.018239455297589302, -0.003967126831412315, -0.13506050407886505, 0.033510997891426086, 0.004409250803291798, 0.014641350135207176, -0.02123158425092697, 0.1111622080206871, -0.11709757894277573, -0.11746294796466827, -0.08592251688241959, 0.004432638641446829, -0.10111663490533829, -0.018482951447367668, -0.09464310109615326, 0.029352860525250435, 0.09415112435817719, -0.04538561776280403, -0.001890735817141831, 0.14528362452983856, -0.002535704057663679, -0.08827277272939682, -0.09710554033517838, 0.0997685119509697, -0.0671938806772232, 0.1532183438539505, 0.01606021635234356, 0.05647951737046242, 0.09859658777713776, -0.07725143432617188, -0.1299176812171936, 0.009473513811826706, -0.02720397338271141, 0.04521830379962921, 0.03797406330704689, 0.05898590385913849, -0.03447877988219261, 0.019654138013720512, 0.0840994343161583, -0.013051703572273254, 0.04814516007900238, -0.014359529130160809, -0.029761837795376778, -0.08115530014038086, 0.06403132528066635, -0.09817681461572647, 0.08509162813425064, 0.1307486593723297, -0.05263400077819824, 0.03254079446196556, -0.037154510617256165, -0.02987521141767502, 0.0007624924182891846, 0.1375778317451477, -0.03275559842586517, -0.09344832599163055, 0.03220239654183388, -0.039678238332271576, 0.03693010285496712, -0.21304114162921906, -0.005604466423392296, -0.012479802593588829, -0.035738151520490646, -0.012279927730560303, 0.09855818003416061, 0.02183547616004944, 0.01823250763118267, -0.02179540880024433, -0.11960672587156296, -0.0009883820312097669, 0.07443834841251373, -0.0698394626379013, -0.06414657086133957 ]
1f6df76a79efc4192be4f4f56f0d37b9aaae66b8
Dataset for source audio separation task based on Russian LibriSpeech (RuLS) dataset. Dataset contains 50 000 audio mixtures with 2 speakers for train part; 12500 audio mixtures for test part. Dataset also containts metadata files with audio duration (sec), source 1 and source 2 filepaths for each audio mixture. source: https://www.openslr.org/96/
acidcoma/ru_librispeech_for_speaker_separation
[ "license:cc-by-sa-4.0", "region:us" ]
2023-03-20T14:13:17+00:00
{"license": "cc-by-sa-4.0"}
2023-06-09T05:25:09+00:00
[]
[]
TAGS #license-cc-by-sa-4.0 #region-us
Dataset for source audio separation task based on Russian LibriSpeech (RuLS) dataset. Dataset contains 50 000 audio mixtures with 2 speakers for train part; 12500 audio mixtures for test part. Dataset also containts metadata files with audio duration (sec), source 1 and source 2 filepaths for each audio mixture. source: URL
[]
[ "TAGS\n#license-cc-by-sa-4.0 #region-us \n" ]
[ 17 ]
[ "passage: TAGS\n#license-cc-by-sa-4.0 #region-us \n" ]
[ -0.019105181097984314, -0.009190955199301243, -0.006689145229756832, -0.03603346645832062, 0.007765371818095446, 0.058236248791217804, 0.18365192413330078, -0.005643459036946297, 0.20922352373600006, -0.04121067002415657, 0.13761961460113525, 0.07331081479787827, 0.010000995360314846, 0.0301109217107296, -0.016861898824572563, -0.07729578018188477, 0.04753496125340462, -0.03001808561384678, 0.010518484748899937, 0.02794083207845688, 0.014248071238398552, -0.012045405805110931, 0.013984115794301033, -0.04560169577598572, -0.10927323997020721, -0.005475990008562803, 0.10102351754903793, -0.05635243281722069, 0.0929366946220398, -0.01836353912949562, 0.10020193457603455, 0.12281572073698044, 0.0037311266642063856, -0.18792229890823364, 0.007208601571619511, -0.07934699207544327, -0.14871051907539368, 0.034967631101608276, 0.028411950916051865, 0.06863095611333847, 0.06540809571743011, 0.09236681461334229, -0.07572978734970093, 0.060716673731803894, -0.1948343962430954, -0.1693529337644577, -0.12018691748380661, -0.010137294419109821, 0.07801049202680588, 0.044306378811597824, 0.0791020393371582, 0.0572957806289196, -0.17966926097869873, -0.04166306182742119, -0.005359495058655739, -0.3814082741737366, 0.06759287416934967, 0.27398592233657837, 0.02992982789874077, 0.12646843492984772, -0.024813272058963776, 0.1150064691901207, 0.0804765596985817, -0.021347250789403915, -0.04294991120696068, -0.08845220506191254, 0.010869813151657581, 0.15023931860923767, 0.0015138215385377407, -0.08793982863426208, 0.3639072775840759, 0.02479024976491928, -0.05289136618375778, 0.083961121737957, 0.008639035746455193, -0.022822972387075424, 0.0016309689963236451, 0.09420594573020935, 0.08169358968734741, 0.17639432847499847, 0.08122135698795319, -0.02205093950033188, -0.16953624784946442, -0.10619392991065979, -0.20664146542549133, 0.029997749254107475, -0.041171614080667496, 0.1116446778178215, -0.12612533569335938, 0.013151342049241066, -0.18048349022865295, -0.006696637719869614, -0.05796581879258156, -0.0673435628414154, 0.08553275465965271, 0.030918452888727188, -0.08628012239933014, 0.16480591893196106, 0.09847484529018402, 0.14063385128974915, -0.07311826944351196, -0.013034164905548096, -0.097379669547081, 0.16310669481754303, -0.049713633954524994, -0.006763700861483812, 0.09780725836753845, 0.18931324779987335, 0.04581994563341141, -0.15496352314949036, 0.03469981998205185, -0.02724323980510235, -0.1653420627117157, -0.02336106076836586, -0.22077015042304993, 0.15468288958072662, -0.052956581115722656, -0.09474178403615952, -0.08257434517145157, 0.10414416342973709, 0.1816200166940689, 0.006234889850020409, -0.008501644246280193, 0.03475193679332733, 0.043266620486974716, -0.07523941248655319, -0.025455718860030174, 0.020967228338122368, 0.10804873704910278, 0.11332206428050995, -0.13485516607761383, -0.01675492897629738, 0.004053771495819092, 0.06388850510120392, 0.1427236646413803, -0.05690522864460945, 0.03228847682476044, -0.12011553347110748, -0.11074664443731308, 0.01822635903954506, -0.024501346051692963, 0.001523862243629992, 0.029901286587119102, 0.1241343691945076, 0.03942133113741875, -0.02330998331308365, -0.08820720762014389, -0.12168877571821213, -0.09937960654497147, 0.09721101820468903, -0.05771564692258835, 0.001304290140978992, -0.2514783442020416, -0.02979111112654209, -0.11099398881196976, 0.05208171159029007, -0.0643235445022583, -0.08156207948923111, -0.12124277651309967, 0.1528991013765335, -0.03911019116640091, -0.006126566790044308, -0.10689746588468552, 0.025251099839806557, -0.07003190368413925, 0.12046452611684799, -0.12068471312522888, -0.02479277364909649, 0.14264589548110962, -0.15927010774612427, -0.1587022989988327, 0.0047465902753174305, 0.03416164219379425, -0.014700586907565594, 0.03516232222318649, 0.30910342931747437, -0.08980033546686172, -0.12321706116199493, 0.06027301028370857, 0.18981164693832397, -0.05232631415128708, -0.277012437582016, 0.151894211769104, -0.1833367794752121, -0.19399893283843994, 0.00788271613419056, -0.14339521527290344, 0.05080333352088928, -0.005811502691358328, -0.06739731878042221, 0.009356342256069183, -0.01441135536879301, -0.022226782515645027, -0.02693609707057476, 0.05582662299275398, -0.039575912058353424, 0.08529364317655563, -0.05978289619088173, 0.01627778448164463, 0.09098024666309357, 0.05317341163754463, -0.082254558801651, 0.05621837452054024, -0.008642321452498436, -0.0008128849440254271, -0.04696200042963028, -0.04743771255016327, 0.0209188349545002, 0.027566449716687202, 0.11569379270076752, 0.08726520091295242, 0.02125394716858864, -0.051014162600040436, 0.008860751055181026, 0.040002960711717606, -0.006259635090827942, 0.03095465525984764, 0.04921308159828186, -0.0895405113697052, 0.06204189732670784, 0.033124618232250214, 0.058070648461580276, -0.06214863434433937, -0.03455008193850517, 0.20213916897773743, -0.09827663749456406, -0.03762192279100418, 0.05938117951154709, -0.01127330120652914, 0.024999970570206642, 0.07498472929000854, 0.06653455644845963, 0.13681213557720184, 0.033936094492673874, -0.1245063915848732, 0.2618103623390198, -0.02321365661919117, 0.1742400825023651, 0.1975625604391098, -0.10720182955265045, 0.05288268253207207, -0.08187582343816757, 0.05660049244761467, -0.004592273849993944, 0.0487237386405468, -0.04216036573052406, 0.03237488120794296, -0.030606672167778015, 0.045583825558423996, -0.05157683044672012, 0.09538866579532623, 0.0008902934496290982, -0.07182735204696655, -0.06530465185642242, 0.007074324879795313, 0.21821290254592896, -0.064874067902565, 0.12342385947704315, 0.4687575399875641, 0.07384274154901505, 0.05258061736822128, -0.13037732243537903, -0.033326778560876846, -0.07475999742746353, 0.03120829164981842, -0.013384493067860603, 0.15174396336078644, -0.013729287311434746, -0.013839074410498142, 0.05247128754854202, 0.030134502798318863, 0.05827701836824417, -0.1877751648426056, -0.1435401737689972, -0.012780595570802689, -0.058507032692432404, -0.25024619698524475, 0.037753839045763016, -0.09241893142461777, 0.03517383709549904, 0.023327531293034554, -0.11051979660987854, 0.16926309466362, -0.04032498225569725, -0.08300799876451492, 0.09753652662038803, -0.19967763125896454, -0.043865177780389786, -0.217880979180336, -0.09276138991117477, -0.00012731339666061103, 0.05712627246975899, 0.043534986674785614, -0.04584945738315582, -0.058092355728149414, 0.02319374307990074, -0.09962838143110275, -0.08959199488162994, -0.04393348842859268, 0.03188460320234299, 0.06992308050394058, -0.0047073448076844215, -0.05202295258641243, -0.05513078719377518, -0.024400830268859863, -0.04251907765865326, 0.07886752486228943, -0.08645392954349518, 0.136452317237854, 0.13303059339523315, 0.03940955176949501, 0.034453172236680984, -0.06155075505375862, 0.07537739723920822, -0.032646458595991135, -0.13704164326190948, 0.17052018642425537, -0.019497176632285118, 0.007784763816744089, 0.1517384797334671, 0.12535551190376282, -0.09703215956687927, -0.04757464677095413, -0.12861116230487823, -0.15401628613471985, -0.25220048427581787, -0.0775521993637085, -0.09398525953292847, 0.11794957518577576, 0.03243815898895264, 0.09479561448097229, 0.062498971819877625, 0.051499564200639725, 0.07910142093896866, -0.00047741050366312265, 0.023693788796663284, 0.008830656297504902, 0.21245157718658447, -0.05214753746986389, -0.01592083089053631, -0.14073866605758667, 0.09159523248672485, 0.1624770164489746, 0.15877076983451843, 0.13026556372642517, 0.2963081896305084, 0.20092418789863586, 0.13931939005851746, 0.140764981508255, 0.15876153111457825, 0.04040802642703056, 0.061136484146118164, -0.015174505300819874, -0.013057427480816841, -0.054868198931217194, 0.016552049666643143, 0.06397584080696106, -0.039044398814439774, -0.23914848268032074, 0.02784183993935585, -0.25495392084121704, 0.026309223845601082, 0.0009522594045847654, 0.0968727171421051, -0.08361106365919113, 0.11015508323907852, 0.06745769828557968, 0.1500447541475296, 0.00006669050344498828, 0.16177889704704285, -0.0222417451441288, -0.015025943517684937, 0.03573843091726303, 0.03056224435567856, 0.06157943233847618, 0.015937553718686104, 0.05935785919427872, -0.030115047469735146, -0.18676967918872833, 0.04199159890413284, 0.08769408613443375, -0.1612299382686615, 0.24541907012462616, 0.02703385427594185, -0.0895787850022316, -0.008288565091788769, -0.04477982223033905, 0.020069066435098648, 0.23529937863349915, 0.1423763483762741, 0.06221670284867287, -0.2779361605644226, -0.10982216894626617, -0.03852882236242294, -0.001844838261604309, 0.08919262886047363, -0.05172736197710037, -0.1591864824295044, -0.033945538103580475, 0.056806664913892746, -0.00690243998542428, 0.07588007301092148, -0.032145388424396515, -0.054598063230514526, 0.017747804522514343, 0.15441378951072693, 0.08680988103151321, -0.08234493434429169, 0.09454947710037231, -0.07577981054782867, 0.06450196355581284, -0.20750445127487183, 0.038898155093193054, -0.06069464981555939, -0.23732765018939972, 0.04472699761390686, -0.01117961760610342, 0.004325731657445431, -0.013328547589480877, -0.13463981449604034, -0.1330389827489853, -0.17566871643066406, 0.1186661347746849, -0.05620602145791054, 0.03258097171783447, -0.016566462814807892, 0.13378754258155823, -0.1099407821893692, 0.0444415844976902, -0.008911611512303352, 0.05191872641444206, -0.009553415700793266, -0.11474994570016861, 0.10563928633928299, -0.09644215553998947, 0.09388221055269241, 0.05936985835433006, -0.03629397228360176, 0.006740209646522999, 0.07065364718437195, -0.08617193251848221, 0.14483395218849182, 0.3828992247581482, -0.07991281151771545, 0.18783020973205566, 0.356710284948349, -0.1162387952208519, -0.25323498249053955, -0.1054527759552002, -0.2970508635044098, -0.08135870099067688, 0.11557251960039139, -0.1963818371295929, 0.027668634429574013, 0.21292158961296082, -0.13673418760299683, 0.18462389707565308, -0.2032148540019989, -0.05151054263114929, 0.09382237493991852, -0.050016749650239944, 0.39806169271469116, -0.1372504085302353, -0.13607071340084076, -0.04806824401021004, -0.15073733031749725, 0.05248165875673294, -0.08295031636953354, 0.045826781541109085, 0.027551861479878426, -0.02813403308391571, -0.03494890406727791, -0.022641971707344055, 0.2372494637966156, -0.009877058677375317, 0.11774017661809921, -0.0552193783223629, -0.07679374516010284, 0.22327187657356262, -0.0071059479378163815, -0.022056004032492638, -0.12427113950252533, -0.035500600934028625, -0.026119865477085114, 0.0446883849799633, -0.0282664243131876, 0.05177542194724083, -0.00865231640636921, -0.06312011182308197, -0.07231424748897552, -0.022792477160692215, -0.1468159407377243, -0.04603368043899536, 0.2807154953479767, -0.0812077671289444, 0.02183525823056698, 0.10991222411394119, 0.01839129440486431, -0.07188878953456879, -0.02999921143054962, -0.03597013279795647, -0.09226526319980621, 0.07380887120962143, -0.24845245480537415, 0.00007265025487868115, 0.08289547264575958, -0.03215205669403076, 0.06093346327543259, 0.08311323076486588, -0.029824545606970787, 0.05507037788629532, 0.1911499798297882, -0.11921167373657227, -0.03461974114179611, 0.02116464637219906, 0.032017339020967484, 0.13209356367588043, 0.02243783138692379, 0.0710483267903328, 0.00744963763281703, 0.04829269275069237, 0.012750395573675632, 0.03240638226270676, -0.15316632390022278, -0.054257120937108994, 0.009936806745827198, -0.01482980977743864, -0.12616761028766632, 0.19927752017974854, 0.05222216621041298, -0.07187999784946442, -0.06643446534872055, 0.03874335438013077, -0.10165300965309143, -0.08616529405117035, -0.23657485842704773, -0.07752269506454468, -0.17427290976047516, -0.151053786277771, -0.0032524731941521168, -0.13970638811588287, -0.058275263756513596, 0.07111102342605591, 0.049586955457925797, 0.1289815753698349, 0.08345742523670197, -0.03970188647508621, 0.08546408265829086, -0.08183165639638901, -0.2790485918521881, 0.02004372328519821, -0.07076829671859741, -0.10407465696334839, 0.008121431805193424, 0.040860556066036224, -0.04312359541654587, -0.027226116508245468, -0.11471514403820038, 0.0993795171380043, -0.10419048368930817, 0.0324288085103035, -0.09192143380641937, -0.02479466050863266, 0.051052819937467575, 0.02699580043554306, -0.027334704995155334, 0.011755196377635002, -0.1481010615825653, 0.023764977231621742, 0.02027384378015995, 0.09203408658504486, -0.04615731164813042, -0.023078735917806625, 0.08230775594711304, 0.056706078350543976, 0.11902868002653122, 0.0857451930642128, 0.029563551768660545, 0.13057518005371094, -0.10922349989414215, -0.0037715407088398933, 0.10081139206886292, -0.017407651990652084, -0.027812134474515915, 0.05959049239754677, -0.038125548511743546, 0.06741280853748322, -0.13358181715011597, 0.05542433261871338, -0.0819384753704071, -0.13604836165905, -0.07912762463092804, 0.018888339400291443, -0.11252967268228531, -0.0037811093498021364, -0.13104979693889618, 0.2483675181865692, 0.07727184891700745, 0.08674968034029007, 0.04648096486926079, -0.02138655260205269, 0.036110781133174896, -0.002384911058470607, -0.03219132870435715, -0.09484726190567017, -0.18558065593242645, -0.07802438735961914, -0.07678576558828354, -0.04168718680739403, 0.3578641414642334, -0.02007792703807354, -0.1622934490442276, 0.06248146668076515, 0.14162857830524445, 0.046756189316511154, 0.03715872764587402, 0.2834518253803253, 0.04942039027810097, -0.007428581360727549, -0.12826064229011536, 0.06145462393760681, -0.06941100209951401, -0.11729584634304047, 0.02512594871222973, 0.062273330986499786, 0.05988958850502968, 0.019131815060973167, 0.14213234186172485, -0.08131714910268784, -0.015870127826929092, -0.010128305293619633, 0.04062730446457863, 0.02690986730158329, -0.008980472572147846, -0.006859242916107178, 0.1917356252670288, -0.04119346663355827, -0.003292483277618885, -0.05087192729115486, -0.004579281900078058, -0.17072483897209167, -0.12310396879911423, 0.01422774326056242, -0.13969449698925018, 0.0706312283873558, 0.002373658586293459, 0.024913771077990532, 0.3354202210903168, -0.002004637848585844, -0.04885854199528694, -0.01946125365793705, -0.1843271702528, -0.061077482998371124, 0.009958050213754177, -0.013938180170953274, 0.004758486989885569, -0.10387183725833893, -0.12855905294418335, 0.03449857980012894, -0.2138480246067047, -0.037208206951618195, 0.020179059356451035, 0.07035154104232788, -0.004653381649404764, -0.12153289467096329, -0.04043964669108391, -0.0766809731721878, 0.10936488211154938, -0.01701122149825096, 0.22071625292301178, 0.0037248425651341677, -0.025578169152140617, 0.0693553239107132, 0.06248505413532257, -0.03851240500807762, -0.03422590717673302, -0.008470254950225353, 0.1361655741930008, -0.018932104110717773, 0.08043824881315231, -0.05119295418262482, -0.031887900084257126, 0.04841224476695061, 0.18726548552513123, 0.23294110596179962, -0.08306007087230682, 0.008946003392338753, -0.04078352078795433, 0.02599669061601162, 0.057063158601522446, 0.20090124011039734, -0.02086706832051277, 0.20383994281291962, -0.0554158017039299, -0.0011320121120661497, -0.033194299787282944, 0.04905017837882042, -0.06714433431625366, 0.048062607645988464, -0.019511885941028595, -0.10340272635221481, -0.06681878864765167, 0.1362956166267395, -0.08917973935604095, 0.13075725734233856, 0.24674631655216217, -0.04572010412812233, 0.09598224610090256, -0.019495483487844467, 0.09782587736845016, -0.014428415335714817, 0.05493602156639099, -0.16287362575531006, -0.0952838808298111, -0.08628255873918533, 0.015522315166890621, -0.292428582906723, -0.11576210707426071, 0.06216687709093094, 0.13989929854869843, 0.14610014855861664, 0.01638985425233841, 0.15675246715545654, -0.01165295485407114, 0.08676310628652573, -0.10493501275777817, 0.16772432625293732, 0.02088051289319992, -0.1054791808128357, -0.12776696681976318, -0.1858741044998169, -0.059873081743717194, 0.06813766062259674, 0.030151790007948875, 0.058590974658727646, 0.051145367324352264, 0.11453760415315628, -0.09437993913888931, -0.01926235295832157, -0.07792171835899353, -0.1296573430299759, 0.07244198769330978, -0.0550973080098629, 0.006482916418462992, -0.10261533409357071, -0.02405036985874176, -0.03280200436711311, 0.08171369880437851, -0.21707014739513397, -0.028683587908744812, 0.13322287797927856, 0.004025437869131565, 0.256185382604599, 0.011934416368603706, -0.06094798445701599, 0.023716207593679428, -0.04311304911971092, 0.11302659660577774, -0.11630244553089142, 0.03153735026717186, 0.15872454643249512, -0.030884727835655212, 0.009785385802388191, -0.18895839154720306, 0.07259343564510345, -0.02322215400636196, -0.02884126827120781, -0.09020128846168518 ]
7dcaaf0367a41b3417e5f8cc74880e2a95b64972
# Dataset Card for "UA_speech_noisereduced_10c10p" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AravindVadlapudi02/UA_speech_noisereduced_10c10p
[ "region:us" ]
2023-03-20T14:15:29+00:00
{"dataset_info": {"features": [{"name": "label", "dtype": {"class_label": {"names": {"0": "healthy control", "1": "pathology"}}}}, {"name": "input_features", "sequence": {"sequence": "float32"}}], "splits": [{"name": "train", "num_bytes": 3830764348, "num_examples": 3989}, {"name": "test", "num_bytes": 1536531200, "num_examples": 1600}], "download_size": 620634914, "dataset_size": 5367295548}}
2023-03-20T14:18:00+00:00
[]
[]
TAGS #region-us
# Dataset Card for "UA_speech_noisereduced_10c10p" More Information needed
[ "# Dataset Card for \"UA_speech_noisereduced_10c10p\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"UA_speech_noisereduced_10c10p\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"UA_speech_noisereduced_10c10p\"\n\nMore Information needed" ]
[ -0.15307573974132538, 0.1814109832048416, -0.002163114957511425, -0.01761843077838421, 0.09560564905405045, 0.019336961209774017, 0.20119547843933105, 0.03906554728746414, 0.06508156657218933, 0.011054896749556065, 0.049705225974321365, 0.03772874176502228, 0.10489121824502945, 0.11505389958620071, -0.06324302405118942, -0.0485946461558342, 0.04479505121707916, 0.004253845661878586, 0.15248824656009674, 0.030717864632606506, -0.015473260544240475, -0.0659153088927269, 0.04688607528805733, -0.08337856084108353, -0.12034747004508972, 0.01791384071111679, -0.029106587171554565, -0.12221872061491013, 0.0383320152759552, -0.05665263533592224, 0.07435228675603867, -0.008500684052705765, 0.03421129286289215, -0.13493669033050537, 0.0027716157492250204, -0.01920764148235321, -0.012053349055349827, 0.02543272264301777, -0.014692384749650955, -0.040816277265548706, 0.012092914432287216, 0.005310371518135071, -0.029555991291999817, 0.04992878437042236, -0.11997667700052261, -0.12436723709106445, -0.09373027831315994, -0.01082958560436964, 0.03789880499243736, 0.047607749700546265, -0.0011121098650619388, 0.1320071518421173, -0.12531892955303192, 0.022646615281701088, -0.02942914515733719, -0.07483168691396713, 0.0735340341925621, 0.07757745683193207, 0.03938831016421318, 0.15702885389328003, -0.05522271990776062, -0.0011361363576725125, 0.10438483953475952, -0.049371447414159775, -0.2222539335489273, -0.03937455639243126, -0.16396759450435638, 0.006006505805999041, -0.002025609603151679, -0.028658106923103333, 0.38875579833984375, 0.06144729629158974, -0.03714770823717117, 0.044239792972803116, 0.03427138924598694, -0.07608028501272202, -0.010815341956913471, 0.0071729626506567, 0.007123878225684166, 0.0236724354326725, 0.012037613429129124, -0.008591879159212112, -0.11048201471567154, -0.0709381252527237, -0.11556271463632584, 0.14726313948631287, -0.022955967113375664, 0.10079504549503326, -0.16691893339157104, -0.08646351099014282, -0.07408960908651352, -0.032427817583084106, -0.01640017330646515, -0.05364622920751572, 0.03901633620262146, 0.0327293761074543, -0.03566521406173706, -0.01785692758858204, 0.07972854375839233, 0.0052450913935899734, 0.05773966386914253, 0.06390510499477386, -0.08867289125919342, 0.08093836158514023, 0.047136180102825165, -0.0033251449931412935, 0.018212907016277313, -0.038691867142915726, -0.031925950199365616, -0.12345093488693237, 0.07372302561998367, -0.05765378475189209, -0.13690237700939178, 0.027489515021443367, -0.15398162603378296, 0.12742173671722412, -0.007846023887395859, -0.07017609477043152, -0.05451749265193939, -0.021274873986840248, 0.16081590950489044, -0.08947299420833588, 0.0013086800463497639, 0.04120335727930069, -0.03232445567846298, 0.1210155189037323, -0.06601721793413162, -0.004396303091198206, -0.05450020357966423, -0.05335484445095062, -0.020848913118243217, 0.018941104412078857, -0.005281637888401747, -0.03988048434257507, 0.07953380793333054, -0.15110737085342407, 0.04821126163005829, -0.08772233873605728, -0.20699097216129303, -0.013158817775547504, -0.045501261949539185, 0.01913006603717804, 0.11271513998508453, -0.11343926936388016, 0.05800862982869148, 0.009323511272668839, -0.05583705008029938, -0.13155777752399445, -0.06741014122962952, 0.041223276406526566, 0.00899487640708685, 0.10389478504657745, -0.22357290983200073, 0.03903442993760109, -0.11104465276002884, -0.04235603287816048, 0.11332220584154129, 0.0792529433965683, -0.07736096531152725, 0.0927804559469223, -0.05639362335205078, -0.015347705222666264, -0.225675567984581, 0.03566674888134003, 0.007858671247959137, 0.11510460078716278, -0.27398744225502014, -0.10545984655618668, 0.1475680023431778, -0.06160455569624901, -0.04818730056285858, 0.07600626349449158, 0.04862792044878006, -0.07034935802221298, 0.11328757554292679, 0.37326398491859436, 0.054892584681510925, -0.11253002285957336, -0.08345991373062134, 0.11714807152748108, -0.11475762724876404, -0.3146846294403076, 0.11080554127693176, -0.15505018830299377, -0.02268417738378048, 0.04688050597906113, 0.26131129264831543, 0.010791325941681862, -0.029322290793061256, -0.09475916624069214, -0.005354146473109722, -0.12199592590332031, 0.09080512076616287, 0.02582586742937565, 0.01718325912952423, -0.06563938409090042, 0.017444733530282974, -0.01870282180607319, 0.10797587037086487, -0.05561268702149391, 0.01699337735772133, -0.08036305010318756, 0.13921979069709778, -0.15205687284469604, -0.011754701845347881, -0.06396641582250595, 0.10835820436477661, -0.03602134436368942, 0.022804081439971924, 0.17417776584625244, 0.08424746990203857, 0.06265665590763092, -0.043202947825193405, -0.03976402059197426, 0.07256254553794861, 0.10529405623674393, 0.04837080463767052, -0.0038880398496985435, -0.01318461261689663, 0.09342806041240692, -0.07553009688854218, -0.04520324245095253, -0.1466260850429535, -0.07749893516302109, 0.04242203012108803, 0.007372739724814892, -0.006979155354201794, -0.0614333376288414, 0.044487565755844116, 0.0887829139828682, -0.0030233634170144796, -0.02438613772392273, 0.02663441374897957, -0.05558061972260475, -0.051696304231882095, 0.07550489902496338, -0.14741197228431702, 0.037781257182359695, 0.21119755506515503, 0.03170569986104965, 0.06505492329597473, 0.09894167631864548, 0.04255456104874611, 0.00879000499844551, 0.10488539934158325, 0.07841065526008606, -0.0010719853453338146, -0.08092764019966125, 0.08564423024654388, -0.05950763076543808, 0.0933513343334198, 0.0688258707523346, -0.039872847497463226, -0.11095456033945084, 0.048152610659599304, 0.10351398587226868, -0.05908661708235741, 0.15341711044311523, 0.17312803864479065, 0.03374424949288368, 0.20918601751327515, -0.020459262654185295, -0.0999956727027893, 0.007596936076879501, -0.04857470095157623, -0.04679598659276962, 0.18716824054718018, -0.1344687044620514, -0.018583528697490692, 0.08405828475952148, -0.005169282201677561, 0.15248540043830872, -0.10937251150608063, -0.06720326095819473, -0.07595937699079514, -0.01668914593756199, -0.23207902908325195, -0.010257057845592499, -0.03822692483663559, 0.05514310300350189, -0.030378594994544983, -0.03967485576868057, 0.10696589201688766, -0.011247518472373486, -0.09670227766036987, 0.04409385845065117, -0.18525397777557373, -0.29435113072395325, -0.060641057789325714, -0.07657963782548904, -0.008668926544487476, 0.0782996118068695, 0.01766887865960598, -0.20546573400497437, 0.01727033220231533, 0.029360221698880196, -0.12272433936595917, -0.19546447694301605, -0.04829387739300728, 0.10926561802625656, 0.023790894076228142, -0.029514022171497345, -0.084657222032547, 0.02635355293750763, -0.0771244615316391, 0.07497145980596542, 0.049791816622018814, -0.07664383202791214, 0.10668349266052246, 0.2215343713760376, -0.013010401278734207, 0.024737784639000893, -0.04919998347759247, -0.02136119455099106, -0.09498630464076996, -0.07074984908103943, 0.08780313283205032, -0.010424967855215073, -0.01109982468187809, 0.17573145031929016, 0.05724859982728958, -0.09932783246040344, -0.05086902156472206, -0.11305935680866241, -0.13975229859352112, -0.2806589603424072, -0.1661430299282074, -0.11632674932479858, 0.07456065714359283, -0.036437999457120895, 0.04879060015082359, 0.13179107010364532, 0.016467556357383728, 0.06871911138296127, -0.008825709111988544, -0.08626547455787659, -0.0052631995640695095, 0.054628416895866394, -0.004190005827695131, 0.02446518838405609, -0.15334928035736084, -0.020105261355638504, 0.13819918036460876, 0.14419561624526978, 0.11802239716053009, 0.2019059956073761, 0.09490770846605301, -0.025245672091841698, 0.07085588574409485, 0.13490614295005798, 0.04124654084444046, 0.16949133574962616, -0.021801654249429703, 0.013238930143415928, -0.0034971085842698812, -0.05263245478272438, 0.03324190527200699, 0.3258779048919678, -0.16559401154518127, 0.07985389977693558, -0.13635380566120148, 0.048378054052591324, -0.17692063748836517, 0.19241365790367126, -0.2131296843290329, 0.014854494482278824, 0.016399981454014778, 0.10358258336782455, -0.018944090232253075, 0.11665555834770203, 0.03898559883236885, 0.0012881672009825706, 0.13151471316814423, 0.12192267179489136, 0.02513143979012966, -0.04608200863003731, 0.0038815040607005358, -0.2022983580827713, -0.04546508193016052, -0.006682500243186951, 0.11952851712703705, -0.2745148241519928, 0.16408640146255493, 0.021108949556946754, 0.07393267005681992, -0.07676949352025986, -0.047762803733348846, -0.016708703711628914, -0.08451608568429947, 0.14173725247383118, 0.028530675917863846, -0.13334119319915771, -0.14687006175518036, -0.15060198307037354, 0.030998937785625458, 0.14032171666622162, 0.1792178750038147, -0.13505028188228607, 0.08421873301267624, 0.014422520063817501, -0.008789663203060627, -0.24259932339191437, -0.18848584592342377, -0.08833488076925278, 0.07011615484952927, 0.18986426293849945, -0.14267787337303162, 0.07123309373855591, -0.028976066038012505, -0.15366849303245544, 0.13324132561683655, -0.08781641721725464, 0.009782250039279461, -0.06380822509527206, -0.1338454931974411, 0.13012219965457916, -0.02252306416630745, 0.008669652976095676, 0.025015072897076607, -0.042736396193504333, -0.02203301154077053, -0.13839498162269592, 0.05953916534781456, -0.06611739099025726, 0.07929941266775131, -0.05970100685954094, 0.18341785669326782, -0.029082203283905983, 0.028724702075123787, -0.016055099666118622, 0.03987601026892662, -0.007077094167470932, -0.055695947259664536, 0.14302267134189606, 0.04323078319430351, 0.0019826495554298162, 0.15966808795928955, 0.08208838105201721, -0.23057536780834198, 0.004371481016278267, -0.0767727866768837, 0.19202116131782532, 0.1139058917760849, -0.03812718391418457, 0.22605586051940918, 0.3029940128326416, -0.06544144451618195, -0.26350274682044983, -0.06252500414848328, -0.13252364099025726, -0.0015971956308931112, -0.05474739894270897, -0.1904478222131729, 0.04417237639427185, 0.10388538241386414, -0.04248574376106262, 0.21920566260814667, -0.0748024508357048, -0.08527570962905884, 0.25881126523017883, -0.05970078334212303, 0.3264022171497345, -0.05052565038204193, -0.11930729448795319, -0.16905005276203156, 0.02463863231241703, 0.1869109570980072, -0.03402175381779671, 0.07802708446979523, 0.02102155052125454, 0.05101374164223671, 0.02498042955994606, -0.04577062278985977, 0.15033875405788422, 0.06948394328355789, -0.03682158887386322, -0.05280259624123573, -0.12238055467605591, 0.15372151136398315, 0.0184397604316473, 0.07706597447395325, 0.0022603219840675592, 0.0056006330996751785, -0.10764339566230774, -0.019111549481749535, 0.0038531115278601646, 0.020525522530078888, 0.1045268177986145, 0.012788644060492516, -0.0854368805885315, -0.08091253787279129, -0.0939745232462883, 0.020133063197135925, 0.12500543892383575, -0.0486767403781414, 0.008264550007879734, 0.06397468596696854, 0.13740232586860657, -0.026260804384946823, 0.12949979305267334, -0.07150034606456757, -0.11745075136423111, 0.08091723173856735, -0.1419786512851715, -0.02082846127450466, 0.12804779410362244, 0.03557433560490608, 0.04726024344563484, -0.005150897428393364, -0.021497035399079323, 0.10392432659864426, 0.12222649157047272, -0.01765100471675396, -0.09311707317829132, 0.04689153656363487, -0.18714669346809387, 0.019777147099375725, 0.14339911937713623, 0.0663924366235733, -0.026759883388876915, 0.01509624533355236, -0.08884386718273163, 0.04948893189430237, -0.1237904354929924, 0.11612586677074432, 0.1659027487039566, 0.02056192234158516, -0.17124389111995697, 0.2667640447616577, 0.06341180205345154, -0.058015499264001846, 0.08730637282133102, -0.05677959695458412, -0.0656517967581749, -0.08493021130561829, -0.07992824167013168, 0.09281811863183975, 0.056717514991760254, -0.1935882866382599, 0.0037647723220288754, -0.010729591362178326, 0.039146073162555695, 0.10882440954446793, -0.049629002809524536, 0.06263642758131027, -0.06128687039017677, -0.008794297464191914, -0.05956509709358215, -0.087913878262043, -0.08410150557756424, -0.015532984398305416, -0.05492545664310455, -0.06816349923610687, -0.0019042136846110225, 0.12109799683094025, -0.05084213614463806, -0.11062867194414139, -0.09766305983066559, 0.09893391281366348, -0.13701696693897247, 0.005244649946689606, -0.059460870921611786, -0.004088996909558773, 0.0025363119784742594, -0.0369492843747139, -0.059763263911008835, 0.017850106582045555, -0.10632053017616272, 0.10401621460914612, 0.07770001888275146, 0.023597659543156624, -0.11683899164199829, 0.05228050425648689, -0.006306415889412165, 0.0802002102136612, 0.08059636503458023, 0.1949290931224823, -0.055299971252679825, 0.11283505707979202, -0.203254833817482, -0.11138764023780823, 0.12572936713695526, 0.07329609990119934, -0.008013485930860043, 0.17138218879699707, -0.016997532919049263, 0.17603617906570435, 0.03862319141626358, 0.019250011071562767, 0.0041746716015040874, -0.026803849264979362, -0.020707061514258385, -0.1719474494457245, -0.09319838881492615, -0.03647260740399361, -0.006318075582385063, 0.09905637800693512, 0.05190126225352287, 0.011355102062225342, 0.03609738126397133, 0.014793219044804573, -0.0035618175752460957, -0.05666100233793259, -0.03675921633839607, -0.09875687211751938, -0.061543479561805725, 0.04348025843501091, 0.09273790568113327, -0.023479506373405457, 0.36625462770462036, -0.051814932376146317, -0.08638912439346313, -0.07551227509975433, 0.12730826437473297, -0.17950564622879028, -0.007354658097028732, 0.38133564591407776, 0.12915611267089844, -0.04379430040717125, -0.08963507413864136, -0.012457845732569695, 0.00855790451169014, 0.04633362218737602, -0.021656149998307228, 0.08696522563695908, 0.06327665597200394, 0.06864452362060547, 0.014103837311267853, -0.08857415616512299, -0.012858157977461815, 0.04573319852352142, -0.1252286285161972, 0.05469050630927086, 0.0446462519466877, 0.06455089896917343, 0.0298839770257473, -0.0009211461874656379, -0.0005730572156608105, -0.019670918583869934, -0.09778846800327301, -0.10167563706636429, -0.1657661497592926, -0.04351864755153656, -0.10068667680025101, 0.07599247246980667, -0.04032110795378685, 0.011119731701910496, 0.18722407519817352, 0.047780007123947144, -0.05061129853129387, 0.04710585996508598, -0.07581126689910889, -0.017948763445019722, 0.025931576266884804, -0.06752298027276993, 0.01502149272710085, -0.053255096077919006, -0.06067492812871933, 0.07764141261577606, -0.03083820641040802, 0.0783689096570015, -0.009916034527122974, 0.03603450581431389, 0.07335082441568375, -0.12719523906707764, -0.025200575590133667, -0.013329796493053436, 0.0738389864563942, 0.013076170347630978, 0.09819000959396362, 0.07268156856298447, -0.01437314972281456, 0.06641247123479843, 0.006711126305162907, -0.03305388614535332, -0.06791893392801285, 0.026864688843488693, 0.1075904369354248, -0.007058155722916126, 0.06843254715204239, -0.03762902691960335, -0.12197745591402054, -0.01921115629374981, 0.22347475588321686, 0.26865148544311523, -0.03256537765264511, -0.002898377599194646, 0.02027544006705284, 0.03763173148036003, -0.024525392800569534, 0.07241197675466537, 0.03738972172141075, 0.0671156495809555, 0.06267541646957397, -0.08629202842712402, 0.025233030319213867, -0.05251011997461319, -0.044081736356019974, 0.06666536629199982, -0.08270242065191269, -0.1379327028989792, -0.0698159709572792, 0.10491570085287094, -0.14571858942508698, 0.06777093559503555, 0.016582559794187546, -0.12020152062177658, -0.0690566822886467, 0.02993793971836567, 0.07690256834030151, 0.13576442003250122, -0.08406656980514526, -0.06259846687316895, -0.07514351606369019, -0.045493077486753464, -0.003156046150252223, -0.28978657722473145, -0.06360403448343277, -0.06260760873556137, -0.08116387575864792, 0.05548743158578873, -0.026530368253588676, 0.1655251681804657, -0.009062165394425392, 0.1429424285888672, 0.0035325796343386173, 0.17683003842830658, -0.018463442102074623, 0.05258259177207947, 0.07243954390287399, 0.07159382849931717, -0.07884245365858078, 0.03090117685496807, 0.09559459239244461, 0.05273370072245598, -0.016672814264893532, 0.15122804045677185, -0.003046345664188266, 0.02399328537285328, -0.0049992697313427925, -0.10197850316762924, 0.10982420295476913, -0.08095356076955795, -0.01376282423734665, -0.014978275634348392, 0.0010330022778362036, 0.05685071274638176, 0.022054145112633705, -0.17088480293750763, -0.07534140348434448, -0.062164872884750366, -0.10117508471012115, 0.0129617964848876, 0.08186227083206177, -0.08146947622299194, 0.11113341897726059, -0.11294518411159515, 0.011372419074177742, -0.04606807231903076, 0.006771973799914122, 0.07523129135370255, 0.023386560380458832, -0.06319031864404678, 0.052164021879434586, 0.09689744561910629, 0.0081606050953269, -0.0830547958612442, -0.09595998376607895 ]
8a0ec09314c1d2774f06ff71cc01bfee8145c778
# Podcast Summary Assessment - The description is available in our GitHub repo: https://github.com/potsawee/podcast_summary_assessment - Paper: [Podcast Summary Assessment: A Resource for Evaluating Summary Assessment Methods](https://arxiv.org/abs/2208.13265) ### Citation Information ``` @article{manakul2022podcast, title={Podcast Summary Assessment: A Resource for Evaluating Summary Assessment Methods}, author={Manakul, Potsawee and Gales, Mark JF}, journal={arXiv preprint arXiv:2208.13265}, year={2022} } ```
potsawee/podcast_summary_assessment
[ "size_categories:1K<n<10K", "language:en", "license:cc-by-4.0", "arxiv:2208.13265", "region:us" ]
2023-03-20T14:23:36+00:00
{"language": ["en"], "license": "cc-by-4.0", "size_categories": ["1K<n<10K"], "dataset_info": {"features": [{"name": "transcript", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "score", "dtype": "string"}, {"name": "attributes", "sequence": "int64"}, {"name": "episode_id", "dtype": "string"}, {"name": "system_id", "dtype": "string"}], "splits": [{"name": "evaluation", "num_bytes": 100261033, "num_examples": 3580}], "download_size": 11951831, "dataset_size": 100261033}}
2023-05-29T22:17:15+00:00
[ "2208.13265" ]
[ "en" ]
TAGS #size_categories-1K<n<10K #language-English #license-cc-by-4.0 #arxiv-2208.13265 #region-us
# Podcast Summary Assessment - The description is available in our GitHub repo: URL - Paper: Podcast Summary Assessment: A Resource for Evaluating Summary Assessment Methods
[ "# Podcast Summary Assessment\n\n- The description is available in our GitHub repo: URL\n- Paper: Podcast Summary Assessment: A Resource for Evaluating Summary Assessment Methods" ]
[ "TAGS\n#size_categories-1K<n<10K #language-English #license-cc-by-4.0 #arxiv-2208.13265 #region-us \n", "# Podcast Summary Assessment\n\n- The description is available in our GitHub repo: URL\n- Paper: Podcast Summary Assessment: A Resource for Evaluating Summary Assessment Methods" ]
[ 39, 36 ]
[ "passage: TAGS\n#size_categories-1K<n<10K #language-English #license-cc-by-4.0 #arxiv-2208.13265 #region-us \n# Podcast Summary Assessment\n\n- The description is available in our GitHub repo: URL\n- Paper: Podcast Summary Assessment: A Resource for Evaluating Summary Assessment Methods" ]
[ -0.0220846775919199, 0.07578600198030472, -0.0029125334694981575, -0.025666281580924988, 0.06707421690225601, 0.011087479069828987, 0.1368463784456253, 0.07851721346378326, 0.08172252029180527, 0.001683795708231628, 0.03676377609372139, 0.017378952354192734, 0.013963866978883743, 0.04383794590830803, -0.03599296137690544, -0.2780918776988983, 0.03507542610168457, -0.035245444625616074, 0.07757140696048737, 0.09290827065706253, 0.15251722931861877, -0.02605491131544113, 0.00795641541481018, -0.024976273998618126, -0.05095839872956276, 0.04036286845803261, 0.04250813275575638, -0.10319206118583679, 0.08714078366756439, -0.019602041691541672, -0.006826663389801979, 0.06064848229289055, -0.03188258409500122, -0.17260025441646576, 0.029497619718313217, -0.008042002096772194, 0.016937728971242905, 0.05393708497285843, 0.06381777673959732, 0.01602815091609955, 0.10349974781274796, 0.06523464620113373, -0.07736305892467499, 0.11229477822780609, -0.08026302605867386, -0.10823481529951096, -0.06641878932714462, 0.09913157671689987, 0.03691556304693222, 0.06713911145925522, -0.052833881229162216, 0.03863469883799553, -0.18714530766010284, 0.022670166566967964, 0.09631279110908508, -0.18595387041568756, -0.0006658512284047902, 0.24308563768863678, 0.009216450154781342, 0.13129758834838867, -0.03717885538935661, 0.03239886462688446, 0.09553734213113785, -0.01594415120780468, -0.1652340441942215, -0.08876781165599823, -0.08148796111345291, -0.04718778282403946, -0.04193863645195961, -0.033848803490400314, 0.4378182590007782, 0.1509169191122055, -0.08172669261693954, -0.0213002972304821, 0.037622567266225815, -0.08583320677280426, -0.031537264585494995, 0.0707952231168747, 0.01401941105723381, 0.08252063393592834, -0.06349427253007889, -0.006242094095796347, -0.10871562361717224, -0.11334741860628128, -0.1488543301820755, 0.20846973359584808, -0.018252145498991013, 0.06640229374170303, -0.06276226043701172, 0.022292515262961388, -0.2709927260875702, -0.09347333759069443, -0.043456513434648514, -0.05961810424923897, 0.0011440825182944536, -0.0823633223772049, 0.008706919848918915, -0.043593551963567734, 0.1551014930009842, 0.11311249434947968, -0.08565255254507065, -0.003692628350108862, -0.02325543574988842, 0.10714153945446014, 0.1066177487373352, 0.009334331378340721, -0.010760406032204628, -0.05288524180650711, -0.00659663463011384, -0.047997210174798965, 0.07151412963867188, -0.015156025066971779, -0.1370985358953476, 0.040584392845630646, -0.11642557382583618, 0.07899387180805206, -0.03319306671619415, 0.0025822920724749565, -0.0829126387834549, 0.013631037436425686, 0.0036766522098332644, -0.01115000806748867, -0.01847263239324093, 0.007070709485560656, -0.028792401775717735, -0.0262583140283823, -0.15862417221069336, 0.08110012859106064, -0.019128547981381416, 0.11006227135658264, -0.09477841109037399, -0.04020870849490166, 0.06586243957281113, 0.010770414024591446, 0.10279589146375656, -0.04881961643695831, 0.08673498779535294, -0.09790118038654327, -0.03920110687613487, -0.010276908054947853, -0.031432509422302246, -0.02662315033376217, -0.12714874744415283, 0.04741961881518364, 0.009166568517684937, 0.02173847146332264, -0.08723849058151245, 0.038329608738422394, -0.13078705966472626, 0.0976499617099762, -0.037598639726638794, 0.029158739373087883, -0.2055036574602127, 0.02400544099509716, -0.15189670026302338, -0.012037697248160839, -0.19822464883327484, 0.01766846515238285, -0.1209472194314003, 0.1266871690750122, -0.14546853303909302, -0.03465324640274048, -0.1938544064760208, 0.04216257482767105, -0.06866537779569626, 0.05906718224287033, -0.1666606217622757, -0.05128597840666771, 0.03983674570918083, -0.09130135178565979, -0.012871134094893932, 0.162345752120018, 0.028525089845061302, 0.12353087216615677, 0.11383400857448578, 0.37357714772224426, 0.04107843339443207, -0.012438502162694931, -0.01404458936303854, 0.1293870061635971, -0.07000558078289032, -0.011858643032610416, 0.11763607710599899, -0.12606556713581085, 0.00043151347199454904, -0.01654062047600746, 0.1258150339126587, 0.04523392394185066, 0.011686280369758606, -0.009167026728391647, -0.051451828330755234, -0.03174810856580734, -0.03290557116270065, 0.01766251027584076, 0.030046992003917694, -0.10793166607618332, 0.01183695811778307, -0.02930542454123497, 0.1196337565779686, 0.10033706575632095, -0.0227886363863945, -0.035856619477272034, 0.11228378117084503, -0.11379187554121017, 0.0008551335195079446, -0.10290926694869995, 0.22436687350273132, -0.0007527096313424408, 0.040110994130373, 0.16732783615589142, 0.18392127752304077, -0.03711188584566116, -0.19773072004318237, -0.03769571706652641, 0.04486377537250519, 0.00236996216699481, 0.040658578276634216, -0.0026314922142773867, -0.0898604467511177, 0.09599355608224869, 0.03174193948507309, -0.0772639662027359, -0.024594847112894058, -0.06795861572027206, 0.20836514234542847, 0.04095951095223427, 0.01609615981578827, 0.0029456554912030697, 0.09992969036102295, 0.042213451117277145, -0.056522078812122345, 0.04354856163263321, 0.03993017226457596, -0.003045759629458189, -0.06995495408773422, 0.1556292474269867, 0.03295880928635597, 0.0987229272723198, 0.1269613355398178, -0.011220620945096016, 0.022977294400334358, -0.0031187639106065035, 0.0593043714761734, 0.0004843714996241033, -0.07769641280174255, -0.06635692715644836, 0.19790765643119812, -0.03755916655063629, 0.050821758806705475, -0.08687280118465424, 0.04810871556401253, 0.027401909232139587, -0.059417907148599625, 0.012038814835250378, 0.10980340838432312, 0.07919248193502426, -0.2838848829269409, 0.12139073014259338, 0.19603073596954346, 0.03188532963395119, 0.23426413536071777, -0.08581867814064026, -0.07630869746208191, 0.015422441065311432, -0.035700101405382156, -0.10229495912790298, 0.08897438645362854, -0.22987522184848785, 0.04546353593468666, 0.04973569139838219, 0.11365202069282532, 0.029119448736310005, -0.07957044988870621, -0.055586621165275574, 0.019140008836984634, -0.016313612461090088, -0.28104516863822937, 0.0011130118509754539, 0.015255770646035671, 0.018635790795087814, 0.03992315009236336, -0.07623680680990219, 0.09685900062322617, -0.03491611406207085, -0.04212286323308945, 0.06708009541034698, -0.08176377415657043, -0.16623444855213165, -0.14613914489746094, -0.09560631215572357, -0.040683310478925705, 0.006697147618979216, 0.10052197426557541, -0.0993548333644867, -0.04115133360028267, -0.011387067846953869, 0.1460171639919281, -0.13680022954940796, -0.05909715220332146, 0.03890284150838852, 0.07406045496463776, -0.021622298285365105, -0.09629151225090027, -0.010066613554954529, -0.008098767139017582, 0.027378983795642853, 0.008974970318377018, -0.08382925391197205, 0.011962177231907845, 0.1781151294708252, 0.04731569066643715, 0.01313742808997631, -0.03448401764035225, 0.21029047667980194, -0.1850946545600891, 0.0274367518723011, 0.12625867128372192, -0.021804409101605415, -0.025493482127785683, 0.28520694375038147, 0.11469966918230057, -0.02712336741387844, 0.026630984619259834, -0.015390290878713131, -0.0724455937743187, -0.24130696058273315, -0.07973556965589523, -0.07839787006378174, 0.13247956335544586, 0.010068602859973907, 0.08827009052038193, 0.02497640810906887, 0.06220192834734917, -0.00890054740011692, -0.06924053281545639, 0.013362747617065907, 0.024863174185156822, 0.10628914833068848, -0.06228732317686081, 0.036131102591753006, -0.08864225447177887, 0.02006838098168373, 0.17182303965091705, 0.12220452725887299, 0.032536089420318604, 0.17593629658222198, 0.28614699840545654, 0.06065911799669266, -0.06310346722602844, 0.1657925844192505, 0.025292176753282547, 0.013038272969424725, -0.08635065704584122, 0.009311407804489136, 0.009052596054971218, 0.06236395612359047, 0.027314435690641403, 0.08858875185251236, -0.050144635140895844, -0.003330910112708807, -0.09737935662269592, 0.03501142933964729, 0.18480604887008667, 0.18715302646160126, -0.04746251925826073, -0.050258539617061615, 0.04440279304981232, -0.13680963218212128, -0.053087953478097916, 0.15516452491283417, 0.1308375746011734, -0.002101687714457512, 0.008059456013143063, 0.1205546110868454, 0.13024097681045532, -0.12243285030126572, 0.015398616902530193, -0.07300525158643723, -0.07900390028953552, -0.08993037790060043, 0.10035479068756104, -0.08702144026756287, 0.1991833746433258, 0.026804856956005096, 0.00003742681292351335, -0.02047240547835827, -0.050396014004945755, 0.02298104390501976, 0.1266496330499649, 0.06383131444454193, 0.03503947705030441, -0.17124122381210327, -0.08944018185138702, -0.14130988717079163, -0.008555605076253414, 0.05994609743356705, -0.08434893190860748, -0.08236169815063477, -0.04686616733670235, 0.07552065700292587, -0.0051169986836612225, -0.14362122118473053, -0.11128287017345428, -0.026315392926335335, -0.016127197071909904, 0.2777300775051117, 0.07324843853712082, -0.08047713339328766, -0.027596594765782356, -0.03826251998543739, 0.0842643529176712, -0.043558016419410706, -0.04271639138460159, -0.025248276069760323, -0.0421297587454319, 0.09291143715381622, 0.004700610879808664, -0.013226042501628399, -0.017079342156648636, 0.011266612447798252, -0.04751530662178993, -0.08887627720832825, 0.09564783424139023, -0.03503454849123955, -0.055217258632183075, -0.05473537743091583, 0.23305682837963104, -0.04614397883415222, 0.07993771880865097, 0.0006988259847275913, 0.0009135113214142621, -0.01152617298066616, -0.060656700283288956, 0.014832285232841969, -0.23736067116260529, 0.008453655056655407, 0.1525837630033493, 0.07436526566743851, -0.12602461874485016, -0.008471114560961723, -0.12313096970319748, 0.1565072387456894, 0.10027828067541122, -0.03664718195796013, 0.07545336335897446, 0.17109796404838562, 0.033490121364593506, -0.2123102843761444, -0.028084848076105118, -0.04163356125354767, -0.043539244681596756, 0.054920654743909836, -0.12575027346611023, 0.14646250009536743, 0.13962391018867493, -0.05999762937426567, 0.16497614979743958, -0.20443730056285858, -0.03427862748503685, 0.10885390639305115, -0.11287381500005722, 0.23202210664749146, -0.06082187592983246, -0.14158131182193756, -0.007974257692694664, -0.09844726324081421, 0.020044950768351555, -0.05905358865857124, 0.09437825530767441, 0.0030217492021620274, 0.11901526153087616, 0.015782641246914864, 0.03911596164107323, 0.14120237529277802, 0.04127071425318718, -0.02530951425433159, -0.05615444853901863, -0.11582576483488083, 0.03993518278002739, 0.0038269630167633295, -0.017285574227571487, -0.1302632987499237, -0.011823275126516819, -0.06156597286462784, -0.01615804061293602, -0.06377027183771133, 0.04333698749542236, -0.024097468703985214, -0.06344256550073624, -0.10685133934020996, 0.020405201241374016, -0.1741095632314682, 0.006231002043932676, 0.3423795700073242, -0.13159653544425964, 0.025436310097575188, 0.11126647144556046, 0.10862430185079575, -0.11261428147554398, -0.19660276174545288, -0.013779343105852604, -0.08323206007480621, 0.08386463671922684, -0.30179792642593384, 0.01109654363244772, 0.04012669250369072, 0.06510382890701294, 0.08694911003112793, 0.016505664214491844, -0.05909398943185806, 0.07478667050600052, 0.14587503671646118, 0.007018112577497959, -0.08672158420085907, -0.0764324963092804, -0.01563902385532856, 0.027481667697429657, 0.011657877825200558, 0.1509900689125061, 0.044648680835962296, -0.016379153355956078, 0.06456424295902252, 0.013125731609761715, -0.10493512451648712, 0.06108337268233299, 0.022046752274036407, 0.05401721969246864, -0.13910172879695892, 0.17435559630393982, 0.09737982600927353, -0.0986417755484581, -0.09589053690433502, 0.005791262723505497, -0.08924189954996109, -0.07150278240442276, -0.1921907514333725, -0.20869088172912598, 0.05298014357686043, -0.08914811909198761, 0.01456543430685997, -0.12353135645389557, -0.011776606552302837, 0.010706053115427494, 0.03953089192509651, 0.03128587827086449, -0.029514484107494354, -0.05348461493849754, 0.04892357066273689, 0.06369036436080933, -0.11785063147544861, 0.03321925178170204, -0.16339744627475739, -0.15862153470516205, -0.027749260887503624, 0.05293576791882515, -0.03782982379198074, -0.03931400924921036, -0.08230923116207123, 0.04469986632466316, -0.1631433218717575, 0.02897484041750431, -0.08047019690275192, 0.002959677716717124, 0.010241695679724216, -0.02796960435807705, -0.0960189700126648, -0.012520819902420044, -0.10827650129795074, 0.013148084282875061, 0.06866572052240372, 0.17381472885608673, 0.05580199509859085, 0.04363119602203369, 0.07781298458576202, 0.017956998199224472, 0.1261303871870041, 0.053434524685144424, -0.034239090979099274, 0.05327962338924408, -0.13706214725971222, 0.011996903456747532, 0.13908715546131134, -0.016057899221777916, 0.003798416117206216, 0.017749344930052757, -0.012468578293919563, 0.03250204026699066, 0.04882602021098137, 0.03041348047554493, -0.10307686030864716, -0.13612323999404907, -0.049802664667367935, 0.02011920139193535, -0.08088865876197815, 0.0020115994848310947, -0.0757676213979721, 0.20250806212425232, 0.014900153502821922, 0.14079876244068146, 0.011516931466758251, -0.041708506643772125, -0.062320467084646225, 0.07123351842164993, -0.030648870393633842, -0.07729191333055496, -0.11246506124734879, 0.024738498032093048, -0.03392776474356651, -0.06507392972707748, 0.25715720653533936, -0.02525170147418976, -0.1139724850654602, 0.03960341587662697, 0.11853814125061035, 0.04384896904230118, 0.0023943944834172726, 0.33038315176963806, 0.0735475942492485, -0.05691414698958397, -0.14166295528411865, -0.013287052512168884, 0.0535849928855896, -0.03443323075771332, -0.03470877930521965, 0.19002026319503784, 0.058821432292461395, -0.010986502282321453, 0.04078385606408119, -0.03948168829083443, -0.014310408383607864, 0.1344001144170761, 0.056763309985399246, 0.06671364605426788, 0.025078700855374336, 0.02088386006653309, 0.1894584447145462, 0.020459933206439018, 0.010982844978570938, -0.03756141662597656, 0.01312012318521738, -0.10141446441411972, -0.18771213293075562, -0.056469470262527466, -0.2328011691570282, 0.003691826481372118, -0.062087301164865494, 0.03528381139039993, 0.17064113914966583, 0.03960961103439331, -0.06481057405471802, 0.10700938105583191, -0.16381508111953735, -0.14004698395729065, 0.1224086582660675, -0.023688282817602158, -0.056120116263628006, -0.05263407155871391, -0.023798402398824692, 0.08596202731132507, -0.03914066031575203, 0.015875259414315224, -0.021680671721696854, -0.014021552167832851, -0.07919508963823318, -0.15973201394081116, -0.036926478147506714, -0.03926843777298927, 0.05649147182703018, -0.04317649081349373, 0.1937679648399353, 0.04589128494262695, 0.014431147836148739, 0.056346192955970764, 0.2548676133155823, -0.013628818094730377, -0.006619835272431374, -0.09086889028549194, 0.060461726039648056, -0.0705934539437294, 0.07518976926803589, -0.020700378343462944, -0.16652527451515198, -0.023575380444526672, 0.13738523423671722, 0.20732778310775757, 0.04859291389584541, -0.00879345741122961, -0.04020782187581062, -0.006837880238890648, -0.015080481767654419, 0.003903673030436039, -0.0005853693000972271, 0.0454595722258091, 0.05276967212557793, 0.022620271891355515, 0.04663343355059624, 0.01175977848470211, -0.05465386062860489, 0.03798917308449745, 0.0475727804005146, -0.08375687152147293, -0.0871398076415062, 0.22899755835533142, -0.17514139413833618, -0.0456034280359745, -0.07340578734874725, -0.10938666015863419, -0.08608798682689667, -0.05063505470752716, 0.03447844088077545, 0.05992048606276512, 0.021756619215011597, -0.07511263340711594, -0.08306659758090973, -0.1598380208015442, -0.02955084852874279, -0.1785297691822052, -0.13868193328380585, 0.051784906536340714, -0.060710079967975616, 0.09985217452049255, -0.01804112270474434, 0.06580518186092377, 0.039071857929229736, 0.060701966285705566, -0.036795735359191895, 0.1206996738910675, 0.03880128636956215, -0.0841071829199791, -0.05506068095564842, 0.1554403007030487, -0.008731591515243053, 0.12291906028985977, 0.1224999725818634, -0.12132277339696884, -0.027962863445281982, 0.057801444083452225, -0.053043484687805176, -0.1764122098684311, 0.05016009509563446, -0.12220388650894165, 0.07717842608690262, 0.0463440865278244, -0.03086046874523163, -0.06607305258512497, -0.003797235433012247, 0.05400475487112999, 0.1053694561123848, -0.04938201606273651, 0.0033444701693952084, -0.08265532553195953, 0.003312991466373205, 0.04301684349775314, -0.03631891310214996, -0.2518332600593567, 0.07367552816867828, -0.055224914103746414, 0.05472050979733467, -0.009714708663523197, 0.006096253637224436, 0.15061143040657043, 0.0010767326457425952, 0.020961260423064232, -0.21041741967201233, 0.05982402712106705, 0.01964510604739189, -0.09271667152643204, -0.06357907503843307 ]
8ede5a0b35f15b8737e5d5807a029e991ef58135
# Dataset Card for "cleaned_ebmnlp_pico" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
reginaboateng/cleaned_ebmnlp_pico
[ "region:us" ]
2023-03-20T14:40:37+00:00
{"dataset_info": {"features": [{"name": "tokens", "sequence": "string"}, {"name": "chunk_tags", "sequence": "string"}, {"name": "pos_tags", "sequence": "string"}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "I-INT", "2": "I-OUT", "3": "I-PAR"}}}}], "splits": [{"name": "train", "num_bytes": 29122187, "num_examples": 26016}, {"name": "validation", "num_bytes": 1482730, "num_examples": 2064}], "download_size": 3415345, "dataset_size": 30604917}}
2023-03-20T14:40:48+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cleaned_ebmnlp_pico" More Information needed
[ "# Dataset Card for \"cleaned_ebmnlp_pico\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cleaned_ebmnlp_pico\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cleaned_ebmnlp_pico\"\n\nMore Information needed" ]
[ -0.11281974613666534, 0.20541581511497498, -0.006209129001945257, -0.0018564102938398719, 0.06921375542879105, 0.056352291256189346, 0.018513141199946404, 0.125258669257164, 0.05911998078227043, -0.007436422631144524, 0.04410846531391144, 0.13770359754562378, 0.03483343496918678, 0.31772133708000183, -0.06578625738620758, -0.09495225548744202, 0.038797859102487564, 0.09998337924480438, 0.048129744827747345, 0.010244017466902733, -0.004895711317658424, -0.06766080856323242, 0.027845554053783417, -0.11957382410764694, -0.12390489131212234, 0.08110641688108444, -0.0999399721622467, -0.03285667300224304, 0.042002104222774506, -0.03761529549956322, 0.13956280052661896, 0.057157281786203384, -0.05743034929037094, -0.10970301181077957, 0.04879617318511009, -0.006310009863227606, -0.12973089516162872, 0.01693865843117237, 0.04277709499001503, -0.058963458985090256, -0.10169047117233276, 0.023860227316617966, -0.00010942179505946115, -0.04202061519026756, -0.04317556694149971, -0.12612377107143402, -0.09615865349769592, 0.02302626147866249, 0.0023784697987139225, 0.02826266922056675, 0.05248672515153885, 0.14774131774902344, -0.1596556305885315, 0.03029666095972061, 0.0828508511185646, 0.07334612309932709, 0.048878028988838196, 0.10554506629705429, -0.06493309140205383, 0.030729537829756737, 0.02901347354054451, 0.05344928801059723, 0.09437886625528336, 0.016084207221865654, -0.11422164738178253, 0.025236768648028374, -0.01643349602818489, 0.07142472267150879, 0.004572889767587185, -0.08837427943944931, 0.09396809339523315, 0.04243063926696777, -0.006135597359389067, -0.03703411668539047, -0.07173258811235428, -0.1140916645526886, 0.029279232025146484, 0.08882785588502884, 0.02292625606060028, 0.021849723532795906, -0.03735041990876198, -0.08391942828893661, -0.07112015038728714, -0.09910442680120468, -0.14694401621818542, 0.13068731129169464, -0.005956263747066259, 0.10555928945541382, -0.17534250020980835, 0.028659481555223465, 0.0475170761346817, -0.038102395832538605, -0.017742210999131203, -0.02217325009405613, 0.10537751019001007, 0.0227862186729908, 0.0053678168915212154, 0.043259382247924805, 0.08856771886348724, 0.1876613348722458, 0.09617402404546738, -0.0063230316154658794, -0.021057380363345146, 0.0959072932600975, 0.16286596655845642, -0.09446456283330917, 0.05255661904811859, 0.038828518241643906, 0.08481717854738235, -0.11180109530687332, 0.0666172057390213, -0.09604327380657196, -0.11660870164632797, 0.03497084230184555, -0.016737835481762886, 0.12234952300786972, 0.006591884419322014, -0.1268388032913208, -0.05786043033003807, -0.09837549179792404, 0.24389490485191345, -0.11872196197509766, 0.02125002257525921, -0.012518759816884995, -0.05395768955349922, 0.04700590670108795, -0.03430694714188576, -0.08822442591190338, -0.0057853409089148045, 0.06395615637302399, -0.05532306805253029, -0.03304207697510719, -0.05126418173313141, -0.0015906501794233918, 0.12402752041816711, -0.2945280969142914, 0.10875550657510757, -0.17558644711971283, -0.3280033767223358, 0.050505612045526505, 0.016945453360676765, -0.02806367725133896, 0.08576568216085434, 0.0358283668756485, 0.09137433022260666, -0.09284734725952148, -0.07877415418624878, 0.06856145709753036, -0.08636655658483505, 0.051764026284217834, -0.07087293267250061, 0.03595218434929848, -0.24764153361320496, 0.06386929750442505, -0.11030250787734985, -0.006925285793840885, -0.13820421695709229, -0.0559220053255558, -0.10991814732551575, 0.08301179856061935, -0.022364100441336632, -0.00612999964505434, -0.16054317355155945, 0.06730544567108154, -0.003146554110571742, 0.010067332535982132, -0.09992995858192444, -0.08105172216892242, 0.04419521987438202, -0.18282964825630188, -0.06737656146287918, 0.023096632212400436, 0.008403556421399117, 0.05019255727529526, -0.003238208359107375, 0.26429617404937744, -0.026334330439567566, -0.06920962035655975, -0.06678849458694458, 0.03367612138390541, -0.11720030009746552, -0.26165804266929626, 0.01222721766680479, -0.07540636509656906, 0.00035188320907764137, -0.00004584599082591012, 0.10537795722484589, 0.0563848577439785, -0.05201108753681183, -0.04869348555803299, -0.01989879459142685, -0.07308104634284973, -0.041402220726013184, -0.0261745173484087, 0.05671120062470436, 0.011843732558190823, 0.09426800906658173, 0.08829285204410553, 0.1479445844888687, -0.005807038862258196, 0.04899775981903076, -0.11016671359539032, 0.24498769640922546, -0.08526678383350372, -0.02107703685760498, -0.13508035242557526, -0.10225511342287064, -0.0031504337675869465, -0.14609584212303162, -0.06401142477989197, -0.08407790213823318, 0.016045715659856796, -0.004290674347430468, 0.004527694545686245, -0.058208778500556946, -0.06080298498272896, 0.03628844395279884, 0.06568307429552078, 0.021473156288266182, -0.013179191388189793, -0.0747508555650711, 0.0018438758561387658, -0.026737147942185402, -0.017195576801896095, 0.07093074172735214, 0.15097171068191528, 0.023112164810299873, -0.03196875378489494, 0.02173403836786747, -0.01884886808693409, -0.05398808792233467, -0.07649344205856323, -0.015950560569763184, 0.006066397298127413, -0.010322373360395432, -0.04487178474664688, 0.03315127640962601, 0.2073909193277359, 0.1961403489112854, -0.06098657473921776, 0.04451870918273926, -0.0331459604203701, -0.015263339504599571, 0.0016798024298623204, -0.14421597123146057, 0.03967010974884033, -0.14980114996433258, -0.0011068983003497124, 0.04382125288248062, -0.0715169906616211, 0.030958833172917366, 0.006543847732245922, 0.003090620506554842, -0.14476877450942993, 0.030523929744958878, 0.30879488587379456, -0.266974538564682, 0.17459991574287415, 0.19396357238292694, 0.03449016064405441, 0.253792941570282, -0.002358481287956238, -0.10848750919103622, 0.02904784120619297, 0.01414345670491457, -0.07642538845539093, 0.21868523955345154, -0.06896959990262985, 0.06018855422735214, 0.04870132729411125, -0.02262314409017563, 0.18511514365673065, -0.07413140684366226, -0.0992814227938652, 0.002573158359155059, -0.001925029675476253, -0.14376287162303925, 0.04982801899313927, -0.029392646625638008, 0.02468327432870865, -0.07168450951576233, -0.03617415577173233, 0.16105514764785767, 0.04806709289550781, 0.008320898748934269, 0.07586924731731415, -0.11576680839061737, -0.26225364208221436, -0.04200068116188049, -0.020157398656010628, 0.05679371953010559, -0.013335277326405048, -0.016563432291150093, -0.10127097368240356, -0.05784572660923004, 0.033171989023685455, -0.06514805555343628, -0.05134962871670723, -0.008991604670882225, 0.025329092517495155, 0.01548110879957676, -0.06674422323703766, -0.09579377621412277, 0.0011458281660452485, -0.012267549522221088, 0.09741252660751343, 0.1296030580997467, -0.1644889861345291, 0.17283838987350464, 0.0683477371931076, -0.03354901447892189, 0.07923807203769684, -0.013118931092321873, 0.0479404553771019, -0.061143603175878525, -0.04326516017317772, 0.19311000406742096, 0.0458509624004364, -0.002709324937313795, -0.05860448628664017, -0.014669663272798061, -0.09991317242383957, 0.002587576862424612, 0.06432535499334335, -0.1555524319410324, -0.17918938398361206, -0.15939976274967194, -0.021447962149977684, 0.09297523647546768, 0.06809571385383606, 0.13726119697093964, 0.0006382331484928727, 0.055810797959566116, 0.05491273105144501, -0.11443883180618286, -0.10898176580667496, 0.014719139784574509, -0.10626991838216782, -0.07339096069335938, -0.03779934346675873, -0.09382632374763489, 0.0009682240197435021, 0.17641445994377136, 0.19655753672122955, 0.22361613810062408, 0.08256970345973969, 0.0717465952038765, 0.02731236256659031, 0.1069716289639473, 0.11567200720310211, 0.14630794525146484, 0.05453197658061981, -0.028415266424417496, -0.008249551989138126, 0.062241408973932266, -0.04278005287051201, -0.027931932359933853, 0.11164666712284088, -0.11807262152433395, -0.003923262469470501, -0.12045449018478394, 0.06379450857639313, -0.09827098995447159, -0.011717726476490498, -0.1900855153799057, 0.0748382955789566, 0.02519834227859974, 0.13838034868240356, -0.05928931385278702, -0.0012303292751312256, 0.1035170704126358, -0.017797252163290977, 0.0437922477722168, 0.056985508650541306, 0.05641425773501396, -0.010767562314867973, -0.05531889945268631, -0.061102304607629776, -0.08823944628238678, 0.008621834218502045, 0.08836223185062408, -0.07011430710554123, 0.13218654692173004, 0.023680424317717552, -0.004467165097594261, -0.11394567787647247, -0.08740691840648651, -0.03611508756875992, 0.011036518961191177, 0.11668886244297028, 0.027246661484241486, -0.09582972526550293, -0.2000008523464203, -0.16390864551067352, -0.012400129809975624, 0.041252754628658295, -0.006616808008402586, -0.09869717806577682, 0.1049310714006424, 0.013210177421569824, -0.03842111676931381, 0.004538449924439192, -0.04903694987297058, -0.09932159632444382, -0.03711318224668503, 0.01741875894367695, -0.12200206518173218, -0.007285929750651121, -0.06416337937116623, 0.042928919196128845, 0.15022504329681396, 0.1185678094625473, -0.032773829996585846, -0.11027650535106659, 0.06382133811712265, 0.07525623589754105, -0.02353619411587715, 0.09276876598596573, 0.07301133871078491, 0.030797919258475304, -0.10157399624586105, -0.18274396657943726, 0.11162542551755905, -0.08004870265722275, 0.06073498725891113, -0.04436444863677025, 0.025027070194482803, -0.007237226236611605, 0.00942408200353384, 0.037091583013534546, -0.10672885179519653, 0.014220811426639557, -0.0724051296710968, 0.09402572363615036, -0.003795006312429905, 0.138204425573349, 0.21034745872020721, -0.0775955319404602, -0.0006388884503394365, 0.08474510908126831, -0.09187658131122589, 0.1632939875125885, 0.1248534619808197, 0.02123958431184292, 0.099944569170475, 0.1357152760028839, -0.05252930894494057, -0.189945787191391, -0.02785346284508705, -0.17969581484794617, -0.0030706748366355896, -0.01969045400619507, -0.2406352162361145, 0.06380989402532578, 0.2207496613264084, -0.027581922709941864, 0.28217601776123047, -0.14987514913082123, -0.03372349590063095, 0.25989460945129395, 0.08385118842124939, 0.3568667769432068, -0.1011032983660698, -0.026546534150838852, -0.11528591811656952, -0.08249260485172272, 0.22985251247882843, -0.12618237733840942, 0.006923346780240536, 0.035224247723817825, 0.06654369086027145, -0.047894034534692764, -0.06813829392194748, 0.12910756468772888, 0.06846164911985397, 0.10300423949956894, -0.027041202411055565, -0.045028459280729294, 0.01631765253841877, -0.026572758331894875, 0.08993513882160187, 0.08901996910572052, -0.020161239430308342, -0.19871389865875244, -0.05299763008952141, -0.00862988643348217, 0.05067519471049309, 0.036420900374650955, -0.042597971856594086, -0.017944857478141785, 0.04052339494228363, -0.08549696207046509, -0.001225017011165619, 0.18438374996185303, 0.032439373433589935, -0.05488404631614685, 0.04359033331274986, -0.13070043921470642, -0.19754749536514282, -0.07826101034879684, -0.0752040222287178, -0.08870165795087814, 0.1010538712143898, 0.03430899232625961, 0.035036951303482056, 0.05151339992880821, 0.05170825496315956, 0.0769008919596672, 0.056568462401628494, -0.04297895357012749, 0.004676553886383772, 0.09464050084352493, -0.1400252729654312, 0.09693409502506256, 0.08946317434310913, 0.032470330595970154, 0.1497514694929123, 0.08602288365364075, 0.048444781452417374, 0.07456475496292114, -0.02867521159350872, -0.008348030969500542, 0.06736178696155548, -0.008784734643995762, 0.1149725615978241, 0.10195161402225494, -0.03164201229810715, -0.1562151461839676, 0.19674482941627502, -0.017326846718788147, -0.18917898833751678, 0.029919862747192383, -0.10632148385047913, -0.04183546081185341, -0.09828148782253265, 0.0031576608307659626, 0.19624671339988708, -0.12051668763160706, -0.1318567842245102, -0.08929819613695145, -0.003612583503127098, 0.09468167275190353, 0.1005605161190033, 0.08922518044710159, 0.049235749989748, 0.03791040554642677, -0.016186736524105072, -0.04189281538128853, -0.1350722312927246, 0.002602598164230585, 0.037172555923461914, -0.024980437010526657, -0.10940613597631454, 0.02570641227066517, 0.09139648079872131, -0.058771297335624695, 0.00783462729305029, -0.1032901480793953, 0.059382569044828415, -0.07304311543703079, 0.07639172673225403, -0.027764873579144478, -0.010766354389488697, -0.008547414094209671, 0.06657742708921432, -0.01846875250339508, -0.041310861706733704, -0.12509283423423767, 0.06048726290464401, 0.07449992001056671, -0.0401800163090229, -0.04274522140622139, 0.009977667592465878, 0.02495996654033661, -0.013306323438882828, 0.07073965668678284, 0.15585346519947052, 0.06456437706947327, 0.04762239009141922, -0.006156559567898512, -0.1820346713066101, 0.15652082860469818, 0.04346718639135361, 0.05600624904036522, 0.039295461028814316, 0.025844000279903412, 0.12462301552295685, -0.1180730015039444, 0.030686261132359505, -0.007100422866642475, -0.15365903079509735, -0.03481069952249527, -0.12339441478252411, -0.09260962158441544, 0.0013976567424833775, -0.04315850883722305, 0.11684338748455048, 0.03701942414045334, 0.04476539045572281, 0.06108030676841736, 0.008377829566597939, -0.051235806196928024, -0.02913557179272175, -0.02146207168698311, -0.04011618345975876, 0.01943012699484825, 0.152065247297287, 0.010300282388925552, -0.061842456459999084, 0.3749804198741913, -0.021994108334183693, -0.1326877474784851, -0.04658447578549385, 0.14701567590236664, -0.011413205415010452, -0.015965208411216736, 0.30437928438186646, 0.03541433811187744, 0.05223572626709938, 0.035679981112480164, 0.05216249078512192, 0.11069867014884949, 0.14565783739089966, 0.11437135189771652, 0.15223680436611176, 0.04590868204832077, 0.07973727583885193, 0.040859416127204895, -0.1373181790113449, -0.03315730765461922, -0.007222426123917103, 0.017696555703878403, 0.08268025517463684, 0.13067077100276947, -0.0632147490978241, 0.030002208426594734, -0.0667707622051239, -0.010155129246413708, 0.061069462448358536, -0.025854118168354034, -0.09451676905155182, -0.27559423446655273, -0.04221165552735329, -0.060796573758125305, 0.07546709477901459, -0.016089309006929398, -0.07846236974000931, 0.21932858228683472, 0.05691097676753998, 0.00492427172139287, 0.02183469943702221, -0.08149196207523346, -0.020283440127968788, -0.0047790841199457645, 0.012882760725915432, -0.04989016801118851, -0.06516048312187195, -0.11541309207677841, 0.05041414126753807, 0.030948162078857422, 0.016861334443092346, -0.0427916944026947, 0.11408551037311554, 0.077222540974617, -0.06291048973798752, 0.0306047685444355, -0.1264314502477646, 0.03082381933927536, -0.07339675724506378, 0.11893465369939804, -0.03164612501859665, 0.04046940430998802, 0.06888880580663681, 0.04927525669336319, 0.07707402110099792, 0.03069639578461647, 0.025291649624705315, -0.07790657877922058, 0.07110831886529922, 0.08194849640130997, 0.027954060584306717, -0.04766972362995148, -0.03203870728611946, 0.11257249861955643, 0.17899516224861145, -0.04759328439831734, 0.008459517732262611, 0.0770074725151062, 0.053998347371816635, 0.05226469412446022, 0.0505642369389534, 0.10165844112634659, 0.09763094782829285, 0.014966471120715141, -0.14864589273929596, -0.07864551991224289, -0.041353169828653336, -0.06388014554977417, 0.0893503800034523, 0.059463705867528915, -0.029249297454953194, -0.11588479578495026, 0.043202731758356094, -0.14314746856689453, 0.08416132628917694, 0.11366304010152817, -0.13710232079029083, -0.09129121899604797, -0.03244395926594734, 0.11968167126178741, -0.01153709925711155, 0.03335323929786682, -0.10910256206989288, -0.012000113725662231, 0.0022323408629745245, -0.0059308926574885845, -0.34950554370880127, -0.20360878109931946, 0.03297526016831398, 0.07632075995206833, 0.15722040832042694, -0.00677168183028698, 0.047988161444664, 0.04310787096619606, 0.04588359221816063, -0.07357592135667801, 0.14906951785087585, -0.05160992220044136, 0.001877268310636282, -0.01875068061053753, -0.025543037801980972, -0.11748948693275452, -0.03952595964074135, 0.04479369521141052, -0.028037922456860542, -0.06148327514529228, 0.06407815217971802, -0.04393968731164932, -0.01722956821322441, 0.04630875587463379, -0.14599893987178802, 0.07553470879793167, -0.01961696706712246, -0.018466565757989883, -0.027083970606327057, -0.011328144930303097, 0.18205897510051727, 0.050333015620708466, -0.1369534581899643, -0.04227740690112114, -0.006113487295806408, -0.03830761834979057, -0.11384572833776474, -0.021961646154522896, -0.057117220014333725, 0.045669276267290115, -0.08099110424518585, -0.02701328508555889, -0.11049728095531464, -0.027278369292616844, 0.03514092043042183, 0.09495685994625092, -0.06111740320920944, 0.11576373130083084, 0.026221545413136482, -0.07204608619213104, 0.00035328121157363057, -0.07199429720640182 ]
77fa632ede7e9820a7e596e0bad32a1547c2780c
# Dataset Card for "processed_wiki_dataset1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ChaewonKim/processed_wiki_dataset1
[ "region:us" ]
2023-03-20T14:45:11+00:00
{"dataset_info": {"features": [{"name": "input_ids", "sequence": "int32"}, {"name": "special_tokens_mask", "sequence": "int8"}, {"name": "attention_mask", "sequence": "int8"}], "splits": [{"name": "train", "num_bytes": 55675452.0, "num_examples": 18053}], "download_size": 17059435, "dataset_size": 55675452.0}}
2023-03-20T18:11:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "processed_wiki_dataset1" More Information needed
[ "# Dataset Card for \"processed_wiki_dataset1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"processed_wiki_dataset1\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"processed_wiki_dataset1\"\n\nMore Information needed" ]
[ -0.08839297294616699, 0.1810462772846222, -0.0006770360632799566, 0.011756069026887417, 0.020315606147050858, 0.10881127417087555, 0.14559336006641388, 0.10945659875869751, 0.17978106439113617, -0.06000330671668053, 0.16398096084594727, 0.03331075981259346, 0.0859428122639656, 0.24912463128566742, -0.05267339199781418, -0.0563296414911747, 0.07982539385557175, 0.004353458061814308, -0.01963290199637413, 0.03734353184700012, 0.0126761170104146, -0.04472849890589714, 0.06894843280315399, -0.07862626016139984, -0.23173198103904724, 0.04081657528877258, -0.017636623233556747, -0.0649053081870079, 0.05700497701764107, -0.07114505767822266, 0.15088851749897003, 0.030039016157388687, 0.04184148460626602, -0.18789885938167572, 0.017219556495547295, 0.02316863276064396, -0.01861855387687683, 0.028072182089090347, 0.05155853182077408, -0.03001326695084572, -0.10190790891647339, -0.017400626093149185, -0.019507216289639473, 0.00588111812248826, -0.09793956577777863, -0.21032091975212097, -0.10514803975820541, -0.02909570001065731, -0.042737167328596115, -0.048028528690338135, 0.06521455943584442, 0.05072832852602005, -0.10637188702821732, 0.059822920709848404, -0.02572619915008545, -0.048247337341308594, 0.04560977220535278, 0.07316192239522934, -0.08123970031738281, 0.08813435584306717, -0.020778043195605278, 0.0643242672085762, 0.0883052721619606, -0.02716720476746559, -0.05715063586831093, -0.03191077336668968, -0.20029568672180176, 0.06197287514805794, -0.0010122571839019656, -0.07907787710428238, 0.3961332142353058, 0.024431373924016953, -0.009994453750550747, -0.009379743598401546, -0.033075179904699326, -0.0897677093744278, 0.056293196976184845, 0.08429976552724838, -0.007298588752746582, 0.020764563232660294, 0.015595016069710255, -0.030126765370368958, -0.09826546907424927, -0.10089286416769028, -0.11834295094013214, 0.18074674904346466, -0.0277424156665802, 0.2161063402891159, -0.18580307066440582, 0.01810801587998867, -0.027933096513152122, -0.04622197896242142, -0.02905086986720562, -0.09877761453390121, -0.02043541893362999, -0.012092167511582375, 0.008245968259871006, 0.07852155715227127, 0.12533244490623474, 0.0009775927755981684, 0.00485363369807601, -0.0009497457067482173, -0.05039026215672493, 0.09343266487121582, 0.25094860792160034, -0.13928599655628204, -0.03286760300397873, 0.030483348295092583, 0.01843552477657795, -0.13691675662994385, -0.0823289081454277, -0.0857844203710556, -0.0741182342171669, 0.015528873540461063, -0.09333255141973495, 0.08971774578094482, -0.03375622630119324, -0.06471757590770721, -0.06052910536527634, -0.034831829369068146, 0.17118965089321136, -0.1082255095243454, -0.036941416561603546, 0.04055015370249748, -0.09032920747995377, 0.1630638986825943, -0.035733871161937714, -0.041666872799396515, 0.026533037424087524, 0.03664319962263107, -0.09184461086988449, -0.020554687827825546, -0.001447051763534546, -0.008914818987250328, 0.09936601668596268, -0.21897312998771667, 0.07910148054361343, -0.0653703585267067, -0.2973112463951111, 0.014898254536092281, 0.09358662366867065, 0.018520861864089966, 0.1406814008951187, 0.04161566495895386, 0.06367715448141098, 0.043350450694561005, -0.06294212490320206, 0.062135424464941025, -0.07958849519491196, 0.056544940918684006, -0.1329563856124878, 0.08799344301223755, -0.2760169804096222, 0.029658999294042587, -0.11024771630764008, 0.036813050508499146, -0.003696225117892027, 0.00580108305439353, -0.15341077744960785, 0.07579650729894638, -0.09816060215234756, 0.028340687975287437, -0.11660268157720566, 0.012220365926623344, -0.023286938667297363, 0.09618806093931198, -0.20047079026699066, 0.0058542960323393345, 0.14143049716949463, -0.132538840174675, -0.1440497487783432, 0.03198711946606636, -0.035282500088214874, 0.10891620069742203, -0.0029777747113257647, 0.354441374540329, -0.022027121856808662, -0.08726273477077484, -0.012813887558877468, 0.16925859451293945, -0.06980253756046295, -0.16122953593730927, 0.05353456363081932, -0.051181044429540634, -0.07615834474563599, 0.004836958833038807, 0.11042679101228714, -0.002810063073411584, -0.056077804416418076, -0.08671367168426514, -0.03340812027454376, -0.1529993712902069, 0.04518797621130943, -0.04371272772550583, 0.010027066804468632, -0.015250252559781075, 0.08715926855802536, -0.025425514206290245, 0.13244019448757172, -0.0066576204262673855, 0.003949692007154226, -0.014878575690090656, 0.014458478428423405, -0.1448194980621338, 0.00024584520724602044, -0.12663380801677704, -0.12532858550548553, 0.029975321143865585, -0.01640177331864834, -0.01018721703439951, 0.0013269365299493074, 0.049364496022462845, -0.04535191133618355, 0.03921763226389885, 0.028773361817002296, 0.03885322064161301, 0.07410633563995361, 0.01075570099055767, -0.06287163496017456, -0.01085197739303112, -0.0910286232829094, -0.02687467448413372, -0.03993138298392296, -0.07062079012393951, 0.18565690517425537, 0.006836358457803726, 0.050110239535570145, -0.059376683086156845, 0.06133206561207771, -0.02700301632285118, -0.01915629766881466, -0.057354141026735306, 0.010439852252602577, -0.03098296746611595, 0.007613759953528643, 0.08103805780410767, 0.016434984281659126, 0.14410178363323212, 0.13662278652191162, 0.02514340914785862, 0.00662541389465332, -0.02035246230661869, 0.0350540392100811, -0.03967555984854698, -0.08029504865407944, 0.034503448754549026, -0.13753099739551544, -0.02685304544866085, -0.011366470716893673, -0.05419367551803589, 0.04810208082199097, 0.0595826581120491, -0.02179711125791073, -0.0888596698641777, -0.014963099732995033, 0.1350422352552414, -0.2874433696269989, 0.14897190034389496, 0.21436722576618195, 0.11666326224803925, 0.2032279670238495, -0.05618438497185707, -0.12265563011169434, 0.0028991359286010265, -0.04151406139135361, -0.07612693309783936, 0.21411554515361786, -0.07657945156097412, -0.013817730359733105, 0.09174738824367523, 0.02566073276102543, 0.08865578472614288, -0.09124363958835602, -0.09069584310054779, -0.024574613198637962, -0.03496623784303665, -0.10331837087869644, 0.028152942657470703, -0.024600278586149216, 0.07417257875204086, 0.027203809469938278, 0.02417774125933647, 0.11335700005292892, -0.03665189817547798, -0.020816490054130554, 0.11700527369976044, -0.1576550006866455, -0.19069215655326843, -0.04164651781320572, -0.14220650494098663, 0.028686659410595894, -0.01996747963130474, -0.04554138705134392, -0.13478004932403564, -0.0513862781226635, 0.05995757505297661, -0.0943298488855362, -0.18012526631355286, -0.026713168248534203, 0.05411817505955696, -0.000579726998694241, -0.11736191809177399, -0.11706588417291641, -0.0003081003960687667, 0.010559321381151676, 0.07135554403066635, 0.1093946248292923, -0.08511240035295486, 0.12305879592895508, 0.08946194499731064, -0.0040607452392578125, 0.08676298707723618, 0.0013458867324516177, 0.09298685938119888, -0.07827562838792801, 0.02114562876522541, 0.058898262679576874, -0.1086936816573143, 0.0003556215378921479, 0.034917306154966354, 0.07061268389225006, -0.16833505034446716, 0.005365703254938126, -0.05566490441560745, -0.17157401144504547, -0.29851749539375305, -0.12283115833997726, -0.01943967118859291, 0.13140180706977844, 0.10833782702684402, 0.04969185218214989, -0.0994371697306633, 0.11306433379650116, 0.09838574379682541, 0.03974953666329384, -0.12053065747022629, -0.06626314669847488, -0.1839493066072464, -0.006991948001086712, -0.05205630511045456, -0.16551940143108368, 0.0796472504734993, 0.15840110182762146, 0.28550776839256287, 0.2433130294084549, 0.08943536132574081, 0.2488868534564972, 0.07252989709377289, 0.1587098091840744, 0.13331805169582367, 0.18337403237819672, 0.11474400013685226, 0.024852190166711807, 0.036102574318647385, 0.002746171783655882, -0.05220823734998703, 0.028646597638726234, 0.04817134141921997, -0.1642034947872162, 0.05718258395791054, -0.10052110254764557, 0.013074883259832859, 0.01790364645421505, 0.0872030258178711, -0.17567873001098633, 0.04727691784501076, 0.039884500205516815, 0.109090156853199, -0.08496750891208649, 0.08614577353000641, 0.12439128011465073, -0.10898438841104507, 0.05214871093630791, 0.039144184440374374, 0.05280444025993347, -0.17992684245109558, -0.06089039519429207, -0.06259030848741531, -0.08991367369890213, -0.028777195140719414, 0.10691012442111969, -0.07164808362722397, 0.22780779004096985, 0.044548291712999344, -0.03893250226974487, -0.16279307007789612, -0.06576041877269745, 0.009965845383703709, 0.025722328573465347, 0.19394908845424652, 0.06076619401574135, -0.10977869480848312, -0.11436935514211655, -0.11736811697483063, 0.009527101181447506, 0.15871383249759674, 0.027278270572423935, -0.11771244555711746, 0.0739506259560585, 0.035614583641290665, -0.082552470266819, -0.039606597274541855, -0.1295740157365799, -0.12148378789424896, -0.003267597872763872, 0.06967156380414963, -0.06677401810884476, 0.002534572035074234, 0.034725215286016464, -0.11065877974033356, 0.2012360841035843, 0.10369764268398285, -0.027122100815176964, -0.13796313107013702, -0.042594652622938156, 0.14659254252910614, -0.010803458280861378, -0.0074521456845104694, -0.008431392721831799, -0.03044814057648182, -0.1084366962313652, -0.20884723961353302, 0.09854324907064438, -0.06338576972484589, 0.0879518985748291, -0.1128225177526474, -0.003746122121810913, 0.045291442424058914, -0.013252509757876396, 0.005311279557645321, -0.021159857511520386, -0.043682217597961426, -0.07231473177671432, 0.16396774351596832, -0.007267356384545565, 0.0031733352225273848, 0.20056584477424622, 0.054570820182561874, 0.03450731560587883, 0.0780770406126976, -0.08940630406141281, 0.21282680332660675, 0.038330674171447754, -0.07030945271253586, 0.17507921159267426, 0.22912335395812988, -0.06625174731016159, -0.31805893778800964, 0.03221859410405159, -0.1424022912979126, -0.03951088711619377, -0.0622827522456646, -0.2577851712703705, 0.14767421782016754, 0.18237550556659698, -0.06303341686725616, 0.39261946082115173, -0.07941441237926483, -0.01437380351126194, 0.15369974076747894, 0.058966632932424545, 0.32859864830970764, -0.10321913659572601, -0.05288609117269516, -0.10037394613027573, -0.170876607298851, 0.2445351928472519, -0.21715712547302246, 0.028185678645968437, 0.027329104021191597, 0.09809724986553192, -0.04620927572250366, -0.06796260178089142, 0.1770355999469757, 0.10428864508867264, 0.09221414476633072, -0.029488878324627876, -0.016237754374742508, 0.1189449280500412, -0.057952456176280975, 0.12673257291316986, 0.10073857754468918, 0.006753057241439819, -0.13412518799304962, -0.008596709929406643, -0.013433395884931087, 0.03796473145484924, 0.0338653102517128, -0.10205329954624176, -0.042720548808574677, -0.0022167465649545193, -0.11459214240312576, -0.017638681456446648, 0.10074497014284134, 0.05084748938679695, -0.013862235471606255, 0.14162668585777283, -0.013027210719883442, -0.006320541258901358, 0.01227291114628315, -0.06782884150743484, -0.11708150804042816, 0.12218297272920609, -0.32486703991889954, 0.002388877561315894, 0.07886581122875214, 0.0443602129817009, 0.045430831611156464, 0.025047805160284042, -0.08207331597805023, 0.033105142414569855, 0.08875475823879242, -0.13401219248771667, 0.039877861738204956, 0.07024317234754562, -0.07642356306314468, 0.056280672550201416, 0.037818796932697296, 0.07731562107801437, 0.03407334163784981, -0.008414768613874912, -0.05792054161429405, 0.0593130849301815, -0.08268260955810547, 0.08013485372066498, 0.11220399290323257, 0.046018995344638824, -0.1959640234708786, 0.27779000997543335, 0.03829334303736687, -0.15545132756233215, 0.03355037048459053, 0.001165536930784583, -0.12117259949445724, -0.10836569219827652, -0.05900290235877037, 0.10863003879785538, 0.010744924657046795, -0.13999196887016296, 0.10911977291107178, -0.05035832151770592, -0.008095520548522472, 0.11860498040914536, 0.03993123769760132, 0.12507010996341705, 0.03294726833701134, -0.08917669951915741, -0.010330353863537312, -0.060892052948474884, -0.1112806424498558, -0.0004900278872810304, -0.04494277015328407, -0.13783040642738342, -0.03493792563676834, 0.2278537005186081, -0.04201241955161095, -0.06297331303358078, -0.08230318129062653, 0.07381967455148697, -0.15647484362125397, 0.06935691833496094, -0.06185280531644821, 0.0037128697149455547, 0.008369659073650837, 0.029905958101153374, 0.0064481510780751705, -0.008940576575696468, -0.13772247731685638, 0.09856905043125153, 0.04133369401097298, -0.0019762427546083927, -0.022695273160934448, -0.010196332819759846, 0.07340717315673828, 0.005273785907775164, 0.11635991185903549, 0.14233653247356415, -0.04546905308961868, 0.11055362224578857, -0.07499497383832932, -0.09429159015417099, 0.02481924183666706, 0.022930368781089783, 0.07909727096557617, 0.10041704028844833, -0.04888582229614258, 0.04007362201809883, 0.0037253599148243666, 0.02716062031686306, 0.024877918884158134, -0.06857951730489731, -0.028620725497603416, -0.07926549017429352, -0.03541083261370659, -0.016788188368082047, -0.05499109998345375, 0.22272075712680817, 0.020638737827539444, -0.0048280879855155945, 0.08824848383665085, 0.06308025866746902, 0.010232883505523205, -0.02311798371374607, 0.0007117618806660175, -0.1015782505273819, 0.004399503581225872, 0.07122024148702621, 0.015119567513465881, -0.08257166296243668, 0.48223406076431274, -0.11849576979875565, -0.17098717391490936, -0.04424479603767395, 0.05509696528315544, -0.24443933367729187, 0.01622767001390457, 0.28055915236473083, 0.056131958961486816, -0.02295456826686859, -0.1158648356795311, 0.02002306655049324, 0.010764074511826038, 0.17139339447021484, 0.08966214209794998, 0.05611136555671692, 0.14783774316310883, 0.018485231325030327, 0.01834360882639885, -0.06976161152124405, 0.06295137852430344, -0.020605478435754776, -0.03467126935720444, 0.03913583979010582, 0.06848771125078201, -0.16247718036174774, 0.05162834748625755, -0.00749230058863759, 0.0043198587372899055, 0.020041629672050476, -0.08271980285644531, -0.12668542563915253, -0.1792188435792923, -0.04339918866753578, -0.022072434425354004, 0.06397576630115509, -0.047583095729351044, 0.04678929224610329, 0.2752799987792969, 0.11227776110172272, 0.019642222672700882, 0.09071101993322372, -0.032750677317380905, -0.009797737002372742, 0.07910959422588348, 0.01214785035699606, -0.09437628835439682, -0.002870712662115693, -0.08037404716014862, 0.0201967041939497, -0.06081826239824295, -0.0002533388906158507, 0.020713819190859795, 0.0007329250802285969, 0.05874266102910042, -0.10049445182085037, -0.058586154133081436, -0.1083025261759758, 0.08358629792928696, -0.12042368203401566, 0.07930915802717209, 0.04538071155548096, 0.034604985266923904, 0.04666367918252945, -0.0026119740214198828, 0.019992973655462265, 0.036359697580337524, -0.06660249084234238, -0.043322645127773285, -0.12067580968141556, 0.0716494470834732, 0.03062504157423973, -0.02127073146402836, -0.002495166379958391, 0.21369077265262604, 0.2827730178833008, -0.049609120935201645, 0.03643447160720825, 0.022984618321061134, 0.018298694863915443, -0.004392171744257212, 0.17196917533874512, -0.0363602340221405, 0.03649047017097473, -0.03212224319577217, -0.08013920485973358, -0.007559920195490122, -0.08659932762384415, -0.05678785592317581, -0.013834977522492409, 0.030314309522509575, -0.05154680460691452, -0.14555369317531586, 0.1117466613650322, -0.21317808330059052, 0.0056846546940505505, 0.14493905007839203, -0.041304707527160645, -0.07257098704576492, -0.05536850541830063, 0.01667252741754055, 0.04471131041646004, -0.012835978530347347, -0.11340606957674026, -0.0010521592339500785, -0.010297809727489948, 0.00999828428030014, -0.32145386934280396, -0.11825493723154068, 0.024097589775919914, 0.0028794663958251476, 0.06356458365917206, 0.024166813120245934, 0.12206792831420898, -0.010186336934566498, 0.04605232924222946, -0.1289893090724945, 0.07072091102600098, -0.016541089862585068, 0.08793020993471146, -0.11210237443447113, 0.053865160793066025, -0.08638638257980347, -0.017233455553650856, 0.042471494525671005, -0.04787658900022507, -0.03969625011086464, 0.2838206887245178, 0.01600620709359646, -0.009963780641555786, -0.04746829345822334, -0.08426825702190399, 0.12885640561580658, 0.036206237971782684, -0.029602089896798134, -0.0059371222741901875, 0.006363425869494677, 0.08794820308685303, 0.019085785374045372, -0.20803968608379364, -0.08761709183454514, 0.00015610775153618306, -0.0929761677980423, 0.03218107298016548, 0.051523830741643906, -0.06532340496778488, 0.12019489705562592, -0.08153128623962402, 0.028618646785616875, -0.05412250757217407, 0.02571115456521511, 0.13718034327030182, 0.07338123768568039, -0.03500593453645706, 0.07704933732748032, 0.09103144705295563, -0.049789633601903915, -0.028816957026720047, -0.11879103630781174 ]
c4b9cfb7b8432a612cad4f6f9c8916d65e44f875
# Dataset Card for "processed_wiki_dataset2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ChaewonKim/processed_wiki_dataset2
[ "region:us" ]
2023-03-20T14:49:59+00:00
{"dataset_info": {"features": [{"name": "input_ids", "sequence": "int32"}, {"name": "special_tokens_mask", "sequence": "int8"}, {"name": "attention_mask", "sequence": "int8"}], "splits": [{"name": "train", "num_bytes": 53371704.0, "num_examples": 17306}], "download_size": 16313184, "dataset_size": 53371704.0}}
2023-03-20T18:13:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "processed_wiki_dataset2" More Information needed
[ "# Dataset Card for \"processed_wiki_dataset2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"processed_wiki_dataset2\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"processed_wiki_dataset2\"\n\nMore Information needed" ]
[ -0.07686907798051834, 0.2188875377178192, -0.0011252204421907663, 0.01930217444896698, -0.0005813156021758914, 0.10629508644342422, 0.13930192589759827, 0.115288145840168, 0.17719198763370514, -0.06900676339864731, 0.14302341639995575, 0.015078815631568432, 0.09553074836730957, 0.25008583068847656, -0.052221477031707764, -0.07122230529785156, 0.06884394586086273, 0.009706852957606316, -0.04170724004507065, 0.04245036467909813, 0.023090746253728867, -0.04189452528953552, 0.06111615151166916, -0.07440084964036942, -0.23366089165210724, 0.03664300590753555, 0.004498555324971676, -0.05828189477324486, 0.060073189437389374, -0.06365036219358444, 0.14898215234279633, 0.03184511512517929, 0.04326954111456871, -0.17664718627929688, 0.013116621412336826, 0.01645113155245781, -0.019802918657660484, 0.037136442959308624, 0.06085867062211037, -0.011240897700190544, -0.07618556916713715, -0.010974541306495667, -0.025362078100442886, -0.004676593001931906, -0.08998763561248779, -0.2143699675798416, -0.12115730345249176, -0.015330350026488304, -0.02418305166065693, -0.07687325030565262, 0.07158495485782623, 0.06110085919499397, -0.1039811372756958, 0.04541565105319023, -0.02232266403734684, -0.05851397663354874, 0.04340076074004173, 0.05345761775970459, -0.06954538077116013, 0.08250759541988373, -0.011841381900012493, 0.06229976937174797, 0.07516667991876602, -0.023282259702682495, -0.06243743374943733, -0.03103574924170971, -0.23901470005512238, 0.06555149704217911, -0.004245008807629347, -0.07908211648464203, 0.36860063672065735, 0.020425651222467422, -0.014829837717115879, 0.007448341231793165, -0.04640566557645798, -0.03841770812869072, 0.0657116025686264, 0.055832378566265106, -0.0028232005424797535, 0.025089582428336143, 0.009169538505375385, -0.06234041228890419, -0.10695656388998032, -0.123671755194664, -0.12727418541908264, 0.1931707113981247, -0.02906183898448944, 0.2233932912349701, -0.19296741485595703, 0.022879501804709435, -0.04350829869508743, -0.04038131609559059, -0.02802724950015545, -0.10303669422864914, -0.021556368097662926, -0.00016519373457413167, 0.004298489075154066, 0.07491029798984528, 0.1059756949543953, 0.0027031025383621454, 0.013584247790277004, -0.015314579010009766, -0.049686726182699203, 0.10289619863033295, 0.22883370518684387, -0.15090708434581757, -0.0368252731859684, 0.022376680746674538, 0.023026475682854652, -0.14923016726970673, -0.06263598799705505, -0.09315875917673111, -0.08544660359621048, -0.004028621595352888, -0.1101306825876236, 0.08002157509326935, -0.015051250346004963, -0.09446197003126144, -0.07606878131628036, -0.04367467388510704, 0.18433870375156403, -0.10379856824874878, -0.019747911021113396, 0.040924202650785446, -0.09467814862728119, 0.148152157664299, -0.024204522371292114, -0.007662943564355373, 0.026519030332565308, 0.02846423164010048, -0.07099205255508423, -0.01843264326453209, -0.0011124972952529788, -0.006597601808607578, 0.10993342846632004, -0.18882809579372406, 0.07994478195905685, -0.06579407304525375, -0.2847100794315338, 0.03729759529232979, 0.09110566228628159, 0.01470191776752472, 0.13404038548469543, 0.059592921286821365, 0.07888035476207733, 0.04289652779698372, -0.06832931935787201, 0.05422525852918625, -0.06618741899728775, 0.05825025960803032, -0.13894009590148926, 0.09009449928998947, -0.2886895537376404, 0.016731733456254005, -0.10911305993795395, 0.04713061824440956, 0.006491083186119795, -0.011300606653094292, -0.12029623985290527, 0.044289253652095795, -0.10196646302938461, 0.032318778336048126, -0.1072353646159172, 0.00515634985640645, -0.018598569557070732, 0.09836634248495102, -0.21460430324077606, 0.0073221283964812756, 0.16338154673576355, -0.133257195353508, -0.14485660195350647, 0.03510577604174614, -0.0342954657971859, 0.11296713352203369, -0.002786176512017846, 0.3390621840953827, 0.004683096427470446, -0.07783488184213638, 0.011059531010687351, 0.16520865261554718, -0.07285379618406296, -0.1578734815120697, 0.08054649829864502, -0.044880714267492294, -0.061193592846393585, -0.01099714357405901, 0.0922447070479393, -0.005122512578964233, -0.043068014085292816, -0.0970272421836853, -0.02493283525109291, -0.15233109891414642, 0.08051138371229172, -0.05118366703391075, 0.003721249522641301, -0.01538811158388853, 0.09402624517679214, 0.010535418055951595, 0.13140535354614258, -0.014690571464598179, 0.0157668124884367, -0.020980503410100937, 0.006769987754523754, -0.12666766345500946, -0.008052910678088665, -0.11168096959590912, -0.10249779373407364, 0.03788161277770996, -0.03162682428956032, -0.02009304240345955, 0.001960648689419031, 0.06267045438289642, -0.025891218334436417, 0.027052178978919983, 0.03665337711572647, 0.014144250191748142, 0.07025782018899918, -0.002897462574765086, -0.05498603731393814, -0.013848282396793365, -0.08031303435564041, -0.02765147015452385, -0.03751799836754799, -0.07059808075428009, 0.2090299278497696, 0.040629301220178604, 0.05434995889663696, -0.053456325083971024, 0.0539228580892086, -0.05024534463882446, -0.01744932122528553, -0.04921618476510048, 0.010545485652983189, -0.02681010775268078, 0.0022281059063971043, 0.09843273460865021, 0.029596854001283646, 0.13950075209140778, 0.13352824747562408, 0.043940477073192596, 0.042005036026239395, -0.02001381106674671, 0.031993523240089417, -0.04844367876648903, -0.0744093582034111, 0.02326388657093048, -0.13624313473701477, -0.02666417323052883, -0.02226066216826439, -0.06832970678806305, 0.0399075448513031, 0.05070272460579872, -0.03808138519525528, -0.08736822754144669, -0.03541041538119316, 0.13044025003910065, -0.30531349778175354, 0.14432427287101746, 0.24321141839027405, 0.10630675405263901, 0.19963465631008148, -0.028418224304914474, -0.12149392068386078, -0.00711992708966136, -0.045744478702545166, -0.06846075505018234, 0.20791271328926086, -0.03380812332034111, 0.0047739590518176556, 0.09610174596309662, 0.02237292192876339, 0.08390075713396072, -0.10826539993286133, -0.08990532904863358, -0.01994173415005207, -0.04009480029344559, -0.10577166080474854, 0.018909236416220665, -0.03507225215435028, 0.08420940488576889, 0.040864162147045135, 0.04119902849197388, 0.12011141330003738, -0.038280826061964035, -0.03296331688761711, 0.09970229119062424, -0.16362415254116058, -0.19508351385593414, -0.043673958629369736, -0.11532620340585709, 0.04810919240117073, -0.003877062816172838, -0.050776030868291855, -0.11011096090078354, -0.03797224536538124, 0.06171726435422897, -0.11078763008117676, -0.18047060072422028, -0.022071773186326027, 0.03958725929260254, 0.018637338653206825, -0.10199050605297089, -0.1058187484741211, 0.00914099533110857, 0.021788103505969048, 0.08193252980709076, 0.10382449626922607, -0.08784539997577667, 0.12395032495260239, 0.08296505361795425, -0.005061696749180555, 0.0663309246301651, 0.0052365404553711414, 0.06513702124357224, -0.07668288052082062, 0.023223118856549263, 0.08584241569042206, -0.13718938827514648, 0.010223465971648693, 0.02870899625122547, 0.05451285094022751, -0.15476581454277039, 0.0008423392428085208, -0.07167331129312515, -0.17286811769008636, -0.30798062682151794, -0.11881712824106216, -0.026534100994467735, 0.125128835439682, 0.09721548855304718, 0.03830833360552788, -0.11840659379959106, 0.10509498417377472, 0.07494119554758072, 0.041788965463638306, -0.11136702448129654, -0.06753407418727875, -0.21461136639118195, -0.005789085756987333, -0.05603792145848274, -0.15912795066833496, 0.08149538189172745, 0.17788968980312347, 0.2974555194377899, 0.21419154107570648, 0.09037584066390991, 0.21671928465366364, 0.057217564433813095, 0.18153564631938934, 0.13089250028133392, 0.17579664289951324, 0.11412162333726883, 0.03889927640557289, 0.02861248515546322, 0.0033335608895868063, -0.06778819113969803, 0.057864632457494736, 0.07604094594717026, -0.1648315042257309, 0.0690276101231575, -0.10262206941843033, 0.02155776135623455, 0.016069114208221436, 0.09781757742166519, -0.17388710379600525, 0.04544832929968834, 0.06881057471036911, 0.12306863814592361, -0.0825977772474289, 0.0724085122346878, 0.1605885922908783, -0.11832927167415619, 0.06338714808225632, 0.03811531141400337, 0.042492400854825974, -0.17276547849178314, -0.06749504804611206, -0.06917456537485123, -0.1148703470826149, -0.0013236161321401596, 0.11503266543149948, -0.057637929916381836, 0.21261291205883026, 0.044161830097436905, -0.05202183872461319, -0.1562403440475464, -0.05925464257597923, 0.00840027816593647, 0.0047246539033949375, 0.1955612152814865, 0.07362727075815201, -0.12569884955883026, -0.08916143327951431, -0.11995726823806763, 0.014613441191613674, 0.16333487629890442, 0.004136564675718546, -0.12556304037570953, 0.07379131019115448, 0.029889585450291634, -0.07454703003168106, -0.057701073586940765, -0.11669979244470596, -0.11371030658483505, 0.014272543601691723, 0.048827458173036575, -0.08042605221271515, -0.00593393063172698, 0.030489739030599594, -0.07191942632198334, 0.24641773104667664, 0.06253889203071594, -0.03018331713974476, -0.13260507583618164, -0.05406082421541214, 0.14303834736347198, -0.01522846333682537, -0.0018226573010906577, 0.0137155307456851, 0.008261981420218945, -0.10518883913755417, -0.21081574261188507, 0.11119002103805542, -0.06305093318223953, 0.06302834302186966, -0.11870301514863968, 0.011282259598374367, 0.0518566370010376, -0.0014395806938409805, 0.016156820580363274, -0.01602238230407238, -0.026258310303092003, -0.06883858144283295, 0.16312864422798157, 0.016681615263223648, 0.01992340199649334, 0.18603958189487457, 0.0725620836019516, 0.05822637304663658, 0.08305221050977707, -0.09296775609254837, 0.21821781992912292, 0.03818857669830322, -0.07944642752408981, 0.1998421847820282, 0.22291971743106842, -0.06711052358150482, -0.3282969892024994, 0.013170857913792133, -0.13861732184886932, -0.025032000616192818, -0.03537864610552788, -0.23972150683403015, 0.11727908998727798, 0.1713249832391739, -0.07872777432203293, 0.3314535915851593, -0.0886545404791832, -0.021181462332606316, 0.12232077121734619, 0.06312824785709381, 0.2948014438152313, -0.08664846420288086, -0.0575481541454792, -0.11892237514257431, -0.1867891103029251, 0.2677869200706482, -0.2657412886619568, 0.004781351424753666, 0.02603364922106266, 0.09970033168792725, -0.042730119079351425, -0.06103253364562988, 0.19320453703403473, 0.07304162532091141, 0.0719989538192749, -0.03741171211004257, -0.024701610207557678, 0.12517866492271423, -0.06607457250356674, 0.09952040761709213, 0.10074230283498764, 0.015086186118423939, -0.13658346235752106, -0.003813998308032751, -0.0006300450186245143, 0.029459694400429726, 0.03173735737800598, -0.10978242009878159, -0.053066570311784744, -0.0027978853322565556, -0.10619090497493744, -0.00855905283242464, 0.0831897109746933, 0.0719788447022438, -0.0339275524020195, 0.15353962779045105, 0.005618755239993334, 0.03336333855986595, 0.03462126851081848, -0.06721313297748566, -0.11298402398824692, 0.12138275057077408, -0.3364392817020416, 0.019460393115878105, 0.08079736679792404, 0.041148245334625244, 0.028404688462615013, 0.015437737107276917, -0.093708835542202, 0.038622938096523285, 0.09476661682128906, -0.151931032538414, 0.041607875376939774, 0.0703267976641655, -0.04554075747728348, 0.04289807006716728, 0.027973029762506485, 0.09090419858694077, 0.029200950637459755, -0.017966795712709427, -0.057151224464178085, 0.07153929769992828, -0.10517413169145584, 0.08133911341428757, 0.11150451749563217, 0.03391784429550171, -0.18381847441196442, 0.27127742767333984, 0.03388550132513046, -0.13880500197410583, 0.02885754406452179, -0.012077410705387592, -0.1117650642991066, -0.10105230659246445, -0.0422537624835968, 0.05627458542585373, 0.008823081851005554, -0.15812444686889648, 0.11368145048618317, -0.04428745061159134, -0.025138264521956444, 0.08504092693328857, 0.04416850954294205, 0.13561181724071503, 0.03548865765333176, -0.08689945191144943, 0.005604300182312727, -0.07034038752317429, -0.10026705265045166, -0.004212640225887299, -0.04382220655679703, -0.11757409572601318, -0.037992481142282486, 0.22712863981723785, -0.045306529849767685, -0.04011860489845276, -0.0777125135064125, 0.07646603137254715, -0.1574821025133133, 0.0633130893111229, -0.04814175143837929, 0.0062134526669979095, -0.009969781152904034, 0.008888306096196175, -0.0038154220674186945, -0.00893270131200552, -0.13804297149181366, 0.09691061079502106, 0.014493086375296116, -0.009120498783886433, -0.028047678992152214, -0.01860087923705578, 0.10071902722120285, 0.00376303493976593, 0.11569695174694061, 0.1478879749774933, -0.020671026781201363, 0.12360294908285141, -0.06631708145141602, -0.1044304370880127, 0.028598332777619362, 0.04224356263875961, 0.07678893953561783, 0.09675592184066772, -0.04898558184504509, 0.051932692527770996, -0.0012994663557037711, 0.026006285101175308, 0.04860702157020569, -0.057564906775951385, -0.03527369350194931, -0.10040489584207535, -0.04886716976761818, -0.018963022157549858, -0.05744289234280586, 0.21576271951198578, 0.04269658774137497, -0.011970211751759052, 0.09795259684324265, 0.06141764670610428, 0.01225725095719099, -0.014569616876542568, -0.005074671935290098, -0.09740366041660309, 0.00005687799784936942, 0.0778135135769844, 0.009168745018541813, -0.07836348563432693, 0.47514984011650085, -0.13064193725585938, -0.15805546939373016, -0.04135223478078842, 0.03078007698059082, -0.21910080313682556, 0.024857234209775925, 0.26411008834838867, 0.05161690711975098, -0.019942838698625565, -0.11535972356796265, 0.009225593879818916, 0.010236764326691628, 0.14524827897548676, 0.0993679091334343, 0.05380632355809212, 0.1534791737794876, 0.023803796619176865, 0.030723441392183304, -0.056435879319906235, 0.02472233586013317, -0.03322864696383476, -0.04365134239196777, 0.017954960465431213, 0.07092761993408203, -0.1413247287273407, 0.06903337687253952, -0.03724556788802147, -0.005959991831332445, 0.019961610436439514, -0.0879945382475853, -0.13709773123264313, -0.1625874787569046, -0.05871766805648804, -0.011133856140077114, 0.050156451761722565, -0.04078684002161026, 0.04623524472117424, 0.2639477252960205, 0.08987510204315186, 0.008011034689843655, 0.0660785511136055, -0.045623864978551865, -0.015541951172053814, 0.0627552792429924, 0.015822293236851692, -0.08168283849954605, 0.03597176820039749, -0.1038161888718605, 0.021096529439091682, -0.0264857430011034, 0.016288258135318756, 0.01440360490232706, 0.006886771414428949, 0.04937141388654709, -0.08686558902263641, -0.05905589088797569, -0.1182214543223381, 0.07666485756635666, -0.1061858981847763, 0.04313435032963753, 0.06100721284747124, 0.04329247027635574, 0.05307823419570923, -0.002303077606484294, -0.005190588068217039, 0.03969736769795418, -0.059689607471227646, -0.04240832105278969, -0.11792584508657455, 0.08271165192127228, 0.0451696515083313, -0.028627965599298477, -0.023186838254332542, 0.19918151199817657, 0.2722076177597046, -0.07108907401561737, 0.04083017259836197, 0.022360580042004585, 0.0250261090695858, -0.0018114729318767786, 0.1676131933927536, -0.033276449888944626, 0.04059166833758354, -0.0245945043861866, -0.09410374611616135, 0.0018246386898681521, -0.08289462327957153, -0.04431913420557976, 0.014335266314446926, 0.0005654370179399848, -0.04835476726293564, -0.13638994097709656, 0.11964898556470871, -0.1849438101053238, -0.013621492311358452, 0.12856382131576538, -0.05653783306479454, -0.08016359806060791, -0.02014453336596489, 0.03072330914437771, 0.03288838639855385, -0.01047559268772602, -0.11703057587146759, -0.0012636546744033694, -0.009938225150108337, 0.02899966575205326, -0.3328738212585449, -0.08225356042385101, 0.03582075983285904, -0.008248276077210903, 0.07316459715366364, 0.02873666025698185, 0.14932192862033844, -0.014579428359866142, 0.045992035418748856, -0.12395216524600983, 0.05626343935728073, -0.004019564483314753, 0.07144037634134293, -0.10589263588190079, 0.07111271470785141, -0.10243594646453857, -0.029073864221572876, 0.06878494471311569, -0.03370565548539162, -0.05442027375102043, 0.26231667399406433, 0.022126788273453712, -0.014327183365821838, -0.047672610729932785, -0.09895064681768417, 0.12600882351398468, 0.020476115867495537, -0.04137604683637619, -0.010111368261277676, 0.012867779470980167, 0.08756904304027557, 0.005734527017921209, -0.18567712604999542, -0.06983887404203415, 0.010551742278039455, -0.10456156730651855, 0.012967591173946857, 0.06815066188573837, -0.03933621570467949, 0.11125210672616959, -0.08397363871335983, 0.02395862527191639, -0.053426485508680344, 0.042232878506183624, 0.12206100672483444, 0.03851413354277611, -0.03423163667321205, 0.046226371079683304, 0.07997485250234604, -0.054704468697309494, -0.02220936492085457, -0.12365281581878662 ]
0b74515832f677ca01be3d30206308f792c719f3
# Dataset Card for "speeches-congre-clean" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Sleoruiz/speeches-congre-clean
[ "region:us" ]
2023-03-20T15:06:15+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "gaceta_numero", "dtype": "string"}, {"name": "fecha_gaceta", "dtype": "string"}, {"name": "comision", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 181043757, "num_examples": 94501}], "download_size": 92680557, "dataset_size": 181043757}}
2023-03-20T15:08:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for "speeches-congre-clean" More Information needed
[ "# Dataset Card for \"speeches-congre-clean\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"speeches-congre-clean\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"speeches-congre-clean\"\n\nMore Information needed" ]
[ -0.11216393113136292, 0.19703419506549835, -0.005277338903397322, -0.04919791221618652, 0.04459110274910927, 0.062372878193855286, 0.06453751027584076, 0.09377904236316681, 0.12051168829202652, 0.002870607655495405, 0.07541061192750931, 0.06916414201259613, 0.0521293506026268, 0.2610795497894287, -0.08229300379753113, -0.0358172282576561, 0.09080328047275543, 0.04790648818016052, 0.050142765045166016, 0.03659664839506149, 0.017440496012568474, -0.07657518237829208, 0.024231400340795517, -0.12812314927577972, -0.15129338204860687, 0.024620620533823967, -0.01049933210015297, -0.06693063676357269, 0.11038870364427567, -0.07409628480672836, 0.1768469363451004, 0.050631605088710785, -0.05727028846740723, -0.1313406229019165, 0.03240492194890976, -0.0111513277515769, -0.03601452708244324, 0.05539964139461517, -0.03599721938371658, -0.04958680644631386, -0.052711378782987595, 0.007107350509613752, 0.031927671283483505, 0.03805512934923172, -0.0793304368853569, -0.1953902244567871, -0.09225087612867355, -0.07734451442956924, 0.021097050979733467, -0.011653953231871128, 0.021989403292536736, 0.09953485429286957, -0.13901740312576294, 0.03765491396188736, 0.024916118010878563, -0.0274510458111763, 0.06511887907981873, 0.12011989206075668, -0.040513910353183746, 0.05415220931172371, -0.018765486776828766, 0.09935826063156128, 0.05164440721273422, -0.012995749711990356, -0.07540024816989899, -0.002343641361221671, -0.09837668389081955, 0.11041713505983353, 0.013201285153627396, -0.06800583004951477, 0.2276982218027115, -0.008415051735937595, -0.0003122478083241731, -0.07425159215927124, -0.06840907782316208, -0.06425251066684723, -0.005763402674347162, 0.043118953704833984, -0.019027352333068848, 0.03364337235689163, -0.025619305670261383, -0.07685475796461105, -0.08707069605588913, -0.13602131605148315, -0.1455005705356598, 0.10759847611188889, -0.026645831763744354, 0.09030614793300629, -0.11466102302074432, 0.012599669396877289, 0.0007823767373338342, -0.03696209937334061, -0.05784071609377861, -0.0762568935751915, -0.013992052525281906, -0.0055002435110509396, 0.011353743262588978, -0.02400638721883297, 0.12556561827659607, 0.08996006846427917, 0.07843491435050964, 0.03323742747306824, -0.10152198374271393, 0.0541154183447361, 0.14425405859947205, -0.09633535146713257, 0.1012328565120697, 0.02892773225903511, -0.024500325322151184, -0.1185951754450798, 0.03534051403403282, -0.0996975302696228, -0.0726013109087944, 0.03892917558550835, -0.08553092926740646, 0.17512784898281097, -0.039224427193403244, -0.12310133874416351, -0.05343952775001526, -0.02901105023920536, 0.1801784187555313, -0.13854514062404633, 0.005950441583991051, 0.028033262118697166, 0.024442005902528763, 0.0073167020455002785, -0.07720378041267395, -0.030071353539824486, 0.031155770644545555, 0.009802685119211674, -0.04237814247608185, -0.06104264408349991, -0.04971359670162201, -0.03005990758538246, 0.047562647610902786, -0.2212323099374771, 0.06321012228727341, -0.10327467322349548, -0.2464226484298706, 0.06962735205888748, 0.025564732030034065, -0.03714429959654808, 0.13034944236278534, -0.0030164981726557016, 0.09110570698976517, -0.011131379753351212, -0.059242140501737595, 0.03155629336833954, -0.08888277411460876, 0.0751921683549881, -0.04343916475772858, 0.06991024315357208, -0.243637353181839, 0.05323224514722824, -0.0923381969332695, 0.007436621934175491, -0.051100343465805054, 0.005767605267465115, -0.1214655339717865, 0.10274069011211395, -0.06154043227434158, 0.030411088839173317, -0.1303177922964096, 0.04233529791235924, -0.04885271564126015, 0.07747554033994675, -0.20454804599285126, -0.06676317751407623, 0.18877440690994263, -0.16311345994472504, -0.11208190023899078, 0.06121981516480446, 0.005488317459821701, 0.11192654073238373, 0.07512020319700241, 0.3185129463672638, 0.0343782939016819, -0.1304394006729126, 0.0017765004886314273, 0.122432641685009, -0.1141500174999237, -0.2511429488658905, 0.035636935383081436, -0.12254852801561356, -0.06258586049079895, 0.05232497677206993, 0.1536601334810257, 0.03732140362262726, -0.03450809791684151, -0.08622919023036957, -0.03821532055735588, -0.12720607221126556, 0.05803505703806877, -0.0036359280347824097, 0.012307493947446346, -0.04862694814801216, 0.11276975274085999, -0.001254071481525898, 0.11995388567447662, -0.06339092552661896, -0.007896626368165016, -0.1188976988196373, 0.16926002502441406, -0.016815822571516037, -0.014598679728806019, -0.12541887164115906, -0.0938892588019371, 0.004288121126592159, -0.036356206983327866, -0.0371377058327198, -0.0012576199369505048, 0.061963871121406555, -0.009748468175530434, -0.006264616269618273, 0.03585686907172203, 0.10095382481813431, 0.062447041273117065, 0.07538176327943802, 0.001944235642440617, 0.03873565420508385, -0.09905816614627838, 0.028513479977846146, -0.05284865200519562, -0.01709265261888504, 0.12943662703037262, 0.07334928959608078, 0.03637459874153137, -0.034742046147584915, 0.05085153505206108, 0.011955526657402515, -0.004015715327113867, -0.042580604553222656, 0.019925646483898163, -0.015179352834820747, -0.005583758931607008, -0.005659819580614567, -0.05887356400489807, 0.16188973188400269, 0.14888747036457062, 0.02521480992436409, 0.048807330429553986, -0.012906217947602272, 0.012571780942380428, 0.0032088032457977533, -0.12558431923389435, -0.015107021667063236, -0.07956439256668091, -0.0009781409753486514, 0.027973391115665436, -0.02507506124675274, 0.057735927402973175, 0.02003520168364048, 0.02687739208340645, -0.11317282915115356, 0.007972214370965958, 0.17084437608718872, -0.22120511531829834, 0.11333748698234558, 0.17153888940811157, 0.08530238270759583, 0.22055362164974213, -0.06889600306749344, -0.10184409469366074, 0.017387844622135162, 0.028951678425073624, -0.06272392719984055, 0.2381308674812317, -0.11203859746456146, -0.010649742558598518, 0.08565261214971542, -0.03833805024623871, 0.1252058744430542, -0.06801584362983704, -0.08358550816774368, -0.024700893089175224, -0.05588999018073082, -0.12719343602657318, 0.0590408518910408, -0.009530480951070786, 0.03362921625375748, -0.049288906157016754, -0.08216746151447296, 0.13946762681007385, 0.017019862309098244, -0.015104186721146107, 0.08666443079710007, -0.13734278082847595, -0.304329514503479, -0.059679411351680756, -0.12253019958734512, 0.09638644754886627, 0.030077671632170677, -0.013180198147892952, -0.11041615158319473, -0.07374277710914612, 0.0037428366485983133, -0.07583488523960114, -0.058368612080812454, -0.03745005279779434, -0.0004045773239340633, 0.03170814737677574, -0.06965503841638565, -0.1303229033946991, 0.01615259237587452, 0.0024848750326782465, 0.1164422258734703, 0.11553869396448135, -0.1262657195329666, 0.13741092383861542, 0.13536150753498077, 0.0004760049923788756, 0.06749781221151352, -0.0462166927754879, 0.03806447237730026, -0.08833487331867218, -0.024220027029514313, 0.09394527226686478, -0.000004976987838745117, -0.004573652520775795, 0.10772430151700974, 0.030157679691910744, -0.10017959028482437, -0.005545957945287228, -0.04338356852531433, -0.16994726657867432, -0.20351943373680115, -0.16968391835689545, -0.053541891276836395, 0.11126212775707245, 0.04592924192547798, 0.09175529330968857, 0.055223822593688965, 0.028839116916060448, 0.059276070445775986, -0.18773645162582397, -0.07734859734773636, -0.020595788955688477, 0.005081127397716045, -0.06927872449159622, 0.013688110746443272, -0.15811683237552643, -0.011067358776926994, 0.15108995139598846, 0.15267933905124664, 0.19639235734939575, 0.15106214582920074, 0.23536773025989532, 0.017870567739009857, 0.11452944576740265, 0.15205301344394684, 0.15711604058742523, 0.07859619706869125, -0.012811134569346905, 0.0017375275492668152, 0.031453460454940796, -0.053148794919252396, -0.01369033008813858, 0.16512414813041687, -0.18281127512454987, 0.05902275815606117, -0.14470264315605164, 0.05171562731266022, -0.07881003618240356, 0.10147783160209656, -0.14093905687332153, 0.047293614596128464, 0.04135344177484512, 0.08917967975139618, -0.10515628755092621, 0.05901243910193443, 0.11018180847167969, -0.00762169947847724, 0.022043801844120026, 0.04482480511069298, 0.04647844284772873, -0.04571576416492462, -0.026030169799923897, -0.10119806230068207, -0.11244604736566544, -0.0036753416061401367, 0.09694487601518631, -0.16218307614326477, 0.17104655504226685, 0.04348472133278847, 0.0032797311432659626, -0.0812307819724083, -0.07231232523918152, -0.03236457705497742, -0.0023711216636002064, 0.109908826649189, 0.005235995631664991, -0.211314395070076, -0.16066771745681763, -0.10857576131820679, 0.020149115473031998, 0.09197869151830673, 0.05167263001203537, -0.11150680482387543, 0.05066661909222603, -0.0036934351082891226, -0.01768086850643158, -0.15080896019935608, -0.0682859718799591, -0.10874741524457932, 0.02116619423031807, 0.11259376257658005, -0.0263457503169775, 0.005405208561569452, 0.00023011195298749954, -0.06148235499858856, 0.11400074511766434, -0.012366504408419132, -0.05039214715361595, -0.11499062925577164, -0.07594951242208481, 0.12792803347110748, 0.015286408364772797, 0.07567353546619415, 0.03808141127228737, 0.02570941112935543, -0.0685427337884903, -0.14865648746490479, 0.0823870375752449, -0.035659708082675934, 0.10405793786048889, -0.05028463527560234, 0.10513366013765335, -0.028106676414608955, 0.03550548851490021, 0.022327518090605736, -0.01034371368587017, -0.031994353979825974, -0.07570572197437286, 0.11985228210687637, -0.0472990982234478, 0.037668440490961075, 0.18400219082832336, -0.04686642810702324, -0.07959101349115372, 0.047570161521434784, -0.07991065084934235, 0.27478906512260437, 0.10521745681762695, -0.03889603912830353, 0.2212456613779068, 0.18846014142036438, -0.029260097071528435, -0.2577893137931824, -0.07586883753538132, -0.2230101227760315, 0.03672584146261215, -0.021142391487956047, -0.2902870774269104, 0.07192119210958481, 0.13915230333805084, -0.05199131369590759, 0.2550859749317169, -0.07384619861841202, -0.04393560439348221, 0.2777681052684784, 0.026140471920371056, 0.37814757227897644, -0.07467880845069885, -0.061249468475580215, -0.06912887841463089, -0.07806305587291718, 0.20318517088890076, -0.2037176936864853, 0.026096420362591743, 0.054078035056591034, 0.07670597732067108, -0.03503585606813431, -0.0729173794388771, 0.16655471920967102, 0.05919978395104408, 0.06904274970293045, -0.028629466891288757, -0.06040577590465546, 0.10294092446565628, -0.017220227047801018, 0.07485317438840866, 0.022929823026061058, -0.005296383518725634, -0.0890236347913742, -0.027538131922483444, 0.012983737513422966, 0.03649516776204109, 0.05580327287316322, -0.04488120973110199, -0.04634936898946762, -0.022252563387155533, -0.10272151231765747, -0.022885100916028023, 0.17228803038597107, -0.034454960376024246, 0.028932888060808182, 0.05994156375527382, -0.006688676308840513, -0.18595579266548157, 0.004002468194812536, -0.052855029702186584, -0.10931051522493362, 0.06221158802509308, -0.10497787594795227, 0.06117675453424454, 0.055503591895103455, 0.042517222464084625, 0.08851222693920135, 0.03506581112742424, -0.027559403330087662, 0.03966823220252991, 0.09938523173332214, -0.1124020665884018, 0.02540433034300804, 0.08715581893920898, -0.03747166320681572, 0.024038566276431084, 0.07986553758382797, 0.047337278723716736, 0.10511229187250137, 0.019992496818304062, -0.019887663424015045, 0.02908182516694069, -0.05840500071644783, 0.08349137753248215, 0.08390220254659653, 0.03836659714579582, -0.17319905757904053, 0.12555460631847382, 0.010854190215468407, -0.14130404591560364, 0.015508846379816532, -0.0841825008392334, -0.11211023479700089, -0.09819883853197098, -0.10487781465053558, 0.14820510149002075, 0.020518716424703598, -0.14898476004600525, -0.043304577469825745, -0.07611953467130661, 0.025667596608400345, 0.1840369552373886, 0.06168513000011444, 0.1204264685511589, 0.0018488970817998052, -0.0315539687871933, -0.026423249393701553, -0.0553845651447773, -0.12244691699743271, -0.0013055662857368588, -0.024826491251587868, -0.09756224602460861, -0.010055157355964184, 0.09544841200113297, -0.08289677649736404, -0.08732464909553528, -0.048543527722358704, 0.09484045952558517, -0.12106919288635254, 0.04718952253460884, -0.03511951118707657, -0.021738950163125992, 0.00020199295249767601, 0.034481897950172424, 0.020078416913747787, -0.02689804881811142, -0.10418664664030075, 0.1332671344280243, 0.07112027704715729, 0.009773453697562218, -0.05588299781084061, 0.04516677185893059, 0.050128065049648285, 0.019144343212246895, 0.09088937938213348, 0.13975460827350616, 0.005962016060948372, 0.11136374622583389, -0.034998539835214615, -0.1634213775396347, 0.08632252365350723, 0.04988633841276169, 0.02551775425672531, 0.022450128570199013, -0.04751737415790558, 0.10644856095314026, -0.05735553801059723, 0.05659396946430206, -0.012351810932159424, -0.0650886744260788, 0.04518352821469307, -0.11418260633945465, -0.08955209702253342, 0.003616295987740159, -0.06108812615275383, 0.13204388320446014, 0.051562827080488205, 0.014719272032380104, 0.05515657365322113, -0.014739769510924816, 0.018700992688536644, -0.006906125228852034, -0.04616428539156914, -0.09629350155591965, -0.0456201396882534, 0.06498579680919647, 0.023625805974006653, -0.04761534556746483, 0.41578781604766846, -0.07320626825094223, -0.1632339209318161, -0.008179866708815098, 0.05466775223612785, -0.06101138889789581, 0.019211139529943466, 0.3984169065952301, 0.12103535979986191, 0.004154538735747337, 0.02585531957447529, 0.013384492136538029, 0.02480933628976345, 0.14991395175457, 0.07769645005464554, 0.14466653764247894, 0.09985989332199097, 0.018259145319461823, -0.018005026504397392, -0.12279362231492996, 0.03983929753303528, 0.051861077547073364, -0.039975494146347046, 0.016203945502638817, 0.08193212002515793, -0.005448903422802687, 0.053644485771656036, -0.0311445165425539, 0.027133403345942497, 0.03166455402970314, -0.07441633939743042, -0.1065763384103775, -0.08507927507162094, -0.05131479725241661, -0.032430801540613174, 0.05658557638525963, -0.015859408304095268, -0.061696991324424744, 0.2663958668708801, 0.05236414074897766, 0.030660735443234444, 0.0916634127497673, -0.05881015583872795, 0.03592582046985626, 0.050623368471860886, -0.020768599584698677, -0.056352466344833374, -0.06957870721817017, -0.10901569575071335, 0.026669366285204887, 0.047687236219644547, 0.011617380194365978, -0.009701155126094818, 0.06968782842159271, 0.029780153185129166, -0.1501753181219101, -0.03819645941257477, -0.09440724551677704, 0.10993663966655731, -0.12399038672447205, 0.01953204721212387, 0.039296433329582214, 0.01174560934305191, 0.06732448935508728, 0.08181843161582947, 0.015744531527161598, -0.07138251513242722, -0.04129628837108612, 0.008647018112242222, 0.017304105684161186, 0.07572580128908157, 0.017789315432310104, -0.06506125628948212, -0.040898002684116364, 0.13117608428001404, 0.2748991549015045, -0.028900064527988434, 0.035947397351264954, 0.019165916368365288, 0.044664185494184494, 0.030198145657777786, 0.08737896382808685, 0.026696570217609406, 0.10807641595602036, -0.0038824330549687147, -0.12197400629520416, -0.004253075923770666, -0.0989295095205307, -0.09747312217950821, 0.027179263532161713, 0.014510144479572773, -0.06267523020505905, -0.10405848175287247, 0.1065618097782135, -0.16605333983898163, 0.10921139270067215, 0.024671776220202446, -0.12606696784496307, -0.060613714158535004, -0.010368937626481056, 0.11012963950634003, 0.006027829367667437, -0.044393811374902725, -0.10245305299758911, -0.0031241877004504204, 0.01506839133799076, -0.03284120559692383, -0.29154932498931885, -0.12042417377233505, 0.04626821354031563, -0.010808808729052544, 0.0629943311214447, 0.0122860511764884, 0.07843658328056335, 0.03746955469250679, 0.014530916698276997, -0.05610382929444313, 0.13604435324668884, 0.0012408695183694363, 0.0021251454018056393, -0.01337578147649765, 0.02214721217751503, -0.08462800085544586, 0.06436776369810104, 0.047744669020175934, -0.07470520585775375, -0.029181059449911118, 0.052467815577983856, -0.0629657581448555, 0.01611541584134102, -0.019470220431685448, -0.08147099614143372, 0.11058551073074341, -0.006979560479521751, 0.00011756450840039179, 0.003147150855511427, 0.006238420493900776, 0.10169047117233276, 0.026348048821091652, -0.13668140769004822, -0.087422676384449, -0.06819173693656921, -0.07674263417720795, 0.017642179504036903, -0.014940369874238968, -0.19685105979442596, 0.036939144134521484, -0.05384024977684021, 0.04963072016835213, -0.06134534999728203, -0.010225183330476284, 0.10961741954088211, 0.05966659262776375, -0.03536283224821091, 0.07118181884288788, 0.07132899016141891, -0.022572414949536324, -0.039780810475349426, -0.071037158370018 ]
676304914810d207bf9a2b753926c8d64dc6a300
# AutoTrain Dataset for project: amber-mines ## Dataset Description This dataset has been automatically processed by AutoTrain for project amber-mines. ### Languages The BCP-47 code for the dataset's language is unk. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "image": "<421x225 RGB PIL image>", "target": 1 }, { "image": "<252x261 RGB PIL image>", "target": 0 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "image": "Image(decode=True, id=None)", "target": "ClassLabel(names=['negative', 'positive'], id=None)" } ``` ### Dataset Splits This dataset is split into a train and validation split. The split sizes are as follow: | Split name | Num samples | | ------------ | ------------------- | | train | 400 | | valid | 100 |
wendys-llc/autotrain-data-amber-mines
[ "task_categories:image-classification", "region:us" ]
2023-03-20T15:33:55+00:00
{"task_categories": ["image-classification"]}
2023-03-20T15:35:27+00:00
[]
[]
TAGS #task_categories-image-classification #region-us
AutoTrain Dataset for project: amber-mines ========================================== Dataset Description ------------------- This dataset has been automatically processed by AutoTrain for project amber-mines. ### Languages The BCP-47 code for the dataset's language is unk. Dataset Structure ----------------- ### Data Instances A sample from this dataset looks as follows: ### Dataset Fields The dataset has the following fields (also called "features"): ### Dataset Splits This dataset is split into a train and validation split. The split sizes are as follow:
[ "### Languages\n\n\nThe BCP-47 code for the dataset's language is unk.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from this dataset looks as follows:", "### Dataset Fields\n\n\nThe dataset has the following fields (also called \"features\"):", "### Dataset Splits\n\n\nThis dataset is split into a train and validation split. The split sizes are as follow:" ]
[ "TAGS\n#task_categories-image-classification #region-us \n", "### Languages\n\n\nThe BCP-47 code for the dataset's language is unk.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from this dataset looks as follows:", "### Dataset Fields\n\n\nThe dataset has the following fields (also called \"features\"):", "### Dataset Splits\n\n\nThis dataset is split into a train and validation split. The split sizes are as follow:" ]
[ 17, 27, 17, 23, 27 ]
[ "passage: TAGS\n#task_categories-image-classification #region-us \n### Languages\n\n\nThe BCP-47 code for the dataset's language is unk.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA sample from this dataset looks as follows:### Dataset Fields\n\n\nThe dataset has the following fields (also called \"features\"):### Dataset Splits\n\n\nThis dataset is split into a train and validation split. The split sizes are as follow:" ]
[ -0.13260804116725922, 0.1650877296924591, 0.002344331005588174, 0.055275481194257736, 0.0935901552438736, 0.11733019351959229, -0.003920542076230049, 0.14625874161720276, 0.1256745159626007, 0.016513284295797348, 0.08984463661909103, 0.06906139105558395, 0.07385160773992538, 0.2684578001499176, -0.06839899718761444, -0.22873318195343018, -0.012806170620024204, -0.03682858496904373, 0.0710519552230835, 0.07735759764909744, -0.017609689384698868, -0.055115845054388046, -0.03636694326996803, -0.17181411385536194, -0.19914676249027252, -0.06791616231203079, -0.05895097181200981, 0.03100765123963356, 0.00326990126632154, -0.000890459748916328, 0.14057216048240662, 0.05106896162033081, -0.043173011392354965, -0.2028728723526001, 0.0245402492582798, -0.004682499915361404, 0.010447600856423378, 0.06654135137796402, -0.00943301897495985, 0.08436846733093262, -0.07353637367486954, -0.1580473631620407, -0.11635159701108932, -0.03206368908286095, -0.06484586745500565, -0.13556089997291565, -0.04523663967847824, 0.05645541101694107, 0.021893074735999107, -0.024815833196043968, -0.03118259832262993, 0.09879294782876968, -0.12272464483976364, 0.06995324790477753, -0.04991353303194046, -0.1014975756406784, 0.011589104309678078, 0.0303533636033535, -0.13924939930438995, 0.13847920298576355, -0.08011752367019653, -0.03236931934952736, 0.026605159044265747, -0.01529807411134243, -0.21680735051631927, -0.05663278326392174, -0.2958793044090271, -0.018114032223820686, -0.09400329738855362, -0.05447259917855263, 0.3382509648799896, 0.03154653683304787, 0.03322945162653923, 0.03952827677130699, -0.08228040486574173, -0.08364564180374146, -0.01021014153957367, 0.10433483123779297, -0.043900858610868454, -0.0522005558013916, -0.05708668380975723, 0.06064211577177048, -0.04629509896039963, -0.05163059011101723, -0.11806635558605194, 0.11033500730991364, 0.008498867973685265, 0.08118660748004913, -0.06443437188863754, 0.0387149378657341, -0.0886768028140068, -0.12401000410318375, -0.007397993467748165, -0.07257121801376343, -0.0043367245234549046, 0.033756691962480545, 0.039459291845560074, 0.03295346349477768, 0.10709583014249802, 0.08899331092834473, -0.09312205761671066, 0.0409037210047245, -0.11727213859558105, 0.09772862493991852, 0.1312602460384369, 0.024163469672203064, -0.1154843419790268, 0.0991334393620491, 0.01154881902039051, -0.012071405537426472, -0.04336683079600334, -0.09027896821498871, -0.06340336799621582, -0.08246266096830368, 0.06658782809972763, 0.12256539613008499, 0.040195293724536896, 0.02601761929690838, -0.08807682991027832, -0.08808071911334991, 0.17847970128059387, -0.07531378418207169, 0.05158432200551033, 0.08933108299970627, -0.003270719898864627, 0.040204327553510666, -0.04044931381940842, -0.03566557914018631, -0.046311210840940475, -0.053127627819776535, -0.06506989151239395, 0.008429543115198612, -0.057468611747026443, -0.08089111000299454, 0.0650937482714653, -0.0339699313044548, 0.006555852945894003, -0.011101762764155865, -0.16072139143943787, 0.010561428032815456, -0.004302845802158117, -0.06242302432656288, 0.04602878913283348, -0.040580324828624725, -0.03916452080011368, 0.0366046205163002, -0.0630895271897316, 0.06127409264445305, -0.08402730524539948, 0.0757274404168129, -0.09443091601133347, 0.13484220206737518, -0.19733595848083496, 0.03665708377957344, -0.06435831636190414, 0.03038632497191429, -0.09788201004266739, 0.1275053173303604, -0.17852850258350372, -0.07144016772508621, 0.0004960467340424657, -0.034510452300310135, 0.01337785366922617, -0.03777846321463585, -0.02883109822869301, 0.18729659914970398, -0.3048880696296692, -0.07541321218013763, 0.0961289182305336, -0.06623383611440659, 0.0011475804494693875, 0.0357871912419796, -0.02648988924920559, 0.028192561119794846, 0.0028838084544986486, 0.30699795484542847, 0.10684079676866531, 0.12146957963705063, -0.1278466284275055, 0.1438329666852951, -0.006475930102169514, -0.03707822412252426, 0.09205738455057144, -0.03889276459813118, -0.0962255522608757, 0.045539360493421555, 0.016863416880369186, 0.09702344983816147, -0.07240792363882065, -0.08434687554836273, -0.0013869802933186293, -0.016526345163583755, 0.07899456471204758, 0.09589695930480957, 0.05501784756779671, 0.012780855409801006, 0.040595829486846924, 0.031400226056575775, 0.08626701682806015, -0.088002048432827, -0.00154205528087914, 0.007280383724719286, 0.10692702233791351, -0.10354326665401459, 0.02571302279829979, -0.10000928491353989, -0.09610144048929214, 0.08528660982847214, 0.07495026290416718, -0.006288179662078619, -0.01102457381784916, -0.01403708104044199, -0.020556727424263954, -0.05032386630773544, -0.009842009283602238, 0.04630640521645546, 0.010497190989553928, -0.041307929903268814, -0.1875079721212387, -0.002092022215947509, -0.04860956221818924, 0.0635216161608696, -0.05377424508333206, -0.062374718487262726, 0.05108296871185303, 0.10008559376001358, -0.027678394690155983, 0.00615097489207983, 0.05892163887619972, 0.08914804458618164, -0.01804606057703495, 0.016884665936231613, 0.05477456375956535, -0.0792851522564888, 0.047765884548425674, -0.06052210554480553, 0.10727806389331818, -0.15463927388191223, 0.14803054928779602, 0.009012478403747082, 0.0441608689725399, -0.01994653418660164, 0.03182635083794594, -0.033800993114709854, 0.06427455693483353, 0.05655279383063316, 0.04714858531951904, 0.030011575669050217, 0.02589160017669201, -0.08338054269552231, 0.023808684200048447, 0.008432951755821705, -0.01680682972073555, -0.02341364696621895, 0.09828833490610123, 0.055115144699811935, -0.1956838220357895, 0.16343624889850616, 0.12491500377655029, -0.012937392108142376, 0.3445113003253937, -0.05400431156158447, -0.0716950073838234, -0.05094675347208977, 0.03366149589419365, -0.0346786305308342, 0.19269578158855438, -0.22081062197685242, 0.04169536754488945, 0.08306890726089478, -0.037354182451963425, 0.08715474605560303, -0.12746967375278473, -0.06302789598703384, -0.11211303621530533, -0.05340931564569473, -0.14517565071582794, -0.000007108119916665601, 0.014796306379139423, 0.06909038126468658, -0.0020546766463667154, -0.014462517574429512, 0.09338919073343277, -0.029204074293375015, -0.04827234521508217, 0.21122078597545624, -0.245750293135643, -0.19786234200000763, -0.06668432801961899, 0.14067302644252777, -0.11362913995981216, -0.03188271075487137, -0.05045577883720398, -0.14079336822032928, 0.04270639270544052, 0.01084868423640728, 0.048686154186725616, -0.022807512432336807, -0.01862768828868866, -0.009120115078985691, -0.04282665252685547, -0.082524873316288, -0.0375349335372448, 0.034225232899188995, 0.006009810138493776, 0.04350382462143898, 0.14151860773563385, -0.08366283029317856, 0.13773150742053986, 0.20919696986675262, -0.03907254338264465, 0.02209756150841713, 0.007884055376052856, 0.08192218840122223, -0.0767575278878212, -0.0010814717970788479, -0.13868947327136993, -0.05893038585782051, 0.012286143377423286, 0.18294766545295715, 0.03372196480631828, 0.020209262147545815, -0.07810425013303757, -0.03975215181708336, -0.05027848482131958, -0.16015537083148956, -0.12840509414672852, -0.10319460928440094, 0.1272381693124771, -0.0037517170421779156, -0.007253772113472223, -0.05980980396270752, 0.08804669231176376, 0.014804616570472717, -0.010026783682405949, -0.07663334906101227, 0.0043586972169578075, -0.009968572296202183, -0.05648208409547806, 0.013468216173350811, -0.03338129073381424, 0.018924066796898842, 0.12109033018350601, 0.09736532717943192, 0.2543250024318695, -0.013354437425732613, 0.08061136305332184, 0.03781033679842949, 0.1926358938217163, 0.09921065717935562, 0.12404142320156097, -0.03509199991822243, 0.005391344428062439, 0.019813204184174538, -0.04091153293848038, -0.04121095687150955, 0.02577713318169117, 0.16206681728363037, -0.0848746970295906, 0.006054299417883158, -0.14182397723197937, 0.06888971477746964, -0.048281628638505936, 0.2529982626438141, -0.09191004931926727, -0.044842276722192764, 0.07572966068983078, 0.12704093754291534, -0.11736709624528885, 0.07213953882455826, 0.2089967429637909, -0.0032370425760746002, 0.07441405951976776, -0.06015312671661377, 0.058752983808517456, -0.091945581138134, -0.03962135314941406, -0.08849634975194931, -0.051446832716464996, -0.04122704640030861, 0.14163638651371002, -0.09828275442123413, 0.2045181691646576, 0.03112657740712166, -0.10645432770252228, -0.10758700221776962, -0.09558100253343582, 0.009539774619042873, 0.11597734689712524, 0.0783914253115654, 0.08773832023143768, 0.05855213478207588, -0.1703280657529831, -0.07157699018716812, 0.0847664400935173, 0.0866580531001091, 0.0690968856215477, 0.0028014443814754486, 0.11981596797704697, 0.023821519687771797, -0.005991517566144466, 0.031354013830423355, -0.12810289859771729, -0.0867483988404274, 0.016838444396853447, 0.04516862705349922, -0.008284809067845345, 0.057062454521656036, -0.06740551441907883, 0.05072450637817383, 0.05056849122047424, -0.08564865589141846, -0.09683293849229813, -0.02104836143553257, 0.04649130627512932, 0.2062549889087677, -0.07738245278596878, -0.021439000964164734, -0.07397570461034775, 0.000965829414781183, -0.01260015182197094, -0.13811711966991425, 0.08296813070774078, -0.04405299574136734, -0.1038675382733345, -0.09925918281078339, -0.007412757258862257, 0.013044493272900581, 0.009037273935973644, -0.053740955889225006, 0.05659077689051628, -0.04190514609217644, -0.11251499503850937, 0.04732389375567436, -0.07612662762403488, 0.028079504147171974, 0.32014599442481995, -0.10351672023534775, -0.1040177121758461, -0.04855367913842201, -0.027378398925065994, 0.20482316613197327, 0.23967133462429047, -0.07349734008312225, 0.024047238752245903, 0.20502589643001556, -0.044232048094272614, -0.3383674621582031, -0.040785051882267, 0.013564015738666058, 0.009188095107674599, -0.08103109896183014, -0.2566757798194885, 0.007313449401408434, 0.0925280898809433, 0.019693080335855484, 0.15872032940387726, -0.1479378193616867, -0.056109584867954254, 0.16889430582523346, 0.013270249590277672, 0.1467277556657791, -0.15764901041984558, -0.05935301631689072, -0.0627557784318924, 0.057795967906713486, 0.2293955534696579, -0.18953396379947662, 0.10801752656698227, -0.08478324115276337, 0.11310030519962311, 0.007135187741369009, -0.05622393265366554, 0.1901884377002716, 0.11421085149049759, 0.0608188696205616, -0.04276466742157936, -0.1673905849456787, 0.14020118117332458, -0.011988275684416294, 0.03276335820555687, 0.040499698370695114, 0.11943554878234863, -0.16351580619812012, 0.0426509790122509, -0.1748158186674118, 0.052428871393203735, -0.006109070498496294, -0.05034312233328819, -0.09636744111776352, 0.05258401855826378, -0.039759259670972824, 0.03527585789561272, 0.1834070384502411, 0.06058073416352272, -0.04312765970826149, 0.20479868352413177, -0.019602123647928238, -0.020114002749323845, 0.09693531692028046, 0.011915097944438457, -0.05598435178399086, 0.1101619079709053, -0.09508679807186127, -0.024680819362401962, 0.12684814631938934, 0.06001746654510498, 0.11657432466745377, 0.058441005647182465, -0.054321665316820145, -0.018260087817907333, 0.11495877057313919, -0.10191892087459564, -0.12612870335578918, 0.0054031494073569775, -0.12024819850921631, -0.04520365223288536, 0.005635091103613377, 0.030914034694433212, 0.01430987287312746, 0.012221082113683224, -0.05399266630411148, 0.03507290408015251, -0.046033408492803574, 0.1285248100757599, 0.17265485227108002, 0.01554541289806366, -0.1514764130115509, 0.07902943342924118, 0.05871523171663284, 0.01713290810585022, 0.016047781333327293, 0.037901706993579865, -0.113266721367836, -0.12438329309225082, 0.10695483535528183, 0.22381922602653503, -0.05848493054509163, -0.013569378294050694, 0.039154428988695145, 0.027881814166903496, 0.04217764362692833, 0.07966852933168411, -0.014510695822536945, 0.06929408758878708, 0.002760067582130432, -0.08331730216741562, -0.03399837017059326, 0.10545498132705688, -0.10781164467334747, 0.021632684394717216, -0.08624769747257233, 0.0035736821591854095, -0.03328714519739151, 0.10355312377214432, -0.06712745130062103, -0.038243986666202545, -0.17961497604846954, -0.0006746016442775726, -0.12852245569229126, 0.04057931527495384, -0.07951860874891281, 0.007301353383809328, 0.009456807747483253, -0.01198851503431797, -0.0363018773496151, -0.04708335921168327, -0.11615956574678421, 0.016290755942463875, 0.010218880139291286, 0.0803130641579628, -0.05098263546824455, -0.029111715033650398, 0.02411799319088459, 0.003078802954405546, 0.09921674430370331, 0.07261764258146286, 0.00006951644172659144, 0.12802110612392426, -0.1172659769654274, -0.05598140135407448, 0.002962126862257719, 0.058486878871917725, 0.03580040857195854, 0.038180798292160034, -0.009564890526235104, 0.02235691249370575, 0.0707506388425827, 0.09629501402378082, 0.1959926337003708, -0.07921022921800613, -0.011190922930836678, -0.04820162430405617, -0.06426840275526047, -0.031279440969228745, 0.14016768336296082, 0.020994603633880615, 0.04656180739402771, 0.09700333327054977, -0.020116014406085014, 0.048240892589092255, -0.09902340173721313, -0.09655512869358063, -0.005793907213956118, -0.08021266758441925, 0.05025183781981468, -0.017056595534086227, 0.045867353677749634, -0.04587516188621521, 0.28670963644981384, 0.013147377409040928, -0.09549231827259064, -0.09044860303401947, -0.0140537703409791, -0.0605681836605072, 0.042752087116241455, 0.3215743601322174, 0.09760154783725739, -0.0430217906832695, -0.07743579894304276, 0.07793129980564117, -0.062282782047986984, 0.10343022644519806, 0.0946490541100502, 0.050414975732564926, -0.005877554416656494, -0.013601924292743206, 0.06401997804641724, -0.19401560723781586, 0.07356296479701996, 0.009638650342822075, -0.05234914273023605, 0.1258579045534134, -0.0011748492252081633, 0.017599599435925484, -0.0505564846098423, -0.16477669775485992, 0.1171380802989006, -0.03885120525956154, -0.1695869117975235, -0.04245254024863243, -0.10934527963399887, -0.05253278464078903, -0.1879507452249527, 0.0370144322514534, -0.14450667798519135, 0.004375312943011522, 0.15844392776489258, 0.021872591227293015, -0.008507519960403442, 0.12421048432588577, -0.01058902870863676, -0.09058935940265656, 0.07312843948602676, 0.018804186955094337, -0.045217785984277725, -0.05457552894949913, 0.003190441755577922, 0.08898737281560898, -0.055298514664173126, 0.0007560960948467255, 0.01830194890499115, -0.0004427389067132026, 0.028483565896749496, -0.012273532338440418, -0.08214300870895386, -0.002103148028254509, 0.024198098108172417, 0.06809718161821365, 0.14823272824287415, 0.02537824772298336, -0.017284678295254707, 0.02038590982556343, -0.017798947170376778, 0.022669533267617226, -0.10557808727025986, -0.08437121659517288, 0.23358480632305145, -0.07408635318279266, 0.04062935709953308, -0.013403087854385376, -0.13461560010910034, -0.0669662207365036, 0.036959607154130936, 0.2034825086593628, -0.10386514663696289, -0.036101631820201874, 0.03732283040881157, 0.024631153792142868, -0.02729826234281063, 0.17010733485221863, 0.05182009935379028, 0.08146991580724716, 0.007691002916544676, -0.051317665725946426, -0.012041532434523106, -0.054597657173871994, -0.08384188264608383, -0.08792484551668167, 0.06208578497171402, -0.09037242829799652, -0.17852959036827087, 0.07405423372983932, -0.08933738619089127, 0.0018346402794122696, 0.12744049727916718, -0.20557905733585358, -0.15126897394657135, -0.0884871631860733, 0.05377539247274399, -0.022707734256982803, -0.08524888753890991, -0.05387504771351814, 0.06138598546385765, 0.07896339893341064, -0.021317198872566223, -0.16662083566188812, -0.06405960768461227, 0.01567334309220314, -0.1864386349916458, -0.01488098967820406, -0.006778317503631115, 0.2213800996541977, 0.07123614102602005, -0.017543325200676918, -0.04875034838914871, 0.07293272763490677, 0.029162118211388588, 0.12186311930418015, -0.04528415575623512, 0.17303934693336487, -0.029023025184869766, 0.005978613160550594, 0.09501879662275314, -0.004556837026029825, -0.011912274174392223, 0.016186943277716637, -0.012393264099955559, -0.09422040730714798, -0.016574043780565262, -0.13056355714797974, 0.09278218448162079, 0.18297646939754486, -0.010030415840446949, -0.021996689960360527, -0.054137032479047775, 0.043970026075839996, -0.020650306716561317, 0.1397411972284317, -0.1105647012591362, -0.03305071219801903, -0.03431644290685654, 0.017875464633107185, 0.09869683533906937, -0.1402634233236313, 0.11658275127410889, -0.048339229077100754, -0.00920232106000185, 0.0072206007316708565, 0.16129615902900696, -0.02187483012676239, 0.03138165920972824, -0.04880040884017944, -0.1617857664823532, 0.02996136248111725, 0.008484609425067902, -0.05127269774675369, -0.0733126774430275 ]
8cb36efa69428b3dc290e1125995a999963163c5
This is a Semantic Text Similarity (STS) corpus for Faroese, Fo-STS, it was created by translating the English STS dataset. If you find this dataset useful, please cite ``` @inproceedings{snaebjarnarson-etal-2023-transfer, title = "{T}ransfer to a Low-Resource Language via Close Relatives: The Case Study on Faroese", author = "Snæbjarnarson, Vésteinn and Simonsen, Annika and Glavaš, Goran and Vulić, Ivan", booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)", month = "may 22--24", year = "2023", address = "Tórshavn, Faroe Islands", publisher = {Link{\"o}ping University Electronic Press, Sweden}, } ```
vesteinn/faroese-sts
[ "language:fo", "license:cc-by-4.0", "region:us" ]
2023-03-20T15:34:14+00:00
{"language": ["fo"], "license": "cc-by-4.0"}
2023-04-13T09:56:50+00:00
[]
[ "fo" ]
TAGS #language-Faroese #license-cc-by-4.0 #region-us
This is a Semantic Text Similarity (STS) corpus for Faroese, Fo-STS, it was created by translating the English STS dataset. If you find this dataset useful, please cite
[]
[ "TAGS\n#language-Faroese #license-cc-by-4.0 #region-us \n" ]
[ 21 ]
[ "passage: TAGS\n#language-Faroese #license-cc-by-4.0 #region-us \n" ]
[ -0.022796249017119408, 0.04590752720832825, -0.009599213488399982, 0.025993667542934418, 0.003643077565357089, 0.0433201901614666, 0.16692106425762177, 0.010488249361515045, 0.15825781226158142, -0.041884150356054306, 0.13178960978984833, 0.03189719468355179, 0.009441470727324486, -0.0669047012925148, 0.023279499262571335, -0.19016055762767792, -0.004142317920923233, -0.012887006625533104, 0.06405952572822571, 0.031179536134004593, 0.04909437149763107, 0.01909695565700531, 0.055309198796749115, -0.02839192934334278, -0.15292495489120483, 0.042686957865953445, 0.04873904213309288, -0.06584899127483368, 0.06448974460363388, 0.015965361148118973, 0.09515523910522461, 0.07422685623168945, -0.04735570773482323, -0.19355957210063934, 0.011261777020990849, -0.08572908490896225, -0.11687200516462326, -0.011241311207413673, 0.05192938446998596, -0.005319005809724331, 0.08774376660585403, 0.06696777045726776, -0.07675619423389435, 0.0403481088578701, -0.1838463991880417, -0.14678344130516052, -0.044995829463005066, -0.013358435593545437, 0.043650127947330475, 0.06490404903888702, 0.05091387778520584, 0.04599371924996376, -0.1848248690366745, -0.008151590824127197, 0.018041469156742096, -0.33067038655281067, 0.01571454107761383, 0.15487614274024963, 0.05942058935761452, 0.16913244128227234, -0.07361193746328354, 0.09221716225147247, 0.04661613330245018, -0.026369765400886536, -0.17649394273757935, -0.13899049162864685, -0.001675314037129283, 0.05587602034211159, -0.012193534523248672, -0.053495459258556366, 0.271403431892395, -0.011565378867089748, -0.043818745762109756, 0.08762156218290329, 0.030600503087043762, 0.045688446611166, 0.003897338407114148, 0.04994816705584526, 0.030221186578273773, 0.15448668599128723, 0.10747398436069489, -0.060744211077690125, -0.13566690683364868, -0.015147767029702663, -0.20551465451717377, 0.06718975305557251, 0.012348963879048824, 0.09040693193674088, -0.06963010132312775, -0.04898282140493393, -0.1697765737771988, -0.03724157437682152, -0.04879309982061386, -0.051408398896455765, 0.12597738206386566, 0.03876342996954918, -0.003403299953788519, 0.20440253615379333, 0.14009293913841248, 0.06748687475919724, -0.08212198317050934, 0.02330799028277397, -0.10076907277107239, 0.17166605591773987, -0.013510724529623985, -0.014324095100164413, 0.13279056549072266, 0.03821875900030136, 0.07035861164331436, -0.1209152415394783, 0.028336746618151665, -0.003333109663799405, -0.1850442886352539, -0.04443610832095146, -0.17873375117778778, 0.15352283418178558, -0.022643335163593292, -0.06477266550064087, -0.02086781896650791, 0.055538009852170944, 0.1692977100610733, -0.034741830080747604, -0.02077830582857132, 0.01873142085969448, 0.0358063280582428, 0.02274690568447113, -0.07765360176563263, 0.011521403677761555, 0.017671318724751472, -0.052555765956640244, -0.06099506467580795, 0.021245455369353294, -0.009251570329070091, 0.03542761877179146, 0.09130025655031204, -0.046725597232580185, 0.04072863608598709, -0.147298201918602, -0.054232124239206314, 0.011185228824615479, -0.016519824042916298, 0.002354217693209648, 0.025127124041318893, 0.0035222643055021763, 0.04847562685608864, -0.010471816174685955, -0.0870799645781517, -0.14781294763088226, -0.10113352537155151, 0.10117591917514801, -0.04271085560321808, 0.007242070976644754, -0.22955486178398132, -0.017954377457499504, -0.05545693263411522, 0.056066159158945084, -0.08972815424203873, -0.011537009850144386, -0.06459710001945496, 0.09142132103443146, -0.039561182260513306, -0.02295459806919098, -0.08077798783779144, 0.047417979687452316, -0.11762432008981705, 0.15235918760299683, -0.1222580149769783, -0.05109575390815735, 0.18957075476646423, -0.11096151173114777, -0.10371477901935577, 0.10402423143386841, 0.04453194513916969, 0.01302333828061819, 0.053516075015068054, 0.31753307580947876, -0.0510946549475193, -0.1030556857585907, 0.08671822398900986, 0.20796196162700653, -0.022004665806889534, -0.1642248034477234, 0.10872253775596619, -0.1887999176979065, -0.06584103405475616, 0.003989551216363907, -0.04411053657531738, 0.06209845095872879, -0.0011497432133182883, -0.041452035307884216, 0.04085076227784157, 0.00799237284809351, -0.04005507379770279, 0.008205864578485489, 0.06176774203777313, -0.08204111456871033, 0.0379999615252018, -0.014620299451053143, 0.0440484993159771, 0.05273105949163437, 0.06560540944337845, -0.054916057735681534, 0.07979773730039597, 0.03847663104534149, -0.0016956424806267023, -0.03504662960767746, 0.029372479766607285, -0.005863323342055082, 0.10345884412527084, 0.15191766619682312, 0.03800981119275093, 0.037065863609313965, -0.038481056690216064, -0.03296719118952751, 0.04643614590167999, 0.01908046379685402, 0.007295507006347179, 0.0006774848443455994, -0.10324375331401825, 0.1466650813817978, 0.03924163430929184, 0.02108485996723175, -0.10879054665565491, -0.06812562793493271, 0.16734182834625244, -0.054535724222660065, -0.048666615039110184, 0.0737534686923027, -0.05056018754839897, 0.0714934915304184, -0.00013811707322020084, 0.028589123860001564, 0.11357671767473221, -0.004713114816695452, -0.07321899384260178, 0.2622120976448059, -0.08615041524171829, 0.15499301254749298, 0.21638549864292145, -0.17220838367938995, 0.05467064678668976, -0.10210084915161133, 0.06779925525188446, 0.009327169507741928, 0.13299530744552612, -0.010541708208620548, 0.07539422065019608, -0.03419111669063568, 0.05747820436954498, -0.0775875598192215, 0.06632184237241745, -0.028664441779255867, -0.05933229625225067, -0.08855009824037552, 0.058686889708042145, 0.14636975526809692, -0.10538468509912491, 0.17054666578769684, 0.44962355494499207, 0.06375245004892349, 0.2005319446325302, -0.07932582497596741, -0.018910787999629974, -0.05423640087246895, 0.04971914365887642, -0.013134961947798729, 0.10797712951898575, -0.11084422469139099, -0.07328855246305466, 0.02387595735490322, 0.032910317182540894, 0.05487082526087761, -0.1258668452501297, -0.11749157309532166, -0.046354036778211594, -0.054801031947135925, -0.18226489424705505, 0.03990041837096214, -0.07432956993579865, -0.0070179533213377, -0.0028306806925684214, -0.15200963616371155, 0.12416165322065353, -0.007365019526332617, -0.039852116256952286, 0.08577404171228409, -0.23051594197750092, -0.07562803477048874, -0.1544400453567505, -0.1366083025932312, -0.029704341664910316, 0.049583643674850464, 0.07010610401630402, -0.05801568552851677, -0.007738360669463873, 0.00013838335871696472, -0.06773042678833008, -0.16164131462574005, -0.09730345755815506, -0.06084497272968292, 0.06882177293300629, -0.10333756357431412, -0.0765775665640831, -0.05258306488394737, -0.03450610861182213, -0.0966300368309021, 0.08410168439149857, -0.18773700296878815, 0.048642463982105255, 0.13720694184303284, 0.09454601258039474, 0.05729282274842262, -0.07856572419404984, 0.13121381402015686, -0.09463801980018616, -0.1230938509106636, 0.15027140080928802, -0.003977861255407333, 0.019214794039726257, 0.15413349866867065, 0.08726521581411362, -0.08327542245388031, -0.04447302222251892, -0.074872687458992, -0.09863118827342987, -0.20001091063022614, -0.045897532254457474, -0.1054806336760521, 0.08776483684778214, -0.013105187565088272, 0.06038903817534447, 0.06757161021232605, -0.010263613425195217, 0.06443142145872116, -0.015594100579619408, 0.0640006959438324, 0.03376328572630882, 0.20189231634140015, -0.03365660086274147, 0.0033739961218088865, -0.08817993104457855, 0.06399987637996674, 0.14823263883590698, 0.13542194664478302, 0.14277981221675873, 0.2664053738117218, 0.2033436894416809, 0.14624744653701782, 0.1979597508907318, 0.1526101976633072, -0.045968130230903625, 0.04649973288178444, 0.03304309397935867, -0.01395670510828495, -0.06372090429067612, 0.03290027007460594, -0.008068681694567204, 0.10752613097429276, -0.23928527534008026, 0.0629582405090332, -0.2160804718732834, 0.05369245633482933, -0.015551521442830563, 0.05317535251379013, 0.017750682309269905, 0.1263059824705124, 0.0592321902513504, 0.07375123351812363, -0.04405555874109268, 0.16292732954025269, -0.0038029931019991636, -0.0578436404466629, 0.0352809764444828, 0.08028341084718704, 0.07213938236236572, -0.008995765820145607, 0.05288083106279373, -0.09489113092422485, -0.17786943912506104, 0.04253426566720009, 0.0627083033323288, -0.1984366476535797, 0.2650824189186096, 0.06295055150985718, -0.03600350022315979, -0.0016581183299422264, -0.053885821253061295, 0.037360385060310364, 0.2400072067975998, 0.0961826741695404, 0.07246749848127365, -0.21486856043338776, -0.12721987068653107, -0.055025771260261536, -0.016401540488004684, 0.15326982736587524, 0.013491225428879261, -0.12822864949703217, 0.00948804896324873, 0.042450159788131714, -0.041520118713378906, 0.029168402776122093, -0.11288455873727798, -0.1267092376947403, 0.027269991114735603, 0.09007702022790909, -0.004450818989425898, -0.05670110881328583, 0.02157406322658062, -0.09367374330759048, 0.061767131090164185, -0.21977084875106812, -0.013705415651202202, -0.03189350664615631, -0.2357119917869568, 0.04683566093444824, -0.04389156401157379, 0.015459703281521797, -0.040736664086580276, -0.1508910208940506, -0.12317092716693878, -0.0932219922542572, 0.09783441573381424, -0.0350392609834671, 0.0706000104546547, -0.004086758941411972, 0.1938645988702774, -0.033192191272974014, 0.01886286586523056, 0.031106427311897278, 0.027782076969742775, -0.02007424831390381, -0.10574644058942795, 0.038402605801820755, -0.11161275953054428, 0.02347351238131523, 0.058106064796447754, -0.08425424247980118, -0.037881698459386826, -0.022535981610417366, -0.1263337880373001, 0.180689737200737, 0.29464274644851685, 0.007094595581293106, 0.1223616823554039, 0.33418720960617065, -0.13924798369407654, -0.2128487080335617, -0.10846897959709167, -0.17902231216430664, -0.06197448819875717, 0.03509201481938362, -0.19995105266571045, 0.01666642725467682, 0.14461418986320496, -0.04269033297896385, 0.19392208755016327, -0.23532672226428986, -0.07157564908266068, 0.1075802817940712, -0.06858628988265991, 0.3674246072769165, -0.14364631474018097, -0.11051784455776215, -0.07272885739803314, -0.10244441032409668, 0.09249278903007507, -0.07117030024528503, 0.07505454123020172, 0.029043616726994514, -0.013525067828595638, -0.024715233594179153, 0.034183286130428314, 0.2174864560365677, 0.00901598110795021, 0.08095983415842056, -0.04584205523133278, -0.15227258205413818, 0.17138664424419403, 0.00849908497184515, -0.1326008290052414, -0.05221398174762726, -0.11294588446617126, -0.10926298052072525, 0.005308500491082668, -0.05033322423696518, 0.05579018220305443, -0.03375647962093353, -0.027134165167808533, -0.03279566392302513, -0.0031682318076491356, -0.13204425573349, 0.01424751803278923, 0.23422430455684662, -0.08026981353759766, -0.01695910282433033, 0.10023880004882812, 0.04739747196435928, -0.07906076312065125, -0.01205047033727169, -0.05890314653515816, -0.062388788908720016, 0.05119450390338898, -0.1031012311577797, -0.04400640353560448, 0.06899995356798172, -0.043084677308797836, 0.07077614963054657, 0.024753356352448463, -0.043827228248119354, 0.09139940142631531, 0.14083540439605713, -0.011049935594201088, -0.07280261814594269, 0.005424311384558678, -0.047891292721033096, 0.16227145493030548, -0.07298463582992554, 0.08796742558479309, 0.07536003738641739, 0.012585840187966824, -0.010533178225159645, -0.027499375864863396, -0.14056868851184845, -0.03987286239862442, 0.04966721683740616, -0.041827548295259476, -0.07604164630174637, 0.1635282188653946, 0.09206845611333847, -0.06152254715561867, -0.06168312206864357, 0.12094469368457794, -0.08241073787212372, -0.07835474610328674, -0.19902850687503815, 0.006151646375656128, -0.13505828380584717, -0.11996742337942123, 0.025586962699890137, -0.09813165664672852, -0.07259449362754822, 0.11289691925048828, 0.023169519379734993, 0.06756289303302765, 0.06881484389305115, -0.03294450789690018, 0.13450735807418823, -0.03381408751010895, -0.17282827198505402, -0.005530523601919413, -0.00021253585873637348, -0.03352700173854828, 0.027178244665265083, 0.08152488619089127, -0.03139500692486763, -0.08502458781003952, -0.13306479156017303, 0.08311186730861664, -0.05011202394962311, 0.05776415392756462, -0.09881091862916946, 0.01785285957157612, 0.046415433287620544, -0.02236601524055004, -0.048599205911159515, -0.02944803237915039, -0.14103911817073822, 0.04444830119609833, 0.05083663389086723, 0.1202060878276825, -0.020037146285176277, -0.060880258679389954, 0.09183860570192337, 0.04010729864239693, 0.10701162368059158, 0.12359936535358429, 0.013451175764203072, 0.15413203835487366, -0.11573131382465363, -0.029957246035337448, 0.08073706924915314, 0.03639495372772217, 0.0192983690649271, 0.06277179718017578, -0.058336734771728516, 0.059534020721912384, -0.03203951194882393, 0.031079217791557312, -0.01695587858557701, -0.10023424029350281, -0.08843591809272766, 0.013494307175278664, -0.16081120073795319, 0.010484964586794376, -0.03401412442326546, 0.1906055063009262, 0.0167678315192461, 0.0905187726020813, 0.03371824324131012, -0.0051977429538965225, 0.07466766983270645, -0.003360571339726448, -0.022437749430537224, -0.09058278053998947, -0.07327181100845337, -0.07167414575815201, -0.025989295914769173, 0.00576256075873971, 0.3128918409347534, 0.006172407418489456, -0.07791773974895477, 0.03331686556339264, 0.059215813875198364, -0.036978233605623245, -0.006184631027281284, 0.22633586823940277, 0.06782841682434082, 0.00887580867856741, -0.10372549295425415, 0.02167057991027832, -0.03939880058169365, -0.06552955508232117, -0.022199347615242004, 0.10272397845983505, 0.13153894245624542, 0.058693986386060715, 0.09247206896543503, -0.03326030075550079, 0.04046983644366264, -0.06589163839817047, 0.09882599115371704, 0.016275113448500633, -0.04087109491229057, 0.020917383953928947, 0.16791343688964844, -0.030658511444926262, -0.0013757466804236174, -0.014603836461901665, -0.0539729967713356, -0.16870354115962982, -0.09724163264036179, 0.0044576977379620075, -0.07087188959121704, 0.034913502633571625, -0.023878807201981544, 0.08021512627601624, 0.20524990558624268, 0.05815093591809273, -0.031926460564136505, -0.012554465793073177, -0.15881356596946716, -0.13154011964797974, 0.02884097397327423, -0.05131068080663681, 0.09913390874862671, -0.10694434493780136, -0.08471427857875824, -0.048080362379550934, -0.18547622859477997, -0.04500341787934303, 0.0277852863073349, 0.0337851420044899, -0.026266925036907196, -0.19354739785194397, -0.034252867102622986, -0.0534462109208107, 0.1348797231912613, 0.030613454058766365, 0.2649218440055847, 0.045632801949977875, -0.04844679683446884, 0.05865161865949631, 0.009302357211709023, 0.05468427762389183, -0.10949788987636566, 0.06120726466178894, 0.12359404563903809, -0.0017012952594086528, 0.06353488564491272, -0.0959591493010521, -0.006078354083001614, 0.050850577652454376, 0.20001086592674255, 0.2584344744682312, -0.10876678675413132, 0.003243428422138095, -0.006971727591007948, 0.04149805009365082, 0.06796780973672867, 0.1543470174074173, 0.013305340893566608, 0.16000385582447052, -0.02324076183140278, -0.04973418265581131, -0.04497584328055382, 0.06175881251692772, -0.19362042844295502, 0.010984903201460838, 0.005010427441447973, -0.0826960951089859, 0.002974573988467455, 0.1399085819721222, -0.13431283831596375, 0.12271258980035782, 0.14185430109500885, -0.09863386303186417, 0.019305577501654625, -0.04169273376464844, 0.051275186240673065, 0.06277109682559967, 0.05618704482913017, -0.0997622013092041, -0.11207205057144165, -0.088935486972332, 0.026419587433338165, -0.27879706025123596, -0.11792614310979843, 0.08274569362401962, 0.02833481878042221, 0.12482688575983047, 0.012877469882369041, 0.1380050778388977, 0.0042059277184307575, 0.0918862596154213, -0.015619632788002491, 0.12529724836349487, 0.053906504064798355, 0.027762608602643013, -0.09895604848861694, -0.11804106086492538, -0.039802514016628265, 0.01466306671500206, 0.0472966805100441, 0.1616448611021042, 0.05540229752659798, 0.10853929817676544, -0.1027575135231018, -0.04012780264019966, -0.006516498513519764, -0.19283676147460938, 0.04126854985952377, -0.022867387160658836, 0.01970110461115837, -0.09360935539007187, -0.030444802716374397, -0.06708361208438873, 0.060433920472860336, -0.16840772330760956, -0.09546039253473282, 0.08933451026678085, -0.00781979225575924, 0.16433857381343842, 0.010873093269765377, -0.00021081209706608206, 0.025892913341522217, -0.05239999294281006, 0.13642385601997375, -0.12458061426877975, 0.07466646283864975, 0.07752388715744019, -0.031094422563910484, 0.031365767121315, -0.18054455518722534, 0.05853412672877312, -0.02875087969005108, -0.03394363448023796, -0.05720186233520508 ]
5df4a864f1daca3dee8a29608f14373a7d08d6b3
私のVRChatアバターのみで構成されたデータセット (とLoRA) です。
Assault1892/nva-vrcavatar
[ "size_categories:n<1K", "language:ja", "region:us" ]
2023-03-20T15:40:50+00:00
{"language": ["ja"], "size_categories": ["n<1K"]}
2023-03-20T15:43:46+00:00
[]
[ "ja" ]
TAGS #size_categories-n<1K #language-Japanese #region-us
私のVRChatアバターのみで構成されたデータセット (とLoRA) です。
[]
[ "TAGS\n#size_categories-n<1K #language-Japanese #region-us \n" ]
[ 22 ]
[ "passage: TAGS\n#size_categories-n<1K #language-Japanese #region-us \n" ]
[ 0.04279051721096039, 0.016845878213644028, -0.005254066549241543, 0.05783810839056969, 0.1770939975976944, 0.07897890359163284, 0.1413433849811554, 0.10433050245046616, 0.15133517980575562, 0.0596231073141098, 0.014217461459338665, -0.15392908453941345, 0.038439273834228516, 0.10735952109098434, -0.04065129533410072, -0.47382909059524536, 0.06724020838737488, 0.08074835687875748, 0.07061135768890381, 0.043000705540180206, 0.01474408432841301, -0.1061314269900322, -0.007166542578488588, -0.05850141867995262, -0.11589968204498291, 0.04334739223122597, 0.03432580456137657, -0.152197927236557, -0.0009686396806500852, -0.04854761064052582, 0.17311055958271027, -0.12040242552757263, -0.02645859867334366, -0.17498548328876495, -0.003916400950402021, -0.049555860459804535, -0.003387502860277891, -0.029294414445757866, 0.10362128913402557, -0.004455112852156162, -0.10742740333080292, -0.07129821181297302, -0.08040298521518707, 0.1010679081082344, -0.14579132199287415, -0.24169676005840302, 0.061632536351680756, -0.021942218765616417, 0.09996303170919418, 0.06297671794891357, -0.0787205696105957, 0.0003701677778735757, -0.2393304705619812, -0.02812325209379196, 0.09284608066082001, -0.16607381403446198, -0.012993925251066685, 0.1304904669523239, -0.030208248645067215, 0.20945826172828674, -0.08237728476524353, 0.02260858193039894, 0.10713385045528412, -0.04800025373697281, -0.16622093319892883, -0.0813736617565155, -0.017795491963624954, 0.0785384550690651, -0.010992462746798992, 0.074235700070858, 0.34007516503334045, 0.09748269617557526, 0.09020917117595673, -0.05266191437840462, -0.038114503026008606, -0.14149922132492065, -0.03647451847791672, 0.04614318162202835, 0.01678377576172352, 0.03437664359807968, 0.1697988510131836, 0.023053623735904694, -0.14025062322616577, -0.035045213997364044, -0.21457341313362122, 0.30080848932266235, 0.01342441514134407, 0.06033732742071152, -0.1794048398733139, -0.11507122218608856, -0.2734701335430145, -0.11562880873680115, 0.008334239013493061, -0.08794388175010681, -0.04280518740415573, 0.06709839403629303, 0.058848075568675995, 0.014714821241796017, 0.13057143986225128, -0.04966302588582039, -0.10669174790382385, 0.09819936752319336, -0.014629815705120564, 0.08672615140676498, 0.13320207595825195, 0.1301572322845459, 0.019486457109451294, -0.004318975377827883, -0.06817807257175446, -0.09881318360567093, 0.014891301281750202, -0.02165229432284832, -0.15016895532608032, -0.09543295204639435, -0.054455969482660294, 0.07653675973415375, -0.10879398882389069, 0.007817070931196213, -0.027530638501048088, 0.022934723645448685, -0.040005166083574295, -0.1372409164905548, 0.011833250522613525, 0.01586259715259075, -0.018283691257238388, 0.20617815852165222, -0.2920849621295929, -0.08639807999134064, 0.06101125106215477, 0.052796509116888046, -0.06558044999837875, 0.05182655528187752, -0.05016384273767471, -0.004288553260266781, 0.0813714787364006, -0.09722260385751724, 0.03873417153954506, -0.1321801245212555, 0.0034697428345680237, -0.007501566782593727, -0.08849318325519562, -0.04128793254494667, 0.07347521185874939, -0.04902368038892746, -0.004174268804490566, -0.014783269725739956, -0.03604434058070183, -0.05556977540254593, -0.10567648708820343, 0.05367574468255043, 0.07020370662212372, 0.0942426398396492, -0.11115419119596481, 0.009506513364613056, -0.06203218549489975, 0.06740350276231766, -0.18643030524253845, -0.015263674780726433, -0.042672913521528244, 0.08559679985046387, 0.021529890596866608, 0.018239609897136688, -0.13873203098773956, 0.0630086213350296, -0.1667187362909317, 0.1460554301738739, -0.2014523148536682, -0.10123272985219955, 0.18719038367271423, -0.05550330877304077, 0.02038976363837719, 0.0664878711104393, 0.020002149045467377, -0.01639840193092823, 0.019903603941202164, 0.49274858832359314, -0.1102306991815567, 0.13603714108467102, 0.0025677199009805918, 0.14785027503967285, -0.06556645035743713, -0.0962657555937767, 0.10611074417829514, -0.03437644988298416, -0.09877307713031769, 0.0910712331533432, 0.06573253124952316, -0.010507375933229923, -0.04883589968085289, -0.07186385989189148, 0.030879614874720573, -0.03343333303928375, 0.09852258116006851, 0.04319221153855324, 0.17131111025810242, -0.10061410069465637, 0.02001919224858284, 0.045866746455430984, 0.050700005143880844, 0.048652924597263336, -0.009410976432263851, -0.012002456933259964, 0.08285799622535706, -0.03809269890189171, 0.05512020364403725, -0.11556906253099442, -0.017904099076986313, 0.052080847322940826, 0.08859677612781525, 0.057534754276275635, 0.2025207132101059, 0.03612832352519035, -0.12384089827537537, -0.053212352097034454, 0.04010263830423355, 0.03586152568459511, 0.022280942648649216, 0.029169809073209763, 0.011461574584245682, 0.12929946184158325, -0.05200372636318207, -0.01331091858446598, -0.042796775698661804, -0.035234156996011734, 0.14660820364952087, 0.0010672945063561201, -0.004670032300055027, 0.07833068817853928, 0.01280759647488594, 0.06588918715715408, -0.012134307064116001, 0.04235921427607536, 0.016663311049342155, -0.08990291506052017, -0.12036124616861343, 0.14436382055282593, -0.15245160460472107, 0.1505821794271469, 0.19023098051548004, -0.022829612717032433, 0.002297059865668416, -0.0976930558681488, 0.007876892574131489, 0.04556828737258911, -0.05962894856929779, -0.00894155167043209, 0.0020952613558620214, -0.030045706778764725, 0.07264111936092377, -0.03480701148509979, 0.059473905712366104, 0.009262644685804844, -0.07037807255983353, -0.06903946399688721, 0.12967802584171295, 0.06976323574781418, -0.1836225837469101, 0.2852973937988281, 0.1824197769165039, 0.013271157629787922, 0.30261027812957764, -0.07063102722167969, -0.02573705092072487, 0.03745549917221069, -0.0069699836894869804, -0.06021837145090103, 0.15311209857463837, -0.2203054130077362, -0.03126189485192299, 0.0704379752278328, 0.12088219821453094, 0.056846123188734055, -0.07612472027540207, -0.1486276090145111, -0.06198090687394142, -0.033470213413238525, -0.01381668634712696, -0.0028367857448756695, 0.072829470038414, 0.07374285161495209, 0.06168873608112335, 0.05389221012592316, 0.025785507634282112, -0.01550265308469534, 0.013796301558613777, 0.09904085844755173, -0.17199622094631195, -0.26655182242393494, -0.10010576248168945, -0.06593067944049835, -0.011555233970284462, 0.0429358035326004, 0.015122521668672562, -0.3423554003238678, -0.02579757384955883, -0.00038963271072134376, 0.06173664703965187, -0.19388113915920258, -0.0022021590266376734, -0.026674488559365273, 0.12701810896396637, -0.1669868379831314, -0.008018945343792439, 0.0008911341428756714, -0.06841639429330826, 0.0445454940199852, 0.14291849732398987, -0.1862810254096985, 0.06385956704616547, 0.31633859872817993, 0.023716449737548828, 0.07205132395029068, -0.029413096606731415, -0.0005970826605334878, -0.22125744819641113, -0.07318688929080963, 0.03775396570563316, 0.029948828741908073, -0.019236641004681587, 0.2416728287935257, 0.0635107159614563, -0.07972971349954605, -0.0071745640598237514, 0.019463855773210526, -0.1184721365571022, -0.21893706917762756, -0.054925110191106796, -0.13224723935127258, 0.22506152093410492, 0.008844808675348759, 0.08326616883277893, 0.047180645167827606, 0.005745050963014364, 0.10744491219520569, -0.009932735934853554, -0.009698138572275639, -0.027359429746866226, 0.15176190435886383, -0.035899773240089417, 0.01981547474861145, -0.04788220673799515, -0.06389270722866058, 0.14143553376197815, 0.0777030661702156, 0.10969603806734085, 0.14218805730342865, 0.13933521509170532, -0.011823263019323349, 0.04131968691945076, 0.2298526018857956, -0.026398994028568268, 0.1407725065946579, 0.008303696289658546, -0.03222464770078659, -0.028046540915966034, 0.09362123906612396, 0.07700017839670181, 0.09947681427001953, -0.1969377100467682, -0.014192759059369564, -0.15847332775592804, 0.12786544859409332, -0.049815304577350616, 0.13443122804164886, -0.01572435535490513, 0.09901036322116852, 0.147828608751297, -0.05719457194209099, -0.02783964015543461, 0.18444640934467316, 0.18635645508766174, -0.1271093487739563, 0.06927851587533951, 0.10986730456352234, 0.11858277022838593, -0.02924094721674919, 0.060716040432453156, -0.057815663516521454, -0.11513570696115494, 0.008857615292072296, 0.12120209634304047, -0.06902101635932922, 0.28287941217422485, 0.04785064235329628, -0.0793013721704483, -0.058519795536994934, -0.07860804349184036, 0.026229044422507286, 0.07557332515716553, 0.08216611295938492, 0.033686086535453796, -0.10226651281118393, -0.1740519404411316, -0.03580528870224953, -0.006821679417043924, 0.17687273025512695, 0.06393696367740631, -0.1370120644569397, 0.010791714303195477, -0.014243047684431076, -0.08348788321018219, -0.037573397159576416, -0.026645315811038017, -0.10405582934617996, -0.04536768049001694, 0.18184632062911987, -0.06111655756831169, 0.04205743968486786, 0.002209851983934641, -0.021375557407736778, 0.06750499457120895, 0.04491783678531647, 0.01642730087041855, -0.09811636805534363, -0.049217160791158676, 0.20394299924373627, -0.07910074293613434, 0.016984911635518074, -0.10789845883846283, 0.032244157046079636, -0.06866210699081421, -0.027314506471157074, 0.06230227276682854, 0.060439154505729675, 0.028989549726247787, -0.041583940386772156, 0.11558422446250916, -0.11325115710496902, 0.06672876328229904, -0.04045960679650307, -0.0012632104335352778, 0.07688457518815994, -0.11881591379642487, 0.020828742533922195, -0.03343839570879936, 0.052152495831251144, 0.14698784053325653, -0.08697514235973358, -0.0978197231888771, -0.07464570552110672, -0.1395319402217865, 0.14761506021022797, 0.25597065687179565, -0.017819736152887344, 0.014097759500145912, 0.14544224739074707, 0.031819988042116165, -0.1842169612646103, -0.013831163756549358, -0.17101477086544037, 0.06088181585073471, -0.028771432116627693, -0.1037449836730957, 0.10404682904481888, 0.15028826892375946, -0.03956175595521927, 0.23012319207191467, -0.10696044564247131, -0.05718104541301727, 0.04131728783249855, -0.0421757735311985, 0.36564400792121887, -0.13840073347091675, -0.1074705645442009, -0.012374261394143105, -0.00594984320923686, 0.04033631831407547, 0.012910776771605015, 0.11547939479351044, -0.06101514771580696, 0.01106998324394226, 0.039783138781785965, -0.019762251526117325, 0.22052739560604095, 0.043198101222515106, -0.04193514212965965, -0.07475307583808899, -0.31647130846977234, 0.0728377178311348, -0.01761903427541256, -0.04069189727306366, 0.029445098713040352, -0.09157523512840271, -0.06524618715047836, -0.06976988911628723, -0.08585035800933838, -0.0807708203792572, 0.09387160837650299, -0.1003766879439354, -0.1122085303068161, 0.08325613290071487, -0.18831223249435425, 0.002933019306510687, 0.2866557240486145, -0.08914678543806076, 0.014000709168612957, 0.013907901011407375, 0.04163319617509842, -0.060365088284015656, 0.10309527814388275, -0.06601966172456741, -0.0536370612680912, 0.1199447438120842, -0.18642528355121613, 0.026029298081994057, 0.06598427891731262, -0.04423779249191284, 0.0866113156080246, 0.05525347962975502, -0.03500821068882942, 0.0499018169939518, 0.16178809106349945, -0.01702745445072651, -0.1775568425655365, -0.042667753994464874, -0.15054453909397125, 0.07526525855064392, -0.04291674867272377, -0.042498841881752014, 0.06711243093013763, -0.02594626136124134, 0.012985538691282272, -0.03852149099111557, -0.05466765537858009, -0.016579588875174522, 0.053720954805612564, 0.06337599456310272, -0.06929139792919159, 0.12434419989585876, 0.16839464008808136, -0.08910991251468658, -0.05315404757857323, 0.25516748428344727, -0.09461282938718796, -0.042725447565317154, 0.019104303792119026, 0.04907606169581413, 0.09673161059617996, -0.07961791008710861, -0.03967827558517456, -0.12010274827480316, -0.04007820412516594, 0.04620237648487091, 0.03646501153707504, 0.05447075143456459, 0.08219964802265167, -0.04127337411046028, 0.08041523396968842, -0.03626217693090439, -0.03227563947439194, -0.0015960129676386714, -0.11812649667263031, -0.09743520617485046, 0.03416813910007477, 0.21879760921001434, -0.08424662053585052, -0.09295740723609924, -0.2426745593547821, 0.05523166432976723, -0.1139628142118454, 0.05522572249174118, -0.07660524547100067, -0.0923408716917038, -0.006806550547480583, -0.024311890825629234, -0.08867606520652771, -0.10108674317598343, -0.11505310237407684, 0.04959120973944664, -0.027247723191976547, 0.08297472447156906, 0.06806465983390808, -0.005684579722583294, 0.09282805025577545, 0.01867009326815605, 0.07731563597917557, 0.08896580338478088, -0.05390992388129234, 0.1292209029197693, -0.009629969485104084, -0.06623540818691254, 0.17455878853797913, 0.029968678951263428, 0.09816025197505951, 0.13125698268413544, -0.05713806301355362, 0.022938471287488937, 0.15459807217121124, 0.029190421104431152, -0.08387614786624908, -0.11441440135240555, -0.01823687180876732, -0.1797993779182434, -0.2691271901130676, -0.10097002238035202, -0.07050454616546631, 0.17484185099601746, -0.0460328683257103, -0.010567075572907925, 0.04688892886042595, 0.16738758981227875, -0.023826906457543373, -0.001272423891350627, -0.03263457119464874, -0.12470478564500809, 0.1174669936299324, 0.01651628687977791, 0.008506832644343376, 0.019936999306082726, 0.32473012804985046, 0.07447493076324463, -0.08447188884019852, 0.035263147205114365, -0.02474834769964218, 0.05907075107097626, 0.056505560874938965, 0.3209112882614136, 0.13774996995925903, -0.0798293799161911, -0.044991977512836456, 0.04078906401991844, -0.006091699935495853, 0.10557559877634048, 0.05673142150044441, 0.13830117881298065, -0.032241616398096085, 0.12201794981956482, -0.031556759029626846, -0.010744858533143997, 0.051945820450782776, 0.07097724825143814, -0.061504390090703964, -0.012526584789156914, 0.004081462509930134, 0.02337651513516903, 0.1552627682685852, -0.06385977566242218, 0.08472243696451187, -0.08443404734134674, -0.07744903862476349, -0.1375143676996231, -0.09369146078824997, -0.11206221580505371, -0.1654331386089325, 0.07760965824127197, -0.03228091821074486, 0.040931522846221924, 0.12986746430397034, 0.06930546462535858, -0.023948166519403458, 0.07706784456968307, -0.014457025565207005, -0.04258608818054199, 0.04002811759710312, -0.0033718349877744913, 0.07567048072814941, 0.008646965958178043, -0.09561744332313538, -0.09932175278663635, -0.1616532951593399, -0.06772560626268387, 0.05306409299373627, -0.14638294279575348, -0.008856335654854774, -0.1472700983285904, -0.0855034738779068, -0.03134508430957794, 0.026578841730952263, 0.05318766459822655, 0.12305942177772522, 0.03660503774881363, -0.035656239837408066, -0.006068306975066662, 0.17591410875320435, 0.01684303767979145, -0.04266419634222984, -0.06166652590036392, 0.060565412044525146, -0.01972353458404541, 0.05864068120718002, -0.08083972334861755, -0.1304122805595398, -0.0552491769194603, 0.2531399428844452, 0.26270002126693726, -0.04397417977452278, -0.01097712479531765, -0.018901944160461426, 0.03081108070909977, 0.0672391802072525, 0.1329037845134735, -0.02368420735001564, 0.22003404796123505, 0.007985766977071762, -0.012981493026018143, 0.002930140821263194, -0.03736833482980728, -0.11768320202827454, 0.08329325169324875, 0.1735495775938034, -0.07113318890333176, -0.1442796140909195, 0.12267331779003143, -0.23745928704738617, 0.3099506199359894, 0.07673098146915436, -0.19668373465538025, -0.10542383790016174, -0.020636413246393204, 0.09194858372211456, -0.024901462718844414, 0.11432863771915436, -0.09245488047599792, -0.06860136240720749, -0.21703985333442688, 0.020570071414113045, -0.27170464396476746, -0.09450901299715042, 0.05220477283000946, 0.10948804765939713, 0.11997316777706146, 0.0018482116283848882, -0.02655782923102379, 0.0038381614722311497, 0.06945400685071945, 0.04240221530199051, 0.12132833898067474, -0.0007454064907506108, 0.07325651496648788, -0.11911148577928543, 0.12788759171962738, -0.050936661660671234, -0.14159424602985382, 0.08001185953617096, -0.12045660614967346, 0.033927664160728455, 0.14698345959186554, -0.04611503332853317, -0.09954149276018143, 0.02609236165881157, -0.16083309054374695, 0.06360996514558792, 0.11762341856956482, -0.0021469248458743095, -0.12200772017240524, -0.0010836169822141528, 0.06162631884217262, 0.0057493289932608604, -0.09193243086338043, -0.13587254285812378, 0.020202063024044037, -0.16271114349365234, 0.14921872317790985, -0.07410384714603424, -0.12054084986448288, 0.05407489091157913, -0.0503213033080101, 0.12201433628797531, -0.12521584331989288, -0.022302083671092987, 0.0700448751449585, -0.01841219887137413, 0.007349170278757811, -0.38336342573165894, 0.12214739620685577, 0.013607368804514408, -0.08374433219432831, -0.10840843617916107 ]
4880d4535a1d72b9cbf3c1996561182711cb1947
Dataset generated from HKR train set using Stackmix =================================================== Number of images: 300000 Sources: * [HKR dataset](https://github.com/abdoelsayed2016/HKR_Dataset) * [Stackmix code](https://github.com/ai-forever/StackMix-OCR)
nastyboget/stackmix_hkr
[ "task_categories:image-to-text", "size_categories:100K<n<1M", "language:ru", "license:mit", "region:us" ]
2023-03-20T15:41:33+00:00
{"language": ["ru"], "license": "mit", "size_categories": ["100K<n<1M"], "task_categories": ["image-to-text"]}
2023-03-23T18:42:10+00:00
[]
[ "ru" ]
TAGS #task_categories-image-to-text #size_categories-100K<n<1M #language-Russian #license-mit #region-us
Dataset generated from HKR train set using Stackmix =================================================== Number of images: 300000 Sources: * HKR dataset * Stackmix code
[]
[ "TAGS\n#task_categories-image-to-text #size_categories-100K<n<1M #language-Russian #license-mit #region-us \n" ]
[ 40 ]
[ "passage: TAGS\n#task_categories-image-to-text #size_categories-100K<n<1M #language-Russian #license-mit #region-us \n" ]
[ 0.004061873536556959, -0.13698340952396393, -0.004490620922297239, 0.05659593641757965, 0.12953265011310577, 0.07364315539598465, 0.2748905420303345, 0.06832223385572433, 0.2537233233451843, -0.002281700959429145, 0.12981730699539185, -0.04862053319811821, 0.0011382739758118987, 0.15434299409389496, 0.041425157338380814, -0.3386893570423126, 0.04274284467101097, -0.06459900736808777, 0.06587349623441696, 0.02855733223259449, 0.0737999901175499, -0.07909964770078659, 0.029218606650829315, -0.12388443946838379, -0.1285480111837387, 0.04655656963586807, 0.005316439550369978, -0.0686323419213295, 0.053263965994119644, -0.0052810669876635075, 0.02835584245622158, 0.03856554627418518, -0.02436303347349167, -0.12397830933332443, 0.0017025761771947145, -0.08359196037054062, -0.09741031378507614, -0.01796119101345539, 0.13304109871387482, 0.004418313503265381, 0.10989462584257126, -0.17227354645729065, -0.12227151542901993, 0.05323271453380585, -0.08345895260572433, -0.056653521955013275, -0.020494816824793816, 0.1739664524793625, 0.0904022753238678, 0.10255157202482224, -0.020588792860507965, 0.05748023837804794, -0.13908405601978302, 0.06612234562635422, 0.14339691400527954, -0.28334683179855347, -0.01810319907963276, 0.2812679409980774, -0.023614363744854927, 0.1373356729745865, -0.056350186467170715, 0.11246061325073242, 0.036287203431129456, -0.06527116149663925, -0.12692449986934662, -0.07697732001543045, -0.041819456964731216, 0.023876987397670746, -0.027680205181241035, -0.026629699394106865, 0.2206501066684723, 0.12410777062177658, 0.06883054971694946, -0.1269967257976532, -0.03468964993953705, -0.10766229033470154, -0.09310844540596008, 0.1815706342458725, 0.005425289738923311, 0.019321853294968605, -0.019933495670557022, -0.08894740045070648, -0.17373515665531158, -0.07116947323083878, -0.15385599434375763, 0.09048693627119064, -0.019219214096665382, 0.07961674779653549, -0.024134289473295212, -0.02162226289510727, -0.2424508035182953, -0.07972420752048492, 0.049135610461235046, -0.09273891150951385, -0.061103008687496185, 0.08036714047193527, 0.017551792785525322, -0.05597195401787758, 0.14387832581996918, -0.004839436616748571, 0.0046720500104129314, 0.0412319041788578, 0.016108514741063118, 0.20166851580142975, 0.018521098420023918, 0.11243577301502228, 0.007730606012046337, -0.0435987152159214, -0.059493113309144974, -0.07812166959047318, 0.055838920176029205, -0.019584868103265762, -0.24864619970321655, -0.1561608612537384, -0.08311405777931213, 0.08217287808656693, -0.04411871358752251, 0.032060656696558, 0.008854460902512074, 0.0619521401822567, 0.1317971795797348, -0.026509230956435204, 0.014112109318375587, -0.045869991183280945, -0.015768516808748245, 0.027583392336964607, -0.14882737398147583, -0.04787963628768921, 0.009990427643060684, 0.1534596085548401, -0.016451561823487282, 0.08625750243663788, -0.015917262062430382, -0.11894400417804718, 0.06604547798633575, -0.14060664176940918, 0.010552206076681614, -0.15790221095085144, -0.07782886922359467, 0.019932972267270088, 0.018429268151521683, -0.09990957379341125, 0.0788469985127449, 0.028743676841259003, -0.08313043415546417, 0.008518707938492298, -0.04595249518752098, -0.013834807090461254, -0.0942332074046135, 0.07530982047319412, -0.11097588390111923, 0.16796673834323883, -0.1078178808093071, -0.04839650169014931, -0.08677754551172256, -0.028473706915974617, -0.19302086532115936, 0.08332261443138123, -0.14372564852237701, 0.2194296270608902, 0.008243358694016933, -0.010272566229104996, -0.127280592918396, 0.05720120295882225, -0.06941630691289902, 0.17098569869995117, -0.14079606533050537, -0.03852981701493263, 0.17629872262477875, -0.052343081682920456, -0.055282220244407654, 0.033278074115514755, 0.04356243833899498, 0.03584371879696846, 0.10018575191497803, 0.3945532739162445, -0.08618400245904922, -0.04471534118056297, -0.037070538848638535, 0.14127255976200104, -0.11062178015708923, -0.11890675872564316, 0.046877965331077576, -0.04547736793756485, 0.06944165378808975, 0.016594968736171722, 0.06181035935878754, 0.07991404831409454, -0.020531993359327316, -0.06443122774362564, -0.0031158551573753357, -0.012658718042075634, 0.07036089152097702, 0.0180838480591774, 0.14797599613666534, -0.14343182742595673, -0.0404394194483757, -0.09395124763250351, 0.0024271339643746614, 0.08686830848455429, 0.00441020866855979, -0.005962396040558815, 0.04381674528121948, 0.011540531180799007, 0.06019234657287598, -0.08015827089548111, 0.03939639776945114, 0.01189079973846674, 0.12297014892101288, 0.10332507640123367, 0.11167220771312714, 0.054173413664102554, -0.0816689059138298, -0.08985238522291183, 0.0461132749915123, -0.02390253357589245, -0.02530980110168457, -0.06810927391052246, -0.10259822010993958, 0.06276536732912064, 0.02600836753845215, -0.033266521990299225, -0.039274293929338455, -0.02171475440263748, 0.16369327902793884, -0.0574689544737339, -0.0051298425532877445, 0.11612164229154587, -0.022985827177762985, -0.006178779527544975, -0.03892986476421356, 0.003954761195927858, 0.06959140300750732, -0.051802147179841995, -0.06671380251646042, 0.1093483418226242, 0.0013548251008614898, 0.055640384554862976, 0.23822316527366638, -0.04207765683531761, -0.05788407102227211, -0.12348205596208572, 0.024101804941892624, 0.023981882259249687, 0.016580594703555107, -0.06377559900283813, -0.1409827619791031, 0.04619655758142471, 0.047020647674798965, -0.025501418858766556, 0.04401072487235069, 0.012974048033356667, -0.04293137788772583, -0.037604182958602905, 0.08242415636777878, 0.14399443566799164, -0.28244587779045105, 0.16683506965637207, 0.15548254549503326, 0.041965339332818985, 0.32144269347190857, -0.017384478822350502, -0.022869475185871124, 0.05665121227502823, 0.014493896625936031, -0.055334627628326416, 0.23511289060115814, -0.16542702913284302, -0.05335143953561783, 0.07259558886289597, 0.005601509008556604, 0.0271955244243145, -0.11488912254571915, -0.10349099338054657, -0.08474686741828918, -0.10762076824903488, -0.08917127549648285, 0.054225727915763855, 0.018667377531528473, 0.06475600600242615, -0.0031939020846039057, -0.02380671352148056, 0.030464529991149902, -0.054419875144958496, -0.01958390325307846, 0.07818516343832016, -0.06980045139789581, -0.1906135529279709, -0.1357952058315277, 0.02966245822608471, -0.0559663325548172, 0.048459552228450775, 0.08180347830057144, -0.186123326420784, -0.00019495273591019213, -0.04684342443943024, 0.08287210762500763, -0.0302372258156538, -0.03726325184106827, -0.06962808966636658, 0.12506352365016937, -0.15273894369602203, -0.00017138299881480634, -0.07119286060333252, -0.055708255618810654, 0.05595197528600693, 0.19508209824562073, -0.16004158556461334, 0.09156036376953125, 0.12363748252391815, -0.03429747000336647, 0.0735941007733345, -0.11005087196826935, 0.10184294730424881, -0.16469350457191467, 0.1021372377872467, 0.06822504103183746, 0.16602562367916107, 0.03704353794455528, 0.25232914090156555, 0.02975030057132244, -0.02679557166993618, 0.021166197955608368, 0.01540495827794075, -0.1267111897468567, -0.15175896883010864, -0.12820886075496674, -0.11401169747114182, 0.18277989327907562, 0.11029455810785294, 0.0789143368601799, 0.09621915966272354, 0.11276043206453323, -0.04921331629157066, -0.048534002155065536, 0.08054687827825546, 0.0843844935297966, 0.166777566075325, -0.02088376134634018, 0.07538794726133347, -0.13312050700187683, -0.019657470285892487, 0.14074905216693878, 0.06917695701122284, 0.2645181715488434, 0.1919723004102707, 0.11906833201646805, 0.011368782259523869, 0.008174636401236057, 0.0996294692158699, 0.08968016505241394, 0.10287845879793167, -0.045565780252218246, -0.03764074668288231, -0.08185964077711105, 0.14960069954395294, 0.08755284547805786, 0.04370279237627983, -0.206131711602211, 0.009470942430198193, -0.09126445651054382, 0.1122286319732666, 0.12835143506526947, 0.11006760597229004, -0.06563511490821838, 0.01911131851375103, 0.07906913012266159, 0.0526631623506546, -0.07919161021709442, 0.05861067399382591, 0.15113742649555206, -0.08437460660934448, 0.1311141848564148, -0.015669025480747223, 0.1336144059896469, 0.13527147471904755, 0.06950926780700684, -0.05669780075550079, -0.20777203142642975, -0.01654350943863392, 0.15651649236679077, -0.13620001077651978, 0.32452192902565, 0.03959602862596512, -0.040866874158382416, -0.11590836197137833, -0.12204232066869736, 0.006548130884766579, 0.1593794971704483, 0.08246058225631714, 0.03411846607923508, -0.03285002335906029, -0.156253382563591, -0.10093741863965988, -0.0581732839345932, 0.09103639423847198, -0.008044064976274967, -0.03771165385842323, 0.020373202860355377, -0.012963986955583096, -0.04727843776345253, 0.06621871888637543, -0.0671183317899704, -0.1258183866739273, -0.05105973780155182, 0.13980555534362793, -0.044498756527900696, -0.0050928425043821335, 0.01806514710187912, 0.023897133767604828, 0.040157854557037354, -0.049133382737636566, -0.09100818634033203, -0.03720398247241974, -0.029471738263964653, 0.0788692831993103, -0.03648592531681061, 0.016126729547977448, -0.06050107255578041, -0.012262224219739437, -0.14430838823318481, -0.06618252396583557, 0.12288971245288849, -0.02600492350757122, -0.032387442886829376, -0.02377186343073845, 0.0998290479183197, -0.11295197159051895, 0.05920295789837837, -0.02272583730518818, 0.060762498527765274, -0.020923759788274765, -0.12436699867248535, 0.031163113191723824, -0.12714128196239471, 0.023401712998747826, 0.11949067562818527, -0.07917196303606033, -0.04689927399158478, -0.08130627125501633, -0.11473455280065536, 0.1918957233428955, 0.26719093322753906, -0.14071311056613922, 0.11674764752388, 0.1173558458685875, 0.023103762418031693, -0.3064463436603546, -0.008117497898638248, -0.0966581404209137, 0.02311534807085991, 0.03878452628850937, -0.11087154597043991, -0.041125040501356125, 0.06789571046829224, -0.06688027828931808, 0.22020430862903595, -0.27064943313598633, -0.10365131497383118, 0.008167342282831669, -0.08833776414394379, 0.24690136313438416, -0.19220872223377228, -0.02604701928794384, -0.18672147393226624, -0.017521565780043602, 0.04774489626288414, -0.0062357839196920395, 0.12445966899394989, -0.00740009406581521, 0.0658017098903656, 0.0278887078166008, -0.03591976314783096, 0.16605843603610992, 0.04525650292634964, 0.10164269804954529, -0.09920359402894974, -0.1608210653066635, 0.23233313858509064, -0.013383767567574978, 0.02959107793867588, -0.10042743384838104, -0.06277675181627274, -0.07898490875959396, -0.04800054803490639, -0.04883347451686859, 0.02146810106933117, 0.031191425397992134, -0.08300857990980148, -0.164343923330307, 0.02689877152442932, -0.09333529323339462, 0.030382080003619194, 0.30208566784858704, -0.0564616359770298, -0.10849592089653015, 0.04056204855442047, -0.02339632622897625, -0.10858134925365448, -0.041136328130960464, 0.008181927725672722, -0.05569041147828102, 0.10058841109275818, -0.19982948899269104, -0.045432981103658676, 0.09355238080024719, -0.017438314855098724, 0.016415216028690338, 0.005403319373726845, -0.03307248651981354, 0.010237337090075016, 0.18237139284610748, -0.026503754779696465, -0.12464222311973572, -0.012563973665237427, -0.00873402040451765, 0.1545630544424057, -0.07113479822874069, -0.009291727095842361, -0.02629651315510273, 0.07076408714056015, 0.026945851743221283, -0.007972230203449726, -0.011803709901869297, 0.0358276329934597, 0.028962189331650734, 0.034332528710365295, -0.06886306405067444, 0.13131345808506012, 0.07934436202049255, -0.043131157755851746, -0.08306455612182617, 0.15281543135643005, -0.1221642717719078, -0.08578012138605118, -0.021200763061642647, 0.00756269134581089, -0.09664664417505264, -0.028959697112441063, 0.01147475279867649, -0.10339353233575821, -0.03303590044379234, -0.012895253486931324, 0.028815871104598045, -0.05131768807768822, 0.06479628384113312, -0.03042740933597088, 0.07326062768697739, -0.0010969252325594425, -0.06710654497146606, 0.047275837510824203, -0.15336017310619354, -0.10728099197149277, -0.014066365547478199, 0.08814667910337448, -0.06099862977862358, 0.004238329362124205, -0.12300334125757217, 0.0400298647582531, -0.0998125970363617, 0.08146217465400696, -0.08505737781524658, -0.06434419751167297, -0.03905215486884117, -0.00013070079148747027, -0.03992987796664238, -0.08402795344591141, -0.14402741193771362, -0.025654004886746407, -0.04310927912592888, 0.10612266510725021, 0.016500400379300117, -0.03125058114528656, 0.010260875336825848, 0.012502136640250683, 0.08267882466316223, 0.08891470730304718, -0.00043965064105577767, 0.07213044166564941, -0.1062169298529625, -0.007794527802616358, 0.15023253858089447, 0.03270406275987625, 0.005457735620439053, 0.25223225355148315, -0.02429473213851452, -0.03259379789233208, 0.13618104159832, 0.0868523120880127, -0.1321101039648056, -0.12492900341749191, -0.016995491459965706, -0.15514473617076874, -0.13485555350780487, -0.005327272228896618, 0.03715793788433075, 0.11286617070436478, 0.030913401395082474, 0.14182148873806, -0.05081750079989433, 0.06937652081251144, -0.055281899869441986, 0.049972500652074814, -0.05412090942263603, -0.10170190781354904, -0.010196547955274582, -0.1281989961862564, 0.02115648053586483, -0.04047459736466408, 0.292154997587204, 0.18809036910533905, -0.11304590851068497, 0.050049569457769394, 0.06662201136350632, 0.014546302147209644, -0.0007530925213359296, 0.3111878037452698, 0.08968620747327805, 0.007580319419503212, -0.11047457903623581, 0.031835224479436874, 0.01805100217461586, 0.018305810168385506, 0.12050694972276688, 0.18303075432777405, -0.054219797253608704, 0.05743604898452759, 0.10568773001432419, -0.045608315616846085, 0.03502490743994713, 0.011178973130881786, 0.03554139286279678, 0.06834478676319122, -0.0978911817073822, 0.08216970413923264, 0.2322060912847519, -0.09525744616985321, 0.056942738592624664, -0.024093858897686005, -0.05598589405417442, -0.03225083276629448, -0.14402855932712555, -0.07008861750364304, -0.19332952797412872, 0.07108744978904724, -0.0026645625475794077, 0.0371890626847744, 0.1392219513654709, 0.05197716876864433, -0.027054965496063232, 0.0881488174200058, -0.15765832364559174, -0.10441736876964569, 0.099953792989254, -0.012417781166732311, -0.013410917483270168, -0.011382685042917728, -0.08370782434940338, 0.028961366042494774, -0.12669360637664795, -0.06002695858478546, 0.08766769617795944, -0.04380908980965614, -0.06638650596141815, -0.09957924485206604, -0.0690445825457573, -0.04821900278329849, 0.05387655273079872, 0.09001454710960388, 0.20546983182430267, 0.009771464392542839, -0.011377895250916481, -0.040774524211883545, 0.16869932413101196, -0.004881338682025671, -0.21675772964954376, 0.09776405990123749, 0.028313864022493362, -0.008151859976351261, 0.10346224159002304, -0.11521143466234207, -0.11279792338609695, -0.08327644318342209, 0.15707014501094818, 0.36297252774238586, -0.007279137149453163, -0.0077722398564219475, -0.07729201018810272, 0.030893119052052498, 0.029263721778988838, 0.152601420879364, -0.057117760181427, 0.1563902646303177, 0.026504194363951683, 0.06560615450143814, -0.058464016765356064, 0.004519336391240358, -0.2193840593099594, 0.011699169874191284, 0.10355046391487122, -0.09579039365053177, -0.0867660716176033, 0.2101576179265976, -0.05097116157412529, 0.17268404364585876, 0.16971233487129211, -0.16701732575893402, -0.018206633627414703, 0.07206512242555618, 0.09041821956634521, 0.0727381780743599, 0.09964504092931747, -0.10744957625865936, -0.024687327444553375, -0.23568862676620483, 0.016442807391285896, -0.2747228443622589, -0.09421182423830032, 0.00469624437391758, -0.04134595766663551, 0.1529056429862976, -0.06660009175539017, 0.1266336590051651, 0.05138295516371727, -0.02222606912255287, -0.02077147550880909, 0.1289801001548767, 0.02525559812784195, 0.04083367809653282, -0.010825158096849918, 0.0007098127389326692, -0.05629151687026024, -0.14189337193965912, 0.09092193096876144, -0.09545915573835373, -0.01758480630815029, 0.09410374611616135, 0.01528406422585249, -0.1160234734416008, 0.0886024758219719, -0.14199432730674744, 0.04001288861036301, 0.07759460806846619, -0.008633940480649471, -0.0953306257724762, -0.01046794280409813, -0.016926027834415436, 0.11487224698066711, -0.14814601838588715, -0.09677360206842422, 0.03325413540005684, -0.09843217581510544, 0.052278194576501846, 0.04812490940093994, -0.1674022525548935, 0.027001596987247467, -0.11404266208410263, 0.13851138949394226, -0.08144771307706833, 0.07370146363973618, 0.11066745966672897, -0.05566159635782242, 0.0010104987304657698, -0.3626415431499481, 0.07572099566459656, 0.05704831704497337, -0.09518003463745117, -0.12193338572978973 ]
9ec2e899215284a8dbee8b0e6ea2d6605074c8f8
# Dataset Card for "biomed-fr-v2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
rntc/biomed-fr-v2
[ "region:us" ]
2023-03-20T15:41:56+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5526536498.256718, "num_examples": 13988178}, {"name": "validation", "num_bytes": 55823708.74328186, "num_examples": 141295}], "download_size": 3607078169, "dataset_size": 5582360207.0}}
2023-03-27T09:07:31+00:00
[]
[]
TAGS #region-us
# Dataset Card for "biomed-fr-v2" More Information needed
[ "# Dataset Card for \"biomed-fr-v2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"biomed-fr-v2\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"biomed-fr-v2\"\n\nMore Information needed" ]
[ -0.044908370822668076, 0.0478651188313961, -0.003948496654629707, -0.02729395218193531, 0.05242239683866501, 0.07992531359195709, 0.06237337365746498, 0.14626489579677582, 0.1737794578075409, -0.015812018886208534, 0.1118171289563179, -0.004642242565751076, 0.049720074981451035, 0.3137485384941101, -0.04221205785870552, -0.029756223782896996, 0.07144393771886826, 0.053820256143808365, -0.0973997637629509, 0.004994179587811232, 0.07078590244054794, -0.05244314298033714, 0.07845327258110046, -0.035677798092365265, -0.20075978338718414, 0.09458208829164505, 0.05111466348171234, 0.01866224594414234, 0.08566233515739441, -0.04114584997296333, 0.12248542904853821, 0.03399382531642914, 0.0808873325586319, -0.1452217698097229, 0.04221457988023758, -0.021645426750183105, -0.09978629648685455, 0.0872187614440918, -0.01048226747661829, -0.0668458566069603, 0.049222853034734726, 0.03177656605839729, -0.03475160896778107, 0.02256885915994644, -0.04539227858185768, -0.3413229286670685, -0.07913454622030258, 0.01917882263660431, -0.05772378668189049, -0.1304086595773697, 0.0686645358800888, 0.08696814626455307, -0.03713362291455269, 0.05220014974474907, 0.07140487432479858, 0.0703735202550888, 0.08269768953323364, 0.07178540527820587, 0.0639951303601265, 0.04678625985980034, -0.0057951919734478, 0.10109400004148483, 0.05536038056015968, -0.04538056626915932, -0.01956906169652939, -0.01525035873055458, -0.0931393951177597, 0.05781098082661629, -0.021515294909477234, -0.056738629937171936, 0.27915409207344055, -0.01548479963093996, -0.031716592609882355, 0.12373876571655273, -0.06945294886827469, -0.029403671622276306, 0.008464880287647247, -0.012696634978055954, 0.03143647685647011, -0.0007151945028454065, 0.1048874482512474, -0.04729171097278595, -0.07772979140281677, -0.18637904524803162, -0.09980804473161697, 0.18005788326263428, -0.044260311871767044, 0.1735268384218216, -0.12447807192802429, -0.040098436176776886, -0.11475365608930588, 0.013737887144088745, -0.015833761543035507, -0.07249801605939865, -0.006714601535350084, -0.03617841750383377, -0.032841119915246964, 0.04769711196422577, 0.14486442506313324, 0.08216919749975204, -0.0022564884275197983, -0.07458662241697311, -0.0419212281703949, 0.04769953712821007, 0.16196101903915405, -0.2619815170764923, -0.03667804226279259, 0.11669677495956421, 0.04969899728894234, -0.10412339866161346, -0.08069025725126266, -0.06140713393688202, -0.13648536801338196, 0.024787161499261856, -0.038780327886343, 0.062206290662288666, -0.06621506810188293, -0.1643771529197693, -0.062433481216430664, -0.03776552155613899, 0.2019839882850647, -0.054916009306907654, 0.0036127534694969654, 0.08697858452796936, -0.03505495563149452, -0.037625979632139206, 0.011995702050626278, -0.03764881566166878, 0.05786367878317833, -0.03345763683319092, -0.09419621527194977, -0.015264288522303104, -0.01825602911412716, -0.07135801762342453, 0.065132275223732, -0.04390280693769455, 0.10861571878194809, -0.11996511369943619, -0.16699399054050446, 0.049746133387088776, 0.02769099548459053, -0.06851497292518616, 0.1371641904115677, 0.1533004194498062, 0.09362578392028809, -0.003239953890442848, -0.03788340836763382, 0.1444656252861023, -0.050194624811410904, 0.061112482100725174, 0.0075628748163580894, 0.1213235929608345, -0.2550387680530548, 0.04577607661485672, -0.06808610260486603, -0.003610053565353155, 0.10217379033565521, -0.07844128459692001, -0.13935554027557373, -0.07580426335334778, -0.07986369729042053, 0.018980011343955994, -0.0917653888463974, -0.02056809514760971, 0.00908931065350771, 0.06203359737992287, -0.14234673976898193, -0.05004684254527092, 0.1309453845024109, -0.10969642549753189, -0.15532457828521729, -0.0013026029337197542, 0.003310351399704814, 0.03093055635690689, -0.010106503963470459, 0.3123410642147064, 0.07740236818790436, -0.19400186836719513, 0.03304097428917885, 0.1400715708732605, -0.08006801456212997, -0.2684219479560852, 0.13770733773708344, 0.0073604341596364975, -0.1124492809176445, -0.018526915460824966, 0.10845671594142914, 0.03720219433307648, -0.0986308678984642, -0.08185319602489471, -0.034003905951976776, -0.12261690944433212, 0.07645873725414276, -0.03983865678310394, 0.022696878761053085, 0.028471065685153008, 0.19719675183296204, 0.08719423413276672, 0.10257496684789658, -0.048770301043987274, 0.000477944384329021, -0.01117034163326025, 0.1578458696603775, -0.12711437046527863, 0.00844869390130043, -0.13115845620632172, -0.051253918558359146, 0.04893427714705467, -0.09600823372602463, -0.04879673197865486, 0.07860026508569717, 0.05592988058924675, 0.030634509399533272, 0.0009351596236228943, 0.12945181131362915, -0.011005599051713943, 0.06844940781593323, 0.016416756436228752, -0.094728983938694, -0.0061414483934640884, -0.10197298973798752, -0.035268135368824005, -0.07172898203134537, -0.0583132803440094, 0.14324696362018585, 0.12569570541381836, 0.018420621752738953, -0.042971108108758926, 0.08099416643381119, -0.0603409968316555, 0.014151377603411674, 0.0066377632319927216, 0.007727780845016241, -0.08894996345043182, -0.03802245482802391, 0.06124414876103401, 0.09564639627933502, 0.26072102785110474, 0.06964246928691864, 0.061579588800668716, 0.03338439390063286, -0.10219455510377884, -0.004609940107911825, -0.003298484953120351, -0.1269099861383438, -0.015511567704379559, -0.1874648481607437, -0.08431319892406464, 0.05149981752038002, -0.07787790894508362, 0.058749012649059296, 0.06636286526918411, -0.0649513304233551, -0.07454699277877808, 0.024796057492494583, 0.15975302457809448, -0.3286624848842621, 0.11213525384664536, 0.1419503390789032, 0.14044810831546783, 0.14186905324459076, -0.0079315435141325, -0.12577657401561737, -0.05799447000026703, -0.04646871238946915, -0.04348309710621834, 0.26687830686569214, -0.023687776178121567, 0.10108055919408798, 0.08860527724027634, -0.024336792528629303, 0.06587599217891693, -0.08039388060569763, -0.023712478578090668, -0.02029299922287464, -0.062025632709264755, -0.15198379755020142, 0.04198770970106125, -0.03295646607875824, 0.1093931719660759, -0.013397914357483387, 0.03423161059617996, 0.082979716360569, 0.04271307960152626, -0.08502036333084106, 0.1624002307653427, -0.15860526263713837, -0.23425734043121338, -0.018549252301454544, -0.09630948305130005, 0.09696372598409653, 0.08167392015457153, -0.07173754274845123, -0.06158839911222458, -0.0810331478714943, 0.0368245504796505, -0.06287289410829544, -0.0889822319149971, 0.057562317699193954, 0.0063253045082092285, 0.053725358098745346, 0.037557974457740784, -0.06772702187299728, 0.04858701676130295, -0.06482332199811935, 0.17232027649879456, 0.11287330090999603, -0.05822256579995155, 0.1403806060552597, -0.0076430002227425575, -0.07855759561061859, 0.03743576258420944, -0.028985464945435524, 0.1687074899673462, 0.005244288593530655, 0.000350614805938676, 0.20722363889217377, 0.015385453589260578, -0.024623975157737732, 0.0019001231994479895, 0.07082831859588623, -0.11876567453145981, -0.027100123465061188, -0.09333764016628265, -0.18862441182136536, -0.22397086024284363, -0.11396964639425278, -0.02992427349090576, 0.03391435369849205, 0.06309249997138977, 0.0660468190908432, -0.003994257189333439, 0.03776361048221588, 0.048738036304712296, 0.031443897634744644, -0.15255987644195557, -0.08865483850240707, -0.09705610573291779, -0.02439209632575512, -0.0025180685333907604, -0.06042253226041794, 0.060661252588033676, 0.168243408203125, 0.2649005353450775, 0.19619977474212646, 0.06936659663915634, 0.12608850002288818, 0.026222100481390953, 0.113603875041008, 0.12907858192920685, 0.1945510059595108, 0.0279186200350523, -0.036380261182785034, -0.0024989035446196795, 0.0070291925221681595, -0.06672725081443787, 0.00265384279191494, 0.13535171747207642, -0.1633511185646057, 0.058869585394859314, -0.053598757833242416, 0.024104978889226913, -0.23908360302448273, 0.04006320983171463, -0.0904017835855484, 0.03587252274155617, 0.026459529995918274, 0.13523180782794952, -0.1105746179819107, -0.03288473188877106, 0.18566611409187317, -0.007995355874300003, 0.017434440553188324, 0.015751566737890244, 0.0322127602994442, -0.008428928442299366, -0.00981945265084505, -0.05168122798204422, -0.09641951322555542, 0.010044318623840809, 0.11887320876121521, -0.11155084520578384, 0.1784229874610901, 0.035725027322769165, -0.07252111285924911, -0.10254750400781631, -0.0269303061068058, -0.07118558138608932, 0.10934898257255554, 0.18595285713672638, 0.09087447822093964, -0.12101536244153976, -0.11275536566972733, -0.11562668532133102, -0.015016193501651287, 0.11629285663366318, 0.06152750924229622, -0.1142895370721817, 0.022492237389087677, -0.008635609410703182, -0.07687889784574509, -0.15069399774074554, -0.16504354774951935, -0.04669511318206787, 0.0995977595448494, -0.024138836190104485, -0.1056625247001648, -0.01306725014001131, 0.036948028951883316, 0.06304283440113068, 0.11673454940319061, -0.06769651174545288, -0.02370607480406761, -0.19682958722114563, 0.138070747256279, 0.11946455389261246, -0.03477184474468231, 0.008361581712961197, 0.013175367377698421, 0.04266291484236717, -0.05012927204370499, -0.20002391934394836, 0.12116394937038422, -0.08205176889896393, 0.018042735755443573, -0.12060202658176422, 0.04409308359026909, -0.039283063262701035, 0.07031437009572983, 0.04736393317580223, -0.04232244938611984, -0.0825367346405983, -0.04292743653059006, 0.1966075301170349, -0.11525902897119522, 0.009008500725030899, 0.17158517241477966, -0.07895584404468536, -0.026229657232761383, 0.1621960550546646, -0.037704773247241974, 0.13765949010849, 0.10374952852725983, -0.03287355974316597, 0.24583832919597626, 0.17969906330108643, -0.06101493909955025, -0.32690322399139404, -0.010882402770221233, -0.06735859811306, 0.011806987226009369, -0.02072189562022686, -0.2749127149581909, 0.10334581136703491, 0.16416873037815094, -0.020324217155575752, 0.23211002349853516, 0.014707740396261215, -0.0706525444984436, 0.08789516240358353, 0.11602745950222015, 0.3458733856678009, -0.04818728193640709, -0.05257917195558548, -0.09071551263332367, -0.11515532433986664, 0.22261741757392883, -0.20448437333106995, 0.0395197868347168, -0.0485038086771965, -0.005195923615247011, -0.04271077364683151, -0.033515818417072296, 0.19177140295505524, 0.053711000829935074, 0.05443425476551056, 0.020009350031614304, -0.06442581117153168, 0.14171893894672394, 0.014949463307857513, 0.06233379244804382, 0.07291170209646225, 0.04498685896396637, -0.1667221337556839, -0.014827393926680088, -0.004032631870359182, 0.06212547793984413, 0.023390190675854683, -0.0932336151599884, -0.05786966532468796, 0.011936681345105171, -0.06457342952489853, -0.06035775691270828, 0.07483471184968948, -0.018349848687648773, -0.02109582908451557, 0.22543013095855713, -0.02830270491540432, -0.0153808007016778, 0.10534588247537613, 0.02103801630437374, -0.07238344103097916, 0.06764084100723267, -0.24381989240646362, 0.06982647627592087, 0.06782419234514236, 0.019817309454083443, 0.02819938398897648, 0.011173016391694546, -0.019091594964265823, 0.009012529626488686, 0.12746022641658783, -0.17220138013362885, 0.00047264606109820306, 0.060834504663944244, -0.12993252277374268, -0.04135414958000183, 0.07743339240550995, 0.08580247312784195, 0.02963680773973465, -0.03614619001746178, -0.07719765603542328, 0.06350880861282349, -0.1429363638162613, 0.1635892242193222, 0.17311695218086243, 0.04953382909297943, -0.1804848611354828, 0.06894981116056442, -0.002563565969467163, 0.033412739634513855, -0.02154390513896942, -0.09557381272315979, -0.0849069282412529, -0.10929632186889648, 0.021038541570305824, 0.1697118729352951, -0.10959134995937347, -0.11616582423448563, -0.01911434344947338, -0.08427923917770386, 0.01817074976861477, 0.19341154396533966, 0.0495409220457077, 0.05655817687511444, 0.025190962478518486, -0.09171929955482483, -0.07253554463386536, 0.0038122148253023624, -0.20831963419914246, 0.032459806650877, 0.028637954965233803, -0.1395685374736786, -0.13782675564289093, 0.17110279202461243, -0.11643467843532562, 0.018383324146270752, -0.09496690332889557, -0.008713304996490479, -0.1342066377401352, -0.010475648567080498, 0.06862377375364304, -0.028407342731952667, 0.026850709691643715, 0.0019007361261174083, 0.020470796152949333, 0.08647026866674423, -0.12783823907375336, 0.08937596529722214, 0.013826563023030758, 0.009017272852361202, -0.10077203065156937, -0.0143901901319623, 0.06292487680912018, 0.07816953957080841, 0.11731451749801636, 0.17972038686275482, 0.06759946793317795, 0.03863522410392761, -0.062389809638261795, -0.09214597195386887, 0.08584404736757278, 0.11278954148292542, 0.08142870664596558, -0.04237933084368706, 0.027394255623221397, 0.07466786354780197, -0.06341446191072464, 0.041863568127155304, 0.08336994051933289, -0.04649324715137482, -0.04050228372216225, -0.24288633465766907, -0.016526013612747192, 0.002653132425621152, -0.010537289083003998, 0.08563213795423508, 0.07591753453016281, -0.052682921290397644, 0.10592194646596909, -0.008956900797784328, -0.03312014415860176, -0.017203740775585175, -0.004386209882795811, -0.1390918344259262, -0.1832175999879837, 0.059132371097803116, 0.029208319261670113, 0.023457355797290802, 0.44005873799324036, -0.022080479189753532, -0.10506661981344223, -0.023356175050139427, 0.07179000228643417, 0.04449716582894325, 0.007224706932902336, 0.24646537005901337, 0.02136342227458954, -0.0028628280851989985, 0.00926933716982603, 0.05810138210654259, 0.029878437519073486, 0.06243785843253136, 0.08249111473560333, 0.06099918112158775, 0.056585654616355896, -0.030978383496403694, 0.020106490701436996, -0.09616994857788086, 0.06844630837440491, -0.05633680149912834, -0.009507296606898308, -0.05643660947680473, 0.10690084099769592, -0.10830339044332504, 0.0032057398930191994, -0.10500866919755936, -0.0220083836466074, 0.03762281313538551, -0.1085142195224762, -0.10491666197776794, 0.011690721847116947, -0.0860329195857048, -0.07089147716760635, 0.01824301853775978, -0.12607868015766144, -0.044388335198163986, 0.043149638921022415, 0.027522524818778038, 0.022964034229516983, 0.04222419485449791, -0.060802921652793884, 0.06541811674833298, -0.06343570351600647, -0.0005898243980482221, -0.04909941181540489, -0.0008585444884374738, -0.12477493286132812, 0.06765128672122955, -0.06451860070228577, 0.024107716977596283, -0.05459940806031227, 0.08776913583278656, -0.005248101893812418, -0.08950524032115936, -0.03636658936738968, -0.07441359013319016, -0.007440159562975168, -0.1512073278427124, 0.10963868349790573, 0.0295454952865839, 0.010473702102899551, 0.0369051918387413, 0.04650399088859558, 0.03350503742694855, 0.0665106400847435, -0.04810991883277893, -0.06358738243579865, -0.0041863881051540375, 0.14330650866031647, 0.0410136841237545, 0.006509370170533657, -0.03691444173455238, 0.15560849010944366, 0.1390441358089447, -0.08279222249984741, 0.0250033400952816, 0.07519560307264328, 0.04175269976258278, 0.09613431990146637, 0.11905881017446518, 0.03980308398604393, -0.09676037728786469, 0.0015116549329832196, -0.10867314785718918, -0.0008674939745105803, -0.0662156343460083, -0.0856289342045784, 0.08250192552804947, 0.062223151326179504, -0.07526920735836029, -0.09918893128633499, 0.02928522415459156, -0.07678806036710739, -0.00006783891876693815, 0.1455744355916977, -0.048365142196416855, -0.05669412761926651, -0.05008217692375183, 0.04140666127204895, 0.004158159252256155, -0.05955659970641136, -0.10220559686422348, 0.0344088040292263, 0.06900409609079361, 0.026663104072213173, -0.32393011450767517, -0.09825050085783005, 0.014997621066868305, -0.06267652660608292, 0.0713777244091034, 0.005538394674658775, 0.11864306032657623, 0.000170811457792297, -0.024715935811400414, -0.10451970249414444, 0.045969147235155106, -0.027476297691464424, -0.009960196912288666, -0.011601584032177925, 0.1328619122505188, -0.04084201529622078, -0.021686352789402008, -0.01330996211618185, -0.04955761879682541, -0.09986985474824905, 0.09555038064718246, -0.026835305616259575, 0.03911261633038521, -0.008713125251233578, -0.08053411543369293, 0.09668774157762527, 0.024548720568418503, -0.022728515788912773, -0.04096398875117302, -0.044317953288555145, 0.11182617396116257, 0.06194551661610603, -0.05494968965649605, -0.05296379700303078, -0.034831978380680084, -0.056422680616378784, 0.07508114725351334, 0.028216587379574776, -0.060517434030771255, 0.021732816472649574, -0.1520392745733261, 0.01775379478931427, -0.03874046355485916, 0.057950709015131, 0.07344723492860794, 0.043929845094680786, -0.029228707775473595, -0.04712861031293869, 0.07068638503551483, -0.037989694625139236, -0.04645252600312233, -0.10057061165571213 ]
607e4454321e420ede76700f2c87f4c8cb0064bf
# Dataset Card for "test_embeddings" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
davanstrien/test_embeddings
[ "region:us" ]
2023-03-20T15:57:41+00:00
{"dataset_info": {"features": [{"name": "crawl_date", "dtype": "int64"}, {"name": "last_modified_date", "dtype": "float64"}, {"name": "url", "dtype": "string"}, {"name": "filename", "dtype": "string"}, {"name": "extension", "dtype": "string"}, {"name": "mime_type_web_server", "dtype": "string"}, {"name": "mime_type_tika", "dtype": "string"}, {"name": "width", "dtype": "int64"}, {"name": "height", "dtype": "int64"}, {"name": "md5", "dtype": "string"}, {"name": "sha1", "dtype": "string"}, {"name": "image", "dtype": "image"}, {"name": "embeddings", "sequence": "float32"}], "splits": [{"name": "train", "num_bytes": 210083085.0, "num_examples": 969}], "download_size": 208374121, "dataset_size": 210083085.0}}
2023-03-20T18:05:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for "test_embeddings" More Information needed
[ "# Dataset Card for \"test_embeddings\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"test_embeddings\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"test_embeddings\"\n\nMore Information needed" ]
[ -0.16570347547531128, 0.029188141226768494, -0.001729689072817564, 0.0028401552699506283, 0.06042938306927681, 0.11681254208087921, 0.18803539872169495, 0.1156461238861084, 0.23259516060352325, 0.010072474367916584, 0.17795437574386597, 0.07317877560853958, -0.0009674811153672636, 0.25006869435310364, -0.05962532386183739, 0.04929771274328232, 0.054384566843509674, 0.06332183629274368, -0.02591538429260254, 0.0906209722161293, 0.0444415844976902, -0.08778445422649384, 0.1072029396891594, -0.0981096625328064, -0.19875551760196686, 0.07030297070741653, -0.04007212817668915, -0.05401691421866417, 0.07880973070859909, -0.11734962463378906, 0.1677725911140442, -0.01335220318287611, -0.03940129652619362, -0.17408868670463562, 0.007479512598365545, 0.00228578201495111, -0.014176950789988041, 0.04474886879324913, -0.018811209127306938, -0.036869775503873825, -0.12272576987743378, 0.06467363983392715, 0.08291107416152954, -0.01134257297962904, -0.10677362233400345, -0.20633430778980255, -0.0738438069820404, -0.1478448510169983, -0.0011285560904070735, 0.017528314143419266, 0.03107750415802002, 0.2625353932380676, -0.1724124401807785, 0.02105599083006382, 0.11307913810014725, -0.026470130309462547, 0.0652630403637886, 0.2183222621679306, 0.09021509438753128, 0.13100020587444305, -0.013421297073364258, 0.016780944541096687, 0.13633140921592712, 0.027553582563996315, -0.11122234165668488, -0.0332133024930954, -0.07145603001117706, 0.11056767404079437, -0.05996675416827202, -0.13319674134254456, 0.394929438829422, -0.038930583745241165, -0.025958195328712463, -0.02757621556520462, -0.030596185475587845, -0.11585832387208939, 0.09089361131191254, 0.015705663710832596, 0.01657160371541977, 0.013583186082541943, 0.007968404330313206, -0.028437413275241852, -0.0778917670249939, -0.1905224770307541, -0.12642177939414978, -0.011880205012857914, -0.002850899938493967, 0.12310165166854858, -0.21717239916324615, 0.025286875665187836, -0.002682406920939684, -0.049058541655540466, -0.05953909829258919, -0.14605119824409485, -0.013069088570773602, -0.048525601625442505, -0.05013963580131531, -0.05443530157208443, 0.1592167168855667, 0.216216042637825, 0.019776538014411926, 0.09663888067007065, -0.08994781225919724, 0.09068110585212708, 0.10980081558227539, -0.005945510230958462, 0.09505882859230042, 0.06034364551305771, -0.07912488281726837, -0.061893053352832794, -0.08612245321273804, -0.07906646281480789, -0.08741357922554016, 0.016985712572932243, -0.01828632317483425, 0.1105625331401825, -0.05101102963089943, -0.09898517280817032, -0.08609700947999954, -0.005751475226134062, 0.032911624759435654, -0.08804145455360413, 0.03410284221172333, 0.019672758877277374, -0.024260910227894783, -0.09197176247835159, -0.022652197629213333, -0.06816264241933823, 0.06770628690719604, -0.0011634599650278687, -0.05873782932758331, -0.009305208921432495, -0.10074171423912048, -0.015149200335144997, 0.0787944495677948, -0.20088638365268707, 0.08237927407026291, -0.10463235527276993, -0.25408074259757996, 0.0017799633787944913, 0.028133530169725418, -0.007203760091215372, 0.21393056213855743, -0.03173726424574852, 0.06334925442934036, -0.026841245591640472, -0.06487248092889786, 0.06837814301252365, -0.06074485927820206, 0.052590467035770416, 0.06331077218055725, 0.05268797278404236, -0.12504395842552185, 0.04744955897331238, -0.1532416045665741, 0.0259241946041584, -0.03137397766113281, 0.023642968386411667, -0.15254662930965424, 0.07416094094514847, -0.04595247283577919, -0.017267627641558647, -0.09623054414987564, 0.05837125703692436, 0.031948022544384, 0.13855794072151184, -0.20657213032245636, -0.007970324717462063, 0.19196246564388275, -0.1244814321398735, -0.2664523422718048, 0.010269302874803543, -0.06700601428747177, 0.11676907539367676, -0.0019308519549667835, 0.33576759696006775, 0.04637038707733154, -0.12517525255680084, 0.08509758114814758, 0.12962454557418823, -0.10011850297451019, -0.20331639051437378, 0.09346067160367966, -0.08641395717859268, -0.19134126603603363, 0.021450791507959366, 0.08162257820367813, -0.011473309248685837, -0.048577144742012024, -0.032368361949920654, -0.049705177545547485, -0.12093493342399597, 0.13938023149967194, 0.031125914305448532, 0.00027392953052185476, -0.1278821974992752, 0.07747684419155121, 0.07408438622951508, 0.08399206399917603, -0.025999274104833603, -0.04062600061297417, -0.06831656396389008, 0.1965510994195938, -0.1398567110300064, -0.043493643403053284, -0.20692695677280426, -0.0932157039642334, 0.058379173278808594, -0.00047749935765750706, 0.00540980463847518, 0.06102380156517029, 0.11834603548049927, -0.056333497166633606, 0.06899081915616989, -0.007395876571536064, 0.055040907114744186, 0.025066588073968887, -0.024369889870285988, 0.008970266208052635, 0.028314154595136642, -0.1302957534790039, -0.03183779492974281, -0.07187479734420776, -0.05393074080348015, -0.024069132283329964, 0.021061522886157036, 0.025006821379065514, -0.03305164724588394, 0.02715459279716015, -0.012693822383880615, -0.026205554604530334, -0.07045507431030273, -0.016296062618494034, -0.054224785417318344, -0.009785770438611507, -0.016674276441335678, -0.044141169637441635, 0.12631049752235413, 0.1205192506313324, -0.053146518766880035, 0.03380364924669266, -0.0872783437371254, 0.0013176000211387873, 0.016619374975562096, -0.10307275503873825, -0.01934426836669445, -0.018634052947163582, -0.06686987727880478, 0.0333150178194046, -0.12400178611278534, 0.0004610228643286973, 0.012249475345015526, -0.059043873101472855, -0.10115225613117218, 0.055701304227113724, 0.10869002342224121, -0.13917894661426544, 0.16160815954208374, 0.22676078975200653, 0.042957209050655365, 0.11326068639755249, -0.11318976432085037, -0.122897669672966, 0.013418968766927719, 0.03632667288184166, -0.0718282163143158, 0.20184862613677979, -0.1959686279296875, 0.0991293266415596, 0.10703334212303162, 0.07634218782186508, 0.11575768142938614, -0.0838451161980629, -0.08118732273578644, 0.014593463391065598, -0.02213505282998085, -0.1625710278749466, 0.07613438367843628, 0.04232863336801529, 0.044489793479442596, -0.03150210902094841, 0.015650857239961624, 0.13501165807247162, -0.0016873293789103627, -0.1174490675330162, 0.1627345085144043, -0.23103952407836914, -0.21638572216033936, -0.09939560294151306, -0.10308760404586792, 0.07175847142934799, 0.021607989445328712, 0.03976504132151604, -0.18378162384033203, -0.010721947997808456, -0.028514791280031204, -0.0963759794831276, -0.0767279863357544, -0.04012282192707062, 0.040019918233156204, 0.04279068112373352, -0.017954513430595398, -0.10952827334403992, -0.012542813085019588, -0.007929162122309208, 0.19934913516044617, 0.14021724462509155, -0.1441822052001953, 0.10378313809633255, 0.0880492702126503, -0.04040513187646866, 0.09873376786708832, -0.02625046670436859, 0.15853972733020782, -0.058930110186338425, -0.10424327105283737, 0.13955962657928467, -0.0789552703499794, -0.007488538045436144, 0.00616519944742322, -0.040462274104356766, -0.17427799105644226, 0.012768320739269257, -0.08663824945688248, -0.15735428035259247, -0.324438214302063, -0.09674844890832901, -0.05774597078561783, 0.06267303228378296, 0.08078688383102417, 0.054077405482530594, -0.003492954419925809, 0.11071325093507767, 0.15442830324172974, -0.08059440553188324, -0.1286909133195877, -0.04630403593182564, -0.07169584929943085, -0.024590693414211273, -0.04473315179347992, -0.15466246008872986, -0.01921062543988228, 0.11229749768972397, 0.11553731560707092, 0.2667108476161957, 0.11480119824409485, 0.027684710919857025, 0.0793236717581749, 0.1301894187927246, 0.07712671160697937, 0.19084671139717102, 0.060711633414030075, -0.009212971664965153, 0.025590289384126663, -0.006738391704857349, -0.10667486488819122, -0.015841970220208168, 0.10140960663557053, -0.12333334237337112, -0.016714422032237053, -0.13417872786521912, 0.032147444784641266, -0.1907235085964203, 0.14256533980369568, -0.303488552570343, 0.06741897761821747, -0.008372037671506405, 0.12162227928638458, -0.15540648996829987, 0.04570184648036957, 0.12920598685741425, -0.0783907026052475, 0.054582711309194565, -0.01646316796541214, 0.08159209042787552, 0.05333147943019867, -0.00641817320138216, -0.04941851273179054, -0.08552296459674835, -0.012470069341361523, 0.15647344291210175, -0.3289288282394409, 0.19332660734653473, -0.008740600198507309, -0.03346783295273781, -0.13580352067947388, -0.03582897409796715, -0.028386864811182022, -0.025035466998815536, 0.11844401061534882, 0.002186181489378214, -0.22689266502857208, -0.1657167375087738, -0.019793527200818062, 0.015643442049622536, 0.11785964667797089, 0.054704610258340836, -0.07643911987543106, 0.035209450870752335, 0.0711759626865387, -0.044554613530635834, -0.19040262699127197, -0.11129095405340195, -0.055190734565258026, -0.02177240327000618, -0.0047994195483624935, -0.10699363052845001, 0.00030023910221643746, 0.028354931622743607, -0.027519412338733673, 0.017188388854265213, 0.01707773655653, -0.023301539942622185, -0.09265463054180145, -0.008089694194495678, 0.18763971328735352, -0.021741842851042747, 0.017663735896348953, 0.015274767763912678, 0.027755131945014, -0.049535926431417465, -0.18331271409988403, 0.0808151364326477, -0.08225198835134506, 0.03710828721523285, -0.09541681408882141, 0.03996634855866432, 0.02767246775329113, 0.029279179871082306, 0.051728151738643646, -0.021547392010688782, -0.0742097720503807, -0.0333288349211216, 0.12667813897132874, -0.03565741702914238, 0.07300817221403122, 0.22889837622642517, 0.010584253817796707, 0.09361542016267776, 0.06270186603069305, 0.008071746677160263, 0.22058552503585815, 0.16506093740463257, -0.009282151237130165, 0.14834220707416534, 0.11084526777267456, -0.09039020538330078, -0.24943488836288452, 0.10106782615184784, -0.13943544030189514, -0.005138910375535488, 0.10732901841402054, -0.1895384043455124, 0.10297081619501114, 0.08141312748193741, -0.04175090789794922, 0.24124042689800262, -0.14852163195610046, -0.04347965866327286, 0.2210783064365387, 0.05829330533742905, 0.2534903585910797, -0.09246945381164551, -0.08732817322015762, -0.05152666196227074, -0.08295831829309464, 0.07022637128829956, -0.09245193749666214, 0.02614906243979931, -0.02519684098660946, 0.07332712411880493, 0.016743240877985954, -0.09330562502145767, 0.21960000693798065, 0.03728872165083885, 0.12352517992258072, -0.07312218844890594, 0.050062503665685654, 0.11620385199785233, -0.07509166747331619, 0.1254761666059494, -0.07751647382974625, 0.0667918473482132, -0.21813639998435974, 0.015370406210422516, 0.06757236272096634, 0.06715518236160278, 0.055413130670785904, -0.07045196741819382, -0.11242630332708359, -0.03693976253271103, -0.13416750729084015, -0.013013135641813278, 0.11232814937829971, 0.012187034823000431, 0.05349595844745636, 0.009445021860301495, 0.11126440018415451, -0.07316956669092178, -0.03832276910543442, 0.01363026537001133, -0.0491977296769619, 0.06726288050413132, -0.23953446745872498, 0.023836350068449974, 0.12067025899887085, -0.02268761210143566, 0.05760759487748146, 0.06106751784682274, -0.09714878350496292, 0.01602855883538723, 0.14069420099258423, -0.07795991748571396, 0.10229450464248657, 0.08188938349485397, -0.03556440770626068, -0.03325392305850983, 0.03193528577685356, 0.01193135604262352, 0.10925517231225967, 0.015165778808295727, -0.0808093324303627, 0.052525486797094345, -0.1115754097700119, 0.1490887701511383, 0.10841444134712219, 0.07336235791444778, -0.1571304351091385, 0.17556340992450714, -0.0379357784986496, -0.12531490623950958, 0.07568378746509552, -0.06647679954767227, -0.07745548337697983, -0.08438781648874283, 0.08692546933889389, 0.38205841183662415, 0.005177807994186878, -0.14375905692577362, -0.04855147749185562, -0.04314606636762619, 0.03810454532504082, 0.13711482286453247, 0.11336438357830048, 0.06933861970901489, 0.07564232498407364, -0.059691186994314194, -0.038065582513809204, 0.004940531216561794, -0.024161992594599724, 0.07694891840219498, -0.055079612880945206, -0.20781072974205017, -0.029968874529004097, 0.19610561430454254, -0.084784135222435, -0.042534004896879196, -0.13464877009391785, 0.13500043749809265, -0.21815170347690582, 0.03510093316435814, 0.04148261249065399, -0.016893278807401657, 0.07744123786687851, 0.01828846149146557, -0.01508422289043665, -0.022927207872271538, -0.1287817358970642, 0.12276586890220642, 0.0740256980061531, 0.03401346132159233, -0.10214754194021225, 0.010060192085802555, 0.13713912665843964, -0.030055945739150047, 0.09709091484546661, 0.11637929826974869, -0.03935845568776131, 0.0901472195982933, -0.08013053983449936, -0.08195513486862183, 0.08261352777481079, 0.10375940054655075, 0.053410328924655914, 0.04251973703503609, 0.03575370833277702, 0.09299301356077194, -0.015620175749063492, 0.10412363708019257, 0.01863887719810009, -0.05450589954853058, 0.027800392359495163, -0.13257402181625366, -0.10276491194963455, -0.002812855876982212, -0.03726094588637352, 0.14146846532821655, 0.07187306135892868, 0.045350369065999985, 0.04760770872235298, 0.0379624180495739, -0.013603185303509235, -0.07336680591106415, 0.0159162450581789, -0.08900890499353409, 0.04680246859788895, 0.009905709885060787, 0.05588989332318306, -0.08162769675254822, 0.5004781484603882, -0.009788721799850464, -0.08857855200767517, -0.049913886934518814, 0.09591392427682877, 0.05921011045575142, 0.007769904099404812, 0.28624245524406433, 0.01028468832373619, -0.03178499639034271, -0.09002182632684708, 0.03967086225748062, 0.04835934937000275, 0.0033494485542178154, 0.11361606419086456, 0.17407329380512238, -0.06829127669334412, 0.035219706594944, 0.011123585514724255, -0.007816234603524208, 0.07736415416002274, -0.06348717957735062, 0.031098747625947, 0.013089821673929691, 0.1075313538312912, 0.041154246777296066, -0.025678496807813644, -0.0450017973780632, 0.0237947516143322, -0.05493984371423721, -0.07611815631389618, -0.13399291038513184, -0.005480052437633276, -0.061554908752441406, -0.1688942164182663, 0.06371068209409714, -0.04414328560233116, -0.07494402676820755, 0.2520939111709595, 0.037846483290195465, -0.03271503373980522, 0.15823760628700256, -0.03832608088850975, 0.07526832818984985, -0.016685066744685173, -0.04208094999194145, -0.0632668286561966, 0.024532431736588478, -0.10595182329416275, 0.07030224800109863, -0.04215959459543228, 0.02284879982471466, -0.03143399581313133, -0.015325183048844337, 0.026127062737941742, -0.12455238401889801, -0.06291326880455017, -0.06246381625533104, 0.06377190351486206, -0.17519745230674744, 0.04777050018310547, 0.03559010475873947, 0.06194472312927246, 0.014923746697604656, 0.04065263271331787, 0.04254136607050896, -0.004444828722625971, -0.06656999886035919, 0.01870361715555191, -0.03957264870405197, 0.09133298695087433, -0.0201744195073843, -0.05353381112217903, -0.048624783754348755, 0.21128243207931519, 0.22179187834262848, -0.012213492766022682, -0.04970306530594826, 0.05528634041547775, 0.04634993150830269, -0.0192961897701025, 0.19563132524490356, 0.0009553694981150329, 0.0195639505982399, -0.005646230187267065, -0.0981406420469284, -0.015178781002759933, -0.07244571298360825, -0.02977251447737217, -0.03424716368317604, 0.06456992775201797, -0.06683599948883057, -0.05660409852862358, 0.16043110191822052, -0.16084446012973785, 0.10396343469619751, 0.14870315790176392, -0.050927381962537766, -0.1020750105381012, -0.026389192789793015, 0.16299967467784882, -0.09597290307283401, -0.022331399843096733, -0.0924048125743866, -0.04623720049858093, -0.0579136423766613, -0.06215883791446686, -0.24732689559459686, -0.1628309041261673, 0.013006757944822311, -0.09328296780586243, 0.14978249371051788, 0.012192227877676487, 0.18108661472797394, 0.053339604288339615, 0.018777882680296898, -0.08332893252372742, 0.09585877507925034, 0.053653668612241745, 0.12983594834804535, -0.02042953297495842, 0.012604794465005398, -0.026809344068169594, -0.024825362488627434, 0.08253040164709091, -0.043884459882974625, -0.036463212221860886, -0.074920654296875, 0.01815805211663246, -0.11427474766969681, -0.03382471576333046, -0.0902625098824501, 0.12065085768699646, -0.020836643874645233, -0.023885078728199005, 0.0315600149333477, -0.013655181042850018, 0.14850442111492157, 0.0251177866011858, -0.11047109961509705, -0.06859911233186722, -0.07694045454263687, -0.0981745645403862, 0.12467990070581436, -0.03038579225540161, -0.26122865080833435, 0.06165604293346405, -0.08032388985157013, -0.0028422940522432327, 0.035134658217430115, 0.07927332818508148, 0.1656932383775711, 0.06488583236932755, -0.057999078184366226, 0.0054480768740177155, 0.04482903331518173, 0.0799717977643013, -0.05828117951750755, -0.07597034424543381 ]
a17759658c982762fde184901a98b21de29c5738
# SwissNER A multilingual test set for named entity recognition (NER) on Swiss news articles. ## Description SwissNER is a dataset for named entity recognition based on manually annotated news articles in Swiss Standard German, French, Italian, and Romansh Grischun. We have manually annotated a selection of articles that have been published in February 2023 in the categories "Switzerland" or "Regional" on the following online news portals: - Swiss Standard German: [srf.ch](https://www.srf.ch/) - French: [rts.ch](https://www.rts.ch/) - Italian: [rsi.ch](https://www.rsi.ch/) - Romansh Grischun: [rtr.ch](https://www.rtr.ch/) For each article we extracted the first two paragraphs after the lead paragraph. We followed the guidelines of the CoNLL-2002 and 2003 shared tasks and annotated the names of persons, organizations, locations and miscellaneous entities. The annotation was performed by a single annotator. When using this dataset, please consider citing our paper, ["SwissBERT: The Multilingual Language Model for Switzerland"](https://aclanthology.org/2023.swisstext-1.6/) (SwissText 2023). ## License - Text paragraphs: © Swiss Broadcasting Corporation (SRG SSR) - Annotations: Attribution 4.0 International (CC BY 4.0) ## Statistics | | DE | FR | IT | RM | Total | |----------------------|-----:|------:|------:|------:|------:| | Number of paragraphs | 200 | 200 | 200 | 200 | 800 | | Number of tokens | 9498 | 11434 | 12423 | 13356 | 46711 | | Number of entities | 479 | 475 | 556 | 591 | 2101 | | – `PER` | 104 | 92 | 93 | 118 | 407 | | – `ORG` | 193 | 216 | 266 | 227 | 902 | | – `LOC` | 182 | 167 | 197 | 246 | 792 | | – `MISC` | 113 | 79 | 88 | 39 | 319 | ## Citation ```bibtex @inproceedings{vamvas-etal-2023-swissbert, title = "{S}wiss{BERT}: The Multilingual Language Model for {S}witzerland", author = {Vamvas, Jannis and Gra{\"e}n, Johannes and Sennrich, Rico}, editor = {Ghorbel, Hatem and Sokhn, Maria and Cieliebak, Mark and H{\"u}rlimann, Manuela and de Salis, Emmanuel and Guerne, Jonathan}, booktitle = "Proceedings of the 8th edition of the Swiss Text Analytics Conference", month = jun, year = "2023", address = "Neuchatel, Switzerland", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2023.swisstext-1.6", pages = "54--69", } ```
ZurichNLP/swissner
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "multilinguality:multilingual", "size_categories:n<1K", "language:de", "language:fr", "language:it", "language:rm", "license:cc-by-4.0", "region:us" ]
2023-03-20T17:25:08+00:00
{"language": ["de", "fr", "it", "rm"], "license": "cc-by-4.0", "multilinguality": ["multilingual"], "size_categories": ["n<1K"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition"], "pretty_name": "SwissNER", "dataset_info": {"features": [{"name": "tokens", "sequence": "string"}, {"name": "ner_tags", "sequence": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "test_de", "num_bytes": 164433, "num_examples": 200}, {"name": "test_fr", "num_bytes": 186036, "num_examples": 200}, {"name": "test_it", "num_bytes": 197513, "num_examples": 200}, {"name": "test_rm", "num_bytes": 206644, "num_examples": 200}], "download_size": 220352, "dataset_size": 754626}}
2024-01-19T14:27:57+00:00
[]
[ "de", "fr", "it", "rm" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #multilinguality-multilingual #size_categories-n<1K #language-German #language-French #language-Italian #language-Romansh #license-cc-by-4.0 #region-us
SwissNER ======== A multilingual test set for named entity recognition (NER) on Swiss news articles. Description ----------- SwissNER is a dataset for named entity recognition based on manually annotated news articles in Swiss Standard German, French, Italian, and Romansh Grischun. We have manually annotated a selection of articles that have been published in February 2023 in the categories "Switzerland" or "Regional" on the following online news portals: * Swiss Standard German: URL * French: URL * Italian: URL * Romansh Grischun: URL For each article we extracted the first two paragraphs after the lead paragraph. We followed the guidelines of the CoNLL-2002 and 2003 shared tasks and annotated the names of persons, organizations, locations and miscellaneous entities. The annotation was performed by a single annotator. When using this dataset, please consider citing our paper, "SwissBERT: The Multilingual Language Model for Switzerland" (SwissText 2023). License ------- * Text paragraphs: © Swiss Broadcasting Corporation (SRG SSR) * Annotations: Attribution 4.0 International (CC BY 4.0) Statistics ----------
[]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #multilinguality-multilingual #size_categories-n<1K #language-German #language-French #language-Italian #language-Romansh #license-cc-by-4.0 #region-us \n" ]
[ 80 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #multilinguality-multilingual #size_categories-n<1K #language-German #language-French #language-Italian #language-Romansh #license-cc-by-4.0 #region-us \n" ]
[ -0.09090080112218857, 0.04085995629429817, -0.006160547491163015, 0.07681311666965485, 0.06737760454416275, 0.09598027914762497, 0.19803562760353088, 0.05108648166060448, 0.28636083006858826, 0.030374249443411827, 0.005835557356476784, -0.04915144294500351, 0.01119320560246706, 0.004426675383001566, -0.06391872465610504, -0.232322096824646, 0.05311599746346474, -0.07834786921739578, 0.019318558275699615, 0.05364391952753067, 0.12172812223434448, -0.01088901050388813, 0.031511493027210236, -0.06700997054576874, -0.09644685685634613, 0.07761329412460327, 0.01777922920882702, -0.04874618723988533, 0.11518263816833496, 0.06513306498527527, 0.11180438101291656, 0.04626792296767235, 0.02371063455939293, -0.18025457859039307, -0.005446744617074728, -0.07642167806625366, -0.05499289184808731, -0.07320436090230942, 0.07944595068693161, -0.08546216040849686, 0.03256843611598015, -0.06667406111955643, -0.026761140674352646, 0.04071571305394173, -0.09600188583135605, -0.09754139930009842, -0.046642716974020004, 0.11252394318580627, -0.07874852418899536, 0.015911107882857323, 0.005113314837217331, 0.10510553419589996, -0.21096423268318176, 0.008356194011867046, -0.01634085364639759, -0.2077401727437973, -0.0457698218524456, 0.12846939265727997, 0.05315016582608223, 0.08498621731996536, -0.04431881383061409, 0.07762711495161057, -0.0026842926163226366, 0.013049228116869926, -0.20052698254585266, -0.11346651613712311, -0.011642130091786385, 0.004933028947561979, -0.07311473786830902, -0.029307637363672256, 0.25439369678497314, 0.027091534808278084, 0.01562562957406044, -0.14221039414405823, 0.0334688238799572, 0.04602913185954094, -0.05936172977089882, -0.017761096358299255, -0.02111675776541233, 0.027780186384916306, 0.2104843258857727, 0.036596983671188354, -0.04538062587380409, -0.05591782554984093, -0.12435096502304077, 0.26264750957489014, 0.04906580597162247, 0.004762100521475077, 0.02468995563685894, -0.003844595979899168, -0.13805702328681946, -0.017969800159335136, -0.018209505826234818, -0.05908699706196785, -0.11658786237239838, 0.0011392130982130766, 0.05661499500274658, 0.11131757497787476, 0.14997050166130066, 0.09756644815206528, 0.0013411259278655052, 0.020358067005872726, -0.16072897613048553, 0.1515791267156601, 0.0707937702536583, 0.14241468906402588, -0.02023140713572502, -0.08990803360939026, -0.05534704402089119, -0.06945674121379852, -0.020749107003211975, 0.02360299602150917, -0.1744583398103714, -0.08604069799184799, -0.05733682960271835, 0.2177577018737793, 0.03292941302061081, 0.05516020581126213, -0.08426777273416519, 0.0124295549467206, 0.03314782679080963, -0.11760269105434418, 0.03837878629565239, 0.04509206488728523, -0.0607423335313797, 0.08654198050498962, -0.1907198131084442, -0.012336311861872673, -0.09843716025352478, 0.07116054743528366, -0.012018948793411255, 0.02254912629723549, -0.008720194920897484, -0.1327572762966156, 0.1181945949792862, -0.09465792030096054, -0.027803631499409676, -0.12183817476034164, -0.05216098576784134, -0.015766318887472153, 0.00289046298712492, -0.0987997055053711, 0.04294651001691818, -0.08414269983768463, -0.012736435048282146, -0.001163939479738474, -0.04351178929209709, -0.1050807386636734, -0.11533457785844803, 0.007969302125275135, -0.08337286859750748, 0.025328392162919044, -0.20333750545978546, -0.024217920377850533, -0.04386499896645546, 0.04347396641969681, -0.18793752789497375, 0.06668535619974136, -0.1593758761882782, 0.06660506129264832, -0.08056890964508057, -0.031395118683576584, -0.022885488346219063, 0.05821799114346504, -0.13144420087337494, 0.15550972521305084, -0.13628800213336945, -0.07743382453918457, 0.17238089442253113, -0.0988098680973053, -0.05514798313379288, 0.15066742897033691, 0.07474063336849213, 0.053125131875276566, 0.0748814195394516, 0.32837948203086853, 0.01747819036245346, -0.07070518285036087, 0.019900593906641006, 0.12506882846355438, -0.019055191427469254, 0.014320455491542816, 0.12475156784057617, -0.055183641612529755, 0.031846463680267334, -0.01712619513273239, -0.050547435879707336, -0.005396627821028233, -0.04986102879047394, -0.060689110308885574, 0.01322085689753294, 0.006620224565267563, 0.12812894582748413, 0.03318260237574577, 0.06139779090881348, -0.05137743800878525, -0.039643771946430206, -0.13757075369358063, 0.045740317553281784, 0.019805429503321648, -0.0007056387839838862, -0.09970520436763763, 0.08566515892744064, 0.17226509749889374, 0.03063993714749813, -0.11596401780843735, -0.13678070902824402, 0.10059239715337753, 0.11984194070100784, 0.10957278311252594, 0.10843314230442047, 0.017228880897164345, -0.049587544053792953, -0.07185579836368561, 0.06486991792917252, 0.040307123214006424, -0.029604332521557808, 0.02755729667842388, -0.17450794577598572, 0.02349065989255905, -0.007579423952847719, 0.07632070034742355, -0.13964605331420898, -0.014387301169335842, 0.15969011187553406, 0.03503284603357315, 0.006878428626805544, 0.11892350763082504, -0.13073335587978363, 0.11080798506736755, -0.03776898980140686, -0.0097489133477211, 0.06392434984445572, -0.10433772951364517, -0.027991564944386482, 0.15001866221427917, 0.029402775689959526, 0.1958095282316208, 0.11347910016775131, -0.05980166792869568, 0.006572810001671314, -0.042449288070201874, -0.0011380512733012438, 0.01023662555962801, 0.04192669689655304, -0.08200468122959137, 0.02092641219496727, 0.046989805996418, 0.05914425849914551, -0.05957130715250969, 0.024909788742661476, -0.009220177307724953, 0.04147590324282646, -0.0939747765660286, 0.11743949353694916, 0.10051432996988297, -0.16101621091365814, 0.18912523984909058, 0.16777513921260834, 0.01743881218135357, 0.1789281666278839, -0.058987781405448914, 0.013413935899734497, 0.012735607102513313, 0.1300913542509079, -0.0018552151741459966, 0.0995783805847168, -0.2298744022846222, -0.018376067280769348, 0.039666157215833664, 0.09527833014726639, -0.0021843183785676956, -0.09605873376131058, -0.0688215121626854, -0.1096375584602356, -0.08687196671962738, -0.09797096252441406, 0.024276239797472954, 0.015779009088873863, 0.11119446158409119, 0.04948584735393524, -0.2069980502128601, 0.06343600898981094, -0.07870031893253326, -0.05965026840567589, 0.11897487938404083, -0.12525221705436707, -0.21912656724452972, -0.1108521968126297, -0.05820782855153084, -0.13306793570518494, 0.0389786958694458, -0.006092288065701723, -0.014473231509327888, -0.031142178922891617, -0.0041668470948934555, 0.10900498926639557, -0.15857096016407013, -0.07375688850879669, -0.12623493373394012, 0.10289839655160904, -0.16008350253105164, -0.05413917824625969, -0.05703679844737053, 0.013288651593029499, -0.023399310186505318, 0.02638014778494835, -0.17677932977676392, 0.09877478331327438, 0.19612224400043488, -0.005705325398594141, 0.0422847680747509, -0.12321016937494278, 0.04033375531435013, -0.17797154188156128, -0.03650746867060661, 0.07709787040948868, 0.02092817611992359, -0.0011905262945219874, 0.2461109161376953, 0.05476316437125206, -0.04124871641397476, -0.056643933057785034, 0.016367116943001747, -0.04932872951030731, -0.19387631118297577, -0.2081306129693985, -0.1210022121667862, 0.1573047935962677, 0.037556421011686325, 0.08557137101888657, 0.07868896424770355, -0.07716282457113266, -0.026792699471116066, -0.005479702726006508, 0.08081778883934021, 0.04630604013800621, 0.2808931767940521, -0.019207218661904335, 0.06043612211942673, -0.06096004322171211, -0.07420903444290161, 0.09119440615177155, 0.18481476604938507, 0.18377846479415894, 0.22112686932086945, 0.15818674862384796, 0.03184335678815842, 0.08769072592258453, 0.04388456791639328, -0.01783074624836445, 0.12193535268306732, -0.01862500235438347, -0.005033252760767937, -0.055881306529045105, 0.08535238355398178, 0.04181026667356491, 0.22471854090690613, -0.18032731115818024, -0.024997487664222717, -0.21542027592658997, 0.11866491287946701, 0.17675556242465973, 0.05500546470284462, -0.05385027453303337, 0.09976659715175629, 0.05281359702348709, -0.056742049753665924, -0.09244725853204727, 0.09995881468057632, 0.09379814565181732, -0.14146164059638977, 0.07510612159967422, 0.04313564673066139, 0.12661044299602509, -0.08881538361310959, 0.03570482134819031, -0.05705966427922249, -0.2094397097826004, 0.023796120658516884, 0.13321638107299805, -0.14297321438789368, 0.3343844711780548, 0.07358342409133911, -0.0326080247759819, -0.15535786747932434, -0.04987533763051033, 0.009686044417321682, 0.2805788218975067, 0.1730501353740692, 0.0012469450011849403, -0.017476415261626244, -0.11373298615217209, -0.017857175320386887, -0.023419378325343132, 0.18505913019180298, -0.06969442218542099, -0.04231595993041992, -0.019768234342336655, -0.002015981823205948, -0.03713689371943474, 0.047464679926633835, -0.10970154404640198, -0.10505150258541107, 0.024596741423010826, 0.1792432963848114, -0.025965480133891106, -0.004874730948358774, -0.043617527931928635, -0.10921832174062729, 0.15975043177604675, -0.22112174332141876, 0.038885004818439484, -0.09092976897954941, -0.0997462272644043, 0.0350152812898159, -0.005610615015029907, -0.03150494769215584, -0.05005814880132675, -0.008000149391591549, -0.07791384309530258, 0.0012143669882789254, 0.15555831789970398, -0.05206243693828583, 0.004852943122386932, -0.06756466627120972, 0.13868334889411926, -0.054629869759082794, 0.06270545721054077, 0.02142903581261635, 0.002842329442501068, 0.09054433554410934, -0.1058066263794899, 0.02440727688372135, -0.07652408629655838, -0.01774832233786583, 0.23258338868618011, -0.16432741284370422, -0.13030292093753815, -0.032509420067071915, -0.04480692371726036, 0.25012317299842834, 0.25788968801498413, -0.02906532771885395, 0.06524990499019623, 0.11114735901355743, -0.07739026099443436, -0.3849112093448639, 0.0416378416121006, -0.06744862347841263, 0.007497802376747131, -0.06090804561972618, -0.17228493094444275, -0.025906523689627647, 0.10801256448030472, -0.07020290940999985, 0.14864084124565125, -0.3287627398967743, -0.0280746016651392, -0.02498607337474823, -0.11529823392629623, 0.07883109897375107, -0.12047344446182251, -0.06811132282018661, -0.11126036942005157, -0.05452800914645195, 0.0026178995613008738, 0.000022367707060766406, 0.06178566813468933, 0.031604427844285965, -0.07443559914827347, -0.00970451906323433, 0.026293504983186722, 0.19374673068523407, 0.1571260243654251, 0.03355248644948006, -0.024036981165409088, -0.18640179932117462, 0.24120481312274933, 0.047708574682474136, 0.0022146175615489483, -0.052743878215551376, -0.09961739927530289, -0.10748396813869476, -0.06413866579532623, -0.07993927597999573, 0.09538745880126953, -0.034288063645362854, -0.010977162048220634, -0.0705004557967186, 0.08502011001110077, -0.07749150693416595, 0.05444175377488136, 0.20455849170684814, -0.10028380155563354, -0.04968491569161415, 0.05215499550104141, 0.13532665371894836, -0.045018892735242844, -0.0315658375620842, -0.02443128451704979, -0.021695153787732124, 0.04002144932746887, -0.010697221383452415, 0.04747696965932846, 0.1375541239976883, -0.049370527267456055, 0.10736021399497986, 0.050027694553136826, 0.02287391386926174, -0.020411774516105652, 0.13685795664787292, 0.050620295107364655, -0.21125943958759308, 0.00703699653968215, -0.06597410142421722, 0.048145681619644165, 0.04739756137132645, 0.07853490859270096, 0.05834023281931877, 0.037546683102846146, 0.0025404682382941246, -0.04315311461687088, -0.08694423735141754, 0.04761844128370285, -0.0070437598042190075, 0.05079866200685501, -0.07908525317907333, 0.1400986611843109, 0.1190800666809082, -0.11981305480003357, -0.08983944356441498, 0.12787717580795288, -0.08560596406459808, -0.07152426242828369, -0.10225840657949448, 0.0532708615064621, -0.02151838317513466, -0.1423000544309616, -0.05214441567659378, -0.1591167449951172, 0.032455842941999435, 0.1419493854045868, 0.014023203402757645, 0.045935146510601044, -0.016414692625403404, -0.10880635678768158, 0.10315704345703125, -0.0006476821727119386, -0.09660820662975311, -0.009409861639142036, -0.06909245252609253, -0.05640203133225441, 0.0029851223807781935, 0.07707620412111282, -0.032865919172763824, -0.07370342314243317, -0.1646798551082611, 0.08301801979541779, -0.07681004703044891, 0.037579286843538284, 0.012853313237428665, 0.022575002163648605, 0.029714545235037804, -0.052320241928100586, -0.05285726860165596, -0.0762605145573616, -0.14979247748851776, 0.0038605104200541973, 0.009809466078877449, 0.17693263292312622, -0.025504659861326218, -0.022710630670189857, 0.026158567517995834, -0.005828578490763903, 0.12770424783229828, 0.03947734832763672, -0.07024584710597992, 0.10104510933160782, -0.12196621298789978, -0.03956732526421547, 0.06315015256404877, 0.0637713074684143, 0.046675242483615875, 0.05350188910961151, -0.008867902681231499, 0.06195782497525215, 0.06544265151023865, 0.12077677994966507, -0.1244974359869957, -0.049274273216724396, 0.07322894781827927, -0.09319882094860077, -0.23868846893310547, 0.06498202681541443, 0.053241848945617676, 0.11270271241664886, -0.010409258306026459, 0.0557158961892128, 0.019572541117668152, 0.010127954185009003, 0.036553993821144104, 0.026708070188760757, -0.005931314080953598, -0.06185523048043251, 0.0011583090526983142, -0.07546462118625641, 0.023397378623485565, 0.03743685036897659, 0.3008921146392822, 0.1228347048163414, 0.009126774966716766, 0.04847479984164238, 0.015007649548351765, -0.05545910820364952, 0.04869434982538223, 0.13391506671905518, 0.08964122086763382, 0.015851378440856934, -0.011641563847661018, -0.04954537749290466, -0.044009365141391754, 0.09620653092861176, 0.15760967135429382, 0.20847627520561218, 0.07514575868844986, 0.05937778949737549, 0.13308313488960266, -0.08263503015041351, -0.040264517068862915, 0.01827465370297432, 0.08449024707078934, 0.04878203198313713, -0.14306533336639404, 0.1509934663772583, 0.02847680263221264, -0.10679663717746735, 0.05452077090740204, -0.06476228684186935, -0.07063402235507965, -0.07107780873775482, -0.1043948084115982, -0.04289593547582626, -0.11405045539140701, 0.02412511594593525, -0.04888344928622246, 0.0670149177312851, 0.12899398803710938, 0.1027645394206047, -0.01599050499498844, 0.02412489429116249, -0.24406516551971436, -0.07818281650543213, 0.11364087462425232, -0.048551637679338455, 0.11093499511480331, -0.0926632508635521, -0.08437322080135345, -0.07703053951263428, -0.09419745951890945, -0.002169682178646326, 0.06163347512483597, -0.05657739192247391, -0.09168213605880737, -0.17439886927604675, -0.03154079616069794, -0.014499073848128319, 0.057387545704841614, 0.03365204855799675, 0.1957382708787918, 0.02946459874510765, -0.07154972106218338, 0.0430675707757473, 0.1018093004822731, 0.024800913408398628, -0.18812152743339539, -0.051934242248535156, 0.22538593411445618, -0.005392668303102255, 0.10746556520462036, -0.09702859818935394, -0.0787474736571312, -0.03329963609576225, 0.075164295732975, 0.30160510540008545, -0.033772584050893784, -0.0021651883143931627, -0.01710524968802929, 0.04399357736110687, 0.0639667883515358, 0.05398382991552353, -0.07184653729200363, 0.18500645458698273, -0.02671162597835064, -0.01118901651352644, 0.0009440815192647278, 0.06594014167785645, -0.1489477902650833, 0.11649901419878006, 0.034650418907403946, -0.05800291523337364, -0.10700609534978867, 0.1876882165670395, -0.07251916080713272, 0.09402830898761749, 0.20720651745796204, -0.14804193377494812, -0.09342776983976364, -0.04041292145848274, -0.026890885084867477, 0.004327282775193453, 0.11942772567272186, -0.06684312224388123, -0.11780298501253128, -0.1350981891155243, -0.01295644324272871, -0.16425608098506927, -0.15074416995048523, 0.06391143798828125, 0.05529404804110527, 0.18600143492221832, -0.047972314059734344, 0.21869122982025146, 0.09661988168954849, 0.04815022647380829, 0.025394314900040627, -0.00019384552433621138, 0.043800823390483856, 0.04878344386816025, -0.053619202226400375, 0.001599934184923768, -0.08600631356239319, 0.13411620259284973, 0.07716184854507446, -0.042282864451408386, 0.07402408868074417, 0.0213058702647686, -0.06713777780532837, -0.1498771458864212, 0.026345757767558098, -0.12687867879867554, 0.0415133535861969, 0.10517815500497818, 0.03809741139411926, -0.03639835864305496, -0.04708680883049965, 0.008947202004492283, 0.06252443790435791, 0.029886171221733093, -0.12103287130594254, -0.11810000985860825, -0.00034201625385321677, -0.015528718940913677, 0.039875809103250504, -0.12015525251626968, 0.001853107358328998, -0.026153435930609703, 0.14667698740959167, -0.027175243943929672, 0.04275337979197502, 0.08010225743055344, -0.08479651808738708, 0.0073269931599497795, -0.520837128162384, 0.08547838032245636, 0.08077701181173325, 0.009149758145213127, -0.04158180579543114 ]
0a75be3fb31f38079b0031fc991e1b62e0120d7d
# Dataset Card for "patched_test_p_40_f_UCH_v4" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
roa7n/patched_test_p_40_f_UCH_v4
[ "region:us" ]
2023-03-20T18:12:23+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sequence_str", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 50215659, "num_examples": 114052}], "download_size": 4474454, "dataset_size": 50215659}}
2023-03-20T18:12:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "patched_test_p_40_f_UCH_v4" More Information needed
[ "# Dataset Card for \"patched_test_p_40_f_UCH_v4\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"patched_test_p_40_f_UCH_v4\"\n\nMore Information needed" ]
[ 6, 25 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"patched_test_p_40_f_UCH_v4\"\n\nMore Information needed" ]
[ -0.19998112320899963, 0.05852672830224037, -0.002555523067712784, 0.026408948004245758, 0.029180247336626053, 0.09008105844259262, 0.07134746760129929, 0.15232856571674347, 0.13091476261615753, -0.007972476072609425, 0.17494142055511475, 0.05891674757003784, 0.05145835131406784, 0.21101482212543488, -0.01859220676124096, 0.026197975501418114, -0.007603409234434366, 0.07451564073562622, -0.019560934975743294, 0.13591821491718292, 0.02917061559855938, -0.08543696999549866, 0.0908961147069931, -0.04241649806499481, -0.19474662840366364, 0.07565028965473175, -0.01881268247961998, -0.044825147837400436, 0.08048001676797867, -0.10868385434150696, 0.15828050673007965, 0.023214636370539665, -0.010540734976530075, -0.1001359224319458, 0.004553971346467733, 0.015931829810142517, -0.0569213330745697, 0.04033411666750908, 0.07394903898239136, -0.02931540086865425, -0.04515374079346657, 0.0608992837369442, -0.037642937153577805, -0.011265801265835762, -0.09699283540248871, -0.32242122292518616, -0.14587967097759247, -0.038319412618875504, -0.03126238286495209, 0.0206962451338768, 0.03275206312537193, 0.25871893763542175, -0.15975172817707062, 0.05611519515514374, 0.09601962566375732, -0.13510315120220184, 0.06830620765686035, 0.13267676532268524, 0.005416451953351498, 0.08832751959562302, -0.004912423435598612, -0.008640139363706112, 0.11470028758049011, 0.028862183913588524, -0.1530950516462326, -0.021096400916576385, -0.07265949249267578, 0.12207623571157455, -0.0645868182182312, -0.12773936986923218, 0.3322295546531677, -0.0043454859405756, -0.050895385444164276, 0.03460150584578514, -0.03569227457046509, -0.1815553903579712, 0.05900276079773903, 0.03136518597602844, 0.027103707194328308, -0.040423061698675156, 0.03309444710612297, 0.09123203158378601, -0.1006554588675499, -0.2078835815191269, -0.12017539143562317, -0.02213597670197487, 0.01782681606709957, 0.15096093714237213, -0.16075077652931213, 0.044590432196855545, -0.06057727709412575, -0.01597096025943756, -0.020432105287909508, -0.09291843324899673, -0.0020792705472558737, -0.03378218039870262, -0.0609620176255703, -0.04436315968632698, 0.1374245434999466, 0.07974396646022797, -0.05391572415828705, 0.05463806167244911, -0.052691750228405, 0.06468292325735092, 0.10133623331785202, -0.009330224245786667, 0.014926941134035587, 0.09072549641132355, -0.041841134428977966, -0.07379887253046036, -0.08747263997793198, -0.05939604714512825, -0.028910987079143524, -0.0513976626098156, 0.06268559396266937, 0.09589803218841553, -0.039142679423093796, -0.08036156743764877, -0.05374796316027641, -0.030683694407343864, 0.10696553438901901, -0.10964591056108475, -0.016850022599101067, 0.10474102944135666, -0.04890984296798706, -0.016879171133041382, -0.05311894044280052, -0.0864788219332695, 0.011742238886654377, -0.06344114243984222, -0.04258938133716583, -0.020636288449168205, -0.061447083950042725, -0.050495047122240067, 0.0737525075674057, -0.11041314899921417, 0.047290459275245667, -0.11192695796489716, -0.2667572498321533, -0.02505348064005375, -0.04438073933124542, -0.022142678499221802, 0.18624025583267212, 0.048166424036026, 0.07159679383039474, -0.043713636696338654, -0.00346579123288393, 0.11256451159715652, -0.06646562367677689, 0.12333092093467712, 0.042418625205755234, 0.04564783722162247, -0.052988264709711075, 0.032538991421461105, -0.1011727973818779, -0.009602848440408707, -0.014652932994067669, -0.029505906626582146, -0.16372418403625488, 0.020943831652402878, -0.060923684388399124, -0.0816231220960617, -0.055964160710573196, 0.023897770792245865, -0.005771526601165533, 0.11623275279998779, -0.21190793812274933, -0.023953985422849655, 0.11646052449941635, -0.12453697621822357, -0.15119324624538422, 0.03806937485933304, 0.019938377663493156, -0.06571602821350098, -0.008210324682295322, 0.3586566746234894, 0.1300417184829712, -0.14866189658641815, 0.053018271923065186, 0.1629442274570465, -0.15151646733283997, -0.22825776040554047, 0.14127051830291748, -0.06932485103607178, -0.216373011469841, 0.02503710426390171, 0.07214955985546112, -0.0531424880027771, -0.06543176621198654, -0.07835891097784042, -0.04374444857239723, -0.09702693670988083, 0.12365015596151352, 0.031983982771635056, 0.04421275481581688, -0.11822692304849625, 0.07336536794900894, -0.13564607501029968, 0.1324124038219452, -0.009385369718074799, -0.03523353114724159, -0.07590650767087936, 0.26159921288490295, -0.10187873989343643, -0.030353393405675888, -0.1530429571866989, -0.02875390090048313, 0.049461789429187775, -0.01416762638837099, -0.08144634962081909, 0.08735085278749466, 0.09773849695920944, -0.04650240018963814, 0.06504687666893005, 0.007431990932673216, 0.029608139768242836, -0.006487632170319557, -0.04559309035539627, 0.02110697515308857, -0.0011334462324157357, -0.07373452931642532, -0.06595955789089203, -0.09506291151046753, -0.07505188137292862, 0.13569848239421844, 0.041024431586265564, -0.013593102805316448, -0.0026675723493099213, 0.0682704895734787, 0.0019394716946408153, 0.03583436459302902, -0.032292142510414124, 0.033715181052684784, -0.04766824468970299, 0.03620567545294762, -0.02285686507821083, 0.07665015012025833, 0.23960725963115692, 0.11523384600877762, -0.07921406626701355, -0.01791110634803772, -0.031115055084228516, -0.054612480103969574, 0.01941453479230404, -0.0681879073381424, 0.0059031955897808075, -0.08181998133659363, -0.08330992609262466, 0.056633979082107544, -0.0866941586136818, 0.008948501199483871, 0.04893166199326515, -0.02215227112174034, -0.03634655848145485, 0.1368780881166458, -0.02298799715936184, -0.04607940465211868, 0.11109492927789688, 0.20691819489002228, 0.05331418663263321, 0.11440765112638474, -0.13967719674110413, -0.15224505960941315, 0.010796641930937767, 0.03693346306681633, -0.08226288110017776, 0.1955101042985916, -0.09382130950689316, 0.07557709515094757, 0.13506664335727692, 0.012255693785846233, 0.08462385833263397, -0.1111263707280159, -0.09692186117172241, -0.0027119177393615246, -0.048894744366407394, -0.2710805833339691, 0.07480914890766144, 0.04051422327756882, 0.08141043782234192, -0.046662550419569016, 0.016398858278989792, 0.11801629513502121, -0.010954983532428741, -0.11457876116037369, 0.17483802139759064, -0.14653825759887695, -0.23390954732894897, -0.036401841789484024, 0.0049558766186237335, 0.08009831607341766, -0.016254814341664314, -0.016789892688393593, -0.20890875160694122, 0.01087889913469553, -0.002442819532006979, -0.10539140552282333, -0.10927236825227737, 0.020568642765283585, -0.01874186284840107, 0.03151397034525871, 0.03560532629489899, -0.07450451701879501, 0.031398262828588486, -0.03726403787732124, 0.11541103571653366, 0.1709688901901245, -0.06451983004808426, 0.10152657330036163, 0.06766475737094879, -0.05015309900045395, 0.10938678681850433, -0.008907667361199856, 0.17520928382873535, -0.02875911258161068, -0.0844741091132164, 0.1572333425283432, 0.0007575958734378219, -0.014189687557518482, -0.06040090695023537, -0.0014629121869802475, -0.10293272137641907, -0.03540438413619995, -0.08134811371564865, -0.11422570049762726, -0.2899991571903229, -0.08806748688220978, -0.01850776933133602, 0.1284060776233673, 0.0595984049141407, 0.061616115272045135, -0.03414050489664078, 0.0965050458908081, 0.14263179898262024, -0.0057031079195439816, -0.21216191351413727, -0.10244347155094147, 0.007351373787969351, -0.04673834145069122, -0.02247835136950016, -0.14865174889564514, 0.002708271611481905, 0.1249530091881752, 0.13648977875709534, 0.18149326741695404, 0.02953130565583706, 0.011928404681384563, 0.051224470138549805, 0.2840300500392914, 0.0766468271613121, 0.1256275177001953, 0.09039574861526489, -0.0427270345389843, 0.03629014641046524, -0.025312377139925957, -0.04693799465894699, -0.03129017353057861, 0.15425190329551697, -0.12792010605335236, -0.04011916369199753, -0.21410433948040009, 0.03399807587265968, -0.12633271515369415, 0.10824322700500488, -0.24765510857105255, 0.04100847244262695, -0.06104134023189545, 0.1398707777261734, -0.08280353993177414, 0.08370473235845566, 0.06422581523656845, -0.10181597620248795, 0.031160851940512657, -0.008036171086132526, 0.034176260232925415, -0.018093200400471687, 0.03011373057961464, -0.020543957129120827, -0.08916604518890381, -0.0076813409104943275, 0.1608171910047531, -0.24212320148944855, 0.19040724635124207, 0.0304961446672678, -0.037079304456710815, -0.10653375089168549, -0.05878616124391556, -0.015484238974750042, -0.01143638975918293, 0.18868742883205414, 0.009647184982895851, -0.10267926007509232, -0.2066381722688675, -0.06294643133878708, 0.021430352702736855, 0.07280167937278748, 0.09053001552820206, -0.09497418254613876, 0.045656077563762665, 0.03409789502620697, -0.08894278854131699, -0.10626601427793503, -0.1079600527882576, 0.07404317706823349, 0.014376286417245865, -0.017492035403847694, -0.12369079887866974, -0.02779049053788185, -0.025215819478034973, -0.12748539447784424, -0.019234487786889076, 0.0065960995852947235, -0.049828026443719864, -0.1081620305776596, 0.029624847695231438, 0.13604313135147095, -0.03150405362248421, -0.031087961047887802, 0.04549052193760872, 0.0012098584556952119, -0.009974010288715363, -0.17665353417396545, 0.05079403892159462, -0.09583140909671783, -0.015191043727099895, -0.07280633598566055, 0.1278146356344223, -0.0015265626134350896, 0.0320185087621212, 0.009832036681473255, -0.022203952074050903, -0.1087304949760437, -0.04662661626935005, 0.19684630632400513, -0.17621667683124542, 0.08139650523662567, 0.1692492961883545, 0.08211023360490799, 0.12445759028196335, 0.06558851152658463, -0.007999983616173267, 0.17550204694271088, 0.07371736317873001, -0.02566545270383358, 0.16865479946136475, 0.1188897117972374, -0.006732038222253323, -0.27090391516685486, 0.037096090614795685, -0.06950687617063522, 0.011682956479489803, 0.0798104852437973, -0.1781328320503235, 0.0775444358587265, 0.1418626606464386, -0.03276779130101204, 0.31948843598365784, -0.12397398054599762, -0.025673309341073036, 0.25500187277793884, 0.0687590017914772, 0.23694396018981934, -0.09342119097709656, -0.09514068067073822, -0.0005953243817202747, -0.13425926864147186, 0.04804195836186409, -0.1710660755634308, 0.02747146040201187, -0.09774314612150192, 0.08390335738658905, 0.019409308210015297, -0.09437040239572525, 0.17675049602985382, 0.04897252097725868, 0.08514358103275299, -0.04577421396970749, 0.007360626012086868, 0.028238777071237564, 0.007112644147127867, 0.07226964086294174, 0.009106878191232681, 0.10738211870193481, -0.23479168117046356, 0.025586962699890137, -0.02953517809510231, 0.0559920109808445, 0.022033073008060455, -0.03633144125342369, -0.09452135115861893, -0.02688170224428177, -0.14799034595489502, -0.058256883174180984, 0.004547749180346727, 0.015615545213222504, 0.06277764588594437, 0.0961320549249649, -0.007430355064570904, -0.018695978447794914, -0.13830094039440155, -0.007488710340112448, -0.06154180318117142, 0.08323312550783157, -0.20598886907100677, 0.006909651216119528, 0.15627151727676392, 0.04070812091231346, 0.01393822766840458, 0.039839066565036774, -0.07625077664852142, -0.0036494124215096235, 0.12219920754432678, -0.14679904282093048, 0.08806689083576202, 0.01984645426273346, -0.21643003821372986, 0.019241193309426308, 0.04297930747270584, 0.0082651786506176, 0.03002903051674366, 0.005690563004463911, -0.06873328983783722, 0.03137906640768051, -0.09476571530103683, 0.20443861186504364, 0.206180602312088, 0.07399477064609528, -0.18479524552822113, 0.15313321352005005, -0.04475443810224533, -0.06150262802839279, 0.018247084692120552, -0.07343586534261703, -0.10109425336122513, -0.09765565395355225, 0.020187251269817352, 0.25246286392211914, -0.01355216559022665, -0.15509216487407684, -0.0868060290813446, -0.05043284222483635, 0.07443487644195557, 0.06381452083587646, 0.09038589149713516, 0.10726067423820496, 0.06725088506937027, -0.09616167843341827, -0.03276491165161133, -0.00496162474155426, -0.05200156196951866, -0.0037579804193228483, -0.07293404638767242, -0.05631180480122566, -0.0385020487010479, 0.25704655051231384, -0.07286747545003891, -0.020524170249700546, -0.09218581765890121, 0.10236932337284088, -0.14485320448875427, 0.004690203350037336, 0.06603085994720459, -0.022738907486200333, 0.040038514882326126, 0.02638101950287819, -0.029931532219052315, 0.03461062163114548, -0.14704594016075134, 0.12776267528533936, 0.09073182195425034, 0.0170377679169178, -0.0873822271823883, 0.020296011120080948, 0.08693410456180573, 0.03624443709850311, 0.08104939013719559, 0.16093309223651886, -0.0021544755436480045, 0.09796370565891266, 0.021545372903347015, -0.0785052552819252, 0.013968346640467644, 0.07258645445108414, 0.032469891011714935, -0.011520474217832088, 0.052448570728302, 0.08583059161901474, -0.11009541153907776, 0.10621647536754608, 0.027666358277201653, -0.07752370089292526, 0.010742411017417908, -0.1115177571773529, -0.016096148639917374, -0.06221507117152214, -0.032022587954998016, 0.09902587532997131, 0.09296802431344986, -0.017724016681313515, 0.02942894585430622, 0.035588666796684265, -0.08608046174049377, -0.08045639842748642, -0.005484856199473143, -0.09539930522441864, -0.06672973930835724, 0.09124839305877686, 0.08835404366254807, -0.07774443179368973, 0.40564674139022827, -0.03163304552435875, -0.06844784319400787, -0.0555487796664238, 0.1231517642736435, 0.004474302288144827, -0.02699318155646324, 0.2677702009677887, 0.007090312894433737, -0.0371074452996254, -0.0383455716073513, 0.03445332869887352, -0.018045661970973015, 0.0363854244351387, 0.06694424152374268, 0.06895057111978531, 0.008037304505705833, -0.01096594799309969, -0.005014988128095865, -0.07264775782823563, 0.053862713277339935, -0.02528328448534012, -0.043927691876888275, 0.040833111852407455, 0.09652377665042877, 0.0363793708384037, 0.02368173375725746, -0.045826252549886703, 0.030852289870381355, -0.07299487292766571, -0.08526381105184555, -0.10028070956468582, -0.026838961988687515, -0.0436105877161026, -0.17836260795593262, 0.07036008685827255, -0.033282000571489334, -0.009377964772284031, 0.23132798075675964, 0.060337889939546585, -0.034571580588817596, 0.13293255865573883, -0.01338404044508934, 0.057111337780952454, 0.05624115467071533, -0.02586391381919384, -0.09021454304456711, 0.05925734341144562, -0.05066534876823425, 0.12371177971363068, -0.11109200865030289, 0.016748275607824326, -0.06969781965017319, 0.004117069765925407, 0.028391599655151367, -0.08625418692827225, -0.050739191472530365, -0.058789558708667755, 0.03878733515739441, -0.051260657608509064, 0.06898359209299088, 0.03590119630098343, 0.09389027953147888, -0.0003659564536064863, 0.06441642343997955, 0.04761495441198349, 0.05639590695500374, -0.03985041379928589, 0.06522928178310394, -0.008769347332417965, 0.04357289522886276, 0.053606096655130386, -0.06762777268886566, 0.013167430646717548, 0.26706522703170776, 0.1983899474143982, 0.012889022938907146, -0.020074037835001945, 0.07409797608852386, 0.03686266019940376, 0.045875053852796555, 0.14031971991062164, 0.03487196937203407, 0.028862524777650833, -0.050811246037483215, -0.10841450095176697, -0.06755773723125458, -0.07135473191738129, -0.023971019312739372, 0.09929067641496658, 0.07731184363365173, -0.07258061319589615, -0.0649712011218071, 0.11558017879724503, -0.06669214367866516, 0.022984597831964493, 0.18122954666614532, -0.030880192294716835, -0.09773489087820053, -0.014392038807272911, 0.10894831269979477, -0.014898709021508694, -0.03951726108789444, -0.12743374705314636, -0.010513012297451496, 0.01805969886481762, -0.06341259181499481, -0.24892757833003998, -0.181034117937088, 0.025285663083195686, -0.06885694712400436, 0.09092188626527786, -0.009075754322111607, 0.2736460566520691, 0.0240162406116724, 0.02721458673477173, -0.08090421557426453, 0.1343657374382019, 0.03723188117146492, -0.0016887205420061946, -0.047368694096803665, 0.044385820627212524, 0.02600639872252941, -0.12212585657835007, 0.03423990681767464, 0.005950458813458681, -0.05156872048974037, 0.062073592096567154, 0.03785325959324837, -0.08342242985963821, -0.005518857389688492, -0.07922159135341644, 0.1028577908873558, 0.015718331560492516, -0.026222264394164085, 0.021426381543278694, -0.07366722077131271, 0.1027214303612709, 0.033631421625614166, -0.1369100958108902, -0.005647294223308563, -0.03048502467572689, -0.018678953871130943, 0.10519418120384216, -0.04862450808286667, -0.09931814670562744, 0.05547749623656273, -0.05370887368917465, -0.045940693467855453, 0.027205629274249077, 0.06224517896771431, 0.04751405119895935, 0.08178604394197464, -0.004400362726300955, 0.16530537605285645, 0.0356203056871891, 0.02842201665043831, -0.07646737992763519, -0.11178851872682571 ]
07eebb93663bbdfe24443f06a853ba955b62abee
# Dataset Card for "patched_test_p_80_f_UCH_v4" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
roa7n/patched_test_p_80_f_UCH_v4
[ "region:us" ]
2023-03-20T18:12:58+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sequence_str", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 44667953, "num_examples": 100012}], "download_size": 4033254, "dataset_size": 44667953}}
2023-03-20T18:13:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for "patched_test_p_80_f_UCH_v4" More Information needed
[ "# Dataset Card for \"patched_test_p_80_f_UCH_v4\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"patched_test_p_80_f_UCH_v4\"\n\nMore Information needed" ]
[ 6, 25 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"patched_test_p_80_f_UCH_v4\"\n\nMore Information needed" ]
[ -0.19398921728134155, 0.09828747808933258, -0.0024545486085116863, 0.025945663452148438, 0.037282805889844894, 0.0825815498828888, 0.06952907145023346, 0.14456552267074585, 0.1524900645017624, -0.01018447708338499, 0.17691397666931152, 0.04898746311664581, 0.04744380712509155, 0.22958172857761383, -0.026788005605340004, 0.03510235995054245, -0.0032672379165887833, 0.07924088835716248, -0.009167073294520378, 0.13341177999973297, 0.032305993139743805, -0.08433518558740616, 0.08871016651391983, -0.04224707558751106, -0.19905485212802887, 0.08893990516662598, -0.021721363067626953, -0.05437444895505905, 0.07605461031198502, -0.11795677244663239, 0.1674300730228424, 0.016919363290071487, -0.011627542786300182, -0.10970712453126907, 0.0034006417263299227, 0.016755850985646248, -0.047275278717279434, 0.03247350454330444, 0.08318404853343964, -0.03562265634536743, -0.013426963239908218, 0.08583004772663116, -0.01904221624135971, -0.011186458170413971, -0.0838165432214737, -0.33844152092933655, -0.1270565688610077, -0.011738727800548077, -0.016045091673731804, 0.024413958191871643, 0.033608533442020416, 0.2340896874666214, -0.15777069330215454, 0.0486837774515152, 0.09359793365001678, -0.10041867196559906, 0.07288777828216553, 0.08606380224227905, -0.014877588488161564, 0.08598848432302475, 0.004356938414275646, -0.009009012952446938, 0.10564330965280533, 0.022706137970089912, -0.1351778358221054, -0.007958506233990192, -0.1507391482591629, 0.1279410570859909, -0.06303923577070236, -0.1413452923297882, 0.34476780891418457, 0.005166967399418354, -0.048846423625946045, 0.06012703478336334, -0.024847503751516342, -0.16397710144519806, 0.06872817128896713, 0.012677212245762348, 0.02775479108095169, -0.039645515382289886, 0.03363284468650818, 0.08836053311824799, -0.11503609269857407, -0.20379984378814697, -0.11208707839250565, -0.037584491074085236, 0.010569452308118343, 0.15477856993675232, -0.1517036408185959, 0.04025678709149361, -0.04971599578857422, -0.019478829577565193, -0.007268148008733988, -0.09803496301174164, -0.022946128621697426, -0.024207402020692825, -0.05089821293950081, -0.034699760377407074, 0.12863977253437042, 0.07549139112234116, -0.0313367061316967, 0.050129204988479614, -0.06254462897777557, 0.06138879060745239, 0.09591849148273468, -0.010159080848097801, 0.010230348445475101, 0.0887092798948288, -0.05210239440202713, -0.0639222040772438, -0.10406844317913055, -0.06316068023443222, -0.03625471144914627, -0.02637542597949505, 0.08693130314350128, 0.09119904041290283, -0.04308752715587616, -0.10256719589233398, -0.05574248358607292, -0.038342349231243134, 0.07894474267959595, -0.10860438644886017, -0.009053944610059261, 0.10171525925397873, -0.0480969212949276, -0.01986355148255825, -0.035701364278793335, -0.08742199838161469, 0.013020972721278667, -0.031271763145923615, -0.045432109385728836, -0.01724780537188053, -0.06777223944664001, -0.04514027759432793, 0.08016987144947052, -0.15468943119049072, 0.04665941745042801, -0.11236131191253662, -0.2509579062461853, -0.021853089332580566, -0.03324199840426445, -0.012359369546175003, 0.19174706935882568, 0.03798995539546013, 0.07128003984689713, -0.04021427407860756, -0.013222564943134785, 0.1270585060119629, -0.06908535957336426, 0.11920758336782455, 0.03462527319788933, 0.04139969125390053, -0.05464340001344681, 0.044401489198207855, -0.10172630101442337, -0.014600273221731186, 0.00708774896338582, -0.04795597121119499, -0.17861200869083405, 0.01911020465195179, -0.05952417477965355, -0.06426834315061569, -0.05511615425348282, 0.020876219496130943, 0.005049478262662888, 0.10537857562303543, -0.22329393029212952, -0.019312482327222824, 0.11635734140872955, -0.13755488395690918, -0.17364716529846191, 0.048124391585588455, 0.020991109311580658, -0.0673920139670372, -0.012317672371864319, 0.35228273272514343, 0.1049264520406723, -0.1450953632593155, 0.045404769480228424, 0.16217146813869476, -0.14424015581607819, -0.23216503858566284, 0.14916397631168365, -0.07076429575681686, -0.1981847733259201, 0.03262142464518547, 0.0817098617553711, -0.044328704476356506, -0.0649205893278122, -0.07855953276157379, -0.047161586582660675, -0.09624679386615753, 0.07732876390218735, 0.03887675330042839, 0.032694846391677856, -0.11447751522064209, 0.0575614795088768, -0.10044173151254654, 0.13059306144714355, -0.009523642249405384, -0.038723692297935486, -0.08422096818685532, 0.25751394033432007, -0.1029978096485138, -0.03446647897362709, -0.1511007845401764, -0.022433221340179443, 0.03961688652634621, 0.01567032001912594, -0.07473929226398468, 0.07566552609205246, 0.0840441957116127, -0.06492108106613159, 0.0720994845032692, 0.013191726990044117, 0.01863286644220352, 0.0024895425885915756, -0.042311180382966995, 0.014651705510914326, 0.0026188965421169996, -0.07061934471130371, -0.05137098953127861, -0.0908169373869896, -0.08022968471050262, 0.11710383743047714, 0.050980936735868454, -0.012841190211474895, -0.00889658834785223, 0.056813981384038925, -0.001012059161439538, 0.02022544853389263, -0.038812629878520966, 0.03160332143306732, -0.05257982388138771, 0.03792070969939232, -0.01607290469110012, 0.06311388313770294, 0.2536856234073639, 0.11077503114938736, -0.0826580822467804, -0.010128808207809925, -0.021529391407966614, -0.04740137979388237, 0.01760219596326351, -0.06233730912208557, 0.0027741286903619766, -0.09331381320953369, -0.08367021381855011, 0.04900814965367317, -0.09821559488773346, 0.01719745434820652, 0.04607772082090378, -0.015149513259530067, -0.05365685001015663, 0.13906264305114746, 0.04157452657818794, -0.0885692834854126, 0.11370978504419327, 0.2152891755104065, 0.045023053884506226, 0.1231873407959938, -0.12991759181022644, -0.16889435052871704, 0.02130315639078617, 0.033345241099596024, -0.07922147214412689, 0.19932788610458374, -0.13955585658550262, 0.07710310071706772, 0.14036709070205688, 0.014451619237661362, 0.09608124196529388, -0.11080994457006454, -0.09280310571193695, 0.0010028656106442213, -0.04716480150818825, -0.2469802051782608, 0.06109092757105827, 0.04354628175497055, 0.08789023756980896, -0.054587602615356445, -0.014632776379585266, 0.11274520307779312, -0.0030909611377865076, -0.1185443177819252, 0.17354193329811096, -0.14886419475078583, -0.257671058177948, -0.03407062962651253, 0.01603042148053646, 0.09730503708124161, -0.007684001699090004, -0.0075722746551036835, -0.1878698468208313, 0.0006857971893623471, -0.019312119111418724, -0.14098180830478668, -0.1170923262834549, 0.01856953464448452, -0.022280743345618248, 0.035138946026563644, 0.031394124031066895, -0.07793837785720825, 0.026485905051231384, -0.04239053651690483, 0.1303330510854721, 0.16594447195529938, -0.07240897417068481, 0.11492586135864258, 0.0862865298986435, -0.060739096254110336, 0.11712079495191574, -0.004129215609282255, 0.13160866498947144, -0.023264629766345024, -0.09583724290132523, 0.15912263095378876, -0.02413984201848507, -0.017746398225426674, -0.07924984395503998, -0.01817476749420166, -0.11122822761535645, -0.025165338069200516, -0.06622856110334396, -0.12085697799921036, -0.29430055618286133, -0.08400297164916992, -0.02063779905438423, 0.13096947968006134, 0.06639722734689713, 0.06404249370098114, -0.07757150381803513, 0.09808468073606491, 0.14000287652015686, -0.051689568907022476, -0.22842015326023102, -0.10755068063735962, -0.014975830912590027, -0.04963386803865433, -0.0167285967618227, -0.13816560804843903, 0.01005032192915678, 0.12858642637729645, 0.10982702672481537, 0.19484131038188934, 0.03272872045636177, -0.023454399779438972, 0.06109229475259781, 0.25812605023384094, 0.06771092116832733, 0.12741276621818542, 0.08455120772123337, -0.04441739246249199, 0.023407386615872383, -0.01981736719608307, -0.05263732373714447, -0.02572833187878132, 0.14084218442440033, -0.1291751116514206, -0.05383181944489479, -0.18463867902755737, 0.023038512095808983, -0.14738164842128754, 0.0922965481877327, -0.24890758097171783, 0.06012727692723274, -0.05728588253259659, 0.1296137124300003, -0.09994614869356155, 0.07167771458625793, 0.08542708307504654, -0.0953616127371788, 0.016054552048444748, 0.004426943603903055, 0.04320847615599632, -0.0023826591204851866, 0.022126702591776848, -0.030252112075686455, -0.09579499065876007, -0.008075177669525146, 0.17343884706497192, -0.2285548895597458, 0.18599894642829895, 0.021692192181944847, -0.028782084584236145, -0.10413160920143127, -0.060146264731884, -0.021190496161580086, -0.028745276853442192, 0.1771073043346405, 0.006445211358368397, -0.12380320578813553, -0.19302694499492645, -0.0630812793970108, 0.030582761391997337, 0.07186272740364075, 0.0918084979057312, -0.0999530553817749, 0.04952051118016243, 0.042151451110839844, -0.07097984850406647, -0.08366775512695312, -0.10188210010528564, 0.05066869407892227, 0.009836815297603607, -0.016613280400633812, -0.11273878812789917, -0.027987614274024963, -0.03079654462635517, -0.1226034164428711, 0.006379241589456797, 0.020507410168647766, -0.047738466411828995, -0.10968120396137238, 0.03502039611339569, 0.1468771994113922, -0.030940130352973938, -0.025848187506198883, 0.04416074976325035, -0.008976810611784458, -0.01650204509496689, -0.16200098395347595, 0.057725939899683, -0.09782975912094116, -0.012232664972543716, -0.07739207148551941, 0.11824659258127213, 0.003964799456298351, 0.02342717908322811, 0.013856169767677784, -0.028657864779233932, -0.10204699635505676, -0.0546424463391304, 0.1947125643491745, -0.16262881457805634, 0.07284082472324371, 0.1729957014322281, 0.07071410864591599, 0.10971962660551071, 0.06584275513887405, -0.015263818204402924, 0.1707279235124588, 0.08068306744098663, -0.024342646822333336, 0.15961359441280365, 0.12143470346927643, -0.017658542841672897, -0.24885259568691254, 0.04265327751636505, -0.06279446184635162, 0.0017887024441733956, 0.08321685343980789, -0.17463847994804382, 0.09244959056377411, 0.15047353506088257, -0.036337632685899734, 0.33041515946388245, -0.0950654000043869, -0.027719059959053993, 0.2842429280281067, 0.07007450610399246, 0.22937507927417755, -0.09376072883605957, -0.06998765468597412, -0.0013882258208468556, -0.1319185346364975, 0.09523855149745941, -0.12427452951669693, 0.03038017451763153, -0.10391799360513687, 0.0538029782474041, 0.02523547038435936, -0.09469568729400635, 0.17345760762691498, 0.03932109847664833, 0.09316650778055191, -0.038926634937524796, 0.010740909725427628, 0.022784480825066566, 0.011120314709842205, 0.08697213232517242, -0.0014246668433770537, 0.10153630375862122, -0.25667911767959595, 0.015530407428741455, -0.019079258665442467, 0.06685829162597656, 0.02466927282512188, -0.04337768629193306, -0.0827697142958641, -0.03367279842495918, -0.15892334282398224, -0.053008776158094406, 0.008999861776828766, 0.0022383357863873243, 0.06242550536990166, 0.08554523438215256, -0.004308621399104595, -0.07518012821674347, -0.11385627835988998, -0.016683107241988182, -0.06261265277862549, 0.08221367746591568, -0.20035038888454437, 0.011892344802618027, 0.15633605420589447, 0.041781362146139145, 0.021422747522592545, 0.04131915792822838, -0.09238869696855545, -0.009243403561413288, 0.12690725922584534, -0.15443547070026398, 0.10740695893764496, 0.015055917203426361, -0.19870708882808685, 0.006961848121136427, 0.02487604320049286, 0.0013092926237732172, 0.03186299279332161, 0.004805688746273518, -0.07029034197330475, 0.03573207929730415, -0.07782387733459473, 0.206705242395401, 0.2030400186777115, 0.06623676419258118, -0.17313379049301147, 0.16123047471046448, -0.04388437792658806, -0.10049793869256973, 0.03607294335961342, -0.07844278961420059, -0.09378381818532944, -0.09085135906934738, 0.015900444239377975, 0.27041617035865784, -0.01978153921663761, -0.16908316314220428, -0.08367288112640381, -0.044759832322597504, 0.08917852491140366, 0.06996461004018784, 0.09312082082033157, 0.10918322950601578, 0.07450961321592331, -0.09981141984462738, -0.029597269371151924, 0.013625752180814743, -0.03872402012348175, -0.0031459673773497343, -0.06946218013763428, -0.06577880680561066, -0.030454980209469795, 0.24395090341567993, -0.07289204746484756, -0.018924543634057045, -0.09576092660427094, 0.10014411062002182, -0.1578802764415741, 0.008440777659416199, 0.08537366986274719, -0.024569956585764885, 0.05624908208847046, 0.022427866235375404, -0.027924122288823128, 0.035945724695920944, -0.14759691059589386, 0.12757165729999542, 0.09048929810523987, 0.013546938076615334, -0.09472671151161194, 0.020217012614011765, 0.09330499172210693, 0.03564216196537018, 0.0819263830780983, 0.16245897114276886, -0.0022424228955060244, 0.09014388173818588, -0.030015025287866592, -0.08105859160423279, 0.02113265171647072, 0.07975838333368301, 0.03476257249712944, -0.010488970205187798, 0.06677278131246567, 0.09877819567918777, -0.10784042626619339, 0.09593706578016281, 0.01682574674487114, -0.08382130414247513, -0.0019544968381524086, -0.09537538141012192, -0.03072206676006317, -0.05282021686434746, -0.03351610526442528, 0.09411793202161789, 0.10045012831687927, -0.004350192844867706, 0.04445682093501091, 0.0242296289652586, -0.08550678938627243, -0.0718333050608635, -0.010773654095828533, -0.07652882486581802, -0.037298351526260376, 0.10481888055801392, 0.07712598890066147, -0.08157871663570404, 0.38775634765625, -0.018063606694340706, -0.05973123013973236, -0.054453879594802856, 0.10543186962604523, 0.02740451507270336, -0.03355808183550835, 0.2594109773635864, 0.002016647020354867, -0.03127935528755188, -0.03570682555437088, 0.020621977746486664, -0.004896558355540037, 0.04995366185903549, 0.08211817592382431, 0.07872895151376724, -0.032113492488861084, -0.011856053955852985, 0.00037529467954300344, -0.07346755266189575, 0.02498096227645874, -0.038427967578172684, -0.031235411763191223, 0.04392239451408386, 0.09295427799224854, 0.04153675213456154, 0.0440995953977108, -0.03511067107319832, 0.01912122778594494, -0.06581737846136093, -0.07802116125822067, -0.10959707200527191, -0.02452482469379902, -0.04978203400969505, -0.16717904806137085, 0.08364629745483398, -0.035238828510046005, -0.004202228970825672, 0.25635820627212524, 0.05976536497473717, -0.03621987625956535, 0.10329011082649231, 0.008578765206038952, 0.05616600066423416, 0.05208718404173851, -0.02526046149432659, -0.09807074815034866, 0.05374973639845848, -0.04817599803209305, 0.12280390411615372, -0.09746493399143219, 0.017924675717949867, -0.07039077579975128, 0.009531453251838684, 0.01971469260752201, -0.08751252293586731, -0.04041792079806328, -0.06605629622936249, 0.026021314784884453, -0.04926695302128792, 0.07085134088993073, 0.03567388281226158, 0.09392639994621277, 0.005575711838901043, 0.08724910765886307, 0.04404451325535774, 0.03616258502006531, -0.02701605297625065, 0.08329322934150696, -0.009490476921200752, 0.05177587643265724, 0.054706841707229614, -0.05747515708208084, 0.011289623565971851, 0.24243193864822388, 0.16112735867500305, 0.019430674612522125, -0.023279055953025818, 0.06275416910648346, 0.035734448581933975, 0.025077655911445618, 0.1453571617603302, 0.04074449464678764, 0.06313272565603256, -0.04618722200393677, -0.10212461650371552, -0.07612451910972595, -0.05484791472554207, -0.02480105124413967, 0.08914105594158173, 0.08623775839805603, -0.06148185580968857, -0.059932973235845566, 0.1054958775639534, -0.07769901305437088, 0.03170771524310112, 0.1570945829153061, -0.015123110264539719, -0.10050653666257858, -0.01013796404004097, 0.12770062685012817, -0.02846265770494938, -0.04427623748779297, -0.13392557203769684, -0.014050540514290333, -0.009764616377651691, -0.0615081712603569, -0.25486457347869873, -0.185266375541687, 0.01571904681622982, -0.08834785968065262, 0.10038365423679352, -0.008759820833802223, 0.26846930384635925, 0.023988598957657814, 0.04005603864789009, -0.0789872333407402, 0.13664032518863678, 0.02952166646718979, 0.019782431423664093, -0.02430584281682968, 0.03982078656554222, 0.025241967290639877, -0.0953516960144043, 0.04124404117465019, 0.018928157165646553, -0.06029560789465904, 0.030337288975715637, 0.033780183643102646, -0.08191153407096863, -0.003771435469388962, -0.08678258955478668, 0.10505137592554092, 0.00644939998164773, -0.031972795724868774, 0.013031002134084702, -0.08771911263465881, 0.11441648751497269, 0.020290693268179893, -0.11945456266403198, -0.00045582131133414805, -0.028713028877973557, -0.018656104803085327, 0.14079321920871735, -0.05954529717564583, -0.10260359942913055, 0.07226192951202393, -0.05861739441752434, -0.05066029727458954, 0.03478604182600975, 0.05178855359554291, 0.07032225281000137, 0.09066756069660187, -0.018970122560858727, 0.1477828472852707, 0.042262569069862366, 0.032885245978832245, -0.08376753330230713, -0.10273377597332001 ]
20dc65d4f81fe481c7162baad9280bb455cd49b1
# Dataset Card for "ia_test_embeddings" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
davanstrien/ia_test_embeddings
[ "region:us" ]
2023-03-20T18:16:10+00:00
{"dataset_info": {"features": [{"name": "crawl_date", "dtype": "int64"}, {"name": "last_modified_date", "dtype": "float64"}, {"name": "url", "dtype": "string"}, {"name": "filename", "dtype": "string"}, {"name": "extension", "dtype": "string"}, {"name": "mime_type_web_server", "dtype": "string"}, {"name": "mime_type_tika", "dtype": "string"}, {"name": "width", "dtype": "int64"}, {"name": "height", "dtype": "int64"}, {"name": "md5", "dtype": "string"}, {"name": "sha1", "dtype": "string"}, {"name": "image", "dtype": "null"}], "splits": [{"name": "train"}], "download_size": 2874, "dataset_size": 0}}
2023-03-22T19:10:52+00:00
[]
[]
TAGS #region-us
# Dataset Card for "ia_test_embeddings" More Information needed
[ "# Dataset Card for \"ia_test_embeddings\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"ia_test_embeddings\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"ia_test_embeddings\"\n\nMore Information needed" ]
[ -0.1707526594400406, 0.03275447338819504, -0.0017946945736184716, 0.005274640396237373, 0.04583870992064476, 0.13247059285640717, 0.23468798398971558, 0.12014161795377731, 0.2770610749721527, -0.01576264016330242, 0.14637212455272675, 0.04624165594577789, 0.02538841776549816, 0.21049024164676666, -0.0741448923945427, 0.08530720323324203, 0.05145380273461342, 0.056398361921310425, -0.04041563719511032, 0.08731227368116379, 0.04538419097661972, -0.0609804168343544, 0.10617026686668396, -0.0694686770439148, -0.17736053466796875, 0.06899506598711014, -0.028093917295336723, -0.06501922011375427, 0.06896562874317169, -0.12679576873779297, 0.16167929768562317, -0.016594484448432922, -0.04048957675695419, -0.1644950658082962, 0.009219998493790627, 0.009682917967438698, -0.0035207581240683794, 0.045348603278398514, -0.009953192435204983, -0.007090881932526827, -0.1121724545955658, 0.09242595732212067, 0.07973598688840866, -0.018218625336885452, -0.1209518313407898, -0.19994637370109558, -0.07549533247947693, -0.13231313228607178, 0.002075982978567481, 0.022493494674563408, 0.034151796251535416, 0.26543140411376953, -0.14335088431835175, 0.014688384719192982, 0.0690944567322731, -0.022811828181147575, 0.08372937887907028, 0.19451077282428741, 0.02795022912323475, 0.1367677003145218, 0.021140968427062035, 0.006692071910947561, 0.1308525949716568, 0.012094295583665371, -0.12276902049779892, -0.03575565293431282, -0.06500409543514252, 0.10333429276943207, -0.04770206660032272, -0.1525009423494339, 0.4198116660118103, -0.032048825174570084, -0.047277357429265976, 0.007372608873993158, -0.01541871577501297, -0.08730632066726685, 0.0690014511346817, 0.0025219167582690716, 0.019121412187814713, 0.01178931538015604, 0.05372990667819977, 0.013905680738389492, -0.08596771955490112, -0.17291778326034546, -0.10869710892438889, -0.015511780977249146, 0.007988103665411472, 0.12941360473632812, -0.19488056004047394, 0.018875567242503166, -0.031179476529359818, -0.04849378392100334, -0.06121838465332985, -0.10690811276435852, -0.02202722802758217, -0.05938312038779259, -0.036385513842105865, -0.059682395309209824, 0.1624404788017273, 0.1874120831489563, 0.015070728026330471, 0.06895370781421661, -0.09343945235013962, 0.08650857210159302, 0.13582652807235718, -0.012313205748796463, 0.0775875374674797, 0.054884642362594604, -0.08350367099046707, -0.04379818215966225, -0.08968658000230789, -0.08248961716890335, -0.06231324002146721, 0.0232009906321764, 0.02608717419207096, 0.09097277373075485, -0.05522303283214569, -0.11650866270065308, -0.10991206020116806, -0.016411833465099335, 0.06363323330879211, -0.08350186794996262, 0.01651654578745365, 0.01734888181090355, -0.012629436329007149, -0.050563424825668335, -0.014654411002993584, -0.0393713042140007, 0.050248268991708755, -0.00019272057397756726, -0.04914511740207672, -0.003992934245616198, -0.08374781906604767, 0.010010127909481525, 0.07271271198987961, -0.1655430793762207, 0.06765490025281906, -0.10908040404319763, -0.258979469537735, -0.020308397710323334, 0.050331417471170425, -0.019424965605139732, 0.21213944256305695, 0.004113946575671434, 0.07744893431663513, -0.028502240777015686, -0.04791465401649475, -0.008117168210446835, -0.06630834937095642, 0.039626482874155045, 0.057946011424064636, 0.057143036276102066, -0.12409614026546478, 0.05870840698480606, -0.15436212718486786, 0.026273710653185844, -0.0074433982372283936, 0.013283003121614456, -0.14487124979496002, 0.04448363184928894, -0.04684867337346077, 0.006399121601134539, -0.07570572197437286, 0.05112256109714508, 0.032268378883600235, 0.16240589320659637, -0.2087099701166153, -0.013613875024020672, 0.13831454515457153, -0.14629089832305908, -0.2905910611152649, 0.043409064412117004, -0.041896555572748184, 0.09570387005805969, -0.0005791120929643512, 0.3283638060092926, 0.010816876776516438, -0.12182265520095825, 0.07156530767679214, 0.12864600121974945, -0.0627894178032875, -0.22933731973171234, 0.1166183352470398, -0.06550698727369308, -0.18389616906642914, 0.016710683703422546, 0.08417469263076782, -0.016085756942629814, -0.04503564536571503, -0.05255435034632683, -0.04862750321626663, -0.11831878125667572, 0.08573058992624283, 0.04545656219124794, -0.003000565804541111, -0.09564007818698883, 0.09220784157514572, 0.004321366082876921, 0.11149701476097107, -0.005788347218185663, -0.04087493196129799, -0.06747150421142578, 0.19061815738677979, -0.17434293031692505, -0.05104067549109459, -0.19140885770320892, -0.05638057366013527, 0.04353279247879982, -0.015742003917694092, 0.022541651502251625, 0.06715761870145798, 0.09351617842912674, -0.06483226269483566, 0.0731743723154068, -0.00025940052000805736, 0.06461315602064133, 0.029621994122862816, -0.023589475080370903, -0.02443862333893776, 0.039140183478593826, -0.13070325553417206, -0.007362068630754948, -0.0722566470503807, -0.05615735799074173, -0.035706497728824615, 0.015781374648213387, 0.0436243861913681, -0.032296400517225266, 0.04158902168273926, -0.01771594025194645, -0.04518720135092735, -0.0724310502409935, -0.023323731496930122, -0.05483389273285866, 0.0006172436405904591, -0.016571594402194023, -0.0006182745564728975, 0.1787814050912857, 0.1205204427242279, -0.025914566591382027, 0.025586238130927086, -0.06349488347768784, 0.01861410401761532, 0.010192273184657097, -0.0793185755610466, -0.001306556980125606, 4.7021441673678055e-7, -0.05678557977080345, 0.04701307415962219, -0.10320963710546494, 0.03065941110253334, 0.010156800039112568, -0.07494881749153137, -0.1259060651063919, 0.027438927441835403, 0.12529344856739044, -0.15825700759887695, 0.15365399420261383, 0.24987179040908813, 0.03225181996822357, 0.12549461424350739, -0.11470451951026917, -0.13888683915138245, 0.0196378231048584, 0.023953653872013092, -0.045685503631830215, 0.21278007328510284, -0.2376776784658432, 0.09884411096572876, 0.10815832018852234, 0.05123017728328705, 0.10203806310892105, -0.07678274810314178, -0.0735522136092186, 0.01886717975139618, -0.017775483429431915, -0.15260325372219086, 0.041560932993888855, 0.031158871948719025, 0.061021361500024796, -0.020473290234804153, -0.002460377523675561, 0.09847987443208694, -0.0010531715815886855, -0.12353929132223129, 0.17104238271713257, -0.17285385727882385, -0.20452181994915009, -0.09504260122776031, -0.06777463108301163, 0.06609297543764114, 0.013680098578333855, 0.012395918369293213, -0.18616877496242523, -0.006860476918518543, -0.04676421359181404, -0.10562658309936523, -0.05069221556186676, -0.027616195380687714, 0.05135287344455719, 0.029274292290210724, -0.000897628313396126, -0.10429168492555618, -0.015514131635427475, -0.007198092993348837, 0.21279974281787872, 0.14144742488861084, -0.12915922701358795, 0.11089647561311722, 0.10813304036855698, -0.03878346458077431, 0.10104566067457199, 0.00350606394931674, 0.15558235347270966, -0.08372479677200317, -0.0814863070845604, 0.14723536372184753, -0.08627308160066605, -0.015558687970042229, 0.016433821991086006, -0.02593144029378891, -0.17066194117069244, -0.010115109384059906, -0.09573671221733093, -0.1456739902496338, -0.32282403111457825, -0.11054397374391556, -0.06372278183698654, 0.04959305748343468, 0.06163480132818222, 0.04518849775195122, -0.001143081346526742, 0.12354345619678497, 0.14427606761455536, -0.05541255697607994, -0.16998626291751862, -0.06124860420823097, -0.07726086676120758, -0.01823902688920498, -0.04295974224805832, -0.14814035594463348, -0.021685585379600525, 0.1283516138792038, 0.145869642496109, 0.2231799066066742, 0.084659144282341, 0.01254293229430914, 0.06688699126243591, 0.11453346163034439, 0.07559431344270706, 0.1790323555469513, 0.04252446070313454, -0.029314104467630386, 0.022128427401185036, -0.0072404262609779835, -0.09755896776914597, -0.0037338798865675926, 0.07625757157802582, -0.13626760244369507, 0.02713349089026451, -0.13190144300460815, 0.01807299070060253, -0.1691276878118515, 0.17513211071491241, -0.3162494897842407, 0.06851042807102203, 0.00015486721531488, 0.11294151097536087, -0.16806189715862274, 0.036937542259693146, 0.07653521001338959, -0.062143806368112564, 0.053043197840452194, -0.03166880086064339, 0.06787217408418655, -0.01878507249057293, -0.00886534620076418, -0.012654085643589497, -0.0783420130610466, -0.0255644042044878, 0.13596831262111664, -0.3064517378807068, 0.18323175609111786, 0.0010284781455993652, -0.032823268324136734, -0.13569314777851105, -0.023058274760842323, -0.01465433370321989, 0.015085618011653423, 0.11093347519636154, 0.009216018952429295, -0.1525319665670395, -0.17444875836372375, -0.014280934818089008, 0.015480740927159786, 0.09034066647291183, 0.07469861954450607, -0.0832488089799881, 0.028395740315318108, 0.078092060983181, -0.03330090269446373, -0.17417675256729126, -0.13271096348762512, -0.061234250664711, 0.023053918033838272, 0.04136761650443077, -0.12106670439243317, 0.004344669170677662, 0.023976659402251244, -0.030819665640592575, 0.049414895474910736, 0.04401755332946777, -0.030809631571173668, -0.10445038229227066, 0.010141290724277496, 0.17790208756923676, -0.010879992507398129, -0.023910967633128166, 0.007968232966959476, 0.012272113002836704, -0.05129374563694, -0.16826041042804718, 0.07443227618932724, -0.10871975868940353, 0.057879652827978134, -0.09830769896507263, 0.009353267028927803, 0.01605471596121788, 0.027713121846318245, 0.04333052039146423, -0.018264980986714363, -0.054200429469347, -0.029495252296328545, 0.1428941935300827, -0.05755238234996796, 0.01891123503446579, 0.23696082830429077, 0.04105029255151749, 0.032527241855859756, 0.04322000965476036, -0.02599739097058773, 0.17703960835933685, 0.1360999047756195, 0.011250586248934269, 0.1390124410390854, 0.13820761442184448, -0.07860659062862396, -0.2329905778169632, 0.10547798871994019, -0.13955961167812347, -0.0012686329428106546, 0.08630795776844025, -0.19011659920215607, 0.12834040820598602, 0.09193257987499237, -0.06311482191085815, 0.26477426290512085, -0.10413613170385361, -0.046007800847291946, 0.2559587359428406, 0.06676225364208221, 0.2591927945613861, -0.10053586959838867, -0.07941994071006775, -0.036291204392910004, -0.033538125455379486, 0.0331386961042881, -0.05278058350086212, 0.02493089623749256, -0.05485380440950394, 0.04445505514740944, 0.02715797908604145, -0.07980979979038239, 0.21674929559230804, 0.033602505922317505, 0.13686786592006683, -0.06132355332374573, 0.053379207849502563, 0.12167692184448242, -0.052165716886520386, 0.15191060304641724, -0.0794847384095192, 0.06486912816762924, -0.2151513695716858, 0.017258187755942345, 0.06799116730690002, 0.0455358549952507, 0.054409388452768326, -0.08315548300743103, -0.11104436963796616, -0.01814284361898899, -0.1506233960390091, -0.03164224699139595, 0.10973668843507767, 0.024322735145688057, 0.043919891119003296, 0.03988291695713997, 0.101485975086689, -0.10171821713447571, -0.014203588478267193, 0.004683664534240961, -0.03593382611870766, 0.08009488135576248, -0.24934233725070953, 0.02187168598175049, 0.11099042743444443, -0.012801225297152996, 0.06374245136976242, 0.04071984067559242, -0.12285103648900986, 0.0017533600330352783, 0.13871754705905914, -0.06924954056739807, 0.11566967517137527, 0.07138308137655258, -0.03647018224000931, -0.026074890047311783, 0.0484943725168705, 0.027214083820581436, 0.08173465728759766, 0.04183720052242279, -0.07591701298952103, 0.05342983454465866, -0.09453245997428894, 0.14535920321941376, 0.11605782061815262, 0.06710262596607208, -0.1650865226984024, 0.16817304491996765, -0.02550222910940647, -0.14395225048065186, 0.08982709795236588, -0.08391092717647552, -0.05779759958386421, -0.09854152798652649, 0.06689611822366714, 0.3844187557697296, -0.011222576722502708, -0.1503017246723175, -0.06252945214509964, -0.05188367888331413, 0.050011396408081055, 0.07659605145454407, 0.10884591192007065, 0.060129642486572266, 0.05579067021608353, -0.09407886117696762, -0.04550769552588463, 0.02219778299331665, -0.04712041839957237, 0.07775421440601349, -0.08051684498786926, -0.2639104723930359, -0.04269804060459137, 0.169891357421875, -0.07746376097202301, -0.05493094399571419, -0.08954058587551117, 0.1255655437707901, -0.2146254926919937, 0.0209111999720335, 0.022364411503076553, -0.0024810826871544123, 0.09125614166259766, 0.007465542294085026, -0.005809552036225796, -0.02504320628941059, -0.11772092431783676, 0.12705832719802856, 0.06381877511739731, 0.03652925044298172, -0.09200094640254974, 0.008442548103630543, 0.12014517933130264, -0.029820557683706284, 0.10355376452207565, 0.08886994421482086, -0.05219889432191849, 0.05496624484658241, -0.09778663516044617, -0.07051447778940201, 0.08692067116498947, 0.10900350660085678, 0.05642535910010338, 0.025345193222165108, 0.04657697677612305, 0.08721176534891129, -0.022906474769115448, 0.1145477443933487, 0.04580521211028099, -0.028101559728384018, 0.025928035378456116, -0.12529590725898743, -0.10124047845602036, -0.016190214082598686, -0.005273668095469475, 0.17655877768993378, 0.038392115384340286, 0.049858029931783676, 0.049235161393880844, 0.03866906836628914, -0.02369142509996891, -0.05965140089392662, 0.03072253055870533, -0.06579995900392532, 0.04206666722893715, 0.003971342463046312, 0.04685984179377556, -0.07667204737663269, 0.49633920192718506, 0.0011166358599439263, -0.0867379680275917, -0.046227965503931046, 0.07778477668762207, 0.06996533274650574, -0.011359762400388718, 0.2335180640220642, 0.02099752239882946, -0.047319527715444565, -0.11521018296480179, 0.022350624203681946, 0.044495344161987305, 0.023079855367541313, 0.09065621346235275, 0.1909426748752594, -0.08461690694093704, 0.030141469091176987, -0.0011517747770994902, -0.030135301873087883, 0.06701811403036118, -0.07233453541994095, -0.014852404594421387, 0.02748945914208889, 0.15888163447380066, 0.016414200887084007, 0.01943822205066681, -0.058770809322595596, 0.014046925120055676, -0.06837739050388336, -0.06262912601232529, -0.11909350752830505, -0.012364395894110203, -0.05099127069115639, -0.17907503247261047, 0.06734780967235565, -0.040169645100831985, -0.0707959234714508, 0.28785231709480286, 0.0554656982421875, -0.022547490894794464, 0.14258815348148346, -0.01569286733865738, 0.07581590861082077, 0.01720304600894451, -0.03087172657251358, -0.08044992387294769, 0.03537026792764664, -0.08160929381847382, 0.06091450899839401, -0.058134086430072784, 0.018945254385471344, -0.02916252240538597, 0.00206205528229475, 0.04301030561327934, -0.12240885198116302, -0.08625936508178711, -0.05555460974574089, 0.035684481263160706, -0.14828115701675415, 0.03185553103685379, 0.02869814820587635, 0.08864618092775345, 0.01665351167321205, 0.0064719803631305695, 0.03881526738405228, 0.01609337143599987, -0.09054241329431534, 0.015574188902974129, -0.06509494036436081, 0.07290084660053253, -0.021035684272646904, -0.06868558377027512, -0.05041472241282463, 0.18011608719825745, 0.21535298228263855, -0.021593062207102776, -0.056852225214242935, 0.050292178988456726, 0.037072211503982544, -0.042101435363292694, 0.195775106549263, -0.0030986731871962547, 0.03602452948689461, -0.00990345049649477, -0.0998627170920372, -0.028362538665533066, -0.09303004294633865, 0.0027632173150777817, 0.03287408873438835, 0.07537690550088882, -0.05536731705069542, -0.06795754283666611, 0.15072974562644958, -0.1119900569319725, 0.06674085557460785, 0.17944078147411346, -0.06622762978076935, -0.12147150188684464, -0.040759697556495667, 0.12605026364326477, -0.0786607638001442, -0.03166353702545166, -0.09386368840932846, -0.04096426069736481, -0.11183050274848938, -0.046971991658210754, -0.23108002543449402, -0.1483534425497055, 0.00853110570460558, -0.10710115730762482, 0.12794414162635803, 0.02813635766506195, 0.19672711193561554, 0.049890629947185516, 0.011689238250255585, -0.0986131951212883, 0.10333027690649033, 0.037442173808813095, 0.16100414097309113, -0.021450219675898552, 0.024514593183994293, -0.010091353207826614, -0.020504632964730263, 0.09551138430833817, -0.04355781525373459, -0.04688701778650284, -0.07693976163864136, -0.01670146733522415, -0.11618676781654358, -0.03907378017902374, -0.08485831320285797, 0.12436684221029282, -0.009547806344926357, -0.01615852490067482, 0.04063277319073677, -0.01403926033526659, 0.1546829491853714, 0.03133299946784973, -0.12319649755954742, -0.06848806887865067, -0.04434119910001755, -0.07094188779592514, 0.07653447985649109, -0.025269491598010063, -0.2495206892490387, 0.06782249361276627, -0.07649645209312439, -0.022784510627388954, 0.025903113186359406, 0.07389623671770096, 0.19058799743652344, 0.071524478495121, -0.04490697756409645, 0.010109128430485725, 0.06294668465852737, 0.05684236064553261, -0.04748477786779404, -0.06934041529893875 ]
e023351b2a01febf4f4438cc12101a615d61d5fe
# Dataset Card for "primeiro_harem_conll_2003_style" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arubenruben/primeiro_harem_conll_2003_style
[ "region:us" ]
2023-03-20T18:23:42+00:00
{"dataset_info": {"features": [{"name": "tokens", "sequence": "string"}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-PER", "2": "I-PER", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "splits": [{"name": "train", "num_bytes": 1504058, "num_examples": 121}, {"name": "validation", "num_bytes": 51150, "num_examples": 8}, {"name": "test", "num_bytes": 1060266, "num_examples": 128}], "download_size": 528687, "dataset_size": 2615474}}
2023-04-11T20:06:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for "primeiro_harem_conll_2003_style" More Information needed
[ "# Dataset Card for \"primeiro_harem_conll_2003_style\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"primeiro_harem_conll_2003_style\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"primeiro_harem_conll_2003_style\"\n\nMore Information needed" ]
[ -0.09693014621734619, 0.17511245608329773, -0.0026698268484324217, 0.0507938414812088, 0.07553829252719879, 0.09906643629074097, 0.09134002029895782, 0.024143613874912262, -0.1661330759525299, -0.025435537099838257, 0.10892125964164734, 0.07138825953006744, 0.033138781785964966, 0.18187478184700012, -0.029667865484952927, -0.08258110284805298, 0.06348052620887756, -0.018820473924279213, 0.007161673158407211, 0.04901435226202011, 0.04847035929560661, -0.10170629620552063, 0.11655130982398987, -0.09475600719451904, -0.20693916082382202, 0.09389197826385498, -0.09931964427232742, -0.021583296358585358, 0.010170692577958107, -0.030984025448560715, 0.20970824360847473, -0.008137530647218227, 0.069985531270504, -0.14145004749298096, 0.029969777911901474, -0.040602948516607285, -0.03386732563376427, 0.028062403202056885, 0.09702347218990326, -0.07014228403568268, -0.08038979023694992, 0.022236360237002373, -0.011539381928741932, -0.026057405397295952, -0.15896286070346832, -0.07845631241798401, -0.15801703929901123, 0.028196968138217926, 0.05962606519460678, 0.007587221451103687, 0.09388189017772675, 0.08458168059587479, -0.08498392254114151, 0.024842604994773865, 0.09497538208961487, -0.08062736690044403, -0.027323827147483826, 0.13601163029670715, -0.047025199979543686, 0.1602977216243744, 0.03440968692302704, 0.02236112952232361, 0.11012259125709534, -0.05808950960636139, -0.07542936503887177, -0.08726248145103455, -0.20733650028705597, 0.09395343065261841, -0.04196995496749878, -0.08224986493587494, 0.43126270174980164, 0.00019605783745646477, 0.014865890145301819, 0.1298057734966278, -0.007102875038981438, -0.052852094173431396, -0.028495868667960167, 0.10197044909000397, 0.03225896507501602, 0.01430455967783928, 0.08393765985965729, 0.000887842383235693, -0.1257437765598297, -0.11411187052726746, -0.21209850907325745, 0.07759007811546326, 0.008315982297062874, 0.13220259547233582, -0.15140560269355774, -0.03306834399700165, 0.049815498292446136, 0.005352396983653307, 0.009404235519468784, -0.11577123403549194, 0.019528495147824287, -0.03209631145000458, 0.0046969205141067505, 0.021485263481736183, 0.11366216093301773, 0.04922119155526161, 0.08105689287185669, 0.0604139044880867, -0.011436919681727886, 0.0964864194393158, 0.1500062346458435, -0.056669726967811584, -0.0450478233397007, -0.013764266856014729, -0.02430812269449234, -0.11575538665056229, 0.03054061345756054, -0.0413522906601429, -0.10967928916215897, 0.03179484233260155, -0.13855072855949402, 0.10654201358556747, -0.09511246532201767, -0.053077589720487595, -0.0015183910727500916, -0.04699583724141121, 0.1850154846906662, -0.12896230816841125, 0.024151993915438652, 0.006616503000259399, -0.0644042044878006, 0.04619365185499191, -0.05567574501037598, -0.0066816373728215694, 0.07999707013368607, 0.016597585752606392, -0.07645571231842041, -0.009670664556324482, -0.054647281765937805, -0.06816335022449493, 0.050092700868844986, -0.13668619096279144, 0.04373430460691452, -0.1387709230184555, -0.16642142832279205, 0.02979511022567749, 0.055885061621665955, -0.01184906531125307, 0.16428157687187195, -0.01338231936097145, 0.07469263672828674, -0.07095640897750854, -0.03797328844666481, 0.08871401846408844, -0.09592509269714355, 0.04177182912826538, 0.023289062082767487, 0.03175588697195053, -0.18819285929203033, 0.023674925789237022, -0.0689058005809784, 0.022094780579209328, 0.09176807105541229, -0.03061847947537899, -0.1109793484210968, 0.1342182755470276, -0.08437446504831314, -0.013791442848742008, -0.13906002044677734, 0.02503155544400215, -0.030255701392889023, 0.03595791012048721, -0.17252907156944275, -0.0451609268784523, 0.11009150743484497, -0.15393471717834473, -0.1955241560935974, -0.06402014195919037, -0.04473144933581352, 0.029429923743009567, 0.022023441269993782, 0.2496914267539978, 0.037246692925691605, -0.08419299125671387, 0.0766841471195221, 0.08135542273521423, -0.09515277296304703, -0.2954300045967102, 0.09003837406635284, -0.0832424908876419, -0.14694896340370178, 0.040439292788505554, 0.04481302201747894, 0.009740462526679039, -0.02203277125954628, -0.10655663162469864, 0.03214700520038605, -0.13668420910835266, -0.07529275119304657, 0.05133597180247307, 0.051607292145490646, -0.014550081454217434, 0.18847748637199402, 0.12926237285137177, 0.07833303511142731, -0.004574878606945276, -0.03156965970993042, 0.002143661957234144, 0.11716349422931671, -0.12480749189853668, -0.043921202421188354, -0.10292443633079529, -0.10488615930080414, -0.02117205783724785, 0.03941354155540466, 0.03747645020484924, -0.007651838473975658, 0.11828926205635071, 0.023462846875190735, 0.011282982304692268, 0.07627364993095398, 0.1731756627559662, 0.05667974799871445, 0.026064017787575722, -0.023138344287872314, 0.016285115852952003, -0.06579455733299255, 0.03856230154633522, 0.00601195776835084, -0.0863063782453537, 0.01741804927587509, 0.04131728410720825, -0.00341419642791152, -0.01322852075099945, 0.09344053268432617, 0.021938472986221313, -0.002743074204772711, -0.04217606782913208, 0.039398595690727234, -0.020191283896565437, 0.03038753755390644, 0.005880093201994896, -0.1418953537940979, 0.19966670870780945, 0.14924809336662292, -0.11299023777246475, -0.01329219713807106, -0.1581253856420517, 0.0007860595360398293, 0.0010124400723725557, 0.020944969728589058, 0.03766442462801933, -0.10008712112903595, -0.08109955489635468, 0.08289198577404022, -0.0940689668059349, 0.0011635040864348412, 0.01746138371527195, -0.019224844872951508, -0.15918543934822083, 0.04540413245558739, 0.2010003924369812, -0.21832019090652466, 0.11156713217496872, 0.18807852268218994, 0.03615955263376236, 0.06585703045129776, -0.062101107090711594, -0.05334850028157234, 0.0018125406932085752, -0.0005355039611458778, -0.05892639979720116, 0.16093730926513672, -0.05653315782546997, -0.020521435886621475, 0.06985066831111908, 0.02584589459002018, 0.11756817251443863, -0.11092491447925568, -0.08839942514896393, 0.016840234398841858, -0.02685777097940445, -0.10752807557582855, 0.02657000906765461, -0.031748365610837936, 0.04120214283466339, 0.0016261860728263855, -0.051418669521808624, 0.09849438071250916, 0.005424733739346266, -0.035570524632930756, 0.09441819787025452, -0.22661270201206207, -0.10594618320465088, -0.025009477511048317, -0.17389827966690063, -0.0032047899439930916, 0.03512875735759735, -0.03954967483878136, -0.156609907746315, -0.04943413287401199, -0.02141670137643814, -0.14892882108688354, -0.22586952149868011, -0.046780847012996674, 0.017406579107046127, -0.00045727193355560303, -0.09499728679656982, -0.12859724462032318, 0.030682291835546494, -0.046841684728860855, 0.05177723988890648, 0.06172887608408928, -0.2072601020336151, 0.1969148814678192, 0.15560302138328552, -0.001304788514971733, 0.16728442907333374, -0.0009361999109387398, 0.12788940966129303, 0.012774535454809666, -0.05315390229225159, 0.1059812381863594, 0.013337859883904457, 0.013155284337699413, 0.13204488158226013, 0.07151554524898529, -0.09392739832401276, -0.02368812821805477, -0.008031856268644333, -0.16753219068050385, -0.2070831060409546, -0.1292094588279724, -0.08026197552680969, 0.01044672541320324, 0.05397224798798561, 0.06758679449558258, 0.017463533207774162, 0.11492952704429626, 0.10095550119876862, -0.06442049890756607, -0.02260085567831993, -0.02468285709619522, -0.016130469739437103, 0.030111918225884438, -0.02331148274242878, -0.12575837969779968, -0.030199825763702393, 0.14739586412906647, 0.16158974170684814, 0.22026501595973969, 0.15927869081497192, 0.04802722483873367, 0.07118592411279678, 0.10323630273342133, 0.03213312849402428, 0.12415610998868942, 0.042971983551979065, 0.026273652911186218, -0.008485646918416023, -0.05465774983167648, -0.0407523587346077, -0.002957533812150359, 0.03503521904349327, -0.1479703187942505, -0.012557346373796463, -0.15672360360622406, 0.04319510981440544, -0.2441817820072174, 0.042689912021160126, -0.24503977596759796, 0.13306203484535217, 0.061952460557222366, 0.17252807319164276, -0.03660846874117851, 0.058394916355609894, -0.00021176878362894058, -0.00008545629680156708, 0.10424593091011047, 0.05842708796262741, 0.07885687053203583, -0.11673039942979813, -0.050140343606472015, -0.01962978020310402, -0.03884710371494293, 0.04705657809972763, 0.06610476225614548, -0.009382052347064018, 0.3482520878314972, 0.05293602496385574, -0.043325405567884445, -0.02357451245188713, -0.047930728644132614, -0.021345272660255432, 0.10484468936920166, 0.10159463435411453, 0.04879927635192871, -0.1858389526605606, -0.21102789044380188, -0.072979636490345, 0.012762811034917831, 0.10579389333724976, 0.06577011197805405, -0.11297471821308136, 0.032509446144104004, -0.01881612092256546, -0.016194988042116165, -0.04654071852564812, -0.1589127779006958, -0.15258336067199707, 0.018515050411224365, 0.027452997863292694, -0.11239738017320633, 0.03823001682758331, -0.011612355709075928, -0.17213432490825653, 0.1764354407787323, 0.09527500718832016, -0.06986933946609497, -0.1042063981294632, -0.12632836401462555, 0.12794077396392822, -0.0012191615533083677, 0.010461293160915375, -0.06482121348381042, -0.0500766858458519, -0.007025390397757292, -0.16426831483840942, 0.03596837818622589, -0.045500680804252625, 0.19062578678131104, -0.10575111210346222, 0.09194304794073105, -0.03680086135864258, -0.01873544044792652, 0.02630777284502983, 0.03705143183469772, -0.01623261719942093, -0.09675754606723785, 0.08251021057367325, 0.019687160849571228, 0.1616729497909546, 0.11041174829006195, -0.04734247922897339, 0.0918395072221756, 0.09665533900260925, 0.02252642810344696, 0.20130637288093567, 0.08316664397716522, -0.04182620346546173, 0.10257822275161743, 0.1272447407245636, -0.09884031116962433, -0.21079078316688538, -0.032411009073257446, -0.147156223654747, -0.06481599807739258, -0.03258403763175011, -0.19117099046707153, 0.06091925501823425, 0.1646343171596527, -0.016518408432602882, 0.04822627454996109, -0.293876051902771, -0.006976175121963024, 0.1615980565547943, 0.10019313544034958, 0.32103005051612854, -0.15349847078323364, -0.08491280674934387, -0.13018189370632172, -0.2119191437959671, 0.12879100441932678, -0.0761309564113617, 0.038717806339263916, 0.01424640417098999, 0.03729458153247833, -0.03395950049161911, -0.07777468115091324, 0.1886172592639923, 0.08547088503837585, 0.1039198637008667, -0.10024981200695038, -0.12431176751852036, 0.0778224766254425, -0.04142626002430916, 0.047709424048662186, 0.07316243648529053, 0.06114911288022995, -0.1702299863100052, 0.004233287647366524, 0.05988377332687378, -0.002333366312086582, 0.06719624996185303, -0.04071750491857529, -0.08559095859527588, 0.01381493266671896, -0.05062601715326309, 0.005353277083486319, 0.14058902859687805, 0.010036582127213478, -0.013424430042505264, 0.0016696574166417122, 0.02278784289956093, -0.07383961975574493, -0.04331982880830765, -0.07900998741388321, -0.07514473795890808, 0.03952234238386154, -0.14109072089195251, 0.01197147648781538, 0.14510412514209747, 0.006456468254327774, 0.039814990013837814, 0.04103897511959076, 0.01102373655885458, 0.016192927956581116, 0.16400445997714996, -0.11101963371038437, 0.05274847522377968, 0.09572477638721466, -0.06533586233854294, 0.03500114381313324, 0.01648898795247078, 0.009872645139694214, 0.09013736248016357, 0.0022051995620131493, -0.019145512953400612, 0.04307755082845688, -0.07924464344978333, 0.10826276242733002, 0.12995976209640503, -0.030549587681889534, -0.15239815413951874, 0.19884613156318665, 0.06492220610380173, 0.0783495306968689, -0.0408572256565094, 0.018122650682926178, -0.10718265175819397, -0.08154550939798355, 0.07923630625009537, 0.21090595424175262, -0.07591068744659424, -0.12320740520954132, 0.006644347682595253, -0.07946309447288513, -0.014002939686179161, 0.09723418205976486, 0.05598535016179085, 0.1042221188545227, 0.02988438308238983, -0.03985904902219772, 0.01877942867577076, -0.06335105001926422, -0.009187636896967888, 0.04693109542131424, -0.0884617418050766, -0.05821756646037102, -0.040672771632671356, 0.09394397586584091, -0.0291084386408329, -0.05230080708861351, -0.09414026141166687, 0.06546129286289215, -0.24440822005271912, 0.022749243304133415, -0.03439509868621826, 0.01756894960999489, 0.021770035848021507, 0.03997970372438431, -0.06386628746986389, -0.036990366876125336, -0.11049023270606995, 0.09916535764932632, 0.04677432030439377, 0.038548629730939865, -0.06454068422317505, -0.031782474368810654, 0.052954576909542084, 0.0453227274119854, 0.00335555337369442, 0.1359761655330658, 0.024672720581293106, 0.07000114768743515, -0.05251612514257431, -0.14360255002975464, 0.10326069593429565, 0.07146922498941422, 0.08239607512950897, 0.028395982459187508, -0.024475660175085068, 0.12431076169013977, -0.08588847517967224, 0.04474961385130882, 0.0864659994840622, -0.0656442642211914, 0.0009747827425599098, -0.15748831629753113, -0.12019160389900208, 0.02591560408473015, -0.042799338698387146, 0.24013206362724304, 0.0341026671230793, -0.010396040976047516, 0.07698984444141388, 0.0007087229751050472, -0.011158031411468983, -0.0391351543366909, 0.000754048116505146, -0.18367847800254822, -0.21442918479442596, 0.03513092175126076, 0.017493320629000664, -0.03366957604885101, 0.42351728677749634, 0.00665001105517149, -0.1182151511311531, -0.05982661992311478, 0.12502038478851318, 0.11667503416538239, 0.0013862275518476963, 0.2922665476799011, 0.0759846642613411, -0.015290290117263794, 0.026545539498329163, 0.06091614067554474, 0.012045101262629032, 0.01341956201940775, 0.15599365532398224, 0.11058191955089569, 0.019175197929143906, 0.011691532097756863, 0.07607123255729675, -0.09712129831314087, 0.12908580899238586, -0.051139071583747864, 0.09716154634952545, 0.03035604953765869, 0.024718180298805237, -0.054099228233098984, 0.07931526005268097, -0.04260311648249626, -0.004293159581720829, -0.01113720890134573, -0.08950796723365784, -0.09496891498565674, -0.07296474277973175, -0.07262595742940903, -0.04291059076786041, 0.04638024419546127, -0.07868608832359314, -0.03211038187146187, 0.11697355657815933, 0.045279793441295624, 0.06022544205188751, 0.06594716012477875, -0.038681626319885254, 0.030893933027982712, -0.08702892065048218, -0.030127670615911484, -0.01495644636452198, -0.058353718370199203, -0.09513498842716217, 0.013198771513998508, -0.051287561655044556, -0.03460042551159859, 0.0032461881637573242, 0.11332010477781296, 0.011000548489391804, -0.11596071720123291, -0.049697693437337875, -0.12457866966724396, 0.06526840478181839, -0.0157322995364666, 0.10173234343528748, 0.04360245540738106, 0.017114344984292984, 0.04790489003062248, -0.026839977130293846, 0.0605555921792984, -0.029461413621902466, 0.00031543662771582603, 0.003188392147421837, -0.006928992457687855, 0.08346085995435715, 0.02265428751707077, -0.03583872318267822, -0.04416573792695999, 0.33014461398124695, 0.32159048318862915, -0.06952549517154694, -0.013750310987234116, 0.027543025091290474, 0.037704505026340485, 0.0362933948636055, 0.10894487798213959, -0.028977250680327415, 0.019778572022914886, -0.005092007108032703, -0.14961212873458862, -0.02619793638586998, 0.023446187376976013, -0.0856718048453331, 0.0743262767791748, 0.07932601869106293, -0.07977049052715302, -0.0634431540966034, 0.1427403837442398, -0.16054007411003113, 0.13497674465179443, 0.0716412216424942, -0.08264781534671783, -0.08914050459861755, -0.0018297722563147545, 0.08800331503152847, 0.04987515136599541, -0.0004559413646347821, -0.10094054043292999, -0.030630823224782944, 0.008778730407357216, 0.054179295897483826, -0.3627368211746216, -0.27666741609573364, 0.035977836698293686, 0.04706788435578346, 0.16221582889556885, 0.020543597638607025, 0.12081794440746307, -0.003265621606260538, 0.01494913175702095, -0.07105179131031036, 0.06129540130496025, 0.05387052893638611, 0.06666732579469681, -0.05535637587308884, -0.09255798161029816, -0.09534204006195068, -0.048346322029829025, 0.02947887033224106, 0.07429426908493042, -0.0030346065759658813, 0.04835629463195801, -0.014166949316859245, -0.024445487186312675, -0.01252653542906046, -0.10949171334505081, 0.10260418057441711, 0.0593450590968132, 0.002705714665353298, -0.0009302468970417976, -0.005921139381825924, 0.08127821981906891, 0.031187649816274643, -0.13397252559661865, -0.07780097424983978, -0.0049052853137254715, -0.13944695889949799, 0.00651148334145546, 0.011001350358128548, 0.009114230051636696, 0.017091812565922737, -0.13168594241142273, 0.05716661363840103, -0.015569067560136318, 0.07175435870885849, 0.12062110006809235, 0.03782324492931366, -0.03507343307137489, 0.0997266173362732, 0.06567485630512238, -0.008210310712456703, -0.025854889303445816, -0.08443698287010193 ]
fdf5ce6e4df6166425be7203cbbb802d492f8d5d
# Dataset Card for "yet_another_test" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
polinaeterna/yet_another_test
[ "region:us" ]
2023-03-20T18:29:17+00:00
{"dataset_info": {"features": [{"name": "x", "dtype": "int64"}, {"name": "y", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 1600000, "num_examples": 100000}, {"name": "test", "num_bytes": 112000, "num_examples": 7000}], "download_size": 1192989, "dataset_size": 1712000}, "builder_config": {"data_dir": "data"}}
2023-04-07T13:08:25+00:00
[]
[]
TAGS #region-us
# Dataset Card for "yet_another_test" More Information needed
[ "# Dataset Card for \"yet_another_test\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"yet_another_test\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"yet_another_test\"\n\nMore Information needed" ]
[ -0.1593296378850937, 0.11293817311525345, -0.002853869926184416, -0.01524206344038248, 0.01789848506450653, 0.0954371988773346, 0.12043698132038116, 0.11558420956134796, 0.12485608458518982, 0.048367757350206375, 0.16207800805568695, 0.043426014482975006, -0.054064951837062836, 0.2269422858953476, -0.027043092995882034, 0.07421701401472092, 0.02172461524605751, 0.025842735543847084, 0.08065169304609299, 0.11522459238767624, -0.004638498183339834, -0.09412872046232224, 0.05929279327392578, -0.08032917976379395, -0.1645810455083847, 0.03881724923849106, -0.09113330394029617, -0.11388088017702103, 0.10477816313505173, -0.13382652401924133, 0.15027925372123718, 0.02858126163482666, -0.07585282623767853, -0.15212957561016083, 0.01945950649678707, 0.01496757473796606, 0.03676839917898178, -0.013185620307922363, 0.016107337549328804, -0.13700643181800842, -0.10279282182455063, 0.16856567561626434, 0.004713655449450016, -0.01313986349850893, -0.15708309412002563, -0.25991126894950867, -0.0825745165348053, -0.1229226142168045, -0.04777221381664276, -0.018399592489004135, 0.007588251959532499, 0.25288230180740356, -0.17389966547489166, 0.002388124354183674, 0.08619530498981476, -0.05407658964395523, 0.0769951194524765, 0.178358793258667, 0.008220761083066463, 0.08088671416044235, -0.026752213016152382, 0.04348059743642807, 0.16370917856693268, 0.017816875129938126, -0.21994057297706604, 0.0260604340583086, 0.028553249314427376, 0.14912034571170807, -0.09075729548931122, -0.1493864506483078, 0.303619921207428, -0.004834779072552919, -0.05338694527745247, -0.03798484429717064, -0.01797240786254406, -0.13940635323524475, 0.09759228676557541, 0.030813690274953842, 0.02170097455382347, -0.011519824154675007, 0.020080076530575752, 0.030624879524111748, -0.14108498394489288, -0.11774633824825287, -0.1819351762533188, 0.03390638530254364, -0.020502176135778427, 0.17003844678401947, -0.18603643774986267, 0.04321497678756714, -0.08504215627908707, -0.023974474519491196, -0.10251250863075256, -0.1492813676595688, -0.09135731309652328, -0.0708824098110199, -0.05148535221815109, -0.0270097479224205, 0.18709461390972137, 0.19629423320293427, 0.05952339619398117, 0.06216702237725258, -0.1934106945991516, 0.07741251587867737, 0.1926780790090561, -0.04553284868597984, 0.0924302265048027, 0.0486452654004097, -0.10530050843954086, -0.019759289920330048, -0.06617157906293869, -0.06601864844560623, 0.005880926735699177, 0.0031126411631703377, 0.02940835803747177, 0.11014914512634277, -0.012549127452075481, -0.12772999703884125, -0.06986287981271744, -0.027000363916158676, 0.09139470756053925, -0.07332619279623032, -0.01667538844048977, 0.0872134268283844, -0.0032711713574826717, -0.012427449226379395, -0.0057756658643484116, -0.029848923906683922, 0.14819183945655823, -0.030533714219927788, -0.049406588077545166, -0.05097098648548126, -0.07739187777042389, 0.011575981043279171, 0.10995419323444366, -0.12291694432497025, 0.03516807779669762, -0.07365494221448898, -0.28935426473617554, 0.0020505834836512804, 0.003900208743289113, -0.017871789634227753, 0.23357805609703064, 0.005609884858131409, 0.0392441563308239, -0.031720176339149475, -0.026923594996333122, 0.09508689492940903, -0.09994310885667801, 0.1156618595123291, 0.12004465609788895, 0.08543742448091507, -0.042832084000110626, 0.010389755479991436, -0.20431338250637054, 0.028508739545941353, -0.05261610075831413, 0.031450774520635605, -0.1782204955816269, -0.05525247007608414, -0.0663772001862526, -0.020198050886392593, -0.16870762407779694, 0.03334133327007294, -0.05801355466246605, 0.10597002506256104, -0.25019577145576477, -0.030279824510216713, 0.1634242832660675, -0.13827627897262573, -0.19005371630191803, 0.023124966770410538, -0.05228634923696518, 0.12104129791259766, -0.015120328404009342, 0.34007519483566284, 0.043850842863321304, -0.13810551166534424, 0.03437691554427147, 0.1165323406457901, -0.11693009734153748, -0.058192603290081024, 0.14596737921237946, -0.09338473528623581, -0.14693234860897064, 0.09295117110013962, 0.09793699532747269, -0.09457603842020035, -0.10000760108232498, -0.05347505584359169, -0.048135098069906235, -0.13262520730495453, 0.16639453172683716, -0.004358252510428429, -0.004040940199047327, -0.09722550213336945, 0.07404924184083939, 0.013230694457888603, 0.12921255826950073, 0.007901499047875404, -0.024055834859609604, -0.09122710675001144, 0.18325310945510864, -0.16648469865322113, -0.06545870751142502, -0.2117743194103241, -0.05554056912660599, 0.06348875164985657, -0.023234732449054718, -0.005878006108105183, 0.2078859955072403, 0.08751647174358368, -0.020093275234103203, 0.09143362939357758, 0.059033460915088654, 0.09250672161579132, 0.0020557951647788286, -0.02023949846625328, -0.02250814437866211, 0.0407889150083065, -0.13507580757141113, 0.13966625928878784, -0.09619169682264328, -0.09814763069152832, 0.039123471826314926, 0.06373318284749985, -0.03389928862452507, -0.022577639669179916, 0.08228158205747604, -0.01531937811523676, -0.06808502227067947, -0.03307733312249184, 0.013349458575248718, -0.07016333937644958, 0.01483097206801176, -0.006497350987046957, -0.02335631474852562, -0.03204949200153351, 0.09003773331642151, 0.11053873598575592, -0.022447999566793442, -0.065092071890831, -0.08009306341409683, -0.0001277079718420282, -0.09821156412363052, 0.041029784828424454, -0.037253376096487045, -0.05447831377387047, 0.06155499070882797, -0.10272140055894852, 0.041592635214328766, 0.05868256837129593, -0.010733074508607388, -0.11026272177696228, 0.13288147747516632, 0.057860925793647766, -0.14846809208393097, 0.10541283339262009, 0.21330755949020386, 0.11009728908538818, 0.1388729214668274, -0.08594454824924469, -0.17769315838813782, 0.004288159776479006, 0.08896154910326004, -0.05733999237418175, 0.1601257622241974, -0.1283821165561676, 0.10227453708648682, 0.12509043514728546, 0.04186251014471054, 0.07286374270915985, -0.09636440873146057, -0.08846800029277802, 0.016604697331786156, -0.011587227694690228, -0.16820795834064484, 0.14024034142494202, 0.039045095443725586, 0.0596686415374279, -0.045655589550733566, -0.002403205493465066, 0.12167167663574219, 0.03215628117322922, -0.07406701147556305, 0.1642751842737198, -0.1268053650856018, -0.3051627278327942, -0.0874270498752594, -0.03998514637351036, 0.04395830258727074, -0.014343427494168282, 0.04911527410149574, -0.14381906390190125, 0.013880204409360886, -0.04219518601894379, -0.16173560917377472, -0.10183587670326233, 0.009863588958978653, -0.026659812778234482, 0.0814128965139389, -0.024735400453209877, -0.12756457924842834, 0.022903723642230034, -0.014597620815038681, 0.06240834668278694, 0.18118883669376373, -0.08161913603544235, 0.13489484786987305, 0.08402621001005173, -0.0024892883375287056, 0.09433240443468094, -0.007709645666182041, 0.17997780442237854, -0.04625994339585304, -0.13105210661888123, 0.14889641106128693, -0.01616004854440689, -0.029018810018897057, -0.03755258768796921, -0.0414479561150074, -0.14139509201049805, 0.03427847847342491, -0.02929280884563923, -0.16189178824424744, -0.2792454957962036, -0.0694444552063942, 0.061254289001226425, 0.14078179001808167, 0.040138840675354004, 0.07475133240222931, -0.006802047602832317, 0.02099020965397358, 0.13885971903800964, -0.13181187212467194, -0.20935532450675964, -0.06335454434156418, -0.06112438812851906, -0.034303318709135056, -0.009145720861852169, -0.15493535995483398, -0.012256961315870285, 0.1349295973777771, 0.15896733105182648, 0.157869353890419, 0.07169614732265472, 0.05521949753165245, 0.1010529100894928, 0.12950222194194794, 0.06362847983837128, 0.019584298133850098, 0.12771500647068024, -0.05410275235772133, -0.003981552552431822, -0.045119717717170715, -0.031454894691705704, 0.0013243338325992227, 0.15064150094985962, -0.10914153605699539, -0.031622614711523056, -0.10191322863101959, 0.04692131653428078, -0.2051168829202652, 0.1321229636669159, -0.25238484144210815, 0.08053215593099594, -0.06472356617450714, 0.09694875031709671, -0.06725657731294632, 0.026852922514081, 0.00698454212397337, -0.06575953215360641, 0.10794483125209808, 0.01329190842807293, 0.03655213117599487, 0.053975660353899, 0.06006801873445511, -0.11436820030212402, -0.19438515603542328, -0.01995132490992546, 0.21063335239887238, -0.2018021047115326, 0.19422046840190887, -0.0005533162038773298, -0.06825583428144455, -0.1469273567199707, -0.09494142234325409, -0.11129159480333328, -0.013303796760737896, 0.17029763758182526, -0.07900963723659515, -0.11015482991933823, -0.15130461752414703, -0.0867515280842781, 0.0178218986839056, 0.12291141599416733, 0.027278747409582138, -0.00918988324701786, 0.03554961457848549, 0.04843747243285179, -0.07789544016122818, -0.08707750588655472, -0.12453488260507584, 0.01839822717010975, 0.07433346658945084, -0.06281674653291702, -0.18517960608005524, -0.0007922210497781634, -0.0006561325280927122, -0.11784465610980988, 0.07146061956882477, 0.028050877153873444, 0.05098322778940201, -0.09716395288705826, 0.05679158493876457, 0.2835238575935364, 0.0006147382082417607, -0.06323353201150894, -0.05022898688912392, 0.07668156176805496, -0.058071576058864594, -0.16814106702804565, -0.03747886046767235, -0.03763102740049362, -0.015016335994005203, -0.10658914595842361, 0.059622447937726974, -0.049896422773599625, 0.028128597885370255, 0.04927461966872215, -0.014690070413053036, -0.07105647027492523, -0.003770956303924322, 0.1575978845357895, -0.13490796089172363, 0.023230470716953278, 0.16417503356933594, 0.05240301042795181, 0.14602172374725342, 0.09275948256254196, -0.07956762611865997, 0.13970349729061127, 0.25457003712654114, -0.027467478066682816, 0.27230772376060486, 0.14541828632354736, -0.08028404414653778, -0.25083214044570923, 0.028516842052340508, -0.07256248593330383, 0.027536511421203613, 0.15038426220417023, -0.1627229005098343, 0.11615019291639328, 0.18143931031227112, -0.055212099105119705, 0.2590242922306061, -0.23952160775661469, -0.05679821968078613, 0.12851467728614807, -0.08437404036521912, 0.24644415080547333, -0.18622367084026337, -0.0780114009976387, -0.036884453147649765, -0.009742263704538345, 0.06286115199327469, -0.15144062042236328, 0.09210722148418427, -0.0350651778280735, 0.08099649846553802, 0.05445277690887451, -0.09305330365896225, 0.2654452323913574, 0.0025605903938412666, 0.07475721091032028, -0.05591761693358421, 0.045073799788951874, 0.1757645457983017, -0.053469087928533554, 0.11014819145202637, 0.07718737423419952, 0.08835471421480179, -0.07142527401447296, -0.02387974038720131, -0.022906579077243805, 0.0862608328461647, 0.04471015930175781, -0.025555329397320747, -0.09623812884092331, -0.07146792858839035, -0.12780040502548218, -0.06249281018972397, 0.0829579085111618, -0.009602776728570461, 0.10643057525157928, 0.04224586486816406, 0.04778037592768669, -0.03988076001405716, -0.07849820703268051, -0.03199354186654091, -0.06831495463848114, -0.016039691865444183, -0.2769356071949005, 0.007264664396643639, 0.12935614585876465, 0.041603464633226395, 0.03226089850068092, 0.03835539519786835, -0.12535688281059265, 0.03897751122713089, 0.15216293931007385, -0.13480938971042633, -0.01752292364835739, 0.06840945780277252, -0.12284828722476959, -0.03572356328368187, 0.036803536117076874, 0.056218285113573074, 0.07454167306423187, 0.011306696571409702, -0.08910151571035385, 0.012323238886892796, -0.057790834456682205, 0.13123486936092377, 0.06514538824558258, 0.06605637073516846, -0.1567509025335312, 0.19747105240821838, 0.014404166489839554, -0.11155641078948975, 0.058275919407606125, -0.16457948088645935, -0.05837651342153549, -0.11862129718065262, -0.001798492157831788, 0.25381484627723694, -0.0275796577334404, -0.09726499021053314, -0.08638167381286621, 0.1337094008922577, 0.06848756968975067, 0.2294061928987503, 0.12643751502037048, 0.15048721432685852, 0.10041128844022751, -0.08087796717882156, -0.017378797754645348, 0.0018646740354597569, -0.05395058915019035, 0.040213584899902344, -0.05831721052527428, -0.0037942598573863506, -0.03988092765212059, 0.21426010131835938, -0.08758354187011719, -0.10275674611330032, -0.07585740834474564, 0.1274833083152771, -0.24363237619400024, 0.045778851956129074, 0.08818379044532776, -0.06442899256944656, 0.14542190730571747, 0.016709178686141968, -0.014248896390199661, -0.033804796636104584, -0.16271716356277466, 0.1299620419740677, 0.07661901414394379, 0.07637835294008255, -0.13702279329299927, 0.01110653206706047, 0.12119830399751663, 0.01530185155570507, 0.08963228762149811, 0.09777072817087173, -0.009643346071243286, 0.06124018132686615, -0.0537559911608696, -0.12736712396144867, 0.06419916450977325, 0.0750163272023201, 0.007658977992832661, 0.007167269475758076, 0.02297072298824787, 0.12303312122821808, -0.044158969074487686, 0.13544240593910217, -0.01897640898823738, -0.09654705971479416, -0.06748053431510925, -0.0527317076921463, -0.08540749549865723, 0.024819139391183853, -0.06163472682237625, 0.13874179124832153, 0.11691637337207794, 0.04818218573927879, 0.03232502564787865, -0.035791948437690735, -0.021337788552045822, -0.10110484808683395, -0.08812420070171356, -0.08688534796237946, -0.032646674662828445, 0.07961967587471008, 0.03456566482782364, -0.04844515025615692, 0.4265977740287781, -0.059591908007860184, 0.08672811090946198, -0.077440544962883, 0.046031929552555084, -0.02553984336555004, 0.02399817295372486, 0.3072719871997833, 0.0963650643825531, 0.00896545872092247, -0.011307255364954472, 0.04733346402645111, -0.016769666224718094, 0.012554405257105827, -0.05834219232201576, 0.12933938205242157, -0.041719913482666016, -0.013703233562409878, -0.0019249951001256704, -0.10079408437013626, 0.0666704773902893, -0.042194999754428864, -0.0850192978978157, 0.03397000581026077, 0.06898769736289978, 0.010740130208432674, 0.00036001435364596546, 0.016817213967442513, 0.01997964270412922, -0.09766729176044464, -0.05681578069925308, -0.1352340579032898, -0.019222017377614975, -0.07328979671001434, -0.051419809460639954, 0.09832622110843658, -0.01797243021428585, 0.04119249805808067, 0.2152862697839737, 0.08942167460918427, 0.008147869259119034, 0.07533574849367142, -0.0016800600569695234, 0.02485230378806591, 0.027275653555989265, -0.06936530768871307, -0.07742293924093246, 0.03945723548531532, -0.045397546142339706, 0.13859675824642181, -0.0879308432340622, -0.010644456371665001, -0.021253276616334915, 0.051830537617206573, 0.03144269436597824, -0.1774563044309616, -0.08146405220031738, -0.02150583453476429, 0.03780002146959305, -0.07311176508665085, -0.01114707998931408, 0.06885632127523422, 0.06657783687114716, 0.02628251723945141, 0.16831132769584656, 0.09998262673616409, -0.03685295209288597, -0.09797541797161102, 0.17736336588859558, -0.03375832736492157, 0.13990424573421478, -0.05247775465250015, -0.036793436855077744, -0.02077096700668335, 0.16732802987098694, 0.161541149020195, -0.010620666667819023, -0.06628166884183884, 0.09817473590373993, 0.03634417802095413, 0.009789492003619671, 0.09224264323711395, -0.07073600590229034, 0.04701653867959976, -0.08119546622037888, -0.08818856626749039, -0.010499296709895134, -0.04881420359015465, -0.055146507918834686, 0.07154759764671326, -0.008088157512247562, -0.035877786576747894, -0.08589328080415726, 0.1122262105345726, -0.12287111580371857, 0.03213726356625557, 0.09086073935031891, -0.06266390532255173, -0.15274061262607574, -0.02627827599644661, 0.14558617770671844, -0.08986014872789383, -0.020529158413410187, -0.12752586603164673, -0.058247677981853485, -0.059074196964502335, -0.0994754284620285, -0.20435109734535217, -0.16932103037834167, -0.013102591037750244, 0.0012282548705115914, 0.09319460391998291, 0.0007954835891723633, 0.23725652694702148, 0.048453155905008316, 0.013004833832383156, -0.11078552156686783, 0.06457121670246124, 0.08930034190416336, 0.06540926545858383, 0.028388967737555504, 0.03907079994678497, -0.0024762859102338552, 0.00001906890065583866, 0.08655308932065964, -0.03204656392335892, -0.013326883316040039, 0.08704286068677902, 0.043720975518226624, -0.0825788825750351, -0.009250528179109097, -0.04183484613895416, 0.09545356780290604, -0.021088477224111557, -0.037683263421058655, 0.019699783995747566, -0.06532847136259079, 0.14069047570228577, 0.027421848848462105, -0.09079105406999588, -0.06561625748872757, -0.10364378243684769, -0.011688695289194584, 0.09691900759935379, -0.020663103088736534, -0.2700704336166382, 0.0458088181912899, 0.08191539347171783, 0.020682720467448235, 0.09613438695669174, 0.09203564375638962, 0.13160784542560577, 0.08355636149644852, -0.028928138315677643, 0.059772804379463196, 0.05021478235721588, 0.023350762203335762, -0.10006009787321091, -0.1316097527742386 ]
14946127c59bdd46a134a9a2c53a60cac5fafa49
# Dataset Card for "reklamation24_full" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
fathyshalab/reklamation24_full
[ "region:us" ]
2023-03-20T18:49:29+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "label_name", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}, {"name": "domain", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3300008, "num_examples": 6199}, {"name": "test", "num_bytes": 831948, "num_examples": 1559}], "download_size": 2038299, "dataset_size": 4131956}}
2023-04-20T11:36:15+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reklamation24_full" More Information needed
[ "# Dataset Card for \"reklamation24_full\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reklamation24_full\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"reklamation24_full\"\n\nMore Information needed" ]
[ -0.08119525760412216, 0.13654474914073944, -0.00037425680784508586, -0.0016022354830056429, 0.13320808112621307, 0.08863626420497894, 0.11687219887971878, 0.03255540877580643, -0.0013943862868472934, -0.008525448851287365, 0.16183994710445404, -0.0973026305437088, 0.019688207656145096, 0.25541162490844727, -0.04656960442662239, -0.03540302440524101, 0.03482707217335701, -0.0069971149787306786, 0.05858850106596947, 0.1068139374256134, -0.023790881037712097, -0.09704635292291641, 0.07737092673778534, -0.09660749137401581, -0.2345372438430786, 0.03918294608592987, -0.05138145387172699, -0.05885516107082367, 0.1034632995724678, -0.08515451103448868, 0.13998939096927643, -0.02961556985974312, 0.08937841653823853, -0.12128960341215134, -0.005181176587939262, -0.07559741288423538, -0.054359544068574905, 0.050918787717819214, -0.08281081914901733, 0.04200418293476105, -0.044799380004405975, 0.009902958758175373, 0.06309758871793747, 0.01606047712266445, -0.1190808042883873, -0.12811270356178284, -0.09103445708751678, 0.045603394508361816, 0.007101865019649267, 0.040872763842344284, 0.0761735811829567, 0.14473852515220642, -0.0827191174030304, -0.020793309435248375, 0.02574758604168892, -0.13722960650920868, 0.053808167576789856, 0.056198831647634506, -0.013552498072385788, 0.08563947677612305, -0.048018231987953186, 0.07775018364191055, 0.10436582565307617, 0.017733320593833923, -0.10823924839496613, -0.0038670538924634457, -0.09943826496601105, 0.05260811373591423, 0.03255694732069969, -0.06414588540792465, 0.2728961110115051, 0.07832995802164078, -0.0041056969203054905, -0.04874121770262718, -0.007039764896035194, -0.18469075858592987, -0.014385607093572617, 0.094670370221138, 0.06491855531930923, 0.024256639182567596, -0.04179074242711067, -0.0034510367549955845, -0.11404820531606674, -0.1273978352546692, -0.16584233939647675, 0.09842460602521896, -0.061055075377225876, 0.1268189549446106, -0.13774995505809784, -0.06983014941215515, -0.022994527593255043, -0.03980857506394386, -0.052106380462646484, -0.1680545210838318, 0.021819984540343285, 0.016136538237333298, -0.00622769258916378, 0.08076269179582596, 0.09217830002307892, 0.019951138645410538, -0.021852053701877594, 0.0009304767590947449, -0.12693184614181519, 0.07501688599586487, 0.14689956605434418, -0.09452686458826065, 0.03193957731127739, 0.08629411458969116, -0.0958324745297432, -0.09538864344358444, 0.06212699040770531, -0.0962558388710022, -0.17151854932308197, 0.032976292073726654, -0.1274641454219818, 0.10526782274246216, -0.1676081120967865, -0.09374351799488068, -0.07745222002267838, 0.03267183154821396, 0.20819057524204254, -0.0464787483215332, 0.031012890860438347, -0.012391061522066593, -0.01466693077236414, -0.022083207964897156, -0.06683389842510223, -0.06956957280635834, 0.11869749426841736, 0.033669114112854004, -0.09010576456785202, -0.018942000344395638, -0.027950599789619446, -0.014865465462207794, 0.11064079403877258, -0.21905012428760529, 0.08646213263273239, -0.11095269024372101, -0.1958659142255783, 0.06676217168569565, -0.05518399551510811, -0.09491672366857529, 0.12077485024929047, 0.018615594133734703, 0.09269335865974426, 0.07424763590097427, -0.05924602597951889, 0.12983392179012299, -0.11357515305280685, 0.04381377995014191, 0.01264602318406105, 0.08172266185283661, -0.1748494654893875, 0.03512542322278023, -0.1268775910139084, 0.018537770956754684, 0.1277371048927307, 0.004174908623099327, -0.05710480362176895, 0.20051166415214539, -0.05476829409599304, -0.06869871914386749, -0.196025550365448, 0.03786763548851013, -0.02778651937842369, 0.07658468931913376, -0.11866153031587601, -0.04309764876961708, 0.16393710672855377, -0.09363486617803574, -0.17799201607704163, -0.068295918405056, -0.03887169063091278, 0.08662369102239609, 0.04481225088238716, 0.20267130434513092, -0.008471202105283737, -0.17099176347255707, 0.008116541430354118, 0.16245611011981964, -0.18425412476062775, -0.31452617049217224, 0.07147400081157684, -0.08833220601081848, -0.09218856692314148, 0.011582945473492146, 0.22017163038253784, 0.04064592346549034, -0.048775773495435715, -0.06053469702601433, 0.015207851305603981, -0.1395382434129715, 0.10771127790212631, 0.06760342419147491, 0.03075791895389557, -0.0855066329240799, 0.03933770954608917, 0.07962112128734589, 0.03319705277681351, 0.051860809326171875, -0.01610695756971836, -0.037882305681705475, 0.07104451209306717, -0.08162124454975128, -0.0340595617890358, -0.11063794046640396, -0.07717487215995789, -0.017892509698867798, 0.04417220130562782, 0.0395318903028965, 0.09177975356578827, 0.08179330080747604, -0.022974995896220207, -0.007588679902255535, 0.052123814821243286, -0.03332331031560898, 0.03901238366961479, 0.054067425429821014, -0.035762179642915726, 0.025804851204156876, -0.08259877562522888, -0.07315602153539658, -0.012827705591917038, -0.089230477809906, 0.16101151704788208, -0.05764860659837723, 0.03930796682834625, -0.017289938405156136, 0.08067262917757034, -0.009197358042001724, 0.031039517372846603, -0.023316914215683937, 0.055435534566640854, 0.006544257514178753, -0.05181768536567688, 0.01062486320734024, -0.0270145945250988, 0.20953233540058136, 0.13565580546855927, 0.044340185821056366, -0.07585717737674713, 0.007795190904289484, -0.03623911738395691, 0.009193025529384613, -0.0670543909072876, 0.0024513674434274435, -0.05298386886715889, -0.0001398515742039308, 0.06327832490205765, -0.02405380643904209, 0.054305534809827805, 0.09326928108930588, 0.04384924843907356, -0.09549316763877869, 0.020918354392051697, 0.18602991104125977, -0.3217134177684784, 0.11843439936637878, 0.18143802881240845, 0.2508656978607178, 0.1933603733778, -0.05398304760456085, -0.08836786448955536, -0.029718654230237007, -0.08175437897443771, -0.09276177734136581, 0.271846741437912, -0.11576810479164124, -0.0028733641374856234, 0.0712711364030838, 0.04139963537454605, 0.057893503457307816, -0.06648318469524384, -0.14220596849918365, 0.027561388909816742, 0.009565490297973156, -0.22317397594451904, -0.014367329888045788, -0.0033162129111588, 0.0393221490085125, 0.11241599917411804, -0.018406912684440613, 0.17997024953365326, -0.012898854911327362, -0.0031254326459020376, 0.046248383820056915, -0.13654333353042603, -0.32548418641090393, -0.09593898057937622, -0.13189367949962616, 0.08165793120861053, 0.00635353522375226, -0.05180788412690163, -0.12927284836769104, -0.023098034784197807, 0.062024373561143875, -0.11537918448448181, -0.18280960619449615, -0.002030779141932726, 0.06374076753854752, 0.05277996137738228, -0.01667141355574131, -0.1253671795129776, 0.025523433461785316, -0.060596708208322525, 0.10856380313634872, 0.0062721725553274155, -0.08977445960044861, 0.17557914555072784, 0.0791977122426033, -0.042252227663993835, 0.0835343524813652, -0.007365417666733265, 0.0028288818430155516, -0.05905723571777344, -0.1145116314291954, 0.043396539986133575, 0.05144153907895088, -0.027918968349695206, 0.14187362790107727, 0.10317505151033401, -0.1413627713918686, -0.00006939053855603561, -0.03300488367676735, -0.21734651923179626, -0.14003020524978638, -0.10890333354473114, -0.049809299409389496, 0.031153816729784012, 0.12696143984794617, 0.055723920464515686, -0.06003565713763237, 0.012452106922864914, 0.15705683827400208, -0.08748327940702438, -0.1561601459980011, -0.01135006919503212, 0.04541416093707085, 0.035996340215206146, -0.004913795739412308, -0.14130331575870514, -0.026009034365415573, 0.14121314883232117, 0.06060923635959625, 0.20393596589565277, 0.08328202366828918, 0.10776910185813904, 0.0184608343988657, 0.016275838017463684, 0.14378903806209564, 0.12479687482118607, 0.08752590417861938, -0.05687401816248894, 0.01691187173128128, 0.0464978963136673, -0.018678726628422737, 0.024606551975011826, 0.05160796269774437, -0.15067210793495178, -0.013334818184375763, -0.2077956646680832, -0.013372642919421196, -0.16843421757221222, 0.20214968919754028, -0.22910451889038086, 0.02107890136539936, -0.031230872496962547, 0.09176311641931534, -0.09805610030889511, 0.09558063745498657, 0.08553192764520645, -0.009488391689956188, 0.14771156013011932, 0.05941205844283104, 0.057847652584314346, -0.01423795334994793, -0.015498770400881767, -0.047007571905851364, -0.22045396268367767, -0.02664923667907715, 0.1233605220913887, -0.0615437775850296, 0.26267021894454956, 0.02687050774693489, -0.024215124547481537, -0.05126316845417023, -0.07857372611761093, -0.01420362014323473, 0.014351779595017433, 0.1543819010257721, 0.03278903290629387, -0.09500327706336975, -0.15861082077026367, -0.1406065821647644, -0.02300249971449375, 0.05434296280145645, 0.03564981743693352, -0.14834384620189667, 0.07872739434242249, -0.018792027607560158, -0.0046640620566904545, -0.15342260897159576, -0.058527253568172455, -0.12281517684459686, -0.023203296586871147, 0.037869203835725784, -0.12863139808177948, 0.07748319953680038, -0.05068523436784744, -0.05198993533849716, 0.021403884515166283, 0.043375588953495026, -0.032647330313920975, -0.047087475657463074, 0.07005135715007782, 0.06086482107639313, 0.04447736591100693, 0.04274655506014824, 0.0024896443355828524, 0.026418855413794518, -0.0069826324470341206, -0.13734443485736847, 0.09072883427143097, -0.0067009455524384975, 0.037246931344270706, -0.058041058480739594, 0.12717068195343018, 0.0051644714549183846, 0.019495945423841476, -0.035190824419260025, 0.033250704407691956, -0.01063025463372469, -0.07278250902891159, 0.20387548208236694, -0.19254951179027557, 0.19816602766513824, 0.1083916500210762, 0.09678071737289429, 0.04760505631566048, 0.15856477618217468, 0.013365612365305424, 0.18647846579551697, 0.10475098341703415, -0.08733636885881424, 0.23780794441699982, 0.06837334483861923, 0.020871877670288086, -0.19926002621650696, 0.008920794352889061, -0.22194945812225342, 0.005744878202676773, 0.020229632034897804, -0.23326236009597778, 0.017553625628352165, 0.057025060057640076, -0.05781964957714081, 0.19761520624160767, -0.16348738968372345, -0.05998682975769043, 0.13479503989219666, -0.03406467288732529, 0.4197559654712677, -0.03296133503317833, -0.08698109537363052, -0.10267139226198196, -0.04928771033883095, 0.29996275901794434, -0.07649354636669159, 0.023070035502314568, -0.035110220313072205, 0.10909342020750046, -0.029051857069134712, -0.05345835164189339, 0.12505093216896057, 0.022366592660546303, 0.08768722414970398, -0.07808724790811539, -0.06018534302711487, 0.19304977357387543, -0.0003090357640758157, 0.07802709192037582, 0.010623675771057606, -0.008835353888571262, -0.09615182131528854, -0.040981631726026535, 0.05750003457069397, 0.03142274543642998, 0.03604330122470856, -0.07774341106414795, -0.07400360703468323, 0.004535148851573467, -0.11828382313251495, -0.02577269822359085, 0.05575483292341232, -0.0024358248338103294, 0.02226230688393116, 0.09204831719398499, 0.01597103662788868, -0.14705781638622284, 0.029528360813856125, -0.07677172869443893, -0.11825313419103622, 0.11666416376829147, -0.1618182361125946, -0.019358625635504723, 0.10729581862688065, 0.06576218456029892, -0.0014297482557594776, 0.07161414623260498, 0.022333726286888123, 0.034279413521289825, 0.17773738503456116, -0.06230272352695465, -0.10532953590154648, 0.05606650188565254, -0.033701296895742416, 0.05033038184046745, 0.05573958531022072, 0.04458259418606758, 0.03938497230410576, 0.004356408026069403, 0.0199469905346632, 0.045451413840055466, -0.05400766432285309, 0.006152535788714886, 0.13090141117572784, 0.027344416826963425, -0.17390678822994232, 0.12752847373485565, 0.043152257800102234, -0.0699714720249176, 0.05389254540205002, -0.036941830068826675, -0.11255525797605515, -0.047299452126026154, -0.019690269604325294, 0.21724791824817657, -0.013821849599480629, -0.16097162663936615, 0.015482362359762192, -0.04809573292732239, 0.03732959181070328, 0.1495012789964676, 0.025446005165576935, 0.1289147138595581, 0.016054922714829445, -0.015854062512516975, -0.02918992005288601, -0.0635266900062561, -0.17435958981513977, -0.0023389870766550303, -0.06379565596580505, -0.18848389387130737, 0.0009482106543146074, 0.1365201771259308, -0.08328809589147568, -0.07605144381523132, -0.023860206827521324, 0.06202192232012749, -0.1448315680027008, 0.012416636571288109, 0.05602535232901573, 0.022153029218316078, -0.04465487599372864, 0.0790013000369072, -0.08887931704521179, -0.06812988221645355, -0.10052359849214554, 0.11601419746875763, 0.08981708437204361, 0.015826305374503136, -0.1540849655866623, 0.0264558345079422, 0.06536684185266495, 0.02627517282962799, 0.11678922921419144, 0.08458902686834335, 0.024848515167832375, 0.025762975215911865, 0.020128987729549408, -0.11621098220348358, 0.03857085481286049, 0.026689553633332253, 0.03642537444829941, 0.07212787866592407, 0.00884051900357008, 0.09883172810077667, -0.07010731846094131, 0.08186973631381989, -0.04303567111492157, -0.07483281940221786, 0.06119547039270401, -0.07149578630924225, -0.1182296946644783, 0.023588212206959724, -0.046822499483823776, 0.0977984070777893, 0.07913447916507721, 0.0029334237333387136, 0.03820764273405075, -0.02628505788743496, 0.043463241308927536, -0.06068376451730728, -0.025690842419862747, -0.10213994979858398, -0.06988523155450821, 0.040492307394742966, -0.008203352801501751, -0.05206683650612831, 0.520963191986084, -0.0012506431667134166, -0.08711794763803482, -0.03243665769696236, 0.18654455244541168, -0.055343009531497955, -0.014417524449527264, 0.2817571759223938, 0.056874677538871765, -0.05709277093410492, 0.05144105851650238, 0.05260314419865608, 0.00029390453710220754, 0.008816237561404705, 0.13345038890838623, 0.12691612541675568, 0.0831342488527298, -0.08537334203720093, 0.08005717396736145, -0.09923147410154343, -0.0023136103991419077, 0.11307422816753387, -0.02100200392305851, 0.06746526062488556, 0.0398736447095871, -0.007925014942884445, -0.016085870563983917, -0.029997121542692184, 0.008816775865852833, -0.07403851300477982, -0.050339438021183014, -0.04268265143036842, -0.0020668399520218372, -0.02327728271484375, -0.17179779708385468, 0.11370056122541428, 0.005857307929545641, -0.0671045184135437, 0.27495959401130676, 0.017656119540333748, 0.008387529291212559, 0.0731530413031578, -0.08916874974966049, 0.10082346200942993, 0.03465446084737778, 0.0049258130602538586, -0.07430724799633026, -0.0644988939166069, -0.0653710663318634, 0.05149342492222786, -0.012254226952791214, -0.03576323390007019, -0.03598833084106445, 0.13432902097702026, -0.031794629991054535, -0.09011457115411758, 0.014313212595880032, -0.05996614322066307, 0.07721563428640366, -0.07947900146245956, 0.02643493376672268, 0.0234281737357378, 0.045136891305446625, 0.003794305957853794, 0.07827570289373398, 0.004117777105420828, -0.028033969923853874, -0.03384730964899063, -0.18542732298374176, -0.061297979205846786, 0.08736395835876465, -0.022717470303177834, -0.050593405961990356, -0.04227779060602188, 0.11387127637863159, 0.28341540694236755, -0.08366740494966507, -0.00242414278909564, 0.010302496142685413, 0.0532192699611187, 0.08383120596408844, 0.08875400573015213, -0.01759081520140171, 0.09820890426635742, -0.021834976971149445, -0.1869850903749466, 0.011892318725585938, 0.025541983544826508, 0.02023906260728836, 0.049207523465156555, 0.06782719492912292, -0.053879156708717346, -0.1744542270898819, 0.12158335000276566, -0.11011140048503876, 0.12554433941841125, 0.1478165090084076, -0.19631053507328033, -0.0994504988193512, 0.01448596641421318, 0.10097868740558624, 0.009138315916061401, 0.00966580118983984, -0.09822013974189758, -0.028744377195835114, -0.11189988255500793, 0.0007814675336703658, -0.31809738278388977, -0.19463211297988892, 0.03773675486445427, 0.07946038991212845, 0.16180889308452606, -0.050994087010622025, 0.0414322167634964, 0.012458791956305504, 0.05508745089173317, -0.06874335557222366, 0.061086274683475494, 0.044231195002794266, 0.11373138427734375, -0.051575545221567154, 0.00219506467692554, -0.05248741805553436, -0.062380723655223846, 0.04878931865096092, -0.12071913480758667, -0.06217878311872482, 0.022895751520991325, 0.020299691706895828, -0.030406847596168518, -0.04875017702579498, -0.08976569771766663, 0.13911233842372894, -0.020699158310890198, -0.007737329229712486, -0.07005500048398972, 0.059534329921007156, 0.1074039563536644, 0.12402742356061935, -0.14997369050979614, -0.019912628456950188, 0.030528338626027107, -0.07976823300123215, 0.16978177428245544, 0.011463219299912453, -0.2859446108341217, 0.016323095187544823, -0.05722995847463608, 0.11385996639728546, -0.04670014977455139, 0.0412835031747818, 0.039599914103746414, 0.04121512547135353, -0.06156449392437935, 0.05741536617279053, 0.07380763441324234, -0.04298402741551399, -0.016035933047533035, -0.08766675740480423 ]
dad08390aab9c47dcc27ee2e00f64b8e20bef46e
# Dataset Card for Dataset Name ## Dataset Description - **Homepage:** - **Repository:** - **Paper:** - **Leaderboard:** - **Point of Contact:** ### Dataset Summary 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). ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
Amirhoseinsh/wave
[ "region:us" ]
2023-03-20T19:13:25+00:00
{}
2023-03-20T20:16:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for Dataset Name ## Dataset Description - Homepage: - Repository: - Paper: - Leaderboard: - Point of Contact: ### Dataset Summary This dataset card aims to be a base template for new datasets. It has been generated using this raw template. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### 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 ### Contributions
[ "# Dataset Card for Dataset Name", "## Dataset Description\n\n- Homepage: \n- Repository: \n- Paper: \n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### 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", "### Contributions" ]
[ "TAGS\n#region-us \n", "# Dataset Card for Dataset Name", "## Dataset Description\n\n- Homepage: \n- Repository: \n- Paper: \n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### 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", "### Contributions" ]
[ 6, 8, 24, 32, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 5 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for Dataset Name## Dataset Description\n\n- Homepage: \n- Repository: \n- Paper: \n- Leaderboard: \n- Point of Contact:### Dataset Summary\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### 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### Contributions" ]
[ -0.038153693079948425, 0.30088382959365845, -0.0016478782054036856, 0.03788711130619049, 0.11403407156467438, 0.0603080615401268, 0.05503756180405617, 0.1336400955915451, -0.0056900400668382645, 0.11815908551216125, 0.09934460371732712, 0.12159280478954315, 0.15562613308429718, 0.1613387167453766, -0.03766253590583801, -0.20411457121372223, 0.012565391138195992, -0.01806679740548134, -0.01768524944782257, 0.10787823796272278, 0.12643516063690186, -0.11009684950113297, 0.1189585030078888, -0.07869523763656616, -0.10686937719583511, 0.01605253852903843, -0.05789461359381676, -0.034756362438201904, 0.05283448100090027, 0.05362013354897499, 0.053390804678201675, 0.028603198006749153, 0.05036735534667969, -0.26908206939697266, 0.025536516681313515, 0.014480874873697758, 0.015507458709180355, 0.081700898706913, 0.08055069297552109, -0.08245191723108292, 0.07676121592521667, -0.1410856395959854, 0.06248112767934799, 0.05735476687550545, -0.15193703770637512, -0.2528415620326996, -0.18062953650951385, 0.03117998316884041, 0.04947945848107338, 0.014227879233658314, -0.05070999264717102, 0.051650214940309525, -0.10615410655736923, 0.026287395507097244, 0.09659089893102646, -0.08967775106430054, -0.03256531432271004, 0.08598678559064865, 0.006916583050042391, 0.05300886556506157, -0.11235091835260391, 0.02612060308456421, 0.021852785721421242, 0.048874951899051666, 0.06693654507398605, -0.04528125748038292, -0.0695471540093422, 0.08226576447486877, -0.12566664814949036, -0.07849835604429245, 0.2703253924846649, 0.00028969510458409786, 0.027167968451976776, -0.12946456670761108, 0.010673461481928825, 0.01932128332555294, -0.013559464365243912, -0.00042759685311466455, 0.016518577933311462, -0.029673801735043526, 0.076531320810318, -0.06122485548257828, -0.06312502920627594, -0.04710868000984192, 0.023909548297524452, -0.06618882715702057, 0.011908072046935558, 0.028489509597420692, -0.019732045009732246, 0.012854875065386295, -0.019818726927042007, -0.11557582765817642, -0.018978500738739967, -0.056515078991651535, -0.049309033900499344, -0.020171713083982468, 0.08199596405029297, 0.033059313893318176, 0.10542237013578415, 0.12699489295482635, -0.08240946382284164, 0.039141926914453506, -0.0797523483633995, 0.022765200585126877, 0.14851658046245575, 0.016204820945858955, -0.10435578227043152, -0.10082939267158508, 0.0053904736414551735, -0.003884898731485009, 0.0188036747276783, -0.05137832462787628, -0.06419948488473892, 0.10840088129043579, 0.01500009000301361, 0.138680100440979, 0.13244275748729706, -0.00529627176001668, -0.0835997611284256, -0.011498356238007545, 0.16079801321029663, -0.09325722604990005, 0.05549095571041107, 0.05793548375368118, -0.051462944597005844, -0.02200314961373806, -0.06882518529891968, 0.00453559635207057, -0.0538952499628067, 0.05046124383807182, -0.08535674214363098, -0.04234420880675316, -0.09393654763698578, -0.0821586400270462, 0.11043260991573334, -0.0859730988740921, 0.014810835011303425, 0.007016207091510296, -0.18002073466777802, -0.05262117460370064, 0.03438841179013252, -0.11897723376750946, -0.04434056952595711, -0.027056969702243805, -0.02972790040075779, 0.0256307665258646, -0.01815229468047619, 0.06261569261550903, -0.08684735745191574, 0.06357309967279434, 0.006622098386287689, 0.05724504590034485, -0.06312115490436554, 0.06836496293544769, -0.10120635479688644, 0.10323123633861542, -0.06283645331859589, 0.03152017667889595, -0.15879268944263458, 0.007923760451376438, -0.13041068613529205, -0.06512532383203506, 0.07237396389245987, 0.0029634658712893724, -0.014079599641263485, 0.15097184479236603, -0.24355213344097137, -0.009552840143442154, 0.10600508749485016, -0.09398459643125534, -0.14787770807743073, 0.0582040399312973, -0.05480193719267845, 0.05435367673635483, 0.013478172942996025, 0.1726340502500534, -0.006028502713888884, 0.043381717056035995, -0.06327128410339355, -0.03213752806186676, -0.014798917807638645, 0.057299211621284485, 0.10752256959676743, -0.07431565225124359, 0.06188594549894333, 0.00654978072270751, 0.04879305139183998, -0.08582223206758499, -0.0544278547167778, -0.11736462265253067, -0.0018912061350420117, -0.053181421011686325, 0.002549068769440055, 0.05606533959507942, -0.07939190417528152, -0.03246214613318443, -0.02657085843384266, 0.01767462119460106, 0.028637928888201714, -0.018592288717627525, -0.03206319361925125, -0.03453995659947395, 0.10217496752738953, -0.09045812487602234, 0.027854252606630325, -0.16355405747890472, -0.09582401812076569, 0.006842206697911024, 0.03867219388484955, 0.06276855617761612, -0.03345268592238426, 0.009801247157156467, -0.040879521518945694, -0.02927689626812935, 0.00236520916223526, 0.056847963482141495, 0.04797913134098053, 0.0270835030823946, -0.20636777579784393, -0.03153010830283165, -0.0716705173254013, 0.07781285792589188, -0.20758245885372162, -0.0011510368203744292, 0.16277413070201874, 0.1430245190858841, 0.04957430809736252, -0.04282752424478531, 0.0946962833404541, 0.041937895119190216, -0.04085434973239899, -0.057358235120773315, 0.04487024247646332, -0.07083900272846222, 0.012942308560013771, 0.013078895397484303, -0.09907641261816025, -0.04619048163294792, 0.10726562142372131, -0.02219749242067337, -0.043816376477479935, -0.060919735580682755, -0.03532097116112709, -0.029999475926160812, -0.031145673245191574, -0.04331684485077858, -0.04669620841741562, 0.019839569926261902, 0.0017148470506072044, -0.0896017849445343, -0.024101484566926956, 0.005911814980208874, -0.044474128633737564, -0.11589058488607407, 0.14538250863552094, 0.16410329937934875, -0.1755536049604416, 0.22683070600032806, 0.10772918164730072, 0.12137839198112488, 0.1074548065662384, -0.04184431582689285, -0.11066459119319916, -0.025033213198184967, -0.019752131775021553, 0.002824486466124654, 0.1759907752275467, -0.10742445290088654, 0.014776846393942833, 0.06766286492347717, -0.0013002242194488645, 0.049952831119298935, -0.10396744310855865, 0.002725554397329688, 0.00014162383740767837, -0.056471213698387146, -0.0639106035232544, -0.031912848353385925, 0.012429403141140938, 0.11854322254657745, 0.0789584144949913, 0.10213038325309753, 0.05178256332874298, -0.02800518460571766, -0.1060623824596405, 0.15550532937049866, -0.1396578550338745, -0.25913089513778687, -0.0699770599603653, -0.14150479435920715, -0.010812902823090553, 0.005889223888516426, 0.02524852566421032, -0.025913773104548454, -0.08061856776475906, -0.030438918620347977, 0.06303729861974716, -0.05705232545733452, -0.14612244069576263, -0.08895128220319748, -0.012158634141087532, -0.05736245959997177, -0.10188961029052734, 0.03352012112736702, 0.09295301139354706, 0.03334398567676544, 0.049153439700603485, 0.02754424884915352, 0.17802120745182037, 0.1251857727766037, 0.04725883901119232, 0.0009093630942516029, -0.04761318862438202, 0.26108109951019287, -0.121863953769207, 0.09238533675670624, 0.0858464390039444, -0.06319642812013626, 0.051434196531772614, 0.22358955442905426, 0.03274980187416077, -0.10268252342939377, -0.004705417435616255, 0.059073515236377716, -0.06919124722480774, -0.22549428045749664, -0.11559424549341202, -0.08515987545251846, 0.04910053312778473, 0.03387080132961273, 0.054670773446559906, -0.027089297771453857, 0.03881654888391495, -0.02222910150885582, -0.0679638460278511, -0.062160566449165344, 0.0592339001595974, 0.0711638480424881, -0.01604551635682583, 0.026989290490746498, -0.06644632667303085, 0.0283353291451931, 0.12861092388629913, 0.13089627027511597, 0.19397643208503723, 0.041341621428728104, 0.22727227210998535, 0.09409032762050629, 0.13989195227622986, 0.00916039478033781, 0.02869376540184021, -0.011073318310081959, 0.061065129935741425, -0.027595149353146553, -0.04820812866091728, -0.02572457119822502, 0.058110617101192474, 0.0900220274925232, -0.07774507999420166, 0.027289636433124542, -0.11682074517011642, 0.03142609819769859, 0.08875292539596558, 0.06411958485841751, -0.16853506863117218, -0.0035519320517778397, 0.14835523068904877, 0.030995458364486694, -0.13841868937015533, 0.013030041009187698, 0.07875083386898041, -0.13315603137016296, 0.05411587655544281, -0.001122034853324294, 0.134906604886055, -0.11014707386493683, -0.04421471804380417, -0.08572102338075638, -0.00565111730247736, -0.029139870777726173, 0.1579580456018448, -0.23465938866138458, 0.20204927027225494, 0.051311127841472626, -0.003630078863352537, -0.14843811094760895, 0.010540195740759373, -0.0190846249461174, 0.016422046348452568, 0.17805591225624084, -0.0040208459831774235, -0.18073000013828278, -0.05920298397541046, -0.05003531649708748, -0.006993893533945084, 0.07165300846099854, -0.04634251818060875, 0.0809774324297905, 0.032385483384132385, -0.0005712748970836401, -0.03181815892457962, -0.09940636903047562, -0.10523973405361176, -0.189957857131958, 0.045759595930576324, -0.009339869022369385, 0.0519135519862175, -0.01884600892663002, -0.005096819717437029, -0.008202612400054932, 0.1237669512629509, -0.08347417414188385, -0.07873638719320297, -0.16750283539295197, 0.05160192772746086, 0.14266090095043182, -0.03196030482649803, 0.04195155203342438, -0.01773814670741558, 0.1416301429271698, 0.03269505873322487, -0.03313126042485237, 0.09483973681926727, -0.06047526374459267, -0.1818009912967682, -0.03408455103635788, 0.14289648830890656, 0.048963528126478195, 0.07462316751480103, 0.007601024582982063, 0.05953391268849373, -0.020350918173789978, -0.1029716283082962, 0.12448178231716156, 0.05551062524318695, 0.0889008566737175, 0.1374310702085495, -0.008480403572320938, -0.18816719949245453, -0.053184252232313156, -0.07689736038446426, 0.2134646475315094, 0.16830870509147644, -0.05479481443762779, 0.1653049886226654, 0.12037048488855362, -0.1006852239370346, -0.26375165581703186, 0.06517574936151505, -0.08755570650100708, -0.021145805716514587, 0.056977275758981705, -0.22233028709888458, 0.03493396192789078, 0.04228568449616432, -0.0352134108543396, 0.14038173854351044, -0.20006835460662842, -0.04931936040520668, 0.045090533792972565, 0.07893642783164978, -0.1855074018239975, -0.18720966577529907, -0.12463884800672531, -0.06105046719312668, -0.20223917067050934, 0.2160617858171463, -0.04669733718037605, -0.0029049471486359835, -0.03557617589831352, 0.10377970337867737, -0.01930130459368229, -0.06183822080492973, 0.16312997043132782, -0.03959265723824501, 0.0442228689789772, -0.09208944439888, -0.08071676641702652, 0.1005876362323761, 0.0053548263385891914, 0.10230114310979843, -0.006307187490165234, 0.009451627731323242, -0.1763003170490265, -0.019616229459643364, -0.10173157602548599, 0.025240924209356308, -0.07919591665267944, -0.07228504866361618, -0.10274913907051086, 0.059788331389427185, 0.05543007329106331, -0.019848089665174484, 0.06220979243516922, -0.10037146508693695, 0.05139851197600365, 0.0900455191731453, 0.18928806483745575, 0.020743049681186676, -0.015994967892766, -0.01876063272356987, -0.06524862349033356, 0.0013524711830541492, -0.1915186196565628, 0.042309172451496124, 0.13237114250659943, 0.031479764729738235, 0.1463755965232849, -0.007089344318956137, -0.1326051652431488, 0.010656509548425674, 0.060419704765081406, -0.09266863018274307, -0.25036534667015076, 0.01665872149169445, 0.07539018988609314, -0.1845894157886505, -0.043892789632081985, 0.019232844933867455, 0.04069887474179268, -0.05614630505442619, 0.007035084068775177, 0.11058027297258377, 0.004245567601174116, 0.07865524291992188, 0.13337460160255432, 0.052360646426677704, -0.14845368266105652, 0.10385837405920029, 0.10560672730207443, -0.16459617018699646, 0.051548950374126434, 0.13391685485839844, -0.05163131654262543, -0.0769258365035057, 0.05954231321811676, 0.15726332366466522, 0.0031616801861673594, -0.10585068166255951, 0.034725405275821686, -0.12043915688991547, 0.04802572354674339, 0.17957641184329987, 0.001959992339834571, 0.024083605036139488, 0.04687456786632538, -0.039528507739305496, -0.0960555449128151, 0.11850080639123917, -0.022284146398305893, 0.007900016382336617, -0.04605913534760475, -0.06049834564328194, -0.018046719953417778, 0.05556902661919594, -0.0329766683280468, 0.0003223413659725338, -0.13776029646396637, 0.004062621854245663, -0.12310218811035156, 0.023235399276018143, -0.10827236622571945, -0.005774510093033314, 0.0064576477743685246, -0.06471941620111465, -0.03479455038905144, -0.031765736639499664, -0.09769222140312195, -0.009037643671035767, -0.00856747105717659, 0.08500619977712631, -0.19248101115226746, -0.04691820964217186, 0.09558206051588058, 0.0038218072149902582, 0.10529783368110657, -0.02558809705078602, -0.035331640392541885, 0.018642235547304153, -0.1289617270231247, -0.005481273401528597, -0.014900069683790207, 0.024072306230664253, 0.07650116831064224, -0.14182493090629578, -0.050601836293935776, 0.025403659790754318, -0.059026699513196945, 0.04464711248874664, -0.0010197913506999612, -0.09387196600437164, 0.07242067158222198, -0.06214253976941109, -0.08889184147119522, 0.02473100833594799, 0.07044366002082825, 0.10833768546581268, -0.037879444658756256, 0.13025952875614166, 0.0036805015988647938, 0.07228340208530426, -0.08394694328308105, -0.0017634176183491945, -0.049460697919130325, -0.05816464126110077, -0.05409487709403038, 0.04484286159276962, 0.06412819027900696, -0.03578522056341171, 0.2977762520313263, 0.00207157782278955, -0.034494947642087936, 0.042862944304943085, 0.05667658522725105, -0.015404780395328999, 0.0362170934677124, 0.12942861020565033, -0.00887179747223854, -0.06957400590181351, 0.0348234660923481, 0.037266045808792114, -0.07826119661331177, 0.015174291096627712, 0.1685389280319214, 0.14106042683124542, 0.20219206809997559, -0.036838311702013016, 0.051363758742809296, -0.13566164672374725, -0.01912778429687023, 0.056670159101486206, 0.02196555770933628, 0.030037004500627518, -0.03824115917086601, 0.09487351030111313, 0.07030811160802841, -0.14875683188438416, 0.08569943904876709, -0.10478019714355469, -0.10030088573694229, -0.061248987913131714, -0.13701868057250977, -0.06750798970460892, -0.022470174357295036, -0.008257543668150902, -0.14294961094856262, 0.08461776375770569, 0.15551047027111053, -0.028146179392933846, -0.06552392989397049, 0.12274529039859772, -0.02528941072523594, -0.0016142668901011348, -0.0024624199140816927, 0.05359622836112976, 0.00435915682464838, -0.055272217839956284, 0.06448899209499359, -0.04386516287922859, 0.02718682400882244, 0.07392925769090652, 0.06584520637989044, -0.04102495685219765, 0.021226758137345314, -0.09298158437013626, -0.07653508335351944, -0.008341027423739433, 0.0372718870639801, -0.03145948424935341, 0.1774616241455078, 0.005317469593137503, 0.0417371429502964, 0.03628847748041153, 0.1880483329296112, -0.0568469800055027, -0.02318688854575157, -0.10980292409658432, 0.13773874938488007, -0.07013403624296188, -0.0069219754077494144, 0.008227287791669369, -0.15532727539539337, 0.04379785805940628, 0.16318756341934204, 0.23446500301361084, -0.011343957856297493, -0.011812359094619751, -0.05960555002093315, 0.03451109305024147, -0.015402358025312424, 0.03737599030137062, 0.059127241373062134, 0.14897535741329193, -0.09819503873586655, -0.05600833520293236, -0.0733337253332138, -0.00032302807085216045, -0.06808116286993027, 0.0596720352768898, 0.09072708338499069, -0.04658648744225502, -0.048964645713567734, 0.14587903022766113, -0.14879541099071503, -0.1366393119096756, 0.0009595730807632208, -0.14453870058059692, -0.13179734349250793, -0.041717998683452606, -0.010183864273130894, 0.021294090896844864, -0.03343580290675163, 0.03421701863408089, 0.015839330852031708, 0.10544736683368683, 0.05450573191046715, -0.1381470113992691, -0.010130551643669605, 0.11183997243642807, -0.05300089716911316, 0.25353339314460754, -0.012499856762588024, 0.025194182991981506, 0.13605473935604095, -0.0575455017387867, -0.12799052894115448, 0.05613718181848526, 0.12963494658470154, 0.052579816430807114, 0.010553463362157345, 0.1585993617773056, 0.006128339096903801, 0.11339845508337021, 0.08760278671979904, -0.04605134576559067, 0.008013255894184113, 0.03536389395594597, -0.008149879053235054, -0.06350899487733841, 0.04896482452750206, -0.12386877834796906, 0.11816750466823578, 0.07797010242938995, -0.06795485317707062, -0.01130633894354105, -0.032950837165117264, 0.08299585431814194, -0.016674743965268135, 0.15977942943572998, -0.006876972038298845, -0.1262194663286209, -0.016020318493247032, -0.049009352922439575, 0.041229330003261566, -0.21420708298683167, 0.013112450018525124, -0.005174736957997084, 0.01630869135260582, -0.06548765301704407, 0.09060227870941162, 0.08936000615358353, 0.029759759083390236, -0.0868653953075409, -0.0410710833966732, -0.011819100938737392, 0.13166876137256622, -0.07217453420162201, 0.017455382272601128 ]
381ceb3a065b7f8c4eb8c2d9ddcb2a6ccd74ef97
# Dataset Card for "ia_example" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
davanstrien/ia_example
[ "region:us" ]
2023-03-20T19:40:31+00:00
{"dataset_info": {"features": [{"name": "url", "dtype": "string"}, {"name": "choice", "dtype": "string"}, {"name": "image", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 8490139.0, "num_examples": 113}], "download_size": 8470454, "dataset_size": 8490139.0}}
2023-03-20T19:46:39+00:00
[]
[]
TAGS #region-us
# Dataset Card for "ia_example" More Information needed
[ "# Dataset Card for \"ia_example\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"ia_example\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"ia_example\"\n\nMore Information needed" ]
[ -0.13717469573020935, 0.14723482728004456, -0.0033223754726350307, -0.01097344420850277, 0.07522564381361008, 0.12849454581737518, 0.1914089173078537, 0.07180715352296829, 0.17459812760353088, -0.06118801236152649, 0.15573816001415253, 0.016578061506152153, 0.037111081182956696, 0.16075275838375092, -0.07333885878324509, -0.022709377110004425, 0.06944461911916733, -0.02004122920334339, -0.005857601761817932, 0.03836675360798836, 0.03184076398611069, -0.05139898136258125, 0.06666132062673569, -0.08202991634607315, -0.17697662115097046, 0.06187957897782326, -0.010634536854922771, -0.0556475967168808, 0.08587213605642319, -0.0797923356294632, 0.16170106828212738, -0.011803834699094296, 0.015872973948717117, -0.2005317062139511, 0.014791364781558514, -0.027429228648543358, -0.020096130669116974, 0.06605501472949982, 0.05073168873786926, -0.07535965740680695, -0.09449198842048645, 0.0763082429766655, 0.017288802191615105, -0.002622337080538273, -0.1594015657901764, -0.18495532870292664, -0.07551245391368866, -0.056968726217746735, 0.00598569680005312, -0.029901601374149323, 0.045098938047885895, 0.12439132481813431, -0.15182381868362427, -0.0023002338130027056, 0.02286449261009693, 0.0175632331520319, 0.08095519989728928, 0.1433105319738388, -0.05444766953587532, 0.10640154033899307, 0.018325136974453926, 0.04841477423906326, 0.10925256460905075, -0.033619705587625504, -0.08666250109672546, -0.0219256728887558, -0.1366422474384308, 0.1524680107831955, -0.017730165272951126, -0.11844352632761002, 0.4172171652317047, 0.024687986820936203, -0.0068572890013456345, 0.016824783757328987, 0.02574341744184494, -0.012771230190992355, 0.023971734568476677, 0.0391121432185173, 0.016405386850237846, 0.03247620537877083, 0.12691965699195862, 0.08163250982761383, -0.11600330471992493, -0.10228826850652695, -0.12440119683742523, -0.03336146101355553, -0.05356704071164131, 0.1685619354248047, -0.16561394929885864, -0.02648981660604477, -0.10641847550868988, -0.023851128295063972, -0.017537198960781097, -0.10501269996166229, -0.043154142796993256, -0.03573780506849289, -0.007480139844119549, -0.017764097079634666, 0.17547664046287537, 0.031053604558110237, 0.08590258657932281, 0.027869872748851776, -0.05875813588500023, 0.10943389683961868, 0.236757293343544, -0.07282856106758118, 0.001005468424409628, 0.010074165649712086, -0.09728570282459259, -0.08124914765357971, -0.07593321055173874, -0.09676842391490936, -0.09504581242799759, 0.022891459986567497, -0.046205196529626846, 0.10590625554323196, -0.02898569405078888, -0.136434406042099, -0.1067819893360138, -0.03320033475756645, 0.12196806073188782, -0.09103799611330032, -0.004189780913293362, 0.007432926911860704, -0.04449203982949257, -0.01013165432959795, -0.11974004656076431, 0.03911014273762703, 0.06122821196913719, -0.0006760716205462813, -0.07967013865709305, -0.01053472887724638, -0.05906490236520767, 0.013462245464324951, 0.07803371548652649, -0.12996476888656616, 0.07852794975042343, -0.08307855576276779, -0.27014702558517456, 0.029236897826194763, 0.07649145275354385, -0.06540528684854507, 0.18190570175647736, -0.005162375513464212, 0.10858270525932312, -0.016330694779753685, -0.06405050307512283, 0.018129581585526466, -0.10061951726675034, 0.02459859661757946, -0.04509047418832779, 0.06325177848339081, -0.1895568072795868, 0.04954402148723602, -0.13984748721122742, 0.03472674638032913, 0.017094580456614494, 0.0528431236743927, -0.08736066520214081, 0.06102810427546501, -0.07784467935562134, 0.042409420013427734, -0.070285364985466, 0.02284945547580719, -0.0250545646995306, 0.13550299406051636, -0.2014036625623703, -0.03746921941637993, 0.04852104187011719, -0.13753065466880798, -0.21011456847190857, 0.024112218990921974, -0.052214812487363815, 0.04576093703508377, 0.03633636236190796, 0.34999197721481323, -0.004141895566135645, -0.06039423123002052, 0.00964341126382351, 0.16156123578548431, -0.1289834827184677, -0.2789262533187866, 0.10902305692434311, -0.027894265949726105, -0.09438442438840866, 0.028330350294709206, 0.12169408798217773, 0.030167900025844574, -0.07316123694181442, -0.09378533065319061, 0.02275005169212818, -0.1352742314338684, 0.034888848662376404, 0.03159939870238304, 0.0009226258844137192, 0.015267803333699703, 0.1588277518749237, 0.0028312134090811014, 0.09176493436098099, 0.022198261693120003, -0.0846283882856369, -0.033307768404483795, 0.15984396636486053, -0.18661156296730042, -0.05071000009775162, -0.18605488538742065, -0.06078982353210449, -0.015484929084777832, -0.025830259546637535, 0.008353390730917454, 0.07560182362794876, 0.059796303510665894, -0.036524344235658646, 0.05761672928929329, 0.07011907547712326, 0.1145372986793518, 0.06667128205299377, -0.003374007996171713, -0.027284355834126472, 0.006863148882985115, -0.11050678044557571, -0.041402291506528854, -0.09370960295200348, -0.07189147919416428, 0.061553917825222015, -0.02242477983236313, 0.04740399494767189, -0.028146009892225266, 0.07227198779582977, 0.001698561361990869, -0.02241131290793419, -0.057711753994226456, 0.01652923971414566, -0.050753530114889145, -0.012545972131192684, 0.020429320633411407, 0.0015648460248485208, 0.24836820363998413, 0.10254117101430893, -0.05502517148852348, 0.03266327455639839, -0.11337798088788986, 0.046076517552137375, 0.010794651694595814, -0.09474869072437286, 0.04248151183128357, 0.01377107109874487, -0.008611537516117096, 0.056410059332847595, -0.05485944822430611, 0.068515345454216, 0.04397280141711235, -0.043611712753772736, -0.13627620041370392, 0.02371189184486866, 0.16789135336875916, -0.23171955347061157, 0.14925560355186462, 0.22340066730976105, 0.14585721492767334, 0.17383748292922974, -0.09832147508859634, -0.12508240342140198, 0.007327090948820114, -0.033567752689123154, -0.07390917837619781, 0.23037418723106384, -0.15092246234416962, 0.044074174016714096, 0.1129932776093483, 0.013793512247502804, 0.07273617386817932, -0.08764893561601639, -0.10731504112482071, 0.013720715418457985, -0.02838369831442833, -0.1912829428911209, -0.04353737831115723, -0.0003078633453696966, 0.09102753549814224, 0.0214488934725523, -0.052176494151353836, 0.08421951532363892, -0.020687870681285858, -0.0815742239356041, 0.1614791750907898, -0.12428542971611023, -0.26573142409324646, -0.04376845806837082, -0.0858173593878746, 0.07194625586271286, 0.020563574507832527, -0.06456280499696732, -0.14044545590877533, -0.020211171358823776, 0.026278425008058548, -0.07376404106616974, -0.12245262414216995, -0.04287373647093773, 0.01861821487545967, 0.0266053956001997, -0.05508340895175934, -0.11454124748706818, 0.004487819503992796, -0.04630507156252861, 0.178619384765625, 0.11475350707769394, -0.11785677075386047, 0.1349223554134369, 0.13817176222801208, -0.019266894087195396, 0.08052615821361542, -0.014543465338647366, 0.13334402441978455, -0.07827025651931763, -0.0805630311369896, 0.08893293142318726, -0.08392062038183212, -0.0032289670780301094, 0.080834299325943, 0.07463880628347397, -0.14273835718631744, -0.06588900834321976, -0.0933469608426094, -0.15637020766735077, -0.23471485078334808, -0.14977605640888214, -0.05845675617456436, 0.09167749434709549, 0.07003121823072433, 0.031079383566975594, -0.0067502879537642, 0.09313560277223587, 0.17516887187957764, -0.02187155745923519, -0.17782726883888245, -0.06512010842561722, -0.046449899673461914, -0.023602647706866264, -0.021985039114952087, -0.1343279778957367, -0.02926546521484852, 0.15333877503871918, 0.186365008354187, 0.24455899000167847, 0.10293629765510559, 0.05823775380849838, 0.024605030193924904, 0.08625231683254242, 0.08638658374547958, 0.16489475965499878, 0.06988471001386642, -0.024586932733654976, -0.01939416117966175, -0.0049977065064013, -0.09102494269609451, 0.01939472369849682, 0.08617446571588516, -0.2003706395626068, 0.03440685570240021, -0.14937801659107208, 0.023140521720051765, -0.15574979782104492, 0.1518159806728363, -0.27101510763168335, 0.10598158091306686, 0.004525215830653906, 0.09828319400548935, -0.11315573751926422, 0.06713588535785675, 0.07602210342884064, -0.05808012932538986, 0.04091620817780495, 0.00217630947008729, 0.05657241493463516, -0.116917684674263, 0.008371220901608467, -0.05005224049091339, -0.12839117646217346, -0.038780830800533295, 0.14249230921268463, -0.1484702080488205, 0.2851024568080902, 0.04199191927909851, -0.08982980996370316, -0.13634321093559265, -0.03312481939792633, -0.021111618727445602, 0.057675208896398544, 0.129937082529068, 0.034907445311546326, -0.12383199483156204, -0.19168105721473694, -0.018611695617437363, 0.008822610601782799, 0.07841618359088898, 0.04637202247977257, -0.13280491530895233, 0.04737751558423042, 0.044749531894922256, -0.020322827622294426, -0.11402055621147156, -0.07588877528905869, -0.10658860206604004, 0.02412380464375019, 0.05624513700604439, -0.11714515835046768, 0.024458492174744606, 0.03275759890675545, -0.0006378936814144254, 0.04840150475502014, 0.07108134031295776, -0.04497205838561058, -0.11883668601512909, 0.03808986768126488, 0.17191612720489502, 0.013530402444303036, -0.034134604036808014, 0.023241952061653137, -0.04497315734624863, -0.05532903969287872, -0.18119844794273376, 0.07787526398897171, -0.08254681527614594, 0.1620039939880371, -0.11583252251148224, -0.0009669876308180392, -0.012646687217056751, 0.028946908190846443, 0.014260334894061089, 0.03365151584148407, -0.03240957483649254, -0.05795051157474518, 0.1455845981836319, -0.13316641747951508, 0.08657523989677429, 0.2519623041152954, 0.08121882379055023, -0.06070045009255409, 0.08475331217050552, -0.0732382982969284, 0.18630006909370422, 0.09986492246389389, -0.042169924825429916, 0.19030974805355072, 0.20758555829524994, -0.06925518810749054, -0.22031785547733307, 0.031237754970788956, -0.1448805332183838, -0.004881113301962614, 0.07276925444602966, -0.23216992616653442, 0.12967246770858765, 0.16940292716026306, -0.05788790062069893, 0.2684061825275421, -0.11208386719226837, -0.023421626538038254, 0.25824105739593506, 0.014569043181836605, 0.32315176725387573, -0.1235274225473404, -0.0629052072763443, -0.06675922125577927, -0.011650613509118557, 0.14316445589065552, 0.022358493879437447, 0.0024550622329115868, 0.011428036727011204, 0.03665309026837349, 0.026333803310990334, -0.06881816685199738, 0.20974227786064148, 0.07357045263051987, 0.14337214827537537, -0.06690570712089539, -0.1082075759768486, 0.12598103284835815, -0.017951592803001404, 0.08412506431341171, -0.01264065969735384, 0.019562745466828346, -0.18572109937667847, -0.010859005153179169, 0.05617259442806244, -0.0035570955369621515, 0.10712835192680359, -0.10661090165376663, -0.10139162838459015, -0.012546203099191189, -0.12547454237937927, -0.029057428240776062, 0.08544371277093887, 0.0010854518041014671, 0.005324958357959986, 0.06587407737970352, 0.09115228056907654, -0.14586584270000458, -0.01835016906261444, -0.09566226601600647, -0.06086349114775658, 0.09281931817531586, -0.2738454341888428, 0.02727876976132393, 0.1158030703663826, 0.001503620995208621, 0.0918111577630043, 0.05174138396978378, -0.02829127013683319, 0.031192172318696976, 0.15339572727680206, -0.054364558309316635, 0.0474783293902874, 0.053717516362667084, -0.0740247443318367, -0.0002890938485506922, 0.012759747914969921, 0.011560270562767982, 0.04406490921974182, 0.03400716185569763, -0.052852243185043335, 0.07953230291604996, -0.04234018176794052, 0.09998176246881485, 0.11848238110542297, 0.05042137950658798, -0.18203185498714447, 0.18438543379306793, 0.04280903935432434, -0.11172608286142349, 0.03255629166960716, -0.1011352464556694, -0.046290408819913864, -0.09257988631725311, -0.02592792548239231, 0.2820499837398529, -0.09939838200807571, -0.14635159075260162, -0.00014130592171568424, -0.050254594534635544, 0.03739671781659126, 0.046331655234098434, 0.07377486675977707, 0.09277534484863281, 0.018486589193344116, -0.10641904175281525, -0.012903464958071709, -0.01298695057630539, -0.11158643662929535, -0.008240005932748318, -0.10500028729438782, -0.23499330878257751, -0.04207884147763252, 0.1306603103876114, -0.061631422489881516, -0.10214636474847794, -0.045799579471349716, 0.1035948395729065, -0.18371382355690002, 0.047984570264816284, -0.004662930965423584, 0.013445518910884857, 0.04138774797320366, 0.02423328161239624, 0.008316013030707836, -0.04658107832074165, -0.12671814858913422, 0.1435583531856537, 0.04593329131603241, 0.0482250414788723, -0.07308754324913025, -0.021560736000537872, 0.08653265237808228, 0.04555082321166992, 0.1254025399684906, 0.0966091901063919, -0.0318489745259285, 0.07072136551141739, -0.18429748713970184, -0.10100219398736954, 0.0951140969991684, 0.07575219124555588, 0.056209105998277664, 0.03067740984261036, 0.01251512486487627, 0.09389316290616989, -0.05660754069685936, 0.07030191272497177, -0.05539260804653168, -0.05772571638226509, 0.006432863883674145, -0.09389440715312958, -0.11062899231910706, -0.016095144674181938, -0.024188775569200516, 0.19617876410484314, 0.009796814993023872, -0.0031078713946044445, 0.08029354363679886, 0.051490698009729385, -0.006898954045027494, -0.04515080153942108, 0.009698291309177876, -0.10269540548324585, -0.044327154755592346, 0.018741188570857048, 0.023833846673369408, -0.07203222066164017, 0.5419397950172424, 0.02877635322511196, -0.13353103399276733, -0.06151242181658745, 0.1313931941986084, 0.024853171780705452, 0.021711673587560654, 0.29165634512901306, 0.07790050655603409, -0.04871533438563347, -0.10351568460464478, 0.07627242058515549, 0.012260258197784424, 0.09718883782625198, 0.05380452051758766, 0.14132875204086304, -0.007974140346050262, -0.023958511650562286, 0.024276399984955788, -0.11668918281793594, 0.08189784735441208, -0.022024279460310936, -0.032542113214731216, 0.054708316922187805, 0.10800927132368088, -0.04837813973426819, 0.05271217226982117, -0.045007433742284775, 0.03800895810127258, -0.0868469625711441, -0.06932492554187775, -0.08092203736305237, -0.08166048675775528, -0.0030687102116644382, -0.11079246550798416, 0.04973811283707619, -0.06875766068696976, -0.01880522631108761, 0.35222873091697693, 0.07036549597978592, 0.02304556779563427, 0.01578342914581299, -0.05626658350229263, 0.041197288781404495, 0.03585187718272209, -0.015386272221803665, -0.06372950971126556, -0.034882720559835434, -0.06076912581920624, 0.04323704540729523, -0.06143072992563248, -0.006037680897861719, -0.012509535998106003, 0.08452402055263519, 0.025420501828193665, -0.165409654378891, -0.06370370835065842, -0.06856829673051834, 0.03238239884376526, -0.13376973569393158, 0.017017092555761337, 0.005945039913058281, 0.0767747312784195, 0.040655750781297684, 0.08199060708284378, 0.03820040822029114, 0.00912635587155819, -0.09237799048423767, -0.007999436929821968, -0.0870010107755661, 0.07684127241373062, -0.014323515817523003, -0.07739760726690292, -0.007076755631715059, 0.15803255140781403, 0.317218154668808, -0.07930586487054825, -0.05352432280778885, 0.010893678292632103, 0.023816823959350586, 0.01819698140025139, 0.17408542335033417, -0.03318680077791214, 0.14196759462356567, -0.029923778027296066, -0.057725053280591965, -0.00026851764414459467, -0.06350715458393097, 0.017680564895272255, 0.10694989562034607, 0.09693871438503265, -0.03752516582608223, -0.1280210316181183, 0.1845569759607315, -0.10788015276193619, 0.0790296420454979, 0.1038258746266365, -0.11216109246015549, -0.13150829076766968, -0.047042712569236755, 0.06746520847082138, 0.02388232760131359, 0.0004445713711902499, -0.09552062302827835, -0.04557644948363304, -0.14918361604213715, 0.009108562022447586, -0.36540839076042175, -0.1616867482662201, 0.016458790749311447, 0.016793912276625633, 0.1072399914264679, 0.018788915127515793, 0.1418946236371994, -0.014057171531021595, 0.029588870704174042, -0.10084639489650726, 0.05619625747203827, 0.02737068571150303, 0.1497141569852829, -0.029998378828167915, -0.00764107471331954, -0.015563298016786575, -0.03821351006627083, 0.06849505752325058, -0.0592101514339447, -0.03700634092092514, 0.08141124993562698, -0.02177535369992256, 0.004492550157010555, -0.05883405730128288, -0.06492894142866135, 0.1110401377081871, -0.012796211987733841, 0.008233917877078056, 0.01444937102496624, -0.009841005317866802, 0.12056422978639603, 0.020993618294596672, -0.15757502615451813, -0.08390340954065323, 0.058393824845552444, -0.06713151186704636, 0.04322135075926781, -0.021499497815966606, -0.11044162511825562, 0.08684753626585007, -0.05558612197637558, 0.02778298407793045, 0.01576952263712883, 0.05757256969809532, 0.1919908970594406, 0.057888373732566833, -0.026828251779079437, 0.02773524820804596, 0.08484039455652237, -0.026158170774579048, 0.044621605426073074, -0.06710556149482727 ]
e052b427885715178317dc3f411e2e85695f499f
Pilot annotations for PM dataset that will be used for RLHF. The dataset used outputs from opensource models (https://huggingface.co/spaces/HuggingFaceH4/instruction-models-outputs) on a mix on Anthropic hh-rlhf (https://huggingface.co/datasets/HuggingFaceH4/hh-rlhf) dataset and Self-Instruct's seed (https://huggingface.co/datasets/HuggingFaceH4/self-instruct-seed) dataset.
HuggingFaceH4/surge-pm-pilot
[ "license:apache-2.0", "region:us" ]
2023-03-20T19:54:14+00:00
{"license": "apache-2.0"}
2023-03-20T19:58:12+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
Pilot annotations for PM dataset that will be used for RLHF. The dataset used outputs from opensource models (URL on a mix on Anthropic hh-rlhf (URL dataset and Self-Instruct's seed (URL dataset.
[]
[ "TAGS\n#license-apache-2.0 #region-us \n" ]
[ 14 ]
[ "passage: TAGS\n#license-apache-2.0 #region-us \n" ]
[ -0.014972950331866741, 0.1377405971288681, -0.008658665232360363, -0.026387644931674004, -0.06495039910078049, 0.02879125252366066, 0.153837651014328, 0.10483942180871964, 0.1256849616765976, -0.0962781235575676, 0.15542295575141907, 0.06252618134021759, 0.01139750611037016, 0.01549961045384407, 0.010183668695390224, -0.10781864821910858, 0.10650338232517242, -0.03490327671170235, -0.0707244873046875, 0.013394840992987156, 0.033960238099098206, 0.01981612667441368, -0.023830559104681015, -0.012257595546543598, 0.01112176850438118, 0.0037393702659755945, 0.07398658245801926, -0.03678586333990097, 0.0712570771574974, -0.0307270847260952, 0.04963022843003273, 0.037079621106386185, -0.007749613840132952, -0.26644203066825867, 0.0024822098203003407, -0.024022065103054047, -0.07085459679365158, 0.029720399528741837, 0.013389789499342442, 0.01578286662697792, 0.00231059524230659, 0.07178761065006256, -0.05940864980220795, 0.031044602394104004, -0.10492347925901413, -0.29222142696380615, -0.17006294429302216, 0.01744023710489273, 0.06068360060453415, 0.05476497858762741, 0.09300920367240906, 0.11550862342119217, -0.14644485712051392, -0.044547248631715775, 0.07099119573831558, -0.3628372251987457, 0.050203535705804825, 0.08580845594406128, -0.01402231678366661, 0.057996317744255066, 0.02550811693072319, 0.06553854793310165, 0.10383764654397964, -0.038684334605932236, -0.08282918483018875, -0.048850782215595245, -0.07356837391853333, 0.10531846433877945, -0.00149822561070323, -0.12009333074092865, 0.345758318901062, 0.07138761878013611, -0.013982822187244892, 0.1401686668395996, -0.03401775285601616, 0.08242715895175934, 0.00856063887476921, 0.07128778845071793, 0.11027930676937103, 0.21097713708877563, 0.1913771778345108, -0.10426254570484161, -0.16983820497989655, -0.05970091372728348, -0.17783339321613312, 0.02624516934156418, 0.006967680528759956, 0.1441962569952011, -0.15566711127758026, -0.007344068959355354, -0.08945375680923462, -0.05843057110905647, -0.052450742572546005, -0.06543421745300293, 0.15477518737316132, 0.08793632686138153, -0.09496267139911652, 0.12857593595981598, 0.16295284032821655, 0.27066588401794434, 0.0397113561630249, 0.0019443186465650797, -0.1110435351729393, 0.16749770939350128, -0.07042741030454636, 0.013758119195699692, 0.11881717294454575, 0.07653947174549103, 0.10706596076488495, -0.16501086950302124, 0.12452162802219391, -0.016609763726592064, -0.11789992451667786, -0.018261663615703583, -0.1484517753124237, 0.16352272033691406, 0.06240275129675865, -0.10497567802667618, -0.06494749337434769, 0.07674259692430496, 0.11038123816251755, -0.04079411178827286, -0.009143678471446037, -0.015199431218206882, 0.01051195990294218, -0.009426284581422806, 0.027398476377129555, 0.04705727845430374, 0.058609262108802795, 0.0033366302959620953, -0.07381071150302887, -0.020023247227072716, 0.003280751407146454, 0.1267043501138687, 0.1569293588399887, -0.05185375362634659, 0.04033694788813591, -0.06643003970384598, -0.15634682774543762, 0.033434003591537476, 0.08608060330152512, 0.0321158766746521, -0.007054667454212904, 0.10480355471372604, 0.0473899245262146, -0.004594990983605385, -0.090055912733078, -0.06355541944503784, -0.08356712758541107, 0.04190095514059067, -0.11996523290872574, -0.0058386498130857944, -0.25945019721984863, 0.00316249905154109, -0.1388063281774521, 0.0704830139875412, 0.04737875238060951, -0.11123143136501312, -0.11911641061306, 0.18649786710739136, -0.07714612036943436, 0.055908672511577606, -0.05615519732236862, -0.008492839522659779, -0.03699778765439987, 0.06682316213846207, -0.14747841656208038, -0.0005399030051194131, 0.18717823922634125, -0.14897091686725616, -0.183698832988739, 0.007495424710214138, 0.03250853717327118, 0.014232120476663113, 0.028690440580248833, 0.30018556118011475, -0.04365801066160202, -0.022711357101798058, 0.14066553115844727, 0.16189178824424744, -0.0973799079656601, -0.2718583643436432, 0.14789041876792908, -0.18816958367824554, -0.19481199979782104, 0.02703963965177536, -0.10175284743309021, 0.06735242903232574, 0.0434052050113678, -0.12173084169626236, -0.040761545300483704, -0.06889492273330688, -0.03939614072442055, -0.04728172346949577, 0.01916317269206047, -0.06263907253742218, 0.06502450257539749, -0.0881565511226654, 0.0690668523311615, 0.1269703209400177, 0.08447451889514923, -0.026536764577031136, 0.009126527234911919, 0.025589320808649063, 0.017330490052700043, -0.03833708539605141, 0.01929517462849617, 0.01688491925597191, -0.09582766890525818, 0.07343678176403046, 0.10080436617136002, 0.0517999529838562, -0.10638647526502609, 0.023197486996650696, 0.03179466351866722, 0.0024750155862420797, 0.0694531574845314, 0.06032438576221466, -0.10287857055664062, 0.06489933282136917, -0.0037468012887984514, 0.0518820621073246, 0.07478269934654236, -0.022493045777082443, 0.020172767341136932, -0.044141460210084915, -0.04319985210895538, 0.08567604422569275, -0.019361646845936775, -0.08695904165506363, 0.02959357015788555, 0.005028232932090759, 0.10603106021881104, 0.04762826859951019, -0.10406646132469177, 0.16851206123828888, 0.03276379778981209, 0.14172857999801636, 0.16983027756214142, -0.05003548413515091, 0.13265447318553925, -0.018061332404613495, 0.011779023334383965, -0.027860842645168304, 0.08203933387994766, 0.013741283677518368, -0.0884268656373024, 0.010677173733711243, -0.0012559969909489155, -0.04808245599269867, 0.026862075552344322, -0.05627221614122391, -0.11836695671081543, -0.059314463287591934, -0.028883814811706543, 0.22526615858078003, -0.10537033528089523, 0.12464691698551178, 0.5217018723487854, 0.024548746645450592, 0.047969620674848557, -0.16087572276592255, -0.06556912511587143, -0.03724734112620354, 0.01234061736613512, -0.03181084617972374, 0.13119523227214813, -0.06553105264902115, 0.03862816467881203, 0.0817440003156662, 0.07771708816289902, 0.04734378680586815, -0.17659273743629456, -0.12391189485788345, 0.0027862393762916327, -0.06264690309762955, -0.1301562488079071, -0.015394099988043308, -0.11034313589334488, 0.036011673510074615, 0.015018938109278679, -0.09842728823423386, 0.16451223194599152, -0.03630390390753746, -0.045461565256118774, 0.04944632574915886, -0.2314302921295166, -0.0839247852563858, -0.12943525612354279, -0.03678453713655472, -0.023447291925549507, 0.016634400933980942, 0.09078312665224075, -0.055623311549425125, -0.0538143664598465, 0.03897318243980408, -0.08703092485666275, -0.05625670403242111, -0.015357088297605515, 0.04862850904464722, 0.08293753117322922, 0.04238975793123245, -0.10195945203304291, -0.04045995697379112, -0.002702324651181698, -0.01255359873175621, 0.033146876841783524, -0.07412629574537277, 0.0853082686662674, 0.11064175516366959, 0.049554772675037384, 0.03361808881163597, -0.0033064892049878836, 0.07316921651363373, -0.013150024227797985, -0.06427362561225891, 0.1754506230354309, -0.014537261798977852, 0.052527204155921936, 0.1614663302898407, 0.06942721456289291, -0.08693967014551163, -0.016334567219018936, -0.05160483345389366, -0.11219155788421631, -0.313568115234375, -0.0514010526239872, -0.0697566568851471, 0.10370723158121109, 0.016293581575155258, 0.11431120336055756, 0.11805130541324615, 0.05553880333900452, 0.02477053552865982, -0.030986998230218887, -0.013935171999037266, -0.008552669547498226, 0.14244908094406128, -0.040016934275627136, -0.025634407997131348, -0.16582822799682617, 0.05352972075343132, 0.19532184302806854, 0.17346875369548798, 0.16141186654567719, 0.2949795722961426, 0.1219889223575592, 0.1499485820531845, 0.20596453547477722, 0.03277221694588661, 0.08221390843391418, 0.06475520879030228, 0.0147244893014431, -0.07361224293708801, -0.02132425457239151, -0.0358458049595356, 0.09254280477762222, -0.020926684141159058, -0.1894368976354599, 0.04358299449086189, -0.20253854990005493, 0.04529424384236336, 0.1325015276670456, 0.10060963034629822, 0.0372280478477478, 0.12041204422712326, 0.10496384650468826, 0.07236151397228241, 0.02265322208404541, 0.155935138463974, -0.10047086328268051, -0.04170655459165573, 0.10314960777759552, 0.03088374249637127, 0.08923831582069397, 0.05249778553843498, 0.024546442553400993, -0.09486964344978333, -0.18898503482341766, 0.08735544979572296, 0.15138362348079681, -0.18271131813526154, 0.25446999073028564, 0.007140269037336111, -0.10152944922447205, -0.04616072401404381, -0.034160908311605453, 0.07485716044902802, 0.1744716465473175, 0.09998820722103119, 0.07455950975418091, -0.2311946600675583, 0.06371928006410599, -0.0805746391415596, 0.03850121796131134, 0.009798256680369377, -0.0012644194066524506, -0.1523386389017105, -0.06277230381965637, 0.03955406695604324, 0.028464701026678085, 0.16074317693710327, -0.09644434601068497, -0.07261957228183746, 0.0019746189936995506, 0.14707164466381073, -0.027826759964227676, -0.12161600589752197, 0.07778380811214447, 0.026536058634519577, 0.10129949450492859, -0.046719279140233994, 0.01687805913388729, -0.0395737923681736, -0.22956150770187378, 0.06549007445573807, -0.02001434937119484, 0.016561396420001984, -0.057295773178339005, -0.095908522605896, -0.09420177340507507, -0.1935003399848938, 0.09841206669807434, -0.0820716917514801, 0.02724429965019226, -0.03322573006153107, 0.12508079409599304, -0.09227079153060913, 0.022051848471164703, 0.002473256317898631, -0.0009367846651002765, -0.0559639148414135, -0.12471262365579605, 0.08924731612205505, -0.02971985563635826, -0.0013593619223684072, -0.004879474639892578, -0.037194594740867615, 0.05458180233836174, 0.06104811653494835, -0.09029456228017807, 0.17284651100635529, 0.304045170545578, -0.06797412037849426, 0.21419626474380493, 0.3437173664569855, -0.12620802223682404, -0.22579985857009888, -0.2027367204427719, -0.287395715713501, -0.1499757170677185, 0.09507355093955994, -0.18301111459732056, 0.10197417438030243, 0.19583699107170105, -0.1618303805589676, 0.17492994666099548, -0.18311083316802979, -0.021827004849910736, 0.20329692959785461, -0.06383024156093597, 0.3788199722766876, -0.11906247586011887, -0.10778811573982239, -0.09945111721754074, -0.1618940234184265, 0.10558515042066574, -0.18797975778579712, 0.02240607887506485, 0.03505697101354599, -0.06375153362751007, -0.049790963530540466, -0.018343381583690643, 0.24272295832633972, -0.001803387189283967, 0.0726020559668541, -0.07976466417312622, 0.016474680975079536, 0.1855529397726059, -0.05465783178806305, 0.036813490092754364, -0.15827761590480804, -0.028589751571416855, -0.009538229554891586, 0.037033237516880035, -0.03485805541276932, 0.07510014623403549, 0.0011767554096877575, -0.07188761979341507, -0.0968698114156723, -0.021874895319342613, -0.04847799241542816, -0.005289438646286726, 0.26872649788856506, 0.076040118932724, -0.053988635540008545, 0.10166085511445999, -0.0624149851500988, -0.1741536259651184, 0.016763299703598022, -0.10044022649526596, -0.07138258218765259, 0.0554080568253994, -0.24670164287090302, 0.034909263253211975, 0.05687393248081207, -0.06160387769341469, 0.03683772310614586, 0.05927642062306404, -0.09550898522138596, -0.021464845165610313, 0.12709221243858337, -0.0498422347009182, -0.0725388154387474, 0.06216653808951378, 0.1259109526872635, 0.11850999295711517, 0.0343933068215847, 0.07898429036140442, 0.04615308716893196, 0.00829920545220375, 0.021227914839982986, 0.07433275133371353, -0.17039799690246582, -0.05188438296318054, 0.05058757960796356, -0.02595781534910202, -0.1195429265499115, 0.25599008798599243, 0.024486735463142395, -0.03208741545677185, -0.03641199693083763, 0.034413471817970276, -0.05278664082288742, -0.09139014035463333, -0.055758245289325714, -0.012565652839839458, -0.09509796649217606, -0.18549469113349915, 0.037074074149131775, -0.09632396697998047, -0.031133420765399933, -0.03407083451747894, 0.1050528809428215, 0.10973811894655228, 0.0608430951833725, -0.035467516630887985, 0.16503585875034332, -0.08250437676906586, -0.18473856151103973, -0.014520380645990372, -0.04597662389278412, -0.2016236037015915, 0.02965214103460312, 0.06940829008817673, -0.013816002756357193, -0.046515315771102905, -0.05482683703303337, 0.08873733133077621, -0.2119728922843933, 0.016329854726791382, -0.08455836027860641, 0.001034914399497211, 0.0714198648929596, -0.0625232607126236, -0.02158266305923462, 0.019058139994740486, -0.16247235238552094, -0.057285383343696594, -0.010741667822003365, 0.05505165457725525, -0.10866090655326843, -0.059575166553258896, 0.13569991290569305, 0.05747954174876213, 0.09156093001365662, 0.08844062685966492, 0.012601320631802082, 0.14171354472637177, -0.1320880800485611, -0.07235664874315262, 0.07277880609035492, 0.03337378427386284, -0.02606162242591381, 0.016614673659205437, -0.08515988290309906, 0.08969198167324066, -0.07962571084499359, 0.01820359006524086, -0.060848966240882874, -0.13395224511623383, -0.14613622426986694, -0.008169831708073616, -0.17318809032440186, 0.04386909306049347, -0.1962924599647522, 0.20117418467998505, 0.049670200794935226, 0.11739125847816467, 0.09586193412542343, 0.0011940872063860297, 0.02116451971232891, 0.03084888681769371, -0.038015320897102356, -0.06214485689997673, -0.1336703896522522, -0.034515380859375, -0.14342233538627625, -0.05508563295006752, 0.3311520218849182, -0.04312245175242424, -0.13223427534103394, 0.05347722768783569, 0.08347365260124207, 0.016498390585184097, 0.023317286744713783, 0.24889890849590302, 0.04722274839878082, 0.01573793776333332, -0.13385194540023804, -0.026428358629345894, 0.01794368028640747, -0.16727277636528015, 0.06783340871334076, 0.09281940758228302, 0.16844220459461212, 0.05829422175884247, 0.05544407665729523, -0.019741542637348175, -0.05980636551976204, -0.07777530699968338, 0.14353948831558228, 0.032101042568683624, 0.07295279204845428, 0.09418365359306335, 0.159424290060997, -0.01132612582296133, 0.011219488456845284, -0.048546407371759415, 0.018409814685583115, -0.15742093324661255, -0.13183769583702087, 0.0072431364096701145, -0.15321512520313263, 0.010697826743125916, 0.011604762636125088, 0.031117310747504234, 0.2556179463863373, 0.040744051337242126, -0.06757266819477081, -0.061626169830560684, -0.15643614530563354, -0.04558565840125084, -0.04036465659737587, -0.007026704493910074, -0.038584496825933456, -0.04671114683151245, -0.11182798445224762, -0.0216030515730381, -0.08770470321178436, -0.06560606509447098, 0.03681713715195656, 0.030047502368688583, 0.026680879294872284, -0.10008109360933304, -0.026802673935890198, -0.08784958720207214, 0.040374286472797394, 0.0004315301775932312, 0.18315750360488892, 0.03631989657878876, 0.0276914332062006, 0.1346033811569214, 0.07949449867010117, -0.04593978822231293, -0.1404203623533249, -0.04276864603161812, 0.050976864993572235, -0.04557491093873978, 0.06821722537279129, -0.047834381461143494, -0.008090421557426453, -0.03426219895482063, 0.22107382118701935, 0.2087077796459198, -0.07518038153648376, -0.0023365700617432594, -0.04285150393843651, 0.01813213713467121, 0.007908736355602741, 0.15072014927864075, 0.0591626912355423, 0.10565771162509918, -0.0679246187210083, -0.012176652438938618, -0.016756610944867134, 0.013343945145606995, -0.18723566830158234, 0.07582846283912659, -0.030456462875008583, -0.11726406216621399, -0.038775019347667694, 0.12641341984272003, -0.06347712874412537, 0.09165021777153015, 0.09027697890996933, -0.029973473399877548, 0.027466343715786934, 0.0041959225200116634, 0.20493634045124054, 0.02617124654352665, 0.048617783933877945, -0.1167941614985466, -0.09022688120603561, 0.04032917320728302, 0.00874406099319458, -0.3118123412132263, -0.1954881250858307, 0.10563000291585922, 0.06715425848960876, 0.2813838720321655, 0.0376100093126297, 0.04810243472456932, 0.015465166419744492, 0.07121489197015762, -0.12309351563453674, 0.13339413702487946, 0.046601615846157074, -0.01129146758466959, -0.11312273144721985, -0.22528712451457977, -0.08437834680080414, -0.05826718360185623, 0.07650711387395859, 0.06533077359199524, 0.0024006948806345463, 0.1862800121307373, -0.0665736049413681, -0.02629813738167286, -0.025829114019870758, -0.15687870979309082, 0.03671088442206383, -0.06590475142002106, -0.042691074311733246, -0.0751107782125473, -0.03413062542676926, -0.023224810138344765, 0.055103402584791183, -0.24346224963665009, -0.05677183344960213, 0.2217833697795868, 0.021673565730452538, 0.14538446068763733, 0.02648567035794258, 0.03698272630572319, -0.035830456763505936, -0.04817749559879303, 0.054671525955200195, -0.08730608224868774, 0.004225281998515129, 0.10913265496492386, -0.03198149800300598, 0.021041326224803925, -0.1597670465707779, 0.046472933143377304, -0.043475229293107986, -0.005544837564229965, -0.0814170315861702 ]
c1fe7b3fed411fe6c867ebd52e6a62d4a6ff799b
Pilot annotations for PM dataset that will be used for RLHF. The dataset used outputs from opensource models (https://huggingface.co/spaces/HuggingFaceH4/instruction-models-outputs) on a mix on Anthropic hh-rlhf (https://huggingface.co/datasets/HuggingFaceH4/hh-rlhf) dataset and Self-Instruct's seed (https://huggingface.co/datasets/HuggingFaceH4/self-instruct-seed) dataset.
HuggingFaceH4/scale-pm-pilot
[ "license:apache-2.0", "region:us" ]
2023-03-20T19:59:11+00:00
{"license": "apache-2.0"}
2023-03-20T20:01:13+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
Pilot annotations for PM dataset that will be used for RLHF. The dataset used outputs from opensource models (URL on a mix on Anthropic hh-rlhf (URL dataset and Self-Instruct's seed (URL dataset.
[]
[ "TAGS\n#license-apache-2.0 #region-us \n" ]
[ 14 ]
[ "passage: TAGS\n#license-apache-2.0 #region-us \n" ]
[ -0.014972950331866741, 0.1377405971288681, -0.008658665232360363, -0.026387644931674004, -0.06495039910078049, 0.02879125252366066, 0.153837651014328, 0.10483942180871964, 0.1256849616765976, -0.0962781235575676, 0.15542295575141907, 0.06252618134021759, 0.01139750611037016, 0.01549961045384407, 0.010183668695390224, -0.10781864821910858, 0.10650338232517242, -0.03490327671170235, -0.0707244873046875, 0.013394840992987156, 0.033960238099098206, 0.01981612667441368, -0.023830559104681015, -0.012257595546543598, 0.01112176850438118, 0.0037393702659755945, 0.07398658245801926, -0.03678586333990097, 0.0712570771574974, -0.0307270847260952, 0.04963022843003273, 0.037079621106386185, -0.007749613840132952, -0.26644203066825867, 0.0024822098203003407, -0.024022065103054047, -0.07085459679365158, 0.029720399528741837, 0.013389789499342442, 0.01578286662697792, 0.00231059524230659, 0.07178761065006256, -0.05940864980220795, 0.031044602394104004, -0.10492347925901413, -0.29222142696380615, -0.17006294429302216, 0.01744023710489273, 0.06068360060453415, 0.05476497858762741, 0.09300920367240906, 0.11550862342119217, -0.14644485712051392, -0.044547248631715775, 0.07099119573831558, -0.3628372251987457, 0.050203535705804825, 0.08580845594406128, -0.01402231678366661, 0.057996317744255066, 0.02550811693072319, 0.06553854793310165, 0.10383764654397964, -0.038684334605932236, -0.08282918483018875, -0.048850782215595245, -0.07356837391853333, 0.10531846433877945, -0.00149822561070323, -0.12009333074092865, 0.345758318901062, 0.07138761878013611, -0.013982822187244892, 0.1401686668395996, -0.03401775285601616, 0.08242715895175934, 0.00856063887476921, 0.07128778845071793, 0.11027930676937103, 0.21097713708877563, 0.1913771778345108, -0.10426254570484161, -0.16983820497989655, -0.05970091372728348, -0.17783339321613312, 0.02624516934156418, 0.006967680528759956, 0.1441962569952011, -0.15566711127758026, -0.007344068959355354, -0.08945375680923462, -0.05843057110905647, -0.052450742572546005, -0.06543421745300293, 0.15477518737316132, 0.08793632686138153, -0.09496267139911652, 0.12857593595981598, 0.16295284032821655, 0.27066588401794434, 0.0397113561630249, 0.0019443186465650797, -0.1110435351729393, 0.16749770939350128, -0.07042741030454636, 0.013758119195699692, 0.11881717294454575, 0.07653947174549103, 0.10706596076488495, -0.16501086950302124, 0.12452162802219391, -0.016609763726592064, -0.11789992451667786, -0.018261663615703583, -0.1484517753124237, 0.16352272033691406, 0.06240275129675865, -0.10497567802667618, -0.06494749337434769, 0.07674259692430496, 0.11038123816251755, -0.04079411178827286, -0.009143678471446037, -0.015199431218206882, 0.01051195990294218, -0.009426284581422806, 0.027398476377129555, 0.04705727845430374, 0.058609262108802795, 0.0033366302959620953, -0.07381071150302887, -0.020023247227072716, 0.003280751407146454, 0.1267043501138687, 0.1569293588399887, -0.05185375362634659, 0.04033694788813591, -0.06643003970384598, -0.15634682774543762, 0.033434003591537476, 0.08608060330152512, 0.0321158766746521, -0.007054667454212904, 0.10480355471372604, 0.0473899245262146, -0.004594990983605385, -0.090055912733078, -0.06355541944503784, -0.08356712758541107, 0.04190095514059067, -0.11996523290872574, -0.0058386498130857944, -0.25945019721984863, 0.00316249905154109, -0.1388063281774521, 0.0704830139875412, 0.04737875238060951, -0.11123143136501312, -0.11911641061306, 0.18649786710739136, -0.07714612036943436, 0.055908672511577606, -0.05615519732236862, -0.008492839522659779, -0.03699778765439987, 0.06682316213846207, -0.14747841656208038, -0.0005399030051194131, 0.18717823922634125, -0.14897091686725616, -0.183698832988739, 0.007495424710214138, 0.03250853717327118, 0.014232120476663113, 0.028690440580248833, 0.30018556118011475, -0.04365801066160202, -0.022711357101798058, 0.14066553115844727, 0.16189178824424744, -0.0973799079656601, -0.2718583643436432, 0.14789041876792908, -0.18816958367824554, -0.19481199979782104, 0.02703963965177536, -0.10175284743309021, 0.06735242903232574, 0.0434052050113678, -0.12173084169626236, -0.040761545300483704, -0.06889492273330688, -0.03939614072442055, -0.04728172346949577, 0.01916317269206047, -0.06263907253742218, 0.06502450257539749, -0.0881565511226654, 0.0690668523311615, 0.1269703209400177, 0.08447451889514923, -0.026536764577031136, 0.009126527234911919, 0.025589320808649063, 0.017330490052700043, -0.03833708539605141, 0.01929517462849617, 0.01688491925597191, -0.09582766890525818, 0.07343678176403046, 0.10080436617136002, 0.0517999529838562, -0.10638647526502609, 0.023197486996650696, 0.03179466351866722, 0.0024750155862420797, 0.0694531574845314, 0.06032438576221466, -0.10287857055664062, 0.06489933282136917, -0.0037468012887984514, 0.0518820621073246, 0.07478269934654236, -0.022493045777082443, 0.020172767341136932, -0.044141460210084915, -0.04319985210895538, 0.08567604422569275, -0.019361646845936775, -0.08695904165506363, 0.02959357015788555, 0.005028232932090759, 0.10603106021881104, 0.04762826859951019, -0.10406646132469177, 0.16851206123828888, 0.03276379778981209, 0.14172857999801636, 0.16983027756214142, -0.05003548413515091, 0.13265447318553925, -0.018061332404613495, 0.011779023334383965, -0.027860842645168304, 0.08203933387994766, 0.013741283677518368, -0.0884268656373024, 0.010677173733711243, -0.0012559969909489155, -0.04808245599269867, 0.026862075552344322, -0.05627221614122391, -0.11836695671081543, -0.059314463287591934, -0.028883814811706543, 0.22526615858078003, -0.10537033528089523, 0.12464691698551178, 0.5217018723487854, 0.024548746645450592, 0.047969620674848557, -0.16087572276592255, -0.06556912511587143, -0.03724734112620354, 0.01234061736613512, -0.03181084617972374, 0.13119523227214813, -0.06553105264902115, 0.03862816467881203, 0.0817440003156662, 0.07771708816289902, 0.04734378680586815, -0.17659273743629456, -0.12391189485788345, 0.0027862393762916327, -0.06264690309762955, -0.1301562488079071, -0.015394099988043308, -0.11034313589334488, 0.036011673510074615, 0.015018938109278679, -0.09842728823423386, 0.16451223194599152, -0.03630390390753746, -0.045461565256118774, 0.04944632574915886, -0.2314302921295166, -0.0839247852563858, -0.12943525612354279, -0.03678453713655472, -0.023447291925549507, 0.016634400933980942, 0.09078312665224075, -0.055623311549425125, -0.0538143664598465, 0.03897318243980408, -0.08703092485666275, -0.05625670403242111, -0.015357088297605515, 0.04862850904464722, 0.08293753117322922, 0.04238975793123245, -0.10195945203304291, -0.04045995697379112, -0.002702324651181698, -0.01255359873175621, 0.033146876841783524, -0.07412629574537277, 0.0853082686662674, 0.11064175516366959, 0.049554772675037384, 0.03361808881163597, -0.0033064892049878836, 0.07316921651363373, -0.013150024227797985, -0.06427362561225891, 0.1754506230354309, -0.014537261798977852, 0.052527204155921936, 0.1614663302898407, 0.06942721456289291, -0.08693967014551163, -0.016334567219018936, -0.05160483345389366, -0.11219155788421631, -0.313568115234375, -0.0514010526239872, -0.0697566568851471, 0.10370723158121109, 0.016293581575155258, 0.11431120336055756, 0.11805130541324615, 0.05553880333900452, 0.02477053552865982, -0.030986998230218887, -0.013935171999037266, -0.008552669547498226, 0.14244908094406128, -0.040016934275627136, -0.025634407997131348, -0.16582822799682617, 0.05352972075343132, 0.19532184302806854, 0.17346875369548798, 0.16141186654567719, 0.2949795722961426, 0.1219889223575592, 0.1499485820531845, 0.20596453547477722, 0.03277221694588661, 0.08221390843391418, 0.06475520879030228, 0.0147244893014431, -0.07361224293708801, -0.02132425457239151, -0.0358458049595356, 0.09254280477762222, -0.020926684141159058, -0.1894368976354599, 0.04358299449086189, -0.20253854990005493, 0.04529424384236336, 0.1325015276670456, 0.10060963034629822, 0.0372280478477478, 0.12041204422712326, 0.10496384650468826, 0.07236151397228241, 0.02265322208404541, 0.155935138463974, -0.10047086328268051, -0.04170655459165573, 0.10314960777759552, 0.03088374249637127, 0.08923831582069397, 0.05249778553843498, 0.024546442553400993, -0.09486964344978333, -0.18898503482341766, 0.08735544979572296, 0.15138362348079681, -0.18271131813526154, 0.25446999073028564, 0.007140269037336111, -0.10152944922447205, -0.04616072401404381, -0.034160908311605453, 0.07485716044902802, 0.1744716465473175, 0.09998820722103119, 0.07455950975418091, -0.2311946600675583, 0.06371928006410599, -0.0805746391415596, 0.03850121796131134, 0.009798256680369377, -0.0012644194066524506, -0.1523386389017105, -0.06277230381965637, 0.03955406695604324, 0.028464701026678085, 0.16074317693710327, -0.09644434601068497, -0.07261957228183746, 0.0019746189936995506, 0.14707164466381073, -0.027826759964227676, -0.12161600589752197, 0.07778380811214447, 0.026536058634519577, 0.10129949450492859, -0.046719279140233994, 0.01687805913388729, -0.0395737923681736, -0.22956150770187378, 0.06549007445573807, -0.02001434937119484, 0.016561396420001984, -0.057295773178339005, -0.095908522605896, -0.09420177340507507, -0.1935003399848938, 0.09841206669807434, -0.0820716917514801, 0.02724429965019226, -0.03322573006153107, 0.12508079409599304, -0.09227079153060913, 0.022051848471164703, 0.002473256317898631, -0.0009367846651002765, -0.0559639148414135, -0.12471262365579605, 0.08924731612205505, -0.02971985563635826, -0.0013593619223684072, -0.004879474639892578, -0.037194594740867615, 0.05458180233836174, 0.06104811653494835, -0.09029456228017807, 0.17284651100635529, 0.304045170545578, -0.06797412037849426, 0.21419626474380493, 0.3437173664569855, -0.12620802223682404, -0.22579985857009888, -0.2027367204427719, -0.287395715713501, -0.1499757170677185, 0.09507355093955994, -0.18301111459732056, 0.10197417438030243, 0.19583699107170105, -0.1618303805589676, 0.17492994666099548, -0.18311083316802979, -0.021827004849910736, 0.20329692959785461, -0.06383024156093597, 0.3788199722766876, -0.11906247586011887, -0.10778811573982239, -0.09945111721754074, -0.1618940234184265, 0.10558515042066574, -0.18797975778579712, 0.02240607887506485, 0.03505697101354599, -0.06375153362751007, -0.049790963530540466, -0.018343381583690643, 0.24272295832633972, -0.001803387189283967, 0.0726020559668541, -0.07976466417312622, 0.016474680975079536, 0.1855529397726059, -0.05465783178806305, 0.036813490092754364, -0.15827761590480804, -0.028589751571416855, -0.009538229554891586, 0.037033237516880035, -0.03485805541276932, 0.07510014623403549, 0.0011767554096877575, -0.07188761979341507, -0.0968698114156723, -0.021874895319342613, -0.04847799241542816, -0.005289438646286726, 0.26872649788856506, 0.076040118932724, -0.053988635540008545, 0.10166085511445999, -0.0624149851500988, -0.1741536259651184, 0.016763299703598022, -0.10044022649526596, -0.07138258218765259, 0.0554080568253994, -0.24670164287090302, 0.034909263253211975, 0.05687393248081207, -0.06160387769341469, 0.03683772310614586, 0.05927642062306404, -0.09550898522138596, -0.021464845165610313, 0.12709221243858337, -0.0498422347009182, -0.0725388154387474, 0.06216653808951378, 0.1259109526872635, 0.11850999295711517, 0.0343933068215847, 0.07898429036140442, 0.04615308716893196, 0.00829920545220375, 0.021227914839982986, 0.07433275133371353, -0.17039799690246582, -0.05188438296318054, 0.05058757960796356, -0.02595781534910202, -0.1195429265499115, 0.25599008798599243, 0.024486735463142395, -0.03208741545677185, -0.03641199693083763, 0.034413471817970276, -0.05278664082288742, -0.09139014035463333, -0.055758245289325714, -0.012565652839839458, -0.09509796649217606, -0.18549469113349915, 0.037074074149131775, -0.09632396697998047, -0.031133420765399933, -0.03407083451747894, 0.1050528809428215, 0.10973811894655228, 0.0608430951833725, -0.035467516630887985, 0.16503585875034332, -0.08250437676906586, -0.18473856151103973, -0.014520380645990372, -0.04597662389278412, -0.2016236037015915, 0.02965214103460312, 0.06940829008817673, -0.013816002756357193, -0.046515315771102905, -0.05482683703303337, 0.08873733133077621, -0.2119728922843933, 0.016329854726791382, -0.08455836027860641, 0.001034914399497211, 0.0714198648929596, -0.0625232607126236, -0.02158266305923462, 0.019058139994740486, -0.16247235238552094, -0.057285383343696594, -0.010741667822003365, 0.05505165457725525, -0.10866090655326843, -0.059575166553258896, 0.13569991290569305, 0.05747954174876213, 0.09156093001365662, 0.08844062685966492, 0.012601320631802082, 0.14171354472637177, -0.1320880800485611, -0.07235664874315262, 0.07277880609035492, 0.03337378427386284, -0.02606162242591381, 0.016614673659205437, -0.08515988290309906, 0.08969198167324066, -0.07962571084499359, 0.01820359006524086, -0.060848966240882874, -0.13395224511623383, -0.14613622426986694, -0.008169831708073616, -0.17318809032440186, 0.04386909306049347, -0.1962924599647522, 0.20117418467998505, 0.049670200794935226, 0.11739125847816467, 0.09586193412542343, 0.0011940872063860297, 0.02116451971232891, 0.03084888681769371, -0.038015320897102356, -0.06214485689997673, -0.1336703896522522, -0.034515380859375, -0.14342233538627625, -0.05508563295006752, 0.3311520218849182, -0.04312245175242424, -0.13223427534103394, 0.05347722768783569, 0.08347365260124207, 0.016498390585184097, 0.023317286744713783, 0.24889890849590302, 0.04722274839878082, 0.01573793776333332, -0.13385194540023804, -0.026428358629345894, 0.01794368028640747, -0.16727277636528015, 0.06783340871334076, 0.09281940758228302, 0.16844220459461212, 0.05829422175884247, 0.05544407665729523, -0.019741542637348175, -0.05980636551976204, -0.07777530699968338, 0.14353948831558228, 0.032101042568683624, 0.07295279204845428, 0.09418365359306335, 0.159424290060997, -0.01132612582296133, 0.011219488456845284, -0.048546407371759415, 0.018409814685583115, -0.15742093324661255, -0.13183769583702087, 0.0072431364096701145, -0.15321512520313263, 0.010697826743125916, 0.011604762636125088, 0.031117310747504234, 0.2556179463863373, 0.040744051337242126, -0.06757266819477081, -0.061626169830560684, -0.15643614530563354, -0.04558565840125084, -0.04036465659737587, -0.007026704493910074, -0.038584496825933456, -0.04671114683151245, -0.11182798445224762, -0.0216030515730381, -0.08770470321178436, -0.06560606509447098, 0.03681713715195656, 0.030047502368688583, 0.026680879294872284, -0.10008109360933304, -0.026802673935890198, -0.08784958720207214, 0.040374286472797394, 0.0004315301775932312, 0.18315750360488892, 0.03631989657878876, 0.0276914332062006, 0.1346033811569214, 0.07949449867010117, -0.04593978822231293, -0.1404203623533249, -0.04276864603161812, 0.050976864993572235, -0.04557491093873978, 0.06821722537279129, -0.047834381461143494, -0.008090421557426453, -0.03426219895482063, 0.22107382118701935, 0.2087077796459198, -0.07518038153648376, -0.0023365700617432594, -0.04285150393843651, 0.01813213713467121, 0.007908736355602741, 0.15072014927864075, 0.0591626912355423, 0.10565771162509918, -0.0679246187210083, -0.012176652438938618, -0.016756610944867134, 0.013343945145606995, -0.18723566830158234, 0.07582846283912659, -0.030456462875008583, -0.11726406216621399, -0.038775019347667694, 0.12641341984272003, -0.06347712874412537, 0.09165021777153015, 0.09027697890996933, -0.029973473399877548, 0.027466343715786934, 0.0041959225200116634, 0.20493634045124054, 0.02617124654352665, 0.048617783933877945, -0.1167941614985466, -0.09022688120603561, 0.04032917320728302, 0.00874406099319458, -0.3118123412132263, -0.1954881250858307, 0.10563000291585922, 0.06715425848960876, 0.2813838720321655, 0.0376100093126297, 0.04810243472456932, 0.015465166419744492, 0.07121489197015762, -0.12309351563453674, 0.13339413702487946, 0.046601615846157074, -0.01129146758466959, -0.11312273144721985, -0.22528712451457977, -0.08437834680080414, -0.05826718360185623, 0.07650711387395859, 0.06533077359199524, 0.0024006948806345463, 0.1862800121307373, -0.0665736049413681, -0.02629813738167286, -0.025829114019870758, -0.15687870979309082, 0.03671088442206383, -0.06590475142002106, -0.042691074311733246, -0.0751107782125473, -0.03413062542676926, -0.023224810138344765, 0.055103402584791183, -0.24346224963665009, -0.05677183344960213, 0.2217833697795868, 0.021673565730452538, 0.14538446068763733, 0.02648567035794258, 0.03698272630572319, -0.035830456763505936, -0.04817749559879303, 0.054671525955200195, -0.08730608224868774, 0.004225281998515129, 0.10913265496492386, -0.03198149800300598, 0.021041326224803925, -0.1597670465707779, 0.046472933143377304, -0.043475229293107986, -0.005544837564229965, -0.0814170315861702 ]
7393e45ea42a1b56fa1bc9e77f6052d89824205d
Pilot annotations for PM dataset that will be used for RLHF. The dataset used outputs from opensource models (https://huggingface.co/spaces/HuggingFaceH4/instruction-models-outputs) on a mix on Anthropic hh-rlhf (https://huggingface.co/datasets/HuggingFaceH4/hh-rlhf) dataset and Self-Instruct's seed (https://huggingface.co/datasets/HuggingFaceH4/self-instruct-seed) dataset.
HuggingFaceH4/aws-pm-pilot
[ "license:apache-2.0", "region:us" ]
2023-03-20T20:01:47+00:00
{"license": "apache-2.0"}
2023-03-20T20:03:11+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
Pilot annotations for PM dataset that will be used for RLHF. The dataset used outputs from opensource models (URL on a mix on Anthropic hh-rlhf (URL dataset and Self-Instruct's seed (URL dataset.
[]
[ "TAGS\n#license-apache-2.0 #region-us \n" ]
[ 14 ]
[ "passage: TAGS\n#license-apache-2.0 #region-us \n" ]
[ -0.014972950331866741, 0.1377405971288681, -0.008658665232360363, -0.026387644931674004, -0.06495039910078049, 0.02879125252366066, 0.153837651014328, 0.10483942180871964, 0.1256849616765976, -0.0962781235575676, 0.15542295575141907, 0.06252618134021759, 0.01139750611037016, 0.01549961045384407, 0.010183668695390224, -0.10781864821910858, 0.10650338232517242, -0.03490327671170235, -0.0707244873046875, 0.013394840992987156, 0.033960238099098206, 0.01981612667441368, -0.023830559104681015, -0.012257595546543598, 0.01112176850438118, 0.0037393702659755945, 0.07398658245801926, -0.03678586333990097, 0.0712570771574974, -0.0307270847260952, 0.04963022843003273, 0.037079621106386185, -0.007749613840132952, -0.26644203066825867, 0.0024822098203003407, -0.024022065103054047, -0.07085459679365158, 0.029720399528741837, 0.013389789499342442, 0.01578286662697792, 0.00231059524230659, 0.07178761065006256, -0.05940864980220795, 0.031044602394104004, -0.10492347925901413, -0.29222142696380615, -0.17006294429302216, 0.01744023710489273, 0.06068360060453415, 0.05476497858762741, 0.09300920367240906, 0.11550862342119217, -0.14644485712051392, -0.044547248631715775, 0.07099119573831558, -0.3628372251987457, 0.050203535705804825, 0.08580845594406128, -0.01402231678366661, 0.057996317744255066, 0.02550811693072319, 0.06553854793310165, 0.10383764654397964, -0.038684334605932236, -0.08282918483018875, -0.048850782215595245, -0.07356837391853333, 0.10531846433877945, -0.00149822561070323, -0.12009333074092865, 0.345758318901062, 0.07138761878013611, -0.013982822187244892, 0.1401686668395996, -0.03401775285601616, 0.08242715895175934, 0.00856063887476921, 0.07128778845071793, 0.11027930676937103, 0.21097713708877563, 0.1913771778345108, -0.10426254570484161, -0.16983820497989655, -0.05970091372728348, -0.17783339321613312, 0.02624516934156418, 0.006967680528759956, 0.1441962569952011, -0.15566711127758026, -0.007344068959355354, -0.08945375680923462, -0.05843057110905647, -0.052450742572546005, -0.06543421745300293, 0.15477518737316132, 0.08793632686138153, -0.09496267139911652, 0.12857593595981598, 0.16295284032821655, 0.27066588401794434, 0.0397113561630249, 0.0019443186465650797, -0.1110435351729393, 0.16749770939350128, -0.07042741030454636, 0.013758119195699692, 0.11881717294454575, 0.07653947174549103, 0.10706596076488495, -0.16501086950302124, 0.12452162802219391, -0.016609763726592064, -0.11789992451667786, -0.018261663615703583, -0.1484517753124237, 0.16352272033691406, 0.06240275129675865, -0.10497567802667618, -0.06494749337434769, 0.07674259692430496, 0.11038123816251755, -0.04079411178827286, -0.009143678471446037, -0.015199431218206882, 0.01051195990294218, -0.009426284581422806, 0.027398476377129555, 0.04705727845430374, 0.058609262108802795, 0.0033366302959620953, -0.07381071150302887, -0.020023247227072716, 0.003280751407146454, 0.1267043501138687, 0.1569293588399887, -0.05185375362634659, 0.04033694788813591, -0.06643003970384598, -0.15634682774543762, 0.033434003591537476, 0.08608060330152512, 0.0321158766746521, -0.007054667454212904, 0.10480355471372604, 0.0473899245262146, -0.004594990983605385, -0.090055912733078, -0.06355541944503784, -0.08356712758541107, 0.04190095514059067, -0.11996523290872574, -0.0058386498130857944, -0.25945019721984863, 0.00316249905154109, -0.1388063281774521, 0.0704830139875412, 0.04737875238060951, -0.11123143136501312, -0.11911641061306, 0.18649786710739136, -0.07714612036943436, 0.055908672511577606, -0.05615519732236862, -0.008492839522659779, -0.03699778765439987, 0.06682316213846207, -0.14747841656208038, -0.0005399030051194131, 0.18717823922634125, -0.14897091686725616, -0.183698832988739, 0.007495424710214138, 0.03250853717327118, 0.014232120476663113, 0.028690440580248833, 0.30018556118011475, -0.04365801066160202, -0.022711357101798058, 0.14066553115844727, 0.16189178824424744, -0.0973799079656601, -0.2718583643436432, 0.14789041876792908, -0.18816958367824554, -0.19481199979782104, 0.02703963965177536, -0.10175284743309021, 0.06735242903232574, 0.0434052050113678, -0.12173084169626236, -0.040761545300483704, -0.06889492273330688, -0.03939614072442055, -0.04728172346949577, 0.01916317269206047, -0.06263907253742218, 0.06502450257539749, -0.0881565511226654, 0.0690668523311615, 0.1269703209400177, 0.08447451889514923, -0.026536764577031136, 0.009126527234911919, 0.025589320808649063, 0.017330490052700043, -0.03833708539605141, 0.01929517462849617, 0.01688491925597191, -0.09582766890525818, 0.07343678176403046, 0.10080436617136002, 0.0517999529838562, -0.10638647526502609, 0.023197486996650696, 0.03179466351866722, 0.0024750155862420797, 0.0694531574845314, 0.06032438576221466, -0.10287857055664062, 0.06489933282136917, -0.0037468012887984514, 0.0518820621073246, 0.07478269934654236, -0.022493045777082443, 0.020172767341136932, -0.044141460210084915, -0.04319985210895538, 0.08567604422569275, -0.019361646845936775, -0.08695904165506363, 0.02959357015788555, 0.005028232932090759, 0.10603106021881104, 0.04762826859951019, -0.10406646132469177, 0.16851206123828888, 0.03276379778981209, 0.14172857999801636, 0.16983027756214142, -0.05003548413515091, 0.13265447318553925, -0.018061332404613495, 0.011779023334383965, -0.027860842645168304, 0.08203933387994766, 0.013741283677518368, -0.0884268656373024, 0.010677173733711243, -0.0012559969909489155, -0.04808245599269867, 0.026862075552344322, -0.05627221614122391, -0.11836695671081543, -0.059314463287591934, -0.028883814811706543, 0.22526615858078003, -0.10537033528089523, 0.12464691698551178, 0.5217018723487854, 0.024548746645450592, 0.047969620674848557, -0.16087572276592255, -0.06556912511587143, -0.03724734112620354, 0.01234061736613512, -0.03181084617972374, 0.13119523227214813, -0.06553105264902115, 0.03862816467881203, 0.0817440003156662, 0.07771708816289902, 0.04734378680586815, -0.17659273743629456, -0.12391189485788345, 0.0027862393762916327, -0.06264690309762955, -0.1301562488079071, -0.015394099988043308, -0.11034313589334488, 0.036011673510074615, 0.015018938109278679, -0.09842728823423386, 0.16451223194599152, -0.03630390390753746, -0.045461565256118774, 0.04944632574915886, -0.2314302921295166, -0.0839247852563858, -0.12943525612354279, -0.03678453713655472, -0.023447291925549507, 0.016634400933980942, 0.09078312665224075, -0.055623311549425125, -0.0538143664598465, 0.03897318243980408, -0.08703092485666275, -0.05625670403242111, -0.015357088297605515, 0.04862850904464722, 0.08293753117322922, 0.04238975793123245, -0.10195945203304291, -0.04045995697379112, -0.002702324651181698, -0.01255359873175621, 0.033146876841783524, -0.07412629574537277, 0.0853082686662674, 0.11064175516366959, 0.049554772675037384, 0.03361808881163597, -0.0033064892049878836, 0.07316921651363373, -0.013150024227797985, -0.06427362561225891, 0.1754506230354309, -0.014537261798977852, 0.052527204155921936, 0.1614663302898407, 0.06942721456289291, -0.08693967014551163, -0.016334567219018936, -0.05160483345389366, -0.11219155788421631, -0.313568115234375, -0.0514010526239872, -0.0697566568851471, 0.10370723158121109, 0.016293581575155258, 0.11431120336055756, 0.11805130541324615, 0.05553880333900452, 0.02477053552865982, -0.030986998230218887, -0.013935171999037266, -0.008552669547498226, 0.14244908094406128, -0.040016934275627136, -0.025634407997131348, -0.16582822799682617, 0.05352972075343132, 0.19532184302806854, 0.17346875369548798, 0.16141186654567719, 0.2949795722961426, 0.1219889223575592, 0.1499485820531845, 0.20596453547477722, 0.03277221694588661, 0.08221390843391418, 0.06475520879030228, 0.0147244893014431, -0.07361224293708801, -0.02132425457239151, -0.0358458049595356, 0.09254280477762222, -0.020926684141159058, -0.1894368976354599, 0.04358299449086189, -0.20253854990005493, 0.04529424384236336, 0.1325015276670456, 0.10060963034629822, 0.0372280478477478, 0.12041204422712326, 0.10496384650468826, 0.07236151397228241, 0.02265322208404541, 0.155935138463974, -0.10047086328268051, -0.04170655459165573, 0.10314960777759552, 0.03088374249637127, 0.08923831582069397, 0.05249778553843498, 0.024546442553400993, -0.09486964344978333, -0.18898503482341766, 0.08735544979572296, 0.15138362348079681, -0.18271131813526154, 0.25446999073028564, 0.007140269037336111, -0.10152944922447205, -0.04616072401404381, -0.034160908311605453, 0.07485716044902802, 0.1744716465473175, 0.09998820722103119, 0.07455950975418091, -0.2311946600675583, 0.06371928006410599, -0.0805746391415596, 0.03850121796131134, 0.009798256680369377, -0.0012644194066524506, -0.1523386389017105, -0.06277230381965637, 0.03955406695604324, 0.028464701026678085, 0.16074317693710327, -0.09644434601068497, -0.07261957228183746, 0.0019746189936995506, 0.14707164466381073, -0.027826759964227676, -0.12161600589752197, 0.07778380811214447, 0.026536058634519577, 0.10129949450492859, -0.046719279140233994, 0.01687805913388729, -0.0395737923681736, -0.22956150770187378, 0.06549007445573807, -0.02001434937119484, 0.016561396420001984, -0.057295773178339005, -0.095908522605896, -0.09420177340507507, -0.1935003399848938, 0.09841206669807434, -0.0820716917514801, 0.02724429965019226, -0.03322573006153107, 0.12508079409599304, -0.09227079153060913, 0.022051848471164703, 0.002473256317898631, -0.0009367846651002765, -0.0559639148414135, -0.12471262365579605, 0.08924731612205505, -0.02971985563635826, -0.0013593619223684072, -0.004879474639892578, -0.037194594740867615, 0.05458180233836174, 0.06104811653494835, -0.09029456228017807, 0.17284651100635529, 0.304045170545578, -0.06797412037849426, 0.21419626474380493, 0.3437173664569855, -0.12620802223682404, -0.22579985857009888, -0.2027367204427719, -0.287395715713501, -0.1499757170677185, 0.09507355093955994, -0.18301111459732056, 0.10197417438030243, 0.19583699107170105, -0.1618303805589676, 0.17492994666099548, -0.18311083316802979, -0.021827004849910736, 0.20329692959785461, -0.06383024156093597, 0.3788199722766876, -0.11906247586011887, -0.10778811573982239, -0.09945111721754074, -0.1618940234184265, 0.10558515042066574, -0.18797975778579712, 0.02240607887506485, 0.03505697101354599, -0.06375153362751007, -0.049790963530540466, -0.018343381583690643, 0.24272295832633972, -0.001803387189283967, 0.0726020559668541, -0.07976466417312622, 0.016474680975079536, 0.1855529397726059, -0.05465783178806305, 0.036813490092754364, -0.15827761590480804, -0.028589751571416855, -0.009538229554891586, 0.037033237516880035, -0.03485805541276932, 0.07510014623403549, 0.0011767554096877575, -0.07188761979341507, -0.0968698114156723, -0.021874895319342613, -0.04847799241542816, -0.005289438646286726, 0.26872649788856506, 0.076040118932724, -0.053988635540008545, 0.10166085511445999, -0.0624149851500988, -0.1741536259651184, 0.016763299703598022, -0.10044022649526596, -0.07138258218765259, 0.0554080568253994, -0.24670164287090302, 0.034909263253211975, 0.05687393248081207, -0.06160387769341469, 0.03683772310614586, 0.05927642062306404, -0.09550898522138596, -0.021464845165610313, 0.12709221243858337, -0.0498422347009182, -0.0725388154387474, 0.06216653808951378, 0.1259109526872635, 0.11850999295711517, 0.0343933068215847, 0.07898429036140442, 0.04615308716893196, 0.00829920545220375, 0.021227914839982986, 0.07433275133371353, -0.17039799690246582, -0.05188438296318054, 0.05058757960796356, -0.02595781534910202, -0.1195429265499115, 0.25599008798599243, 0.024486735463142395, -0.03208741545677185, -0.03641199693083763, 0.034413471817970276, -0.05278664082288742, -0.09139014035463333, -0.055758245289325714, -0.012565652839839458, -0.09509796649217606, -0.18549469113349915, 0.037074074149131775, -0.09632396697998047, -0.031133420765399933, -0.03407083451747894, 0.1050528809428215, 0.10973811894655228, 0.0608430951833725, -0.035467516630887985, 0.16503585875034332, -0.08250437676906586, -0.18473856151103973, -0.014520380645990372, -0.04597662389278412, -0.2016236037015915, 0.02965214103460312, 0.06940829008817673, -0.013816002756357193, -0.046515315771102905, -0.05482683703303337, 0.08873733133077621, -0.2119728922843933, 0.016329854726791382, -0.08455836027860641, 0.001034914399497211, 0.0714198648929596, -0.0625232607126236, -0.02158266305923462, 0.019058139994740486, -0.16247235238552094, -0.057285383343696594, -0.010741667822003365, 0.05505165457725525, -0.10866090655326843, -0.059575166553258896, 0.13569991290569305, 0.05747954174876213, 0.09156093001365662, 0.08844062685966492, 0.012601320631802082, 0.14171354472637177, -0.1320880800485611, -0.07235664874315262, 0.07277880609035492, 0.03337378427386284, -0.02606162242591381, 0.016614673659205437, -0.08515988290309906, 0.08969198167324066, -0.07962571084499359, 0.01820359006524086, -0.060848966240882874, -0.13395224511623383, -0.14613622426986694, -0.008169831708073616, -0.17318809032440186, 0.04386909306049347, -0.1962924599647522, 0.20117418467998505, 0.049670200794935226, 0.11739125847816467, 0.09586193412542343, 0.0011940872063860297, 0.02116451971232891, 0.03084888681769371, -0.038015320897102356, -0.06214485689997673, -0.1336703896522522, -0.034515380859375, -0.14342233538627625, -0.05508563295006752, 0.3311520218849182, -0.04312245175242424, -0.13223427534103394, 0.05347722768783569, 0.08347365260124207, 0.016498390585184097, 0.023317286744713783, 0.24889890849590302, 0.04722274839878082, 0.01573793776333332, -0.13385194540023804, -0.026428358629345894, 0.01794368028640747, -0.16727277636528015, 0.06783340871334076, 0.09281940758228302, 0.16844220459461212, 0.05829422175884247, 0.05544407665729523, -0.019741542637348175, -0.05980636551976204, -0.07777530699968338, 0.14353948831558228, 0.032101042568683624, 0.07295279204845428, 0.09418365359306335, 0.159424290060997, -0.01132612582296133, 0.011219488456845284, -0.048546407371759415, 0.018409814685583115, -0.15742093324661255, -0.13183769583702087, 0.0072431364096701145, -0.15321512520313263, 0.010697826743125916, 0.011604762636125088, 0.031117310747504234, 0.2556179463863373, 0.040744051337242126, -0.06757266819477081, -0.061626169830560684, -0.15643614530563354, -0.04558565840125084, -0.04036465659737587, -0.007026704493910074, -0.038584496825933456, -0.04671114683151245, -0.11182798445224762, -0.0216030515730381, -0.08770470321178436, -0.06560606509447098, 0.03681713715195656, 0.030047502368688583, 0.026680879294872284, -0.10008109360933304, -0.026802673935890198, -0.08784958720207214, 0.040374286472797394, 0.0004315301775932312, 0.18315750360488892, 0.03631989657878876, 0.0276914332062006, 0.1346033811569214, 0.07949449867010117, -0.04593978822231293, -0.1404203623533249, -0.04276864603161812, 0.050976864993572235, -0.04557491093873978, 0.06821722537279129, -0.047834381461143494, -0.008090421557426453, -0.03426219895482063, 0.22107382118701935, 0.2087077796459198, -0.07518038153648376, -0.0023365700617432594, -0.04285150393843651, 0.01813213713467121, 0.007908736355602741, 0.15072014927864075, 0.0591626912355423, 0.10565771162509918, -0.0679246187210083, -0.012176652438938618, -0.016756610944867134, 0.013343945145606995, -0.18723566830158234, 0.07582846283912659, -0.030456462875008583, -0.11726406216621399, -0.038775019347667694, 0.12641341984272003, -0.06347712874412537, 0.09165021777153015, 0.09027697890996933, -0.029973473399877548, 0.027466343715786934, 0.0041959225200116634, 0.20493634045124054, 0.02617124654352665, 0.048617783933877945, -0.1167941614985466, -0.09022688120603561, 0.04032917320728302, 0.00874406099319458, -0.3118123412132263, -0.1954881250858307, 0.10563000291585922, 0.06715425848960876, 0.2813838720321655, 0.0376100093126297, 0.04810243472456932, 0.015465166419744492, 0.07121489197015762, -0.12309351563453674, 0.13339413702487946, 0.046601615846157074, -0.01129146758466959, -0.11312273144721985, -0.22528712451457977, -0.08437834680080414, -0.05826718360185623, 0.07650711387395859, 0.06533077359199524, 0.0024006948806345463, 0.1862800121307373, -0.0665736049413681, -0.02629813738167286, -0.025829114019870758, -0.15687870979309082, 0.03671088442206383, -0.06590475142002106, -0.042691074311733246, -0.0751107782125473, -0.03413062542676926, -0.023224810138344765, 0.055103402584791183, -0.24346224963665009, -0.05677183344960213, 0.2217833697795868, 0.021673565730452538, 0.14538446068763733, 0.02648567035794258, 0.03698272630572319, -0.035830456763505936, -0.04817749559879303, 0.054671525955200195, -0.08730608224868774, 0.004225281998515129, 0.10913265496492386, -0.03198149800300598, 0.021041326224803925, -0.1597670465707779, 0.046472933143377304, -0.043475229293107986, -0.005544837564229965, -0.0814170315861702 ]
e3811d9495fbdaedd98904b632e506ea63e98381
This dataset contains 15 images of Marvin, the paranoid android from the movie "The Hitchhiker's Guide to the Galaxy" (2005) scraped from the Internet and 205 images of general robots, created with Stable Diffusion from the prompt "a photo of a robot".
keras-dreambooth/marvin_paranoid_android
[ "size_categories:n<1K", "license:apache-2.0", "dreambooth", "region:us" ]
2023-03-20T20:14:45+00:00
{"license": "apache-2.0", "size_categories": ["n<1K"], "pretty_name": "Marvin the Paranoid Android", "tags": ["dreambooth"]}
2023-03-26T18:29:16+00:00
[]
[]
TAGS #size_categories-n<1K #license-apache-2.0 #dreambooth #region-us
This dataset contains 15 images of Marvin, the paranoid android from the movie "The Hitchhiker's Guide to the Galaxy" (2005) scraped from the Internet and 205 images of general robots, created with Stable Diffusion from the prompt "a photo of a robot".
[]
[ "TAGS\n#size_categories-n<1K #license-apache-2.0 #dreambooth #region-us \n" ]
[ 28 ]
[ "passage: TAGS\n#size_categories-n<1K #license-apache-2.0 #dreambooth #region-us \n" ]
[ -0.0015463856980204582, 0.21001456677913666, -0.007194433361291885, 0.08622545003890991, -0.01116972602903843, 0.009923560544848442, 0.12073586136102676, 0.12588463723659515, 0.08225449919700623, -0.038251377642154694, 0.16910713911056519, 0.01585889421403408, 0.012932371348142624, 0.09591888636350632, -0.0069381557404994965, -0.26688235998153687, 0.09138108789920807, -0.005831698887050152, -0.11393515765666962, 0.035886891186237335, 0.04121260717511177, -0.029040787369012833, 0.02291478030383587, -0.04837393760681152, -0.05462099239230156, -0.0198073610663414, 0.004619978368282318, -0.05751005560159683, 0.016426511108875275, -0.051582157611846924, 0.04135356843471527, 0.005830937065184116, -0.005951419938355684, -0.23999221622943878, -0.004964702297002077, -0.05400538444519043, -0.040660154074430466, 0.02339988760650158, 0.0661175325512886, 0.062246173620224, -0.019922491163015366, -0.014776783064007759, -0.04798638075590134, 0.08163748681545258, -0.07430388778448105, -0.2594667077064514, -0.11682458221912384, 0.09769491851329803, 0.0032842913642525673, 0.04958639666438103, 0.04221385717391968, 0.1326686292886734, -0.17520208656787872, -0.041313499212265015, 0.11561872065067291, -0.31266355514526367, -0.004507232457399368, 0.2093265950679779, -0.03640252724289894, 0.04004143550992012, -0.023554179817438126, 0.029711224138736725, 0.12022633850574493, 0.00957737397402525, -0.02521461620926857, -0.05189564824104309, -0.05115245282649994, 0.03265375643968582, -0.02534661255776882, -0.06504915654659271, 0.3240700960159302, 0.130239337682724, 0.030487148091197014, 0.046066924929618835, -0.06900493055582047, -0.027337923645973206, -0.030720693990588188, 0.11908017098903656, 0.11907054483890533, 0.15425309538841248, 0.10192236304283142, 0.006572512909770012, -0.12825773656368256, -0.008787581697106361, -0.17966912686824799, 0.04932636395096779, -0.022261550650000572, 0.1247313916683197, -0.12233889102935791, -0.05960553511977196, -0.15526032447814941, -0.0958191454410553, -0.03219003602862358, -0.05464056134223938, 0.06438569724559784, 0.0693763941526413, -0.044583454728126526, 0.18775422871112823, 0.22565817832946777, 0.1814904808998108, 0.05429953709244728, 0.024566516280174255, -0.009883426129817963, 0.13095802068710327, -0.005728273652493954, 0.07530610263347626, 0.02882702276110649, -0.031086191534996033, 0.08250592648983002, -0.11538652330636978, 0.15569043159484863, -0.04367252066731453, -0.14020824432373047, -0.043713729828596115, -0.09734077751636505, 0.09961750358343124, 0.05520733445882797, -0.0600244477391243, -0.05817814916372299, 0.029041238129138947, 0.07390144467353821, -0.000819498673081398, -0.016880234703421593, -0.02521396428346634, 0.012367946095764637, 0.04879971593618393, -0.07093177735805511, 0.0019857343286275864, 0.09434911608695984, 0.00825103372335434, -0.09357118606567383, -0.018596850335597992, 0.016335036605596542, 0.08149654418230057, 0.15145263075828552, -0.039853863418102264, 0.05352851748466492, -0.11210000514984131, -0.1079767569899559, 0.05676892027258873, 0.051643744111061096, -0.002532714745029807, -0.1168014332652092, 0.06869494169950485, -0.07132032513618469, -0.030251864343881607, -0.05961178243160248, 0.01104951836168766, -0.0653809905052185, 0.04316079616546631, -0.05302819237112999, 0.058374445885419846, -0.23507404327392578, -0.008814249187707901, -0.12257751077413559, 0.056604936718940735, -0.022973235696554184, -0.03354007378220558, -0.10370130091905594, 0.23670145869255066, -0.04110458493232727, 0.0025793923996388912, -0.040018707513809204, -0.046796828508377075, -0.10107675194740295, 0.07282080501317978, -0.23177647590637207, -0.021372688934206963, 0.15682271122932434, -0.09306404739618301, -0.16112855076789856, 0.06150207296013832, 0.04020894318819046, -0.05812482535839081, 0.03244466334581375, 0.3404489755630493, -0.007705556694418192, 0.07288182526826859, -0.0007094964385032654, 0.17976465821266174, -0.09069623053073883, -0.28400176763534546, 0.1519414484500885, -0.12056675553321838, -0.09412803500890732, 0.05803210288286209, -0.020768344402313232, 0.07459147274494171, 0.02018493041396141, -0.0951598733663559, -0.0899554193019867, -0.09641464799642563, 0.0027514882385730743, -0.006772398017346859, 0.08348330855369568, -0.07054335623979568, 0.05373646318912506, -0.0611024834215641, 0.08103586733341217, 0.15945979952812195, 0.036171529442071915, -0.010748696513473988, 0.03698166459798813, -0.014041554182767868, 0.028264060616493225, -0.07570186257362366, 0.04141107201576233, 0.047069251537323, -0.1017211526632309, 0.06534919142723083, 0.16216415166854858, 0.019787080585956573, -0.10836771130561829, -0.00726613774895668, 0.08296716958284378, -0.004061887972056866, 0.044589705765247345, 0.0446438193321228, -0.05283929407596588, 0.050777189433574677, -0.018282229080796242, 0.059616416692733765, 0.046758100390434265, -0.0033961934968829155, 0.0869135782122612, 0.002284945920109749, -0.01734894886612892, 0.05857057869434357, 0.01136958971619606, -0.05093499273061752, -0.018809214234352112, -0.021868281066417694, 0.08260544389486313, 0.027410071343183517, -0.1374136209487915, 0.055170148611068726, 0.015997271984815598, 0.1631385087966919, 0.1846379041671753, 0.00389888696372509, 0.11614951491355896, 0.00894937478005886, -0.007461693603545427, 0.010886149480938911, 0.018221242353320122, 0.04545021802186966, -0.03571643680334091, 0.024502165615558624, 0.05659455060958862, -0.03997662663459778, 0.0028249360620975494, -0.007398420013487339, -0.05773959308862686, -0.02923244796693325, 0.027977824211120605, 0.1583569198846817, -0.13209135830402374, 0.17478232085704803, 0.4122283458709717, 0.04728860408067703, 0.060332655906677246, -0.16405287384986877, 0.01701209507882595, -0.030528638511896133, -0.015202265232801437, -0.03230250999331474, 0.09970392286777496, -0.0871850997209549, 0.05857451632618904, 0.09186837077140808, 0.06434070318937302, 0.022709518671035767, -0.1217312142252922, -0.10201148688793182, 0.010224690660834312, -0.035800281912088394, -0.08853616565465927, 0.017256855964660645, -0.0336577445268631, 0.012345455586910248, 0.024160228669643402, -0.09868744015693665, 0.12415741384029388, -0.015463854186236858, 0.004189755767583847, 0.08071073144674301, -0.16085277497768402, -0.1656181365251541, -0.10023421049118042, -0.005960086360573769, -0.06882783770561218, 0.001571514643728733, 0.0751180574297905, -0.1001816913485527, -0.01789950206875801, 0.009395220316946507, -0.042504891753196716, -0.1083621233701706, 0.03244908154010773, 0.04956355690956116, 0.10614573955535889, 0.0017984537407755852, -0.08763522654771805, -0.031138047575950623, -0.007138948887586594, 0.026862584054470062, 0.10529421269893646, -0.08840702474117279, 0.04775010794401169, 0.21215859055519104, 0.04534975439310074, 0.04581872373819351, 0.011051630601286888, 0.1363564133644104, -0.012219114229083061, 0.011906586587429047, 0.13592419028282166, 0.09574857354164124, 0.03478710725903511, 0.2554880976676941, 0.0918581485748291, -0.09621557593345642, -0.0005564158782362938, -0.007889214903116226, -0.12681883573532104, -0.2138041853904724, -0.06160809099674225, -0.08300302177667618, 0.14584089815616608, 0.06814592331647873, 0.11972887814044952, 0.0075341761112213135, 0.09306526184082031, 0.05463661253452301, 0.056459181010723114, -0.07662218809127808, 0.01802770420908928, 0.173079714179039, -0.026647593826055527, -0.0032636928372085094, -0.12879501283168793, -0.004061748273670673, 0.17232099175453186, 0.1188359260559082, 0.14118057489395142, 0.21352587640285492, 0.12601009011268616, 0.0923326164484024, 0.12206290662288666, 0.10248012840747833, 0.03408077359199524, 0.10165997594594955, -0.01311867218464613, -0.07083217054605484, -0.028888745233416557, 0.011618728749454021, 0.04820381850004196, -0.016572317108511925, -0.07893462479114532, 0.005326136015355587, -0.10084489732980728, 0.05703219771385193, 0.16281041502952576, 0.14739851653575897, -0.01258139219135046, 0.07837550342082977, 0.11601536720991135, 0.0027049100026488304, 0.018353907391428947, 0.13106505572795868, -0.0016514305025339127, -0.039901815354824066, 0.10555881261825562, 0.01860646903514862, 0.0963914692401886, 0.05730772390961647, 0.04293578118085861, -0.05954717472195625, -0.12368109822273254, 0.09328915923833847, 0.12144484370946884, -0.09220004826784134, 0.24254637956619263, -0.010793738067150116, -0.08034439384937286, -0.02751481905579567, -0.03741138428449631, 0.06514545530080795, 0.18517844378948212, 0.05940132588148117, 0.0872967392206192, -0.12788183987140656, 0.0010228697210550308, -0.12742552161216736, 0.01381585095077753, -0.043789248913526535, -0.021036487072706223, -0.10590295493602753, -0.03259224817156792, 0.02258921228349209, 0.005347048863768578, 0.12458521127700806, -0.04214872047305107, -0.06572286784648895, -0.034045346081256866, 0.19103828072547913, -0.07173000276088715, -0.11916357278823853, 0.04225427284836769, 0.021561669185757637, 0.06909821182489395, -0.06177939474582672, -0.022807037457823753, -0.02055259421467781, -0.10344766080379486, 0.10007661581039429, -0.03193161264061928, 0.03751897066831589, -0.10512619465589523, -0.001105728093534708, -0.11040438711643219, -0.15260669589042664, 0.07771631330251694, -0.06988734006881714, -0.020895924419164658, -0.04568488895893097, 0.08343967795372009, -0.15309570729732513, 0.07330451905727386, -0.01026878785341978, 0.021905696019530296, -0.05448262393474579, -0.15465837717056274, 0.0041301436722278595, -0.02898341417312622, -0.054517962038517, 0.03912949562072754, 0.04624171555042267, -0.020594250410795212, 0.06541270017623901, -0.0821094885468483, 0.18474534153938293, 0.3547639846801758, -0.12393791228532791, 0.12576261162757874, 0.2149801254272461, -0.03173321112990379, -0.2280569076538086, -0.14118215441703796, -0.20380768179893494, -0.13295385241508484, 0.049241892993450165, -0.13048291206359863, 0.1777982860803604, 0.15457569062709808, -0.12643122673034668, 0.15637275576591492, -0.25771045684814453, -0.0350918173789978, 0.1353265792131424, -0.060010429471731186, 0.41508179903030396, -0.13266852498054504, -0.09910738468170166, -0.12295995652675629, -0.08106900751590729, 0.10961946845054626, -0.09851054847240448, 0.0662371963262558, -0.04844193905591965, 0.04524609446525574, -0.0226446446031332, 0.009378243237733841, 0.23630112409591675, 0.025883007794618607, 0.06733913719654083, -0.05838777869939804, -0.07093637436628342, 0.1609182506799698, -0.056573621928691864, -0.010634729638695717, -0.17022234201431274, -0.0262821763753891, -0.008409932255744934, 0.024441933259367943, -0.053020231425762177, 0.04305863380432129, -0.009701399132609367, -0.07670877873897552, -0.11892993003129959, -0.006979839410632849, -0.05517895519733429, -0.015583273023366928, 0.18426305055618286, 0.06774380803108215, -0.13026516139507294, 0.1419532299041748, -0.1190609335899353, -0.17480424046516418, -0.07439529895782471, -0.08634167909622192, -0.0605231449007988, 0.05244613066315651, -0.27056676149368286, -0.011323085986077785, 0.09334979951381683, -0.006870893761515617, 0.000482507748529315, 0.06617231667041779, -0.07113297283649445, -0.02574891597032547, 0.13272494077682495, 0.02685576304793358, -0.15169507265090942, 0.03669485077261925, 0.13158166408538818, 0.0249745212495327, -0.0438246876001358, 0.004258634522557259, 0.013553868979215622, 0.0016392609104514122, 0.039365414530038834, 0.0469745397567749, -0.0991608202457428, -0.04907730594277382, 0.06669171899557114, 0.023586027324199677, -0.13039112091064453, 0.2089851200580597, 0.051559899002313614, -0.02496236376464367, -0.11244657635688782, 0.12882506847381592, -0.07144635915756226, -0.10438263416290283, 0.0642789751291275, -0.01486763171851635, -0.07632145285606384, -0.0670180395245552, 0.022895777598023415, -0.1592034101486206, 0.0023092562332749367, -0.03306246176362038, 0.11024582386016846, 0.04764459282159805, 0.033026110380887985, -0.0900297462940216, 0.08635540306568146, -0.029246890917420387, -0.11962173879146576, 0.021576179191470146, -0.18030273914337158, -0.20315173268318176, 0.0030005150474607944, 0.06674441695213318, -0.025293294340372086, -0.012300507165491581, -0.06218886375427246, 0.02399550937116146, -0.16877591609954834, 0.11071985960006714, -0.09678566455841064, 0.015436097979545593, 0.031620096415281296, -0.0003196427132934332, -0.056536778807640076, -0.02262144535779953, -0.14122407138347626, -0.04658704623579979, -0.006409451365470886, 0.08487573266029358, -0.005710231140255928, -0.08318733423948288, 0.11432147026062012, -0.006584715563803911, 0.09262844920158386, -0.003957042004913092, -0.004291130229830742, 0.08536280691623688, -0.07529692351818085, -0.10421176999807358, 0.14131006598472595, 0.05856775492429733, 0.01994188502430916, 0.0506172776222229, -0.06654524058103561, 0.021096812561154366, 0.028884897008538246, 0.051108598709106445, -0.056681305170059204, -0.18147675693035126, -0.16486969590187073, -0.013901982456445694, -0.18431735038757324, 0.023900248110294342, -0.16744402050971985, 0.19188407063484192, 0.023241359740495682, 0.14367228746414185, 0.06556028127670288, 0.059111423790454865, -0.06771259009838104, 0.025050947442650795, -0.06063968688249588, -0.11229807883501053, -0.10959122329950333, 0.018139760941267014, -0.079383485019207, -0.012754994444549084, 0.2738366723060608, -0.009499319829046726, -0.15514907240867615, 0.03263205289840698, 0.06630454957485199, 0.047625087201595306, 0.0009369645267724991, 0.39512699842453003, 0.08968625962734222, -0.006513132713735104, -0.04700855165719986, 0.01855725422501564, 0.07303698360919952, -0.0030762841925024986, 0.0654621347784996, 0.142691969871521, 0.04760739579796791, 0.059640608727931976, 0.051563531160354614, 0.011994820088148117, -0.05625734478235245, 0.048141926527023315, 0.11165545880794525, 0.07859919220209122, 0.020271485671401024, 0.014139508828520775, 0.11422105133533478, -0.036443594843149185, 0.0012969095259904861, -0.08829627931118011, 0.010971124283969402, -0.12743017077445984, -0.07273485511541367, -0.06355156004428864, -0.13517597317695618, 0.020252052694559097, 0.00021400477271527052, -0.0361199751496315, 0.18334804475307465, -0.001835227943956852, -0.03880142793059349, -0.0825473889708519, -0.146549254655838, -0.01545773632824421, -0.013032198883593082, -0.019473083317279816, -0.10396541655063629, -0.009628096595406532, -0.03731808066368103, -0.05283362790942192, -0.0787840336561203, -0.0796026736497879, 0.028581546619534492, -0.04179665073752403, -0.00545159075409174, -0.1355663388967514, -0.044461771845817566, -0.06344816088676453, -0.02565305307507515, 0.021394118666648865, 0.16065414249897003, 0.02674786001443863, -0.023064378648996353, 0.07518690824508667, 0.1117042750120163, -0.03417994827032089, -0.17155998945236206, -0.02140514925122261, 0.08517216145992279, -0.09326299279928207, 0.040250953286886215, -0.05312008038163185, -0.052924394607543945, -0.0968012884259224, 0.153382807970047, 0.22776715457439423, -0.03834614157676697, -0.010575588792562485, -0.04402684420347214, -0.01021434273570776, -0.038691066205501556, 0.134938582777977, 0.032056137919425964, 0.09541672468185425, -0.04890243336558342, 0.016080914065241814, -0.01652083359658718, -0.010265383869409561, -0.2149142324924469, 0.04078983515501022, 0.03953387960791588, -0.06882824748754501, -0.07917175441980362, 0.10257142037153244, -0.09371720254421234, 0.22837641835212708, 0.14709189534187317, -0.10127796232700348, -0.028854142874479294, -0.014585900120437145, 0.09166724979877472, 0.059057824313640594, 0.09381118416786194, -0.10108203440904617, -0.07144293934106827, -0.05099339783191681, -0.03672967106103897, -0.32842016220092773, -0.11865413188934326, 0.09298526495695114, 0.04233229160308838, 0.2917368412017822, -0.008922458626329899, 0.019803795963525772, 0.0851476639509201, 0.05154278874397278, -0.15771736204624176, 0.11682742834091187, 0.020808732137084007, 0.06408263742923737, -0.07549388706684113, -0.11705540120601654, -0.06429647654294968, -0.09714727103710175, 0.06836672872304916, -0.014480754733085632, -0.05806086212396622, 0.1981244832277298, -0.006966216489672661, -0.10451170057058334, 0.008628814481198788, -0.1044902354478836, 0.02680915594100952, -0.04044787585735321, -0.05674172565340996, -0.10457322001457214, -0.01457720436155796, -0.004397102631628513, 0.05987975001335144, -0.1905716359615326, -0.0931771844625473, 0.17130914330482483, 0.008097498677670956, 0.1385912299156189, -0.004564845468848944, -0.10717815905809402, -0.036279864609241486, -0.10715411603450775, 0.05415940284729004, -0.09193728864192963, 0.015619425103068352, 0.09963524341583252, -0.029258348047733307, 0.015580108389258385, -0.1774735152721405, -0.020054759457707405, -0.015521944500505924, -0.04037058353424072, -0.10855288803577423 ]
8ed9dc0b035d9dd84bd2b1c48997f056e66f3cfc
# Dataset Card for "github-issues" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
omontalbano/github-issues
[ "region:us" ]
2023-03-20T20:30:11+00:00
{"dataset_info": {"features": [{"name": "url", "dtype": "string"}, {"name": "repository_url", "dtype": "string"}, {"name": "labels_url", "dtype": "string"}, {"name": "comments_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "node_id", "dtype": "string"}, {"name": "number", "dtype": "int64"}, {"name": "title", "dtype": "string"}, {"name": "user", "struct": [{"name": "login", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "node_id", "dtype": "string"}, {"name": "avatar_url", "dtype": "string"}, {"name": "gravatar_id", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "followers_url", "dtype": "string"}, {"name": "following_url", "dtype": "string"}, {"name": "gists_url", "dtype": "string"}, {"name": "starred_url", "dtype": "string"}, {"name": "subscriptions_url", "dtype": "string"}, {"name": "organizations_url", "dtype": "string"}, {"name": "repos_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "received_events_url", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "site_admin", "dtype": "bool"}]}, {"name": "labels", "list": [{"name": "id", "dtype": "int64"}, {"name": "node_id", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "name", "dtype": "string"}, {"name": "color", "dtype": "string"}, {"name": "default", "dtype": "bool"}, {"name": "description", "dtype": "string"}]}, {"name": "state", "dtype": "string"}, {"name": "locked", "dtype": "bool"}, {"name": "assignee", "dtype": "null"}, {"name": "assignees", "sequence": "null"}, {"name": "milestone", "dtype": "null"}, {"name": "comments", "sequence": "string"}, {"name": "created_at", "dtype": "timestamp[s]"}, {"name": "updated_at", "dtype": "timestamp[s]"}, {"name": "closed_at", "dtype": "timestamp[s]"}, {"name": "author_association", "dtype": "string"}, {"name": "active_lock_reason", "dtype": "null"}, {"name": "draft", "dtype": "bool"}, {"name": "pull_request", "struct": [{"name": "url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "diff_url", "dtype": "string"}, {"name": "patch_url", "dtype": "string"}, {"name": "merged_at", "dtype": "timestamp[s]"}]}, {"name": "body", "dtype": "string"}, {"name": "reactions", "struct": [{"name": "url", "dtype": "string"}, {"name": "total_count", "dtype": "int64"}, {"name": "+1", "dtype": "int64"}, {"name": "-1", "dtype": "int64"}, {"name": "laugh", "dtype": "int64"}, {"name": "hooray", "dtype": "int64"}, {"name": "confused", "dtype": "int64"}, {"name": "heart", "dtype": "int64"}, {"name": "rocket", "dtype": "int64"}, {"name": "eyes", "dtype": "int64"}]}, {"name": "timeline_url", "dtype": "string"}, {"name": "performed_via_github_app", "dtype": "null"}, {"name": "state_reason", "dtype": "string"}, {"name": "is_pull_request", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 235272, "num_examples": 100}], "download_size": 112192, "dataset_size": 235272}}
2023-03-20T21:18:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for "github-issues" More Information needed
[ "# Dataset Card for \"github-issues\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"github-issues\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"github-issues\"\n\nMore Information needed" ]
[ -0.04456455260515213, 0.10720828920602798, -0.0035168046597391367, 0.012235757894814014, 0.10087964683771133, 0.06670667231082916, 0.1792406141757965, 0.09757540374994278, 0.20747707784175873, -0.02283170074224472, 0.14676304161548615, 0.005473306402564049, 0.07758862525224686, 0.19035428762435913, -0.01854356937110424, -0.08836742490530014, 0.03859681636095047, 0.00040722766425460577, 0.06908252090215683, 0.03711165487766266, 0.055695079267024994, -0.04545682296156883, 0.0643443614244461, -0.10019956529140472, -0.18602290749549866, 0.0546320341527462, 0.003838534466922283, -0.05179975554347038, 0.10712892562150955, -0.06452040374279022, 0.12136606127023697, 0.003088659606873989, -0.02234387956559658, -0.1572355329990387, 0.04890795797109604, 0.05792088806629181, -0.03001207299530506, 0.06150703504681587, -0.04047991707921028, -0.11020820587873459, -0.1280764639377594, -0.03712444379925728, -0.021422460675239563, -0.039985541254282, -0.10102865099906921, -0.05963093787431717, -0.14244621992111206, 0.026172161102294922, -0.03477301448583603, 0.0048737963661551476, 0.04308965802192688, 0.10058143734931946, -0.11510325223207474, 0.014054672792553902, 0.23059871792793274, -0.023509256541728973, 0.032549262046813965, 0.22640515863895416, 0.028545735403895378, 0.1556960940361023, -0.035668861120939255, 0.08867035061120987, 0.07411816716194153, -0.004988016560673714, -0.0978952944278717, -0.01820998638868332, -0.20189443230628967, 0.09436041116714478, -0.003030124818906188, -0.11275658756494522, 0.2663123607635498, 0.011174491606652737, 0.00030662567587569356, 0.032524172216653824, -0.009882637299597263, 0.011456465348601341, 0.06629569828510284, 0.10127755999565125, -0.018697328865528107, 0.05243927985429764, -0.023899922147393227, -0.12513934075832367, -0.09415171295404434, -0.08959630876779556, -0.09737882763147354, 0.08295896649360657, -0.039311762899160385, 0.18077422678470612, -0.17363815009593964, -0.022737696766853333, -0.10317694395780563, -0.04794766753911972, -0.015984417870640755, -0.06763240694999695, 0.019825927913188934, -0.031061163172125816, 0.021220212802290916, 0.1072322428226471, 0.20586134493350983, 0.14244882762432098, -0.05855947360396385, -0.007084649056196213, -0.08338423073291779, 0.09682454913854599, 0.24808074533939362, -0.05236399546265602, -0.08674529194831848, 0.06982721388339996, 0.08986582607030869, -0.10625017434358597, -0.05104358494281769, -0.09824524074792862, -0.11724195629358292, 0.03506215661764145, -0.07791220396757126, 0.1327519416809082, 0.06064823269844055, -0.13448280096054077, -0.012720439583063126, -0.022507239133119583, 0.10089553892612457, -0.048741456121206284, 0.004389442969113588, -0.038134779781103134, -0.05229790508747101, -0.10624779760837555, -0.12424574047327042, 0.018224846571683884, 0.030470428988337517, 0.05281350016593933, -0.10757860541343689, -0.04469134658575058, 0.011292871087789536, 0.0019509511766955256, 0.09868810325860977, -0.2650204002857208, 0.0907413586974144, -0.052651215344667435, -0.2305678427219391, 0.024612803012132645, 0.03807145729660988, -0.04086962714791298, 0.12232738733291626, 0.1041140928864479, 0.0801798403263092, -0.03449510410428047, -0.07563143223524094, 0.007138167507946491, -0.08142878860235214, 0.025659136474132538, -0.07225649803876877, 0.01308719627559185, -0.20014220476150513, 0.006244920659810305, -0.09882282465696335, 0.025913238525390625, -0.13086768984794617, -0.004026064183562994, -0.16460062563419342, 0.13789090514183044, -0.07701176404953003, 0.04925181344151497, 0.01836351305246353, 0.007853126153349876, 0.028448093682527542, 0.06602194905281067, -0.0010139489313587546, -0.05928358435630798, 0.10567109286785126, -0.11588183045387268, -0.1458926647901535, 0.058406762778759, -0.01724831759929657, 0.011350210756063461, 0.03428283706307411, 0.337826132774353, 0.0053419917821884155, -0.10090925544500351, -0.06679177284240723, 0.14134998619556427, -0.12145351618528366, -0.1640760451555252, -0.0035269130021333694, -0.036511197686195374, -0.08019931614398956, -0.03149595856666565, 0.10720440000295639, 0.031682368367910385, -0.08975273370742798, -0.04762798920273781, -0.047215536236763, -0.11647497862577438, -0.1069227010011673, 0.00981221254914999, 0.020519249141216278, 0.019443105906248093, 0.13480964303016663, -0.04019419103860855, 0.052884891629219055, 0.03462253883481026, 0.0010172795737162232, -0.008412561379373074, 0.1036030575633049, -0.0662897601723671, 0.006192403845489025, -0.09542626142501831, -0.16394871473312378, 0.03159518912434578, -0.028160447254776955, 0.05558427423238754, -0.07073883712291718, 0.07007672637701035, -0.06428620219230652, -0.019751010462641716, 0.0680232122540474, 0.07375703006982803, 0.04970318824052811, 0.029628705233335495, -0.05779362842440605, 0.05822191387414932, -0.07779765129089355, -0.03474001958966255, 0.056355658918619156, -0.04866928979754448, 0.18207739293575287, 0.10163967311382294, 0.023697633296251297, -0.07305105030536652, 0.07259628921747208, -0.05428421124815941, -0.0021687233820557594, -0.09898628294467926, -0.04392709210515022, -0.0561545267701149, -0.013251601718366146, 0.026309533044695854, 0.11246357858181, 0.16516299545764923, 0.13115331530570984, 0.06614300608634949, 0.05233532935380936, -0.06717873364686966, 0.0023591292556375265, 0.024631531909108162, -0.09698560833930969, 0.008824317716062069, -0.10423948615789413, -0.02828250452876091, -0.05237601697444916, -0.03231969103217125, 0.06175573170185089, 0.04360247775912285, -0.030261186882853508, -0.07208842039108276, -0.008300501853227615, 0.1698809564113617, -0.19014354050159454, 0.1560574173927307, 0.06473346054553986, 0.11125919967889786, 0.21372589468955994, -0.040473874658346176, -0.03324629366397858, 0.010544013231992722, -0.07237855345010757, -0.06437621265649796, 0.23724494874477386, -0.11898906528949738, -0.021571459248661995, 0.06237848103046417, 0.007185177877545357, 0.09845433384180069, -0.09673061966896057, -0.10846155136823654, -0.06318151205778122, -0.02226145751774311, -0.14491122961044312, -0.009008841589093208, -0.010683182626962662, 0.05420379340648651, 0.08172771334648132, 0.03765913099050522, 0.11706604063510895, 0.017560100182890892, -0.023739837110042572, 0.11849433928728104, -0.17885570228099823, -0.2717120051383972, -0.0029229926876723766, -0.0872967317700386, -0.015601890161633492, 0.036033496260643005, -0.048250459134578705, -0.1949441283941269, -0.029851799830794334, 0.08255870640277863, 0.043321456760168076, -0.12111587822437286, 0.007333126850426197, 0.01831735298037529, 0.03067011758685112, -0.14663325250148773, -0.10555130243301392, -0.004881585948169231, -0.03050590120255947, 0.007594696246087551, 0.10174562782049179, -0.11259216070175171, 0.1029367446899414, 0.07572755962610245, 0.0403616726398468, 0.10976375639438629, -0.07169549912214279, 0.16667842864990234, -0.14053939282894135, 0.010806150734424591, 0.11577711254358292, 0.02645529992878437, -0.006566515192389488, 0.09240152686834335, 0.04649639502167702, -0.1418977975845337, 0.0018287316197529435, -0.023786798119544983, -0.16501981019973755, -0.24610260128974915, -0.09264126420021057, -0.07399006932973862, 0.1697678416967392, 0.05163511633872986, 0.08735902607440948, 0.03081865794956684, 0.10088961571455002, 0.06837008893489838, -0.018506599590182304, -0.10289797186851501, -0.004632205702364445, -0.17867976427078247, -0.06806681305170059, -0.03620588406920433, -0.06003395467996597, 0.02950206585228443, 0.18977206945419312, 0.23199965059757233, 0.23498180508613586, 0.09102269262075424, 0.1171860322356224, 0.06052660569548607, 0.1633969098329544, 0.10563714802265167, 0.094009630382061, 0.05388141795992851, -0.030364589765667915, 0.0478711798787117, 0.031533241271972656, -0.08320791274309158, 0.003930940758436918, 0.08573909848928452, -0.24798908829689026, 0.10323366522789001, -0.14288198947906494, 0.05117131397128105, -0.019982460886240005, 0.09122003614902496, -0.08572417497634888, 0.05063566192984581, 0.027972649782896042, 0.07039326429367065, -0.09307356178760529, 0.06635237485170364, 0.09352327138185501, -0.07244638353586197, 0.04405452683568001, 0.02922826074063778, 0.06695809215307236, -0.16292430460453033, -0.03984550014138222, -0.132749542593956, -0.04744935408234596, -0.09289362281560898, 0.11904742568731308, -0.18903900682926178, 0.19406527280807495, 0.04520053789019585, -0.07887972891330719, -0.14686529338359833, -0.055128779262304306, -0.01455725822597742, 0.07740449905395508, 0.08901936560869217, 0.07838628441095352, -0.09588108211755753, -0.10103968530893326, -0.04927530139684677, 0.05340784043073654, 0.12195996940135956, -0.0678451731801033, -0.1278086006641388, 0.0635794997215271, 0.043067626655101776, -0.06508206576108932, -0.1941186934709549, -0.11376751214265823, -0.07755142450332642, 0.02155851386487484, 0.040303781628608704, -0.01367212925106287, -0.03600233048200607, 0.04815670847892761, 0.0961114689707756, 0.11914689838886261, 0.11072582006454468, -0.05938180908560753, -0.11478179693222046, 0.0722980797290802, 0.1185942143201828, 0.0023575432132929564, 0.023113379254937172, 0.002013893099501729, -0.006214997731149197, -0.09411286562681198, -0.16495472192764282, 0.09577447175979614, -0.12007438391447067, 0.0648689717054367, -0.06684747338294983, 0.07828060537576675, 0.044992510229349136, -0.03073292225599289, 0.0010993867181241512, -0.010617746971547604, -0.05826236307621002, -0.08864013850688934, 0.16084548830986023, -0.08136487007141113, 0.07715995609760284, 0.3006137013435364, 0.13806413114070892, 0.011871840804815292, 0.0660075768828392, -0.1232808530330658, 0.11805284768342972, 0.04242901876568794, -0.00909597147256136, 0.13608208298683167, 0.24340204894542694, -0.006548809353262186, -0.24029229581356049, 0.042465392500162125, -0.16515609622001648, -0.08293765783309937, -0.05161892995238304, -0.29079875349998474, 0.10921314358711243, 0.08676765114068985, -0.07374534755945206, 0.27135753631591797, -0.005415375344455242, -0.01419434230774641, 0.13168196380138397, -0.04759739711880684, 0.3586364984512329, -0.11608478426933289, -0.08032434433698654, -0.08073978126049042, -0.13448448479175568, 0.2435886561870575, -0.15192915499210358, 0.03559061884880066, 0.019789690151810646, 0.12377038598060608, -0.028960416093468666, -0.06804382055997849, 0.140109121799469, 0.07313660532236099, 0.015317939221858978, -0.059823568910360336, -0.08298929035663605, 0.13629505038261414, -0.044347744435071945, 0.006883075460791588, 0.037646714597940445, 0.046156980097293854, -0.1469920128583908, 0.0003819453704636544, -0.004231959581375122, 0.08207117021083832, 0.07461805641651154, -0.14295531809329987, -0.17175652086734772, 0.041534002870321274, -0.18192356824874878, 0.020951952785253525, 0.21973128616809845, 0.03877446427941322, 0.013260960578918457, 0.08741508424282074, -0.06928277760744095, -0.22748932242393494, 0.08054191619157791, -0.004434685688465834, -0.10054374486207962, 0.1061592847108841, -0.24281074106693268, 0.00883935485035181, 0.05262160673737526, 0.02428864687681198, 0.07952705025672913, 0.0053480458445847034, -0.09712474048137665, -0.0002212101244367659, 0.12832622230052948, -0.14895525574684143, 0.003879859112203121, 0.07035205513238907, -0.1269095093011856, 0.07193544507026672, 0.09805356711149216, 0.13337618112564087, 0.07487791776657104, -0.0589272603392601, -0.041635166853666306, 0.1085159108042717, -0.07718539237976074, 0.06250934302806854, 0.10899602621793747, 0.02175435796380043, -0.18303148448467255, 0.19453145563602448, 0.08816210925579071, -0.04021488130092621, 0.017851971089839935, -0.011865489184856415, -0.09042523056268692, -0.07139446586370468, -0.09985977411270142, 0.0753481388092041, -0.1260674148797989, -0.08803381770849228, 0.009973548352718353, -0.05989355221390724, -0.010468577034771442, 0.060465436428785324, -0.007447764743119478, 0.08882403373718262, 0.060712411999702454, 0.039642807096242905, -0.04149460792541504, -0.09401112794876099, -0.12046326696872711, 0.032007232308387756, -0.09058008342981339, -0.24741065502166748, -0.014572336338460445, 0.1816682070493698, -0.05335986614227295, -0.039844561368227005, -0.18871840834617615, 0.07059605419635773, -0.1754773110151291, 0.0012922846945002675, 0.008409189991652966, -0.018685130402445793, 0.0024797385558485985, -0.07685893774032593, 0.019688859581947327, -0.00901886448264122, -0.09488888829946518, 0.09587910771369934, 0.024071870371699333, 0.03554653748869896, -0.13731521368026733, -0.0025728868786245584, 0.12629657983779907, 0.024946434423327446, 0.22396515309810638, 0.14437367022037506, 0.04549340158700943, 0.07317599654197693, -0.10658619552850723, -0.075501948595047, 0.05439385399222374, 0.03606231138110161, 0.06994108110666275, 0.09101126343011856, -0.011697517707943916, 0.01684281975030899, -0.0194291602820158, 0.055407460778951645, -0.014176913537085056, -0.07505746185779572, -0.02284463681280613, -0.05003572627902031, -0.0397079735994339, 0.03531871736049652, -0.026267332956194878, 0.21906189620494843, -0.014786886982619762, -0.0656430646777153, 0.08503249287605286, 0.01742652617394924, -0.03187701106071472, -0.04285115376114845, -0.01682167872786522, -0.11937390267848969, 0.043281737715005875, 0.04788906127214432, 0.029496807605028152, -0.05177341401576996, 0.45398372411727905, 0.05743265151977539, -0.12394767999649048, -0.017162561416625977, 0.21371664106845856, 0.016714679077267647, -0.002444382756948471, 0.13814930617809296, 0.0368598997592926, -0.03111967258155346, -0.16436277329921722, 0.023045387119054794, 0.05069880560040474, -0.10050661861896515, 0.046393003314733505, -0.017120707780122757, 0.11087565124034882, -0.09980127215385437, 0.12163369357585907, -0.08793950825929642, 0.04435472562909126, -0.04464774578809738, -0.02512812614440918, 0.03153280168771744, 0.032768312841653824, -0.22013546526432037, 0.08083022385835648, -0.014128945767879486, 0.03964221850037575, -0.03449776768684387, -0.06831014901399612, -0.043177708983421326, -0.09291311353445053, -0.0019027924863621593, -0.17973312735557556, 0.07844296097755432, -0.10798460245132446, 0.022139690816402435, 0.276714026927948, 0.0728849470615387, 0.02399447187781334, 0.08186667412519455, 0.052887093275785446, 0.03633851185441017, 0.028600025922060013, 0.040745459496974945, -0.05914468318223953, 0.034701719880104065, -0.11702197790145874, 0.024274593219161034, -0.003123409813269973, 0.023027941584587097, -0.02143475040793419, 0.045730095356702805, 0.02916797623038292, -0.09414918720722198, -0.02774958126246929, -0.10410472750663757, 0.05630006268620491, -0.14677123725414276, 0.1449466347694397, -0.023411612957715988, 0.056216564029455185, 0.08430452644824982, 0.24099743366241455, 0.004317655693739653, 0.03151063993573189, -0.053209561854600906, 0.027481911703944206, -0.109595887362957, 0.06439092010259628, -0.00008093834185274318, -0.07144332677125931, -0.062156014144420624, 0.1945093274116516, 0.2698696553707123, -0.043116889894008636, -0.004309290088713169, 0.007886160165071487, 0.019791075959801674, 0.04729585349559784, 0.15301936864852905, 0.04400928318500519, 0.07763795554637909, 0.02756156027317047, -0.02396787889301777, 0.06517541408538818, -0.08719781786203384, -0.06986581534147263, 0.014619334600865841, 0.0924602523446083, -0.011617183685302734, -0.09546741843223572, 0.13973912596702576, -0.19308823347091675, -0.1412484496831894, 0.0751303881406784, -0.15632431209087372, -0.08721126616001129, -0.024113796651363373, 0.1057845801115036, -0.029609382152557373, 0.03842722997069359, -0.05115699768066406, -0.009414439089596272, -0.11383973807096481, 0.002318346407264471, -0.3013541102409363, -0.203266903758049, 0.10226167738437653, -0.06984183192253113, 0.12746238708496094, -0.07494723051786423, 0.041061703115701675, 0.03297171741724014, -0.013183098286390305, -0.11975982785224915, -0.007441810332238674, -0.0023145610466599464, 0.015608136542141438, -0.11880647391080856, 0.07524135708808899, -0.07402031123638153, -0.09873850643634796, 0.07083955407142639, -0.06090620160102844, -0.10584753751754761, 0.16279758512973785, 0.0921466276049614, -0.08117467910051346, 0.006080663297325373, -0.11357355117797852, 0.10274959355592728, -0.03206805884838104, -0.04965077340602875, 0.034228865057229996, -0.029289398342370987, 0.10020674765110016, 0.03741536661982536, -0.08475150167942047, -0.08560525625944138, 0.008818848058581352, -0.0850612074136734, 0.10634827613830566, -0.013782667927443981, -0.06844992935657501, 0.10715515166521072, -0.037368789315223694, 0.06569492071866989, -0.05358439311385155, 0.051936808973550797, 0.17198829352855682, 0.06046605110168457, -0.01945943757891655, -0.028617296367883682, 0.05184637010097504, -0.07110200822353363, -0.03424116224050522, -0.0800638422369957 ]
8c9efade154037b286a0812b4ce40a5bf92bd39e
# Dataset Card for "patched_test_p_40_f_UCH_m1_predictions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
roa7n/patched_test_p_40_f_UCH_m1_predictions
[ "region:us" ]
2023-03-20T20:41:06+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sequence_str", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "m1_preds", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 50671867, "num_examples": 114052}], "download_size": 4695593, "dataset_size": 50671867}}
2023-03-20T20:41:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "patched_test_p_40_f_UCH_m1_predictions" More Information needed
[ "# Dataset Card for \"patched_test_p_40_f_UCH_m1_predictions\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"patched_test_p_40_f_UCH_m1_predictions\"\n\nMore Information needed" ]
[ 6, 29 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"patched_test_p_40_f_UCH_m1_predictions\"\n\nMore Information needed" ]
[ -0.19733768701553345, 0.04610074311494827, -0.0016768815694376826, -0.0030705640092492104, 0.03812428191304207, 0.04862736538052559, 0.06031421571969986, 0.10119491815567017, 0.17827458679676056, 0.012194414623081684, 0.18079550564289093, 0.06256091594696045, 0.015167927369475365, 0.23443207144737244, -0.06595679372549057, -0.014531997963786125, -0.008426353335380554, 0.009985585696995258, -0.0411534383893013, 0.15181514620780945, 0.023171084001660347, -0.08629363775253296, 0.09169590473175049, -0.03147857263684273, -0.16753186285495758, 0.059087589383125305, 0.00199540494941175, -0.05593573674559593, 0.01155941653996706, -0.11628108471632004, 0.146378293633461, 0.013906316831707954, -0.003140619955956936, -0.061868827790021896, 0.006590479519218206, -0.023597048595547676, -0.021759523078799248, 0.03205442056059837, 0.11300323903560638, -0.0509410984814167, -0.06832652539014816, 0.05320848524570465, 0.007553919218480587, 0.020463382825255394, -0.1245322972536087, -0.18681350350379944, -0.1405961513519287, -0.07013557851314545, 0.02361479215323925, 0.025017984211444855, 0.01136061642318964, 0.28805211186408997, -0.18498742580413818, 0.02360635995864868, 0.095146045088768, -0.08962242305278778, 0.09186916798353195, 0.12110169976949692, -0.035232000052928925, 0.06045244261622429, 0.0076026008464396, 0.003389278193935752, 0.10069476813077927, 0.028112974017858505, -0.11136762797832489, -0.004886505659669638, 0.07411282509565353, 0.11153463274240494, -0.12529030442237854, -0.12678007781505585, 0.33691659569740295, -0.005350908264517784, -0.04724053665995598, -0.020652931183576584, -0.013301719911396503, -0.10750730335712433, 0.02667122706770897, 0.009038443677127361, 0.01975596696138382, -0.05840720236301422, 0.029266925528645515, 0.1423022449016571, -0.07597076892852783, -0.17357568442821503, -0.1580067127943039, 0.1394631713628769, -0.01811641827225685, 0.1343509405851364, -0.15881091356277466, 0.06348270922899246, -0.08172783255577087, -0.05243406444787979, -0.010935376398265362, -0.09645330905914307, -0.02976386621594429, -0.03447015583515167, -0.09516250342130661, -0.09947049617767334, 0.10121200978755951, 0.042028818279504776, -0.058892905712127686, 0.05666755512356758, 0.02951074205338955, 0.04514145106077194, 0.12923423945903778, -0.020217623561620712, -0.08165264129638672, 0.040724847465753555, -0.04223122447729111, -0.037999287247657776, -0.05498742312192917, -0.039012882858514786, 0.00619488675147295, -0.055291548371315, 0.06169543042778969, 0.08088715374469757, -0.06898706406354904, -0.07264669239521027, -0.06761118024587631, -0.06252986937761307, 0.10530640184879303, -0.10996492952108383, -0.06197318807244301, 0.07830934971570969, -0.15666532516479492, -0.026385702192783356, -0.08106481283903122, -0.012481254525482655, 0.05967244133353233, -0.03894908353686333, -0.06297622621059418, -0.031644001603126526, -0.106020487844944, -0.049054358154535294, 0.035336319357156754, -0.03308463841676712, 0.047069989144802094, -0.07174226641654968, -0.25647541880607605, -0.034605856984853745, -0.06146198511123657, -0.027772802859544754, 0.15400761365890503, 0.03223910927772522, 0.05941087752580643, -0.04001327604055405, 0.003625453682616353, 0.15598280727863312, -0.06903938204050064, 0.08195352554321289, 0.06112228333950043, 0.030344858765602112, -0.018777811899781227, 0.018566258251667023, -0.10059471428394318, 0.026671839877963066, -0.14858876168727875, 0.005256158299744129, -0.13258245587348938, 0.07654310762882233, -0.05686384066939354, -0.0647745132446289, -0.04676143079996109, 0.0122316749766469, 0.007834636606276035, 0.14396780729293823, -0.17120279371738434, -0.014003701508045197, 0.07651176303625107, -0.12279058247804642, -0.1606486439704895, -0.003251852933317423, -0.008806893602013588, -0.059407174587249756, -0.0030082762241363525, 0.32259517908096313, 0.07424475252628326, -0.06840625405311584, 0.08592277765274048, 0.09424276649951935, -0.12913314998149872, -0.25083068013191223, 0.17201709747314453, -0.03145407885313034, -0.28854772448539734, 0.052057817578315735, 0.07390156388282776, -0.020658066496253014, -0.07104097306728363, -0.05671539530158043, -0.013654143549501896, -0.13071811199188232, 0.04110202193260193, 0.0005618291907012463, 0.06460271775722504, -0.103836789727211, 0.08422455191612244, -0.09820648282766342, 0.1361798644065857, 0.032106898725032806, -0.061873409897089005, -0.0531684011220932, 0.20631350576877594, -0.1368187814950943, -0.07484155893325806, -0.1922435164451599, -0.04010877385735512, 0.040910329669713974, -0.0720435157418251, -0.03229624778032303, 0.005290330853313208, 0.09502007067203522, -0.03755620867013931, 0.05774276703596115, 0.023564938455820084, 0.08282414823770523, 0.01865476369857788, -0.07019887864589691, 0.013478715904057026, 0.017166858538985252, -0.08282522112131119, -0.03872275352478027, -0.07239643484354019, -0.08539632707834244, 0.06963257491588593, 0.028666125610470772, -0.005368940997868776, -0.014020283706486225, 0.14769592881202698, -0.03282606974244118, 0.0478762648999691, -0.016414804384112358, 0.03956667333841324, -0.06674551218748093, -0.018193166702985764, 0.030913572758436203, -0.05839027464389801, 0.2066802978515625, 0.10499225556850433, -0.032990504056215286, -0.02342902682721615, -0.1041063517332077, -0.060894668102264404, 0.010964433662593365, -0.040280796587467194, 0.031829144805669785, -0.04264374077320099, -0.06145878881216049, 0.032151274383068085, -0.07730762660503387, -0.022425834089517593, 0.042507436126470566, -0.01978362910449505, -0.07490561157464981, 0.1398734748363495, 0.02087422087788582, -0.10819494724273682, 0.10240195691585541, 0.1865260899066925, 0.05635116621851921, 0.06957196444272995, -0.1149384081363678, -0.15004901587963104, -0.0022680163383483887, -0.008054409176111221, -0.07605984807014465, 0.17102859914302826, -0.046774089336395264, 0.07992043346166611, 0.12074778974056244, 0.01988164894282818, 0.10392560809850693, -0.11486412584781647, -0.12927719950675964, -0.0146842235699296, 0.02702220343053341, -0.2667963206768036, 0.04246366769075394, 0.026167193427681923, 0.1223849281668663, -0.02858218178153038, -0.023010190576314926, 0.09788712114095688, -0.03895513340830803, -0.11185582727193832, 0.18249118328094482, -0.1137101799249649, -0.18965372443199158, -0.02017899975180626, -0.011081050150096416, 0.02291659452021122, -0.023223700001835823, -0.0503377728164196, -0.1563306748867035, -0.021051427349448204, -0.0622820183634758, -0.055267173796892166, -0.12690035998821259, 0.01209762692451477, -0.03596331551671028, -0.005052674096077681, 0.02646508812904358, -0.06808497756719589, 0.01360167097300291, -0.08102913945913315, 0.15063758194446564, 0.13708165287971497, -0.08305791020393372, 0.1016036793589592, 0.12596547603607178, -0.012429477646946907, 0.12983718514442444, -0.015047252178192139, 0.1677064746618271, -0.003127580275759101, -0.13511154055595398, 0.13588929176330566, 0.0361359603703022, -0.02656926028430462, 0.0018721261294558644, 0.04307062551379204, -0.1492442488670349, -0.0032082758843898773, -0.08357648551464081, -0.08914826810359955, -0.23228566348552704, -0.1201649084687233, -0.0065045845694839954, 0.013680308125913143, 0.03531184047460556, 0.008639982901513577, -0.053433675318956375, 0.11404840648174286, 0.1328352689743042, -0.09407664835453033, -0.2298082411289215, -0.09098903089761734, -0.060242850333452225, -0.010587255470454693, -0.010588104836642742, -0.11422412842512131, -0.002991633489727974, 0.12879237532615662, 0.1069323942065239, 0.14428558945655823, 0.009274914860725403, 0.029405789449810982, 0.07118068635463715, 0.1918659210205078, 0.08518503606319427, 0.12226284295320511, 0.07566352188587189, -0.025298262014985085, 0.020828189328312874, -0.04604251682758331, -0.04788258299231529, -0.03543144464492798, 0.13355077803134918, -0.06616396456956863, -0.093771792948246, -0.18657715618610382, -0.007767039351165295, -0.14278118312358856, 0.11399093270301819, -0.3063674867153168, 0.07083688676357269, -0.022115131840109825, 0.11389781534671783, -0.022972233593463898, 0.12979106605052948, 0.01253267377614975, -0.080966055393219, 0.07418058067560196, -0.01185107883065939, 0.04100211337208748, 0.026681307703256607, 0.002413551788777113, -0.04252278432250023, 0.0029466880951076746, -0.058826103806495667, 0.14455069601535797, -0.23134610056877136, 0.2003801316022873, 0.011751918122172356, -0.041633956134319305, -0.08222929388284683, -0.09083978086709976, 0.02083526737987995, -0.036712732166051865, 0.17470704019069672, -0.013272218406200409, -0.09552109241485596, -0.22171539068222046, -0.12252186238765717, -0.010464212857186794, 0.04440493509173393, 0.015393970534205437, -0.034377098083496094, 0.08574298024177551, 0.01832110434770584, -0.030363844707608223, -0.1765783578157425, -0.10637949407100677, 0.07192517817020416, 0.0000691070017637685, -0.03806935250759125, -0.17779934406280518, -0.014019160531461239, -0.046573664993047714, -0.1159563660621643, -0.11307195574045181, 0.08589337021112442, -0.053706951439380646, -0.1391904503107071, 0.03949505835771561, 0.16412200033664703, -0.02769613265991211, -0.06855534762144089, 0.05072605982422829, 0.01649070903658867, 0.04139118269085884, -0.17113804817199707, 0.09261716157197952, -0.09481751918792725, 0.0001611954066902399, -0.05399945378303528, 0.15340159833431244, 0.05281274765729904, 0.050234850496053696, -0.01717892289161682, -0.0002368344721617177, -0.07256222516298294, -0.08062241971492767, 0.15804307162761688, -0.1241658627986908, 0.15931148827075958, 0.19511336088180542, 0.08693414181470871, 0.12519285082817078, 0.025162769481539726, 0.03970347344875336, 0.17297814786434174, 0.058546312153339386, 0.00036245814408175647, 0.13471336662769318, 0.1512480527162552, 0.019424596801400185, -0.23981812596321106, 0.03494242578744888, -0.044016823172569275, 0.025204366073012352, 0.09533856064081192, -0.12103218585252762, 0.1199386790394783, 0.1260065734386444, -0.025066182017326355, 0.2531808018684387, -0.23110859096050262, -0.040536779910326004, 0.2548769414424896, 0.14392586052417755, 0.24034495651721954, -0.10743152350187302, -0.08055215328931808, 0.03857262432575226, -0.037848856300115585, 0.11233307421207428, -0.06618259847164154, 0.038844846189022064, -0.07653811573982239, 0.15529215335845947, 0.05382223799824715, -0.1082039400935173, 0.17617426812648773, 0.0584254264831543, 0.07910006493330002, -0.03581751510500908, 0.00019685122242663056, -0.009822017513215542, -0.011154863983392715, 0.0892200693488121, 0.04412546753883362, 0.09787935763597488, -0.24514895677566528, -0.023114977404475212, -0.0057597290724515915, 0.03387454152107239, 0.04149952903389931, -0.04068312421441078, -0.06554006040096283, 0.009636994451284409, -0.11301492899656296, -0.08204103261232376, 0.00910187978297472, -0.0007764834444969893, 0.017200641334056854, 0.09108337759971619, 0.0404839850962162, -0.02368801459670067, -0.10833769291639328, -0.013097173534333706, -0.026896506547927856, 0.06124737486243248, -0.1756376326084137, -0.0005276052397675812, 0.14958500862121582, 0.07268332690000534, 0.0019267469178885221, 0.046187594532966614, -0.0911654457449913, -0.004619101528078318, 0.08581738919019699, -0.13430407643318176, 0.05036687105894089, -0.019618216902017593, -0.07329367101192474, 0.005437887739390135, 0.03135448321700096, -0.008004138246178627, 0.02428390644490719, 0.0069744219072163105, -0.0732421725988388, 0.04775867238640785, -0.05383763462305069, 0.2563636004924774, 0.19087885320186615, 0.04321010410785675, -0.1937314122915268, 0.1795797199010849, -0.05733576789498329, -0.07184109836816788, 0.001899135415442288, -0.04815171658992767, -0.10432996600866318, -0.07405265420675278, 0.006183196324855089, 0.29704222083091736, -0.04894871264696121, -0.13518072664737701, -0.09253562241792679, -0.07064259052276611, 0.09342040121555328, 0.15136930346488953, 0.13654263317584991, 0.05531439557671547, 0.04601788893342018, -0.14443297684192657, -0.040229640901088715, 0.017470235005021095, 0.03658892959356308, -0.018639663234353065, -0.05303327739238739, -0.07127539068460464, -0.012894483283162117, 0.18632079660892487, -0.09713391959667206, -0.06740018725395203, -0.07560153305530548, 0.09610742330551147, -0.12627890706062317, 0.015015143901109695, 0.030858121812343597, -0.02737537771463394, 0.01573058031499386, 0.01749710738658905, -0.06326992064714432, 0.02782582677900791, -0.15439358353614807, 0.1258556842803955, 0.06189485266804695, 0.008275942876935005, -0.05548463016748428, -0.022007202729582787, 0.050576552748680115, 0.06177084147930145, 0.04578712210059166, 0.1961192786693573, 0.01887970231473446, 0.06203144043684006, 0.027229800820350647, -0.08936581760644913, 0.014555022120475769, 0.050842247903347015, 0.054413288831710815, -0.0888223797082901, 0.04783482477068901, 0.08329852670431137, -0.11344486474990845, 0.07876348495483398, 0.009211167693138123, -0.09393781423568726, -0.0014109384501352906, -0.05630503594875336, 0.012029292993247509, -0.10336752235889435, -0.06417269259691238, 0.1102536991238594, 0.11453809589147568, 0.01013726182281971, 0.05798649042844772, 0.010932687669992447, -0.06285400688648224, -0.07764484733343124, -0.0013426076620817184, -0.06472679227590561, -0.0785265788435936, 0.14811734855175018, 0.10053636878728867, -0.033993855118751526, 0.4372807443141937, -0.04860810562968254, -0.047550152987241745, -0.04070012643933296, 0.15187515318393707, 0.10750726610422134, -0.01283748634159565, 0.25255972146987915, 0.03712199255824089, -0.026005331426858902, -0.017048373818397522, 0.07602056115865707, 0.0254288911819458, 0.006585122551769018, 0.09206773340702057, 0.10885626077651978, -0.01699703186750412, 0.011889355257153511, -0.05443599820137024, -0.05820304900407791, 0.1203843355178833, 0.016562234610319138, -0.05859130993485451, -0.016685761511325836, 0.12231773138046265, 0.063277468085289, 0.0397600419819355, -0.033534225076436996, 0.03297404199838638, -0.042433399707078934, -0.06921204179525375, -0.08839834481477737, -0.0730060413479805, -0.027448220178484917, -0.13773204386234283, 0.04395991563796997, -0.042669691145420074, -0.02126413956284523, 0.2862541377544403, 0.08994586020708084, -0.015836836770176888, 0.12510856986045837, -0.09509163349866867, 0.06297389417886734, 0.04623787850141525, -0.018960310146212578, -0.06623440235853195, 0.06822778284549713, -0.04875342547893524, 0.11980567872524261, -0.13098889589309692, -0.010565251111984253, -0.07280664145946503, -0.024125486612319946, 0.010857141576707363, -0.05731646344065666, -0.05005396530032158, -0.07814732939004898, 0.005524828564375639, -0.018376635387539864, 0.01607271283864975, 0.03992936387658119, 0.0826912671327591, -0.012151253409683704, 0.08588510751724243, 0.04629634693264961, 0.09166618436574936, -0.03972354531288147, 0.13243958353996277, 0.008771791122853756, 0.035642433911561966, 0.05678609013557434, -0.08235685527324677, -0.02369740977883339, 0.21250426769256592, 0.19123634696006775, -0.06036189943552017, -0.06757921725511551, 0.029635991901159286, 0.033486105501651764, 0.04714277386665344, 0.17951658368110657, -0.006103718187659979, 0.10105768591165543, -0.034789375960826874, -0.08973048627376556, -0.0957382470369339, -0.04912211745977402, 0.031880732625722885, 0.11086911708116531, 0.11786478012800217, -0.08539468795061111, -0.09714489430189133, 0.15416039526462555, -0.06777891516685486, 0.039884135127067566, 0.07370752841234207, -0.03128810226917267, -0.10981601476669312, -0.026260171085596085, 0.03808169439435005, -0.003539164550602436, 0.015968991443514824, -0.10374635457992554, 0.026956167072057724, -0.05419454723596573, -0.03236258774995804, -0.2603166103363037, -0.16419562697410583, 0.04318573698401451, 0.03369006887078285, 0.13158950209617615, 0.00037032211548648775, 0.2442893534898758, 0.015773862600326538, -0.032327231019735336, -0.0736345499753952, 0.13711059093475342, 0.06663624197244644, 0.014839340932667255, 0.02668723091483116, 0.10172022879123688, 0.046478271484375, -0.10665641725063324, 0.003156619844958186, -0.03365698456764221, -0.033830154687166214, -0.03426571935415268, 0.010189036838710308, -0.06218470633029938, 0.013363891281187534, -0.07059513032436371, 0.11754310131072998, -0.01505744643509388, -0.031659454107284546, 0.053283605724573135, -0.04146808385848999, 0.11994672566652298, 0.017482873052358627, -0.11983910948038101, 0.017639625817537308, -0.05828241631388664, -0.022537115961313248, 0.043626222759485245, -0.07358276844024658, -0.1873612254858017, 0.05438527092337608, -0.06803354620933533, -0.03648485243320465, 0.06971557438373566, 0.053591977804899216, 0.04974138364195824, 0.0959562137722969, -0.03468926623463631, 0.14945103228092194, 0.024957338348031044, 0.05155240744352341, -0.10056854784488678, -0.132782980799675 ]
83328b2c07e90fff27700f863264f60fb6dbde78
# Dataset Card for "patched_test_p_80_f_UCH_m1_predictions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
roa7n/patched_test_p_80_f_UCH_m1_predictions
[ "region:us" ]
2023-03-20T21:12:30+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sequence_str", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "m1_preds", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 45068001, "num_examples": 100012}], "download_size": 4294815, "dataset_size": 45068001}}
2023-03-20T21:12:36+00:00
[]
[]
TAGS #region-us
# Dataset Card for "patched_test_p_80_f_UCH_m1_predictions" More Information needed
[ "# Dataset Card for \"patched_test_p_80_f_UCH_m1_predictions\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"patched_test_p_80_f_UCH_m1_predictions\"\n\nMore Information needed" ]
[ 6, 29 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"patched_test_p_80_f_UCH_m1_predictions\"\n\nMore Information needed" ]
[ -0.19075460731983185, 0.08373142033815384, -0.0016146170673891902, -0.0030332200694829226, 0.046429406851530075, 0.04079779237508774, 0.05958022177219391, 0.09311061352491379, 0.1979542374610901, 0.009881158359348774, 0.18314628303050995, 0.0561026930809021, 0.010121511295437813, 0.252520889043808, -0.0752190351486206, -0.003808611072599888, -0.004455297254025936, 0.014701196923851967, -0.03413624316453934, 0.14862938225269318, 0.026646822690963745, -0.08378294110298157, 0.08860833197832108, -0.029938608407974243, -0.17150871455669403, 0.0732647255063057, -0.0010464823571965098, -0.0662662535905838, 0.006111628841608763, -0.1258782297372818, 0.15556801855564117, 0.009126856923103333, -0.004580370150506496, -0.07173249125480652, 0.006192395929247141, -0.023533759638667107, -0.0117637375369668, 0.025278393179178238, 0.12252223491668701, -0.05715189874172211, -0.03916504606604576, 0.07531415671110153, 0.02628357522189617, 0.0208734218031168, -0.11120403558015823, -0.2010359913110733, -0.12196863442659378, -0.0424053817987442, 0.03792022913694382, 0.027062715962529182, 0.013716120272874832, 0.26144057512283325, -0.1827307492494583, 0.014992873184382915, 0.09440559148788452, -0.053586024791002274, 0.09488029778003693, 0.07382115721702576, -0.05726248770952225, 0.05689575895667076, 0.017383504658937454, 0.003769609844312072, 0.091253362596035, 0.022483674809336662, -0.09102077782154083, 0.007513115182518959, -0.00220830668695271, 0.11817938089370728, -0.12400870770215988, -0.13862250745296478, 0.34916138648986816, 0.00275021162815392, -0.04585056006908417, 0.0038062839303165674, -0.0037009723018854856, -0.088280089199543, 0.03782859444618225, -0.008250868879258633, 0.019622957333922386, -0.05751733109354973, 0.02923385240137577, 0.13726061582565308, -0.09091383218765259, -0.16985160112380981, -0.15061810612678528, 0.12476494163274765, -0.0255535040050745, 0.13752511143684387, -0.14996004104614258, 0.06013495475053787, -0.06962402909994125, -0.055937010794878006, 0.003795742290094495, -0.10147840529680252, -0.04961937665939331, -0.025373905897140503, -0.08396155387163162, -0.09135007113218307, 0.09324679523706436, 0.03716045618057251, -0.037376344203948975, 0.05330120772123337, 0.01800808496773243, 0.04397514462471008, 0.1240767315030098, -0.021947206929326057, -0.08401096612215042, 0.04064987599849701, -0.05358177423477173, -0.02840283513069153, -0.0714167058467865, -0.043141402304172516, -0.0011861369712278247, -0.030741509050130844, 0.08613300323486328, 0.07619811594486237, -0.07278943806886673, -0.09606637805700302, -0.06865663081407547, -0.07031947374343872, 0.07747388631105423, -0.10845630615949631, -0.056051790714263916, 0.07489116489887238, -0.15485230088233948, -0.031123565509915352, -0.066058449447155, -0.012638927437365055, 0.06201266497373581, -0.00348347844555974, -0.06616981327533722, -0.029261169955134392, -0.11153827607631683, -0.04467770829796791, 0.04201843589544296, -0.0788610652089119, 0.045551154762506485, -0.0700153037905693, -0.24152615666389465, -0.03154242783784866, -0.048038091510534286, -0.017320722341537476, 0.15843524038791656, 0.021050868555903435, 0.05942153185606003, -0.03447313979268074, -0.0071672676131129265, 0.17295865714550018, -0.07088383287191391, 0.07738887518644333, 0.05241033807396889, 0.026372762396931648, -0.019643252715468407, 0.030933765694499016, -0.1016368642449379, 0.022933674976229668, -0.12715770304203033, -0.012125316075980663, -0.1467628926038742, 0.07443034648895264, -0.05655047670006752, -0.047428157180547714, -0.04936860874295235, 0.009005964733660221, 0.019858727231621742, 0.13213086128234863, -0.18093541264533997, -0.009507984854280949, 0.07482849806547165, -0.13512982428073883, -0.18210551142692566, 0.0040389602072536945, -0.009403878822922707, -0.06089600548148155, -0.008677152916789055, 0.31884515285491943, 0.05187450349330902, -0.06469489634037018, 0.07817430794239044, 0.09447963535785675, -0.12197206914424896, -0.25505581498146057, 0.18156860768795013, -0.03266901895403862, -0.26922041177749634, 0.0579049214720726, 0.08308045566082001, -0.012705597095191479, -0.06897890567779541, -0.05779876932501793, -0.016848159953951836, -0.13055618107318878, -0.0048627695068717, 0.007980240508913994, 0.052444398403167725, -0.10045307874679565, 0.06891703605651855, -0.05999474599957466, 0.13296344876289368, 0.032270099967718124, -0.06572099775075912, -0.060958366841077805, 0.2011151760816574, -0.13901421427726746, -0.08032150566577911, -0.19090859591960907, -0.034640152007341385, 0.02870085835456848, -0.04490074887871742, -0.022842230275273323, -0.006886424962431192, 0.08234945684671402, -0.05476699024438858, 0.06263495236635208, 0.03038451075553894, 0.07245677709579468, 0.02692912146449089, -0.06706257164478302, 0.0061502764001488686, 0.02023427188396454, -0.07847119867801666, -0.024809159338474274, -0.06434459239244461, -0.08919119089841843, 0.05161936581134796, 0.03739782050251961, -0.003989978693425655, -0.01960964873433113, 0.13706037402153015, -0.03535990044474602, 0.032745398581027985, -0.0222689900547266, 0.03684062510728836, -0.07146439701318741, -0.014893600717186928, 0.03939568251371384, -0.07157690823078156, 0.21906617283821106, 0.10143332928419113, -0.0355566143989563, -0.01569344289600849, -0.09863261133432388, -0.0537017360329628, 0.009532405994832516, -0.03531794250011444, 0.02982308343052864, -0.0523957833647728, -0.06314845383167267, 0.024082541465759277, -0.08893478661775589, -0.016260866075754166, 0.039229247719049454, -0.013246855698525906, -0.09140148013830185, 0.1407247632741928, 0.08874597400426865, -0.1545693725347519, 0.10540523380041122, 0.1957312971353531, 0.049176931381225586, 0.0797208622097969, -0.10474558174610138, -0.16580688953399658, 0.006567253731191158, -0.010632785968482494, -0.0733567476272583, 0.17468468844890594, -0.09362965077161789, 0.08173104375600815, 0.12481091916561127, 0.022734345868229866, 0.1156909316778183, -0.11607495695352554, -0.1251809298992157, -0.010857544839382172, 0.027673443779349327, -0.24427539110183716, 0.02994692325592041, 0.029880041256546974, 0.126669779419899, -0.03523983806371689, -0.052746813744306564, 0.09434832632541656, -0.032005444169044495, -0.11498595774173737, 0.18110987544059753, -0.11612815409898758, -0.21175137162208557, -0.01719248667359352, -0.0022751139476895332, 0.040178000926971436, -0.016766531392931938, -0.04017850384116173, -0.1361307054758072, -0.030235767364501953, -0.07835786789655685, -0.08987785875797272, -0.13559149205684662, 0.009869372472167015, -0.04050447791814804, -0.001760666025802493, 0.0196063332259655, -0.07054821401834488, 0.006583914626389742, -0.08514890819787979, 0.1663433164358139, 0.1328730583190918, -0.09154723584651947, 0.1142750009894371, 0.14515407383441925, -0.023893531411886215, 0.13836948573589325, -0.011351496912539005, 0.12345863878726959, 0.0037504311185330153, -0.1460026055574417, 0.13661113381385803, 0.012189880013465881, -0.028075290843844414, -0.015930989757180214, 0.026702966541051865, -0.15615075826644897, 0.0076302229426801205, -0.06737908720970154, -0.0952829048037529, -0.23547004163265228, -0.11490629613399506, -0.008019397966563702, 0.015876293182373047, 0.041626885533332825, 0.012239658273756504, -0.09707789868116379, 0.11680524796247482, 0.12992580235004425, -0.140262633562088, -0.24479438364505768, -0.09560967981815338, -0.08180128037929535, -0.013454776257276535, -0.004979207180440426, -0.10274609178304672, 0.0035285071935504675, 0.13272561132907867, 0.08313637226819992, 0.15794898569583893, 0.010492628440260887, -0.00727476691827178, 0.08232013136148453, 0.16661524772644043, 0.0755963921546936, 0.12470810115337372, 0.06908311694860458, -0.0262936819344759, 0.006829431280493736, -0.041080210357904434, -0.052558109164237976, -0.030684109777212143, 0.11988835781812668, -0.06699822843074799, -0.10812801867723465, -0.1560877561569214, -0.01967550814151764, -0.1622745841741562, 0.09947110712528229, -0.30562126636505127, 0.09092751890420914, -0.017908085137605667, 0.10453370958566666, -0.04108874127268791, 0.11791235208511353, 0.03426793962717056, -0.07441949844360352, 0.06035856530070305, -0.00018607538368087262, 0.05002102628350258, 0.04430776089429855, -0.006074231583625078, -0.05228264629840851, -0.0034841911401599646, -0.06086653843522072, 0.1566474288702011, -0.21801474690437317, 0.19720837473869324, 0.003302202792838216, -0.03403575345873833, -0.08147908747196198, -0.09159751236438751, 0.017491444945335388, -0.0554681196808815, 0.16196444630622864, -0.017279893159866333, -0.11717630177736282, -0.2068951427936554, -0.12431369721889496, -0.0008802958182059228, 0.04300888255238533, 0.015794605016708374, -0.038358185440301895, 0.08947578072547913, 0.026112910360097885, -0.013236005790531635, -0.15297693014144897, -0.09954807162284851, 0.0483766533434391, -0.004681684076786041, -0.03777387738227844, -0.16956183314323425, -0.013725364580750465, -0.05118236318230629, -0.1085788756608963, -0.08514095842838287, 0.10247936844825745, -0.05148322880268097, -0.1406349092721939, 0.04133683815598488, 0.17433013021945953, -0.02757023461163044, -0.06450458616018295, 0.04923411086201668, 0.005751082673668861, 0.03314521536231041, -0.1570454090833664, 0.09940584003925323, -0.09640122950077057, 0.00615052692592144, -0.059868525713682175, 0.1432374119758606, 0.056158408522605896, 0.042480263859033585, -0.013316045515239239, -0.006942145526409149, -0.0652417540550232, -0.08742275089025497, 0.1560048609972, -0.11474845558404922, 0.1496707797050476, 0.20080780982971191, 0.07589767873287201, 0.10888636112213135, 0.02538542076945305, 0.03184986859560013, 0.1679995059967041, 0.06636368483304977, 0.0028054602444171906, 0.12651991844177246, 0.15268225967884064, 0.009412627667188644, -0.2186223566532135, 0.04247620701789856, -0.03706890344619751, 0.015441813506186008, 0.09808775037527084, -0.11878599226474762, 0.1333959698677063, 0.13431523740291595, -0.028544459491968155, 0.2644801437854767, -0.20425377786159515, -0.04214078187942505, 0.28267702460289, 0.14623227715492249, 0.23413589596748352, -0.10727418959140778, -0.056005317717790604, 0.0371733084321022, -0.03359859809279442, 0.15963564813137054, -0.01942037045955658, 0.041742075234651566, -0.08240839093923569, 0.12551875412464142, 0.05808179825544357, -0.10826776176691055, 0.1735638529062271, 0.047883290797472, 0.08740025013685226, -0.030239563435316086, 0.00339083862490952, -0.015904678031802177, -0.008343663066625595, 0.10449353605508804, 0.03129265084862709, 0.092547208070755, -0.2650960087776184, -0.03413601964712143, 0.004031411837786436, 0.04478072002530098, 0.044856343418359756, -0.04922451823949814, -0.05430727079510689, 0.002833532402291894, -0.122523233294487, -0.07563565671443939, 0.013402514159679413, -0.014887402765452862, 0.016154542565345764, 0.07832685858011246, 0.04631790891289711, -0.07984715700149536, -0.0855485126376152, -0.02219419553875923, -0.0280389916151762, 0.058208245784044266, -0.17093506455421448, 0.004296896979212761, 0.15005925297737122, 0.07345163822174072, 0.009975045919418335, 0.04823374003171921, -0.10488086938858032, -0.009700109250843525, 0.09040380269289017, -0.14015862345695496, 0.06981417536735535, -0.024198871105909348, -0.054081469774246216, -0.008207869715988636, 0.012692533433437347, -0.015168772079050541, 0.027136405929923058, 0.006496545393019915, -0.07404482364654541, 0.05292123928666115, -0.03792527690529823, 0.257382333278656, 0.18640977144241333, 0.03576580062508583, -0.18216213583946228, 0.18863451480865479, -0.05558484047651291, -0.10803510248661041, 0.019343895837664604, -0.05225495249032974, -0.09694888442754745, -0.0667923167347908, 0.0024766838178038597, 0.31348153948783875, -0.05561376363039017, -0.14809319376945496, -0.08793596178293228, -0.06586300581693649, 0.10651944577693939, 0.16121239960193634, 0.1379307210445404, 0.056696951389312744, 0.051665667444467545, -0.1474197506904602, -0.0358441136777401, 0.035119786858558655, 0.04951419681310654, -0.016621023416519165, -0.04903947934508324, -0.08093404769897461, -0.005890858359634876, 0.174122616648674, -0.09585046768188477, -0.06527622044086456, -0.07832988351583481, 0.09449891000986099, -0.14073723554611206, 0.01841379515826702, 0.04979800432920456, -0.02996177226305008, 0.03214195743203163, 0.013290857896208763, -0.061503686010837555, 0.028613537549972534, -0.15465664863586426, 0.1260138899087906, 0.06194990128278732, 0.004963674582540989, -0.06356056779623032, -0.02365058660507202, 0.058701783418655396, 0.06081966310739517, 0.04532459378242493, 0.19735494256019592, 0.01746310293674469, 0.05393259972333908, -0.026762748137116432, -0.09358924627304077, 0.02224503457546234, 0.058161575347185135, 0.05598654970526695, -0.08994519710540771, 0.0614464096724987, 0.09539789706468582, -0.10956640541553497, 0.0698251873254776, -0.0001751887466525659, -0.09924985468387604, -0.01246368233114481, -0.040572695434093475, -0.0043473681434988976, -0.0922054648399353, -0.06467943638563156, 0.10690169781446457, 0.11990667134523392, 0.023689744994044304, 0.0724731981754303, -0.000799206958618015, -0.061883460730314255, -0.06892689317464828, -0.006849640514701605, -0.045923274010419846, -0.05051790922880173, 0.16142402589321136, 0.08868146687746048, -0.03668719902634621, 0.41786035895347595, -0.03517559915781021, -0.04109147563576698, -0.03908359259366989, 0.13232453167438507, 0.13103924691677094, -0.01904616691172123, 0.2445708066225052, 0.03185103461146355, -0.02024982124567032, -0.013460516929626465, 0.0641254410147667, 0.03710934519767761, 0.02127664163708687, 0.11005708575248718, 0.11941206455230713, -0.05815890058875084, 0.010518885217607021, -0.04876580089330673, -0.05842075124382973, 0.09074226021766663, 0.005924788769334555, -0.044134531170129776, -0.013892645947635174, 0.11786840856075287, 0.07068891078233719, 0.060595426708459854, -0.021971963346004486, 0.02146555483341217, -0.03504418581724167, -0.061799366027116776, -0.09945973008871078, -0.07187790423631668, -0.03185129910707474, -0.1235748678445816, 0.0574435330927372, -0.04451368749141693, -0.015645578503608704, 0.3116268813610077, 0.09001212567090988, -0.015662992373108864, 0.09555058926343918, -0.07464788109064102, 0.06237289682030678, 0.04121047258377075, -0.019984928891062737, -0.074552521109581, 0.06114986538887024, -0.04568995535373688, 0.11911064386367798, -0.11828596144914627, -0.0075583020225167274, -0.07362047582864761, -0.019328556954860687, -0.0009491940145380795, -0.05874091386795044, -0.03983144462108612, -0.08651016652584076, -0.007375530898571014, -0.01608896069228649, 0.020732829347252846, 0.040122855454683304, 0.08340243250131607, -0.006022509187459946, 0.10832725465297699, 0.04250796139240265, 0.06898601353168488, -0.026949919760227203, 0.1523013710975647, 0.007488940842449665, 0.04354158416390419, 0.05783843249082565, -0.07272449880838394, -0.0255732499063015, 0.1869654357433319, 0.15624286234378815, -0.05377143993973732, -0.07191111147403717, 0.01976517215371132, 0.031918253749608994, 0.025034381076693535, 0.18298663198947906, -0.0008399945218116045, 0.13440530002117157, -0.03126363083720207, -0.08326376229524612, -0.10368353128433228, -0.032268933951854706, 0.03305204585194588, 0.0976916179060936, 0.1262565702199936, -0.07401962578296661, -0.0917716696858406, 0.14424508810043335, -0.07832790166139603, 0.047901805490255356, 0.049643199890851974, -0.015773368999361992, -0.11324987560510635, -0.022088490426540375, 0.054926663637161255, -0.01807609386742115, 0.011473903432488441, -0.11047597974538803, 0.023151792585849762, -0.08352581411600113, -0.030344123020768166, -0.265968918800354, -0.1676594465970993, 0.034596193581819534, 0.014604244381189346, 0.14131399989128113, -0.00006941342871868983, 0.23833496868610382, 0.01595814898610115, -0.01977727748453617, -0.07059112936258316, 0.13776211440563202, 0.05926880985498428, 0.036578111350536346, 0.048497769981622696, 0.09604442119598389, 0.04411949962377548, -0.07687351107597351, 0.010687337256968021, -0.021278485655784607, -0.041677750647068024, -0.0653662160038948, 0.0061529818922281265, -0.060493871569633484, 0.015253381803631783, -0.0789858028292656, 0.1183786541223526, -0.022663669660687447, -0.03667563199996948, 0.04536145180463791, -0.05490029603242874, 0.1294831931591034, 0.003927909303456545, -0.1030980721116066, 0.021037038415670395, -0.054770033806562424, -0.023281220346689224, 0.07858958840370178, -0.0842866525053978, -0.19432082772254944, 0.0711364597082138, -0.07210450619459152, -0.04044640436768532, 0.07707487046718597, 0.04350544884800911, 0.072331503033638, 0.10576320439577103, -0.04911305382847786, 0.13082386553287506, 0.03044157102704048, 0.056125152856111526, -0.10701360553503036, -0.1222962737083435 ]
20f8f70abf85c4c7854b8b78270f339c10af7d2f
# Dataset Card for CSL ## Dataset Description CSL is the Chinese Scientific Literature Dataset. - **Paper:** https://aclanthology.org/2022.coling-1.344 - **Repository:** https://github.com/ydli-ai/CSL ### Dataset Summary The dataset contains titles, abstracts, keywords of papers written in Chinese from several academic fields. ### Languages - Chinese - English (translation) ## Dataset Structure ### Data Instances | Split | Documents | |-----------------|----------:| | `csl` | 396k | | `en_translation`| 396k | ### Data Fields - `doc_id`: unique identifier for this document - `title`: title of the paper - `abstract`: abstract of the paper - `keywords`: keywords associated with the paper - `category`: the broad category of the paper - `category_eng`: English translaction of the broad category (e.g., Engineering) - `discipline`: academic discipline of the paper - `discipline_eng`: English translation of the academic discipline (e.g., Agricultural Engineering) The `en_translation` contains documents translated from Google Translation service. All text are in English, so the fields `category_eng` and `discipline_eng` are omitted. ## Dataset Usage Using 🤗 Datasets: ```python from datasets import load_dataset dataset = load_dataset('neuclir/csl')['csl'] ``` ## License & Citation This dataset is based off the [Chinese Scientific Literature Dataset](https://github.com/ydli-ai/CSL) under Apache 2.0. The primay change is the addition of `doc_id`s, English translactions of the category and discipline descriptions by a native speaker, and basic de-duplication. Code that performed this modification is avalable in [this repository](https://github.com/NeuCLIR/csl-preprocess). If you use this data, please cite: ``` @inproceedings{li-etal-2022-csl, title = "{CSL}: A Large-scale {C}hinese Scientific Literature Dataset", author = "Li, Yudong and Zhang, Yuqing and Zhao, Zhe and Shen, Linlin and Liu, Weijie and Mao, Weiquan and Zhang, Hui", booktitle = "Proceedings of the 29th International Conference on Computational Linguistics", month = oct, year = "2022", address = "Gyeongju, Republic of Korea", publisher = "International Committee on Computational Linguistics", url = "https://aclanthology.org/2022.coling-1.344", pages = "3917--3923", } ```
neuclir/csl
[ "task_categories:text-retrieval", "task_ids:document-retrieval", "annotations_creators:no-annotation", "size_categories:100K<n<1M", "source_datasets:extended|csl", "language:zh", "language:en", "license:apache-2.0", "region:us" ]
2023-03-20T21:17:19+00:00
{"annotations_creators": ["no-annotation"], "language": ["zh", "en"], "license": ["apache-2.0"], "size_categories": ["100K<n<1M"], "source_datasets": ["extended|csl"], "task_categories": ["text-retrieval"], "task_ids": ["document-retrieval"], "pretty_name": "CSL", "tags": []}
2023-07-05T19:02:54+00:00
[]
[ "zh", "en" ]
TAGS #task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-no-annotation #size_categories-100K<n<1M #source_datasets-extended|csl #language-Chinese #language-English #license-apache-2.0 #region-us
Dataset Card for CSL ==================== Dataset Description ------------------- CSL is the Chinese Scientific Literature Dataset. * Paper: URL * Repository: URL ### Dataset Summary The dataset contains titles, abstracts, keywords of papers written in Chinese from several academic fields. ### Languages * Chinese * English (translation) Dataset Structure ----------------- ### Data Instances ### Data Fields * 'doc\_id': unique identifier for this document * 'title': title of the paper * 'abstract': abstract of the paper * 'keywords': keywords associated with the paper * 'category': the broad category of the paper * 'category\_eng': English translaction of the broad category (e.g., Engineering) * 'discipline': academic discipline of the paper * 'discipline\_eng': English translation of the academic discipline (e.g., Agricultural Engineering) The 'en\_translation' contains documents translated from Google Translation service. All text are in English, so the fields 'category\_eng' and 'discipline\_eng' are omitted. Dataset Usage ------------- Using Datasets: License & Citation ------------------ This dataset is based off the Chinese Scientific Literature Dataset under Apache 2.0. The primay change is the addition of 'doc\_id's, English translactions of the category and discipline descriptions by a native speaker, and basic de-duplication. Code that performed this modification is avalable in this repository. If you use this data, please cite:
[ "### Dataset Summary\n\n\nThe dataset contains titles, abstracts, keywords of papers written in Chinese from several academic fields.", "### Languages\n\n\n* Chinese\n* English (translation)\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'doc\\_id': unique identifier for this document\n* 'title': title of the paper\n* 'abstract': abstract of the paper\n* 'keywords': keywords associated with the paper\n* 'category': the broad category of the paper\n* 'category\\_eng': English translaction of the broad category (e.g., Engineering)\n* 'discipline': academic discipline of the paper\n* 'discipline\\_eng': English translation of the academic discipline (e.g., Agricultural Engineering)\n\n\nThe 'en\\_translation' contains documents translated from Google Translation service.\nAll text are in English, so the fields 'category\\_eng' and 'discipline\\_eng' are omitted.\n\n\nDataset Usage\n-------------\n\n\nUsing Datasets:\n\n\nLicense & Citation\n------------------\n\n\nThis dataset is based off the Chinese Scientific Literature Dataset under Apache 2.0.\nThe primay change is the addition of 'doc\\_id's, English translactions of the category and discipline descriptions by a native speaker,\nand basic de-duplication. Code that performed this modification is avalable in this repository.\n\n\nIf you use this data, please cite:" ]
[ "TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-no-annotation #size_categories-100K<n<1M #source_datasets-extended|csl #language-Chinese #language-English #license-apache-2.0 #region-us \n", "### Dataset Summary\n\n\nThe dataset contains titles, abstracts, keywords of papers written in Chinese from several academic fields.", "### Languages\n\n\n* Chinese\n* English (translation)\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'doc\\_id': unique identifier for this document\n* 'title': title of the paper\n* 'abstract': abstract of the paper\n* 'keywords': keywords associated with the paper\n* 'category': the broad category of the paper\n* 'category\\_eng': English translaction of the broad category (e.g., Engineering)\n* 'discipline': academic discipline of the paper\n* 'discipline\\_eng': English translation of the academic discipline (e.g., Agricultural Engineering)\n\n\nThe 'en\\_translation' contains documents translated from Google Translation service.\nAll text are in English, so the fields 'category\\_eng' and 'discipline\\_eng' are omitted.\n\n\nDataset Usage\n-------------\n\n\nUsing Datasets:\n\n\nLicense & Citation\n------------------\n\n\nThis dataset is based off the Chinese Scientific Literature Dataset under Apache 2.0.\nThe primay change is the addition of 'doc\\_id's, English translactions of the category and discipline descriptions by a native speaker,\nand basic de-duplication. Code that performed this modification is avalable in this repository.\n\n\nIf you use this data, please cite:" ]
[ 84, 31, 19, 6, 278 ]
[ "passage: TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-no-annotation #size_categories-100K<n<1M #source_datasets-extended|csl #language-Chinese #language-English #license-apache-2.0 #region-us \n### Dataset Summary\n\n\nThe dataset contains titles, abstracts, keywords of papers written in Chinese from several academic fields.### Languages\n\n\n* Chinese\n* English (translation)\n\n\nDataset Structure\n-----------------### Data Instances### Data Fields\n\n\n* 'doc\\_id': unique identifier for this document\n* 'title': title of the paper\n* 'abstract': abstract of the paper\n* 'keywords': keywords associated with the paper\n* 'category': the broad category of the paper\n* 'category\\_eng': English translaction of the broad category (e.g., Engineering)\n* 'discipline': academic discipline of the paper\n* 'discipline\\_eng': English translation of the academic discipline (e.g., Agricultural Engineering)\n\n\nThe 'en\\_translation' contains documents translated from Google Translation service.\nAll text are in English, so the fields 'category\\_eng' and 'discipline\\_eng' are omitted.\n\n\nDataset Usage\n-------------\n\n\nUsing Datasets:\n\n\nLicense & Citation\n------------------\n\n\nThis dataset is based off the Chinese Scientific Literature Dataset under Apache 2.0.\nThe primay change is the addition of 'doc\\_id's, English translactions of the category and discipline descriptions by a native speaker,\nand basic de-duplication. Code that performed this modification is avalable in this repository.\n\n\nIf you use this data, please cite:" ]
[ -0.020019100978970528, 0.09792307764291763, -0.00467683607712388, 0.04873693734407425, 0.10369823127985, 0.005998675711452961, 0.09098923951387405, 0.06841753423213959, 0.058914586901664734, 0.0717468112707138, -0.06313122063875198, -0.005859572906047106, 0.0750817060470581, 0.08576511591672897, 0.052448663860559464, -0.27106502652168274, 0.02841554954648018, -0.029722537845373154, 0.003601261880248785, 0.0408751554787159, 0.13233622908592224, -0.06803859770298004, 0.0639040395617485, -0.011736773885786533, 0.05451614782214165, 0.0357508659362793, -0.0011978234397247434, -0.055581167340278625, 0.09698716551065445, 0.10845257341861725, 0.052369266748428345, -0.007904346100986004, -0.0005823123501613736, -0.2734684348106384, 0.016245193779468536, 0.03028227761387825, -0.046218372881412506, 0.04830946400761604, 0.1408524513244629, -0.024160735309123993, 0.10716309398412704, -0.1080666035413742, 0.016396058723330498, 0.07521027326583862, -0.06491847336292267, -0.2526077926158905, -0.11596988886594772, 0.07619632035493851, 0.12321601808071136, 0.01968318223953247, -0.052272241562604904, -0.07728662341833115, -0.02810264192521572, 0.05462053045630455, 0.09038527309894562, -0.2385374754667282, 0.02258644625544548, -0.029224127531051636, 0.08301059156656265, 0.21168412268161774, -0.11496365070343018, 0.009504230692982674, -0.015921389684081078, 0.0018571250839158893, 0.022533036768436432, -0.040912702679634094, -0.1306948959827423, 0.02665061317384243, -0.10047046095132828, 0.011490787379443645, 0.24569129943847656, 0.021638523787260056, -0.06087173521518707, -0.09194134175777435, -0.028331732377409935, 0.07179826498031616, -0.006286270450800657, -0.12315692752599716, 0.09639109671115875, 0.00005310688356985338, 0.1967342495918274, -0.1661212146282196, -0.10654185712337494, 0.0155662065371871, -0.15003661811351776, 0.008127723820507526, 0.03789665549993515, -0.0013614813797175884, -0.028685618191957474, 0.030628757551312447, -0.07140759378671646, -0.02996320277452469, -0.06245896592736244, -0.018893271684646606, -0.08472442626953125, -0.014435079880058765, 0.018701842054724693, -0.10430525243282318, 0.03568945452570915, 0.18349196016788483, -0.15664851665496826, 0.05114799737930298, -0.06549448519945145, -0.008662644773721695, 0.06828341633081436, 0.2127213329076767, -0.11661172658205032, -0.12397001683712006, 0.0658809244632721, -0.0863095372915268, 0.012126654386520386, -0.0242445170879364, -0.010793732479214668, -0.04488895460963249, 0.002764883916825056, 0.048715557903051376, 0.07036934047937393, -0.03367851302027702, -0.06625781208276749, -0.035588204860687256, 0.1331598162651062, -0.14111581444740295, 0.03275332599878311, 0.02193533256649971, -0.029356516897678375, 0.08872371912002563, 0.03405667841434479, 0.07313503324985504, -0.06383079290390015, 0.06589028239250183, -0.10630157589912415, 0.017678342759609222, -0.026309311389923096, -0.06481790542602539, 0.017330463975667953, -0.01553268451243639, -0.039923734962940216, -0.0177729744464159, -0.1581287682056427, -0.07515553385019302, -0.016924915835261345, -0.03259927034378052, 0.002430875785648823, -0.006557457614690065, 0.026781536638736725, -0.01890832930803299, -0.01438199169933796, -0.06187594309449196, -0.06670057028532028, -0.015052392147481441, -0.029275570064783096, 0.02347056195139885, -0.07761674374341965, 0.0536416731774807, -0.08826636523008347, 0.054353099316358566, -0.2739264965057373, 0.14299459755420685, -0.14664563536643982, 0.011934884823858738, -0.10138025134801865, 0.004629454575479031, 0.0782141238451004, 0.05849028751254082, -0.028192393481731415, 0.10650158673524857, -0.09899120032787323, -0.07633312046527863, 0.14280588924884796, -0.08491092175245285, -0.08933595567941666, 0.1257532685995102, -0.025377705693244934, 0.06425537168979645, 0.10123129189014435, 0.22366511821746826, 0.05962768942117691, 0.019940415397286415, -0.14118531346321106, -0.04070322960615158, 0.037154119461774826, 0.10790208727121353, 0.12384749948978424, -0.09067551046609879, 0.17051349580287933, 0.006060503423213959, -0.03636257350444794, -0.04079975187778473, 0.00008900161628844216, -0.03651999682188034, 0.008636199869215488, 0.03711029887199402, 0.00030333842732943594, -0.05962516739964485, 0.018973883241415024, 0.015500767156481743, -0.03615492582321167, 0.11729930341243744, -0.0151874590665102, -0.03593706712126732, 0.0744713768362999, -0.04931338503956795, 0.0627773106098175, 0.03285745158791542, 0.030873998999595642, -0.13258430361747742, -0.18504051864147186, 0.08287802338600159, -0.09462058544158936, 0.12259816378355026, -0.014833773486316204, -0.023461835458874702, 0.0419551357626915, -0.060515064746141434, -0.01392363477498293, -0.02439259923994541, 0.005730583798140287, -0.03256089612841606, -0.1440737545490265, 0.04848894104361534, -0.025941230356693268, 0.06749200075864792, -0.16039617359638214, 0.0428009033203125, 0.12111357599496841, 0.12936295568943024, 0.06366384029388428, -0.011867926456034184, -0.0061233267188072205, 0.02684079110622406, -0.03519564867019653, 0.00436741067096591, -0.06430251896381378, -0.07528948783874512, -0.0802328884601593, 0.12400556355714798, -0.037705060094594955, -0.0014163781888782978, 0.04184119775891304, -0.03512461110949516, 0.009421546012163162, -0.07678377628326416, -0.025410689413547516, -0.04700140282511711, -0.047924209386110306, -0.10447216778993607, 0.13588979840278625, 0.013398023322224617, 0.0716685876250267, -0.08629673719406128, 0.03711911290884018, -0.09268776327371597, -0.057911355048418045, -0.039914559572935104, 0.07741086930036545, -0.01470058225095272, -0.10861314088106155, 0.1210159957408905, 0.05348607897758484, -0.024752287194132805, 0.14631246030330658, 0.00823144894093275, -0.10898294299840927, -0.003807404777035117, -0.020100241526961327, -0.016806738451123238, 0.030822424218058586, -0.04391878843307495, 0.047077726572752, 0.06760889291763306, 0.021701699122786522, 0.06639747321605682, -0.07219047099351883, 0.03665496036410332, 0.009182158857584, -0.05012064427137375, 0.0542784184217453, -0.035983745008707047, 0.011300968937575817, 0.09835680574178696, -0.0427350252866745, 0.13977640867233276, 0.005401480011641979, -0.01589171402156353, -0.13326695561408997, 0.17342445254325867, -0.14694522321224213, -0.2462647259235382, -0.23381690680980682, -0.0027570200618356466, -0.07821795344352722, 0.014389639720320702, 0.0442894883453846, -0.06363250315189362, -0.12667368352413177, -0.08780358731746674, 0.11680959910154343, 0.08781175315380096, -0.07988846302032471, -0.1502687633037567, -0.002289527328684926, -0.02111220918595791, -0.08983490616083145, 0.0030394725035876036, 0.03780760243535042, -0.05036313086748123, -0.007937701418995857, 0.019541887566447258, 0.10636494308710098, 0.03695177659392357, 0.03242792561650276, -0.07251985371112823, -0.033014874905347824, 0.12081774324178696, -0.09921736270189285, 0.12556982040405273, 0.13152918219566345, -0.00999254360795021, 0.07171326130628586, 0.1410597264766693, 0.027576811611652374, -0.016045238822698593, 0.03924662619829178, 0.0657426044344902, -0.01478720735758543, -0.3902820348739624, -0.06443364918231964, -0.06096062809228897, 0.004977161530405283, -0.07391861081123352, 0.045967139303684235, 0.11935838311910629, 0.03584195300936699, -0.08641974627971649, 0.10003037750720978, 0.03549348562955856, 0.023012448102235794, 0.23641064763069153, 0.020193452015519142, 0.06754247099161148, -0.07328500598669052, 0.036650024354457855, 0.11623597145080566, 0.0611284114420414, 0.23769576847553253, 0.037262026220560074, 0.28137102723121643, 0.02236645109951496, 0.045513004064559937, 0.004037787672132254, 0.009637294337153435, 0.030494414269924164, 0.04387453570961952, -0.025082863867282867, -0.04300205409526825, 0.06416096538305283, 0.14349479973316193, 0.12276623398065567, -0.06228145211935043, 0.07709018141031265, 0.018812987953424454, 0.10331032425165176, 0.09988215565681458, -0.07545504719018936, -0.05962847173213959, -0.03636452183127403, 0.10567200928926468, -0.08089688420295715, -0.08309151977300644, 0.039016250520944595, 0.13474935293197632, -0.11611088365316391, 0.08975358307361603, 0.028353525325655937, 0.06346019357442856, -0.08611729741096497, -0.030283931642770767, -0.0064716278575360775, 0.005012580659240484, -0.02714599296450615, 0.0740225538611412, -0.27045542001724243, 0.09172073006629944, 0.00875302404165268, -0.014790447428822517, -0.012992193922400475, 0.047266777604818344, 0.026732010766863823, 0.08927514404058456, 0.11483950167894363, -0.016028769314289093, -0.028557533398270607, 0.028804196044802666, -0.09334778040647507, 0.015762535855174065, 0.06846649944782257, -0.1384170651435852, 0.07258617877960205, -0.005595724564045668, 0.004564223345369101, -0.07933700084686279, 0.0863247811794281, -0.10409288853406906, -0.16831813752651215, 0.053725194185972214, -0.08534335345029831, 0.10770414769649506, -0.026874367147684097, -0.03172386810183525, -0.06643247604370117, 0.12093446403741837, -0.21999862790107727, -0.0826416164636612, -0.1327124983072281, -0.005367117468267679, 0.13127261400222778, -0.10537167638540268, 0.0933706983923912, -0.003761278698220849, 0.02319355495274067, 0.00746656209230423, 0.008983275853097439, 0.1263359785079956, -0.02282748371362686, -0.16401812434196472, -0.061910953372716904, 0.07094316184520721, 0.03361028805375099, 0.04670651629567146, -0.04515770450234413, 0.09207180887460709, 0.033999547362327576, -0.12240678817033768, 0.01107949111610651, 0.12295663356781006, -0.00971599668264389, 0.1751682460308075, -0.14454877376556396, -0.19555042684078217, -0.09252552688121796, -0.14717021584510803, 0.08484649658203125, 0.12046697735786438, -0.028918012976646423, 0.10699539631605148, 0.15295523405075073, -0.11302589625120163, -0.1710566282272339, -0.009380888193845749, 0.021346399560570717, 0.014347651973366737, 0.12272024899721146, -0.24802513420581818, 0.18050998449325562, 0.09970230609178543, -0.006798431742936373, 0.06075264886021614, -0.08810345828533173, -0.18879730999469757, 0.013251018710434437, 0.020141731947660446, -0.23162291944026947, -0.20698164403438568, -0.12263931334018707, 0.0007598851225338876, -0.04651471599936485, 0.14462220668792725, -0.04728347808122635, 0.042664892971515656, 0.013603143393993378, -0.0024206521920859814, -0.015817061066627502, -0.0013400001917034388, 0.1906651258468628, 0.01653817854821682, 0.002363496692851186, -0.033823590725660324, -0.03807296231389046, 0.12698006629943848, 0.02599717117846012, 0.11434008181095123, -0.0012772142654284835, -0.0021682390943169594, -0.10685540735721588, -0.0574125200510025, -0.013154543936252594, 0.03858612850308418, -0.07541146874427795, -0.05226008594036102, -0.13129524886608124, 0.03900165110826492, 0.02109643444418907, 0.018701184540987015, 0.18222372233867645, -0.06139935553073883, -0.010018780827522278, 0.03496190905570984, 0.1405230164527893, 0.05841843783855438, -0.07274927198886871, -0.07141020894050598, -0.010784831829369068, 0.016668248921632767, -0.168538898229599, 0.050311360508203506, 0.13617125153541565, -0.01388805452734232, 0.18843571841716766, -0.031854189932346344, -0.12892617285251617, 0.07147593796253204, 0.06963533163070679, -0.08402581512928009, -0.309948205947876, -0.03240087628364563, -0.053216855973005295, -0.06267911195755005, 0.00134932657238096, 0.10697749257087708, 0.008269638754427433, -0.05498012155294418, -0.008880327455699444, 0.1085318848490715, -0.028263293206691742, 0.07727374136447906, 0.04628140106797218, -0.00871200766414404, -0.049055278301239014, 0.044415589421987534, 0.1988736093044281, -0.1145545095205307, -0.005332964938133955, 0.16673459112644196, -0.010646522045135498, -0.02554667741060257, -0.11651692539453506, 0.08659213781356812, -0.11512692272663116, -0.0812920331954956, -0.013088124804198742, -0.10196459293365479, 0.01273004338145256, 0.08480040729045868, -0.03673507273197174, 0.05369611456990242, 0.006177308037877083, -0.05511169508099556, 0.08003266900777817, 0.09584590792655945, 0.01993265375494957, 0.050658587366342545, -0.05620533227920532, -0.0126691535115242, 0.023693908005952835, -0.001880037714727223, -0.012369349598884583, 0.006050727795809507, -0.07394387573003769, -0.04312581568956375, -0.18196941912174225, 0.06114915385842323, -0.04752986133098602, -0.003836661111563444, -0.017481159418821335, -0.10164877027273178, -0.04499467462301254, -0.0071034422144293785, -0.04562201723456383, -0.04597525671124458, -0.025220483541488647, 0.17165987193584442, -0.19244499504566193, -0.0203239805996418, 0.11307784914970398, -0.03311224654316902, 0.15857788920402527, -0.006802667398005724, -0.017293158918619156, 0.0331297405064106, -0.12576454877853394, 0.08149214833974838, -0.01882822997868061, 0.08206100016832352, 0.0065729510970413685, -0.04594474285840988, -0.02068137750029564, 0.004423884209245443, -0.045341718941926956, 0.015043133869767189, -0.028296152129769325, -0.09297128021717072, -0.00649668276309967, -0.0985998585820198, -0.08690488338470459, -0.06532087922096252, 0.045542292296886444, 0.0711105465888977, -0.0491911843419075, 0.08214280754327774, -0.056427519768476486, 0.026579253375530243, -0.12439429014921188, 0.016190778464078903, -0.014619702473282814, 0.0067647239193320274, -0.053368985652923584, -0.1134859025478363, 0.017767036333680153, -0.00021905517496634275, 0.2182447463274002, -0.03515737131237984, -0.044948309659957886, 0.0706193745136261, 0.08048632740974426, -0.015860246494412422, 0.07305873930454254, 0.011783980764448643, 0.00993432104587555, -0.009696457535028458, -0.0030469808261841536, 0.0004225939337629825, -0.05608925223350525, 0.03069433756172657, 0.16370925307273865, 0.10507739335298538, -0.03049066849052906, 0.06306259334087372, -0.02049313671886921, -0.12096261233091354, -0.03293817490339279, 0.09116915613412857, -0.01965302973985672, -0.055304769426584244, -0.03996866196393967, 0.022055519744753838, 0.16503764688968658, -0.21937775611877441, 0.13434737920761108, 0.057606689631938934, -0.07257242500782013, -0.0628390684723854, -0.06345716863870621, -0.0698472261428833, -0.023142429068684578, -0.05867134407162666, -0.152553990483284, 0.05532043054699898, 0.02867206186056137, 0.039527397602796555, -0.06383562833070755, 0.1241152435541153, -0.06729986518621445, -0.12468460947275162, 0.015567158348858356, 0.01898280903697014, 0.06421475857496262, -0.0056886980310082436, -0.023632781580090523, -0.023904971778392792, 0.044392965734004974, -0.006619847845286131, 0.0915791392326355, -0.005837258417159319, 0.03455788269639015, -0.046223096549510956, -0.019937505945563316, 0.012615112587809563, -0.020791029557585716, -0.043569598346948624, 0.12470052391290665, 0.04088091477751732, -0.019734764471650124, 0.05238201096653938, 0.17410221695899963, 0.04775393754243851, -0.005498704966157675, -0.08748921006917953, 0.07666286826133728, 0.0681275725364685, 0.03344682976603508, 0.018747679889202118, -0.14566153287887573, -0.02612263523042202, 0.03287147358059883, 0.0706353634595871, -0.07985039800405502, -0.006512096617370844, 0.027523376047611237, 0.03315379098057747, 0.024253886193037033, -0.015783334150910378, 0.028161779046058655, 0.3590659499168396, -0.023811977356672287, 0.032861966639757156, -0.05634672939777374, -0.0013971872394904494, -0.06713885068893433, 0.15300363302230835, -0.019780633971095085, 0.01386171206831932, -0.03185790777206421, 0.09250379353761673, -0.10630165040493011, -0.2033725529909134, 0.029559805989265442, -0.1181822270154953, -0.10599244385957718, -0.04251254349946976, 0.02357824146747589, 0.03841894492506981, -0.03626735508441925, 0.08823222666978836, -0.04564538970589638, 0.12400699406862259, 0.0598527230322361, -0.06566586345434189, 0.061139754951000214, 0.10558620095252991, -0.1898978352546692, 0.18470263481140137, -0.018740955740213394, 0.10686960816383362, 0.07768894731998444, 0.03963581472635269, -0.029957231134176254, 0.005933423526585102, 0.04664433375000954, -0.026527367532253265, 0.030519364401698112, 0.05837229639291763, 0.0625876784324646, 0.045725442469120026, 0.089043527841568, 0.05607644096016884, 0.09579931944608688, 0.10349208116531372, -0.141353577375412, -0.06698097288608551, 0.04252154380083084, -0.2059435397386551, 0.10845308005809784, 0.1158621683716774, -0.0398734025657177, 0.02651696465909481, -0.03636738285422325, 0.041639819741249084, 0.021755892783403397, 0.09657526016235352, 0.01795705035328865, -0.17386123538017273, 0.09870856255292892, -0.022754710167646408, 0.085784412920475, -0.10865408927202225, -0.013748238794505596, 0.02105823904275894, 0.03429393842816353, -0.09939932078123093, 0.08779732137918472, 0.16125242412090302, -0.028009332716464996, -0.03524639084935188, -0.23098114132881165, 0.010707168839871883, 0.10609162598848343, -0.08181232959032059, -0.00487244687974453 ]
b399c6f52bcb92d161e16049405bb98d32b751db
# Dataset Card for "github-issues-2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
omontalbano/github-issues-2
[ "region:us" ]
2023-03-20T21:18:41+00:00
{"dataset_info": {"features": [{"name": "url", "dtype": "string"}, {"name": "repository_url", "dtype": "string"}, {"name": "labels_url", "dtype": "string"}, {"name": "comments_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "node_id", "dtype": "string"}, {"name": "number", "dtype": "int64"}, {"name": "title", "dtype": "string"}, {"name": "user", "struct": [{"name": "login", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "node_id", "dtype": "string"}, {"name": "avatar_url", "dtype": "string"}, {"name": "gravatar_id", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "followers_url", "dtype": "string"}, {"name": "following_url", "dtype": "string"}, {"name": "gists_url", "dtype": "string"}, {"name": "starred_url", "dtype": "string"}, {"name": "subscriptions_url", "dtype": "string"}, {"name": "organizations_url", "dtype": "string"}, {"name": "repos_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "received_events_url", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "site_admin", "dtype": "bool"}]}, {"name": "labels", "list": [{"name": "id", "dtype": "int64"}, {"name": "node_id", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "name", "dtype": "string"}, {"name": "color", "dtype": "string"}, {"name": "default", "dtype": "bool"}, {"name": "description", "dtype": "string"}]}, {"name": "state", "dtype": "string"}, {"name": "locked", "dtype": "bool"}, {"name": "assignee", "dtype": "null"}, {"name": "assignees", "sequence": "null"}, {"name": "milestone", "dtype": "null"}, {"name": "comments", "sequence": "string"}, {"name": "created_at", "dtype": "timestamp[s]"}, {"name": "updated_at", "dtype": "timestamp[s]"}, {"name": "closed_at", "dtype": "timestamp[s]"}, {"name": "author_association", "dtype": "string"}, {"name": "active_lock_reason", "dtype": "null"}, {"name": "draft", "dtype": "bool"}, {"name": "pull_request", "struct": [{"name": "url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "diff_url", "dtype": "string"}, {"name": "patch_url", "dtype": "string"}, {"name": "merged_at", "dtype": "timestamp[s]"}]}, {"name": "body", "dtype": "string"}, {"name": "reactions", "struct": [{"name": "url", "dtype": "string"}, {"name": "total_count", "dtype": "int64"}, {"name": "+1", "dtype": "int64"}, {"name": "-1", "dtype": "int64"}, {"name": "laugh", "dtype": "int64"}, {"name": "hooray", "dtype": "int64"}, {"name": "confused", "dtype": "int64"}, {"name": "heart", "dtype": "int64"}, {"name": "rocket", "dtype": "int64"}, {"name": "eyes", "dtype": "int64"}]}, {"name": "timeline_url", "dtype": "string"}, {"name": "performed_via_github_app", "dtype": "null"}, {"name": "state_reason", "dtype": "string"}, {"name": "is_pull_request", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 235272, "num_examples": 100}], "download_size": 112192, "dataset_size": 235272}}
2023-03-20T21:18:43+00:00
[]
[]
TAGS #region-us
# Dataset Card for "github-issues-2" More Information needed
[ "# Dataset Card for \"github-issues-2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"github-issues-2\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"github-issues-2\"\n\nMore Information needed" ]
[ -0.03595864400267601, 0.12381933629512787, -0.003922522533684969, 0.02556592971086502, 0.0667494535446167, 0.07072709500789642, 0.18485191464424133, 0.1334904134273529, 0.21224157512187958, -0.031923577189445496, 0.14652575552463531, -0.003103013150393963, 0.0822557732462883, 0.21401561796665192, -0.01160435937345028, -0.08831147104501724, 0.044019635766744614, -0.0063593038357794285, 0.04457945376634598, 0.048082154244184494, 0.06614171713590622, -0.025486771017313004, 0.05834263935685158, -0.09520716965198517, -0.19082261621952057, 0.05737204849720001, 0.03876953572034836, -0.046531930565834045, 0.09601546078920364, -0.08250077068805695, 0.11931347101926804, 0.03651457279920578, 0.01135345734655857, -0.160365492105484, 0.03813383728265762, 0.043048758059740067, -0.029591871425509453, 0.0607021301984787, -0.04068557918071747, -0.10337918251752853, -0.12246100604534149, -0.019824713468551636, -0.025866825133562088, -0.0346636101603508, -0.09264368563890457, -0.06872216612100601, -0.17019130289554596, 0.08382140845060349, 0.013433245941996574, -0.0225682333111763, 0.051304202526807785, 0.0708664134144783, -0.10906711220741272, -0.0010271772043779492, 0.235844686627388, -0.06193022057414055, 0.05113016813993454, 0.1944696009159088, 0.01203012466430664, 0.16769544780254364, -0.008785819634795189, 0.07388781011104584, 0.07222718745470047, -0.007646501064300537, -0.10827887803316116, -0.01885218732059002, -0.20373961329460144, 0.08055759221315384, 0.0003971308469772339, -0.12393602728843689, 0.24592052400112152, 0.018384937196969986, -0.01315187755972147, 0.0481780543923378, -0.016779394820332527, 0.020595980808138847, 0.06810850650072098, 0.06858198344707489, -0.014352289959788322, 0.06064816191792488, -0.017627228051424026, -0.15547142922878265, -0.12444949150085449, -0.10698265582323074, -0.08800811320543289, 0.082301065325737, -0.03915019705891609, 0.21251843869686127, -0.16392387449741364, -0.014288252219557762, -0.11784780770540237, -0.03844262659549713, -0.016886157914996147, -0.053799886256456375, 0.021888118237257004, -0.007918205112218857, 0.026158034801483154, 0.12733127176761627, 0.18604876101016998, 0.12538225948810577, -0.05983933433890343, -0.019750675186514854, -0.07984291762113571, 0.1044820100069046, 0.22680656611919403, -0.07897262275218964, -0.07050252705812454, 0.09112314134836197, 0.10606683790683746, -0.08987098187208176, -0.009358907118439674, -0.09383012354373932, -0.152101531624794, 0.007511882111430168, -0.06380973756313324, 0.12774668633937836, 0.06078367680311203, -0.17437535524368286, -0.0377630740404129, -0.029427368193864822, 0.1255703866481781, -0.041059594601392746, 0.014324279502034187, -0.012575343251228333, -0.04889730364084244, -0.11780106276273727, -0.10554652661085129, 0.038316018879413605, 0.03216646984219551, 0.028362998738884926, -0.09205587953329086, -0.02471191994845867, 0.0301856379956007, 0.014948451891541481, 0.12182494252920151, -0.22673478722572327, 0.07613226771354675, -0.06512482464313507, -0.23055242002010345, 0.05525742098689079, 0.04352662339806557, -0.04674309864640236, 0.09235554188489914, 0.1152472198009491, 0.0733245313167572, -0.019982635974884033, -0.07563088834285736, 0.009146582335233688, -0.06875984370708466, 0.02640366367995739, -0.08217316120862961, 0.02143842913210392, -0.21940837800502777, -0.007121257483959198, -0.08517394959926605, 0.037071116268634796, -0.12788863480091095, -0.014477158896625042, -0.14729999005794525, 0.08039505779743195, -0.09838247299194336, 0.03810713812708855, 0.03345499560236931, 0.0017001703381538391, 0.02103918045759201, 0.06081724166870117, -0.004892750643193722, -0.055435940623283386, 0.11761714518070221, -0.14215372502803802, -0.12378916144371033, 0.05789096653461456, -0.010104740969836712, -0.005124564282596111, 0.009541567414999008, 0.33339688181877136, -0.007413554470986128, -0.09428926557302475, -0.0583200640976429, 0.1475498378276825, -0.1315603405237198, -0.1773538887500763, 0.03828158229589462, -0.02672366239130497, -0.06952399760484695, -0.04195825383067131, 0.09081649035215378, 0.003983980044722557, -0.08267232030630112, -0.06001678854227066, -0.06100509688258171, -0.10999146103858948, -0.06335921585559845, -0.019685866311192513, 0.02261597290635109, 0.014326267875730991, 0.1124931126832962, -0.0397285632789135, 0.07047653943300247, 0.041045669466257095, 0.024612907320261, -0.022282229736447334, 0.11369729042053223, -0.09064019471406937, -0.01214009989053011, -0.07630918174982071, -0.13423527777194977, 0.03876552730798721, -0.0405176617205143, 0.054799631237983704, -0.04103998839855194, 0.06789509952068329, -0.06393669545650482, -0.03908059373497963, 0.05333971977233887, 0.02838641032576561, 0.04277896136045456, 0.014311701990664005, -0.056898172944784164, 0.030956845730543137, -0.08292483538389206, 0.0015423321165144444, 0.05212318152189255, -0.04480202496051788, 0.17414624989032745, 0.1175028383731842, 0.037956442683935165, -0.08528517186641693, 0.06810823827981949, -0.08368948847055435, -0.006222277879714966, -0.0800211951136589, -0.03433891758322716, -0.04728800058364868, -0.023876626044511795, 0.06366030871868134, 0.12020853906869888, 0.16466130316257477, 0.11310606449842453, 0.08963695168495178, 0.054853565990924835, -0.03823012858629227, -0.013276197947561741, 0.02263009548187256, -0.09526386857032776, 0.009535050950944424, -0.12219949811697006, -0.03553592413663864, -0.05360541120171547, -0.03548288717865944, 0.07571465522050858, 0.04809562489390373, -0.06408537179231644, -0.0760059729218483, -0.028740892186760902, 0.1562928855419159, -0.20215223729610443, 0.1467883437871933, 0.10931898653507233, 0.10371188074350357, 0.17773345112800598, -0.01995856873691082, -0.050688497722148895, -0.014339953660964966, -0.06968696415424347, -0.07061024010181427, 0.23702563345432281, -0.0828527957201004, -0.00893441028892994, 0.07016531378030777, 0.02319028228521347, 0.09865566343069077, -0.12816503643989563, -0.09406939893960953, -0.06119879335165024, -0.047431882470846176, -0.16246865689754486, -0.028693702071905136, -0.0019050352275371552, 0.07405228167772293, 0.0920850858092308, 0.05793265253305435, 0.12377040088176727, 0.02194679155945778, -0.05192621424794197, 0.09789358079433441, -0.17544463276863098, -0.2689400017261505, -0.03672966733574867, -0.03934824839234352, 0.007723718415945768, 0.034051019698381424, -0.04427304491400719, -0.1656545102596283, -0.01266299095004797, 0.06280040740966797, 0.032223936170339584, -0.12751296162605286, 0.021046634763479233, 0.035416342318058014, 0.053083643317222595, -0.1261698305606842, -0.0811086893081665, -0.008275812491774559, -0.030023392289876938, -0.008855603635311127, 0.10012365877628326, -0.11201618611812592, 0.06439623236656189, 0.07900083065032959, 0.03363097086548805, 0.0985536277294159, -0.06369379162788391, 0.1234404668211937, -0.10841644555330276, 0.018824640661478043, 0.14518092572689056, -0.0022441709879785776, -0.003096616128459573, 0.10513660311698914, 0.028726600110530853, -0.12118924409151077, -0.013998148962855339, -0.03987858071923256, -0.16576257348060608, -0.2584074139595032, -0.07633870095014572, -0.049709662795066833, 0.18615105748176575, 0.04928208142518997, 0.07795390486717224, 0.0008313736179843545, 0.09763677418231964, 0.060745395720005035, -0.041801318526268005, -0.0823359414935112, -0.017095647752285004, -0.19655536115169525, -0.06951205432415009, -0.025581883266568184, -0.059829749166965485, 0.04793427884578705, 0.20842640101909637, 0.2506418526172638, 0.21075750887393951, 0.0733770951628685, 0.09094642102718353, 0.04710983857512474, 0.17775551974773407, 0.1085619181394577, 0.07344821840524673, 0.0788361132144928, -0.025882354006171227, 0.0357174426317215, 0.03862979635596275, -0.07571299374103546, 0.04281472787261009, 0.1259755939245224, -0.22341720759868622, 0.08752720057964325, -0.1018986627459526, 0.043599341064691544, -0.00262778764590621, 0.1488981395959854, -0.0656277984380722, 0.03666529804468155, 0.05101117864251137, 0.05359494686126709, -0.08005036413669586, 0.06959213316440582, 0.11556661874055862, -0.07338852435350418, 0.04897457733750343, 0.035158317536115646, 0.04315886273980141, -0.15206074714660645, -0.053432293236255646, -0.16180452704429626, -0.07726284116506577, -0.0660572275519371, 0.12945802509784698, -0.16314053535461426, 0.19383804500102997, 0.042494360357522964, -0.08743242174386978, -0.13126379251480103, -0.0470714196562767, -0.014859670773148537, 0.060951948165893555, 0.11574816703796387, 0.09424519538879395, -0.12408583611249924, -0.07083551585674286, -0.08702545613050461, 0.04889153689146042, 0.1233300045132637, -0.06536873430013657, -0.11654262989759445, 0.053973693400621414, 0.03593287616968155, -0.06931091845035553, -0.16155235469341278, -0.11232966929674149, -0.0505036935210228, 0.04182567819952965, 0.03024130128324032, -0.0562601238489151, -0.058823246508836746, 0.036322638392448425, 0.154323548078537, 0.16756746172904968, 0.09801673144102097, -0.0690152645111084, -0.11230353266000748, 0.08700080215930939, 0.11787014454603195, 0.0009991544065997005, 0.00656002527102828, 0.005372032523155212, 0.025824716314673424, -0.08774086087942123, -0.17092877626419067, 0.10262592881917953, -0.11889306455850601, 0.011410669423639774, -0.07112614065408707, 0.10995597392320633, 0.01414218544960022, -0.01595122367143631, 0.013681083917617798, -0.019120831042528152, -0.025056324899196625, -0.06520548462867737, 0.19533541798591614, -0.07054053246974945, 0.06921502202749252, 0.2822493314743042, 0.13986118137836456, 0.02672961726784706, 0.06931278854608536, -0.13686512410640717, 0.13265305757522583, 0.0751257836818695, -0.029408633708953857, 0.18293152749538422, 0.21519356966018677, -0.0010924221714958549, -0.25357407331466675, 0.01640458032488823, -0.12845206260681152, -0.07748673856258392, -0.034156229346990585, -0.2670441269874573, 0.08077313005924225, 0.08471468836069107, -0.09999505430459976, 0.2512127459049225, -0.02542482130229473, -0.02565932273864746, 0.09743158519268036, -0.03851749747991562, 0.3787970244884491, -0.08423129469156265, -0.08254901319742203, -0.0728442370891571, -0.16987299919128418, 0.24776902794837952, -0.1432424634695053, 0.02378240041434765, 0.009331421926617622, 0.13209082186222076, -0.029752139002084732, -0.06432487070560455, 0.14965713024139404, 0.05000743642449379, -0.01865711435675621, -0.0591377392411232, -0.11260958015918732, 0.12021860480308533, -0.057797644287347794, -0.00442897342145443, 0.058913927525281906, 0.045006707310676575, -0.1534125804901123, 0.007361555937677622, -0.013535196892917156, 0.0598842091858387, 0.06396558880805969, -0.13419032096862793, -0.16257449984550476, 0.026269789785146713, -0.17019543051719666, 0.015542158856987953, 0.20966030657291412, 0.05052035301923752, -0.006788306403905153, 0.133052796125412, -0.08325901627540588, -0.19811835885047913, 0.09713470935821533, -0.022297989577054977, -0.11780054867267609, 0.0967138335108757, -0.26559245586395264, 0.03950859606266022, 0.036651611328125, 0.01989990845322609, 0.08706770837306976, 0.002156644593924284, -0.09409594535827637, 0.026781247928738594, 0.1362747699022293, -0.1431361436843872, -0.006388440728187561, 0.060822829604148865, -0.11670141667127609, 0.05724864825606346, 0.08409828692674637, 0.17431770265102386, 0.06405145674943924, -0.0811680480837822, -0.043407101184129715, 0.12269575893878937, -0.11985179036855698, 0.05549290031194687, 0.10748318582773209, 0.025151703506708145, -0.16866470873355865, 0.20906756818294525, 0.06776144355535507, -0.0423710010945797, 0.02864828333258629, -0.01771106943488121, -0.08131441473960876, -0.07342147827148438, -0.09682344645261765, 0.04823305830359459, -0.12752515077590942, -0.0978018194437027, -0.008383101783692837, -0.060052111744880676, -0.0058039273135364056, 0.029820378869771957, -0.002012359444051981, 0.08525042235851288, 0.06705977022647858, 0.0396563820540905, -0.03248431533575058, -0.0989442989230156, -0.10026873648166656, 0.02316322736442089, -0.10419348627328873, -0.2148219645023346, -0.022548891603946686, 0.20111115276813507, -0.05849456042051315, -0.027632910758256912, -0.17049026489257812, 0.06082388386130333, -0.20420001447200775, 0.027706440538167953, -0.0010575330816209316, -0.029375333338975906, 0.011399073526263237, -0.09489858150482178, 0.0010139134246855974, 0.0014117162209004164, -0.10917171835899353, 0.08596498519182205, -0.01569478027522564, 0.02580912970006466, -0.13648824393749237, -0.007234290707856417, 0.11735142022371292, 0.024059955030679703, 0.23324614763259888, 0.16915331780910492, 0.05871930345892906, 0.0733451098203659, -0.07693208009004593, -0.08309309184551239, 0.06313296407461166, 0.037583522498607635, 0.05385381355881691, 0.07223819196224213, -0.01452044676989317, 0.030840672552585602, -0.024009989574551582, 0.05261192098259926, 0.04226914420723915, -0.0582805797457695, -0.04939935356378555, -0.0892983004450798, -0.06166193634271622, 0.0274053905159235, -0.018915630877017975, 0.20181408524513245, 0.000580387597437948, -0.053405825048685074, 0.07193522900342941, 0.015973597764968872, -0.035028114914894104, -0.03212693706154823, -0.019734511151909828, -0.06993672251701355, 0.030484361574053764, 0.05047491937875748, 0.015986688435077667, -0.03611389547586441, 0.41463756561279297, 0.020231841132044792, -0.12968604266643524, -0.007193606812506914, 0.1860598623752594, 0.033988237380981445, 0.014697044156491756, 0.12036016583442688, 0.02190311625599861, -0.030822275206446648, -0.16227029263973236, -0.0015346476575359702, 0.05941752344369888, -0.10360629111528397, 0.06869436800479889, -0.014549106359481812, 0.11050032824277878, -0.06209401786327362, 0.12062415480613708, -0.07612529397010803, 0.009119508787989616, -0.023875948041677475, -0.039753418415784836, 0.01580176129937172, 0.04838457331061363, -0.19982081651687622, 0.09411193430423737, -0.029329121112823486, 0.01745368354022503, -0.03438679873943329, -0.06559035927057266, -0.05956794321537018, -0.08740617334842682, -0.026861142367124557, -0.19142629206180573, 0.0678337812423706, -0.09694112092256546, 0.03709719702601433, 0.26224076747894287, 0.06461891531944275, 0.033562734723091125, 0.03475918993353844, 0.04271755367517471, 0.04219655692577362, 0.007593473419547081, 0.042957860976457596, -0.04828457161784172, 0.08029733598232269, -0.11981311440467834, 0.04736804962158203, 0.009546520188450813, 0.04236738383769989, -0.015530123375356197, 0.043745748698711395, 0.022825030609965324, -0.08963532745838165, -0.03645441308617592, -0.11316800862550735, 0.04212639480829239, -0.11801323294639587, 0.1413411647081375, -0.006600168067961931, 0.06632104516029358, 0.08066901564598083, 0.2510461211204529, -0.01969168707728386, 0.024433521553874016, -0.06939572095870972, 0.03407913073897362, -0.1291450411081314, 0.06918216496706009, 0.018104687333106995, -0.07131247967481613, -0.07818520814180374, 0.17565788328647614, 0.2544894516468048, -0.060542233288288116, 0.003894438734278083, 0.025565793737769127, 0.019885223358869553, 0.0453086718916893, 0.14859391748905182, 0.013139666989445686, 0.06968654692173004, 0.00955520011484623, -0.050499968230724335, 0.07070454955101013, -0.08118583261966705, -0.06813330203294754, 0.06911778450012207, 0.05365580692887306, -0.006414302624762058, -0.10645794868469238, 0.12103016674518585, -0.13678906857967377, -0.1426095813512802, 0.07736968994140625, -0.17038358747959137, -0.08903525769710541, 0.003187746275216341, 0.1362154185771942, -0.024306055158376694, 0.04053030163049698, -0.06344756484031677, -0.007050391752272844, -0.07788702100515366, 0.003496081568300724, -0.31261152029037476, -0.16191904246807098, 0.09546615183353424, -0.0878799706697464, 0.1344531625509262, -0.06230320781469345, 0.0817028135061264, 0.031517110764980316, -0.01289806142449379, -0.12670829892158508, -0.015861153602600098, -0.004281104076653719, 0.01708442158997059, -0.1286500096321106, 0.11146754771471024, -0.089806467294693, -0.10364608466625214, 0.08416511118412018, -0.08728034794330597, -0.12792101502418518, 0.18507950007915497, 0.05078195035457611, -0.06876461207866669, -0.012899219989776611, -0.11555853486061096, 0.09172956645488739, -0.056061796844005585, -0.06626240164041519, 0.031540460884571075, -0.01805291324853897, 0.0964997187256813, 0.041119202971458435, -0.04843447357416153, -0.06039957329630852, 0.0032612744253128767, -0.08552069962024689, 0.09171979129314423, 0.005849570035934448, -0.07786598801612854, 0.09237801283597946, -0.04461896792054176, 0.05856926739215851, -0.06977926939725876, 0.06317602843046188, 0.1417449414730072, 0.06259894371032715, -0.011460283771157265, -0.05066385120153427, 0.062420185655355453, -0.05801355093717575, -0.030052106827497482, -0.09063492715358734 ]
db1bb8a11bfe4325074cedc97cfa0d340d2e5492
## Dataset Description The dataset contains shadowgraph images of different high-speed flows taken by the high-speed camera. The dataset is prepared for the YOLO model. There are 4 classes of objects: shock waves, bow shocks, plumes, particles in the flow and background. ### Languages english ### Citation Information If you use the dataset, please provide a reference to the paper: Doroshchenko I.A. Analysis of the Experimental Flow Shadowgraph Images by Computer Vision Methods // Numerical Methods and Programming (Vychislitel’nye Metody i Programmirovanie). 2023. 24. 231-242. doi 10.26089/NumMet.v24r217 ### Acknowledgements This study was supported by the Russian Science Foundation (Grant No. 22-79-00054) ### Licensing Information The dataset is released under Apache 2.0. --- license: apache-2.0 ---
igor3357/shadowgraph_images
[ "language:en", "license:apache-2.0", "physics", "schlieren", "shadowgraph", "flow visualization", "region:us" ]
2023-03-20T21:20:14+00:00
{"language": ["en"], "license": "apache-2.0", "tags": ["physics", "schlieren", "shadowgraph", "flow visualization"]}
2023-06-28T21:08:35+00:00
[]
[ "en" ]
TAGS #language-English #license-apache-2.0 #physics #schlieren #shadowgraph #flow visualization #region-us
## Dataset Description The dataset contains shadowgraph images of different high-speed flows taken by the high-speed camera. The dataset is prepared for the YOLO model. There are 4 classes of objects: shock waves, bow shocks, plumes, particles in the flow and background. ### Languages english If you use the dataset, please provide a reference to the paper: Doroshchenko I.A. Analysis of the Experimental Flow Shadowgraph Images by Computer Vision Methods // Numerical Methods and Programming (Vychislitel’nye Metody i Programmirovanie). 2023. 24. 231-242. doi 10.26089/NumMet.v24r217 ### Acknowledgements This study was supported by the Russian Science Foundation (Grant No. 22-79-00054) ### Licensing Information The dataset is released under Apache 2.0. --- license: apache-2.0 ---
[ "## Dataset Description\nThe dataset contains shadowgraph images of different high-speed flows taken by the high-speed camera. The dataset is prepared for the YOLO model. There are 4 classes of objects: shock waves, bow shocks, plumes, particles in the flow and background.", "### Languages\n\nenglish \n\n\n\nIf you use the dataset, please provide a reference to the paper:\n\nDoroshchenko I.A. Analysis of the Experimental Flow Shadowgraph Images by Computer Vision Methods // Numerical Methods and Programming (Vychislitel’nye Metody i Programmirovanie). 2023. 24. 231-242. doi 10.26089/NumMet.v24r217", "### Acknowledgements\n\nThis study was supported by the Russian Science Foundation (Grant No. 22-79-00054)", "### Licensing Information\nThe dataset is released under Apache 2.0.\n\n---\nlicense: apache-2.0\n---" ]
[ "TAGS\n#language-English #license-apache-2.0 #physics #schlieren #shadowgraph #flow visualization #region-us \n", "## Dataset Description\nThe dataset contains shadowgraph images of different high-speed flows taken by the high-speed camera. The dataset is prepared for the YOLO model. There are 4 classes of objects: shock waves, bow shocks, plumes, particles in the flow and background.", "### Languages\n\nenglish \n\n\n\nIf you use the dataset, please provide a reference to the paper:\n\nDoroshchenko I.A. Analysis of the Experimental Flow Shadowgraph Images by Computer Vision Methods // Numerical Methods and Programming (Vychislitel’nye Metody i Programmirovanie). 2023. 24. 231-242. doi 10.26089/NumMet.v24r217", "### Acknowledgements\n\nThis study was supported by the Russian Science Foundation (Grant No. 22-79-00054)", "### Licensing Information\nThe dataset is released under Apache 2.0.\n\n---\nlicense: apache-2.0\n---" ]
[ 34, 66, 88, 26, 24 ]
[ "passage: TAGS\n#language-English #license-apache-2.0 #physics #schlieren #shadowgraph #flow visualization #region-us \n## Dataset Description\nThe dataset contains shadowgraph images of different high-speed flows taken by the high-speed camera. The dataset is prepared for the YOLO model. There are 4 classes of objects: shock waves, bow shocks, plumes, particles in the flow and background.### Languages\n\nenglish \n\n\n\nIf you use the dataset, please provide a reference to the paper:\n\nDoroshchenko I.A. Analysis of the Experimental Flow Shadowgraph Images by Computer Vision Methods // Numerical Methods and Programming (Vychislitel’nye Metody i Programmirovanie). 2023. 24. 231-242. doi 10.26089/NumMet.v24r217### Acknowledgements\n\nThis study was supported by the Russian Science Foundation (Grant No. 22-79-00054)### Licensing Information\nThe dataset is released under Apache 2.0.\n\n---\nlicense: apache-2.0\n---" ]
[ -0.13991281390190125, 0.326492041349411, -0.00031668125302530825, 0.06352180242538452, -0.0067139239981770515, -0.03042631596326828, 0.2027614265680313, 0.08284369111061096, -0.09332449734210968, 0.015232466161251068, 0.13788104057312012, -0.03382297232747078, 0.014874112792313099, 0.13569267094135284, 0.03387395665049553, -0.28887295722961426, 0.023597102612257004, -0.08237317949533463, -0.2039237916469574, 0.02621365152299404, 0.09282573312520981, -0.05294239893555641, 0.06358031928539276, -0.029629826545715332, 0.000595608027651906, -0.03868527710437775, -0.005325568374246359, -0.09893309324979782, 0.013115114532411098, 0.0556802935898304, -0.06308653950691223, 0.028981471434235573, 0.09628008306026459, -0.07874734699726105, 0.008253241889178753, -0.0032352174166589975, -0.03500967100262642, 0.08989223837852478, 0.030613476410508156, -0.07470885664224625, 0.17798279225826263, -0.1237628161907196, 0.017810575664043427, 0.028153548017144203, 0.003922291565686464, -0.26090431213378906, -0.1162475198507309, 0.01570713147521019, 0.07559879869222641, 0.10104917734861374, 0.038027748465538025, 0.08404269069433212, -0.004703691694885492, 0.016808226704597473, 0.19439002871513367, -0.17826394736766815, -0.0724233090877533, -0.03246370330452919, -0.08498047292232513, 0.12131455540657043, -0.09078395366668701, 0.07772151380777359, 0.05941252037882805, 0.004685921594500542, 0.04621022567152977, -0.08143886178731918, -0.12872788310050964, 0.01270443107932806, -0.11246971040964127, 0.009507429786026478, 0.37392115592956543, -0.03528328239917755, -0.08200369030237198, -0.005819382146000862, -0.02540142834186554, 0.16971808671951294, -0.02706053853034973, 0.08619734644889832, 0.0616067573428154, -0.02331697754561901, 0.08229893445968628, -0.029336439445614815, -0.1264006495475769, -0.08470739424228668, 0.015808716416358948, 0.16446636617183685, -0.004659020341932774, 0.16801054775714874, -0.04501883685588837, -0.01816890761256218, 0.008149048313498497, -0.0804462730884552, -0.01777016557753086, -0.11129789799451828, 0.06181155517697334, 0.17605212330818176, -0.06201055645942688, -0.06391260772943497, 0.0904950350522995, 0.21699632704257965, 0.04433402419090271, 0.04513005167245865, 0.02417019009590149, 0.0525783970952034, 0.06541808694601059, 0.03693414479494095, -0.024414388462901115, -0.06431309878826141, 0.06730039417743683, -0.05280391499400139, 0.11742770671844482, -0.06586211919784546, -0.041991133242845535, 0.04533514752984047, -0.1299445480108261, 0.024333640933036804, 0.09809072315692902, -0.060429103672504425, 0.010306308045983315, -0.0454072430729866, 0.0628223642706871, -0.10240255296230316, -0.01860330067574978, -0.017687592655420303, -0.037848494946956635, -0.007724095601588488, 0.10427194088697433, -0.019028810784220695, 0.026587344706058502, -0.0396287776529789, -0.06152850762009621, -0.012757319025695324, -0.04794733598828316, -0.025695858523249626, 0.038598790764808655, 0.026907745748758316, -0.0019286118913441896, -0.07364659011363983, -0.12647287547588348, 0.008536187000572681, 0.13864398002624512, -0.03441581502556801, -0.009044434875249863, 0.0256846584379673, 0.014645976945757866, 0.0756034106016159, -0.0053872838616371155, 0.054787375032901764, -0.043057817965745926, 0.01944023370742798, -0.10468728840351105, 0.08342626690864563, -0.14814680814743042, 0.006211080122739077, -0.09421684592962265, 0.05821402743458748, 0.13620209693908691, 0.0018267682753503323, -0.19844019412994385, -0.0041740755550563335, -0.09853505343198776, -0.06410875171422958, 0.07651295512914658, -0.029233934357762337, 0.052485283464193344, 0.20648887753486633, -0.24023278057575226, 0.0013934358721598983, 0.07236327230930328, -0.16740290820598602, -0.03625894710421562, 0.10530154407024384, -0.018627718091011047, -0.007581805810332298, 0.0399068221449852, 0.12035995721817017, 0.0958174392580986, -0.07983572781085968, -0.018024161458015442, 0.018385140225291252, 0.021514063701033592, -0.07825639843940735, 0.20648127794265747, -0.028814397752285004, -0.04089108109474182, 0.06684468686580658, -0.12033617496490479, -0.00043022065074183047, -0.015904201194643974, -0.1260514110326767, 0.027275748550891876, -0.08102288842201233, 0.06183148920536041, -0.007266316097229719, 0.03545984998345375, -0.0439029261469841, 0.0046627577394247055, -0.0031934028957039118, 0.13555988669395447, -0.013117878697812557, 0.011246628127992153, -0.002181887859478593, 0.05542842671275139, -0.049576323479413986, 0.0031273076310753822, -0.07166242599487305, 0.017806846648454666, 0.004234688822180033, 0.001971806399524212, 0.09135207533836365, -0.06214946135878563, 0.06882896274328232, 0.09840115904808044, -0.025207918137311935, 0.04030132666230202, -0.039991267025470734, -0.018198473379015923, -0.01961526833474636, -0.19311824440956116, 0.01700156182050705, -0.02998671866953373, 0.15501944720745087, -0.13874506950378418, -0.006108442321419716, 0.058985691517591476, -0.03496340662240982, 0.027204882353544235, -0.018086696043610573, 0.026096533983945847, -0.07576414942741394, -0.03465939313173294, -0.017212307080626488, 0.004851098172366619, 0.026977984234690666, -0.0455482192337513, 0.061360012739896774, 0.0004144122649449855, 0.06422985345125198, 0.10031009465456009, 0.031968701630830765, 0.07017944008111954, -0.0549454428255558, -0.07976424694061279, -0.01648631878197193, 0.006592640653252602, 0.11134788393974304, -0.0951494574546814, -0.02532270923256874, 0.006891242694109678, -0.05956263840198517, 0.08741914480924606, 0.06376994401216507, -0.1352996677160263, -0.10126771032810211, 0.08228811621665955, 0.04101642966270447, 0.05446328967809677, 0.06757723540067673, 0.14612269401550293, -0.07925437390804291, 0.17053380608558655, 0.006408008746802807, -0.12758868932724, -0.05223323777318001, -0.07780826091766357, 0.056182242929935455, 0.2721632421016693, 0.053860340267419815, -0.01779695227742195, 0.08629388362169266, -0.0030038885306566954, 0.006590472534298897, -0.10376598685979843, -0.036846309900283813, -0.03911951556801796, 0.012628423981368542, 0.004155757836997509, -0.042231179773807526, -0.18562692403793335, 0.07008758932352066, -0.013682463206350803, 0.046654075384140015, -0.01050358172506094, -0.04878633841872215, -0.07984752207994461, 0.12558266520500183, -0.17467904090881348, -0.18714186549186707, -0.1661396622657776, 0.07355566322803497, -0.11257555335760117, 0.020120706409215927, 0.051143039017915726, -0.10672223567962646, -0.08922175318002701, -0.03285028412938118, -0.07773339748382568, -0.05911736190319061, 0.009241591207683086, 0.04459027200937271, 0.037389010190963745, -0.021106712520122528, -0.0804067999124527, 0.004483120981603861, -0.047283340245485306, 0.0429278165102005, 0.07151152193546295, -0.052177902311086655, 0.15062636137008667, -0.0020146372262388468, 0.061315473169088364, -0.0000011654079798972816, -0.001713558565825224, 0.092503122985363, -0.016149379312992096, 0.019768407568335533, 0.1563921719789505, 0.007588323671370745, 0.03284314274787903, -0.02933831326663494, 0.03679968789219856, -0.05455706641077995, -0.017897626385092735, 0.027363019064068794, -0.11843618750572205, -0.21605992317199707, -0.11968038976192474, -0.10157995671033859, 0.07679158449172974, 0.020386336371302605, 0.05751769244670868, 0.061565279960632324, 0.08693177998065948, -0.015065716579556465, 0.026575777679681778, 0.022995291277766228, 0.07437602430582047, -0.015545960515737534, -0.010402986779808998, 0.05722622573375702, -0.11534638702869415, 0.09039594978094101, 0.19915585219860077, -0.03916829824447632, 0.3214135766029358, 0.028864745050668716, 0.12329820543527603, 0.0761999636888504, 0.2316366583108902, 0.018602117896080017, 0.06650451570749283, 0.023966461420059204, 0.08526460826396942, -0.05429179221391678, -0.1681525707244873, -0.05612243711948395, 0.18390366435050964, -0.1306169629096985, -0.03798582777380943, 0.02239971049129963, 0.04743637144565582, 0.03113590180873871, 0.17519758641719818, 0.039734937250614166, -0.13564175367355347, -0.10355508327484131, 0.08843162655830383, 0.1514076441526413, -0.03138255327939987, 0.08561283349990845, 0.052320368587970734, -0.05835467949509621, 0.13186873495578766, -0.04675251245498657, 0.05465567484498024, 0.016099154949188232, -0.08810118585824966, -0.05676316097378731, -0.0527656115591526, 0.012685279361903667, 0.10103631764650345, -0.14458467066287994, 0.15743839740753174, 0.01659264974296093, -0.010341942310333252, -0.08438460528850555, 0.0013791228411719203, 0.075300432741642, 0.033547572791576385, 0.13682697713375092, 0.055595897138118744, -0.16000686585903168, 0.09806212782859802, -0.13349580764770508, 0.0279263723641634, 0.022925537079572678, -0.004568612668663263, 0.004208968486636877, -0.004886144306510687, -0.018616771325469017, 0.02115260623395443, 0.050595466047525406, -0.12389025837182999, -0.13952310383319855, 0.06359288096427917, 0.020070841535925865, -0.036238398402929306, -0.10346271097660065, -0.13934849202632904, 0.11522244662046432, 0.03565738722681999, -0.12270133942365646, -0.11549720913171768, -0.11260174214839935, -0.008398163132369518, 0.1231941282749176, -0.045957885682582855, 0.039211101830005646, -0.015160221606492996, 0.06427901238203049, 0.0012077332939952612, -0.17306438088417053, 0.02692228928208351, -0.10465522855520248, -0.16121189296245575, -0.04999968409538269, 0.08047432452440262, 0.07117585092782974, 0.04562653228640556, -0.08518059551715851, 0.08371467888355255, -0.032260794192552567, -0.1477910280227661, 0.10114625096321106, 0.21002568304538727, 0.06007464975118637, -0.014688259921967983, 0.008680174127221107, -0.1757533848285675, -0.015557238832116127, -0.044728606939315796, 0.011477445252239704, 0.21226610243320465, -0.0995289757847786, 0.22762738168239594, 0.23953671753406525, -0.12929290533065796, -0.20398662984371185, -0.05459361523389816, -0.0271600428968668, -0.00911745335906744, 0.0056687649339437485, -0.2151428461074829, 0.049960244446992874, 0.05379851534962654, -0.08961337059736252, 0.11364136636257172, -0.20896194875240326, -0.07456362247467041, 0.06116741523146629, 0.049970000982284546, 0.18351642787456512, -0.17666731774806976, -0.04770776256918907, -0.09088146686553955, -0.1036895141005516, 0.20162448287010193, -0.12730589509010315, -0.0021363405976444483, -0.0592590793967247, -0.07965105772018433, 1.6048363704612711e-7, -0.047698915004730225, 0.19524240493774414, -0.09864448010921478, 0.04627244919538498, -0.09199586510658264, -0.07165096700191498, 0.2795693874359131, -0.03091740980744362, 0.11133699119091034, -0.02435709722340107, 0.09188516438007355, -0.1023503765463829, -0.019562214612960815, -0.040036000311374664, 0.03586040064692497, -0.05683033913373947, -0.10855124145746231, -0.04222633317112923, 0.05215243250131607, 0.028196968138217926, 0.008798405528068542, 0.12515708804130554, 0.08839907497167587, -0.14287301898002625, 0.12640303373336792, -0.019340084865689278, 0.08818992972373962, -0.04436582326889038, -0.06815832853317261, -0.04020354524254799, 0.058689385652542114, -0.2925308644771576, -0.027958964928984642, 0.06713275611400604, 0.08640105277299881, -0.01029101014137268, -0.029866520315408707, -0.11234933137893677, 0.09758704900741577, 0.05856698006391525, -0.17108814418315887, -0.07321266829967499, -0.021124010905623436, 0.13284116983413696, -0.03240487724542618, 0.0901942104101181, 0.1191970556974411, -0.13898798823356628, -0.019866880029439926, -0.04548601433634758, 0.07996607571840286, -0.035386111587285995, 0.09374398738145828, 0.12202389538288116, -0.040187541395425797, -0.0759543925523758, 0.17850038409233093, 0.06263820827007294, 0.059441957622766495, 0.038124579936265945, 0.13190798461437225, -0.054920490831136703, -0.04250633716583252, 0.07870644330978394, 0.041947636753320694, -0.07300996780395508, -0.10041820257902145, -0.0572790689766407, 0.0034049549140036106, -0.02046925202012062, -0.048191141337156296, 0.05180218815803528, -0.0022323881275951862, -0.009599080309271812, 0.01580507680773735, 0.02698788046836853, 0.08325830847024918, -0.04210151731967926, -0.06253059953451157, -0.05386479198932648, -0.10586860030889511, 0.00866561010479927, 0.04549195244908333, -0.05141637474298477, -0.08711101114749908, -0.022423047572374344, 0.016639800742268562, -0.21674390137195587, 0.08008787035942078, -0.07853759825229645, 0.050131842494010925, -0.08102148771286011, -0.062170445919036865, -0.05820479989051819, 0.060677412897348404, -0.04227138310670853, 0.012635035440325737, -0.07500690966844559, 0.0617406964302063, -0.15267091989517212, -0.08560965955257416, 0.02670479565858841, -0.0021284811664372683, 0.0394316166639328, 0.07954785972833633, 0.0267033651471138, 0.05444677546620369, 0.03683687001466751, 0.029183929786086082, -0.030049258843064308, 0.03942439705133438, 0.014999152161180973, -0.03104342892765999, -0.07826516032218933, 0.028039442375302315, 0.0032889184076339006, -0.037475842982530594, 0.09850837290287018, -0.07233045995235443, -0.0659007877111435, -0.03055509552359581, -0.07335904985666275, -0.04049158841371536, 0.031239155679941177, 0.05947871878743172, 0.07904677093029022, 0.07656833529472351, -0.023092782124876976, 0.036723542958498, -0.09283650666475296, -0.04256065934896469, -0.02340790629386902, -0.07690196484327316, -0.18153798580169678, -0.0014012102037668228, 0.023848598822951317, -0.02225705049932003, 0.11902235448360443, 0.06533442437648773, -0.027799123898148537, -0.029206665232777596, 0.015944715589284897, 0.022267436608672142, 0.06417292356491089, 0.14356642961502075, -0.0002794379834085703, 0.05029112845659256, -0.02429918199777603, 0.04094007611274719, 0.019792474806308746, 0.08262060582637787, 0.027341479435563087, 0.09391621500253677, 0.2491641789674759, 0.08052365481853485, -0.014307364821434021, -0.052956484258174896, -0.15256255865097046, 0.0027519892901182175, 0.0415940135717392, 0.062352608889341354, -0.06839725375175476, 0.02137024886906147, 0.17515650391578674, -0.13368476927280426, 0.05001476779580116, -0.020903097465634346, -0.040918268263339996, -0.02526054158806801, -0.22781814634799957, -0.04555989429354668, -0.05762438848614693, -0.042500171810388565, -0.10683438181877136, 0.05744333937764168, 0.1076512485742569, 0.0015359248500317335, 0.025873780250549316, -0.015712672844529152, -0.03507675230503082, -0.05104130506515503, 0.01671665906906128, -0.021676545962691307, -0.05495767295360565, 0.031856097280979156, -0.010121230036020279, 0.03847230225801468, -0.02991287037730217, -0.005065036006271839, 0.05509829893708229, 0.055546943098306656, 0.0703890472650528, -0.013545392081141472, -0.09446275979280472, -0.016806991770863533, 0.003266245825216174, 0.11601565033197403, 0.075470931828022, 0.06215187534689903, -0.039754416793584824, 0.07461125403642654, 0.1685343086719513, -0.036258209496736526, -0.028808515518903732, -0.07097534090280533, 0.07746651023626328, -0.12223032116889954, 0.01931731216609478, 0.017119718715548515, -0.052594732493162155, -0.008510157465934753, 0.13388346135616302, 0.25263848900794983, 0.03975120186805725, -0.06776151061058044, -0.011269133538007736, -0.008812589570879936, -0.07193911075592041, 0.12471750378608704, 0.012827320024371147, 0.35968759655952454, -0.06190815195441246, -0.0210269745439291, -0.058544598519802094, 0.008003776893019676, -0.10847207903862, 0.1106426939368248, -0.036682479083538055, -0.06826425343751907, -0.030487604439258575, 0.08324778825044632, 0.030428007245063782, -0.12813079357147217, 0.09141799807548523, -0.10459314286708832, -0.09148940443992615, 0.047027215361595154, 0.006065020337700844, 0.07645540684461594, 0.006843859795480967, -0.04333798959851265, 0.03424840420484543, 0.0766926035284996, 0.02488345466554165, -0.15751616656780243, -0.09843309968709946, 0.15496310591697693, -0.09075425565242767, 0.22207903861999512, 0.005137923639267683, 0.12046869844198227, 0.04358094930648804, 0.007875459268689156, -0.14716525375843048, -0.05245765671133995, 0.02338746003806591, -0.044940315186977386, -0.035175029188394547, 0.025922434404492378, -0.08137628436088562, 0.06416763365268707, 0.06045640632510185, 0.1799117475748062, -0.016627773642539978, 0.08019978553056717, -0.0034969686530530453, -0.06453837454319, 0.08616854250431061, -0.172505185008049, 0.08452620357275009, -0.0018984084017574787, -0.08489013463258743, -0.09691493213176727, -0.05991121754050255, 0.09026255458593369, -0.005250770132988691, -0.07727489620447159, 0.045686978846788406, -0.020946815609931946, -0.020983552560210228, 0.003887750208377838, 0.05311993137001991, -0.1139097511768341, -0.038157157599925995, -0.060651008039712906, -0.003849318018183112, 0.027469037100672722, -0.0006371567142196, 0.08039180189371109, -0.09264562278985977, -0.06377284973859787, -0.1248016282916069, 0.009214833378791809, 0.009137754328548908, -0.03489942103624344, -0.08554375171661377 ]
90af243a7c49e4af5f070efa51d98be768650c89
# Dataset Card for "MedQA-USMLE-4-options-hf-MPNet-IR" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
GBaker/MedQA-USMLE-4-options-hf-MPNet-IR
[ "region:us" ]
2023-03-20T21:53:01+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sent1", "dtype": "string"}, {"name": "sent2", "dtype": "string"}, {"name": "ending0", "dtype": "string"}, {"name": "ending1", "dtype": "string"}, {"name": "ending2", "dtype": "string"}, {"name": "ending3", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 14052739, "num_examples": 10178}, {"name": "validation", "num_bytes": 1754234, "num_examples": 1272}, {"name": "test", "num_bytes": 1780124, "num_examples": 1273}], "download_size": 10209487, "dataset_size": 17587097}}
2023-03-20T21:53:18+00:00
[]
[]
TAGS #region-us
# Dataset Card for "MedQA-USMLE-4-options-hf-MPNet-IR" More Information needed
[ "# Dataset Card for \"MedQA-USMLE-4-options-hf-MPNet-IR\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"MedQA-USMLE-4-options-hf-MPNet-IR\"\n\nMore Information needed" ]
[ 6, 28 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"MedQA-USMLE-4-options-hf-MPNet-IR\"\n\nMore Information needed" ]
[ -0.09517580270767212, 0.11187010258436203, -0.0016085392562672496, -0.10464958846569061, 0.06866130977869034, 0.13784611225128174, 0.16709370911121368, 0.07314614206552505, 0.0536595955491066, -0.09594311565160751, 0.11948647350072861, -0.0012374002253636718, 0.036890819668769836, 0.1524776816368103, -0.005025952588766813, -0.057972557842731476, 0.020934073254466057, 0.03336752951145172, -0.10418178886175156, 0.03609586879611015, 0.04250384122133255, 0.009187554940581322, 0.06119369715452194, -0.001465076464228332, -0.07990558445453644, 0.09865119308233261, -0.015279563143849373, -0.045564401894807816, 0.04237748309969902, -0.04115556553006172, 0.06544599682092667, 0.0074602160602808, -0.018104076385498047, -0.19996722042560577, 0.021975934505462646, -0.008624198846518993, -0.05549326166510582, 0.04607333987951279, -0.008693252690136433, -0.07496913522481918, 0.04748670756816864, 0.0030888572800904512, -0.034764599055051804, -0.020065976306796074, -0.014417902566492558, -0.22515396773815155, -0.11759264767169952, -0.011487191542983055, -0.05346239358186722, 0.003010238753631711, 0.0826399028301239, 0.24988409876823425, -0.1322258710861206, 0.020012041553854942, 0.11348023265600204, -0.12315816432237625, 0.07748230546712875, 0.13835923373699188, 0.042643334716558456, 0.10189312696456909, 0.05039514973759651, 0.08492352813482285, 0.056366488337516785, -0.02044806256890297, -0.05078389123082161, -0.016111522912979126, -0.009054667316377163, 0.0968392863869667, -0.04707053676247597, -0.03851315379142761, 0.3928595781326294, 0.011182229965925217, 0.05865639075636864, 0.026245281100273132, -0.00532318651676178, 0.005820346996188164, -0.01156676933169365, 0.058125752955675125, 0.03215741738677025, -0.027302127331495285, 0.060067642480134964, 0.0029925869312137365, -0.08670691400766373, -0.09814149141311646, -0.13925382494926453, 0.09007346630096436, 0.004753732588142157, 0.1637989580631256, -0.11722429096698761, -0.05500774085521698, -0.05246802419424057, -0.0013920507626608014, 0.00854492001235485, -0.08348426967859268, 0.011877061799168587, -0.026437247171998024, -0.06888541579246521, 0.01786879263818264, 0.15416841208934784, 0.020416947081685066, -0.04872344806790352, 0.05407819524407387, 0.03865811973810196, 0.07059106230735779, 0.13008272647857666, -0.2139013260602951, -0.14894194900989532, 0.04147997498512268, -0.05287305265665054, -0.06434781849384308, -0.009254617616534233, -0.04640360549092293, -0.06920890510082245, 0.08291756361722946, -0.08667436242103577, 0.06520301103591919, -0.12201158702373505, -0.07683449983596802, 0.004843518137931824, -0.04539031162858009, 0.20155790448188782, -0.08884762227535248, -0.04847921058535576, 0.04357187822461128, -0.05692591890692711, 0.03478097915649414, -0.011850404553115368, 0.04875275492668152, 0.010153979063034058, 0.005798689555376768, -0.03338553011417389, 0.016218148171901703, -0.021369781345129013, -0.040568433701992035, 0.07138602435588837, 0.023518603295087814, 0.049840208142995834, -0.14588873088359833, -0.07856278866529465, 0.04965556412935257, 0.13439519703388214, -0.0385308675467968, 0.16789862513542175, 0.13121473789215088, 0.03618010878562927, -0.010538347065448761, -0.026371918618679047, 0.08635959774255753, -0.08422266691923141, 0.01165507361292839, -0.0015464347088709474, 0.05402746796607971, -0.15767499804496765, 0.04173728823661804, 0.02047080546617508, -0.0073192245326936245, -0.09715037792921066, -0.005506560672074556, -0.1616184264421463, -0.008964289911091328, -0.09390666335821152, -0.028267866000533104, -0.07199158519506454, 0.011590678244829178, -0.017084984108805656, 0.03109104000031948, -0.06520621478557587, -0.07227161526679993, 0.0009821363491937518, -0.11454451829195023, -0.18543778359889984, 0.004345592577010393, -0.0029583321884274483, -0.05169844254851341, -0.031004296615719795, 0.22861571609973907, 0.1514769345521927, -0.14600174129009247, 0.011480576358735561, 0.15378925204277039, -0.10236228257417679, -0.3550545573234558, 0.1001441553235054, 0.015013650991022587, -0.07038140296936035, -0.03970935568213463, 0.06592228263616562, 0.0389755479991436, -0.05883289501070976, -0.08563090860843658, 0.013927626423537731, -0.18066497147083282, 0.005858631804585457, -0.0315755233168602, 0.06200301647186279, -0.01263056043535471, 0.14613957703113556, 0.07691970467567444, 0.1389237344264984, 0.012400348670780659, -0.00822653342038393, -0.067079097032547, -0.007067669183015823, -0.13247427344322205, 0.010355117730796337, -0.1660509705543518, -0.07845576107501984, -0.03880295157432556, -0.12964890897274017, -0.022649090737104416, 0.052317921072244644, 0.0970376506447792, -0.01733609288930893, -0.009805802255868912, 0.10060317814350128, 0.12208046764135361, 0.09943819046020508, 0.0283229798078537, -0.11028904467821121, 0.014004023745656013, -0.06939715147018433, 0.15375924110412598, -0.016164656728506088, -0.06798400729894638, 0.04515134170651436, 0.1334816962480545, 0.025131331756711006, -0.011882182210683823, 0.10285826772451401, -0.019726764410734177, 0.06674256920814514, -0.0011223210021853447, -0.0031138164922595024, -0.04996689781546593, 0.008529981598258018, 0.11395421624183655, -0.003679753979668021, 0.27269694209098816, 0.11048775166273117, -0.10398752987384796, 0.059039290994405746, -0.023064512759447098, 0.05188670754432678, -0.03282975032925606, -0.016039086505770683, 0.00392996147274971, -0.12466700375080109, -0.053830236196517944, 0.0790318101644516, -0.07824687659740448, -0.013390067033469677, 0.007739600259810686, -0.0882759764790535, -0.11037252098321915, -0.0013127378188073635, 0.1686009019613266, -0.21126006543636322, 0.0651153102517128, 0.18960732221603394, 0.044578444212675095, 0.20217259228229523, -0.033281244337558746, -0.08516237884759903, -0.0585300549864769, -0.03838876634836197, -0.061367228627204895, 0.1369880586862564, -0.01582348346710205, -0.0005212738178670406, 0.07653641700744629, 0.03298644348978996, 0.16639207303524017, -0.09221164882183075, -0.049308765679597855, -0.0486806258559227, -0.028988197445869446, -0.19807131588459015, 0.03985726088285446, -0.017193615436553955, 0.04877951741218567, 0.009104126133024693, -0.01637369766831398, 0.1284424364566803, -0.047343626618385315, -0.07263247668743134, 0.09782415628433228, -0.22832071781158447, -0.22491784393787384, -0.028326034545898438, -0.1545291244983673, -0.03434289991855621, -0.046164464205503464, -0.10577407479286194, -0.15012505650520325, -0.03409290313720703, 0.00477508082985878, -0.18659932911396027, -0.14062371850013733, -0.037198614329099655, 0.08393067121505737, 0.06366731226444244, 0.08405735343694687, -0.10141938179731369, 0.029098620638251305, -0.08181031048297882, 0.15366241335868835, 0.13638955354690552, -0.06884827464818954, 0.09205038845539093, 0.06306304782629013, -0.021282970905303955, 0.11987506598234177, 0.03586066886782646, 0.15516595542430878, -0.021325096487998962, -0.047845933586359024, 0.13827700912952423, 0.06423675268888474, 0.017271237447857857, 0.05470966547727585, 0.13171476125717163, -0.08745426684617996, -0.026085389778017998, -0.0070838481187820435, -0.10112254321575165, -0.2764926254749298, -0.13499343395233154, -0.07690316438674927, -0.08593441545963287, -0.03788118436932564, 0.06449547410011292, -0.07014685869216919, 0.02696937695145607, 0.08788944780826569, -0.0497836172580719, -0.10133813321590424, -0.08550427109003067, 0.028328845277428627, 0.004763648845255375, -0.0031632401514798403, -0.16711707413196564, 0.018568648025393486, 0.11775310337543488, 0.23099344968795776, 0.2182331532239914, 0.10572268068790436, 0.06806309521198273, 0.11519601196050644, 0.1539946347475052, 0.10977637022733688, 0.09586852788925171, 0.08281097561120987, -0.07888316363096237, 0.06582117825746536, -0.021479174494743347, -0.019508177414536476, 0.0035326669458299875, 0.07724790275096893, -0.1525859385728836, 0.13399073481559753, -0.029332170262932777, 0.013931280933320522, -0.05392151698470116, 0.06236134096980095, -0.12569382786750793, 0.166202113032341, -0.009891478344798088, 0.03666384890675545, -0.018145548179745674, 0.0617213137447834, 0.04455308988690376, -0.01606898382306099, 0.14768505096435547, 0.02539042755961418, 0.012779772281646729, -0.12690691649913788, -0.03275875747203827, 0.051877424120903015, -0.01610582135617733, -0.015268506482243538, 0.10871909558773041, -0.14074859023094177, 0.22559800744056702, 0.06938290596008301, -0.06674832105636597, -0.0981559231877327, -0.049200303852558136, 0.0583365261554718, 0.13464052975177765, 0.0008442166727036238, 0.08873333781957626, 0.024251243099570274, -0.10639993846416473, 0.04758819192647934, 0.017261318862438202, 0.12839151918888092, 0.1013946682214737, -0.11030534654855728, 0.04344017431139946, -0.017029114067554474, -0.06703149527311325, -0.11038031429052353, -0.17009833455085754, -0.12351628392934799, 0.07074997574090958, 0.19894379377365112, -0.11145399510860443, -0.030598744750022888, 0.003570504952222109, -0.16342639923095703, 0.06780049949884415, 0.04864714667201042, -0.09944108873605728, -0.08529900759458542, -0.09195873886346817, 0.09906747192144394, 0.024404240772128105, -0.048561062663793564, 0.04139801859855652, 0.050141919404268265, -0.032907117158174515, -0.20052121579647064, 0.053489722311496735, -0.15571777522563934, 0.15871195495128632, -0.030647579580545425, 0.12360389530658722, -0.02604210376739502, 0.020178915932774544, -0.051104865968227386, -0.04803285002708435, -0.07380912452936172, -0.0803818479180336, 0.09693894535303116, -0.11552311480045319, 0.056332800537347794, 0.272569864988327, 0.035003311932086945, 0.0015120211755856872, 0.12541690468788147, -0.0924355536699295, 0.15073105692863464, 0.07214226573705673, 0.008415228687226772, 0.17372508347034454, 0.27748918533325195, 0.037081338465213776, -0.20224428176879883, -0.043640799820423126, -0.016200633719563484, -0.1331878900527954, 0.06472619622945786, -0.2191832959651947, 0.14209625124931335, 0.08100944757461548, -0.03768612816929817, 0.14533235132694244, -0.01975523866713047, 0.03302951902151108, 0.1366409808397293, 0.052072275429964066, 0.24971455335617065, -0.09196250140666962, -0.0718369260430336, -0.14494283497333527, -0.22748114168643951, 0.11779915541410446, -0.20207557082176208, 0.03103882074356079, -0.016579989343881607, 0.12398872524499893, -0.0839657261967659, -0.0553034171462059, 0.16663716733455658, 0.058891233056783676, 0.08260831981897354, -0.044953905045986176, 0.06417252123355865, 0.1207059845328331, -0.00396063132211566, 0.10624480247497559, -0.028619205579161644, -0.023173335939645767, -0.22413386404514313, 0.018168620765209198, -0.004450238775461912, -0.09610768407583237, 0.05599671229720116, -0.016327165067195892, -0.02410479635000229, 0.017392905429005623, -0.08835430443286896, -0.04641396552324295, -0.028017956763505936, -0.010106228291988373, -0.024770334362983704, 0.17051638662815094, 0.0754869133234024, -0.22567173838615417, -0.0557551383972168, -0.048834480345249176, -0.06278188526630402, 0.08535145223140717, -0.15780237317085266, 0.02779136225581169, 0.05480523034930229, -0.019987260922789574, 0.09970360994338989, -0.015039842575788498, -0.10037942975759506, -0.03360387310385704, 0.1357995569705963, -0.0582180954515934, 0.04256927967071533, 0.03486789017915726, 0.0383794791996479, -0.0013778206193819642, 0.13506151735782623, 0.11758898198604584, 0.04118972644209862, 0.02993651106953621, -0.006580010987818241, 0.04889189079403877, -0.1512148231267929, 0.1381990760564804, 0.1629272848367691, 0.07951575517654419, -0.202468141913414, 0.14192384481430054, -0.02538454160094261, 0.08029858022928238, 0.004295306745916605, -0.00019078192417509854, -0.13959603011608124, -0.1130559965968132, -0.06991507858037949, 0.21116919815540314, -0.04170970618724823, -0.2180241048336029, -0.0074196914210915565, -0.07261630147695541, 0.06696408987045288, 0.005235911812633276, 0.042515914887189865, -0.03243215009570122, -0.008454267866909504, -0.06370678544044495, -0.03512796759605408, -0.06923363357782364, -0.15339437127113342, 0.01583503931760788, -0.0756678357720375, -0.2232213318347931, -0.028191085904836655, 0.1494104266166687, -0.0743742510676384, -0.03339576721191406, -0.01811346970498562, 0.0867212787270546, -0.17996002733707428, -0.03159421309828758, -0.004353146068751812, 0.03657739982008934, 0.018074575811624527, 0.028062475845217705, -0.06968474388122559, 0.051095150411129, -0.12777402997016907, 0.07512309402227402, 0.09596309065818787, 0.015156112611293793, -0.08335500210523605, -0.012399458326399326, 0.0008728496613912284, 0.047367729246616364, 0.10250917077064514, 0.1138625517487526, -0.016085540875792503, 0.07369931787252426, 0.04909351095557213, -0.20309428870677948, 0.06432076543569565, 0.08827588707208633, 0.025241073220968246, -0.07640247792005539, -0.005911730695515871, 0.08935490250587463, -0.036503177136182785, 0.10808339715003967, -0.003950624726712704, -0.02797088213264942, -0.03213663771748543, -0.2552672326564789, 0.0016243956051766872, -0.06409228593111038, -0.052033744752407074, 0.17216932773590088, 0.04607481136918068, 0.051875438541173935, 0.06603965163230896, -0.09593269228935242, -0.012308475561439991, -0.049120284616947174, 0.023022621870040894, -0.10981302708387375, -0.07059360295534134, 0.07367830723524094, 0.021426614373922348, -0.06469105184078217, 0.48896539211273193, -0.10919799655675888, -0.1666307896375656, -0.01733214221894741, 0.15969128906726837, -0.10745778679847717, -0.049644432961940765, 0.15561321377754211, 0.07964719086885452, 0.01502055674791336, -0.06839060038328171, 0.05412207171320915, 0.037528205662965775, 0.03313931077718735, 0.04823707416653633, 0.06609704345464706, 0.07416775077581406, -0.014553560875356197, 0.1004369854927063, -0.07799869775772095, 0.1134985089302063, 0.05108929052948952, -0.03387686237692833, 0.03575947508215904, 0.093488909304142, -0.1621762365102768, 0.13696642220020294, 0.015682201832532883, -0.01258905977010727, -0.027403024956583977, -0.03588615730404854, -0.08956344425678253, -0.037431035190820694, 0.003639345057308674, -0.1707453578710556, 0.006174526643007994, -0.06231062114238739, -0.02140367589890957, 0.3218286335468292, 0.09092366695404053, 0.08870022743940353, 0.10647515207529068, -0.09323659539222717, 0.04585973918437958, -0.04074493795633316, -0.06932318210601807, -0.04429544135928154, 0.019805893301963806, -0.05046343058347702, 0.11411808431148529, -0.12441585212945938, -0.006086348555982113, -0.029310282319784164, -0.014089765027165413, 0.04172681272029877, -0.08469264954328537, -0.07466043531894684, -0.05643501505255699, 0.05259125307202339, -0.030859878286719322, 0.08641935884952545, 0.02488171122968197, 0.014142673462629318, 0.03756070137023926, 0.021191265434026718, -0.011790826916694641, -0.12274883687496185, -0.13026142120361328, -0.09883396327495575, -0.028746498748660088, 0.07722281664609909, -0.020654873922467232, -0.04605454206466675, -0.1185084879398346, 0.18986503779888153, 0.29736462235450745, -0.11393878608942032, 0.05081198364496231, 0.03147513046860695, 0.035724494606256485, 0.036568205803632736, 0.13536761701107025, 0.10586141049861908, -0.02245488204061985, 0.013905176892876625, -0.08888858556747437, -0.05157863721251488, -0.04858754947781563, -0.05265078321099281, 0.060894884169101715, 0.12661883234977722, -0.10763952881097794, -0.014033782295882702, 0.1089736819267273, -0.027129584923386574, 0.0039967563934624195, 0.046529870480298996, -0.015111726708710194, -0.06058795377612114, -0.08432644605636597, 0.13589683175086975, 0.009195595048367977, -0.07521826028823853, -0.07071209698915482, -0.024947674944996834, -0.013866323977708817, -0.013819708488881588, -0.28289395570755005, -0.1837373673915863, 0.04266206920146942, 0.06414123624563217, -0.06255146116018295, 0.02103985659778118, 0.17338494956493378, 0.02793099358677864, -0.038297008723020554, -0.023720577359199524, 0.18139754235744476, -0.02424623817205429, -0.08879082649946213, -0.03845551609992981, 0.03615203872323036, -0.03712380304932594, -0.051459819078445435, 0.007255328353494406, -0.042298633605241776, -0.08281033486127853, 0.041373226791620255, 0.02156584896147251, -0.014545070938766003, 0.03825601935386658, -0.053654249757528305, 0.10549268126487732, -0.0029588995967060328, 0.006372008007019758, 0.044686101377010345, -0.037294652312994, 0.08506177365779877, 0.057460419833660126, -0.15576185286045074, -0.05485507845878601, -0.0465274378657341, -0.04471511393785477, -0.07388321310281754, 0.05632760003209114, -0.0890774056315422, 0.06197751685976982, -0.1264827698469162, -0.0005325920064933598, -0.00018930199439637363, 0.03222925215959549, 0.14643730223178864, 0.10387322306632996, -0.043088361620903015, 0.07572571933269501, 0.03481011465191841, -0.023191099986433983, -0.1252744197845459, -0.06648873537778854 ]
8c410e3bb208db0c8c1b66c0435ee7042411ec41
# Dataset Card for "MedQA-USMLE-4-options-hf-MPNet-IR-QA" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
GBaker/MedQA-USMLE-4-options-hf-MPNet-IR-QA
[ "region:us" ]
2023-03-20T22:31:33+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sent1", "dtype": "string"}, {"name": "sent2", "dtype": "string"}, {"name": "ending0", "dtype": "string"}, {"name": "ending1", "dtype": "string"}, {"name": "ending2", "dtype": "string"}, {"name": "ending3", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 14508717, "num_examples": 10178}, {"name": "validation", "num_bytes": 1813956, "num_examples": 1272}, {"name": "test", "num_bytes": 1834760, "num_examples": 1273}], "download_size": 10632192, "dataset_size": 18157433}}
2023-03-20T22:31:41+00:00
[]
[]
TAGS #region-us
# Dataset Card for "MedQA-USMLE-4-options-hf-MPNet-IR-QA" More Information needed
[ "# Dataset Card for \"MedQA-USMLE-4-options-hf-MPNet-IR-QA\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"MedQA-USMLE-4-options-hf-MPNet-IR-QA\"\n\nMore Information needed" ]
[ 6, 30 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"MedQA-USMLE-4-options-hf-MPNet-IR-QA\"\n\nMore Information needed" ]
[ -0.10606680065393448, 0.10322260856628418, -0.0015468803467229009, -0.10129294544458389, 0.06792932003736496, 0.13534526526927948, 0.13471463322639465, 0.09097693860530853, 0.07583747059106827, -0.08407624065876007, 0.11652624607086182, -0.0066732740961015224, 0.05252698063850403, 0.15970878303050995, -0.0013493759324774146, -0.0527348630130291, 0.017580915242433548, 0.03017769195139408, -0.11918210983276367, 0.05067738890647888, 0.046027421951293945, 0.005481857340782881, 0.05169831961393356, 0.003977607004344463, -0.0677531510591507, 0.09318267554044724, -0.00228423485532403, -0.06371700763702393, 0.05637786537408829, -0.02778070606291294, 0.059502311050891876, 0.028673794120550156, -0.025646885856986046, -0.22460003197193146, 0.026709159836173058, -0.01774292066693306, -0.07822751998901367, 0.037454281002283096, -0.004781992174685001, -0.05913469195365906, -0.010285982862114906, 0.018496207892894745, -0.04486127570271492, -0.003153954166918993, -0.021407350897789, -0.22977492213249207, -0.11680257320404053, -0.006459127180278301, -0.04280802980065346, -0.0027181790210306644, 0.06805908679962158, 0.2342241257429123, -0.14645488560199738, 0.023819170892238617, 0.08765102922916412, -0.17558923363685608, 0.07894393056631088, 0.11048632860183716, 0.059033364057540894, 0.0956847295165062, 0.046963032335042953, 0.07719792425632477, 0.05694345384836197, -0.026923635974526405, -0.05704832077026367, -0.029260903596878052, -0.00044998974772170186, 0.0989895612001419, -0.049442943185567856, -0.025873780250549316, 0.3514602780342102, 0.018740138038992882, 0.045401521027088165, 0.03438863158226013, -0.0003730356693267822, -0.004422361962497234, -0.006165278144180775, 0.060974787920713425, 0.02620980516076088, -0.02902289107441902, 0.05135715752840042, 0.013177487067878246, -0.08619717508554459, -0.11330987513065338, -0.15315385162830353, 0.0634094700217247, 0.007586347404867411, 0.15127024054527283, -0.1310594379901886, -0.043847665190696716, -0.07875142246484756, -0.008652479387819767, -0.012712848372757435, -0.09925573319196701, -0.00640875706449151, -0.016084512695670128, -0.056642867624759674, 0.03321921452879906, 0.16776475310325623, 0.024637209251523018, -0.008273874409496784, 0.057384587824344635, 0.03635185584425926, 0.061364781111478806, 0.11957146972417831, -0.15405823290348053, -0.14098051190376282, 0.03243348374962807, -0.03313358500599861, -0.03503797575831413, -0.03532993048429489, -0.046818383038043976, -0.07458589226007462, 0.05861426144838333, -0.07653510570526123, 0.08234147727489471, -0.11625929176807404, -0.0775766596198082, 0.00982709415256977, -0.04470893368124962, 0.19150766730308533, -0.08220002800226212, -0.0664382353425026, 0.0473330020904541, -0.05281437560915947, 0.011104213073849678, -0.03250923752784729, 0.05351138859987259, 0.015461543574929237, -0.011430494487285614, -0.02115432545542717, -0.008742610923945904, -0.0037590947467833757, -0.03553367778658867, 0.05504181236028671, 0.022348705679178238, 0.06198093295097351, -0.15590746700763702, -0.06359435617923737, 0.0551188699901104, 0.10492737591266632, -0.03515228256583214, 0.14329808950424194, 0.14080670475959778, 0.043461207300424576, -0.021306252107024193, -0.03573951870203018, 0.10604715347290039, -0.08761642873287201, 0.04500599950551987, 0.01282300055027008, 0.05910516902804375, -0.15952448546886444, 0.04336883872747421, 0.019059646874666214, 0.004861410241574049, -0.07839205116033554, 0.00934783648699522, -0.16593921184539795, -0.025253307074308395, -0.10086683928966522, -0.034446779638528824, -0.04460928589105606, 0.002105931518599391, -0.013974728062748909, 0.02392652817070484, -0.09169896692037582, -0.07391884922981262, 0.03587954491376877, -0.10676642507314682, -0.21540717780590057, 0.003016658825799823, 0.004227987956255674, -0.04750250279903412, -0.037894200533628464, 0.25713443756103516, 0.18717750906944275, -0.14823119342327118, -0.016621049493551254, 0.15074798464775085, -0.09154893457889557, -0.3528071343898773, 0.11164911836385727, 0.02438228949904442, -0.07043415307998657, -0.02979891002178192, 0.0553712472319603, 0.04005853086709976, -0.049898602068424225, -0.09979240596294403, 0.006921765394508839, -0.1912926733493805, 0.016252169385552406, -0.04475729167461395, 0.056849174201488495, 0.011416930705308914, 0.13778555393218994, 0.015168224461376667, 0.1274363249540329, 0.02214304730296135, -0.0120283467695117, -0.0798330083489418, 0.038153477013111115, -0.123899444937706, 0.015676533803343773, -0.1561184972524643, -0.07756070792675018, -0.02904517389833927, -0.13945303857326508, -0.02244882471859455, 0.03154318034648895, 0.08374042809009552, -0.025608718395233154, -0.006651455070823431, 0.07174859941005707, 0.10581405460834503, 0.09095212072134018, 0.018208209425210953, -0.07224278151988983, 0.020757989957928658, -0.07727924734354019, 0.1483936756849289, 0.024166226387023926, -0.06916685402393341, 0.05333435535430908, 0.09643011540174484, 0.024352481588721275, 0.017055099830031395, 0.10494174808263779, -0.0020359791815280914, 0.07304660975933075, 0.01168590597808361, 0.0028066877275705338, -0.053033918142318726, -0.019185002893209457, 0.10624569654464722, -0.0006102502229623497, 0.2879272997379303, 0.09428443759679794, -0.06010649353265762, 0.06474177539348602, -0.07354091107845306, 0.042406607419252396, -0.027912745252251625, -0.0034515857696533203, 0.012596857734024525, -0.08928452432155609, -0.04080836847424507, 0.07369380444288254, -0.08119507133960724, -0.009472946636378765, 0.014900028705596924, -0.06834147870540619, -0.09519708156585693, 0.010030855424702168, 0.1810227781534195, -0.20228895545005798, 0.04653666913509369, 0.21662631630897522, 0.06496207416057587, 0.1939585655927658, -0.0524650514125824, -0.08528689295053482, -0.0509982593357563, -0.039948541671037674, -0.06286920607089996, 0.15589122474193573, 0.014174875803291798, 0.017135057598352432, 0.0802469477057457, 0.025404656305909157, 0.14916417002677917, -0.09279696643352509, -0.07427941262722015, -0.060169000178575516, -0.032033421099185944, -0.251058429479599, 0.04861249402165413, -0.003704956267029047, 0.05422085523605347, 0.027343010529875755, 0.0014018513029441237, 0.12563325464725494, -0.04810966178774834, -0.07121732085943222, 0.12022153288125992, -0.21657101809978485, -0.2297941893339157, -0.01843314617872238, -0.14103135466575623, -0.018836461007595062, -0.06933662295341492, -0.08432473242282867, -0.1763131469488144, -0.027008313685655594, 0.019645793363451958, -0.17286506295204163, -0.11970200389623642, -0.02923327125608921, 0.05200384184718132, 0.051289789378643036, 0.09316418319940567, -0.09425806254148483, 0.03270954638719559, -0.08849767595529556, 0.1374422013759613, 0.14399053156375885, -0.07372070848941803, 0.10787476599216461, 0.0727563425898552, -0.022036852315068245, 0.11248660087585449, 0.00929346401244402, 0.2081485241651535, -0.03160456195473671, -0.031572554260492325, 0.1433209925889969, 0.06529021263122559, 0.026632368564605713, 0.08454873412847519, 0.11479111760854721, -0.07583244144916534, -0.022383704781532288, 0.0017080530524253845, -0.0992220789194107, -0.2791785001754761, -0.11826018989086151, -0.05772480368614197, -0.08562137186527252, -0.05767963081598282, 0.07049542665481567, -0.08385717868804932, 0.042705707252025604, 0.09500841796398163, -0.07572959363460541, -0.13123582303524017, -0.09155500680208206, 0.033611707389354706, 0.01500304602086544, 0.010173758491873741, -0.16354331374168396, 0.030447622761130333, 0.12387676537036896, 0.2946361005306244, 0.21686820685863495, 0.08278074115514755, 0.0538460798561573, 0.11181773990392685, 0.1923818141222, 0.12863337993621826, 0.07236325740814209, 0.0698300153017044, -0.08060149848461151, 0.05963500589132309, -0.01184161938726902, -0.02574005164206028, 0.004561148583889008, 0.0897241085767746, -0.1491105556488037, 0.10233624279499054, -0.009812979027628899, 0.020703580230474472, -0.03921512886881828, 0.060278456658124924, -0.06749112159013748, 0.15039631724357605, -0.00938185304403305, 0.0452987439930439, -0.024692406877875328, 0.08295793831348419, 0.030183687806129456, -0.0329541377723217, 0.1271664798259735, 0.016261283308267593, 0.025807878002524376, -0.09212527424097061, -0.023847278207540512, 0.061821598559617996, -0.048046521842479706, -0.024058904498815536, 0.11343610286712646, -0.1724003255367279, 0.23442180454730988, 0.06685106456279755, -0.06291063129901886, -0.08656543493270874, -0.05348248407244682, 0.04943475127220154, 0.11243349313735962, 0.029816513881087303, 0.07041135430335999, 0.029751738533377647, -0.1420203596353531, 0.029114624485373497, 0.05053207278251648, 0.11342354863882065, 0.09761206060647964, -0.09886268526315689, 0.03904438763856888, -0.004530076403170824, -0.07508014887571335, -0.08533419668674469, -0.1504698097705841, -0.11067473888397217, 0.07232964038848877, 0.17501221597194672, -0.09491552412509918, -0.03796413540840149, 0.006657643709331751, -0.1807137429714203, 0.014355349354445934, 0.001110596815124154, -0.1103920117020607, -0.07274318486452103, -0.11479651927947998, 0.10004522651433945, -0.0022637522779405117, -0.03462135046720505, 0.03123425506055355, 0.03472442552447319, -0.030079785734415054, -0.2007433921098709, 0.04437174275517464, -0.14774522185325623, 0.13630583882331848, -0.029985424131155014, 0.1252048909664154, -0.0498281829059124, 0.02921976149082184, -0.036620136350393295, -0.05610820651054382, -0.09363829344511032, -0.08463848382234573, 0.1151561290025711, -0.16872267425060272, 0.03741595894098282, 0.2399277687072754, 0.019261442124843597, 0.005963184870779514, 0.09332263469696045, -0.08445657789707184, 0.1678878664970398, 0.08472998440265656, -0.010216550901532173, 0.18404251337051392, 0.2693469226360321, 0.04293571785092354, -0.1959724873304367, -0.053841061890125275, -0.008377423509955406, -0.11961355060338974, 0.06830833852291107, -0.22033686935901642, 0.10954934358596802, 0.08748368918895721, -0.03902425616979599, 0.13277743756771088, -0.024397190660238266, 0.02576892450451851, 0.14018037915229797, 0.05655459314584732, 0.2250850647687912, -0.11125433444976807, -0.07104940712451935, -0.11533026397228241, -0.22614702582359314, 0.10463251173496246, -0.18390728533267975, 0.034569401293992996, -0.03317325562238693, 0.1402391642332077, -0.08022882789373398, -0.05109073966741562, 0.1725527048110962, 0.05127529054880142, 0.05460623651742935, -0.03855948522686958, 0.026654770597815514, 0.08804018050432205, -0.008967394009232521, 0.05862157791852951, -0.039261989295482635, 0.0009015038376674056, -0.23403751850128174, 0.01994871348142624, -0.018044043332338333, -0.10281907021999359, 0.0535418875515461, -0.03222914785146713, -0.028475040569901466, 0.027130957692861557, -0.0821285992860794, -0.05133385583758354, -0.056729502975940704, -0.038626886904239655, -0.010448029264807701, 0.17653271555900574, 0.07361233234405518, -0.18456120789051056, -0.0747252106666565, -0.053133588284254074, -0.07190762460231781, 0.09518242627382278, -0.16459760069847107, 0.03247058764100075, 0.07731213420629501, -0.026728373020887375, 0.08283594995737076, -0.0185589287430048, -0.08224614709615707, 0.011916863732039928, 0.1346054971218109, -0.04376853257417679, 0.010113894939422607, 0.030264023691415787, 0.042708925902843475, -0.019692443311214447, 0.1222880482673645, 0.09803389757871628, 0.060328640043735504, 0.016686338931322098, -0.009442913345992565, 0.03973866626620293, -0.1382761150598526, 0.1429993212223053, 0.17950621247291565, 0.0894547700881958, -0.19280174374580383, 0.127143993973732, -0.024303853511810303, 0.07561822980642319, 0.008059843443334103, -0.015070544555783272, -0.12972591817378998, -0.1155657023191452, -0.07378649711608887, 0.19140706956386566, -0.06446932256221771, -0.2046598494052887, -0.001866713399067521, -0.08716423809528351, 0.06217517331242561, 0.054860882461071014, 0.02276814915239811, -0.0410214364528656, 0.0032677333801984787, -0.07200837135314941, -0.016707878559827805, -0.04415007308125496, -0.16914163529872894, 0.005959514994174242, -0.08078504353761673, -0.2313375473022461, -0.03896462172269821, 0.20172879099845886, -0.07328440994024277, -0.03682567924261093, -0.030747657641768456, 0.07852043211460114, -0.24000565707683563, -0.008915520273149014, 0.0165652297437191, 0.0476720929145813, -0.0036725711543112993, 0.0189531072974205, -0.06969770044088364, 0.04598107933998108, -0.1255388855934143, 0.07695070654153824, 0.09073512256145477, 0.01683514006435871, -0.0866549015045166, -0.013022628612816334, 0.004233416169881821, 0.06821783632040024, 0.1251508891582489, 0.0902593582868576, -0.014913988299667835, 0.08485838025808334, 0.07188192754983902, -0.18266789615154266, 0.046074140816926956, 0.08966852724552155, 0.023532684892416, -0.05529491975903511, 0.011779287829995155, 0.061024151742458344, -0.07162442058324814, 0.11055319011211395, 0.006158408708870411, -0.02989555522799492, -0.028868621215224266, -0.23088467121124268, 0.01006458979099989, -0.05834827572107315, -0.04769514501094818, 0.16164587438106537, 0.03886883705854416, 0.024045437574386597, 0.05500387027859688, -0.07691734284162521, -0.02674250677227974, -0.05228304862976074, 0.02049364522099495, -0.09722530841827393, -0.09109387546777725, 0.061255455017089844, 0.022574331611394882, -0.06739697605371475, 0.470689594745636, -0.11987116187810898, -0.1395818293094635, -0.010852442122995853, 0.14363068342208862, -0.08916664123535156, -0.05195126682519913, 0.18352246284484863, 0.09197165071964264, 0.017765823751688004, -0.05461021140217781, 0.04277554154396057, 0.0039658634923398495, 0.05884521082043648, 0.04562240093946457, 0.060123227536678314, 0.09731380641460419, -0.024332143366336823, 0.10647334903478622, -0.07352272421121597, 0.13011744618415833, 0.04369566962122917, -0.040136147290468216, 0.018902668729424477, 0.09079790115356445, -0.16594953835010529, 0.13005393743515015, 0.014589071273803711, -0.009218312799930573, -0.03811109811067581, -0.0425853505730629, -0.09218486398458481, -0.009518669918179512, -0.006284609436988831, -0.14812399446964264, 0.009316295385360718, -0.06727433204650879, -0.0362246111035347, 0.29188716411590576, 0.0762072205543518, 0.07295773923397064, 0.12181250751018524, -0.08772193640470505, 0.04680217429995537, -0.01846889592707157, -0.051170289516448975, -0.03791709989309311, 0.01959409937262535, -0.02778293564915657, 0.13107173144817352, -0.11910506337881088, -0.019683290272951126, -0.022161029279232025, -0.03454485535621643, 0.03470291197299957, -0.10659279674291611, -0.06282968074083328, -0.05413026362657547, 0.07069353759288788, -0.020409580320119858, 0.09820680320262909, 0.023321758955717087, 0.022536838427186012, 0.03711391240358353, 0.04147479683160782, 0.004786473233252764, -0.09977409243583679, -0.13190171122550964, -0.10795178264379501, -0.053384505212306976, 0.07519859075546265, -0.014964123256504536, -0.05479637533426285, -0.11221740394830704, 0.21982792019844055, 0.26811352372169495, -0.14292459189891815, 0.047308288514614105, 0.03002767264842987, 0.04097513481974602, 0.04095347970724106, 0.153723806142807, 0.10916964709758759, 0.004846916068345308, -0.007320214994251728, -0.09812314808368683, -0.04482888802886009, -0.04512132331728935, -0.03240364044904709, 0.09870919585227966, 0.12914642691612244, -0.09959129989147186, -0.032451651990413666, 0.11201788485050201, -0.05289676785469055, 0.05124441534280777, 0.01667986437678337, -0.02405117079615593, -0.0865228995680809, -0.09025351703166962, 0.13736474514007568, 0.019877320155501366, -0.08591563999652863, -0.07128922641277313, -0.017904380336403847, -0.009753932245075703, -0.019721858203411102, -0.251821905374527, -0.16834035515785217, 0.05467226356267929, 0.08855295181274414, -0.05238475650548935, 0.02631368115544319, 0.1570127159357071, 0.030139174312353134, -0.02121852897107601, -0.0258033387362957, 0.19251319766044617, 0.0000106390561995795, -0.1041959896683693, -0.04114247113466263, 0.024708395823836327, -0.015791496261954308, -0.048477351665496826, 0.02330903708934784, -0.024118628352880478, -0.06317147612571716, 0.02700650691986084, 0.02042548917233944, -0.025048956274986267, 0.07177229970693588, -0.057800550013780594, 0.1115228533744812, -0.00256955623626709, -0.0046987710520625114, 0.04385562613606453, -0.03414221853017807, 0.08588536083698273, 0.046960148960351944, -0.13100244104862213, -0.04646043851971626, -0.025562206283211708, -0.03803865239024162, -0.08133940398693085, 0.0348820686340332, -0.13228102028369904, 0.06130310893058777, -0.12520529329776764, 0.018225833773612976, 0.007029391825199127, 0.059584103524684906, 0.1443607062101364, 0.1005437970161438, -0.04024502635002136, 0.08188582956790924, 0.025199687108397484, -0.0257820226252079, -0.1228640228509903, -0.06326870620250702 ]
27f6ca705ec710bac3e6e5aeebd3c3cc88b4f7ad
## Dataset description This dataset was used to fine-tune this [model](https://huggingface.co/keras-dreambooth/dreambooth_diffusion_akitainu) ## Demo You can try with this [demo](https://huggingface.co/spaces/keras-dreambooth/dreambooth-diffusion-akita-dog) ## Intended uses & limitations Image of Akita dog - A famous and cute dog of Japan
keras-dreambooth/akita-inu
[ "size_categories:n<1K", "license:apache-2.0", "keras-dreambooth", "consentful", "diffusers", "text-to-image", "region:us" ]
2023-03-20T23:51:22+00:00
{"license": "apache-2.0", "size_categories": ["n<1K"], "tags": ["keras-dreambooth", "consentful", "diffusers", "text-to-image"]}
2023-03-21T00:34:04+00:00
[]
[]
TAGS #size_categories-n<1K #license-apache-2.0 #keras-dreambooth #consentful #diffusers #text-to-image #region-us
## Dataset description This dataset was used to fine-tune this model ## Demo You can try with this demo ## Intended uses & limitations Image of Akita dog - A famous and cute dog of Japan
[ "## Dataset description\nThis dataset was used to fine-tune this model", "## Demo \nYou can try with this demo", "## Intended uses & limitations\nImage of Akita dog - A famous and cute dog of Japan" ]
[ "TAGS\n#size_categories-n<1K #license-apache-2.0 #keras-dreambooth #consentful #diffusers #text-to-image #region-us \n", "## Dataset description\nThis dataset was used to fine-tune this model", "## Demo \nYou can try with this demo", "## Intended uses & limitations\nImage of Akita dog - A famous and cute dog of Japan" ]
[ 45, 15, 8, 22 ]
[ "passage: TAGS\n#size_categories-n<1K #license-apache-2.0 #keras-dreambooth #consentful #diffusers #text-to-image #region-us \n## Dataset description\nThis dataset was used to fine-tune this model## Demo \nYou can try with this demo## Intended uses & limitations\nImage of Akita dog - A famous and cute dog of Japan" ]
[ 0.005928667262196541, 0.17164242267608643, -0.00012142353807576001, 0.01005589496344328, 0.12451914697885513, 0.04604235291481018, 0.28563424944877625, 0.1293371319770813, -0.0252702534198761, 0.02122027985751629, 0.05915970727801323, 0.007692469749599695, 0.06994671374559402, 0.13198773562908173, 0.04301747679710388, -0.31350791454315186, 0.07744451612234116, 0.07821556180715561, -0.0030448678880929947, 0.05770008638501167, 0.10733869671821594, -0.12728895246982574, 0.08041065186262131, 0.06692298501729965, -0.05953121557831764, -0.022041672840714455, -0.06354548782110214, -0.07868547737598419, -0.00910027977079153, -0.07234685122966766, 0.0593806616961956, 0.02463615871965885, 0.08404583483934402, -0.09855967015028, 0.009312951005995274, -0.0506632924079895, -0.01345620583742857, 0.0489349402487278, 0.067617267370224, 0.05998557433485985, 0.03895510360598564, -0.07356802374124527, -0.058427128940820694, 0.024462074041366577, -0.010764268226921558, -0.06902337819337845, 0.005686839576810598, 0.10461007803678513, 0.12709929049015045, 0.15063397586345673, -0.09387969970703125, 0.07408850640058517, -0.06781964004039764, -0.03258243575692177, 0.10784122347831726, -0.10864555835723877, -0.05880383029580116, 0.09934572130441666, -0.13185615837574005, 0.031581979244947433, -0.012744464911520481, 0.02879398874938488, 0.1346445530653, -0.008870216086506844, -0.08033335953950882, -0.004263210576027632, 0.049280088394880295, -0.013415013439953327, -0.0761585384607315, -0.05115942284464836, 0.3875659704208374, 0.11061055213212967, -0.015010046772658825, -0.06772678345441818, -0.005085868760943413, -0.008377105928957462, -0.07320937514305115, 0.05962832272052765, 0.039490118622779846, 0.0008342924411408603, -0.05515225604176521, 0.01938753016293049, -0.1530975103378296, -0.07352542132139206, -0.15023986995220184, 0.0677042305469513, 0.027541764080524445, 0.06644368171691895, -0.13259024918079376, 0.040985334664583206, -0.059855688363313675, -0.12396175414323807, 0.02632126957178116, -0.023372435942292213, 0.01013238076120615, 0.07615987211465836, 0.0038329896051436663, -0.09025603532791138, 0.2455068677663803, 0.003269503591582179, 0.08930102735757828, -0.030058348551392555, -0.0195623766630888, 0.06269720941781998, 0.11328176409006119, 0.0762917548418045, -0.10347606986761093, 0.03648839890956879, -0.03473006188869476, 0.07847533375024796, 0.07252105325460434, 0.015374426729977131, -0.1301577091217041, -0.04119137302041054, -0.04009736701846123, -0.020429160445928574, 0.06857714056968689, 0.06299344450235367, -0.04127826914191246, -0.006489406805485487, 0.05206495523452759, -0.04505479335784912, -0.06016656383872032, -0.022283069789409637, -0.06758228689432144, 0.02313811518251896, -0.0943966880440712, 0.0532880574464798, 0.08375238627195358, 0.08104502409696579, -0.06096911057829857, -0.062460560351610184, -0.0440223254263401, -0.017636017873883247, 0.017053695395588875, -0.028179770335555077, 0.05771976709365845, -0.14994145929813385, -0.08615335077047348, 0.05520101264119148, 0.020175514742732048, -0.047926824539899826, -0.10254351049661636, -0.043237969279289246, -0.03429841995239258, 0.014089547097682953, -0.027587363496422768, 0.0499851293861866, -0.12011135369539261, 0.039746955037117004, 0.006680014077574015, 0.11590097099542618, -0.11012420058250427, 0.03203687444329262, -0.13283778727054596, 0.01652287319302559, -0.09194004535675049, 0.056429315358400345, -0.04427933692932129, 0.11515779048204422, -0.0790325254201889, 0.023768195882439613, -0.04842570051550865, -0.013201571069657803, 0.01331241149455309, 0.14482422173023224, -0.18842767179012299, -0.025656526908278465, 0.03924773633480072, -0.15443634986877441, -0.14934708178043365, 0.07368315011262894, 0.021265355870127678, 0.18238039314746857, 0.06109665706753731, 0.1918058544397354, -0.00983909610658884, -0.08132017403841019, -0.11003812402486801, 0.053000401705503464, -0.05718439817428589, -0.0366625115275383, 0.09872613102197647, -0.04807325080037117, -0.09576406329870224, 0.02619432471692562, -0.10126892477273941, 0.08576321601867676, -0.03678715601563454, -0.08770839124917984, 0.011349555104970932, -0.11892890185117722, 0.07903570681810379, 0.028567885980010033, 0.1014857217669487, -0.01421041414141655, 0.026401476934552193, -0.03299244865775108, 0.11089742928743362, 0.03381454944610596, -0.05739672854542732, -0.06863144785165787, 0.10934668779373169, -0.11275643110275269, 0.03464105725288391, -0.05617145076394081, 0.09592793136835098, 0.007981914095580578, 0.056383222341537476, 0.10275878757238388, 0.1132858395576477, 0.025611599907279015, -0.09161853790283203, 0.00365764950402081, -0.008330211043357849, 0.005086168646812439, 0.050768449902534485, -0.027101567015051842, -0.10067442804574966, 0.16930542886257172, -0.0059347557835280895, 0.10427263379096985, 0.04637955501675606, 0.019391709938645363, 0.09538861364126205, 0.08584123849868774, -0.029601415619254112, 0.08234593272209167, 0.0891336128115654, -0.03685201331973076, -0.08555158227682114, 0.01959756202995777, 0.047674745321273804, 0.005394552368670702, -0.11290466785430908, 0.13592542707920074, 0.009352066554129124, -0.0751492828130722, 0.22238755226135254, 0.03740951791405678, 0.032466985285282135, -0.009121405892074108, -0.010008902288973331, -0.002668634755536914, -0.10483238846063614, -0.03210603818297386, 0.013667802326381207, -0.039152953773736954, 0.07826194912195206, -0.07089926302433014, 0.08594479411840439, 0.04742230102419853, -0.07344590872526169, -0.051942404359579086, 0.05587179586291313, 0.1561628133058548, -0.1286659985780716, 0.1352342665195465, 0.21245957911014557, -0.04250608757138252, 0.150432750582695, -0.09080076962709427, -0.06971289962530136, 0.007236674893647432, -0.037595123052597046, 0.009804168716073036, 0.19853466749191284, -0.08472789078950882, 0.06975709646940231, 0.09509587287902832, 0.021082228049635887, -0.0019042143831029534, -0.12930235266685486, -0.029981417581439018, -0.004502562806010246, -0.06991789489984512, 0.045293260365724564, 0.029085444286465645, -0.05378441885113716, 0.08459193259477615, -0.012232516892254353, -0.01168347429484129, 0.08596855401992798, 0.027798831462860107, -0.04367643967270851, 0.06875168532133102, -0.13395553827285767, -0.12419503182172775, -0.0624040849506855, 0.022703079506754875, -0.047186221927404404, 0.014711716212332249, 0.054797712713479996, -0.19660453498363495, -0.01078856736421585, -0.02184218354523182, -0.024081900715827942, -0.06491434574127197, 0.06565600633621216, 0.0305128563195467, 0.06601197272539139, 0.043775010854005814, -0.05878230556845665, -0.008555445820093155, 0.03037305921316147, 0.026000628247857094, 0.08432108163833618, -0.03055211342871189, 0.1803976148366928, 0.09910067915916443, -0.026675835251808167, 0.0003172779979649931, -0.00219875480979681, 0.16994547843933105, -0.0879802331328392, -0.03575371950864792, 0.04222213849425316, 0.06325074285268784, -0.0018916614353656769, 0.24265819787979126, 0.016565674915909767, -0.05014578625559807, 0.014917288906872272, 0.027126049622893333, -0.12406903505325317, -0.11391884088516235, -0.038183148950338364, -0.052278537303209305, 0.15616275370121002, 0.12729595601558685, 0.055478084832429886, 0.0015801111003383994, 0.22764450311660767, 0.03180450573563576, 0.0030640698969364166, -0.09288368374109268, 0.02022087387740612, 0.11314144730567932, -0.024253761395812035, 0.04157320782542229, -0.1001274511218071, -0.07357440143823624, 0.11444959044456482, 0.027923300862312317, 0.16872341930866241, 0.029443679377436638, 0.03865485265851021, 0.1325284093618393, 0.04386891797184944, 0.06177414581179619, 0.06499499827623367, 0.032732073217630386, -0.024087771773338318, -0.033977389335632324, -0.0885080099105835, 0.015519426204264164, 0.12749148905277252, 0.02499184012413025, -0.00021659955382347107, -0.03665107861161232, 0.014952137134969234, 0.07063042372465134, 0.09060636162757874, 0.07347973436117172, -0.1843218058347702, 0.04896082356572151, 0.001956608844920993, 0.01718093827366829, 0.04711936041712761, 0.056528616696596146, 0.11166193336248398, -0.03016633726656437, 0.12328499555587769, -0.0251298975199461, 0.08521061390638351, -0.07993540912866592, 0.011427623219788074, -0.055428747087717056, -0.00676235044375062, -0.030767366290092468, 0.12242581695318222, -0.23206393420696259, 0.23960715532302856, 0.006488999351859093, -0.0019987679552286863, -0.06566305458545685, -0.02348865568637848, 0.0994662418961525, 0.05138915404677391, 0.0814289078116417, -0.01134931668639183, -0.192852184176445, -0.028702445328235626, -0.16135890781879425, 0.03261033445596695, -0.07651042193174362, -0.02539628930389881, 0.021608909592032433, 0.039564214646816254, 0.0221956018358469, -0.0402805469930172, 0.10805672407150269, -0.1819518357515335, -0.11373952031135559, -0.08836724609136581, 0.24189239740371704, 0.03500375524163246, -0.007483155932277441, -0.016375726088881493, -0.013480215333402157, -0.11408406496047974, 0.037635400891304016, -0.10113247483968735, -0.03102266788482666, 0.049370866268873215, 0.04872600734233856, -0.012833443470299244, -0.0048630088567733765, -0.06364473700523376, 0.07240676134824753, -0.053441014140844345, -0.07923277467489243, -0.07552744448184967, -0.09156563133001328, -0.11176401376724243, -0.07314227521419525, -0.04951982572674751, 0.0405607707798481, 0.0943986177444458, -0.00591328926384449, 0.012943893671035767, 0.009312079288065434, -0.05743758752942085, 0.019986100494861603, 0.05944748595356941, 0.0356261171400547, 0.053400781005620956, -0.02697480283677578, -0.1546931117773056, -0.14136803150177002, -0.09189318865537643, 0.09580094367265701, 0.20040559768676758, -0.06668605655431747, 0.03600233793258667, 0.12173136323690414, -0.04467169940471649, -0.1793684959411621, -0.05119984224438667, -0.0053347013890743256, 0.015043501742184162, 0.02063576504588127, -0.14568619430065155, 0.10276242345571518, 0.08674097061157227, -0.07963908463716507, 0.0269025769084692, -0.18964163959026337, -0.12042707204818726, 0.09739205986261368, 0.0921613872051239, 0.17069756984710693, -0.1648910939693451, -0.03742263838648796, -0.02802814543247223, -0.054362788796424866, 0.09032190591096878, -0.006399469915777445, 0.04743073880672455, -0.01927984319627285, 0.0767199695110321, 0.029382729902863503, -0.0020149366464465857, 0.22509919106960297, 0.0029920272063463926, -0.045891791582107544, -0.13882236182689667, -0.060673248022794724, 0.13156434893608093, -0.024862678721547127, 0.048917654901742935, -0.1815299540758133, -0.015797439962625504, -0.08718883246183395, 0.008792796172201633, -0.002800567774102092, -0.0404021255671978, 0.00952115934342146, -0.16819830238819122, -0.19369657337665558, 0.029556766152381897, -0.010703731328248978, -0.016415154561400414, 0.05604180321097374, 0.011686362326145172, -0.12271801382303238, 0.008831181563436985, 0.030089912936091423, 0.08734637498855591, -0.07427619397640228, -0.08045265078544617, -0.09162335842847824, 0.1232667863368988, -0.21768349409103394, -0.022657319903373718, 0.05657494440674782, -0.014668564312160015, 0.055928733199834824, -0.0024752418976277113, -0.11068495362997055, 0.09667938947677612, 0.18295918405056, -0.017247512936592102, -0.13531215488910675, -0.015122604556381702, 0.06803257018327713, -0.040885936468839645, -0.12373379617929459, 0.029073528945446014, -0.06518390774726868, 0.03886592015624046, 0.015926390886306763, 0.03563357889652252, -0.028783755376935005, 0.0857752189040184, 0.012274064123630524, 0.01728486455976963, -0.07537652552127838, 0.08354125171899796, 0.04772152006626129, -0.050553251057863235, 0.04604743421077728, -0.0793112963438034, -0.062201905995607376, -0.05679044499993324, 0.0666278526186943, 0.14046083390712738, -0.07588140666484833, -0.14247439801692963, -0.11162377148866653, -0.08856084942817688, -0.0006922855973243713, -0.17831067740917206, 0.06467341631650925, -0.02847806178033352, 0.06615062803030014, -0.044915810227394104, -0.08742102980613708, 0.0639178529381752, -0.013838895596563816, 0.01972782053053379, -0.24233895540237427, -0.1538330465555191, 0.03592704236507416, 0.037506017833948135, -0.03117903508245945, -0.013061587698757648, -0.04560449719429016, 0.018916374072432518, -0.12860636413097382, 0.10373584181070328, -0.11863423138856888, -0.09557714313268661, 0.047928761690855026, -0.0004771662352140993, -0.06413999199867249, -0.0720839723944664, -0.06668030470609665, 0.014936362393200397, 0.02072311006486416, 0.11438051611185074, 0.03296908363699913, -0.0014682933688163757, 0.04466201737523079, -0.00040475031710229814, 0.00622616708278656, 0.0023189454805105925, -0.04166669026017189, -0.029375113546848297, -0.10839802026748657, -0.01609564945101738, 0.153142511844635, 0.019673870876431465, 0.009544831700623035, 0.00042604468762874603, -0.005402696784585714, 0.0435212142765522, 0.009390730410814285, 0.02489471435546875, 0.06737703830003738, -0.10776510089635849, 0.018601292744278908, -0.007243150845170021, 0.047432493418455124, -0.06495703011751175, 0.0016172208124771714, 0.15192630887031555, 0.04246804118156433, 0.20647023618221283, -0.11057446151971817, 0.04001815244555473, -0.03558618575334549, 0.01896055042743683, -0.08380311727523804, -0.08472254127264023, 0.03170249983668327, -0.100108802318573, -0.03293702378869057, -0.04089944064617157, 0.1803421825170517, 0.08414361625909805, -0.1472635567188263, 0.051471609622240067, 0.0548969991505146, 0.07711310684680939, 0.0020184002351015806, 0.4288422167301178, -0.015515223145484924, 0.046095024794340134, -0.10884835571050644, 0.07767391204833984, 0.08386320620775223, 0.03104609064757824, 0.03373957797884941, 0.09566748142242432, -0.04833735153079033, 0.06429091840982437, 0.13176628947257996, 0.020112114027142525, -0.09087404608726501, 0.07068101316690445, -0.1326696127653122, 0.1586012989282608, 0.04984426125884056, 0.09522823244333267, 0.1438724845647812, -0.07209979742765427, -0.013050463981926441, -0.0459107905626297, 0.018539300188422203, -0.046046435832977295, -0.07222332060337067, -0.06425048410892487, -0.22292697429656982, 0.04805683717131615, -0.029183760285377502, -0.07670659571886063, 0.13305002450942993, -0.012657315470278263, -0.06091951206326485, 0.05270424112677574, -0.03853030130267143, -0.010373304598033428, 0.03759261593222618, -0.023153340443968773, -0.1518847495317459, -0.07652752846479416, -0.10432862490415573, 0.02406167984008789, 0.005575219634920359, -0.042714741080999374, 0.01757223717868328, -0.03873676061630249, 0.029922083020210266, -0.019100449979305267, -0.008273174054920673, 0.004170367959886789, -0.0408412404358387, 0.12725825607776642, 0.07652760297060013, 0.0716593787074089, -0.049060266464948654, 0.011541404761373997, 0.08695495873689651, 0.002412577625364065, -0.11853145807981491, -0.13705813884735107, 0.04519343748688698, -0.16182006895542145, -0.02311924658715725, 0.007295986171811819, -0.14595653116703033, -0.0578971691429615, 0.25029346346855164, 0.2005191296339035, -0.044048015028238297, -0.047002483159303665, -0.14121119678020477, -0.005352439824491739, -0.08698564022779465, 0.07169127464294434, -0.038535233587026596, 0.18041838705539703, -0.01532516535371542, 0.04465040937066078, -0.12999172508716583, -0.037677690386772156, -0.0884309634566307, -0.057814642786979675, 0.1202993094921112, -0.08941161632537842, -0.07122930139303207, 0.11939824372529984, -0.08219752460718155, 0.01633881963789463, 0.08340317755937576, -0.053635794669389725, -0.05567394569516182, -0.03348651900887489, 0.037535328418016434, 0.11849945783615112, 0.03020208515226841, -0.12336086481809616, 0.1227734386920929, -0.10513260215520859, -0.048982348293066025, -0.16173221170902252, 0.03860310837626457, 0.03092200867831707, -0.0355781726539135, 0.24553261697292328, -0.013554123230278492, 0.01171613484621048, 0.0720449686050415, -0.01796623133122921, -0.1443571001291275, 0.10972137004137039, -0.007084654178470373, 0.06754934042692184, 0.012073812074959278, -0.01361038163304329, -0.02600979059934616, -0.1086864247918129, 0.09929439425468445, -0.0073036677204072475, 0.024317270144820213, 0.026961272582411766, 0.03237732872366905, -0.16249790787696838, 0.1302393227815628, -0.13618242740631104, 0.10877037048339844, 0.04515032097697258, -0.05898590758442879, -0.07475202530622482, 0.03077378310263157, 0.09556790441274643, -0.007820864208042622, -0.10977590084075928, -0.012164742685854435, -0.01377693098038435, -0.13077031075954437, 0.05200790986418724, -0.030637627467513084, -0.3040257394313812, -0.030427105724811554, -0.07215166836977005, -0.007361219730228186, -0.03141786530613899, 0.02682739682495594, 0.1899762749671936, -0.01763777621090412, -0.021622227504849434, -0.06214681267738342, -0.06137232854962349, 0.03133499622344971, -0.010101224295794964, -0.09977736324071884 ]
d575192455c5e98b8daed777574046264579cb09
# Dataset Card for "wikitext__wikitext-2-raw-v1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
carlosejimenez/wikitext__wikitext-2-raw-v1
[ "region:us" ]
2023-03-21T00:29:52+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 1305088, "num_examples": 4358}, {"name": "train", "num_bytes": 11061717, "num_examples": 36718}, {"name": "validation", "num_bytes": 1159288, "num_examples": 3760}], "download_size": 7747359, "dataset_size": 13526093}}
2023-03-21T00:31:06+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wikitext__wikitext-2-raw-v1" More Information needed
[ "# Dataset Card for \"wikitext__wikitext-2-raw-v1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"wikitext__wikitext-2-raw-v1\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"wikitext__wikitext-2-raw-v1\"\n\nMore Information needed" ]
[ -0.040613435208797455, 0.09770115464925766, -0.00239113112911582, 0.032857026904821396, -0.0065036071464419365, 0.09892730414867401, 0.1647643893957138, 0.1631229817867279, 0.21631428599357605, -0.07678920775651932, 0.14019209146499634, 0.020772326737642288, 0.10346151143312454, 0.23380224406719208, -0.05093487724661827, -0.09238789975643158, 0.054343968629837036, 0.004758727736771107, 0.06371709704399109, 0.04228842630982399, 0.003774442942813039, -0.054395463317632675, 0.059327639639377594, -0.05983777716755867, -0.18330784142017365, 0.060725536197423935, 0.013270041905343533, -0.08282515406608582, 0.06745002418756485, -0.08017195761203766, 0.1314946860074997, 0.023364879190921783, 0.049819689244031906, -0.19617080688476562, 0.042584292590618134, 0.029842330142855644, -0.03098032996058464, 0.06724349409341812, 0.053305648267269135, -0.08649687469005585, -0.12774309515953064, -0.028674757108092308, -0.03431030735373497, 0.02711888588964939, -0.1042838841676712, -0.1417432576417923, -0.13171638548374176, 0.05801848694682121, -0.019250137731432915, -0.06422492116689682, 0.038074564188718796, 0.08689140528440475, -0.0908755362033844, 0.06177913770079613, 0.12857499718666077, -0.1900601089000702, 0.0526498407125473, 0.023878974840044975, -0.10630625486373901, 0.06723831593990326, -0.05577792599797249, 0.08880162239074707, 0.09077664464712143, -0.010265933349728584, -0.03070969507098198, -0.025364171713590622, -0.32126009464263916, 0.05837927386164665, 0.0007420980255119503, -0.050426021218299866, 0.33099937438964844, 0.04063938558101654, -0.01296390313655138, 0.021857472136616707, -0.03087402880191803, -0.03730635717511177, 0.05507666617631912, 0.09343361109495163, 0.0006658809725195169, 0.031107237562537193, 0.02265014313161373, -0.08051226288080215, -0.12202892452478409, -0.09856288135051727, -0.10108654201030731, 0.06786540150642395, -0.02701852098107338, 0.22164063155651093, -0.1695847064256668, 0.004472550004720688, -0.09225169569253922, -0.07618900388479233, 0.007962966337800026, -0.10370384901762009, 0.01692279241979122, -0.025168662890791893, 0.0065456051379442215, -0.05436008796095848, 0.120013028383255, -0.11876589059829712, -0.041810646653175354, -0.008612007834017277, -0.09689980745315552, 0.1111823171377182, 0.2314932644367218, -0.1386527568101883, 0.00021063609165139496, 0.10504966974258423, 0.05915359407663345, -0.14799147844314575, -0.009842939674854279, -0.08408457040786743, -0.09815199673175812, -0.035113055258989334, -0.12074780464172363, 0.10896921157836914, -0.03397304564714432, -0.08070652931928635, -0.05659942328929901, -0.03274582326412201, 0.08650100976228714, -0.09612751007080078, -0.0047293673269450665, 0.046360477805137634, -0.0720595046877861, 0.15263642370700836, 0.0007963472744449973, -0.02099800854921341, -0.05303420498967171, 0.03356058895587921, -0.0409243069589138, 0.04084528982639313, 0.007444125134497881, -0.012619881890714169, 0.08535141497850418, -0.13872474431991577, 0.018077313899993896, -0.054233912378549576, -0.2344588041305542, 0.023807164281606674, 0.05345175415277481, 0.01693303883075714, 0.09608860313892365, 0.04090498760342598, 0.05842212587594986, 0.046930376440286636, -0.027161629870533943, -0.02081199176609516, -0.0656886175274849, 0.036085713654756546, -0.14733445644378662, 0.10508935898542404, -0.21866023540496826, 0.008522860705852509, -0.10738632827997208, 0.012869042344391346, -0.0496564544737339, 0.017854847013950348, -0.11754795908927917, 0.09967594593763351, -0.11316659301519394, 0.05323879420757294, -0.09606092423200607, -0.006991471163928509, -0.01308167539536953, 0.13176192343235016, -0.18619109690189362, 0.013193732127547264, 0.2758456766605377, -0.1289982795715332, -0.16769826412200928, 0.04726118594408035, -0.023925919085741043, 0.04481760039925575, 0.055176589637994766, 0.3554939329624176, 0.018832335248589516, -0.11938530206680298, -0.011724648997187614, 0.20082254707813263, -0.04681427404284477, -0.14355647563934326, 0.0409383699297905, -0.053513169288635254, -0.04965135455131531, -0.024748574942350388, 0.17639316618442535, -0.029500961303710938, -0.04750598594546318, -0.09566519409418106, -0.08096753060817719, -0.14088384807109833, 0.11817294359207153, -0.07420125603675842, 0.03962777927517891, -0.050567928701639175, 0.06125295162200928, -0.07765078544616699, 0.12014422565698624, -0.001898998161777854, 0.021785328164696693, -0.014365917071700096, 0.03718511760234833, -0.11114992946386337, 0.013344822451472282, -0.07557569444179535, -0.09681466221809387, 0.03116285614669323, 0.0256953164935112, 0.014592903666198254, 0.0013554980978369713, 0.05636569857597351, -0.036023832857608795, 0.005367777775973082, 0.00859494786709547, -0.004168754909187555, 0.021564725786447525, -0.000026747104129754007, -0.08893699198961258, 0.005441256333142519, -0.06948135793209076, -0.16028869152069092, -0.04430229589343071, -0.06378184258937836, 0.14012813568115234, 0.04552944377064705, 0.0684242993593216, -0.002434904221445322, 0.09493832290172577, -0.02636604942381382, 0.005170665215700865, -0.030741257593035698, 0.00601976877078414, -0.027268685400485992, -0.0005090843769721687, 0.16334949433803558, 0.05460929498076439, 0.14496468007564545, 0.1314399093389511, -0.03590909764170647, 0.0090753473341465, 0.020238343626260757, 0.05001913383603096, -0.0006685699336230755, -0.13709351420402527, 0.04935232177376747, -0.08336388319730759, -0.015583847649395466, 0.011008099652826786, -0.06923668086528778, 0.024000486359000206, 0.03765583410859108, -0.07137611508369446, -0.060803767293691635, -0.0165886040776968, 0.08468753844499588, -0.3421635925769806, 0.09599398076534271, 0.24984712898731232, 0.0751027911901474, 0.21936026215553284, -0.07706607133150101, -0.10778679698705673, 0.011856554076075554, -0.01551374513655901, -0.06314065307378769, 0.14115647971630096, -0.057179249823093414, -0.012812170200049877, 0.07522397488355637, 0.025986546650528908, 0.048332709819078445, -0.11247005313634872, -0.08547043800354004, -0.017276426777243614, -0.053835462778806686, -0.12908779084682465, -0.005012830253690481, 0.0069999429397284985, 0.09854187816381454, 0.012818163260817528, 0.14661575853824615, 0.08763904869556427, -0.02815813012421131, -0.08687656372785568, 0.11591996252536774, -0.1586734801530838, -0.13598918914794922, -0.06467758119106293, -0.11285118758678436, 0.044455092400312424, -0.01293203979730606, -0.008171143010258675, -0.16802933812141418, -0.033498235046863556, 0.028159601613879204, -0.014910757541656494, -0.1493888646364212, -0.00032318648300133646, 0.07344416528940201, 0.03789077699184418, -0.09404745697975159, -0.10897038877010345, 0.004146595951169729, 0.01520488690584898, 0.04807702824473381, 0.11916317790746689, -0.08094725757837296, 0.06942519545555115, 0.1052638590335846, -0.030904050916433334, 0.06453240662813187, -0.017004553228616714, 0.11817067861557007, -0.03515082970261574, 0.044816505163908005, 0.10044805705547333, -0.1388571709394455, 0.05184401944279671, 0.05268101394176483, 0.0592842660844326, -0.11420582234859467, 0.00039982699672691524, -0.043953411281108856, -0.10949264466762543, -0.3552446663379669, -0.06461615115404129, 0.007669489365071058, 0.13768082857131958, 0.06254846602678299, 0.040288280695676804, -0.07591907680034637, 0.10675709694623947, 0.048703383654356, 0.029123356565833092, -0.0977143794298172, -0.05014475807547569, -0.12953293323516846, 0.01582653820514679, -0.049229882657527924, -0.17650720477104187, 0.06216753274202347, 0.14773733913898468, 0.2490936666727066, 0.21645836532115936, 0.05613083764910698, 0.23121602833271027, 0.05793066322803497, 0.11755234748125076, 0.13993093371391296, 0.15598343312740326, 0.06914231926202774, 0.011010655201971531, 0.04161323979496956, -0.011550795286893845, 0.01803966611623764, -0.006182337179780006, 0.023526238277554512, -0.1093568429350853, 0.0273827463388443, -0.06151764839887619, 0.060044724494218826, 0.09134715795516968, 0.1491389125585556, -0.09141537547111511, 0.03358983248472214, 0.04871068894863129, 0.06747604161500931, -0.08643459528684616, 0.062227509915828705, 0.12763115763664246, -0.1103542223572731, 0.1053326204419136, 0.07126132398843765, 0.0780535489320755, -0.19903570413589478, -0.04459141194820404, -0.1351894587278366, -0.10452347248792648, -0.046880368143320084, 0.13423436880111694, -0.07335159927606583, 0.18130388855934143, 0.05749092623591423, 0.002631073584780097, -0.13559329509735107, -0.06980489939451218, 0.011981535702943802, 0.044894032180309296, 0.1563175916671753, 0.0641697496175766, -0.08188840001821518, -0.04670648276805878, -0.11601842939853668, -0.01820533163845539, 0.16090847551822662, 0.04372550547122955, -0.05856562778353691, 0.05816018953919411, 0.01496870256960392, -0.07710368931293488, -0.027708331122994423, -0.15456245839595795, -0.07244260609149933, -0.0143331503495574, 0.07235702127218246, -0.05843934789299965, 0.0012453413801267743, 0.022310895845294, -0.023707464337348938, 0.16926272213459015, 0.12655848264694214, -0.0397191196680069, -0.11292356252670288, -0.03404238820075989, 0.08219785243272781, -0.014347060583531857, -0.022995710372924805, -0.01204813364893198, 0.05397537350654602, -0.1348208487033844, -0.19786801934242249, 0.08843532204627991, -0.04751767963171005, 0.054410066455602646, -0.09969937056303024, 0.07604320347309113, -0.009459779597818851, -0.013381345197558403, 0.0316028892993927, -0.027893515303730965, -0.004190418403595686, -0.0731630027294159, 0.20641882717609406, -0.004230792634189129, -0.04079229012131691, 0.18462416529655457, 0.012238954193890095, -0.03307681903243065, 0.039994414895772934, -0.08195120841264725, 0.3118046522140503, 0.09835158288478851, -0.07627031952142715, 0.2280806452035904, 0.14418941736221313, -0.09005206823348999, -0.32189247012138367, 0.018734470009803772, -0.10900416225194931, -0.02100362628698349, 0.0061987922526896, -0.2679116725921631, 0.14982078969478607, 0.055847056210041046, -0.06571318954229355, 0.3384702205657959, -0.10130289942026138, -0.02435806579887867, 0.07528858631849289, 0.07219457626342773, 0.2987646758556366, -0.05423480644822121, -0.07447217404842377, -0.11593206971883774, -0.17087586224079132, 0.2564166784286499, -0.29836371541023254, 0.03955613821744919, 0.010040812194347382, 0.14151163399219513, -0.02176617830991745, -0.01960839331150055, 0.14692075550556183, 0.005561480764299631, 0.05353378504514694, -0.0527639240026474, 0.023025596514344215, 0.19381725788116455, -0.08018573373556137, 0.0776013433933258, 0.005277376156300306, -0.0035215222742408514, -0.14982561767101288, -0.0009099413291551173, -0.006362354848533869, 0.04496463015675545, 0.01968330889940262, -0.059411972761154175, -0.015583421103656292, -0.055962931364774704, -0.07801537215709686, -0.014434169977903366, 0.12736527621746063, 0.043704234063625336, 0.042350899428129196, 0.10655976086854935, 0.02177605964243412, 0.08461778610944748, 0.036970023065805435, -0.06822499632835388, -0.12188876420259476, 0.10646123439073563, -0.3729853332042694, 0.034332528710365295, 0.030051935464143753, 0.025918906554579735, 0.018517833203077316, 0.029864434152841568, -0.10687509924173355, 0.06706671416759491, 0.10727490484714508, -0.13482153415679932, 0.027155881747603416, 0.016784358769655228, -0.05374153330922127, -0.00021318081417120993, 0.04544130712747574, 0.12771110236644745, 0.042028434574604034, -0.042447544634342194, -0.04231718182563782, 0.022880394011735916, -0.11595030874013901, 0.02096080407500267, 0.12570494413375854, 0.0417550690472126, -0.16396592557430267, 0.29471355676651, 0.03215857967734337, -0.040140971541404724, 0.06719840317964554, 0.10195712000131607, -0.0893293023109436, -0.12290952354669571, 0.015589386224746704, 0.18395036458969116, 0.029312143102288246, -0.11615971475839615, 0.07904502749443054, -0.10286998748779297, 0.008368507958948612, 0.19203487038612366, -0.0031245830468833447, 0.07221576571464539, 0.07077065855264664, -0.10382026433944702, 0.0019041626947000623, -0.0009771354962140322, -0.09956393390893936, -0.0212942436337471, -0.0925980731844902, -0.1296890527009964, -0.05379893258213997, 0.25170326232910156, -0.02972501330077648, -0.057284627109766006, -0.10474429279565811, 0.060668982565402985, -0.18882940709590912, 0.10452714562416077, -0.018846865743398666, 0.0060129896737635136, -0.030654853209853172, 0.018370531499385834, -0.006161383353173733, 0.014368033967912197, -0.14295075833797455, 0.06874632090330124, -0.011047146283090115, 0.013049351051449776, -0.08568612486124039, -0.009703286923468113, 0.07085618376731873, 0.010417881421744823, 0.13259662687778473, 0.12094613164663315, -0.05698959901928902, 0.15746596455574036, -0.16553376615047455, -0.09008607268333435, 0.04714531823992729, 0.000009812414646148682, 0.03699185699224472, 0.121876560151577, -0.06216128543019295, -0.009101211093366146, -0.011225041002035141, 0.03418135270476341, 0.0707969069480896, -0.04015533998608589, -0.08482366800308228, -0.09544126689434052, -0.048694271594285965, -0.009282592684030533, 0.005745461210608482, 0.20380529761314392, -0.024445727467536926, -0.006565759889781475, 0.0392770916223526, 0.10525970160961151, -0.03667617589235306, -0.005824667867273092, 0.011439908295869827, -0.07875870913267136, -0.07938817143440247, 0.03801736235618591, 0.012049532495439053, -0.10224045068025589, 0.30598336458206177, -0.08112756907939911, -0.14785517752170563, -0.01865401677787304, 0.027802104130387306, -0.24357439577579498, 0.047324467450380325, 0.31439560651779175, -0.009757804684340954, -0.055076129734516144, -0.14264513552188873, 0.0009191387216560543, 0.01464605238288641, 0.1389976143836975, 0.10659673064947128, 0.02568480186164379, 0.11925841867923737, 0.02748226746916771, 0.01463381852954626, -0.03532492741942406, 0.037593744695186615, 0.004884346853941679, 0.01260244008153677, 0.052138250321149826, 0.054398246109485626, -0.1653621643781662, 0.10737286508083344, 0.015027930028736591, -0.0056192632764577866, 0.029590332880616188, -0.09355565905570984, -0.1657712757587433, -0.21098266541957855, -0.05780663713812828, -0.06876260787248611, 0.07551726698875427, -0.09259547293186188, 0.07543964684009552, 0.17178449034690857, 0.08991182595491409, 0.010345234535634518, 0.10303347557783127, 0.037552885711193085, -0.023400967940688133, 0.11511704325675964, -0.011806987226009369, -0.08423637598752975, 0.061501648277044296, -0.03139963746070862, 0.05960387736558914, -0.05407802388072014, -0.022246073931455612, 0.05893387272953987, -0.02493874542415142, 0.04787682741880417, -0.14582592248916626, -0.1066322773694992, -0.05325864255428314, 0.05198367312550545, -0.09315570443868637, 0.09182248264551163, 0.0788702666759491, 0.00715092197060585, 0.030652280896902084, 0.13362930715084076, -0.020749131217598915, 0.005212601274251938, -0.07389906048774719, -0.06915649026632309, -0.08661011606454849, 0.05850231274962425, 0.02519226260483265, -0.050056394189596176, -0.000980894430540502, 0.18791095912456512, 0.23787055909633636, -0.024783631786704063, 0.06585021317005157, -0.005758493207395077, 0.021166251972317696, 0.03620540723204613, 0.17187152802944183, -0.033301353454589844, -0.03449730947613716, -0.06772879511117935, -0.012335492298007011, 0.02857251651585102, -0.10277079790830612, -0.10969657450914383, 0.05551264435052872, 0.028038179501891136, -0.046444617211818695, -0.11883848905563354, 0.12649568915367126, -0.24203601479530334, 0.05052926391363144, 0.06701122969388962, -0.11440461128950119, -0.05712166801095009, -0.05872074514627457, 0.040949247777462006, 0.05141828581690788, 0.004001287743449211, -0.08719704300165176, -0.014697382226586342, 0.06409356743097305, 0.014745394699275494, -0.31001773476600647, -0.08485113829374313, -0.016660651192069054, -0.17501625418663025, 0.01504688523709774, 0.03447141870856285, 0.10612756013870239, -0.021215688437223434, 0.0111685274168849, -0.10805333405733109, 0.01881890743970871, -0.01571759022772312, 0.1015927642583847, -0.13012301921844482, 0.09247966855764389, -0.08684101700782776, -0.015681656077504158, 0.07427648454904556, -0.07052627950906754, -0.07802214473485947, 0.28369787335395813, 0.011762174777686596, 0.016500545665621758, -0.04587838798761368, -0.08913186192512512, 0.10983940958976746, 0.05067376792430878, -0.06389228254556656, 0.00686286436393857, 0.019937150180339813, 0.05041369050741196, 0.0009575707372277975, -0.22785721719264984, -0.06933135539293289, 0.01424279622733593, -0.10268330574035645, 0.1477872133255005, 0.10966344177722931, -0.14574091136455536, 0.08926884084939957, -0.08334342390298843, 0.03829685226082802, -0.12155920267105103, 0.04510832577943802, 0.20675499737262726, 0.05404474958777428, -0.024305272847414017, 0.007034370210021734, 0.10893312841653824, -0.033703260123729706, -0.006485338322818279, -0.11222362518310547 ]