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
7a8916050a085c8b110b97b54191dffd10616542
# Dataset Card for "squad-v1.1-t5-question-generation" ## Dataset Description - **Homepage:** [https://rajpurkar.github.io/SQuAD-explorer/](https://rajpurkar.github.io/SQuAD-explorer/) - **Paper:** [SQuAD: 100,000+ Questions for Machine Comprehension of Text](https://arxiv.org/abs/1606.05250) ### Dataset Summary This is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in [Transformer-based End-to-End Question Generation](https://arxiv.org/pdf/2005.01107v1.pdf) specifically for the T5 family of models. The prefix is `generate questions: ` so that the task can be unique to a trained model. Check out the generation notebook [here](https://nbviewer.org/urls/huggingface.co/datasets/derek-thomas/squad-v1.1-t5-question-generation/resolve/main/Squad_V1_Question_Generation.ipynb). ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages ## Dataset Structure ### Data Instances #### plain_text An example of 'train' looks as follows. ``` { "context": "generate questions: This is a test context.", "question": "Is this a test? {sep_token} Is this another Test {sep_token}" } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `context`: a `string` feature. - `question`: a `string` feature. ### Data Splits | name |train|validation| |----------|----:|---------:| |plain_text|18896| 2067| ### Citation Information ``` @article{2016arXiv160605250R, author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev}, Konstantin and {Liang}, Percy}, title = "{SQuAD: 100,000+ Questions for Machine Comprehension of Text}", journal = {arXiv e-prints}, year = 2016, eid = {arXiv:1606.05250}, pages = {arXiv:1606.05250}, archivePrefix = {arXiv}, eprint = {1606.05250}, } ``` ### Contributions Thanks to [Derek Thomas](https://huggingface.co/derek-thomas) and [Thomas Simonini](https://huggingface.co/ThomasSimonini) for adding this to the hub Check out: [How to contribute more](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Visitors [![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fderek-thomas%2Fsquad-v1.1-t5-question-generation&label=Visitors&countColor=%23263759)](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fderek-thomas%2Fsquad-v1.1-t5-question-generation)
derek-thomas/squad-v1.1-t5-question-generation
[ "task_categories:text2text-generation", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|squad", "language:en", "license:cc-by-4.0", "questiongeneration", "question-generation", "text2text-generation", "arxiv:1606.05250", "arxiv:2005.01107", "region:us" ]
2023-02-08T12:10:34+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|squad"], "task_categories": ["text2text-generation"], "task_ids": [], "pretty_name": "Question Generation for T5 based on Squad V1.1", "dataset_info": {"features": [{"name": "context", "dtype": "string"}, {"name": "questions", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 20293805, "num_examples": 18896}, {"name": "validation", "num_bytes": 2376313, "num_examples": 2067}], "download_size": 12600387, "dataset_size": 22670118}, "tags": ["questiongeneration", "question-generation", "text2text-generation"]}
2023-03-09T13:50:46+00:00
[ "1606.05250", "2005.01107" ]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|squad #language-English #license-cc-by-4.0 #questiongeneration #question-generation #text2text-generation #arxiv-1606.05250 #arxiv-2005.01107 #region-us
Dataset Card for "squad-v1.1-t5-question-generation" ==================================================== Dataset Description ------------------- * Homepage: URL * Paper: SQuAD: 100,000+ Questions for Machine Comprehension of Text ### Dataset Summary This is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in Transformer-based End-to-End Question Generation specifically for the T5 family of models. The prefix is 'generate questions: ' so that the task can be unique to a trained model. Check out the generation notebook here. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### plain\_text An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'context': a 'string' feature. * 'question': a 'string' feature. ### Data Splits ### Contributions Thanks to Derek Thomas and Thomas Simonini for adding this to the hub Check out: How to contribute more ### Visitors ![Visitors](URL
[ "### Dataset Summary\n\n\nThis is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in Transformer-based End-to-End Question Generation\nspecifically for the T5 family of models. The prefix is 'generate questions: ' so that the task can be unique to a trained model.\n\n\nCheck out the generation notebook here.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.", "### Data Splits", "### Contributions\n\n\nThanks to Derek Thomas and Thomas Simonini for adding this to the hub\n\n\nCheck out: How to contribute more", "### Visitors\n\n\n![Visitors](URL" ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|squad #language-English #license-cc-by-4.0 #questiongeneration #question-generation #text2text-generation #arxiv-1606.05250 #arxiv-2005.01107 #region-us \n", "### Dataset Summary\n\n\nThis is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in Transformer-based End-to-End Question Generation\nspecifically for the T5 family of models. The prefix is 'generate questions: ' so that the task can be unique to a trained model.\n\n\nCheck out the generation notebook here.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.", "### Data Splits", "### Contributions\n\n\nThanks to Derek Thomas and Thomas Simonini for adding this to the hub\n\n\nCheck out: How to contribute more", "### Visitors\n\n\n![Visitors](URL" ]
[ 123, 89, 10, 11, 6, 18, 17, 30, 5, 27, 12 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|squad #language-English #license-cc-by-4.0 #questiongeneration #question-generation #text2text-generation #arxiv-1606.05250 #arxiv-2005.01107 #region-us \n### Dataset Summary\n\n\nThis is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in Transformer-based End-to-End Question Generation\nspecifically for the T5 family of models. The prefix is 'generate questions: ' so that the task can be unique to a trained model.\n\n\nCheck out the generation notebook here.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### plain\\_text\n\n\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.### Data Splits### Contributions\n\n\nThanks to Derek Thomas and Thomas Simonini for adding this to the hub\n\n\nCheck out: How to contribute more### Visitors\n\n\n![Visitors](URL" ]
[ -0.04988802596926689, 0.20888349413871765, -0.006041719112545252, 0.07179518789052963, 0.07031437754631042, 0.005864804610610008, 0.1448819935321808, 0.1236381009221077, 0.06599269062280655, 0.13795794546604156, 0.002923517022281885, 0.00885604415088892, 0.09937053918838501, 0.10895190387964249, -0.021542085334658623, -0.18256694078445435, 0.019003519788384438, -0.05547952651977539, -0.049754660576581955, 0.06818927079439163, 0.09644169360399246, -0.07155819982290268, 0.05768977850675583, -0.069705531001091, -0.02424188144505024, 0.07567621767520905, -0.03475087508559227, -0.018632495775818825, 0.08461597561836243, 0.07247334718704224, 0.048247672617435455, 0.02455422282218933, 0.035413503646850586, -0.21628843247890472, 0.042166922241449356, 0.09212477505207062, 0.023348750546574593, 0.04948306828737259, 0.12719812989234924, -0.04571365565061569, -0.011234176345169544, -0.0746440589427948, 0.026508817449212074, 0.07349701225757599, -0.13533258438110352, -0.059111542999744415, -0.11995039880275726, 0.06573686748743057, 0.0749509409070015, 0.0494404211640358, -0.056571584194898605, 0.046220216900110245, 0.010009357705712318, 0.07732388377189636, 0.18919958174228668, -0.12420865148305893, -0.07174411416053772, 0.014352287165820599, 0.03767814487218857, 0.06926489621400833, -0.09182114899158478, -0.0038172248750925064, -0.00823126919567585, 0.004733229521661997, -0.024408021941781044, -0.06223316863179207, -0.13570724427700043, 0.011775738559663296, -0.10936440527439117, -0.046198468655347824, 0.18481583893299103, 0.046475496143102646, -0.0007834071875549853, -0.15625713765621185, -0.08103246241807938, 0.11834278702735901, -0.016020117327570915, -0.038214270025491714, 0.005997487809509039, 0.014332606457173824, 0.0383569672703743, -0.10901996493339539, -0.08100274950265884, -0.026473743841052055, -0.05391929671168327, -0.019512329250574112, 0.03175756335258484, 0.0038280715234577656, -0.05875759571790695, 0.09190033376216888, -0.037744246423244476, -0.11324764788150787, -0.016344914212822914, -0.032622791826725006, -0.1628546118736267, -0.04565427452325821, 0.027152199298143387, -0.09960519522428513, 0.10742644965648651, 0.18098658323287964, -0.0009468159987591207, 0.04455883800983429, -0.13075096905231476, -0.02450796775519848, 0.056601978838443756, 0.15647156536579132, -0.09066068381071091, -0.07893715053796768, 0.030886979773640633, 0.043402306735515594, -0.028927341103553772, -0.01537717692553997, -0.027098476886749268, -0.047150835394859314, 0.021466076374053955, 0.1306506097316742, 0.14328093826770782, 0.04271114617586136, -0.03519362956285477, -0.04002769663929939, 0.019926872104406357, -0.15067465603351593, 0.04501369968056679, 0.05220581218600273, -0.00770235899835825, 0.04103308543562889, -0.03206232562661171, -0.0026641569565981627, -0.12658464908599854, -0.02127453312277794, -0.05919209495186806, -0.011291646398603916, -0.06853562593460083, -0.05359558016061783, 0.04403102025389671, -0.01826544478535652, -0.07153171300888062, 0.020797308534383774, -0.15216435492038727, -0.07791697233915329, 0.01979132927954197, -0.07049496471881866, -0.03324880450963974, -0.046703603118658066, -0.015945138409733772, -0.01970568858087063, 0.012750488705933094, 0.10497505217790604, -0.013997893780469894, 0.012060445733368397, -0.03748619556427002, 0.02467997930943966, 0.0710482969880104, 0.0376206673681736, -0.05755719169974327, 0.08623059839010239, -0.13079576194286346, 0.16654916107654572, -0.0724293664097786, 0.014994143508374691, -0.12410089373588562, 0.020618204027414322, 0.04865928366780281, 0.004731981083750725, 0.021087728440761566, 0.16075369715690613, -0.20673951506614685, 0.004656503442674875, 0.12888316810131073, -0.06961582601070404, -0.12967389822006226, 0.09347370266914368, -0.03550146520137787, 0.04226646199822426, 0.049528803676366806, 0.1608593761920929, 0.029057418927550316, -0.04923974350094795, -0.06560669094324112, -0.06522401422262192, -0.007377758622169495, 0.11340231448411942, 0.08550697565078735, -0.09477811306715012, 0.1673070341348648, -0.0031783736776560545, 0.004051855765283108, -0.060074664652347565, -0.004737256094813347, -0.06856438517570496, -0.03283878043293953, 0.009161869063973427, -0.08004091680049896, -0.01439382042735815, -0.044260021299123764, -0.014858068898320198, -0.05127016827464104, -0.03653651848435402, 0.030965672805905342, -0.05959354341030121, 0.03539101779460907, -0.08171046525239944, 0.03183059021830559, -0.030419783666729927, 0.03729656711220741, -0.17922411859035492, -0.14594045281410217, 0.05788750946521759, -0.003362493822351098, 0.10093994438648224, -0.021486714482307434, 0.017757976427674294, -0.011070766486227512, -0.057823650538921356, -0.008413254283368587, 0.07237616181373596, -0.01699875481426716, -0.025009362027049065, -0.15650781989097595, -0.044710423797369, -0.01918628439307213, 0.06085313484072685, -0.09380795061588287, 0.035521842539310455, 0.12345971167087555, 0.14980842173099518, 0.014470996335148811, -0.017022572457790375, 0.07153207808732986, -0.016061371192336082, -0.022438818588852882, -0.07928226888179779, 0.007280906196683645, -0.029881495982408524, -0.04190642386674881, 0.015332531183958054, -0.13277098536491394, -0.1842103749513626, 0.04069630056619644, 0.0739874541759491, -0.04618780314922333, 0.002784484066069126, -0.07573793828487396, -0.03648542985320091, -0.11208770424127579, -0.06650134176015854, 0.11919408291578293, 0.09513262659311295, 0.04701019451022148, -0.07597551494836807, -0.08374804258346558, -0.05697493627667427, 0.0039068409241735935, -0.030099185183644295, 0.11191246658563614, 0.021602487191557884, -0.1630154848098755, 0.1111208125948906, 0.013676400296390057, 0.05050665885210037, 0.09919300675392151, -0.06200063228607178, -0.09471199661493301, -0.044279396533966064, 0.06765326112508774, 0.011985289864242077, 0.07806756347417831, -0.025905482470989227, 0.0658821240067482, 0.052942413836717606, 0.025328729301691055, 0.01700548082590103, -0.08073970675468445, 0.04052566736936569, -0.022725163027644157, -0.07801832258701324, -0.006961027160286903, 0.020613962784409523, 0.06165847182273865, 0.09723705053329468, 0.021012213081121445, 0.09924416244029999, -0.017898332327604294, -0.08939244598150253, -0.12394540756940842, 0.11434328556060791, -0.07173185795545578, -0.1745612770318985, -0.14266398549079895, -0.048458438366651535, -0.08489549905061722, 0.006226945202797651, 0.03463888540863991, -0.0318138524889946, -0.06979495286941528, -0.10139277577400208, 0.1278751641511917, 0.0720723494887352, -0.10195478051900864, -0.04925982281565666, 0.028797093778848648, 0.0106649249792099, -0.10388075560331345, 0.031002143397927284, 0.04367571324110031, -0.09037137031555176, -0.02090340293943882, 0.018174275755882263, 0.08772040158510208, 0.06611085683107376, 0.05153662711381912, 0.0031397566199302673, -0.05340686812996864, 0.21024833619594574, -0.12434098869562149, 0.14711099863052368, 0.14086033403873444, -0.03483978658914566, 0.07228469103574753, 0.18473003804683685, 0.012218349613249302, -0.06177901104092598, 0.03259816765785217, 0.08560419827699661, -0.015904253348708153, -0.29489997029304504, -0.030308546498417854, -0.06044914573431015, 0.0381181426346302, 0.08026988059282303, 0.053456589579582214, 0.009268010966479778, 0.04857183247804642, -0.0908331423997879, 0.015478136949241161, 0.04813132435083389, 0.08367522805929184, 0.11801137775182724, 0.01097097247838974, 0.04742909222841263, -0.08404501527547836, -0.008700516074895859, 0.10452605783939362, 0.11069395393133163, 0.16791744530200958, -0.020802628248929977, 0.22007568180561066, 0.03886772692203522, 0.05524474009871483, -0.008118892088532448, 0.0556236170232296, -0.016003839671611786, 0.05536168813705444, -0.0000014598819007005659, -0.057104602456092834, 0.040609002113342285, 0.050473906099796295, 0.062544085085392, -0.06588824093341827, -0.0011747239623218775, -0.014437655918300152, 0.06533478200435638, 0.3158373236656189, 0.038990847766399384, -0.0396861657500267, -0.012064637616276741, 0.11256922781467438, -0.06061003357172012, -0.09588664770126343, 0.03774240240454674, 0.14483609795570374, -0.1582847237586975, 0.05832795798778534, -0.02653484046459198, 0.14165441691875458, -0.08808161318302155, -0.02655118890106678, -0.056295882910490036, 0.11300911009311676, -0.026908624917268753, 0.09160678833723068, -0.21610480546951294, 0.1361081451177597, 0.028239239007234573, 0.01948133483529091, -0.07912527024745941, 0.06813085079193115, 0.0070758722722530365, -0.012290013022720814, 0.14389188587665558, -0.01627928949892521, -0.09551066160202026, 0.007398969028145075, -0.09472235292196274, 0.020470349118113518, 0.06340334564447403, -0.12810908257961273, 0.09583313763141632, -0.05289313197135925, -0.020838063210248947, -0.022770503535866737, 0.015805684030056, -0.04101450741291046, -0.21367979049682617, 0.027181478217244148, -0.02387811988592148, 0.0843583345413208, -0.040433984249830246, -0.010027540847659111, -0.03220312297344208, 0.1004130020737648, -0.1112327128648758, -0.0829155296087265, -0.13183650374412537, 0.019856872037053108, 0.16431549191474915, -0.05834318697452545, -0.014615491963922977, -0.04476258531212807, 0.12217570096254349, -0.01597009412944317, -0.05371361970901489, 0.06528978794813156, -0.029530297964811325, -0.14679433405399323, -0.041118014603853226, 0.18517863750457764, -0.027467714622616768, 0.04307440668344498, -0.0029956873040646315, 0.06130705028772354, -0.005808645859360695, -0.10126958787441254, 0.032403431832790375, 0.026252735406160355, 0.028317907825112343, 0.11294325441122055, -0.09433093667030334, -0.07961113750934601, -0.10125037282705307, -0.05628268048167229, 0.14667609333992004, 0.19264119863510132, -0.055753376334905624, 0.09209263324737549, 0.06201329827308655, -0.10860244929790497, -0.18958520889282227, -0.018670441582798958, -0.019138634204864502, -0.00271574966609478, 0.009527669288218021, -0.1896509826183319, 0.028863592073321342, 0.05936547368764877, 0.02291093021631241, -0.0024294028989970684, -0.20742307603359222, -0.14744047820568085, 0.04273076727986336, 0.03626584634184837, -0.14479394257068634, -0.16999155282974243, -0.0779171735048294, -0.013055269606411457, -0.10299085825681686, 0.11422432959079742, -0.03181000053882599, 0.05297938734292984, 0.008301613852381706, 0.05392436310648918, 0.0263952799141407, -0.033546917140483856, 0.10752163082361221, 0.021635429933667183, 0.03185373544692993, -0.05582151561975479, -0.03783019632101059, 0.16197897493839264, -0.0225865188986063, 0.07920259237289429, 0.027929631993174553, 0.06006898358464241, -0.036606255918741226, -0.018588947132229805, -0.04315120726823807, 0.00002377689816057682, -0.08458981662988663, -0.026478396728634834, -0.06456101685762405, 0.06089573726058006, 0.09804549068212509, -0.016061387956142426, 0.10515950620174408, -0.07739074528217316, 0.08616337925195694, 0.10130248218774796, 0.1810537874698639, 0.06193668022751808, -0.08452026546001434, -0.015059368684887886, 0.00784815289080143, -0.020449426025152206, -0.09022529423236847, 0.10019451379776001, 0.13261128962039948, 0.018770109862089157, 0.14815878868103027, 0.003981991205364466, -0.09747088700532913, 0.014407622627913952, 0.016011692583560944, -0.14875473082065582, -0.38897305727005005, -0.010212688706815243, -0.017903020605444908, -0.17030102014541626, -0.03970276191830635, 0.10604102164506912, 0.08233051002025604, -0.044450078159570694, 0.056051723659038544, 0.06429668515920639, 0.027879035100340843, 0.07046341150999069, -0.005401695612818003, 0.06489977985620499, -0.06751567870378494, 0.09198758006095886, 0.14710670709609985, -0.050385769456624985, 0.017736705020070076, 0.21133440732955933, -0.03786075860261917, -0.02400268241763115, 0.04023229703307152, 0.14255669713020325, 0.006161324679851532, -0.00033706927206367254, -0.06540052592754364, -0.0827564224600792, 0.04811340570449829, 0.1334853619337082, -0.032858673483133316, 0.04592040926218033, 0.0035216144751757383, -0.035855863243341446, -0.04391949251294136, 0.11880303919315338, -0.001332768821157515, 0.030093003064393997, -0.04683412238955498, -0.025243651121854782, -0.06375116109848022, 0.015623321756720543, -0.0029727586079388857, -0.07709775120019913, -0.0723302960395813, 0.004142581485211849, -0.20201589167118073, 0.0075439405627548695, -0.07869262993335724, 0.0015849268529564142, -0.0016576297348365188, -0.088467076420784, 0.0020117308013141155, 0.02110624499619007, -0.051765087991952896, -0.05378270894289017, -0.04714003950357437, 0.12722928822040558, -0.19189134240150452, 0.020072251558303833, 0.08474050462245941, -0.0682658702135086, 0.13835859298706055, -0.004062611609697342, -0.08573811501264572, -0.008780485019087791, -0.07316560298204422, -0.04971128702163696, -0.10355761647224426, 0.0748409777879715, 0.04053886979818344, -0.1258598268032074, -0.027954570949077606, 0.00441013416275382, -0.010670318268239498, 0.017376746982336044, 0.008645446039736271, -0.07550979405641556, 0.07708563655614853, 0.012646467424929142, -0.05296957120299339, -0.07039973139762878, 0.057116709649562836, 0.05986250191926956, 0.04326537996530533, 0.09647770971059799, -0.04602336883544922, 0.1256275177001953, -0.1830093264579773, -0.0030652564018964767, 0.05058518424630165, -0.007156217470765114, 0.04229811578989029, -0.053731631487607956, 0.06967633217573166, -0.02593681775033474, 0.11526496708393097, -0.057353775948286057, 0.08296345919370651, 0.06393153220415115, 0.03676031529903412, 0.032829321920871735, 0.05489453300833702, 0.081242136657238, -0.017877165228128433, -0.05073671042919159, 0.04813029617071152, -0.04219890385866165, -0.04868549853563309, 0.049156688153743744, 0.19280271232128143, 0.10040568560361862, 0.09228503704071045, -0.01510342862457037, 0.08749847114086151, -0.04154882952570915, -0.01831730641424656, 0.03495325893163681, -0.010896947234869003, -0.0005754103767685592, -0.1205841526389122, 0.08715881407260895, 0.05773460119962692, -0.1908072680234909, 0.14663183689117432, -0.04803510382771492, -0.0703522190451622, -0.06782390177249908, -0.18401890993118286, -0.07191327959299088, -0.0451771505177021, 0.00825132429599762, -0.1549372375011444, 0.10410820692777634, 0.009356802329421043, 0.04060221090912819, -0.03317711502313614, 0.13193899393081665, -0.04354391247034073, -0.05194665491580963, 0.029238613322377205, 0.030910177156329155, 0.06444362550973892, 0.014127274975180626, 0.03756289184093475, 0.01654870994389057, 0.043399762362241745, 0.04778372123837471, 0.08650387078523636, 0.032882776111364365, -0.005669671110808849, -0.1162278801202774, -0.06637820601463318, -0.00027663708897307515, -0.018809540197253227, -0.03576309233903885, 0.14368592202663422, 0.0485936775803566, -0.0009855689713731408, 0.02271009050309658, 0.22032950818538666, -0.0407157838344574, -0.15335145592689514, -0.16079291701316833, 0.07508012652397156, -0.06294070184230804, -0.029547318816184998, 0.0389065220952034, -0.14714626967906952, -0.03442413732409477, 0.19015268981456757, 0.12973831593990326, -0.07061833888292313, 0.0025738393887877464, 0.009180475026369095, 0.025121791288256645, 0.000005774480541731464, 0.0419960580766201, 0.03513690084218979, 0.13613897562026978, -0.05449271947145462, 0.038227494806051254, 0.020989887416362762, -0.0524723120033741, -0.058457814157009125, 0.1683640033006668, -0.04337487742304802, -0.0013968972489237785, -0.029620209708809853, 0.11217557638883591, -0.08770632743835449, -0.2178877294063568, -0.08630704134702682, -0.14100812375545502, -0.1605888307094574, -0.047386135905981064, 0.04376262053847313, -0.020146310329437256, 0.01287953183054924, 0.06557675451040268, 0.022967703640460968, 0.15458619594573975, 0.026232639327645302, -0.02909124083817005, -0.04232807829976082, 0.1207473874092102, -0.22853006422519684, 0.1370912790298462, 0.011589379981160164, 0.02835875004529953, 0.13265837728977203, -0.04506630450487137, -0.13325579464435577, 0.02966340072453022, 0.08985017240047455, -0.04653291404247284, 0.014278623275458813, 0.1740892082452774, 0.014802872203290462, 0.08656857162714005, 0.05724116414785385, -0.0014747785171493888, 0.05254087969660759, 0.008277424611151218, -0.005262642167508602, -0.11626259982585907, 0.04001157358288765, -0.10007225722074509, 0.10533400624990463, 0.1322857141494751, -0.047309085726737976, 0.03552045300602913, -0.0502803809940815, 0.0010003404458984733, -0.03180590271949768, 0.09785282611846924, -0.018157601356506348, -0.14393463730812073, 0.025519484654068947, -0.04803236946463585, 0.048104558140039444, -0.14849857985973358, -0.08615461736917496, 0.03013952448964119, -0.0006927603972144425, -0.06446432322263718, 0.14969734847545624, 0.13268937170505524, 0.039700284600257874, -0.025761593133211136, -0.18791037797927856, 0.003023786935955286, 0.12296037375926971, -0.06405911594629288, -0.02013583481311798 ]
2ccd94cb1d2ff2915c4a258ee612abb4e8bf8392
# Датасет прикольных ответов Датасет смешных ответов собирается идеями от других людей (которые пишут мне если нет аккаунта в hugginface), и мной. Сборка началась 8 февраля 2023 года. ## Данные JSON файл содержит data список где есть message - сообщение, response - ответ, и type - тип. Это пример данных ```json { "data": [ {"message": "Дано: Архимед упал в говно.", "response": "Найти: Выталкивающую силу.", "type": "w"}, {"message": "Как дела?", "response": "Всё было нормально, пока Вася выёживаться не стал)", "type": "n"}, {"message": "Что ты можешь сказать о сне?", "response": "Я так долго тренировался спать что могу делать это с закрытыми глазами.", "type": "n"}, ... ] } ... ``` # Список типов сообщений-ответов: - "n" Нейтрально, без оскорбления - "a" Аггресивный/токсичный ответ - "w" Содержит не всегда приемлемые или оскорбительные слова. - "s" Содержит маты. (либо ответ либо запрос содержит хотя бы один мат) - "p" Писсимистичные ответы, с низкой самооценкой или суицидальными мыслями. (Оно не работает -> Безработный как я) - "u" Небезопасные ответы, предложение чего-то запрещённого шуткой (например алкоголь)
MoyAI/Funniest-answers
[ "task_categories:conversational", "task_categories:text-generation", "task_categories:text2text-generation", "task_categories:text-classification", "size_categories:n<1K", "language:ru", "region:us" ]
2023-02-08T12:15:42+00:00
{"language": ["ru"], "size_categories": ["n<1K"], "task_categories": ["conversational", "text-generation", "text2text-generation", "text-classification"], "pretty_name": "Funny-responses"}
2023-12-25T14:56:56+00:00
[]
[ "ru" ]
TAGS #task_categories-conversational #task_categories-text-generation #task_categories-text2text-generation #task_categories-text-classification #size_categories-n<1K #language-Russian #region-us
# Датасет прикольных ответов Датасет смешных ответов собирается идеями от других людей (которые пишут мне если нет аккаунта в hugginface), и мной. Сборка началась 8 февраля 2023 года. ## Данные JSON файл содержит data список где есть message - сообщение, response - ответ, и type - тип. Это пример данных # Список типов сообщений-ответов: - "n" Нейтрально, без оскорбления - "a" Аггресивный/токсичный ответ - "w" Содержит не всегда приемлемые или оскорбительные слова. - "s" Содержит маты. (либо ответ либо запрос содержит хотя бы один мат) - "p" Писсимистичные ответы, с низкой самооценкой или суицидальными мыслями. (Оно не работает -> Безработный как я) - "u" Небезопасные ответы, предложение чего-то запрещённого шуткой (например алкоголь)
[ "# Датасет прикольных ответов\nДатасет смешных ответов собирается идеями от других людей (которые пишут мне если нет аккаунта в hugginface), и мной. Сборка началась 8 февраля 2023 года.", "## Данные\nJSON файл содержит data список где есть message - сообщение, response - ответ, и type - тип.\nЭто пример данных", "# Список типов сообщений-ответов:\n - \"n\" Нейтрально, без оскорбления\n - \"a\" Аггресивный/токсичный ответ\n - \"w\" Содержит не всегда приемлемые или оскорбительные слова.\n - \"s\" Содержит маты. (либо ответ либо запрос содержит хотя бы один мат)\n - \"p\" Писсимистичные ответы, с низкой самооценкой или суицидальными мыслями. (Оно не работает -> Безработный как я)\n - \"u\" Небезопасные ответы, предложение чего-то запрещённого шуткой (например алкоголь)" ]
[ "TAGS\n#task_categories-conversational #task_categories-text-generation #task_categories-text2text-generation #task_categories-text-classification #size_categories-n<1K #language-Russian #region-us \n", "# Датасет прикольных ответов\nДатасет смешных ответов собирается идеями от других людей (которые пишут мне если нет аккаунта в hugginface), и мной. Сборка началась 8 февраля 2023 года.", "## Данные\nJSON файл содержит data список где есть message - сообщение, response - ответ, и type - тип.\nЭто пример данных", "# Список типов сообщений-ответов:\n - \"n\" Нейтрально, без оскорбления\n - \"a\" Аггресивный/токсичный ответ\n - \"w\" Содержит не всегда приемлемые или оскорбительные слова.\n - \"s\" Содержит маты. (либо ответ либо запрос содержит хотя бы один мат)\n - \"p\" Писсимистичные ответы, с низкой самооценкой или суицидальными мыслями. (Оно не работает -> Безработный как я)\n - \"u\" Небезопасные ответы, предложение чего-то запрещённого шуткой (например алкоголь)" ]
[ 66, 50, 27, 141 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text-generation #task_categories-text2text-generation #task_categories-text-classification #size_categories-n<1K #language-Russian #region-us \n# Датасет прикольных ответов\nДатасет смешных ответов собирается идеями от других людей (которые пишут мне если нет аккаунта в hugginface), и мной. Сборка началась 8 февраля 2023 года.## Данные\nJSON файл содержит data список где есть message - сообщение, response - ответ, и type - тип.\nЭто пример данных# Список типов сообщений-ответов:\n - \"n\" Нейтрально, без оскорбления\n - \"a\" Аггресивный/токсичный ответ\n - \"w\" Содержит не всегда приемлемые или оскорбительные слова.\n - \"s\" Содержит маты. (либо ответ либо запрос содержит хотя бы один мат)\n - \"p\" Писсимистичные ответы, с низкой самооценкой или суицидальными мыслями. (Оно не работает -> Безработный как я)\n - \"u\" Небезопасные ответы, предложение чего-то запрещённого шуткой (например алкоголь)" ]
[ 0.05847419425845146, -0.057113487273454666, -0.015843328088521957, 0.01438386831432581, 0.0838824212551117, -0.0006094111013226211, 0.12316478788852692, 0.07214606553316116, 0.17810514569282532, 0.07538338005542755, 0.12174845486879349, -0.02149573713541031, -0.009391485713422298, 0.08398931473493576, -0.0013398948358371854, -0.06864234060049057, 0.03351651504635811, -0.09637881815433502, 0.07616172730922699, 0.06089827045798302, 0.08412636071443558, -0.03780140355229378, 0.008621475659310818, -0.0786566287279129, 0.01917894557118416, 0.04751761630177498, 0.028634371235966682, 0.013425277546048164, 0.016807779669761658, 0.017324553802609444, 0.09141931682825089, 0.027249636128544807, -0.12265615165233612, -0.10831394046545029, 0.031364068388938904, 0.013203989714384079, -0.0272383913397789, -0.03734937682747841, 0.07414139807224274, -0.07489223033189774, 0.08823836594820023, -0.12257595360279083, -0.020490672439336777, 0.0707598626613617, -0.09859196096658707, -0.061725009232759476, -0.004395372699946165, 0.10266055166721344, 0.11605559289455414, 0.06705853343009949, -0.08483249694108963, 0.09145219624042511, -0.08770693093538284, 0.060520850121974945, 0.13442175090312958, -0.1273830682039261, -0.01121948566287756, 0.033978115767240524, -0.024623928591609, 0.1221604272723198, -0.02772744745016098, -0.03164166212081909, -0.00919265765696764, -0.0108070382848382, -0.09385895729064941, -0.02118980512022972, -0.03711536154150963, 0.03604873642325401, -0.10029477626085281, -0.08743959665298462, 0.16464915871620178, 0.05904199555516243, 0.013390926644206047, -0.12055639177560806, -0.03827240690588951, -0.031074345111846924, -0.012986131012439728, -0.0038580321706831455, -0.04974798113107681, 0.006714166607707739, 0.0674452930688858, 0.008913543075323105, -0.09509073942899704, -0.03399255871772766, -0.03918907418847084, 0.09835755825042725, -0.005782091990113258, 0.06156947836279869, -0.09871768951416016, -0.0017540442058816552, -0.04153994470834732, -0.06103574484586716, 0.016665156930685043, -0.05481702834367752, -0.08080223202705383, 0.04493842273950577, -0.07643749564886093, -0.14616873860359192, 0.15635927021503448, -0.011550890281796455, 0.027055561542510986, 0.029998090118169785, -0.03237751126289368, 0.08250926434993744, 0.10473635792732239, 0.017660411074757576, 0.005787685047835112, -0.04919968172907829, -0.027446551248431206, -0.01139898132532835, 0.05261481925845146, -0.04350605979561806, -0.040137432515621185, -0.022702373564243317, 0.04372992366552353, 0.09280332177877426, 0.05436963960528374, 0.1016487181186676, -0.045797884464263916, -0.02298378385603428, -0.010074797086417675, -0.05682073533535004, -0.048049092292785645, 0.06414450705051422, -0.08411525934934616, 0.011488876305520535, -0.06408850103616714, 0.020911594852805138, -0.056291256099939346, 0.015475869178771973, -0.020431913435459137, 0.002192292595282197, -0.05540208891034126, -0.0882880836725235, 0.06294354051351547, 0.002940127160400152, -0.09618565440177917, -0.07572387903928757, -0.10711444169282913, -0.04344932734966278, -0.018954208120703697, -0.0014560100389644504, -0.011195828206837177, -0.02500380575656891, -0.013149430975317955, 0.004292587749660015, -0.006584006827324629, -0.0538160465657711, -0.036978334188461304, 0.06468308717012405, -0.10642829537391663, 0.08570630103349686, 0.033914655447006226, 0.001267255051061511, -0.1382368505001068, -0.007808681111782789, -0.12272216379642487, 0.08014018088579178, -0.14002877473831177, 0.0522882416844368, -0.034191958606243134, 0.057579562067985535, -0.008811689913272858, 0.016738764941692352, -0.03777248039841652, 0.1937008500099182, -0.11273174732923508, -0.017059536650776863, 0.09545262157917023, -0.09775329381227493, -0.01758706383407116, 0.1449754685163498, 0.009396367706358433, -0.024801695719361305, 0.08903782814741135, 0.232937291264534, -0.06231265142560005, 0.00860677845776081, -0.024319548159837723, 0.02004920318722725, -0.1538199782371521, 0.1293548047542572, 0.041982755064964294, -0.02368820644915104, -0.08059979975223541, 0.025648728013038635, 0.13079582154750824, 0.0008657521102577448, -0.005119650159031153, -0.037894003093242645, -0.0023314564023166895, 0.010088709183037281, 0.118775375187397, -0.008654198609292507, -0.03123782016336918, -0.08397205919027328, -0.04930808022618294, -0.11953266710042953, 0.008372580632567406, 0.05452460050582886, -0.006637995596975088, -0.07333294302225113, 0.055312372744083405, 0.08847349882125854, 0.023970305919647217, -0.09965961426496506, -0.12431693077087402, 0.0002592769160401076, 0.060967329889535904, 0.061969056725502014, 0.12833364307880402, 0.04862460121512413, -0.02922285534441471, 0.031246980652213097, 0.04021596908569336, 0.014235897921025753, -0.006317536346614361, -0.04319246485829353, -0.10174083709716797, 0.08111830800771713, -0.0336165688931942, 0.08920591324567795, -0.04460105672478676, 0.009816148318350315, 0.06731076538562775, -0.018475279211997986, 0.0299178846180439, -0.01855163834989071, 0.05487315356731415, 0.007550089620053768, 0.03803613781929016, 0.030765164643526077, 0.05571797117590904, -0.03294503316283226, -0.0461512990295887, 0.08449171483516693, -0.11760867387056351, -0.05933286249637604, 0.0876566469669342, 0.021258708089590073, -0.06310714036226273, -0.022619614377617836, -0.053628433495759964, -0.0030998936854302883, 0.061852846294641495, -0.023042302578687668, 0.020040804520249367, 0.019496634602546692, -0.008535314351320267, -0.024784035980701447, 0.020471807569265366, 0.029831387102603912, -0.06284327059984207, -0.02538687363266945, 0.1066153421998024, -0.0020094222854822874, -0.19370533525943756, 0.08634301275014877, 0.0034796218387782574, -0.05876360833644867, 0.2561703026294708, 0.003572900779545307, -0.02248937264084816, -0.025041934102773666, 0.08940664678812027, -0.012218979187309742, 0.07388000935316086, -0.1342175155878067, 0.016823790967464447, 0.05378316715359688, -0.008703330531716347, 0.037561941891908646, -0.03709940239787102, -0.0578005313873291, -0.0555693544447422, -0.04541553929448128, -0.06759919226169586, 0.0958174467086792, 0.0823255255818367, 0.10693776607513428, 0.006535677704960108, 0.04114692285656929, 0.003348191501572728, -0.057969458401203156, -0.10781823098659515, 0.06733431667089462, -0.08116712421178818, -0.20294900238513947, -0.05405549705028534, 0.02244940586388111, -0.08131237328052521, 0.047335680574178696, 0.08505251258611679, -0.12366348505020142, -0.012978443875908852, -0.061817068606615067, 0.10258937627077103, 0.04981684312224388, -0.04796036705374718, -0.11432621628046036, 0.049464475363492966, 0.000143505705636926, -0.022267237305641174, -0.01674051582813263, -0.07289032638072968, -0.0402529276907444, 0.0874394103884697, -0.09474160522222519, 0.033407773822546005, 0.1251295804977417, 0.03150271996855736, 0.012907403521239758, -0.08573400974273682, 0.15460114181041718, -0.035612668842077255, 0.03265070915222168, 0.07529442012310028, -0.034394264221191406, 0.06624100357294083, 0.11383992433547974, -0.023255232721567154, -0.02626773528754711, 0.0724639818072319, 0.07871896773576736, -0.04577279090881348, -0.14170657098293304, -0.09913880378007889, -0.01640094444155693, 0.15830963850021362, -0.009445698000490665, 0.013885588385164738, 0.09975720942020416, 0.03261525183916092, -0.09514904022216797, -0.10426171123981476, 0.045912809669971466, 0.07891224324703217, 0.11691015958786011, -0.03137312829494476, 0.07350260019302368, -0.047587912529706955, 0.014965626411139965, 0.0769813060760498, -0.06730438023805618, 0.08441191166639328, 0.012329301796853542, 0.027753056958317757, 0.10704947263002396, 0.05075545981526375, 0.015243793837726116, -0.08840663731098175, 0.01995048299431801, -0.0254971981048584, -0.05887935683131218, -0.08554831892251968, -0.08363030105829239, 0.06286469101905823, 0.08709951490163803, -0.059202227741479874, -0.0037133214063942432, 0.01839487999677658, 0.11472108215093613, 0.1091199740767479, 0.022024517878890038, -0.01762634515762329, -0.0594838485121727, 0.05065334215760231, 0.0036044178996235132, -0.019401773810386658, 0.0524723157286644, 0.08584429323673248, -0.06804347783327103, -0.0008328039548359811, -0.001570145133882761, 0.06366231292486191, 0.092758409678936, 0.07297272980213165, -0.1545732617378235, -0.036161165684461594, -0.013448960147798061, 0.10580727458000183, -0.15189537405967712, 0.13044971227645874, -0.0025240699760615826, -0.044973839074373245, -0.0745658352971077, -0.05548163130879402, -0.01203882321715355, 0.011956412345170975, 0.1086294949054718, 0.01564270444214344, 0.008711821399629116, -0.060045257210731506, -0.02748182788491249, 0.02893875539302826, 0.0656764954328537, -0.05675625428557396, 0.016615450382232666, 0.004260013345628977, 0.030879786238074303, -0.009539258666336536, 0.12858957052230835, -0.06961965560913086, -0.05474928766489029, 0.0272790789604187, 0.07284431159496307, -0.012601582333445549, -0.010860905982553959, 0.0063935318030416965, 0.030908504500985146, 0.10186172276735306, -0.11793813854455948, -0.05503753572702408, -0.03933022543787956, -0.049783919006586075, 0.020123369991779327, -0.03712991252541542, -0.04985355958342552, -0.030461635440587997, 0.01858641393482685, -0.05093728378415108, -0.05725990608334541, 0.08615057915449142, -0.055100783705711365, -0.09430737793445587, -0.04939907416701317, 0.08385373651981354, 0.06129396706819534, 0.054097652435302734, -0.037501972168684006, 0.034338485449552536, -0.019741889089345932, -0.07594940811395645, 0.03087715245783329, 0.012024207971990108, 0.019961446523666382, 0.09996955096721649, 0.020098676905035973, -0.07989249378442764, -0.12267334014177322, -0.028565360233187675, 0.1570928692817688, 0.18630443513393402, -0.0705266073346138, 0.17440663278102875, 0.09364618360996246, -0.014876817353069782, -0.2139517217874527, -0.06079086288809776, 0.08680017292499542, -0.010976282879710197, -0.0023540013935416937, -0.09563101828098297, -0.03512373939156532, 0.02683018520474434, -0.02600652538239956, 0.028794340789318085, -0.15883798897266388, -0.09552285075187683, 0.052229732275009155, 0.013214425183832645, 0.2109118551015854, -0.12386924028396606, -0.04064555838704109, -0.004513456951826811, 0.013473683036863804, 0.1627526730298996, 0.001875310204923153, 0.04350319132208824, 0.014886513352394104, 0.10028252750635147, 0.059517908841371536, -0.027293698862195015, 0.10269450396299362, -0.017606612294912338, 0.06821400672197342, -0.09102029353380203, -0.12583224475383759, 0.07529817521572113, -0.046798381954431534, 0.031102335080504417, -0.06867408007383347, -0.007174887228757143, -0.16629788279533386, -0.020941907539963722, -0.098323754966259, 0.05708689242601395, -0.006264847237616777, -0.045028142631053925, -0.06788280606269836, 0.013495389372110367, 0.020525751635432243, -0.002090064575895667, 0.14876684546470642, -0.14314641058444977, 0.13541074097156525, 0.14082086086273193, 0.03479844331741333, -0.0018110988894477487, -0.06997286528348923, 0.0022608970757573843, -0.036585092544555664, 0.0823470875620842, -0.1550416499376297, 0.017705192789435387, 0.009296038188040257, 0.004934844560921192, 0.10360915213823318, -0.00014641755842603743, -0.036500219255685806, 0.011354628950357437, 0.07012493908405304, -0.1589449644088745, -0.08474290370941162, 0.0026550989132374525, 0.03657139837741852, -0.011104113422334194, -0.0824652910232544, 0.08399214595556259, -0.013520301319658756, 0.0235925130546093, 0.013237383216619492, 0.03879363462328911, 0.061904940754175186, -0.02075420692563057, 0.05067874863743782, 0.06867744773626328, -0.039207711815834045, 0.0337168350815773, 0.06144549325108528, -0.10679137706756592, 0.05716119334101677, 0.0948999673128128, -0.04709902033209801, -0.07833940535783768, -0.06896068900823593, 0.07144022732973099, 0.06839785724878311, -0.04061150923371315, -0.026287779211997986, -0.04032887890934944, 0.02980218641459942, 0.14346642792224884, 0.02059066668152809, 0.05435974523425102, 0.01340128481388092, -0.01016372349113226, 0.0325392410159111, 0.06972423940896988, -0.014355520717799664, -0.05302446708083153, -0.0003544886130839586, 0.08476107567548752, 0.00750283058732748, 0.023565350100398064, -0.034568335860967636, -0.0632256269454956, -0.09024772047996521, -0.002663934836164117, -0.13893337547779083, 0.06039455905556679, -0.025497619062662125, -0.012560728006064892, 0.005942574702203274, -0.01674295961856842, -0.032946012914180756, -0.0030849208123981953, -0.037667568773031235, 0.019506771117448807, -0.006052818149328232, 0.08219383656978607, -0.0876879021525383, -0.02432638593018055, 0.020648082718253136, 0.007254982367157936, 0.07711831480264664, 0.1273881047964096, -0.08374341577291489, 0.029956672340631485, -0.12017781287431717, 0.029377643018960953, 0.012685077264904976, 0.015253962948918343, -0.034751586616039276, 0.05981802940368652, -0.001700253807939589, -0.05068919062614441, 0.01605571061372757, 0.08165395259857178, 0.06115872412919998, -0.07646838575601578, 0.10599333047866821, 0.07065735757350922, -0.1002887487411499, -0.05326341837644577, -0.0646180510520935, -0.04689996689558029, 0.039821237325668335, 0.09998148679733276, -0.07672493904829025, 0.09406261146068573, -0.07569269090890884, -0.011258089914917946, 0.03434590622782707, 0.03642896190285683, -0.06813859939575195, -0.023027494549751282, 0.023614471778273582, -0.036646582186222076, 0.09486047923564911, 0.05211148038506508, 0.006339309737086296, 0.06405992805957794, 0.03226451203227043, 0.06160612776875496, 0.005115540232509375, -0.03774627298116684, -0.0011452044127508998, -0.0217141006141901, -0.04565546661615372, -0.01955563761293888, -0.024762511253356934, -0.05806154012680054, 0.16080205142498016, 0.06596367806196213, 0.06099085882306099, 0.004504067823290825, 0.023968040943145752, -0.04074794054031372, 0.09103841334581375, 0.0765259638428688, -0.06362329423427582, 0.031640008091926575, -0.03513471409678459, 0.07552675902843475, 0.1774313896894455, -0.0019433413399383426, 0.03887691721320152, -0.0611676461994648, -0.022373728454113007, -0.02558857761323452, -0.1381266713142395, -0.03820430114865303, -0.08083859831094742, 0.03758293762803078, -0.04965456202626228, 0.0041276211850345135, 0.04302855581045151, 0.03441574424505234, -0.03745026886463165, 0.056571658700704575, -0.03524867445230484, -0.06789843738079071, 0.020205898210406303, -0.03344414010643959, 0.02225703001022339, 0.027469323948025703, -0.003323644632473588, 0.06382523477077484, -0.02992815524339676, 0.0031145650427788496, 0.10147636383771896, 0.03732966259121895, -0.05472097545862198, -0.13079966604709625, -0.0831446647644043, 0.018602279946208, 0.059395819902420044, -0.020047562196850777, 0.14755378663539886, 0.04635898023843765, 0.0092409523203969, 0.0014589197235181928, 0.17583829164505005, 0.008179845288395882, -0.11896111071109772, -0.05297765135765076, 0.1578121781349182, -0.026056185364723206, 0.08077817410230637, -0.06428086012601852, -0.0414268858730793, -0.06504238396883011, 0.06580240279436111, 0.1784958690404892, -0.028153162449598312, 0.026702415198087692, -0.0427996851503849, 0.04344029352068901, 0.02216632105410099, 0.08498974144458771, -0.013764364644885063, 0.27374452352523804, 0.013056714087724686, 0.08126115053892136, -0.04893525317311287, 0.028851931914687157, -0.10557348281145096, 0.07543187588453293, 0.023617595434188843, -0.05665518343448639, -0.06628166884183884, 0.10723016411066055, -0.13068129122257233, 0.015209546312689781, -0.04735390469431877, -0.09238197654485703, -0.03315281122922897, 0.0009135758737102151, 0.1258378028869629, 0.023080572485923767, 0.09831663966178894, 0.01472090557217598, -0.020903613418340683, -0.0654992014169693, 0.008423270657658577, -0.10032173246145248, 0.008580938912928104, 0.021730666980147362, -0.04083468019962311, 0.06719795614480972, 0.022942855954170227, 0.2061140239238739, 0.052277661859989166, -0.048360634595155716, -0.009228046052157879, 0.08436062186956406, 0.06324370950460434, -0.05878555402159691, -0.03372306376695633, 0.06586282700300217, 0.013804885558784008, 0.055107999593019485, 0.11293821781873703, -0.08043931424617767, 0.02049572579562664, 0.04025403782725334, -0.024938667193055153, -0.05086482688784599, 0.12172627449035645, -0.08171523362398148, -0.010331196710467339, 0.11302576959133148, -0.0030979758594185114, -0.03953305631875992, -0.0159465242177248, 0.011283638887107372, -0.06114496290683746, -0.056409817188978195, -0.03507968783378601, -0.0686444640159607, 0.01096609327942133, 0.026416916400194168, 0.0455724261701107, -0.18090444803237915, 0.011113072745501995, -0.005260954611003399, 0.0609375461935997, 0.014504528604447842, 0.03428138792514801, 0.00838379841297865, -0.03872198238968849, -0.015619558282196522, -0.18586471676826477, 0.08963460475206375, 0.10594822466373444, 0.0003419112181290984, -0.07858562469482422 ]
e783a3a1d438ba4f3509fdab98a8cae5a9cbcc00
Images trained for my [phantom diffusion s3 the last 8](https://huggingface.co/Phantom-Artist/phantom-diffusion-s3-the-last-8) series. Since they are all AI generated images that are public domain under the US law, I claim it is legal to redistribute them as public domain. However, they might have copyright in your/their original country. Still, many countries including Japan allow us to use them for training an AI under their copyrights law, and because all the artists here are from Japan, I assume it should be allowed to reuse it for training globally.
Phantom-Artist/phantom-diffusion-s3-the-last-8-dataset
[ "license:cc0-1.0", "region:us" ]
2023-02-08T12:21:23+00:00
{"license": "cc0-1.0"}
2023-02-08T12:27:04+00:00
[]
[]
TAGS #license-cc0-1.0 #region-us
Images trained for my phantom diffusion s3 the last 8 series. Since they are all AI generated images that are public domain under the US law, I claim it is legal to redistribute them as public domain. However, they might have copyright in your/their original country. Still, many countries including Japan allow us to use them for training an AI under their copyrights law, and because all the artists here are from Japan, I assume it should be allowed to reuse it for training globally.
[]
[ "TAGS\n#license-cc0-1.0 #region-us \n" ]
[ 14 ]
[ "passage: TAGS\n#license-cc0-1.0 #region-us \n" ]
[ -0.015827827155590057, 0.0207549799233675, -0.006497819907963276, -0.04290052875876427, -0.008116698823869228, 0.07027317583560944, 0.17494411766529083, 0.04256151616573334, 0.21734844148159027, -0.020508237183094025, 0.17894452810287476, 0.05383828282356262, 0.012251714244484901, 0.013546179048717022, -0.031910061836242676, -0.07461658120155334, 0.06502379477024078, -0.01734144240617752, 0.061062395572662354, 0.025558017194271088, -0.0035808782558888197, -0.045654892921447754, 0.016418294981122017, -0.02278972417116165, -0.11548300832509995, -0.007016019895672798, 0.08283799141645432, -0.034927476197481155, 0.09569909423589706, -0.03669785335659981, 0.1488795280456543, 0.12566709518432617, 0.047976598143577576, -0.21645991504192352, 0.007226462010294199, -0.074689120054245, -0.14275676012039185, 0.04021013155579567, -0.002384168328717351, 0.038798946887254715, 0.029695669189095497, 0.08111638575792313, -0.026238055899739265, 0.043591033667325974, -0.19998596608638763, -0.1481328010559082, -0.10702550411224365, 0.03871911019086838, 0.06454846262931824, 0.0650472566485405, 0.11070746183395386, 0.08298075199127197, -0.1759617030620575, -0.019254064187407494, 0.04221664369106293, -0.3985176384449005, 0.10433376580476761, 0.2524176836013794, 0.015190071426331997, 0.08450863510370255, -0.01707599312067032, 0.06626342982053757, 0.09601504355669022, -0.057876840233802795, -0.09547819942235947, -0.07555457204580307, -0.004737574141472578, 0.10565069317817688, 0.008250449784100056, -0.12633982300758362, 0.31104162335395813, 0.005960594862699509, -0.02898787520825863, 0.12754853069782257, -0.004315655212849379, -0.1518958956003189, 0.0220046304166317, 0.07752695679664612, 0.06581158190965652, 0.1794823259115219, 0.1345766931772232, -0.03197266533970833, -0.18553856015205383, -0.07936955243349075, -0.2299686074256897, 0.050761427730321884, -0.04536014050245285, 0.13710550963878632, -0.11852117627859116, 0.029426462948322296, -0.168117493391037, -0.011613838374614716, -0.08339264988899231, -0.025684406980872154, 0.09128108620643616, -0.007883008569478989, -0.06916080415248871, 0.18163245916366577, 0.0767785906791687, 0.13714002072811127, -0.03617716208100319, 0.0010543889366090298, -0.08272183686494827, 0.17322269082069397, -0.039915166795253754, 0.03520270064473152, 0.1707763373851776, 0.21105235815048218, 0.034060288220644, -0.17040330171585083, 0.05841115489602089, -0.03097379207611084, -0.20284830033779144, -0.028764287009835243, -0.1235160306096077, 0.178719624876976, -0.07272069156169891, -0.1120561882853508, -0.07850244641304016, 0.11062582582235336, 0.1746472865343094, 0.006332656368613243, 0.0015781199326738715, 0.052597835659980774, 0.04972757399082184, -0.06476195901632309, -0.03800445795059204, 0.009140897542238235, 0.11390510201454163, 0.08567581325769424, -0.15639014542102814, 0.009338120929896832, 0.00847355555742979, 0.04368881508708, 0.1489730179309845, -0.10177883505821228, 0.0031057363376021385, -0.0988050326704979, -0.1214434802532196, 0.02210068888962269, -0.018870722502470016, -0.0013024756917729974, 0.0697474479675293, 0.07618407905101776, 0.02391822822391987, -0.00707099586725235, -0.06859580427408218, -0.13437165319919586, -0.09691616892814636, 0.09489395469427109, -0.08992120623588562, 0.001434947014786303, -0.31798821687698364, -0.03579287976026535, -0.12229394912719727, 0.06312623620033264, 0.007610782980918884, -0.11566945910453796, -0.12733198702335358, 0.11878558993339539, -0.021428963169455528, 0.02241014502942562, -0.09214052557945251, 0.010798091068863869, -0.04514536261558533, 0.0935865119099617, -0.12018639594316483, -0.02178751304745674, 0.13598762452602386, -0.1433018445968628, -0.1446334421634674, -0.03895501047372818, 0.019982166588306427, 0.006798567716032267, 0.024144388735294342, 0.3136502802371979, -0.1047099232673645, -0.18356886506080627, 0.07592222094535828, 0.18125678598880768, -0.10997959971427917, -0.32262301445007324, 0.1311771422624588, -0.1998024582862854, -0.187198206782341, 0.0014316501328721642, -0.06889328360557556, 0.015019197016954422, -0.05126368626952171, -0.05998285487294197, -0.006330584641546011, -0.00101490318775177, -0.043657414615154266, -0.02342895045876503, 0.05602645128965378, -0.04209410771727562, 0.07747554033994675, -0.045815009623765945, -0.006485676858574152, 0.10631822049617767, 0.042011212557554245, -0.054521460086107254, 0.06824697554111481, -0.03340939059853554, -0.04051266610622406, -0.03962068259716034, -0.09377148747444153, 0.045961927622556686, 0.01636369340121746, 0.1081070527434349, 0.1499423384666443, 0.010570126585662365, -0.03262319043278694, 0.031655292958021164, 0.03699525073170662, 0.026514539495110512, 0.06497609615325928, 0.0337197445333004, -0.05697975680232048, 0.044706832617521286, -0.00427925493568182, -0.003093044040724635, -0.04839417338371277, -0.03098047524690628, 0.16389934718608856, -0.11026563495397568, -0.02162609063088894, 0.048698510974645615, -0.05410287529230118, 0.011966915801167488, 0.05759406089782715, 0.028150059282779694, 0.13676424324512482, 0.04184141010046005, -0.10588086396455765, 0.23670996725559235, -0.04869065061211586, 0.1752292364835739, 0.18292628228664398, -0.10221138596534729, -0.012063030153512955, -0.12153352797031403, 0.03150835260748863, 0.007108768448233604, 0.0687030777335167, -0.0007574483752250671, -0.010056051425635815, -0.02561722882091999, 0.04204174503684044, -0.05724786967039108, 0.0762060284614563, -0.006334691308438778, -0.07775887101888657, -0.09490123391151428, 0.002592582954093814, 0.29607272148132324, -0.13206219673156738, 0.11347667127847672, 0.43130505084991455, 0.07491658627986908, 0.08675660938024521, -0.1222805306315422, -0.05011172965168953, -0.09899600595235825, 0.02446424961090088, -0.008660665713250637, 0.1864352524280548, -0.06780783832073212, -0.018456993624567986, 0.05519538372755051, 0.053670529276132584, 0.08048956841230392, -0.22636665403842926, -0.1373836249113083, -0.011820163577795029, -0.06036384776234627, -0.21180830895900726, 0.024661719799041748, -0.06467945128679276, 0.04326812922954559, 0.031106621026992798, -0.1218821108341217, 0.15767976641654968, -0.021642114967107773, -0.08097198605537415, 0.09410100430250168, -0.2045363038778305, -0.0674152672290802, -0.2070121467113495, -0.05083119124174118, 0.05370981991291046, 0.05475202575325966, 0.048254210501909256, -0.024410801008343697, -0.05628518387675285, 0.019049039110541344, -0.10748866200447083, -0.14164051413536072, -0.03148767724633217, 0.04221876338124275, 0.09188827872276306, -0.07903469353914261, -0.08440255373716354, -0.09073856472969055, -0.03989356383681297, -0.06643612682819366, 0.057834167033433914, -0.10433634370565414, 0.09688135981559753, 0.20073744654655457, -0.011589284986257553, 0.06887412816286087, -0.06287635117769241, 0.08089158684015274, -0.01656951755285263, -0.12636809051036835, 0.06265083700418472, -0.009094814769923687, 0.02501223422586918, 0.18434375524520874, 0.10860177874565125, -0.11188825964927673, -0.0426454059779644, -0.14142030477523804, -0.15677288174629211, -0.2284785360097885, -0.0722619891166687, -0.07796493172645569, 0.10695859789848328, 0.049525342881679535, 0.1110767275094986, 0.13268820941448212, 0.02224240079522133, 0.09962653368711472, -0.017251551151275635, -0.00040528737008571625, 0.03874737024307251, 0.20739394426345825, -0.03365937992930412, -0.027623334899544716, -0.14161135256290436, 0.0691787451505661, 0.14249524474143982, 0.139995276927948, 0.16600163280963898, 0.3162063956260681, 0.22497759759426117, 0.12792226672172546, 0.1330370157957077, 0.16604992747306824, 0.0472303070127964, 0.09019041806459427, -0.019124092534184456, -0.017582710832357407, -0.02325849048793316, 0.013185273855924606, 0.04936143010854721, 0.062171682715415955, -0.21109169721603394, -0.0013586258282884955, -0.25098541378974915, -0.027053730562329292, -0.029432402923703194, 0.1569761335849762, -0.06975451111793518, 0.09832741320133209, 0.043669864535331726, 0.09876921027898788, -0.015986476093530655, 0.1536543369293213, -0.03239721804857254, -0.014573484659194946, -0.011625164188444614, 0.05013485625386238, 0.057652924209833145, 0.013699566945433617, 0.03295789659023285, -0.05778241157531738, -0.2052765190601349, 0.02501329965889454, 0.08287971466779709, -0.19295738637447357, 0.31623080372810364, 0.042994868010282516, -0.08778177201747894, -0.0479305237531662, -0.08007439970970154, -0.02403469756245613, 0.1669764518737793, 0.11431702226400375, 0.05748489871621132, -0.2534176707267761, -0.15290476381778717, -0.06660697609186172, -0.01424906775355339, 0.11530584841966629, 0.014175640419125557, -0.13470326364040375, -0.039485979825258255, 0.04143144562840462, 0.002195778302848339, 0.0799378752708435, -0.07753798365592957, -0.05727759376168251, 0.024149620905518532, 0.13680347800254822, 0.027762344107031822, -0.07132229208946228, 0.07605323195457458, -0.0003505912027321756, 0.04955020174384117, -0.18805696070194244, 0.05452967807650566, -0.06911149621009827, -0.2425590604543686, 0.04135144501924515, -0.02663508988916874, 0.01498977467417717, -0.05824420228600502, -0.12647001445293427, -0.12276162207126617, -0.15032735466957092, 0.11973794549703598, -0.03637445718050003, -0.0015369025059044361, -0.06563126295804977, 0.16168387234210968, -0.10179031640291214, 0.055348824709653854, 0.014502118341624737, 0.053833503276109695, -0.0014364761300384998, -0.10604432970285416, 0.11800113320350647, -0.12128034234046936, 0.05950487405061722, 0.04800638556480408, -0.020337622612714767, 0.030141154304146767, 0.07355710864067078, -0.06245864927768707, 0.19461935758590698, 0.3996458649635315, -0.06735697388648987, 0.21052922308444977, 0.29975077509880066, -0.11306716501712799, -0.23508331179618835, -0.0946723073720932, -0.28400173783302307, -0.09579131752252579, 0.031889621168375015, -0.12271463871002197, 0.004994374234229326, 0.21855145692825317, -0.12724006175994873, 0.32071229815483093, -0.2246803492307663, -0.0602361224591732, 0.11491435021162033, -0.05154652148485184, 0.46896660327911377, -0.11816392838954926, -0.14725728332996368, -0.03627987205982208, -0.23439070582389832, 0.14878790080547333, 0.024235181510448456, 0.06288565695285797, -0.006328092887997627, -0.04687908664345741, -0.021492354571819305, -0.047317106276750565, 0.21927282214164734, 0.018123384565114975, 0.1139855682849884, -0.05366784334182739, -0.1671951413154602, 0.25412479043006897, -0.015160803683102131, 0.00700352992862463, -0.026240788400173187, -0.04796367511153221, -0.027118513360619545, 0.046213872730731964, -0.03789704293012619, 0.057056162506341934, -0.019342228770256042, -0.07026860117912292, -0.09488411247730255, -0.023786107078194618, -0.11998835951089859, -0.04897436127066612, 0.315212219953537, -0.04751734435558319, 0.0377190001308918, 0.14091940224170685, -0.05110262334346771, -0.1145578920841217, 0.03313014656305313, -0.035150352865457535, -0.1092200055718422, 0.0739675909280777, -0.1602747142314911, 0.004372658208012581, 0.10586830973625183, -0.007210183423012495, 0.08530297130346298, 0.10976134985685349, -0.04242664948105812, 0.01910211332142353, 0.15716031193733215, -0.09256551414728165, 0.00018715320038609207, 0.06702352315187454, 0.032279256731271744, 0.17425884306430817, 0.008439388126134872, 0.04447799548506737, 0.006953931413590908, 0.042794425040483475, 0.0017727067461237311, 0.012158522382378578, -0.12908081710338593, -0.06533278524875641, 0.05416157469153404, -0.0037941618356853724, -0.1149822324514389, 0.2116687297821045, 0.04668469727039337, -0.05039292201399803, -0.06049032881855965, 0.04103400930762291, -0.08662349730730057, -0.07701002061367035, -0.17442163825035095, 0.005864012986421585, -0.20347069203853607, -0.11531949043273926, 0.02061457559466362, -0.1133415549993515, -0.015374796465039253, 0.15724389255046844, 0.039288803935050964, 0.17433549463748932, 0.057092487812042236, -0.012051633559167385, 0.07364100217819214, -0.10508841276168823, -0.27986207604408264, 0.019700372591614723, -0.042031969875097275, -0.024145841598510742, 0.010130248963832855, 0.03936855494976044, -0.053051792085170746, -0.07699041813611984, -0.15602891147136688, 0.08743733912706375, -0.10756352543830872, 0.042746059596538544, -0.09767849743366241, -0.058715805411338806, 0.08856650441884995, 0.016887011006474495, -0.04606348276138306, 0.015388241969048977, -0.16701138019561768, 0.040576010942459106, 0.013213451951742172, 0.056745436042547226, -0.06186240166425705, -0.028149524703621864, 0.07983431220054626, 0.05936424061655998, 0.07884479314088821, 0.07507334649562836, 0.04281532019376755, 0.12806454300880432, -0.16458827257156372, -0.005474859848618507, 0.10466022044420242, -0.022124456241726875, 0.006573962047696114, 0.080918088555336, -0.04723747447133064, 0.09231097251176834, -0.09327706694602966, 0.042155634611845016, -0.08635548502206802, -0.09218272566795349, -0.10282430052757263, -0.004678824916481972, -0.18162137269973755, 0.020271798595786095, -0.14090165495872498, 0.22998687624931335, 0.011611484922468662, 0.08870216459035873, 0.05398242920637131, -0.004889402538537979, 0.041578181087970734, -0.014590299688279629, -0.006731848232448101, -0.038029205054044724, -0.1499195694923401, -0.06091319024562836, -0.08210523426532745, -0.00894157961010933, 0.3709453344345093, -0.03841117024421692, -0.16051799058914185, 0.05174537003040314, 0.12808112800121307, -0.004495458677411079, 0.028847621753811836, 0.31545841693878174, 0.07578998804092407, -0.021821945905685425, -0.126447856426239, 0.05344526469707489, -0.06069440394639969, -0.17001225054264069, 0.1430491805076599, 0.03048855811357498, 0.08475354313850403, 0.04582849517464638, 0.1244293600320816, -0.10502518713474274, 0.0002800747752189636, -0.05334014445543289, 0.08342163264751434, 0.005081727635115385, 0.03116319328546524, 0.047058623284101486, 0.1639874279499054, -0.03309374675154686, -0.01276120450347662, -0.052541930228471756, -0.016218816861510277, -0.17245665192604065, -0.1259782910346985, 0.01787005178630352, -0.12343088537454605, 0.07029888033866882, 0.02314363420009613, 0.0693025290966034, 0.27778932452201843, 0.02227831445634365, -0.037991445511579514, -0.06574410200119019, -0.16170920431613922, -0.043377168476581573, -0.013468199409544468, -0.00225620623677969, 0.03427441418170929, -0.1587003618478775, -0.11113078147172928, 0.010077851824462414, -0.23150713741779327, -0.030404146760702133, 0.04201243445277214, 0.07477619498968124, -0.027351640164852142, -0.09659646451473236, -0.05292573198676109, -0.04989369213581085, 0.0978633314371109, -0.02792114019393921, 0.23666667938232422, -0.005066197831183672, 0.03435163199901581, 0.07493063807487488, 0.035143837332725525, -0.017472874373197556, -0.05500023066997528, 0.036954253911972046, 0.13017874956130981, -0.0026822062209248543, 0.10952424257993698, -0.05029696598649025, -0.018618782982230186, 0.022701913490891457, 0.1532883197069168, 0.2295265942811966, -0.06098145246505737, 0.016661008819937706, -0.00993722677230835, 0.018924623727798462, 0.06299242377281189, 0.18725284934043884, -0.029469145461916924, 0.2254985123872757, -0.07282853871583939, -0.0450349897146225, -0.040356263518333435, 0.05596847087144852, -0.07746271044015884, 0.01888779178261757, 0.006103279069066048, -0.11678760498762131, -0.11230915039777756, 0.09417769312858582, -0.12361448258161545, 0.1333419233560562, 0.2602144479751587, -0.08850222080945969, 0.08162997663021088, 0.009261987172067165, 0.10575367510318756, -0.028377942740917206, 0.06303248554468155, -0.14998990297317505, -0.09340017288923264, -0.07175090163946152, 0.010366047732532024, -0.35277682542800903, -0.1527424454689026, 0.05217723548412323, 0.13464516401290894, 0.19973614811897278, 0.0193361546844244, 0.17953117191791534, 0.00010866340744541958, 0.12162303924560547, -0.07970237731933594, 0.16948284208774567, 0.04674931988120079, -0.07192179560661316, -0.14947031438350677, -0.18935741484165192, -0.04290371760725975, 0.02863827347755432, 0.04246106371283531, -0.04032924026250839, 0.04598650708794594, 0.1590558886528015, -0.09096425026655197, -0.02076193317770958, -0.0870942771434784, -0.10240193456411362, 0.07305222749710083, -0.06793145835399628, 0.00989602878689766, -0.08067302405834198, 0.003461869666352868, -0.036065466701984406, 0.11958018690347672, -0.18655182421207428, -0.08325619250535965, 0.13677145540714264, 0.031074590981006622, 0.20743191242218018, -0.0042498474940657616, -0.06865084916353226, -0.006513423286378384, -0.07911794632673264, 0.0904112383723259, -0.13705450296401978, 0.03480922058224678, 0.09766968339681625, 0.01710483245551586, 0.020746951922774315, -0.21379989385604858, 0.07336468249559402, -0.006897794082760811, -0.05903564393520355, -0.09125455468893051 ]
9707dde47e3c7d4c695de87947c2ce82dc931d9d
# Dataset Card for "spectro_caption_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
gwkim22/spectro_caption_dataset
[ "region:us" ]
2023-02-08T12:27:11+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3156701860.889, "num_examples": 37561}], "download_size": 3296229917, "dataset_size": 3156701860.889}}
2023-02-08T12:33:57+00:00
[]
[]
TAGS #region-us
# Dataset Card for "spectro_caption_dataset" More Information needed
[ "# Dataset Card for \"spectro_caption_dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"spectro_caption_dataset\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"spectro_caption_dataset\"\n\nMore Information needed" ]
[ -0.10077076405286789, 0.21561084687709808, -0.005045957863330841, -0.04741929844021797, 0.0800422802567482, 0.08919160813093185, 0.11626427620649338, 0.07635830342769623, 0.06544721871614456, 0.00440072501078248, 0.08743033558130264, 0.011652017012238503, 0.07500636577606201, 0.26741036772727966, -0.025670448318123817, -0.06387253105640411, 0.03550958260893822, 0.02032715082168579, -0.10363873094320297, 0.045830558985471725, 0.023812374100089073, -0.08518616110086441, 0.055633969604969025, -0.12328612804412842, -0.219814270734787, 0.0849907249212265, -0.01378645934164524, -0.07583751529455185, 0.062152206897735596, -0.0727982148528099, 0.18270890414714813, 0.02609131671488285, 0.027362247928977013, -0.11926006525754929, 0.02674788609147072, 0.03704899176955223, -0.07051418721675873, 0.07515280693769455, 0.09125543385744095, -0.07735566794872284, -0.0590263269841671, -0.025225887075066566, 0.05159377306699753, 0.0012947554932907224, -0.10214736312627792, -0.17271994054317474, -0.08967351913452148, -0.16124609112739563, 0.0038473750464618206, -0.05599432811141014, 0.06487356126308441, 0.1233326867222786, -0.13094425201416016, 0.028617948293685913, 0.0546853132545948, 0.012053383514285088, 0.03074381686747074, 0.1655343919992447, -0.08141803741455078, 0.11637729406356812, -0.03149693086743355, 0.06562935560941696, 0.0713316947221756, -0.0439770482480526, 0.0033820285461843014, -0.024796800687909126, -0.19487646222114563, 0.0634131133556366, 0.005300359334796667, -0.09116613864898682, 0.4173128306865692, -0.02964789979159832, -0.004909535404294729, 0.08425365388393402, -0.04929649829864502, -0.02813895046710968, 0.0008814675384201109, 0.09220736473798752, 0.041691940277814865, 0.009612046182155609, -0.003715991973876953, 0.02074107900261879, -0.10943347215652466, -0.16793885827064514, -0.137627974152565, 0.030255692079663277, -0.04215621203184128, 0.17719997465610504, -0.14907200634479523, -0.0007516358746215701, -0.0581955648958683, -0.0003743657434824854, 0.02375560812652111, -0.07815457880496979, -0.09503573924303055, 0.02607274055480957, -0.02125851809978485, -0.017673347145318985, 0.07338996231555939, 0.08360175043344498, 0.025009585544466972, 0.0664905458688736, -0.049063656479120255, 0.09267555177211761, 0.1749032884836197, -0.18849514424800873, 0.04655218869447708, 0.006661899853497744, -0.04338553920388222, -0.1769624501466751, -0.038890156894922256, -0.10955846309661865, -0.06331527978181839, 0.02399073727428913, -0.06182103231549263, 0.03809981420636177, -0.0006062868633307517, -0.14365743100643158, -0.0527694933116436, -0.004675694741308689, 0.03993874043226242, -0.10133420675992966, 0.02388567104935646, 0.009624919854104519, -0.032793331891298294, 0.014757253229618073, -0.06275913864374161, -0.05400451645255089, 0.07400001585483551, 0.07528745383024216, -0.12002955377101898, -0.016099175438284874, -0.06378766894340515, 0.0033003517892211676, 0.07299266010522842, -0.16775894165039062, 0.030419856309890747, -0.0733068510890007, -0.2312609851360321, 0.025326009839773178, 0.041525501757860184, -0.0934138149023056, 0.13473698496818542, 0.07318627834320068, 0.08155221492052078, 0.022448113188147545, -0.06608700752258301, 0.1202239841222763, -0.084469735622406, 0.05753109231591225, 0.016948236152529716, 0.132181316614151, -0.18812434375286102, 0.04182187840342522, -0.0991673469543457, 0.02680620551109314, -0.13422390818595886, 0.04774271696805954, -0.15031753480434418, 0.058344122022390366, -0.07170071452856064, -0.05458393692970276, -0.14462515711784363, 0.022387204691767693, -0.004195495508611202, 0.11126519739627838, -0.24675586819648743, -0.060976218432188034, 0.2073635309934616, -0.19148872792720795, -0.12600792944431305, -0.02798473834991455, -0.0392150953412056, 0.015130187384784222, -0.010839549824595451, 0.3273090720176697, 0.05599868297576904, -0.057328034192323685, 0.0004579541855491698, 0.1613171249628067, -0.10141655057668686, -0.3176742196083069, 0.09116827696561813, -0.03562082722783089, -0.06932573765516281, 0.0030792856123298407, 0.09602656215429306, 0.014402029104530811, -0.054958462715148926, -0.053934190422296524, 0.023455094546079636, -0.07162989675998688, 0.0460275337100029, 0.04454362019896507, 0.05803443118929863, -0.022728806361556053, 0.1850038766860962, 0.1651795208454132, 0.06442931294441223, -0.02757255919277668, 0.0008694838033989072, 0.019401295110583305, 0.14118553698062897, -0.1208014264702797, -0.05316924303770065, -0.21148492395877838, -0.17586204409599304, -0.025983942672610283, -0.02729845605790615, 0.009659779258072376, 0.009202462621033192, 0.04563570395112038, -0.006045945920050144, 0.0040667359717190266, 0.10032616555690765, 0.09549232572317123, 0.03551288694143295, 0.028294259682297707, -0.07079333811998367, 0.0059087746776640415, -0.08400975167751312, 0.015162095427513123, -0.03588077425956726, -0.035795148462057114, 0.16664181649684906, 0.054107990115880966, 0.009285352192819118, -0.06320951133966446, 0.04866313934326172, -0.007026195526123047, 0.004767182748764753, -0.057712722569704056, 0.014795904979109764, -0.029927680268883705, -0.00028597243363037705, -0.045636873692274094, -0.07159712165594101, 0.14506332576274872, 0.13536207377910614, -0.13826772570610046, -0.001462723477743566, -0.1871139258146286, 0.03317655995488167, -0.030038712546229362, -0.07393801957368851, 0.014114645309746265, -0.19279947876930237, -0.09232509136199951, 0.04875954985618591, -0.06900167465209961, 0.053475651890039444, 0.04486533999443054, -0.04056396335363388, -0.10702698677778244, 0.0031168684363365173, 0.20715928077697754, -0.16398167610168457, 0.2004009187221527, 0.16668450832366943, 0.13990414142608643, 0.11672534793615341, -0.061378445476293564, -0.09834498912096024, 0.010727687738835812, -0.05720522627234459, -0.06214546784758568, 0.23466695845127106, -0.14310277998447418, 0.010771789588034153, 0.09977710247039795, -0.027118831872940063, 0.0838201567530632, -0.102481409907341, -0.061294447630643845, -0.0003568552783690393, 0.021051719784736633, -0.11967308074235916, -0.05235156789422035, -0.0009840211132541299, 0.06966467201709747, -0.00698012625798583, -0.047381989657878876, 0.12194982916116714, -0.03713809698820114, -0.02106509916484356, 0.1369463950395584, -0.20551292598247528, -0.21145418286323547, -0.09023942053318024, -0.1340869814157486, 0.08622002601623535, 0.05463811010122299, -0.07305584102869034, -0.11823268234729767, -0.045131947845220566, 0.042096156626939774, -0.19703753292560577, -0.16979511082172394, 0.0107643511146307, -0.025477519258856773, 0.04937722533941269, -0.03581560403108597, -0.07735444605350494, 0.01663954369723797, -0.03960253670811653, 0.11356018483638763, 0.15850503742694855, -0.0675857812166214, 0.12003625929355621, 0.08957988768815994, -0.04599081352353096, 0.0915643498301506, -0.03759538754820824, 0.05987056344747543, -0.06595026701688766, -0.09017174690961838, 0.06067942827939987, 0.012532265856862068, -0.0011183758033439517, 0.0009452573140151799, 0.08691883087158203, -0.13269586861133575, -0.025825411081314087, -0.024846499785780907, -0.21784265339374542, -0.22893956303596497, -0.17357301712036133, -0.09554886817932129, 0.08351700752973557, 0.07544594258069992, 0.03252625837922096, 0.0434313528239727, 0.09683597087860107, 0.10792160034179688, -0.04883264750242233, -0.14397916197776794, -0.017061609774827957, -0.028372561559081078, -0.04039231315255165, 0.010964246466755867, -0.11653783172369003, 0.03177497535943985, 0.13043154776096344, 0.1187523752450943, 0.24539755284786224, 0.09389882534742355, 0.0841541737318039, -0.0013495406601577997, 0.1868688017129898, 0.10688284784555435, 0.14543388783931732, 0.08115029335021973, -0.0017567469039931893, 0.027170555666089058, -0.020955076441168785, -0.11854401975870132, 0.008447379805147648, 0.04397229477763176, -0.17583169043064117, 0.018169622868299484, -0.13221518695354462, -0.006049130577594042, -0.17547643184661865, 0.08112034946680069, -0.21854744851589203, 0.08099423348903656, 0.02200927957892418, 0.19962427020072937, -0.11097971349954605, 0.04338967427611351, 0.16502763330936432, -0.041597042232751846, 0.09311091899871826, -0.007956288754940033, 0.04905509948730469, -0.03359232470393181, -0.04339740425348282, -0.03967098519206047, -0.08396051824092865, -0.03245944157242775, 0.10557007044553757, -0.021116087213158607, 0.2489810436964035, 0.03382114693522453, -0.10283442586660385, -0.0880865603685379, -0.024535292759537697, -0.07345067709684372, 0.00973321683704853, 0.14369824528694153, 0.05566193535923958, -0.3110942840576172, -0.15391650795936584, -0.06910795718431473, -0.04249339923262596, 0.14015212655067444, 0.03995935246348381, -0.12283428758382797, 0.058898527175188065, 0.013823472894728184, -0.03294109180569649, -0.11318371444940567, 0.06198170781135559, -0.13890184462070465, 0.01038301456719637, -0.00470092985779047, -0.15128394961357117, -0.008531167171895504, -0.004110060632228851, 0.024801304563879967, 0.09816782921552658, -0.02517610788345337, -0.05590466782450676, -0.11139266937971115, 0.09816086292266846, 0.14056430757045746, 0.014099874533712864, 0.07160283625125885, 0.04670829698443413, -0.005812757648527622, 0.004448395688086748, -0.18809403479099274, 0.1039373129606247, -0.046011216938495636, 0.13156889379024506, -0.1359238475561142, 0.1257251352071762, -0.00361213693395257, 0.04842764884233475, -0.0021444663871079683, 0.023097475990653038, -0.006631534080952406, -0.05247720703482628, 0.15607298910617828, -0.15784333646297455, 0.19460663199424744, 0.2628025412559509, 0.08967496454715729, 0.018033193424344063, 0.16564896702766418, -0.00974314846098423, 0.17149718105793, 0.04775896668434143, -0.0483161024749279, 0.21100804209709167, 0.1996093988418579, -0.05161059647798538, -0.22212721407413483, 0.07285772264003754, -0.15256832540035248, -0.06556075066328049, 0.04463117569684982, -0.26607534289360046, 0.13984675705432892, 0.1558966189622879, -0.02477673627436161, 0.1565135270357132, -0.14788933098316193, 0.01417629886418581, 0.15925179421901703, 0.04769590124487877, 0.2827291190624237, -0.16118958592414856, -0.09754892438650131, -0.11687088012695312, -0.10399257391691208, 0.2305133044719696, -0.11218774318695068, 0.017048481851816177, -0.017017843201756477, 0.026028070598840714, 0.015624199993908405, -0.06408435851335526, 0.2141389101743698, 0.028299342840909958, 0.08920133113861084, -0.08720839023590088, 0.03202473744750023, 0.2366270273923874, 0.0034761119168251753, -0.03891650587320328, 0.07967019081115723, 0.015002508647739887, -0.1886342316865921, 0.023063674569129944, 0.04417714104056358, 0.022520573809742928, 0.05058370158076286, -0.0554409883916378, -0.08950911462306976, -0.0018385088769719005, -0.09887426346540451, -0.014379190281033516, 0.0961795225739479, 0.030415412038564682, 0.07634061574935913, 0.13531208038330078, -0.012064652517437935, -0.06484279781579971, -0.16053922474384308, -0.017380759119987488, -0.03298691287636757, 0.07120012491941452, -0.1979931741952896, 0.03772008419036865, 0.11067097634077072, 0.06568638980388641, 0.03114919550716877, 0.08852970600128174, -0.017691301181912422, 0.030188217759132385, 0.16797542572021484, -0.13802559673786163, -0.02714386209845543, 0.11150939017534256, -0.030098779127001762, -0.01915755309164524, 0.05042630434036255, -0.011631946079432964, 0.0724896639585495, 0.004827431403100491, -0.040357884019613266, 0.07702834159135818, -0.04068092629313469, 0.17737987637519836, 0.09970908612012863, 0.024378793314099312, -0.19183588027954102, 0.21129536628723145, 0.054580263793468475, -0.07587621361017227, -0.009108648635447025, -0.010906459763646126, -0.07406387478113174, -0.07209543138742447, 0.04522380605340004, 0.08469320088624954, -0.0930313691496849, -0.10189199447631836, 0.02388356439769268, -0.07531387358903885, 0.0071006231009960175, 0.07415473461151123, 0.04698196426033974, 0.04782847315073013, 0.009706737473607063, -0.026733610779047012, 0.0015165311051532626, -0.09632989019155502, -0.09920351952314377, 0.03299945965409279, -0.04312574863433838, -0.037925343960523605, -0.059604257345199585, 0.14990822970867157, -0.06392214447259903, -0.09254617244005203, -0.07297748327255249, 0.0672755017876625, -0.07444058358669281, 0.0483555793762207, 0.007417310494929552, -0.022851046174764633, 0.02690555527806282, 0.06977413594722748, 0.001825061277486384, -0.050086017698049545, -0.1058436781167984, 0.11132442206144333, 0.030004531145095825, 0.024959078058600426, -0.08918400853872299, 0.014591889455914497, 0.07796265184879303, 0.021870408207178116, 0.06606986373662949, 0.18800894916057587, 0.0617915578186512, 0.04259863868355751, -0.09358520060777664, -0.14809921383857727, 0.11879825592041016, 0.07152225822210312, 0.0715632438659668, 0.08835632354021072, -0.008058244362473488, 0.08585916459560394, -0.036761362105607986, 0.03762210160493851, -0.02689201943576336, -0.0882812887430191, 0.03593674674630165, -0.1541910171508789, -0.10173218697309494, -0.005257585551589727, -0.036460570991039276, 0.2211439609527588, 0.053944818675518036, -0.08399250358343124, 0.07682038843631744, 0.013283899985253811, -0.057406067848205566, -0.049995820969343185, 0.012184078805148602, -0.12007927149534225, 0.057268835604190826, 0.0435926578938961, 0.056516557931900024, -0.01766081154346466, 0.4314735233783722, 0.03448474779725075, -0.09814406931400299, -0.05092277750372887, 0.13539686799049377, 0.10324615985155106, 0.033684831112623215, 0.31735414266586304, 0.10916542261838913, -0.06456836313009262, 0.08060778677463531, 0.09347976744174957, 0.03438948467373848, 0.19068874418735504, 0.12345659732818604, 0.09230085462331772, -0.05522799491882324, -0.025871211662888527, 0.024725880473852158, -0.10157190263271332, 0.06525272130966187, 0.01752408593893051, 0.007045871578156948, 0.036302126944065094, 0.07538848370313644, -0.041719090193510056, -0.0032340034376829863, -0.0593288354575634, 0.0719861164689064, -0.029767295345664024, -0.11277807503938675, -0.10111240297555923, -0.09345229715108871, 0.003705252194777131, -0.08689606189727783, 0.01876385509967804, -0.07096270471811295, 0.004141352605074644, 0.3025117516517639, 0.05181372910737991, 0.04156732186675072, 0.08534056693315506, -0.066373310983181, 0.029525896534323692, -0.029054569080471992, 0.028705375269055367, -0.04314814880490303, -0.05278016999363899, -0.1210339218378067, 0.0916983112692833, 0.004967805463820696, -0.01767696999013424, -0.018440481275320053, 0.13695326447486877, 0.044226448982954025, -0.07444911450147629, -0.04617176577448845, -0.08394771069288254, 0.02750217914581299, -0.10070861876010895, 0.044210586696863174, -0.0049920594319701195, 0.07038631290197372, 0.009548082016408443, 0.14731238782405853, -0.0035241490695625544, 0.09416135400533676, 0.006796390749514103, -0.05331695079803467, -0.032635655254125595, 0.07916747033596039, 0.021059703081846237, -0.0939960703253746, -0.03134836256504059, 0.08515971153974533, 0.27443161606788635, -0.014915866777300835, -0.026154251769185066, 0.008011546917259693, 0.032685067504644394, 0.07486405223608017, 0.15688875317573547, 0.006638392340391874, 0.09525270015001297, -0.005593942012637854, -0.013569431379437447, 0.017339525744318962, -0.025394966825842857, -0.0649302750825882, -0.026024429127573967, 0.1014626994729042, -0.028778621926903725, -0.10169383138418198, 0.13484413921833038, -0.09611724317073822, -0.021920764818787575, 0.21341125667095184, -0.12230311334133148, -0.0903153195977211, -0.013569802045822144, 0.08263339847326279, 0.0015026883920654655, -0.0484219491481781, -0.13379088044166565, 0.03668778017163277, -0.09695875644683838, 0.02630513533949852, -0.3847639858722687, -0.24451401829719543, 0.043722111731767654, -0.13495688140392303, 0.13548016548156738, -0.04696779325604439, 0.1313626915216446, -0.010826352052390575, 0.03809187933802605, -0.07482226938009262, -0.028432058170437813, 0.008105053566396236, -0.00016846461221575737, -0.03801678493618965, 0.08989673107862473, -0.054444458335638046, -0.09054604917764664, 0.04867725819349289, 0.0230877548456192, -0.08776015043258667, 0.06316322833299637, 0.012815659865736961, 0.01122698187828064, -0.07252268493175507, -0.1287412792444229, 0.0970124676823616, -0.00023906411661300808, -0.0383775569498539, 0.0052180662751197815, -0.030551208183169365, 0.03086317889392376, 0.024877306073904037, -0.14415095746517181, -0.05293918401002884, -0.030090317130088806, -0.10521255433559418, 0.016414431855082512, -0.005333317909389734, -0.08284354209899902, 0.07550541311502457, -0.08553467690944672, 0.033878788352012634, -0.009641760028898716, 0.05812881141901016, 0.07015787810087204, 0.038965072482824326, -0.05879528075456619, -0.05486860126256943, 0.04462188854813576, 0.029740342870354652, -0.02277788333594799, -0.05519416555762291 ]
b3afdc02ba50189413a6c516c57f37ecc0e31452
# Dataset Card for "dummy_image_class_data" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
patrickvonplaten/dummy_image_class_data
[ "region:us" ]
2023-02-08T12:27:32+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "resize"}}}}], "splits": [{"name": "train", "num_bytes": 1947037.0, "num_examples": 20}], "download_size": 1947666, "dataset_size": 1947037.0}}
2023-02-08T12:27:39+00:00
[]
[]
TAGS #region-us
# Dataset Card for "dummy_image_class_data" More Information needed
[ "# Dataset Card for \"dummy_image_class_data\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"dummy_image_class_data\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"dummy_image_class_data\"\n\nMore Information needed" ]
[ -0.08427228778600693, 0.2227170467376709, -0.0033773204777389765, 0.07993916422128677, 0.17150509357452393, 0.10030721127986908, 0.1530502289533615, 0.07509191334247589, 0.09761272370815277, -0.012902656570076942, 0.1326594054698944, 0.11948776245117188, 0.0531834252178669, 0.10134373605251312, -0.019932132214307785, -0.1581939309835434, 0.06628461927175522, -0.014488552697002888, -0.0026529154274612665, 0.012115600518882275, 0.014429115690290928, -0.11090391129255295, 0.10011009126901627, -0.12694139778614044, -0.2212548702955246, 0.07087340205907822, -0.022631777450442314, -0.012523294426500797, 0.03996933624148369, -0.07224118709564209, 0.12747706472873688, 0.03913909196853638, 0.03540753200650215, -0.10424195230007172, 0.04154929891228676, -0.005524161737412214, -0.06752409040927887, 0.04256425425410271, 0.08728526532649994, -0.07824224978685379, -0.10323081910610199, 0.07092547416687012, -0.017628459259867668, -0.0077911498956382275, -0.10355532169342041, -0.19138585031032562, -0.05622541531920433, 0.03614576905965805, 0.03487413376569748, -0.05900132656097412, 0.06834213435649872, 0.07873659580945969, -0.08005601912736893, 0.05811614915728569, 0.13187716901302338, 0.1252184957265854, 0.029203860089182854, 0.2204056829214096, -0.09073376655578613, 0.10230854898691177, -0.04674071818590164, 0.04042089730501175, 0.06579139083623886, 0.01546525303274393, -0.11087024211883545, -0.016733400523662567, -0.19788868725299835, 0.0835464745759964, 0.0035707291681319475, -0.11961754411458969, 0.20599667727947235, 0.049768321216106415, -0.00347321224398911, 0.037366271018981934, 0.005620534997433424, -0.09743276983499527, -0.0365685299038887, 0.079086534678936, 0.05902727320790291, 0.03472249582409859, -0.07097852230072021, 0.03207513689994812, -0.10656474530696869, -0.05122408643364906, -0.11048077791929245, -0.0659719780087471, -0.06683859974145889, 0.17912626266479492, -0.1488156020641327, -0.022727305069565773, -0.11062292009592056, -0.012661037035286427, 0.0028271861374378204, -0.11258481442928314, 0.05740789696574211, 0.0364411436021328, 0.008670791052281857, -0.044227179139852524, 0.14158977568149567, -0.0441044345498085, 0.006346887443214655, 0.08645548671483994, -0.11370321363210678, 0.150978222489357, 0.19567735493183136, -0.019074702635407448, -0.0625929906964302, 0.16782556474208832, -0.04911226034164429, -0.06782949715852737, -0.016632016748189926, -0.08376913517713547, -0.11983747035264969, 0.06562820076942444, -0.02380342222750187, 0.059909068048000336, -0.0878182202577591, -0.049397874623537064, -0.08484463393688202, -0.043257586658000946, 0.20950929820537567, -0.008611137047410011, 0.0010083533124998212, 0.0004144608974456787, -0.08384396135807037, 0.0638091042637825, 0.019882027059793472, -0.01749451830983162, 0.06892656534910202, 0.06807669997215271, -0.05371904373168945, 0.04036325216293335, -0.04604021832346916, -0.012818458490073681, 0.0778593197464943, -0.13874660432338715, 0.06957419961690903, -0.09715897589921951, -0.2410278618335724, 0.05109897255897522, 0.04262755066156387, -0.028950924053788185, 0.1765109747648239, -0.027476703748106956, -0.008030323311686516, -0.027782337740063667, -0.016695603728294373, 0.049918364733457565, -0.07353328168392181, 0.08311421424150467, -0.14114932715892792, 0.15868303179740906, -0.22797097265720367, 0.03563467413187027, -0.0958024114370346, 0.04025335982441902, -0.059844084084033966, 0.10597683489322662, -0.10258789360523224, 0.06650477647781372, 0.006732984445989132, -0.031910888850688934, -0.09866444021463394, 0.044403403997421265, -0.005769641138613224, 0.11365026235580444, -0.24979040026664734, -0.006249852478504181, 0.0768556073307991, -0.107185497879982, -0.16341766715049744, -0.003381686983630061, -0.10333483666181564, 0.0489041768014431, 0.016319407150149345, 0.25991424918174744, -0.03212941437959671, -0.07792633026838303, -0.0220933947712183, 0.08187912404537201, -0.18913593888282776, -0.14192430675029755, -0.011173305101692677, 0.018199916929006577, -0.13581839203834534, 0.0445064902305603, 0.08135577291250229, 0.05904819816350937, -0.07819414883852005, -0.08583467453718185, 0.00803348608314991, -0.12206070870161057, 0.07879042625427246, 0.11615151911973953, 0.03042708896100521, -0.034290164709091187, 0.0885428711771965, 0.06745422631502151, 0.03310846909880638, -0.016253750771284103, -0.06936406344175339, -0.00899890623986721, 0.07189648598432541, -0.0952983945608139, -0.03190821036696434, -0.13248099386692047, -0.12844833731651306, -0.020726414397358894, 0.0826694443821907, 0.04126391559839249, -0.050492364913225174, 0.08964354544878006, -0.009272540919482708, 0.012310034595429897, 0.0014742495259270072, 0.06696303933858871, 0.04158618301153183, 0.030221497640013695, -0.023988107219338417, 0.02702520415186882, -0.0680122971534729, -0.013209966942667961, -0.042249441146850586, -0.0656481608748436, 0.05862242728471756, 0.019365187734365463, 0.05059165880084038, -0.0399676077067852, 0.0434148944914341, -0.05554863065481186, -0.035578321665525436, -0.09526266902685165, 0.047787513583898544, -0.06281260401010513, 0.09985179454088211, 0.0179901085793972, -0.06865154206752777, 0.08382026106119156, 0.1905265897512436, -0.21739736199378967, -0.037335216999053955, -0.05046151205897331, 0.046999190002679825, -0.010400635190308094, -0.07183438539505005, 0.03277861699461937, -0.1918288618326187, -0.08941052854061127, 0.04654427990317345, -0.08094462007284164, 0.07456735521554947, 0.08824332803487778, -0.02330835722386837, -0.1498187929391861, 0.0016046304954215884, 0.17016954720020294, -0.12451881170272827, 0.18940512835979462, 0.15507791936397552, 0.05341281741857529, 0.13159503042697906, -0.007946859113872051, -0.035327088087797165, 0.02711350843310356, -0.003735471051186323, -0.040333449840545654, 0.2082871049642563, -0.1312543898820877, 0.04025065898895264, 0.08800649642944336, -0.06342349946498871, 0.068476602435112, -0.12487757205963135, -0.07459606230258942, -0.03380642831325531, -0.01435254979878664, -0.03165998309850693, 0.000502286187838763, 0.022918466478586197, 0.09734517335891724, -0.02444976195693016, -0.02596503123641014, 0.1460191160440445, -0.002260433277115226, -0.01211619284003973, 0.10229126363992691, -0.15159566700458527, -0.27764013409614563, -0.06301195174455643, -0.11671068519353867, 0.00750455679371953, 0.07367442548274994, -0.03878699988126755, -0.17287635803222656, -0.0505993627011776, 0.009282044135034084, -0.1156516745686531, -0.13273625075817108, -0.02418728731572628, -0.030319128185510635, 0.004098661243915558, -0.04416045919060707, -0.07982885837554932, 0.01044220570474863, -0.019921422004699707, 0.11684215068817139, 0.15195342898368835, -0.14978010952472687, 0.10512316972017288, 0.11263661831617355, -0.08705951273441315, 0.10008107870817184, -0.00918318796902895, 0.11304403096437454, -0.040991902351379395, -0.0032292127143591642, 0.059343960136175156, -0.04782697930932045, 0.02370854653418064, 0.03522830456495285, 0.0533372163772583, -0.13540050387382507, 0.0030045178718864918, 0.0007758577121421695, -0.23212173581123352, -0.13034221529960632, -0.09387313574552536, -0.01759597845375538, 0.1099948137998581, 0.1173580214381218, 0.07921584695577621, 0.07602231204509735, 0.15370461344718933, 0.08322261273860931, 0.0016361427260562778, -0.08126001805067062, -0.010746883228421211, -0.09256438165903091, -0.01856556162238121, -0.048818331211805344, -0.12267643958330154, -0.03142169117927551, 0.1301167607307434, 0.1773630529642105, 0.19365940988063812, 0.0681142657995224, -0.03938642144203186, 0.022040897980332375, 0.05689459666609764, 0.08442027866840363, 0.11780483275651932, 0.03355487436056137, -0.01746981032192707, -0.007022184785455465, -0.015405336394906044, -0.06401185691356659, 0.04931408911943436, 0.09637352079153061, -0.13550902903079987, 0.05146465450525284, -0.11890678852796555, 0.02132304571568966, -0.09242282062768936, 0.04801099747419357, -0.2787155210971832, 0.0803535133600235, 0.046803053468465805, 0.23879964649677277, -0.11488396674394608, 0.065116748213768, 0.06998468935489655, -0.020838553085923195, 0.04757572337985039, -0.004558366723358631, 0.04181907698512077, -0.07723424583673477, -0.048375170677900314, -0.022858530282974243, -0.108771912753582, -0.00028808601200580597, 0.09826628863811493, -0.06936771422624588, 0.09391684085130692, 0.0269100870937109, -0.077658511698246, -0.10972832888364792, -0.06160791590809822, 0.04441900923848152, 0.01023702323436737, 0.1484375, 0.03407098725438118, -0.2239854335784912, -0.23064815998077393, 0.014137597754597664, -0.04431462660431862, 0.1091722771525383, 0.1150086298584938, -0.1342272013425827, 0.08415154367685318, -0.01497469563037157, -0.0167221836745739, -0.14614450931549072, -0.020729899406433105, -0.09161336719989777, -0.034912653267383575, -0.0039087021723389626, -0.11747387796640396, 0.005801113788038492, 0.010661267675459385, -0.1114058867096901, 0.029077330604195595, -0.004816247615963221, -0.04414651542901993, -0.0764043852686882, 0.09844581037759781, 0.07005616277456284, 0.03813793510198593, 0.038080308586359024, -0.03430456668138504, 0.054570503532886505, -0.06396312266588211, -0.25062039494514465, 0.1023142859339714, -0.053735289722681046, 0.0569983646273613, -0.12460340559482574, 0.016465280205011368, 0.02161753550171852, -0.021124035120010376, -0.03961653262376785, 0.03596736118197441, -0.004606108646839857, -0.054864611476659775, 0.19377020001411438, -0.15262188017368317, 0.03245077282190323, 0.270700067281723, 0.053021498024463654, -0.11930569261312485, 0.06052688881754875, 0.06244121119379997, 0.16213345527648926, 0.07472945749759674, -0.09983576834201813, 0.15995237231254578, 0.11626099795103073, -0.04436776414513588, -0.35080981254577637, 0.08782784640789032, -0.0943157821893692, -0.08104484528303146, 0.04351415857672691, -0.19493119418621063, 0.10832232981920242, 0.1469721496105194, -0.0455324724316597, 0.32257986068725586, -0.20606109499931335, -0.02116524800658226, 0.20355257391929626, 0.1247752457857132, 0.30216890573501587, -0.1791502684354782, -0.05610419064760208, -0.12823393940925598, -0.023470614105463028, 0.27643969655036926, -0.0720134973526001, 0.027409283444285393, 0.007998088374733925, 0.10816367715597153, 0.017168765887618065, -0.054501209408044815, 0.17315630614757538, 0.042981140315532684, 0.17152033746242523, -0.10878656804561615, -0.1888064295053482, 0.17664167284965515, -0.057134874165058136, 0.05445757508277893, 0.05421685427427292, 0.05373385176062584, -0.0965319350361824, 0.019369328394532204, -0.012742348946630955, 0.015333999879658222, 0.05727171152830124, -0.04728279635310173, -0.15725496411323547, -0.000020085633877897635, -0.101918525993824, 0.03422364965081215, 0.11745774745941162, 0.015171234495937824, -0.004851969424635172, 0.1723790019750595, -0.04918941110372543, 0.007556273601949215, -0.05715101957321167, -0.08861321210861206, -0.0784350112080574, 0.09835492074489594, -0.2699741721153259, 0.039331696927547455, 0.060273196548223495, 0.03337394446134567, 0.09515410661697388, 0.06562177836894989, -0.015293032862246037, 0.09203533083200455, 0.11630051583051682, -0.07366123050451279, -0.031220128759741783, 0.04791213944554329, 0.05325513705611229, 0.0775555744767189, 0.0164012648165226, 0.0068841311149299145, 0.037362273782491684, 0.020516136661171913, -0.03765425831079483, 0.12482766062021255, -0.0259091816842556, 0.02166333608329296, 0.16647124290466309, 0.011751524172723293, -0.16885647177696228, 0.20324182510375977, 0.02497016079723835, -0.10890074074268341, -0.002917935373261571, 0.010286184027791023, -0.039827972650527954, -0.09249291568994522, 0.027884090319275856, 0.25726625323295593, -0.10644053667783737, -0.09998983889818192, 0.037888020277023315, -0.043130725622177124, 0.008308539167046547, 0.040859173983335495, 0.041910815984010696, 0.05421943590044975, 0.07688518613576889, -0.06693735718727112, -0.04565350338816643, -0.02549775503575802, -0.0717838779091835, 0.09298431873321533, -0.07697125524282455, -0.24152567982673645, -0.011571296490728855, 0.18235012888908386, -0.0713241770863533, -0.09373629838228226, -0.1189797893166542, 0.06952891498804092, -0.21165119111537933, 0.15001238882541656, 0.003914583008736372, -0.0015998919261619449, 0.048592276871204376, 0.0783410519361496, -0.0030555352568626404, -0.04579785838723183, -0.11976698786020279, 0.057936932891607285, 0.059966620057821274, 0.03179983049631119, -0.046896908432245255, -0.04904678091406822, 0.011774332262575626, 0.020174134522676468, 0.0775042399764061, 0.1380903273820877, -0.0465991236269474, 0.0742831602692604, -0.21371354162693024, -0.17155031859874725, 0.15257546305656433, 0.02614460326731205, 0.02584109641611576, 0.16181962192058563, 0.012570889666676521, 0.03526339307427406, -0.04999806359410286, 0.03089108131825924, 0.04627702385187149, -0.07535011321306229, 0.027359649538993835, -0.14106479287147522, -0.06598782539367676, -0.03488020598888397, 0.058431774377822876, 0.14813745021820068, 0.014176136814057827, 0.042172856628894806, -0.02256213314831257, 0.055328983813524246, -0.050632305443286896, -0.06585456430912018, -0.0031690485775470734, -0.14206786453723907, -0.03520574793219566, 0.05937786027789116, 0.01755622588098049, -0.09586845338344574, 0.39019250869750977, 0.031365521252155304, -0.17244316637516022, -0.0675179734826088, 0.1505499929189682, -0.007581774145364761, 0.06907954066991806, 0.2816419005393982, -0.01044495403766632, -0.04204762354493141, -0.08912704139947891, 0.1262841671705246, 0.05380352959036827, 0.14293871819972992, 0.07768315821886063, 0.08843883126974106, -0.10435184091329575, 0.031987693160772324, 0.13250930607318878, -0.011192582547664642, 0.1246759220957756, 0.1283021718263626, -0.035432666540145874, 0.06512488424777985, 0.023320628330111504, -0.11049294471740723, 0.05013773962855339, -0.05544387549161911, 0.03629646077752113, -0.06763328611850739, -0.06999494135379791, -0.005627636332064867, -0.028047148138284683, -0.06863339245319366, -0.12199227511882782, 0.08564971387386322, -0.026500606909394264, -0.05453193187713623, 0.34882494807243347, 0.03561471030116081, -0.0209039356559515, 0.024990007281303406, -0.06400369107723236, 0.04289213567972183, 0.042235296219587326, -0.006685080472379923, -0.08203309029340744, 0.001827711472287774, -0.08470668643712997, 0.12263549864292145, 0.012670799158513546, -0.04110946133732796, 0.011631405912339687, 0.14554668962955475, 0.01702996902167797, -0.13995549082756042, -0.09670538455247879, -0.026147399097681046, 0.05440991371870041, -0.13494765758514404, 0.03434879705309868, -0.000988503685221076, 0.07134544849395752, 0.03202592208981514, -0.04971223324537277, 0.022179139778017998, 0.052584581077098846, -0.029382700100541115, 0.031393520534038544, -0.15209846198558807, 0.07839387655258179, -0.003298962488770485, -0.09537124633789062, -0.03542545065283775, 0.07837275415658951, 0.26120394468307495, -0.10907337814569473, -0.03683295473456383, 0.004186959005892277, 0.029329882934689522, -0.003061953466385603, 0.18751226365566254, -0.02028786949813366, 0.04232899472117424, -0.037289705127477646, -0.06812240928411484, 0.002613180549815297, -0.08874206244945526, 0.027087870985269547, 0.035500336438417435, 0.0719316229224205, -0.039669811725616455, -0.18107713758945465, 0.15098389983177185, -0.1982668787240982, 0.0816848948597908, 0.24983595311641693, -0.0696701854467392, -0.06805533170700073, 0.013058208860456944, -0.004191632382571697, 0.014452660456299782, -0.033667828887701035, -0.1421683132648468, 0.007891207002103329, -0.12493161112070084, -0.01833927631378174, -0.35956138372421265, -0.09166400879621506, -0.06439026445150375, -0.08879220485687256, 0.19813762605190277, -0.022839104756712914, 0.05478397756814957, 0.010155207477509975, 0.0313589833676815, -0.06516730785369873, 0.039894577115774155, 0.005798439960926771, 0.12250622361898422, -0.07419048249721527, 0.07348785549402237, -0.05247730016708374, -0.09222479164600372, 0.05200996249914169, -0.04158614203333855, -0.049521636217832565, 0.05295577272772789, -0.07397738844156265, -0.022427503019571304, -0.03358139842748642, -0.06978429108858109, 0.08742383867502213, -0.030705532059073448, 0.03783237934112549, -0.03411522135138512, -0.02116565778851509, 0.06178770214319229, 0.024194937199354172, -0.19031193852424622, -0.07785069942474365, 0.048791345208883286, -0.10222412645816803, 0.04495390132069588, 0.01045687310397625, -0.17419567704200745, 0.0935138463973999, -0.12198865413665771, 0.04977850988507271, 0.0005335547029972076, 0.07787378877401352, 0.09815319627523422, 0.055228352546691895, -0.052202560007572174, 0.13925161957740784, 0.06419246643781662, 0.04765317589044571, 0.08553402870893478, -0.08944286406040192 ]
7ae5524d1e3fcd852081b54049a96df186a7da7e
# Dataset Card for "dummy_image_class_data" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
hf-internal-testing/dummy_image_class_data
[ "region:us" ]
2023-02-08T12:28:33+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "resize"}}}}], "splits": [{"name": "train", "num_bytes": 555953.0, "num_examples": 6}], "download_size": 556964, "dataset_size": 555953.0}}
2023-02-08T12:28:38+00:00
[]
[]
TAGS #region-us
# Dataset Card for "dummy_image_class_data" More Information needed
[ "# Dataset Card for \"dummy_image_class_data\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"dummy_image_class_data\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"dummy_image_class_data\"\n\nMore Information needed" ]
[ -0.08427228778600693, 0.2227170467376709, -0.0033773204777389765, 0.07993916422128677, 0.17150509357452393, 0.10030721127986908, 0.1530502289533615, 0.07509191334247589, 0.09761272370815277, -0.012902656570076942, 0.1326594054698944, 0.11948776245117188, 0.0531834252178669, 0.10134373605251312, -0.019932132214307785, -0.1581939309835434, 0.06628461927175522, -0.014488552697002888, -0.0026529154274612665, 0.012115600518882275, 0.014429115690290928, -0.11090391129255295, 0.10011009126901627, -0.12694139778614044, -0.2212548702955246, 0.07087340205907822, -0.022631777450442314, -0.012523294426500797, 0.03996933624148369, -0.07224118709564209, 0.12747706472873688, 0.03913909196853638, 0.03540753200650215, -0.10424195230007172, 0.04154929891228676, -0.005524161737412214, -0.06752409040927887, 0.04256425425410271, 0.08728526532649994, -0.07824224978685379, -0.10323081910610199, 0.07092547416687012, -0.017628459259867668, -0.0077911498956382275, -0.10355532169342041, -0.19138585031032562, -0.05622541531920433, 0.03614576905965805, 0.03487413376569748, -0.05900132656097412, 0.06834213435649872, 0.07873659580945969, -0.08005601912736893, 0.05811614915728569, 0.13187716901302338, 0.1252184957265854, 0.029203860089182854, 0.2204056829214096, -0.09073376655578613, 0.10230854898691177, -0.04674071818590164, 0.04042089730501175, 0.06579139083623886, 0.01546525303274393, -0.11087024211883545, -0.016733400523662567, -0.19788868725299835, 0.0835464745759964, 0.0035707291681319475, -0.11961754411458969, 0.20599667727947235, 0.049768321216106415, -0.00347321224398911, 0.037366271018981934, 0.005620534997433424, -0.09743276983499527, -0.0365685299038887, 0.079086534678936, 0.05902727320790291, 0.03472249582409859, -0.07097852230072021, 0.03207513689994812, -0.10656474530696869, -0.05122408643364906, -0.11048077791929245, -0.0659719780087471, -0.06683859974145889, 0.17912626266479492, -0.1488156020641327, -0.022727305069565773, -0.11062292009592056, -0.012661037035286427, 0.0028271861374378204, -0.11258481442928314, 0.05740789696574211, 0.0364411436021328, 0.008670791052281857, -0.044227179139852524, 0.14158977568149567, -0.0441044345498085, 0.006346887443214655, 0.08645548671483994, -0.11370321363210678, 0.150978222489357, 0.19567735493183136, -0.019074702635407448, -0.0625929906964302, 0.16782556474208832, -0.04911226034164429, -0.06782949715852737, -0.016632016748189926, -0.08376913517713547, -0.11983747035264969, 0.06562820076942444, -0.02380342222750187, 0.059909068048000336, -0.0878182202577591, -0.049397874623537064, -0.08484463393688202, -0.043257586658000946, 0.20950929820537567, -0.008611137047410011, 0.0010083533124998212, 0.0004144608974456787, -0.08384396135807037, 0.0638091042637825, 0.019882027059793472, -0.01749451830983162, 0.06892656534910202, 0.06807669997215271, -0.05371904373168945, 0.04036325216293335, -0.04604021832346916, -0.012818458490073681, 0.0778593197464943, -0.13874660432338715, 0.06957419961690903, -0.09715897589921951, -0.2410278618335724, 0.05109897255897522, 0.04262755066156387, -0.028950924053788185, 0.1765109747648239, -0.027476703748106956, -0.008030323311686516, -0.027782337740063667, -0.016695603728294373, 0.049918364733457565, -0.07353328168392181, 0.08311421424150467, -0.14114932715892792, 0.15868303179740906, -0.22797097265720367, 0.03563467413187027, -0.0958024114370346, 0.04025335982441902, -0.059844084084033966, 0.10597683489322662, -0.10258789360523224, 0.06650477647781372, 0.006732984445989132, -0.031910888850688934, -0.09866444021463394, 0.044403403997421265, -0.005769641138613224, 0.11365026235580444, -0.24979040026664734, -0.006249852478504181, 0.0768556073307991, -0.107185497879982, -0.16341766715049744, -0.003381686983630061, -0.10333483666181564, 0.0489041768014431, 0.016319407150149345, 0.25991424918174744, -0.03212941437959671, -0.07792633026838303, -0.0220933947712183, 0.08187912404537201, -0.18913593888282776, -0.14192430675029755, -0.011173305101692677, 0.018199916929006577, -0.13581839203834534, 0.0445064902305603, 0.08135577291250229, 0.05904819816350937, -0.07819414883852005, -0.08583467453718185, 0.00803348608314991, -0.12206070870161057, 0.07879042625427246, 0.11615151911973953, 0.03042708896100521, -0.034290164709091187, 0.0885428711771965, 0.06745422631502151, 0.03310846909880638, -0.016253750771284103, -0.06936406344175339, -0.00899890623986721, 0.07189648598432541, -0.0952983945608139, -0.03190821036696434, -0.13248099386692047, -0.12844833731651306, -0.020726414397358894, 0.0826694443821907, 0.04126391559839249, -0.050492364913225174, 0.08964354544878006, -0.009272540919482708, 0.012310034595429897, 0.0014742495259270072, 0.06696303933858871, 0.04158618301153183, 0.030221497640013695, -0.023988107219338417, 0.02702520415186882, -0.0680122971534729, -0.013209966942667961, -0.042249441146850586, -0.0656481608748436, 0.05862242728471756, 0.019365187734365463, 0.05059165880084038, -0.0399676077067852, 0.0434148944914341, -0.05554863065481186, -0.035578321665525436, -0.09526266902685165, 0.047787513583898544, -0.06281260401010513, 0.09985179454088211, 0.0179901085793972, -0.06865154206752777, 0.08382026106119156, 0.1905265897512436, -0.21739736199378967, -0.037335216999053955, -0.05046151205897331, 0.046999190002679825, -0.010400635190308094, -0.07183438539505005, 0.03277861699461937, -0.1918288618326187, -0.08941052854061127, 0.04654427990317345, -0.08094462007284164, 0.07456735521554947, 0.08824332803487778, -0.02330835722386837, -0.1498187929391861, 0.0016046304954215884, 0.17016954720020294, -0.12451881170272827, 0.18940512835979462, 0.15507791936397552, 0.05341281741857529, 0.13159503042697906, -0.007946859113872051, -0.035327088087797165, 0.02711350843310356, -0.003735471051186323, -0.040333449840545654, 0.2082871049642563, -0.1312543898820877, 0.04025065898895264, 0.08800649642944336, -0.06342349946498871, 0.068476602435112, -0.12487757205963135, -0.07459606230258942, -0.03380642831325531, -0.01435254979878664, -0.03165998309850693, 0.000502286187838763, 0.022918466478586197, 0.09734517335891724, -0.02444976195693016, -0.02596503123641014, 0.1460191160440445, -0.002260433277115226, -0.01211619284003973, 0.10229126363992691, -0.15159566700458527, -0.27764013409614563, -0.06301195174455643, -0.11671068519353867, 0.00750455679371953, 0.07367442548274994, -0.03878699988126755, -0.17287635803222656, -0.0505993627011776, 0.009282044135034084, -0.1156516745686531, -0.13273625075817108, -0.02418728731572628, -0.030319128185510635, 0.004098661243915558, -0.04416045919060707, -0.07982885837554932, 0.01044220570474863, -0.019921422004699707, 0.11684215068817139, 0.15195342898368835, -0.14978010952472687, 0.10512316972017288, 0.11263661831617355, -0.08705951273441315, 0.10008107870817184, -0.00918318796902895, 0.11304403096437454, -0.040991902351379395, -0.0032292127143591642, 0.059343960136175156, -0.04782697930932045, 0.02370854653418064, 0.03522830456495285, 0.0533372163772583, -0.13540050387382507, 0.0030045178718864918, 0.0007758577121421695, -0.23212173581123352, -0.13034221529960632, -0.09387313574552536, -0.01759597845375538, 0.1099948137998581, 0.1173580214381218, 0.07921584695577621, 0.07602231204509735, 0.15370461344718933, 0.08322261273860931, 0.0016361427260562778, -0.08126001805067062, -0.010746883228421211, -0.09256438165903091, -0.01856556162238121, -0.048818331211805344, -0.12267643958330154, -0.03142169117927551, 0.1301167607307434, 0.1773630529642105, 0.19365940988063812, 0.0681142657995224, -0.03938642144203186, 0.022040897980332375, 0.05689459666609764, 0.08442027866840363, 0.11780483275651932, 0.03355487436056137, -0.01746981032192707, -0.007022184785455465, -0.015405336394906044, -0.06401185691356659, 0.04931408911943436, 0.09637352079153061, -0.13550902903079987, 0.05146465450525284, -0.11890678852796555, 0.02132304571568966, -0.09242282062768936, 0.04801099747419357, -0.2787155210971832, 0.0803535133600235, 0.046803053468465805, 0.23879964649677277, -0.11488396674394608, 0.065116748213768, 0.06998468935489655, -0.020838553085923195, 0.04757572337985039, -0.004558366723358631, 0.04181907698512077, -0.07723424583673477, -0.048375170677900314, -0.022858530282974243, -0.108771912753582, -0.00028808601200580597, 0.09826628863811493, -0.06936771422624588, 0.09391684085130692, 0.0269100870937109, -0.077658511698246, -0.10972832888364792, -0.06160791590809822, 0.04441900923848152, 0.01023702323436737, 0.1484375, 0.03407098725438118, -0.2239854335784912, -0.23064815998077393, 0.014137597754597664, -0.04431462660431862, 0.1091722771525383, 0.1150086298584938, -0.1342272013425827, 0.08415154367685318, -0.01497469563037157, -0.0167221836745739, -0.14614450931549072, -0.020729899406433105, -0.09161336719989777, -0.034912653267383575, -0.0039087021723389626, -0.11747387796640396, 0.005801113788038492, 0.010661267675459385, -0.1114058867096901, 0.029077330604195595, -0.004816247615963221, -0.04414651542901993, -0.0764043852686882, 0.09844581037759781, 0.07005616277456284, 0.03813793510198593, 0.038080308586359024, -0.03430456668138504, 0.054570503532886505, -0.06396312266588211, -0.25062039494514465, 0.1023142859339714, -0.053735289722681046, 0.0569983646273613, -0.12460340559482574, 0.016465280205011368, 0.02161753550171852, -0.021124035120010376, -0.03961653262376785, 0.03596736118197441, -0.004606108646839857, -0.054864611476659775, 0.19377020001411438, -0.15262188017368317, 0.03245077282190323, 0.270700067281723, 0.053021498024463654, -0.11930569261312485, 0.06052688881754875, 0.06244121119379997, 0.16213345527648926, 0.07472945749759674, -0.09983576834201813, 0.15995237231254578, 0.11626099795103073, -0.04436776414513588, -0.35080981254577637, 0.08782784640789032, -0.0943157821893692, -0.08104484528303146, 0.04351415857672691, -0.19493119418621063, 0.10832232981920242, 0.1469721496105194, -0.0455324724316597, 0.32257986068725586, -0.20606109499931335, -0.02116524800658226, 0.20355257391929626, 0.1247752457857132, 0.30216890573501587, -0.1791502684354782, -0.05610419064760208, -0.12823393940925598, -0.023470614105463028, 0.27643969655036926, -0.0720134973526001, 0.027409283444285393, 0.007998088374733925, 0.10816367715597153, 0.017168765887618065, -0.054501209408044815, 0.17315630614757538, 0.042981140315532684, 0.17152033746242523, -0.10878656804561615, -0.1888064295053482, 0.17664167284965515, -0.057134874165058136, 0.05445757508277893, 0.05421685427427292, 0.05373385176062584, -0.0965319350361824, 0.019369328394532204, -0.012742348946630955, 0.015333999879658222, 0.05727171152830124, -0.04728279635310173, -0.15725496411323547, -0.000020085633877897635, -0.101918525993824, 0.03422364965081215, 0.11745774745941162, 0.015171234495937824, -0.004851969424635172, 0.1723790019750595, -0.04918941110372543, 0.007556273601949215, -0.05715101957321167, -0.08861321210861206, -0.0784350112080574, 0.09835492074489594, -0.2699741721153259, 0.039331696927547455, 0.060273196548223495, 0.03337394446134567, 0.09515410661697388, 0.06562177836894989, -0.015293032862246037, 0.09203533083200455, 0.11630051583051682, -0.07366123050451279, -0.031220128759741783, 0.04791213944554329, 0.05325513705611229, 0.0775555744767189, 0.0164012648165226, 0.0068841311149299145, 0.037362273782491684, 0.020516136661171913, -0.03765425831079483, 0.12482766062021255, -0.0259091816842556, 0.02166333608329296, 0.16647124290466309, 0.011751524172723293, -0.16885647177696228, 0.20324182510375977, 0.02497016079723835, -0.10890074074268341, -0.002917935373261571, 0.010286184027791023, -0.039827972650527954, -0.09249291568994522, 0.027884090319275856, 0.25726625323295593, -0.10644053667783737, -0.09998983889818192, 0.037888020277023315, -0.043130725622177124, 0.008308539167046547, 0.040859173983335495, 0.041910815984010696, 0.05421943590044975, 0.07688518613576889, -0.06693735718727112, -0.04565350338816643, -0.02549775503575802, -0.0717838779091835, 0.09298431873321533, -0.07697125524282455, -0.24152567982673645, -0.011571296490728855, 0.18235012888908386, -0.0713241770863533, -0.09373629838228226, -0.1189797893166542, 0.06952891498804092, -0.21165119111537933, 0.15001238882541656, 0.003914583008736372, -0.0015998919261619449, 0.048592276871204376, 0.0783410519361496, -0.0030555352568626404, -0.04579785838723183, -0.11976698786020279, 0.057936932891607285, 0.059966620057821274, 0.03179983049631119, -0.046896908432245255, -0.04904678091406822, 0.011774332262575626, 0.020174134522676468, 0.0775042399764061, 0.1380903273820877, -0.0465991236269474, 0.0742831602692604, -0.21371354162693024, -0.17155031859874725, 0.15257546305656433, 0.02614460326731205, 0.02584109641611576, 0.16181962192058563, 0.012570889666676521, 0.03526339307427406, -0.04999806359410286, 0.03089108131825924, 0.04627702385187149, -0.07535011321306229, 0.027359649538993835, -0.14106479287147522, -0.06598782539367676, -0.03488020598888397, 0.058431774377822876, 0.14813745021820068, 0.014176136814057827, 0.042172856628894806, -0.02256213314831257, 0.055328983813524246, -0.050632305443286896, -0.06585456430912018, -0.0031690485775470734, -0.14206786453723907, -0.03520574793219566, 0.05937786027789116, 0.01755622588098049, -0.09586845338344574, 0.39019250869750977, 0.031365521252155304, -0.17244316637516022, -0.0675179734826088, 0.1505499929189682, -0.007581774145364761, 0.06907954066991806, 0.2816419005393982, -0.01044495403766632, -0.04204762354493141, -0.08912704139947891, 0.1262841671705246, 0.05380352959036827, 0.14293871819972992, 0.07768315821886063, 0.08843883126974106, -0.10435184091329575, 0.031987693160772324, 0.13250930607318878, -0.011192582547664642, 0.1246759220957756, 0.1283021718263626, -0.035432666540145874, 0.06512488424777985, 0.023320628330111504, -0.11049294471740723, 0.05013773962855339, -0.05544387549161911, 0.03629646077752113, -0.06763328611850739, -0.06999494135379791, -0.005627636332064867, -0.028047148138284683, -0.06863339245319366, -0.12199227511882782, 0.08564971387386322, -0.026500606909394264, -0.05453193187713623, 0.34882494807243347, 0.03561471030116081, -0.0209039356559515, 0.024990007281303406, -0.06400369107723236, 0.04289213567972183, 0.042235296219587326, -0.006685080472379923, -0.08203309029340744, 0.001827711472287774, -0.08470668643712997, 0.12263549864292145, 0.012670799158513546, -0.04110946133732796, 0.011631405912339687, 0.14554668962955475, 0.01702996902167797, -0.13995549082756042, -0.09670538455247879, -0.026147399097681046, 0.05440991371870041, -0.13494765758514404, 0.03434879705309868, -0.000988503685221076, 0.07134544849395752, 0.03202592208981514, -0.04971223324537277, 0.022179139778017998, 0.052584581077098846, -0.029382700100541115, 0.031393520534038544, -0.15209846198558807, 0.07839387655258179, -0.003298962488770485, -0.09537124633789062, -0.03542545065283775, 0.07837275415658951, 0.26120394468307495, -0.10907337814569473, -0.03683295473456383, 0.004186959005892277, 0.029329882934689522, -0.003061953466385603, 0.18751226365566254, -0.02028786949813366, 0.04232899472117424, -0.037289705127477646, -0.06812240928411484, 0.002613180549815297, -0.08874206244945526, 0.027087870985269547, 0.035500336438417435, 0.0719316229224205, -0.039669811725616455, -0.18107713758945465, 0.15098389983177185, -0.1982668787240982, 0.0816848948597908, 0.24983595311641693, -0.0696701854467392, -0.06805533170700073, 0.013058208860456944, -0.004191632382571697, 0.014452660456299782, -0.033667828887701035, -0.1421683132648468, 0.007891207002103329, -0.12493161112070084, -0.01833927631378174, -0.35956138372421265, -0.09166400879621506, -0.06439026445150375, -0.08879220485687256, 0.19813762605190277, -0.022839104756712914, 0.05478397756814957, 0.010155207477509975, 0.0313589833676815, -0.06516730785369873, 0.039894577115774155, 0.005798439960926771, 0.12250622361898422, -0.07419048249721527, 0.07348785549402237, -0.05247730016708374, -0.09222479164600372, 0.05200996249914169, -0.04158614203333855, -0.049521636217832565, 0.05295577272772789, -0.07397738844156265, -0.022427503019571304, -0.03358139842748642, -0.06978429108858109, 0.08742383867502213, -0.030705532059073448, 0.03783237934112549, -0.03411522135138512, -0.02116565778851509, 0.06178770214319229, 0.024194937199354172, -0.19031193852424622, -0.07785069942474365, 0.048791345208883286, -0.10222412645816803, 0.04495390132069588, 0.01045687310397625, -0.17419567704200745, 0.0935138463973999, -0.12198865413665771, 0.04977850988507271, 0.0005335547029972076, 0.07787378877401352, 0.09815319627523422, 0.055228352546691895, -0.052202560007572174, 0.13925161957740784, 0.06419246643781662, 0.04765317589044571, 0.08553402870893478, -0.08944286406040192 ]
362fa6fccabdacaeb20fee2b13efedea61141b66
(almost) all aerial videos of Zelenograd until 2023. i dont have a rights of these videos, all of these were downloaded from youtube. if you an owner of some of these videos and dont want that it were there, please contact me [email protected]
4eJIoBek/Zelenograd-aerial-videos
[ "license:wtfpl", "region:us" ]
2023-02-08T12:34:30+00:00
{"license": "wtfpl"}
2023-11-24T21:17:58+00:00
[]
[]
TAGS #license-wtfpl #region-us
(almost) all aerial videos of Zelenograd until 2023. i dont have a rights of these videos, all of these were downloaded from youtube. if you an owner of some of these videos and dont want that it were there, please contact me 4eJIoBek2021@URL
[]
[ "TAGS\n#license-wtfpl #region-us \n" ]
[ 14 ]
[ "passage: TAGS\n#license-wtfpl #region-us \n" ]
[ -0.017227889969944954, 0.03470734879374504, -0.00771453557536006, -0.019133415073156357, 0.013672398403286934, 0.05650044232606888, 0.13293826580047607, 0.039846271276474, 0.22296394407749176, -0.09283734112977982, 0.12582427263259888, 0.04094382002949715, 0.008040200918912888, 0.005035282112658024, -0.02093479409813881, -0.14630524814128876, 0.037374529987573624, -0.012509159743785858, 0.020572194829583168, 0.037785604596138, -0.030762724578380585, -0.0556827187538147, -0.0061253998428583145, -0.016887743026018143, -0.1305142492055893, 0.04185148701071739, 0.03014557808637619, -0.03506283462047577, 0.09202858805656433, 0.053328439593315125, 0.11893369257450104, 0.07643745094537735, 0.004847441799938679, -0.21324001252651215, 0.012763026170432568, -0.09433045238256454, -0.13047927618026733, 0.024041561409831047, 0.07538606226444244, -0.035890307277441025, 0.00010368227958679199, 0.10737474262714386, -0.04011811316013336, 0.05787964165210724, -0.20963984727859497, -0.20652295649051666, -0.08067605644464493, 0.07898460328578949, 0.008490599691867828, 0.037127502262592316, 0.08902284502983093, 0.19881394505500793, -0.1636136919260025, 0.03749241307377815, 0.05343842878937721, -0.3820036053657532, 0.08424548804759979, 0.13838285207748413, 0.013755284249782562, -0.025198034942150116, -0.042561039328575134, 0.0857749879360199, 0.0898263156414032, -0.02639072947204113, -0.12008886784315109, -0.0709165632724762, -0.04913366213440895, 0.1414739191532135, -0.034759145230054855, -0.0840601921081543, 0.2815433442592621, 0.017557138577103615, -0.03857928141951561, 0.11933839321136475, 0.0076315635815262794, -0.035388026386499405, 0.04562191665172577, 0.06369241327047348, 0.019591696560382843, 0.14056019484996796, 0.12530478835105896, 0.020006254315376282, -0.15017856657505035, -0.010811869986355305, -0.26392611861228943, 0.19967828691005707, -0.023785322904586792, 0.11993585526943207, -0.21623677015304565, 0.04539119824767113, -0.12401963770389557, -0.033776722848415375, -0.028903014957904816, -0.06805406510829926, 0.060073766857385635, -0.004126330837607384, -0.03904136270284653, 0.1319083720445633, 0.04796136915683746, 0.16136214137077332, -0.031809404492378235, -0.012738832272589207, -0.08608916401863098, 0.1703241467475891, 0.01935269683599472, 0.04501497745513916, 0.1594981849193573, 0.0733722597360611, -0.010090314783155918, -0.21525165438652039, -0.01669401116669178, 0.00013061478966847062, -0.11342516541481018, -0.0346653126180172, -0.20458340644836426, 0.14154498279094696, -0.04131721332669258, -0.0372423380613327, -0.08737199753522873, 0.06593353301286697, 0.16901105642318726, -0.044501300901174545, -0.009901114739477634, 0.019769610837101936, 0.03689718618988991, 0.03499981388449669, -0.005185211077332497, -0.01598944514989853, 0.08611727505922318, 0.13523849844932556, -0.13951514661312103, -0.0042922887951135635, 0.01692773588001728, 0.04032575711607933, 0.10040437430143356, -0.025612715631723404, 0.04135705903172493, -0.11957233399152756, -0.21200163662433624, 0.014461904764175415, -0.03475707024335861, 0.014283550903201103, 0.10596410185098648, 0.07553783059120178, 0.04481940343976021, -0.05073009803891182, -0.06654529273509979, -0.0890708938241005, -0.0647381991147995, 0.1214255765080452, -0.06396791338920593, 0.01014802884310484, -0.28621312975883484, -0.014969618991017342, -0.14244863390922546, 0.034334614872932434, 0.010435576550662518, -0.07433068752288818, -0.11028221994638443, 0.19815188646316528, 0.01596211828291416, 0.026259860023856163, -0.17646653950214386, 0.051162246614694595, -0.06729681044816971, 0.10914422571659088, -0.11918988823890686, -0.08550988882780075, 0.19738741219043732, -0.14603152871131897, -0.13848751783370972, -0.006349052768200636, 0.0048819552175700665, 0.10308340936899185, 0.08813518285751343, 0.39884382486343384, 0.032805442810058594, -0.12421154975891113, 0.09966439753770828, 0.17095626890659332, -0.1616653949022293, -0.21422332525253296, 0.07261350005865097, -0.12829317152500153, -0.23171663284301758, 0.003397568827494979, -0.026735881343483925, 0.07509513199329376, -0.04581388458609581, -0.0492657795548439, 0.02826765924692154, -0.016551367938518524, 0.038148537278175354, 0.0050702341832220554, 0.06810125708580017, -0.08003395050764084, 0.07079299539327621, 0.049005765467882156, 0.012997109442949295, 0.13368858397006989, 0.005327960010617971, -0.06934821605682373, -0.011944755911827087, 0.0891929343342781, -0.01656530238687992, -0.05656074732542038, -0.07260581851005554, 0.00983455777168274, 0.04766794666647911, 0.10893827676773071, 0.20531487464904785, 0.04633055627346039, -0.03416498005390167, 0.03889919072389603, 0.0077178627252578735, 0.08324558287858963, 0.06263699382543564, 0.03517201170325279, -0.07893332093954086, 0.05031682550907135, -0.03738320618867874, -0.11631295084953308, -0.08937160670757294, -0.04363914951682091, 0.1420682966709137, -0.03703306242823601, 0.000491518119815737, 0.06535109132528305, -0.038087148219347, 0.010176409967243671, 0.06505995988845825, 0.018219657242298126, 0.09570889919996262, -0.002894641598686576, -0.05210321024060249, 0.20629826188087463, -0.026591770350933075, 0.2461429387331009, 0.17936855554580688, -0.0996699333190918, -0.015407977625727654, -0.10497026890516281, -0.021327389404177666, -0.008294494822621346, 0.03336651995778084, -0.04400743544101715, -0.027078794315457344, -0.044640157371759415, 0.018645761534571648, -0.04056555777788162, -0.004637004807591438, -0.0539805069565773, -0.056831225752830505, -0.0711732804775238, 0.0414731502532959, 0.19237177073955536, -0.19900256395339966, 0.1261870265007019, 0.41594719886779785, 0.14643089473247528, 0.20857828855514526, -0.1586993932723999, 0.005769042298197746, -0.031568270176649094, 0.02942381612956524, -0.049788620322942734, 0.15164853632450104, -0.05514991655945778, 0.019467951729893684, 0.04945520684123039, 0.01938507705926895, 0.057859472930431366, -0.1921161413192749, -0.14935506880283356, -0.0032810261473059654, -0.03339793160557747, -0.21789854764938354, 0.0286854300647974, -0.07718439400196075, 0.04255009815096855, -0.016406182199716568, -0.08042405545711517, 0.14849191904067993, -0.022856269031763077, -0.08685007691383362, 0.04687069356441498, -0.17001980543136597, -0.12314799427986145, -0.17784710228443146, -0.09074358642101288, 0.05579341948032379, 0.026962121948599815, 0.06281910836696625, -0.02474902756512165, -0.0673348531126976, 0.0890481248497963, -0.0067137544974684715, -0.10311451554298401, -0.0015486814081668854, 0.03284233808517456, 0.06748384237289429, -0.04376864433288574, -0.09102074056863785, -0.076832115650177, -0.02671773172914982, -0.00486613716930151, 0.08524486422538757, -0.07081323117017746, 0.08863086253404617, 0.13061851263046265, 0.009741905145347118, 0.061027903109788895, -0.0805448517203331, 0.143107607960701, -0.050158172845840454, -0.06940748542547226, 0.08279010653495789, -0.06622979044914246, 0.03583436831831932, 0.12898258864879608, 0.11703460663557053, -0.1181631088256836, -0.026289984583854675, -0.1043141558766365, -0.11141387373209, -0.240438774228096, -0.08179613947868347, -0.08217954635620117, 0.16440653800964355, 0.02945607900619507, 0.09151273220777512, 0.07796961814165115, 0.02842419035732746, 0.0929652750492096, -0.002342676045373082, -0.04646933078765869, 0.012976448982954025, 0.2301291823387146, -0.018921561539173126, -0.01405431516468525, -0.18321268260478973, -0.021180739626288414, 0.13498272001743317, 0.09026741981506348, 0.11947453022003174, 0.2594444751739502, 0.06303330510854721, 0.12608426809310913, 0.11813909560441971, 0.1374671757221222, 0.11347179859876633, 0.0398687981069088, -0.05458866059780121, -0.03181621804833412, -0.035311538726091385, 0.029545055702328682, 0.036327898502349854, 0.0478581078350544, -0.20840494334697723, 0.03141472488641739, -0.3014788329601288, 0.004426735453307629, -0.09467223286628723, 0.09339436888694763, 0.01291053369641304, 0.09493165463209152, 0.05945656821131706, 0.04086720198392868, -0.01412433385848999, 0.13471075892448425, -0.012963182292878628, -0.09925218671560287, 0.0804707407951355, 0.05963527411222458, 0.0782741904258728, 0.09430880099534988, 0.07395747303962708, -0.05714316666126251, -0.1791745126247406, 0.016598787158727646, 0.12920725345611572, -0.19575202465057373, 0.28218504786491394, 0.027552247047424316, -0.07237850874662399, -0.047412291169166565, -0.0885273665189743, -0.007164640352129936, 0.1822267323732376, 0.09302151203155518, 0.05587983876466751, -0.04242049157619476, -0.06138443946838379, 0.03715809807181358, -0.010560253635048866, 0.10765523463487625, 0.03960244357585907, -0.1336345672607422, -0.02803346887230873, 0.03764647990465164, -0.004275843966752291, 0.06718680262565613, -0.036119502037763596, -0.0369463711977005, 0.00040533559513278306, 0.014242436736822128, 0.04702940210700035, -0.03949528932571411, 0.03491613641381264, -0.181099072098732, 0.030004408210515976, -0.062688447535038, 0.05028660595417023, -0.1072317510843277, -0.1960669606924057, 0.013503643684089184, -0.053827736526727676, -0.007618731819093227, -0.008168820291757584, -0.19008249044418335, -0.12135398387908936, -0.1949860155582428, 0.1255541294813156, -0.05380186811089516, 0.015446219593286514, -0.0490744523704052, 0.16484862565994263, -0.08712458610534668, 0.04086724668741226, -0.015138505026698112, -0.0065800840966403484, 0.012635218910872936, -0.13714846968650818, 0.08864043653011322, -0.13151927292346954, -0.0339900478720665, 0.042123276740312576, -0.0008461036486551166, 0.023600945249199867, 0.03783975541591644, -0.05447043105959892, 0.17291566729545593, 0.3318262994289398, -0.029441548511385918, 0.2586577236652374, 0.24842458963394165, -0.10034462809562683, -0.27004140615463257, -0.056977808475494385, -0.24252396821975708, -0.0776599794626236, 0.17203059792518616, -0.10655811429023743, 0.10854802280664444, 0.1495407521724701, -0.09259507805109024, 0.34283390641212463, -0.18161290884017944, -0.058606572449207306, 0.12928155064582825, -0.05587179213762283, 0.4290539622306824, -0.08792752772569656, -0.13560166954994202, 0.023709826171398163, -0.2562069296836853, 0.1953691840171814, -0.02301248349249363, 0.027925657108426094, 0.017527390271425247, 0.0068108923733234406, -0.005304380320012569, -0.028399040922522545, 0.17650388181209564, 0.04932640865445137, 0.12489814311265945, -0.07174479961395264, -0.03147446736693382, 0.21550899744033813, 0.04490966722369194, 0.04459216073155403, -0.03299248218536377, -0.03332839906215668, -0.10269130766391754, 0.015574481338262558, -0.06528972089290619, 0.08476849645376205, 0.014087064191699028, -0.0789128765463829, -0.04223261773586273, 0.006239022593945265, -0.13850297033786774, -0.07725111395120621, 0.20473767817020416, -0.01794768124818802, 0.03830445930361748, 0.0725444033741951, 0.02286946214735508, -0.11359124630689621, -0.03375069797039032, -0.10956811159849167, -0.08057013899087906, 0.07952004671096802, -0.15948112308979034, -0.004702966194599867, 0.11051680892705917, 0.02233150228857994, 0.07594898343086243, 0.08442127704620361, -0.06513935327529907, -0.06740156561136246, 0.17058126628398895, -0.1525174379348755, -0.07191594690084457, 0.023762324824929237, 0.004305308684706688, 0.1828993856906891, 0.027895936742424965, 0.024134473875164986, 0.03259587287902832, 0.039400458335876465, 0.019995830953121185, -0.012632535770535469, -0.12606698274612427, -0.011934351176023483, 0.0999392420053482, 0.001828982844017446, -0.15096336603164673, 0.16104942560195923, 0.023231063038110733, -0.01590828038752079, -0.05409495532512665, 0.12109661102294922, -0.05988462641835213, -0.0712445005774498, -0.19490168988704681, 0.05971115827560425, -0.1657337248325348, -0.10613834857940674, 0.06856194138526917, -0.11007559299468994, -0.0028541095089167356, 0.17506611347198486, 0.03895936533808708, 0.15891501307487488, 0.017869750037789345, -0.03567240759730339, 0.10367570072412491, -0.08835188299417496, -0.16163666546344757, 0.04836415499448776, -0.09389892220497131, 0.039996497333049774, -0.0025366523768752813, 0.11576715856790543, -0.06647296994924545, -0.07236462086439133, -0.19931821525096893, 0.09383373707532883, -0.09189955145120621, -0.04570972919464111, -0.08520529419183731, -0.011485856026411057, 0.06005018949508667, -0.04735057055950165, -0.021263252943754196, -0.015327824279665947, -0.18465961515903473, 0.06612414121627808, 0.08363714069128036, 0.03816787526011467, -0.05160041153430939, -0.009947583079338074, 0.13030590116977692, 0.055679161101579666, 0.08547747135162354, 0.08077455312013626, 0.007467623334378004, 0.19312739372253418, -0.14230017364025116, -0.04778843745589256, 0.10767444223165512, -0.016812829300761223, 0.02137013152241707, 0.1713426560163498, -0.03851896524429321, 0.06207694485783577, -0.03338191285729408, 0.06911154836416245, -0.11167582869529724, -0.14027008414268494, -0.019128553569316864, 0.03376948460936546, -0.17419877648353577, 0.009646573103964329, -0.18131674826145172, 0.11767549067735672, -0.004243100993335247, 0.10713675618171692, 0.06386185437440872, 0.017000265419483185, -0.003387009957805276, -0.035250164568424225, 0.005418876651674509, -0.10798255354166031, -0.058510106056928635, -0.06350164860486984, -0.07612301409244537, -0.012899380177259445, 0.3480350375175476, -0.0064297388307750225, -0.2137838751077652, 0.02471780776977539, 0.10875073075294495, -0.033559903502464294, -0.03852519392967224, 0.2657526433467865, 0.03078598715364933, -0.014917249791324139, -0.24082596600055695, 0.03522558510303497, -0.09068438410758972, -0.19691155850887299, 0.15455663204193115, 0.0660872608423233, -0.06475713104009628, 0.011660641059279442, 0.11122378706932068, -0.0722687616944313, 0.009797073900699615, -0.19669632613658905, 0.07474005222320557, 0.007288041990250349, -0.013602299615740776, -0.0171076487749815, 0.1414828896522522, -0.013185355812311172, 0.039531409740448, -0.03571136295795441, 0.002969332505017519, -0.14413951337337494, -0.1347876340150833, 0.0596940703690052, -0.0825430229306221, 0.08573554456233978, 0.040851201862096786, 0.06765156239271164, 0.16292208433151245, 0.049222156405448914, -0.05659765750169754, 0.0012856903485953808, -0.1259177327156067, -0.07919525355100632, -0.017884038388729095, -0.012303411960601807, 0.019280539825558662, -0.12693431973457336, -0.05159914866089821, -0.058269210159778595, -0.13967891037464142, -0.09065255522727966, 0.033096808940172195, 0.017668848857283592, -0.06370234489440918, -0.129045307636261, -0.03247701749205589, -0.058893680572509766, 0.11853154748678207, -0.0430171936750412, 0.15133924782276154, 0.012662257999181747, 0.05400083586573601, 0.04613874480128288, 0.03634554147720337, -0.011023048311471939, -0.13980071246623993, 0.005393933970481157, 0.15244899690151215, 0.024967055767774582, 0.13151128590106964, -0.06723853200674057, -0.021712783724069595, 0.06393691152334213, 0.2163913995027542, 0.2788335680961609, -0.04451526701450348, 0.053126391023397446, -0.02294648438692093, 0.031148722395300865, 0.11532855033874512, 0.21453967690467834, -0.026583628728985786, 0.28732985258102417, -0.07544288039207458, -0.03118283860385418, -0.040257249027490616, 0.026684420183300972, -0.046654872596263885, 0.0459243506193161, 0.049796655774116516, -0.1227554902434349, -0.09006303548812866, 0.12455100566148758, -0.17160017788410187, 0.13918624818325043, 0.12478741258382797, -0.10605088621377945, 0.0418228805065155, -0.04891149327158928, 0.1262732446193695, 0.025749143213033676, 0.0824483186006546, -0.11496004462242126, -0.1010943353176117, -0.06393152475357056, 0.03804449737071991, -0.3620242476463318, -0.13256220519542694, 0.07436205446720123, 0.0833638459444046, 0.05460752546787262, 0.0015415996313095093, 0.10624660551548004, -0.047188740223646164, 0.11580649763345718, -0.04823911935091019, 0.13861219584941864, 0.02968526817858219, -0.039510950446128845, -0.1719990223646164, -0.17191343009471893, 0.025684645399451256, -0.07297644019126892, 0.02190857194364071, -0.029086202383041382, 0.002339491620659828, 0.1706387996673584, -0.05416838079690933, -0.012288989499211311, -0.026690423488616943, -0.09246661514043808, 0.061722226440906525, 0.007937428541481495, 0.004755570087581873, -0.03757211193442345, -0.05215011164546013, -0.010052734985947609, 0.1184181496500969, -0.24799305200576782, -0.08758792281150818, 0.13015031814575195, -0.025499127805233, 0.14864231646060944, -0.011437874287366867, -0.04244479909539223, -0.003970371559262276, -0.10715839266777039, 0.08695527911186218, -0.11009098589420319, 0.05239133909344673, 0.13200953602790833, 0.025555621832609177, 0.05471241474151611, -0.21816179156303406, 0.06542568653821945, -0.03537454083561897, -0.03102370724081993, -0.05432022735476494 ]
24428867e1ca937b2513fbb4105c8fbee4ec76d9
# Dataset Card for "fnite_tf_combo" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
olly4/fnite_tf_combo
[ "region:us" ]
2023-02-08T12:36:11+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "description", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 397302067.52, "num_examples": 3104}], "download_size": 486452911, "dataset_size": 397302067.52}}
2023-02-08T16:10:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for "fnite_tf_combo" More Information needed
[ "# Dataset Card for \"fnite_tf_combo\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"fnite_tf_combo\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"fnite_tf_combo\"\n\nMore Information needed" ]
[ -0.12109331786632538, 0.08971398323774338, -0.002894839970394969, 0.0880599394440651, 0.08518118411302567, 0.14465902745723724, 0.07153337448835373, 0.0975937470793724, 0.09066356718540192, -0.10181520879268646, 0.02397589199244976, 0.033259302377700806, 0.0901474803686142, 0.3036600649356842, -0.08045933395624161, -0.06117748096585274, 0.002235356718301773, 0.0626765564084053, -0.17808140814304352, 0.03983726724982262, 0.08252773433923721, 0.022657858207821846, 0.05850600451231003, -0.06885742396116257, -0.2565610706806183, 0.09665250778198242, 0.037755344063043594, -0.021781504154205322, 0.08383144438266754, 0.04052695259451866, 0.1494472473859787, 0.0776061862707138, -0.021095886826515198, -0.07599077373743057, 0.038389477878808975, 0.03308949992060661, -0.1282016783952713, 0.03554213419556618, 0.035302724689245224, -0.06481841951608658, -0.025187838822603226, 0.09136153757572174, 0.006537943612784147, 0.03097650408744812, -0.12581731379032135, -0.3630727231502533, -0.11504451930522919, -0.008558220230042934, -0.042838118970394135, -0.05021591857075691, 0.10230643302202225, 0.11451201885938644, -0.07747533172369003, 0.09542722254991531, 0.013756214641034603, -0.09751776605844498, 0.03453946113586426, 0.11656185239553452, -0.12416790425777435, 0.050692055374383926, -0.00670023774728179, 0.006470836699008942, 0.08004748821258545, -0.0015151726547628641, 0.008655166253447533, -0.03607212379574776, -0.24334542453289032, 0.04835125431418419, -0.09127382934093475, -0.03399920463562012, 0.336304247379303, 0.030529648065567017, 0.009149610996246338, 0.09460379928350449, -0.07820310443639755, -0.036082394421100616, -0.012773686088621616, -0.009715774096548557, -0.03531226888298988, 0.01533653773367405, 0.1120770126581192, -0.06170549616217613, -0.09042350947856903, -0.08818093687295914, -0.21397116780281067, 0.059736769646406174, -0.034365925937891006, 0.19570645689964294, -0.14659713208675385, -0.018049048259854317, -0.13754519820213318, -0.047429703176021576, 0.02186417207121849, -0.1103992685675621, -0.11933175474405289, -0.037567589432001114, 0.008377227000892162, -0.042685527354478836, 0.1046789139509201, 0.10084528475999832, -0.0050623915158212185, 0.022188285365700722, -0.1139792948961258, 0.04805256798863411, 0.10250090807676315, -0.15164554119110107, -0.0021899098064750433, -0.03739222511649132, 0.022046903148293495, -0.15227439999580383, -0.09880644083023071, -0.11374424397945404, -0.1356179267168045, -0.019995421171188354, -0.07852558046579361, 0.06109731271862984, -0.038456644862890244, -0.06483013927936554, -0.01683267578482628, -0.05176398903131485, 0.21312777698040009, -0.09292180091142654, 0.008117272518575191, -0.0009277239441871643, -0.049363669008016586, 0.000819132779724896, -0.007566327694803476, -0.002310618758201599, 0.0983031764626503, -0.030734416097402573, -0.04562562704086304, -0.06867998093366623, -0.014018096961081028, -0.05629872530698776, 0.0873740091919899, -0.15351025760173798, 0.039566148072481155, -0.17080703377723694, -0.17347988486289978, 0.08753594011068344, 0.03030076064169407, -0.04908876493573189, 0.12057099491357803, 0.04643816500902176, 0.06279772520065308, -0.010560316033661366, -0.018528595566749573, 0.12388177216053009, -0.05338912084698677, 0.06919371336698532, 0.00258573773317039, 0.08604253828525543, -0.2894454896450043, 0.04220826178789139, -0.04435291513800621, -0.010532773099839687, -0.03816182166337967, 0.06187690049409866, -0.1136704534292221, -0.006711031775921583, -0.05062141641974449, 0.0012676225742325187, -0.13899439573287964, -0.022924920544028282, -0.05468034744262695, 0.033507056534290314, -0.20024190843105316, -0.06824509799480438, 0.14500048756599426, -0.2063005268573761, -0.18098221719264984, 0.04999064654111862, -0.008318232372403145, 0.0011360154021531343, -0.030274827033281326, 0.23825211822986603, 0.3376922011375427, -0.026712993159890175, 0.09009343385696411, 0.2049446403980255, -0.19769947230815887, -0.2473350316286087, 0.07533307373523712, 0.05431172624230385, -0.19265879690647125, 0.007566788233816624, 0.17682789266109467, 0.12236813455820084, -0.0519927479326725, -0.0858314260840416, -0.026045799255371094, -0.14741694927215576, 0.13551828265190125, 0.024640226736664772, 0.008032738231122494, -0.003094002604484558, 0.14857721328735352, -0.02143559232354164, 0.06393630802631378, 0.004578847903758287, -0.042363546788692474, -0.025010688230395317, 0.16233715415000916, -0.026269974187016487, -0.01583818905055523, -0.1453818380832672, -0.24954740703105927, 0.026664357632398605, -0.008570126257836819, -0.025810154154896736, 0.12310542166233063, 0.0774490013718605, 0.023245766758918762, -0.02333998680114746, 0.09145747870206833, 0.11444847285747528, 0.06088993325829506, 0.0871848538517952, -0.049712423235177994, 0.012872411869466305, -0.06647829711437225, 0.09254223853349686, -0.05544659122824669, -0.05453309044241905, 0.141411691904068, 0.12162770330905914, 0.013022958301007748, 0.012498067691922188, -0.011844475753605366, -0.00585992680862546, -0.0006745095597580075, -0.04481422156095505, -0.002108493587002158, -0.02152920328080654, -0.014823238365352154, 0.07380117475986481, 0.0074564749374985695, 0.2670155465602875, 0.10192113369703293, 0.019820932298898697, -0.05712142959237099, -0.1190733090043068, -0.0036546438932418823, -0.012992928735911846, -0.013372271321713924, 0.016202004626393318, -0.1130843311548233, -0.08549141138792038, 0.06699800491333008, -0.08161505311727524, -0.02037143148481846, 0.09972747415304184, 0.031308796256780624, -0.11555510014295578, -0.0059820604510605335, 0.11962778121232986, -0.34180861711502075, 0.16723237931728363, 0.11491166800260544, 0.17078633606433868, 0.181902676820755, -0.09500300139188766, -0.04567019268870354, -0.021906673908233643, 0.005660083144903183, -0.05498277023434639, 0.18683303892612457, -0.05416031926870346, 0.08123183250427246, 0.11943832784891129, 0.02140253409743309, 0.09017199277877808, -0.09184770286083221, -0.09010370820760727, 0.03181583806872368, -0.05830397829413414, -0.1526731699705124, 0.08586418628692627, 0.047951631247997284, 0.11120911687612534, -0.035769183188676834, -0.08244701474905014, 0.19118385016918182, 0.011748327873647213, -0.09015417098999023, 0.10212111473083496, -0.24633480608463287, -0.34379830956459045, -0.04345734789967537, -0.09191105514764786, 0.031655509024858475, -0.020951537415385246, -0.038017887622117996, -0.04300757870078087, -0.016139429062604904, 0.042452119290828705, -0.13009117543697357, -0.1433352679014206, 0.01983550749719143, -0.05536207556724548, 0.010998581536114216, -0.013804048299789429, -0.1071329265832901, 0.024543916806578636, 0.02650105580687523, 0.08857875317335129, 0.15011438727378845, -0.12523847818374634, 0.11497892439365387, 0.10828287899494171, -0.07604067772626877, 0.12376552075147629, -0.07012887299060822, 0.15368340909481049, -0.07542803138494492, 0.05830778554081917, 0.1417492926120758, -0.028136195614933968, 0.0442223958671093, 0.05558959022164345, 0.03968674689531326, -0.07966402918100357, -0.003713080892339349, -0.04651554673910141, -0.18703334033489227, -0.18811830878257751, -0.11587484925985336, -0.1012793779373169, 0.09159517288208008, -0.01164462324231863, 0.06738842278718948, 0.11819722503423691, 0.03007311001420021, 0.0854514017701149, -0.0030504856258630753, -0.08720874786376953, -0.11608772724866867, 0.04547441005706787, 0.053182248026132584, -0.016869215294718742, -0.13313254714012146, 0.026329008862376213, 0.204657182097435, 0.13387063145637512, 0.17572082579135895, 0.028620118275284767, 0.04059372469782829, 0.010036100633442402, 0.2488775998353958, 0.08751856535673141, 0.17273077368736267, 0.020524322986602783, -0.007406098302453756, 0.013378792442381382, 0.021966949105262756, 0.03813806548714638, -0.0460127517580986, 0.12578782439231873, -0.1516350358724594, 0.0070613776333630085, -0.10144805908203125, -0.006449196953326464, -0.0988335981965065, 0.08306874334812164, -0.19238363206386566, 0.10569281131029129, -0.062316227704286575, 0.13416294753551483, -0.09457964450120926, 0.01573990099132061, 0.1633780300617218, -0.06831522285938263, 0.15541061758995056, -0.002894853474572301, 0.024394869804382324, 0.018145035952329636, -0.07574377208948135, 0.10841206461191177, -0.06562670320272446, -0.00045438576489686966, 0.11270851641893387, -0.23604650795459747, 0.17652633786201477, 0.03387212008237839, -0.10069034993648529, -0.08258368819952011, -0.042644016444683075, -0.028349651023745537, 0.09067685157060623, 0.0809129923582077, 0.04412577301263809, -0.03692879155278206, -0.20713353157043457, -0.047433555126190186, -0.01678481139242649, 0.11444450914859772, 0.017250554636120796, -0.13829480111598969, 0.036012161523103714, -0.038239359855651855, 0.005301277618855238, -0.021829312667250633, -0.04361490532755852, -0.12730754911899567, 0.05463389679789543, 0.03467812389135361, -0.1497236043214798, 0.0050888219848275185, 0.0023954403586685658, -0.09577194601297379, 0.01589108631014824, 0.029551001265645027, -0.04953934624791145, -0.19083721935749054, -0.007283664774149656, 0.11566563695669174, -0.006926361471414566, 0.07043202966451645, 0.015407422557473183, 0.046884696930646896, -0.07653802633285522, -0.27226540446281433, 0.056909509003162384, -0.07787143439054489, 0.1060563176870346, -0.07497335970401764, 0.12040875852108002, -0.02962215058505535, 0.017557227984070778, 0.0416107177734375, -0.0675698071718216, 0.049103617668151855, -0.06433018296957016, 0.0874699130654335, -0.19409160315990448, 0.05610451474785805, 0.1858832985162735, 0.09466232359409332, 0.050427164882421494, 0.09396481513977051, 0.010472290217876434, 0.1785164624452591, 0.09693225473165512, -0.10302301496267319, 0.18849192559719086, 0.014821721240878105, 0.007113252766430378, -0.20235957205295563, 0.004536303225904703, -0.04439461603760719, -0.06382521241903305, 0.03706156462430954, -0.15746133029460907, 0.03181592747569084, 0.10686997324228287, 0.0027331854216754436, 0.33995482325553894, -0.11512113362550735, -0.004613237921148539, 0.09877884387969971, 0.052558790892362595, 0.22984828054904938, -0.05831101909279823, -0.03372333571314812, -0.008018908090889454, -0.15579116344451904, 0.3047278821468353, -0.15686218440532684, -0.006343609653413296, 0.03814510628581047, -0.017252396792173386, -0.029403600841760635, -0.013212463818490505, 0.09638921171426773, 0.0385722815990448, 0.09804395586252213, -0.05385351926088333, 0.011858327314257622, 0.15053129196166992, 0.004756727255880833, 0.06212994083762169, 0.09631601721048355, 0.023330241441726685, -0.13391157984733582, 0.0019407197833061218, 0.01260629016906023, 0.04940986633300781, 0.04004564881324768, -0.08839978277683258, -0.06842625886201859, 0.03301674500107765, -0.06940074265003204, -0.06986844539642334, -0.06921808421611786, 0.050315942615270615, 0.08879762142896652, 0.1847553700208664, 0.046903569251298904, -0.08009915798902512, -0.06091754510998726, -0.08207710832357407, -0.07913221418857574, 0.03489312902092934, -0.13247326016426086, 0.07823655754327774, 0.0710364431142807, 0.006854558829218149, 0.054702188819646835, 0.06930236518383026, -0.052556898444890976, -0.025354662910103798, 0.16735275089740753, -0.1277022808790207, -0.042260073125362396, -0.034971337765455246, -0.22178563475608826, 0.06135747954249382, -0.0012145371874794364, 0.031112423166632652, 0.04525202140212059, 0.025700757279992104, -0.029995892196893692, -0.021336466073989868, -0.09670145809650421, 0.05876236408948898, 0.17888477444648743, 0.044283173978328705, -0.18191781640052795, 0.13809378445148468, 0.0610380694270134, -0.03363841027021408, -0.033686164766550064, 0.03557001054286957, -0.1164652481675148, -0.09476765245199203, 0.051142897456884384, 0.20502206683158875, -0.09610756486654282, -0.13917456567287445, 0.022142138332128525, -0.0840049609541893, 0.02865174412727356, 0.31279534101486206, 0.007806978654116392, 0.143895223736763, 0.04797816649079323, -0.03621372953057289, -0.02813492901623249, -0.02722584269940853, -0.07891765981912613, 0.03952614590525627, -0.11116020381450653, -0.00489241536706686, -0.07155152410268784, 0.24198293685913086, -0.09043349325656891, -0.04768455773591995, -0.0578668937087059, 0.026634765788912773, -0.07307533174753189, 0.0017282068729400635, 0.09428483992815018, 0.02298286370933056, 0.015492461621761322, -0.0217753779143095, 0.0068198395892977715, -0.0030773940961807966, -0.09292498975992203, 0.10749571770429611, 0.08396515995264053, -0.030926212668418884, -0.07546914368867874, -0.06922375410795212, 0.013591553084552288, 0.055896323174238205, 0.09580153971910477, 0.12462908774614334, 0.0058590322732925415, 0.0919015035033226, -0.018764019012451172, -0.13188228011131287, 0.0573815181851387, 0.10467498749494553, 0.10973826795816422, 0.03651276230812073, 0.04773357883095741, 0.047172266989946365, -0.0896410122513771, 0.07637185603380203, -0.06710818409919739, -0.044030942022800446, -0.01979338563978672, -0.20556016266345978, -0.07912743836641312, -0.011905333958566189, -0.05718096345663071, 0.17348922789096832, 0.07951289415359497, -0.019829925149679184, 0.058050960302352905, 0.028490470722317696, -0.08038898557424545, -0.11317721754312515, -0.0001472240110160783, -0.14130733907222748, -0.014624006114900112, 0.08077836036682129, 0.030867639929056168, -0.004251598846167326, 0.32119622826576233, 0.031042585149407387, -0.09559136629104614, -0.053751830011606216, -0.017674753442406654, 0.03927674517035484, -0.03528899699449539, 0.2314620167016983, 0.08514327555894852, -0.026461418718099594, -0.029244767501950264, 0.11757270246744156, -0.02193896658718586, 0.06604048609733582, 0.1442125141620636, -0.03436172381043434, -0.06156549230217934, -0.0562870167195797, 0.11585068702697754, -0.12154797464609146, 0.10347766429185867, -0.0851588249206543, -0.03828028216958046, 0.001290876418352127, 0.04266100004315376, -0.086860790848732, 0.017536744475364685, -0.08732790499925613, 0.09832502901554108, 0.05166778340935707, -0.10107015818357468, -0.11690889298915863, -0.11778966337442398, -0.04302901774644852, -0.1293015480041504, 0.006987815257161856, -0.08008967339992523, -0.026364972814917564, 0.15463779866695404, 0.0680028572678566, 0.003403393318876624, 0.04620426520705223, -0.0248593520373106, 0.04951879754662514, 0.062295470386743546, 0.010766291059553623, -0.0328819677233696, 0.005939326249063015, -0.08084025233983994, 0.027857545763254166, -0.037587396800518036, -0.04897420480847359, -0.0675140768289566, 0.1018248051404953, 0.05731182172894478, -0.10729595273733139, -0.0728275254368782, -0.05726718157529831, 0.018099263310432434, -0.06966332346200943, 0.008232515305280685, 0.0506337471306324, 0.07967441529035568, 0.023532304912805557, 0.05012001469731331, 0.048975538462400436, -0.025729389861226082, -0.09393828362226486, 0.03525837883353233, -0.06237199530005455, 0.10714615881443024, 0.0510106086730957, -0.07025649398565292, -0.0680559054017067, 0.17058981955051422, 0.24192635715007782, -0.03457722067832947, 0.04260710999369621, 0.06905779242515564, 0.029210206121206284, 0.0880068764090538, 0.23195621371269226, 0.029166335240006447, 0.06066756695508957, 0.0058522275649011135, -0.12624505162239075, -0.04403125122189522, 0.016124973073601723, -0.005895665381103754, 0.1244683787226677, 0.09178823977708817, -0.027495859190821648, -0.027354830875992775, 0.14591145515441895, -0.08149068802595139, 0.11809645593166351, 0.08650215715169907, -0.0652446523308754, -0.09917926043272018, -0.0815688893198967, -0.04602288454771042, -0.012622907757759094, -0.057086553424596786, -0.09487921744585037, 0.01777690462768078, -0.0033136787824332714, 0.010210064239799976, -0.32695117592811584, -0.17526724934577942, 0.007520677987486124, -0.10560666769742966, 0.04820704087615013, -0.043336424976587296, 0.12469986826181412, 0.015704385936260223, 0.05337083339691162, -0.004846701864153147, 0.04310155287384987, 0.009069224819540977, 0.061397142708301544, -0.05789158120751381, 0.03495540842413902, -0.03077750839293003, -0.08082853257656097, 0.01163316611200571, -0.08662789314985275, -0.03154897317290306, 0.07225651293992996, 0.007985548116266727, 0.016254041343927383, 0.0003421498113311827, -0.060446176677942276, 0.114823117852211, 0.06058816239237785, -0.007222651969641447, 0.02828926220536232, -0.061322033405303955, 0.03276610001921654, 0.05799015611410141, -0.023625949397683144, -0.05721723660826683, 0.04543738812208176, -0.11581677943468094, -0.03719919174909592, -0.020781496539711952, -0.005159151274710894, 0.03526352718472481, -0.14769312739372253, -0.004925847053527832, -0.030455652624368668, 0.09744037687778473, 0.0734444260597229, 0.051666028797626495, -0.025639289990067482, 0.07012716680765152, 0.0051195695996284485, 0.008958734571933746, -0.05895616486668587, -0.028191370889544487 ]
15127aa41c6f7d4462fcf085f142537a6a97d30d
# Dataset Card for "small-coco-wm" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
RIW/small-coco-wm
[ "region:us" ]
2023-02-08T13:26:46+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "caption", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "key", "dtype": "string"}, {"name": "status", "dtype": "string"}, {"name": "error_message", "dtype": "null"}, {"name": "width", "dtype": "int64"}, {"name": "height", "dtype": "int64"}, {"name": "original_width", "dtype": "int64"}, {"name": "original_height", "dtype": "int64"}, {"name": "exif", "dtype": "string"}, {"name": "sha256", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 881124899.597, "num_examples": 8879}, {"name": "test", "num_bytes": 1728419997.344, "num_examples": 19769}, {"name": "validation", "num_bytes": 854191310.724, "num_examples": 8836}], "download_size": 1933564702, "dataset_size": 3463736207.665}}
2023-02-11T15:59:56+00:00
[]
[]
TAGS #region-us
# Dataset Card for "small-coco-wm" More Information needed
[ "# Dataset Card for \"small-coco-wm\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"small-coco-wm\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"small-coco-wm\"\n\nMore Information needed" ]
[ -0.08406957983970642, 0.018816962838172913, -0.0012473679380491376, 0.017512064427137375, 0.06644409894943237, 0.04390865936875343, 0.03294675797224045, 0.06661389768123627, 0.038824111223220825, 0.01216127723455429, 0.10696510225534439, 0.03675892949104309, 0.038876693695783615, 0.14684143662452698, -0.04212262108922005, -0.03570179268717766, 0.0016608028672635555, 0.0599224828183651, -0.13417431712150574, 0.034486863762140274, 0.010337648913264275, -0.0721791461110115, 0.07930011302232742, -0.09379354119300842, -0.2339237928390503, 0.026246031746268272, -0.05991979315876961, -0.053284820169210434, -0.03932411968708038, -0.08440900593996048, 0.1204284057021141, 0.01493263803422451, 0.02466500736773014, -0.05663708969950676, 0.0007792672840878367, -0.06409480422735214, -0.0367509089410305, 0.039436180144548416, 0.03933998942375183, -0.091692715883255, -0.04246557503938675, -0.04744881018996239, -0.019362254068255424, 0.04929545894265175, -0.025204762816429138, -0.1528230458498001, -0.12082090973854065, -0.07100385427474976, -0.026782501488924026, -0.03500443696975708, 0.10724662244319916, 0.13082750141620636, -0.20646293461322784, -0.01832662895321846, 0.10671080648899078, -0.10231523215770721, 0.0886056125164032, 0.21646253764629364, 0.010133046656847, 0.056050725281238556, 0.026736192405223846, 0.07937721163034439, 0.11024268716573715, 0.0029303182382136583, -0.02699148841202259, 0.031052960082888603, -0.08141504973173141, 0.09310484677553177, -0.02504725195467472, -0.07560668140649796, 0.36370205879211426, -0.037600960582494736, 0.020179536193609238, 0.024723198264837265, -0.0009579567704349756, -0.08252471685409546, -0.027282239869236946, 0.10802226513624191, 0.04402117058634758, 0.049133747816085815, 0.028652235865592957, 0.10945510864257812, -0.05003673583269119, -0.08852919936180115, -0.1924981325864792, 0.21998083591461182, -0.0920439213514328, 0.12420769780874252, -0.20706552267074585, -0.0603129006922245, 0.06362408399581909, -0.06037536635994911, -0.004513347987085581, -0.07349269837141037, 0.1398506909608841, 0.022520730271935463, -0.012126471847295761, 0.1612510085105896, 0.179277241230011, -0.012177251279354095, 0.087994284927845, -0.06789954751729965, -0.02051924355328083, 0.09662041813135147, 0.12357986718416214, -0.084727443754673, -0.06155560910701752, 0.010289572179317474, 0.06321573257446289, -0.12094110995531082, 0.06386684626340866, -0.07548476755619049, -0.14172422885894775, 0.012592190876603127, -0.15790078043937683, 0.1730661541223526, 0.022022167220711708, -0.12607723474502563, -0.05341781675815582, -0.05762975662946701, 0.29300418496131897, -0.07188849151134491, 0.001412752317264676, 0.058056578040122986, -0.04866382107138634, 0.15961314737796783, -0.12323976308107376, -0.04658696427941322, 0.1105291023850441, 0.05546954646706581, -0.09563237428665161, -0.039718035608530045, -0.015781806781888008, -0.013608676381409168, 0.10770821571350098, -0.07773872464895248, 0.05888238549232483, -0.13879583775997162, -0.10666708648204803, 0.0564112588763237, -0.0944882407784462, -0.03519272804260254, 0.1254667490720749, 0.035551685839891434, -0.038836169987916946, -0.004472664557397366, 0.0316212996840477, 0.108055479824543, -0.07698143273591995, 0.020938966423273087, -0.04036324843764305, 0.12674124538898468, -0.10817182809114456, 0.00801899190992117, -0.049837421625852585, 0.003194351913407445, 0.0882083922624588, -0.02255861461162567, -0.13541367650032043, 0.17302989959716797, -0.04128026217222214, -0.016783706843852997, -0.1494406908750534, -0.03856653720140457, -0.09502419829368591, 0.09564819931983948, -0.16049201786518097, -0.08787579089403152, 0.18573492765426636, -0.0885109007358551, -0.10119500011205673, 0.007504934910684824, 0.015687473118305206, -0.027924897149205208, 0.01693517155945301, 0.2098209112882614, 0.023428287357091904, 0.043464209884405136, -0.03847680613398552, 0.17561233043670654, -0.1461213380098343, -0.27660393714904785, 0.13245084881782532, -0.004565402399748564, -0.24666394293308258, 0.00824317429214716, 0.0845886617898941, -0.022977082058787346, -0.047162823379039764, -0.07546056061983109, -0.007639266084879637, -0.14286763966083527, 0.1105213537812233, -0.016329539939761162, 0.05633877217769623, -0.015378321520984173, 0.13315747678279877, -0.07421182841062546, 0.09077510237693787, 0.012536190450191498, -0.06094653904438019, -0.107718326151371, 0.19509561359882355, -0.128544881939888, -0.02670743316411972, -0.07101578265428543, -0.0029365750961005688, 0.07745008170604706, 0.07554573565721512, -0.01240969356149435, 0.000490708218421787, 0.04007668420672417, -0.02992517687380314, 0.05364060774445534, 0.1497201770544052, 0.07129353284835815, 0.048913028091192245, 0.06310122460126877, -0.012719093821942806, -0.02832876704633236, -0.09193748980760574, 0.053520940244197845, -0.02520790882408619, -0.07651173323392868, 0.207410991191864, -0.017801698297262192, -0.01274261623620987, 0.033396393060684204, 0.08439236879348755, 0.02648225985467434, 0.030310479924082756, -0.029201362282037735, 0.019923456013202667, -0.004683511797338724, -0.042009688913822174, 0.0161522775888443, -0.12116531282663345, 0.1774148792028427, 0.13018490374088287, -0.006808591075241566, 0.07331687211990356, -0.08238139003515244, 0.04899798333644867, -0.009433652274310589, -0.0957857072353363, -0.007429712451994419, -0.06080133095383644, -0.12371736019849777, 0.07256408035755157, -0.10595779865980148, -0.017892146483063698, 0.02408556453883648, -0.011504332534968853, -0.06813091784715652, 0.03360544890165329, 0.08084643632173538, -0.1733996719121933, 0.11072281002998352, 0.20064488053321838, 0.1307845115661621, 0.09240388870239258, -0.08400475233793259, -0.014846442267298698, 0.01099538803100586, -0.03869164362549782, -0.00461732828989625, 0.07671285420656204, 0.027296004816889763, 0.02942272461950779, 0.08837001770734787, -0.020284399390220642, 0.12609632313251495, -0.06910296529531479, -0.09481371939182281, 0.05671209469437599, 0.000624695559963584, -0.13322009146213531, -0.0048813181929290295, -0.019862888380885124, 0.06929810345172882, 0.04395901784300804, 0.025488879531621933, 0.11661329865455627, 0.011995404958724976, -0.038409922271966934, 0.13897769153118134, -0.1833907812833786, -0.25787949562072754, -0.028388164937496185, -0.027558835223317146, 0.1024966910481453, 0.04695289582014084, -0.03949715197086334, -0.16570882499217987, -0.020776458084583282, 0.01325428020209074, -0.06528385728597641, -0.11041300743818283, -0.027433987706899643, 0.1105567067861557, 0.07142552733421326, -0.10848366469144821, -0.14369915425777435, 0.03144322708249092, 0.02159269154071808, 0.05582313984632492, 0.1249684989452362, -0.14858108758926392, 0.10080508142709732, 0.2128882259130478, -0.00221176422201097, 0.06301117688417435, -0.0021262732334434986, 0.03467695415019989, 0.01705624908208847, -0.04331844672560692, 0.1610996425151825, 0.03219331055879593, -0.025665603578090668, -0.04106573387980461, 0.0979342982172966, -0.13153521716594696, -0.0622495636343956, -0.1435108333826065, -0.218269944190979, -0.22536055743694305, -0.24377363920211792, -0.022173861041665077, 0.08154284209012985, 0.04715196415781975, 0.05260385945439339, -0.020654823631048203, 0.08687048405408859, 0.06960047036409378, 0.032973308116197586, -0.2038613110780716, -0.059869907796382904, -0.08423598855733871, 0.07543834298849106, -0.0041394601576030254, -0.1744028776884079, 0.010253499262034893, 0.13274338841438293, 0.17045487463474274, 0.12043377012014389, 0.08394244313240051, 0.20683890581130981, 0.03147390857338905, 0.08453676104545593, 0.19528749585151672, 0.15172387659549713, 0.029717573896050453, -0.05586843937635422, 0.010679559782147408, -0.04584137722849846, -0.05385412648320198, -0.06540678441524506, 0.0772145614027977, -0.12653087079524994, -0.0065684192813932896, -0.05740863457322121, 0.01252746768295765, -0.18569336831569672, -0.0018040008144453168, -0.1705714911222458, 0.04635511338710785, 0.044122014194726944, 0.1765265315771103, 0.005915540270507336, 0.06511081755161285, 0.15232619643211365, -0.006555985193699598, 0.014039963483810425, 0.06408293545246124, 0.04380040615797043, -0.03142911568284035, -0.031151847913861275, -0.030778147280216217, -0.01790704019367695, 0.09635522961616516, 0.11677586287260056, 0.04516955092549324, 0.16496700048446655, 0.020176498219370842, -0.06531231105327606, -0.19627262651920319, -0.045724961906671524, 0.010802937671542168, 0.021565092727541924, 0.08673757314682007, 0.07013587653636932, -0.14182472229003906, -0.14846159517765045, -0.12323998659849167, -0.00158588751219213, 0.11820219457149506, -0.00039660377660766244, -0.08568661659955978, 0.04082746058702469, -0.024239035323262215, -0.03800754249095917, -0.20867279171943665, -0.018170038238167763, -0.1237979605793953, 0.03821323812007904, 0.028981687501072884, -0.18512336909770966, 0.0036079511046409607, -0.028744235634803772, -0.160971537232399, 0.07297500222921371, 0.009632195346057415, -0.06185545399785042, -0.058166973292827606, -0.07088550180196762, 0.09590215981006622, 0.0046218628995120525, 0.04090793430805206, 0.03855687752366066, 0.04044695198535919, -0.035480111837387085, -0.21798332035541534, 0.08904799818992615, -0.09232062101364136, -0.004482307005673647, -0.03214025869965553, 0.10892193764448166, -0.053393248468637466, 0.07622123509645462, 0.05070299655199051, -0.012365058995783329, 0.006469976622611284, -0.11144550889730453, 0.05699121952056885, 0.09369845688343048, 0.09361095726490021, 0.24937480688095093, 0.0319090262055397, 0.06706763803958893, 0.11691231280565262, -0.000008513529792253394, 0.26122310757637024, 0.09864736348390579, -0.140113964676857, 0.20937679708003998, 0.08274079859256744, -0.031196478754281998, -0.3438069522380829, -0.02018085867166519, -0.17714542150497437, -0.029644450172781944, 0.028762295842170715, -0.16643084585666656, 0.20753997564315796, 0.16701975464820862, -0.02326262928545475, 0.2530389726161957, -0.28042352199554443, 0.04527965188026428, 0.021124711260199547, 0.00007213707431219518, 0.37536489963531494, -0.10501271486282349, -0.09584996104240417, -0.11353418231010437, -0.14281168580055237, 0.20455564558506012, -0.12936154007911682, 0.03221781551837921, -0.03706829994916916, 0.016459710896015167, -0.02187781035900116, -0.06983579695224762, 0.2273327112197876, 0.013614255003631115, 0.01890668086707592, -0.06434089690446854, -0.0912727415561676, 0.16274335980415344, -0.0014632189413532615, 0.016953222453594208, -0.061762358993291855, 0.034934841096401215, -0.05341300740838051, 0.0009547218214720488, 0.01324350107461214, 0.0560929961502552, 0.015626827254891396, -0.02698007971048355, -0.1431727409362793, -0.04582503065466881, -0.08544126898050308, -0.04820976033806801, -0.055827636271715164, 0.01199320424348116, -0.017581447958946228, 0.02513199858367443, 0.12801793217658997, -0.18343175947666168, 0.052704937756061554, -0.09164153784513474, -0.07222604006528854, 0.088344044983387, -0.2730720341205597, 0.06552473455667496, 0.08872819691896439, 0.06010802090167999, -0.06298962235450745, 0.09468597173690796, 0.013008496724069118, -0.0019829978700727224, 0.14910563826560974, -0.02688024193048477, 0.03791040927171707, 0.02468264102935791, 0.07214031368494034, 0.005645209923386574, 0.024657845497131348, -0.022508498281240463, 0.05747310444712639, -0.05164310708642006, -0.04090476036071777, 0.05374768748879433, -0.09199649095535278, 0.06926851719617844, 0.1376059353351593, 0.06755384802818298, -0.20828735828399658, 0.18320849537849426, 0.01817155070602894, -0.04124011844396591, -0.04773494228720665, 0.00899778213351965, -0.07677512615919113, -0.10947612673044205, 0.024814508855342865, 0.1249290332198143, 0.005445469170808792, -0.08527890592813492, 0.021057354286313057, -0.14932215213775635, 0.014408832415938377, 0.1130562350153923, 0.08974521607160568, 0.14059266448020935, 0.003843790851533413, -0.05471125245094299, -0.09514499455690384, -0.09096361696720123, -0.10205846279859543, 0.04555792734026909, -0.0797441154718399, -0.09004030376672745, -0.06451927125453949, 0.20060139894485474, -0.07603783905506134, -0.05275117978453636, -0.05236886069178581, 0.031425707042217255, -0.11365890502929688, 0.14037983119487762, -0.05656803026795387, 0.01470580231398344, -0.011692844331264496, 0.13572393357753754, -0.015783317387104034, 0.020123913884162903, -0.1061486154794693, 0.09990868717432022, -0.02128617838025093, 0.026039453223347664, 0.08041883260011673, 0.021317584440112114, 0.06789452582597733, 0.015418785624206066, 0.0794934555888176, 0.07114110887050629, -0.007070858031511307, 0.030718151479959488, -0.06694982200860977, -0.14823101460933685, 0.09407096356153488, 0.06898096948862076, 0.07378203421831131, 0.01606292836368084, 0.025104893371462822, 0.07209872454404831, -0.05863210931420326, 0.06085946783423424, 0.07641764730215073, -0.08816266804933548, 0.011415749788284302, -0.1585823893547058, -0.036007367074489594, 0.004611500538885593, -0.13944953680038452, 0.18853813409805298, -0.05430658534169197, -0.024121835827827454, 0.09967757761478424, 0.04772178456187248, 0.024387257173657417, -0.07296255230903625, -0.0790952667593956, -0.16284148395061493, -0.1532302051782608, 0.14819443225860596, 0.06085605174303055, 0.010908174328505993, 0.464708536863327, -0.04384826868772507, -0.19432662427425385, -0.06974153220653534, 0.14377087354660034, 0.13915839791297913, 0.004742333199828863, 0.3863139748573303, 0.08710883557796478, -0.02111227437853813, -0.053074970841407776, 0.04523884877562523, 0.015668191015720367, 0.058974552899599075, 0.12940247356891632, 0.1465480625629425, 0.03010675683617592, 0.0010771161178126931, 0.04362127184867859, -0.08199144899845123, -0.03953605145215988, -0.05606217682361603, -0.010944557376205921, 0.029893694445490837, 0.05750921368598938, -0.2580510973930359, 0.041437070816755295, -0.008998635224997997, -0.001866146340034902, -0.049304503947496414, -0.035035453736782074, -0.10010968148708344, -0.09819789975881577, -0.06731869280338287, -0.08444450795650482, 0.017015909776091576, -0.050678711384534836, -0.08508706092834473, 0.25742995738983154, -0.0076220352202653885, 0.025738587602972984, 0.06846384704113007, -0.21545201539993286, 0.06566188484430313, 0.010851575061678886, -0.05128307640552521, -0.06971858441829681, 0.004804340656846762, -0.07219674438238144, 0.0009787601884454489, -0.029896223917603493, -0.012633566744625568, 0.0036062244325876236, 0.0894920751452446, 0.012331834994256496, -0.1504487693309784, -0.05995786190032959, -0.07423096150159836, 0.01667511649429798, -0.09253918379545212, 0.06186700612306595, 0.0208379365503788, -0.01657385565340519, 0.06411045789718628, -0.011682472191751003, -0.00039887428283691406, -0.08575589209794998, -0.0016118558123707771, -0.09323778003454208, -0.07127156108617783, 0.06768018007278442, 0.0049971360713243484, 0.008319334127008915, -0.053743284195661545, 0.2534843981266022, 0.29205888509750366, -0.0017622808227315545, 0.03822837024927139, 0.005690942984074354, 0.022394701838493347, 0.009342278353869915, 0.22779083251953125, 0.03126728907227516, 0.10402891039848328, -0.04549434036016464, -0.22332018613815308, -0.06934576481580734, -0.01728186383843422, -0.17773322761058807, -0.018496792763471603, 0.007485278882086277, -0.11735211312770844, -0.04823875427246094, 0.08980618417263031, -0.13544248044490814, 0.2869214415550232, 0.13221557438373566, -0.08909144252538681, -0.07293978333473206, -0.02742645889520645, 0.07782372832298279, 0.03468746319413185, 0.026590021327137947, -0.07241664826869965, -0.051927611231803894, -0.06268171221017838, 0.013345223851501942, -0.3553633987903595, -0.012852565385401249, -0.029604364186525345, -0.009099746122956276, 0.11866308003664017, 0.00965115986764431, 0.07583165913820267, 0.03964707627892494, 0.1003325954079628, -0.172224223613739, 0.065657839179039, 0.029038818553090096, 0.03659578785300255, 0.03929510712623596, 0.028215160593390465, -0.05060097947716713, -0.06709838658571243, 0.019176796078681946, -0.0442049577832222, -0.0340125635266304, 0.188075989484787, 0.11697319149971008, 0.014947440475225449, -0.08404665440320969, -0.07160279899835587, 0.10696345567703247, -0.0018418199615553021, -0.036339469254016876, -0.07157527655363083, 0.046173468232154846, 0.06866878271102905, 0.008896329440176487, -0.08628135174512863, -0.1033434346318245, -0.07774441689252853, -0.11007136106491089, 0.05386313423514366, 0.05712170898914337, -0.013337373733520508, 0.05459825322031975, -0.12008064985275269, 0.004487911704927683, -0.05154181271791458, 0.013928341679275036, 0.15941928327083588, 0.030256589874625206, -0.020230460911989212, 0.031146928668022156, 0.022638626396656036, 0.016053438186645508, -0.07060012221336365, -0.09969118237495422 ]
1222e093b5f32dc9f62fafd54af16d2077893442
# Dataset Card for AutoTrain Evaluator This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset: * Task: Summarization * Model: ell-hol/mT5-OrangeSum * Dataset: orange_sum * Config: abstract * Split: validation To run new evaluation jobs, visit Hugging Face's [automatic model evaluator](https://huggingface.co/spaces/autoevaluate/model-evaluator). ## Contributions Thanks to [@ell-hol](https://huggingface.co/ell-hol) for evaluating this model.
autoevaluate/autoeval-eval-orange_sum-abstract-68b9ca-3347592353
[ "autotrain", "evaluation", "region:us" ]
2023-02-08T14:10:05+00:00
{"type": "predictions", "tags": ["autotrain", "evaluation"], "datasets": ["orange_sum"], "eval_info": {"task": "summarization", "model": "ell-hol/mT5-OrangeSum", "metrics": ["bertscore", "sacrebleu"], "dataset_name": "orange_sum", "dataset_config": "abstract", "dataset_split": "validation", "col_mapping": {"text": "text", "target": "summary"}}}
2023-02-08T14:17:47+00:00
[]
[]
TAGS #autotrain #evaluation #region-us
# Dataset Card for AutoTrain Evaluator This repository contains model predictions generated by AutoTrain for the following task and dataset: * Task: Summarization * Model: ell-hol/mT5-OrangeSum * Dataset: orange_sum * Config: abstract * Split: validation To run new evaluation jobs, visit Hugging Face's automatic model evaluator. ## Contributions Thanks to @ell-hol for evaluating this model.
[ "# Dataset Card for AutoTrain Evaluator\n\nThis repository contains model predictions generated by AutoTrain for the following task and dataset:\n\n* Task: Summarization\n* Model: ell-hol/mT5-OrangeSum\n* Dataset: orange_sum\n* Config: abstract\n* Split: validation\n\nTo run new evaluation jobs, visit Hugging Face's automatic model evaluator.", "## Contributions\n\nThanks to @ell-hol for evaluating this model." ]
[ "TAGS\n#autotrain #evaluation #region-us \n", "# Dataset Card for AutoTrain Evaluator\n\nThis repository contains model predictions generated by AutoTrain for the following task and dataset:\n\n* Task: Summarization\n* Model: ell-hol/mT5-OrangeSum\n* Dataset: orange_sum\n* Config: abstract\n* Split: validation\n\nTo run new evaluation jobs, visit Hugging Face's automatic model evaluator.", "## Contributions\n\nThanks to @ell-hol for evaluating this model." ]
[ 13, 89, 16 ]
[ "passage: TAGS\n#autotrain #evaluation #region-us \n# Dataset Card for AutoTrain Evaluator\n\nThis repository contains model predictions generated by AutoTrain for the following task and dataset:\n\n* Task: Summarization\n* Model: ell-hol/mT5-OrangeSum\n* Dataset: orange_sum\n* Config: abstract\n* Split: validation\n\nTo run new evaluation jobs, visit Hugging Face's automatic model evaluator.## Contributions\n\nThanks to @ell-hol for evaluating this model." ]
[ -0.08744601160287857, 0.1049095019698143, 0.0023456704802811146, 0.06264977157115936, 0.16130201518535614, 0.029533594846725464, 0.1328650414943695, 0.053254384547472, 0.05427165701985359, -0.034478750079870224, 0.12572386860847473, 0.1333751529455185, 0.03951219469308853, 0.2614579200744629, -0.06544900685548782, -0.17241023480892181, -0.02679128758609295, -0.04997364431619644, 0.08710423111915588, 0.07149065285921097, 0.09423427283763885, -0.05521124228835106, 0.14335758984088898, 0.03371862322092056, -0.22945702075958252, 0.07193104922771454, 0.012423650361597538, -0.0966116338968277, 0.11883412301540375, 0.07843565940856934, 0.08645626902580261, 0.009220980107784271, 0.05952470749616623, -0.062264714390039444, 0.016011757776141167, -0.015840686857700348, -0.014666411094367504, 0.07652314752340317, 0.11533109843730927, -0.052613917738199234, 0.10017578303813934, 0.0897533968091011, 0.09015948325395584, 0.04772118851542473, -0.09591201692819595, -0.06640449911355972, -0.07282871007919312, -0.06955939531326294, 0.09213826060295105, 0.021495619788765907, -0.019810017198324203, 0.31040653586387634, -0.21555829048156738, 0.08189758658409119, -0.09329909086227417, -0.11695442348718643, 0.01137455366551876, 0.08127041161060333, -0.028937801718711853, 0.03212229162454605, -0.07276264578104019, 0.005638384725898504, 0.11520461738109589, -0.0003531182592269033, 0.012723582796752453, -0.0643237754702568, -0.17063981294631958, 0.044471997767686844, -0.08792049437761307, -0.00970315933227539, 0.39422866702079773, -0.01351482979953289, -0.05622538924217224, 0.016296476125717163, 0.008818473666906357, -0.017292916774749756, 0.055940959602594376, -0.04753948003053665, -0.00949300266802311, -0.015128680504858494, 0.015441324561834335, 0.08315957337617874, -0.1165105402469635, -0.03233904391527176, -0.1399800181388855, 0.10159910470247269, -0.011321782134473324, 0.05459363013505936, -0.0667930394411087, 0.10735999047756195, -0.09115108847618103, -0.1137939915060997, 0.04332558065652847, -0.0775899887084961, -0.11763565242290497, -0.09375093132257462, 0.0010771872475743294, -0.11503897607326508, 0.01757938601076603, 0.1421096920967102, 0.15511615574359894, 0.020494522526860237, -0.05161862075328827, 0.06844780594110489, 0.16277149319648743, 0.13825927674770355, 0.018251094967126846, -0.11762393265962601, 0.004498856142163277, -0.050758663564920425, -0.009338367730379105, -0.06011737883090973, -0.1407632976770401, 0.0952150970697403, -0.0096919359639287, 0.06690443307161331, -0.017833562567830086, -0.034505970776081085, -0.12214875221252441, -0.022739773616194725, 0.08415451645851135, -0.04827449098229408, 0.047470975667238235, -0.05306374281644821, -0.1184343695640564, -0.07155515253543854, 0.013678127899765968, 0.10360074043273926, 0.042830243706703186, 0.11735053360462189, -0.17830541729927063, -0.021326819434762, -0.07378743588924408, -0.07868223637342453, 0.006601620465517044, -0.0313505083322525, 0.11696434766054153, -0.17634855210781097, -0.19904614984989166, -0.041090548038482666, -0.004900265485048294, -0.07266993075609207, -0.04589083045721054, -0.016380073502659798, 0.05976796895265579, 0.004712230991572142, -0.013737678527832031, 0.11086731404066086, -0.05541377514600754, 0.027292169630527496, 0.04512081295251846, 0.0113550815731287, -0.13140983879566193, 0.0494585856795311, -0.18455591797828674, -0.0009692716994322836, -0.08221098780632019, -0.007130845915526152, -0.041977234184741974, 0.2165074646472931, -0.07293932884931564, 0.028268614783883095, 0.08041852712631226, 0.06751229614019394, 0.04085618257522583, 0.12866491079330444, -0.14108896255493164, -0.04410642758011818, -0.04312104359269142, -0.12230004370212555, -0.15324661135673523, 0.08863785117864609, -0.04297369718551636, 0.17416304349899292, 0.05851130932569504, 0.16970062255859375, 0.06489444524049759, -0.036179427057504654, 0.04268907010555267, -0.015514357946813107, -0.12944243848323822, -0.12469246983528137, 0.08344601094722748, 0.06635572016239166, -0.2679978311061859, 0.0447455570101738, 0.12395161390304565, 0.08377744257450104, -0.05879940092563629, -0.05344974622130394, -0.006048937328159809, -0.061696190387010574, -0.08024559170007706, 0.00018118854495696723, 0.07407599687576294, -0.08592303097248077, -0.01173205953091383, -0.028012603521347046, 0.13280056416988373, 0.09891936182975769, -0.09984523802995682, -0.09470248222351074, 0.0534924753010273, -0.12766313552856445, -0.026768291369080544, -0.09962785243988037, -0.04680968075990677, 0.024061599746346474, 0.05814129114151001, 0.04389839991927147, 0.15749157965183258, -0.0031778530683368444, 0.06142720952630043, 0.05583922564983368, -0.035294774919748306, 0.13220258057117462, 0.022479159757494926, -0.09831182658672333, -0.11575467884540558, 0.08535530418157578, -0.08184114843606949, 0.07189013808965683, -0.15993130207061768, -0.043682780116796494, -0.0564257949590683, 0.06475471705198288, 0.05479487031698227, 0.04222219064831734, -0.024568522348999977, 0.04800143465399742, -0.11524268239736557, -0.01258224155753851, -0.015989674255251884, 0.00759543851017952, -0.05132327601313591, 0.08977387845516205, -0.17698708176612854, 0.1615992784500122, 0.11277195066213608, 0.034228235483169556, -0.07105951756238937, -0.08073823899030685, -0.046102069318294525, -0.059812676161527634, -0.03423798456788063, 0.0019451504340395331, 0.02468855120241642, -0.0409742072224617, 0.11967969685792923, -0.006252335384488106, 0.008907750248908997, 0.02042519673705101, -0.08250270038843155, -0.06110002100467682, 0.09090348333120346, 0.1666771024465561, -0.19926714897155762, 0.1297987848520279, 0.09092696756124496, -0.03733714669942856, 0.08774134516716003, 0.053163010627031326, -0.05620121583342552, -0.05039064958691597, -0.10870292037725449, -0.0038235350511968136, 0.10259238630533218, -0.039123840630054474, 0.008391848765313625, 0.0764981359243393, -0.027658700942993164, 0.0403091236948967, -0.09858086705207825, -0.05702750384807587, 0.011452161706984043, 0.1596924513578415, -0.0178606528788805, 0.051147375255823135, -0.03401012718677521, 0.07297826558351517, -0.04123804718255997, -0.1330224573612213, 0.048138655722141266, 0.038233380764722824, -0.0685756728053093, 0.157381072640419, -0.09243542701005936, -0.2867797017097473, -0.211907759308815, -0.12040450423955917, -0.029561130329966545, 0.05088132992386818, 0.08042295277118683, -0.06512799113988876, -0.14235463738441467, -0.04305032268166542, 0.02586762234568596, -0.04737771674990654, -0.020024336874485016, -0.09363707900047302, -0.005648021120578051, -0.02994202822446823, -0.09004812687635422, -0.052366953343153, 0.009997773915529251, 0.026924900710582733, 0.14710752665996552, -0.055584024637937546, 0.1234477162361145, 0.1597605049610138, 0.03887702524662018, 0.014111462980508804, -0.01585160382091999, 0.1420101821422577, -0.08023836463689804, -0.03805045783519745, 0.10376492887735367, -0.07223747670650482, 0.02500140108168125, 0.14879831671714783, -0.010673657059669495, -0.12104607373476028, 0.08590603619813919, -0.028770823031663895, -0.06296269595623016, -0.1966738998889923, -0.13040851056575775, -0.014469198882579803, 0.1200152188539505, 0.05216904729604721, 0.05084687098860741, 0.15217171609401703, 0.1436304897069931, 0.10623345524072647, 0.05718123912811279, -0.1885027438402176, 0.05101064220070839, -0.01362102571874857, -0.060853905975818634, 0.11140613257884979, -0.07067006826400757, -0.09948192536830902, 0.16014304757118225, 0.011898980475962162, 0.12368004769086838, 0.11660733073949814, -0.00909796729683876, 0.02896384336054325, 0.03582598641514778, 0.06682248413562775, 0.10004197806119919, 0.07465778291225433, -0.03654744103550911, -0.0516563281416893, 0.013285906054079533, -0.11104413121938705, 0.1513378620147705, 0.11533981561660767, -0.013441215269267559, -0.07498227059841156, 0.08091390132904053, 0.017044587060809135, -0.02935565821826458, 0.03301336616277695, -0.36803141236305237, 0.04912222921848297, 0.062334731221199036, -0.011751459911465645, -0.10703136771917343, 0.008701149374246597, 0.02511010132730007, -0.10311693698167801, -0.03391910344362259, 0.02187458612024784, 0.0788760855793953, -0.03141891583800316, 0.007929100655019283, -0.08811028301715851, 0.06581445038318634, -0.06184488162398338, 0.15084026753902435, -0.26066622138023376, 0.1587548851966858, 0.010107064619660378, -0.03974716365337372, -0.10472159832715988, -0.009563849307596684, 0.03807433694601059, 0.09027236700057983, 0.09739354997873306, -0.020393719896674156, -0.09688998758792877, -0.21860381960868835, -0.14993830025196075, 0.002160611329600215, -0.030290750786662102, -0.09736153483390808, -0.0012148832902312279, -0.018768206238746643, 0.052827827632427216, -0.01574697531759739, -0.04540994018316269, -0.052843641489744186, -0.059594519436359406, 0.012063353322446346, 0.023535115644335747, 0.04557807371020317, -0.0016362438909709454, -0.0867270678281784, -0.0052680037915706635, 0.1166161447763443, 0.13014015555381775, 0.016275916248559952, -0.16348737478256226, 0.08796759694814682, 0.07439252734184265, -0.05913989618420601, -0.03517846018075943, -0.0122139947488904, 0.06443127244710922, -0.0018316208152100444, -0.028766535222530365, 0.13347849249839783, -0.10020133852958679, -0.015399359166622162, -0.12032260000705719, 0.03605625778436661, -0.0006243581883609295, 0.044612593948841095, 0.00546563696116209, -0.0026211354415863752, -0.09853582829236984, -0.06743350625038147, 0.05120877921581268, -0.050841253250837326, 0.06896694749593735, 0.10290995985269547, 0.010190578177571297, -0.05933906510472298, -0.017517853528261185, -0.10450197756290436, 0.17147451639175415, 0.15763230621814728, -0.020658817142248154, 0.06254571676254272, 0.11683647334575653, -0.08054125308990479, -0.20797958970069885, 0.016241535544395447, -0.012128131464123726, 0.08310273289680481, 0.16771982610225677, -0.10413813591003418, 0.11804627627134323, 0.07156447321176529, -0.03762756288051605, 0.11325539648532867, -0.10293599218130112, -0.08302779495716095, 0.2608662545681, 0.040397610515356064, 0.2257661372423172, -0.10892745852470398, -0.0327778197824955, -0.10981880873441696, 0.001838482217863202, 0.084170401096344, -0.004861089400947094, 0.057159412652254105, -0.03544047474861145, 0.12054366618394852, 0.05784685164690018, -0.046854905784130096, 0.15621009469032288, 0.030500425025820732, 0.13216976821422577, -0.12664417922496796, -0.06468050926923752, -0.009376774542033672, -0.056957826018333435, 0.10626492649316788, -0.012349702417850494, 0.014012148603796959, -0.21650463342666626, -0.048974063247442245, 0.0452626496553421, 0.11946280300617218, 0.013954546302556992, -0.09716803580522537, -0.046597350388765335, 0.038995131850242615, -0.08532936125993729, -0.05475151538848877, 0.05533406883478165, 0.028279846534132957, -0.03510930389165878, 0.08846735209226608, 0.06400338560342789, -0.04903451353311539, -0.030488768592476845, -0.02306022122502327, -0.030653050169348717, 0.07638086378574371, -0.16820529103279114, 0.04756059870123863, 0.1196606382727623, -0.05119778960943222, 0.17567995190620422, 0.006811294239014387, -0.07215917855501175, 0.03081626258790493, 0.1637994647026062, -0.13208305835723877, 0.1219000294804573, -0.09023121744394302, 0.13875919580459595, 0.03342907130718231, -0.04330895096063614, 0.0820695012807846, -0.020070377737283707, -0.010684778913855553, 0.006758696399629116, 0.03693361207842827, -0.010939989238977432, 0.14763174951076508, 0.05404204502701759, 0.011589854024350643, -0.12751822173595428, 0.07751652598381042, 0.10543184727430344, -0.03552113473415375, 0.024940377101302147, -0.005724946036934853, -0.04474024102091789, -0.0898807942867279, 0.021231213584542274, 0.3256296217441559, -0.17091740667819977, -0.12349621951580048, -0.04980088770389557, -0.08465337008237839, 0.0008939657127484679, 0.02137119136750698, 0.10413642227649689, 0.05588104575872421, -0.02518603205680847, -0.09360972046852112, -0.11240093410015106, 0.06435976922512054, 0.06221916899085045, 0.04665336757898331, -0.1500229686498642, -0.008989025838673115, 0.002680398989468813, 0.0800861194729805, -0.07496314495801926, -0.08035780489444733, -0.15253281593322754, -0.00011595435353228822, -0.07715941965579987, -0.0017177275149151683, 0.015617035329341888, 0.016221879050135612, 0.07864096015691757, -0.060972847044467926, -0.050694603472948074, -0.006679386831820011, -0.11876369267702103, 0.05484795942902565, 0.042666397988796234, 0.12943048775196075, 0.012601190246641636, -0.04986690357327461, 0.06663530319929123, 0.013946272432804108, 0.049801673740148544, 0.011215184815227985, 0.02878992073237896, 0.04574436694383621, -0.034734778106212616, 0.03412972390651703, 0.10582995414733887, 0.014582967385649681, 0.10608688741922379, -0.0892445519566536, -0.005791058298200369, 0.07889688014984131, 0.0009237120975740254, -0.008661136962473392, 0.02488347701728344, -0.14817868173122406, -0.011791988275945187, 0.02771941013634205, -0.2001493275165558, -0.026998791843652725, -0.061059676110744476, 0.019467027857899666, 0.055420007556676865, 0.15601801872253418, 0.027210360392928123, 0.022730372846126556, -0.05619572475552559, -0.001084925839677453, -0.02429242432117462, -0.04379534348845482, -0.0198653656989336, -0.05163174122571945, 0.014482686296105385, 0.006116514094173908, 0.23985914885997772, 0.16578219830989838, 0.058174699544906616, -0.013762427493929863, 0.16202901303768158, 0.038517650216817856, -0.02032892219722271, 0.05149741843342781, 0.05913074314594269, 0.04800289869308472, -0.05644897371530533, 0.09470376372337341, 0.11272485554218292, -0.1129632368683815, 0.036678165197372437, -0.09541796892881393, -0.027226807549595833, 0.029947472736239433, 0.03687869757413864, -0.12169113755226135, -0.0793347954750061, -0.11388488858938217, -0.07160751521587372, 0.0162097979336977, 0.028418295085430145, 0.0010356089333072305, 0.09474141895771027, 0.016818029806017876, -0.00872020237147808, -0.007333738263696432, -0.04869557544589043, -0.10742697864770889, -0.057688940316438675, -0.11872229725122452, -0.10310991108417511, 0.026613036170601845, -0.03493824228644371, -0.025783756747841835, 0.12907423079013824, 0.02941272407770157, -0.09111697226762772, 0.07116742432117462, -0.13907164335250854, -0.0057465932331979275, -0.05217183753848076, -0.03997943550348282, -0.059132691472768784, -0.1297830194234848, 0.03239256888628006, -0.0804528072476387, 0.07109519839286804, -0.006760642863810062, -0.010421707294881344, -0.004277355968952179, 0.030720233917236328, -0.06997387111186981, -0.05840682238340378, -0.07240552455186844, -0.019595246762037277, -0.06045503541827202, -0.0195639505982399, 0.01904034987092018, 0.08572471141815186, 0.01836608350276947, 0.1652611941099167, 0.0006045362097211182, 0.027351781725883484, -0.12068266421556473, 0.2824331223964691, 0.010688195936381817, 0.048727359622716904, -0.03468867763876915, -0.09121378511190414, -0.01954679749906063, 0.17146772146224976, 0.14864709973335266, -0.047523412853479385, -0.06412462145090103, -0.06024949252605438, 0.005585714243352413, -0.07522241771221161, 0.11452756077051163, -0.002202095929533243, 0.10206680744886398, -0.031063662841916084, 0.062023453414440155, -0.06656549125909805, -0.048386815935373306, 0.0772523358464241, 0.028192900121212006, 0.05458999052643776, 0.004785854369401932, -0.0814637541770935, 0.08652491122484207, -0.07367740571498871, 0.07329097390174866, 0.012904943898320198, -0.07654208689928055, -0.09831150621175766, 0.034665729850530624, 0.13528482615947723, -0.005007097963243723, 0.07058167457580566, -0.06976437568664551, -0.04039086401462555, -0.016759129241108894, -0.047731913626194, -0.21886000037193298, -0.13247451186180115, 0.07962057739496231, -0.06133120879530907, 0.1882859319448471, -0.04548654705286026, 0.10409387201070786, 0.0543193556368351, 0.00044879026245325804, -0.11535805463790894, 0.08015463501214981, -0.023657267913222313, -0.027986980974674225, 0.11172202229499817, 0.05459824949502945, 0.020833786576986313, 0.04903770238161087, 0.0033630423713475466, -0.0840059295296669, -0.010630493052303791, -0.14540934562683105, 0.016583187505602837, -0.023546993732452393, 0.03846463933587074, -0.07266251742839813, 0.12950357794761658, 0.053011830896139145, -0.01842273771762848, -0.0018820816185325384, -0.06083047389984131, 0.12290273606777191, -0.01206495426595211, -0.05504912510514259, -0.01095993909984827, -0.1501310020685196, -0.00449476158246398, 0.006855159066617489, -0.026603059843182564, -0.24932761490345, -0.001278320443816483, -0.16620753705501556, -0.04607119783759117, -0.040974605828523636, 0.05532819777727127, 0.11600010842084885, 0.04816991835832596, -0.07616176456212997, -0.14677263796329498, 0.02832186408340931, 0.04368940368294716, -0.04031951725482941, -0.1263660341501236 ]
8fe9fc8d2e5ce77f7d859e2323c2d104b9eea724
# Dataset Card for Model Card Dataset Mentions ## 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]
librarian-bots/model_card_dataset_mentions
[ "task_categories:text-classification", "size_categories:n<1K", "language:en", "license:mit", "model cards", "metadata", "region:us" ]
2023-02-08T14:45:16+00:00
{"language": ["en"], "license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-classification"], "pretty_name": "Model Card Dataset Mentions", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "dataset_mention", "1": "no_dataset_mention"}}}}], "splits": [{"name": "train", "num_bytes": 58112, "num_examples": 297}], "download_size": 19321, "dataset_size": 58112}, "tags": ["model cards", "metadata"]}
2023-06-30T14:09:18+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-n<1K #language-English #license-mit #model cards #metadata #region-us
# Dataset Card for Model Card Dataset Mentions ## 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 Model Card Dataset Mentions", "## 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#task_categories-text-classification #size_categories-n<1K #language-English #license-mit #model cards #metadata #region-us \n", "# Dataset Card for Model Card Dataset Mentions", "## 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" ]
[ 42, 11, 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#task_categories-text-classification #size_categories-n<1K #language-English #license-mit #model cards #metadata #region-us \n# Dataset Card for Model Card Dataset Mentions## 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.03876817598938942, 0.26669326424598694, -0.0025899556931108236, 0.03504418581724167, 0.07662507891654968, 0.03707681968808174, 0.09726332873106003, 0.1266477108001709, -0.012105966918170452, 0.11116264015436172, 0.061292581260204315, 0.12575885653495789, 0.1802721470594406, 0.16181515157222748, -0.03953883424401283, -0.21998432278633118, 0.022104628384113312, -0.0305207297205925, -0.0038218204863369465, 0.12198794633150101, 0.1506456583738327, -0.11213308572769165, 0.09998386353254318, -0.04501304402947426, -0.08622581511735916, -0.0031657149083912373, -0.07563074678182602, -0.0435812845826149, 0.028692826628684998, 0.0829593613743782, 0.047562867403030396, 0.04636324942111969, 0.06835097074508667, -0.2567392587661743, 0.04005753993988037, 0.034327756613492966, 0.02907613106071949, 0.07569169998168945, 0.09476976096630096, -0.12173410505056381, 0.09666278213262558, -0.10233765840530396, 0.09557376801967621, 0.08526767790317535, -0.13031205534934998, -0.20263563096523285, -0.16728949546813965, 0.06134585663676262, 0.07605911046266556, -0.002593711484223604, -0.06696555018424988, 0.05766172707080841, -0.10543841868638992, 0.032934773713350296, 0.10329688340425491, -0.07170628011226654, -0.039602842181921005, 0.09313468635082245, -0.008611463010311127, 0.04664216563105583, -0.10052170604467392, 0.03157108277082443, 0.031291376799345016, 0.025350240990519524, 0.05464852973818779, -0.03306186571717262, 0.01955937221646309, 0.047219377011060715, -0.14110450446605682, -0.08226212114095688, 0.16458196938037872, 0.03187693655490875, 0.010066080838441849, -0.2179311364889145, 0.02133575826883316, 0.025540100410580635, -0.03323214128613472, 0.029737653210759163, 0.01888510398566723, -0.046471767127513885, 0.11309922486543655, -0.03310655802488327, -0.039600007236003876, -0.03249033913016319, 0.031216630712151527, -0.02895793877542019, 0.032929785549640656, 0.022315125912427902, 0.016057120636105537, 0.04553975164890289, 0.0197517741471529, -0.1180436834692955, -0.03603484109044075, -0.07827451825141907, -0.10696969926357269, -0.026512127369642258, 0.10391627252101898, 0.054426755756139755, 0.09085918962955475, 0.1334197223186493, -0.07519887387752533, 0.03691607713699341, -0.04956406354904175, 0.009601577185094357, 0.15338972210884094, -0.003914261236786842, -0.13694891333580017, -0.11080696433782578, -0.007241787388920784, 0.03231869637966156, 0.0021699341014027596, -0.05335533991456032, -0.05901288613677025, 0.07041735202074051, -0.006657949648797512, 0.1456284373998642, 0.13451415300369263, 0.013117214664816856, -0.09675361216068268, -0.034527599811553955, 0.2038395255804062, -0.0956898108124733, 0.0318523645401001, 0.06500673294067383, -0.04611962288618088, -0.015290153212845325, -0.06884950399398804, 0.023852640762925148, -0.057942040264606476, 0.060371384024620056, -0.07627413421869278, -0.03270239382982254, -0.11777038127183914, -0.09004047513008118, 0.0921216830611229, -0.0195822324603796, -0.004102536477148533, 0.03161630779504776, -0.17866672575473785, -0.050658032298088074, 0.02068624459207058, -0.1326550394296646, -0.08748915046453476, -0.019432101398706436, -0.03168215602636337, 0.004890304524451494, -0.02194877527654171, 0.13534040749073029, -0.08193451166152954, 0.05641878396272659, -0.03203650563955307, 0.04905247315764427, -0.004424041602760553, 0.044500257819890976, -0.08313771337270737, 0.10077407211065292, -0.13407588005065918, 0.0920577421784401, -0.17742396891117096, -0.009638814255595207, -0.12076719105243683, -0.08953645080327988, 0.06643819063901901, 0.0035422719083726406, -0.05223577097058296, 0.1376732438802719, -0.23472532629966736, -0.013168569654226303, 0.10126639157533646, -0.09851008653640747, -0.13909880816936493, 0.06840726733207703, -0.0795297920703888, 0.029447847977280617, 0.00912238098680973, 0.1518162339925766, -0.0005327463150024414, 0.05272796005010605, -0.06288429349660873, -0.03267040476202965, 0.015192280523478985, 0.16084516048431396, 0.1305660903453827, -0.0837627649307251, 0.06892791390419006, -0.000006199148174346192, 0.016572067514061928, -0.07225265353918076, -0.052453748881816864, -0.1096813827753067, 0.017908193171024323, -0.05914752185344696, 0.04339968413114548, 0.034443967044353485, -0.07938514649868011, -0.030635414645075798, -0.06083499267697334, 0.02235053852200508, 0.05445655807852745, -0.00903393141925335, -0.06072097644209862, -0.07733818888664246, 0.1029435470700264, -0.08076688647270203, 0.02125677466392517, -0.17877160012722015, -0.10561496764421463, 0.012435526587069035, -0.06078898906707764, 0.0898284986615181, -0.004378411918878555, -0.0022302018478512764, -0.024890335276722908, -0.03938238322734833, 0.024012934416532516, 0.04109661281108856, 0.03473653644323349, 0.009074253961443901, -0.24338732659816742, -0.04287029430270195, -0.058474812656641006, 0.1131022721529007, -0.20173576474189758, 0.024142779409885406, 0.19265207648277283, 0.17003728449344635, 0.02091970667243004, -0.0391831211745739, 0.10264632105827332, 0.024848217144608498, -0.05107023939490318, -0.06750259548425674, 0.018667595461010933, -0.0753408744931221, -0.014804291538894176, 0.04321667179465294, -0.14152216911315918, -0.027297772467136383, 0.09292430430650711, 0.016849109902977943, -0.07374484091997147, -0.08837961405515671, -0.04750654101371765, -0.027898509055376053, -0.05511879920959473, -0.0369253046810627, 0.009991798549890518, 0.0463184230029583, 0.006490243133157492, -0.10898017138242722, -0.05057252570986748, -0.009348426014184952, -0.01757168211042881, -0.06821081787347794, 0.16567686200141907, 0.10533203929662704, -0.1870017647743225, 0.20745126903057098, 0.05275208130478859, 0.16452917456626892, 0.12261378765106201, -0.01944679580628872, -0.09335537254810333, -0.0064139897003769875, -0.022202564403414726, -0.014960515312850475, 0.14348553121089935, -0.1328141838312149, 0.028478557243943214, 0.07837925851345062, -0.007468158379197121, 0.029706453904509544, -0.0847644954919815, 0.014128787443041801, 0.008999369107186794, -0.06025948002934456, -0.057742856442928314, -0.005385283846408129, 0.03694966435432434, 0.12191754579544067, 0.051906879991292953, 0.11469793319702148, 0.01799711026251316, -0.04651138186454773, -0.10816866159439087, 0.1468113213777542, -0.09566187113523483, -0.24261441826820374, -0.06993859261274338, -0.10731913149356842, -0.03090958669781685, -0.015500888228416443, 0.014454925432801247, -0.0038889911957085133, -0.08133669942617416, -0.0432550348341465, 0.05341577157378197, -0.022541847079992294, -0.13929960131645203, -0.059592537581920624, -0.010405189357697964, -0.05256851017475128, -0.12843528389930725, 0.032854415476322174, 0.11512870341539383, 0.02603284828364849, 0.021074436604976654, 0.0560171976685524, 0.1519223004579544, 0.17404621839523315, 0.03995412588119507, -0.006453975103795528, -0.05896873399615288, 0.2761712074279785, -0.1545042097568512, 0.07655046135187149, 0.11693421751260757, -0.08462154120206833, 0.043699368834495544, 0.21323411166667938, 0.04331054538488388, -0.10329172760248184, 0.005181354004889727, 0.07646631449460983, -0.0662369430065155, -0.22972026467323303, -0.10232741385698318, -0.06501682102680206, 0.023148126900196075, 0.040452662855386734, 0.05271192267537117, -0.0051735397428274155, 0.0511331669986248, -0.07207150012254715, -0.06111147254705429, 0.01583394967019558, 0.07266305387020111, 0.055059242993593216, -0.01622634008526802, 0.06658618152141571, -0.06923448294401169, 0.02777363732457161, 0.13548685610294342, 0.08852515369653702, 0.17890788614749908, 0.022533871233463287, 0.2500929832458496, 0.10246924310922623, 0.11850298196077347, 0.014500642195343971, -0.011702332645654678, -0.002263399073854089, 0.0666116327047348, -0.036343030631542206, -0.053992681205272675, -0.00552404997870326, 0.06255938857793808, 0.08791710436344147, -0.06320039182901382, 0.04446116089820862, -0.10385937243700027, 0.05585212633013725, 0.1333673894405365, 0.022485679015517235, -0.15743879973888397, 0.00011620408622547984, 0.17223970592021942, -0.012662493623793125, -0.13750050961971283, 0.004245175514370203, 0.046482641249895096, -0.16350436210632324, 0.10662645846605301, -0.006444654893130064, 0.1582774817943573, -0.1353149265050888, -0.06158757209777832, -0.11731480062007904, -0.00932243000715971, -0.03290707617998123, 0.16527676582336426, -0.22679272294044495, 0.1810683310031891, 0.04458491504192352, 0.0014102334389463067, -0.173372283577919, 0.030285971239209175, -0.014642934314906597, 0.0305471308529377, 0.18728375434875488, -0.010535141453146935, -0.1033925712108612, -0.027421630918979645, -0.06242208555340767, -0.022523025050759315, 0.030102938413619995, -0.05085970088839531, 0.07555073499679565, 0.022922443225979805, 0.00791214406490326, -0.04612038657069206, -0.10682203620672226, -0.10829955339431763, -0.1969166398048401, 0.0520516075193882, -0.06733792275190353, 0.023605873808264732, -0.04374250769615173, -0.024369491264224052, -0.05682286247611046, 0.1450175642967224, -0.08173088729381561, -0.1093420684337616, -0.1607632339000702, 0.05386644974350929, 0.13076940178871155, -0.01645069196820259, 0.03221767768263817, -0.02257690764963627, 0.2145879715681076, 0.004087671637535095, -0.009075156413018703, 0.07564987242221832, -0.05154868960380554, -0.2246849238872528, -0.006534643936902285, 0.1242428719997406, 0.05005454272031784, 0.07856611907482147, 0.004539259243756533, 0.028278669342398643, 0.006007093004882336, -0.14055171608924866, 0.08916553109884262, 0.08263678848743439, 0.10090480744838715, 0.13167405128479004, 0.0473487451672554, -0.16903460025787354, -0.08027659356594086, -0.06623336672782898, 0.1477508693933487, 0.2298545241355896, -0.06788855791091919, 0.15794622898101807, 0.09065531939268112, -0.08682756870985031, -0.23171739280223846, 0.07408643513917923, -0.0420699380338192, -0.018007447943091393, 0.09355123341083527, -0.1686478853225708, -0.014419041574001312, 0.04650903865695, -0.03324982896447182, 0.08452200889587402, -0.19242644309997559, -0.09583960473537445, 0.059805769473314285, 0.08063295483589172, -0.22499854862689972, -0.17134687304496765, -0.10051971673965454, -0.07346413284540176, -0.20952987670898438, 0.1829308569431305, -0.05424870550632477, -0.020390328019857407, -0.011064312420785427, 0.08875245600938797, -0.00015870430797804147, -0.062436096370220184, 0.18640215694904327, -0.03740996494889259, 0.054508134722709656, -0.09811260551214218, -0.07463096082210541, 0.11090395599603653, 0.019692465662956238, 0.08834400773048401, -0.013817887753248215, 0.014245603233575821, -0.13411231338977814, -0.04343201220035553, -0.08455939590930939, 0.005335649475455284, -0.09099306911230087, -0.08287059515714645, -0.10765600949525833, 0.0637371838092804, 0.05715594068169594, -0.015040535479784012, 0.06538349390029907, -0.13360010087490082, 0.03751329705119133, 0.0939844623208046, 0.23174148797988892, 0.031757671386003494, -0.021577641367912292, -0.024617694318294525, -0.04933260753750801, -0.013557545840740204, -0.19792482256889343, 0.03505013883113861, 0.12188394367694855, 0.029868721961975098, 0.17267504334449768, -0.02142476662993431, -0.13292533159255981, 0.009015854448080063, 0.03269438445568085, -0.054279424250125885, -0.31822091341018677, 0.026110824197530746, 0.0771244689822197, -0.19198670983314514, -0.101559579372406, 0.003955530468374491, 0.04365945979952812, -0.07073283940553665, 0.03713994473218918, 0.10179474949836731, 0.007321902550756931, 0.08108270913362503, 0.09261984378099442, 0.07883495837450027, -0.16295240819454193, 0.07925181090831757, 0.12034206092357635, -0.11225305497646332, 0.01875680312514305, 0.09485474973917007, -0.0537027046084404, -0.06394621729850769, 0.02789953723549843, 0.16017809510231018, 0.025948084890842438, -0.07437554746866226, 0.020985376089811325, -0.13496752083301544, 0.04661461338400841, 0.15903876721858978, 0.006203114055097103, 0.02494789846241474, 0.047503095120191574, -0.04105782136321068, -0.04985497519373894, 0.1284143030643463, -0.003529557026922703, 0.022526761516928673, -0.050786443054676056, -0.01363688986748457, -0.0028130558785051107, 0.045621778815984726, -0.02993370033800602, 0.010966586880385876, -0.09952210634946823, 0.002919889288023114, -0.168783500790596, 0.028573544695973396, -0.12794974446296692, 0.016345452517271042, -0.0004657329700421542, -0.07805212587118149, -0.027176210656762123, -0.030740831047296524, -0.10864987224340439, 0.00949527695775032, 0.003981924615800381, 0.1193259209394455, -0.16263315081596375, -0.032234035432338715, 0.09686040878295898, -0.01021033339202404, 0.10073527693748474, -0.054728638380765915, -0.04752226546406746, 0.0012970911338925362, -0.11675558984279633, 0.021886305883526802, -0.0020954145584255457, 0.05454213544726372, 0.05885603278875351, -0.1634242683649063, -0.05094725638628006, 0.01637430675327778, -0.04474303871393204, 0.04533424228429794, -0.05919984355568886, -0.10074325650930405, 0.08185753226280212, -0.021785113960504532, -0.061683885753154755, 0.034357812255620956, 0.0859173983335495, 0.10559830814599991, -0.015462597832083702, 0.1320093870162964, 0.024214964359998703, 0.06409389525651932, -0.11455246061086655, -0.012842279858887196, -0.053131747990846634, -0.020955292508006096, 0.01137966476380825, 0.02565133199095726, 0.06407059729099274, -0.03002096526324749, 0.3389357030391693, -0.0010573235340416431, -0.047140732407569885, 0.06497175991535187, 0.08570843189954758, 0.04339577257633209, 0.04101119935512543, 0.083070769906044, -0.0247033704072237, -0.038204845041036606, 0.04629794508218765, 0.00857098214328289, -0.0909978598356247, -0.05959731340408325, 0.14757096767425537, 0.14446410536766052, 0.13998572528362274, -0.07717612385749817, 0.05989211052656174, -0.12436676770448685, -0.018470901995897293, 0.08643985539674759, 0.03292487561702728, 0.018512804061174393, -0.08231031894683838, 0.12240102142095566, 0.11556376516819, -0.1582176685333252, 0.1003677025437355, -0.07907421141862869, -0.08731628954410553, -0.08476004004478455, -0.18091069161891937, -0.06445855647325516, -0.00936866458505392, -0.000010729189853009302, -0.1305743306875229, 0.10527606308460236, 0.14865736663341522, -0.012703435495495796, -0.04494696110486984, 0.11098979413509369, -0.03724601864814758, 0.0017041328828781843, -0.012002402916550636, 0.04960674047470093, 0.005834134761244059, -0.07350000739097595, 0.055557459592819214, -0.01268808078020811, 0.03819335252046585, 0.08054137229919434, 0.03994523733854294, -0.07747568190097809, -0.00043638970237225294, -0.06520470976829529, -0.07320515066385269, -0.006674875970929861, 0.007985396310687065, -0.02361328713595867, 0.22235967218875885, 0.014630645513534546, 0.06378021091222763, 0.011543492786586285, 0.20053525269031525, -0.04451923072338104, -0.050868455320596695, -0.12749867141246796, 0.029273973777890205, -0.08935882896184921, 0.009183104149997234, 0.03500128909945488, -0.13170655071735382, 0.055837515741586685, 0.1188221350312233, 0.20813588798046112, -0.024735573679208755, -0.0068188440054655075, -0.059825245290994644, 0.03126994147896767, -0.005215514451265335, 0.014959007501602173, 0.02498401515185833, 0.11971662938594818, -0.09449369460344315, 0.005527110770344734, -0.052325714379549026, -0.009388304315507412, -0.04554388299584389, 0.1016354039311409, 0.06460363417863846, -0.03915931656956673, -0.04525397717952728, 0.14673221111297607, -0.13862790167331696, -0.1620178520679474, -0.01999720372259617, -0.10598774254322052, -0.14699439704418182, -0.030856957659125328, -0.06782334297895432, 0.012526007369160652, -0.03921673819422722, 0.03198279067873955, 0.004714066628366709, 0.11746716499328613, 0.06091109663248062, -0.09819464385509491, -0.028823722153902054, 0.1192568987607956, -0.03987720236182213, 0.25272825360298157, -0.008497212082147598, 0.03633756935596466, 0.13089889287948608, -0.06890475004911423, -0.12151134014129639, 0.025921598076820374, 0.10822946578264236, 0.04245390743017197, 0.019673116505146027, 0.172732874751091, 0.01208004355430603, 0.09638191759586334, 0.07931060343980789, -0.07916797697544098, 0.01630428060889244, -0.0452992282807827, -0.030988138169050217, -0.08107785880565643, 0.07346659898757935, -0.10185037553310394, 0.11283420771360397, 0.07511060684919357, -0.06905310600996017, -0.0049059889279305935, -0.01838800683617592, 0.061425451189279556, -0.036188047379255295, 0.17078058421611786, -0.003989485092461109, -0.15224041044712067, 0.003971582744270563, -0.03923716023564339, 0.054622944444417953, -0.19110986590385437, 0.01833440363407135, -0.01286670658737421, 0.0033949529752135277, -0.04930221289396286, 0.10629583150148392, 0.09510710090398788, 0.019508764147758484, -0.06936365365982056, -0.10217132419347763, -0.01179465465247631, 0.1354834884405136, -0.07445069402456284, 0.031063245609402657 ]
924631d5913eefc28ce772866b43884ad161d061
# Dataset Card for "instruction-pilot-outputs-sampling" This dataset contains model outputs generated from the human demonstrations provided in [`HuggingFaceH4/instruction-pilot-prompts`](https://huggingface.co/datasets/HuggingFaceH4/instruction-pilot-prompts). To convert each language model into a dialogue agent, we shortened [Anthropic's HHH prompt](https://gist.github.com/jareddk/2509330f8ef3d787fc5aaac67aab5f11/#file-hhh_prompt-txt) and prepended this to each sample provided to the models: ``` Below is a friendly conversation between a human and an AI assistant. \ The AI tries to be helpful, polite, honest, sophisticated, emotionally aware, and humble-but-knowledgeable. \ The assistant is happy to help with almost anything, and will do its best to understand exactly what is needed. \ It also tries to avoid giving false or misleading information, and it caveats when it isn’t entirely sure about the right answer. \ That said, the assistant is practical and really does its best, and doesn’t let caution get too much in the way of being useful. Human: {input} AI: ``` The reason to shorten the HHH prompt is because it is over 6,000 tokens long, which far exceeds the maximum context size of most open-source language models. For example, Flan-T5 only has a context window of 512 tokens. It is likely that better outputs could be produced for language models with larger context windows, where some dialogue examples can be included in the promopt. To generate diverse outputs from each models, we used nucleus sampling with `temperature=0` and `top_p=0.9` and set `max_new_tokens=100` (which is about the mean lenght of the Self-Instruct outputs). For each example, 8 generations were produced per model.
HuggingFaceH4/instruction-pilot-outputs-sampling
[ "region:us" ]
2023-02-08T15:02:22+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "source", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "outputs", "list": [{"name": "model", "dtype": "string"}, {"name": "outputs", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 1347447, "num_examples": 375}], "download_size": 430865, "dataset_size": 1347447}}
2023-02-09T21:04:38+00:00
[]
[]
TAGS #region-us
# Dataset Card for "instruction-pilot-outputs-sampling" This dataset contains model outputs generated from the human demonstrations provided in 'HuggingFaceH4/instruction-pilot-prompts'. To convert each language model into a dialogue agent, we shortened Anthropic's HHH prompt and prepended this to each sample provided to the models: The reason to shorten the HHH prompt is because it is over 6,000 tokens long, which far exceeds the maximum context size of most open-source language models. For example, Flan-T5 only has a context window of 512 tokens. It is likely that better outputs could be produced for language models with larger context windows, where some dialogue examples can be included in the promopt. To generate diverse outputs from each models, we used nucleus sampling with 'temperature=0' and 'top_p=0.9' and set 'max_new_tokens=100' (which is about the mean lenght of the Self-Instruct outputs). For each example, 8 generations were produced per model.
[ "# Dataset Card for \"instruction-pilot-outputs-sampling\"\n\nThis dataset contains model outputs generated from the human demonstrations provided in 'HuggingFaceH4/instruction-pilot-prompts'. \n\nTo convert each language model into a dialogue agent, we shortened Anthropic's HHH prompt and prepended this to each sample provided to the models:\n\n\n\nThe reason to shorten the HHH prompt is because it is over 6,000 tokens long, which far exceeds the maximum context size of most open-source language models. For example, Flan-T5 only has a context window of 512 tokens. It is likely that better outputs could be produced for language models with larger context windows, where some dialogue examples can be included in the promopt.\n\nTo generate diverse outputs from each models, we used nucleus sampling with 'temperature=0' and 'top_p=0.9' and set 'max_new_tokens=100' (which is about the mean lenght of the Self-Instruct outputs). For each example, 8 generations were produced per model." ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"instruction-pilot-outputs-sampling\"\n\nThis dataset contains model outputs generated from the human demonstrations provided in 'HuggingFaceH4/instruction-pilot-prompts'. \n\nTo convert each language model into a dialogue agent, we shortened Anthropic's HHH prompt and prepended this to each sample provided to the models:\n\n\n\nThe reason to shorten the HHH prompt is because it is over 6,000 tokens long, which far exceeds the maximum context size of most open-source language models. For example, Flan-T5 only has a context window of 512 tokens. It is likely that better outputs could be produced for language models with larger context windows, where some dialogue examples can be included in the promopt.\n\nTo generate diverse outputs from each models, we used nucleus sampling with 'temperature=0' and 'top_p=0.9' and set 'max_new_tokens=100' (which is about the mean lenght of the Self-Instruct outputs). For each example, 8 generations were produced per model." ]
[ 6, 243 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"instruction-pilot-outputs-sampling\"\n\nThis dataset contains model outputs generated from the human demonstrations provided in 'HuggingFaceH4/instruction-pilot-prompts'. \n\nTo convert each language model into a dialogue agent, we shortened Anthropic's HHH prompt and prepended this to each sample provided to the models:\n\n\n\nThe reason to shorten the HHH prompt is because it is over 6,000 tokens long, which far exceeds the maximum context size of most open-source language models. For example, Flan-T5 only has a context window of 512 tokens. It is likely that better outputs could be produced for language models with larger context windows, where some dialogue examples can be included in the promopt.\n\nTo generate diverse outputs from each models, we used nucleus sampling with 'temperature=0' and 'top_p=0.9' and set 'max_new_tokens=100' (which is about the mean lenght of the Self-Instruct outputs). For each example, 8 generations were produced per model." ]
[ -0.11979565769433975, -0.12903432548046112, -0.00009014170791488141, 0.027776870876550674, -0.021315094083547592, 0.033561330288648605, 0.10459106415510178, 0.1165296658873558, 0.10983090102672577, 0.02992958575487137, 0.1073230728507042, -0.10638342797756195, 0.05174250900745392, 0.162598118185997, 0.020514516159892082, -0.22706739604473114, 0.10261507332324982, -0.021641364321112633, 0.020205439999699593, 0.0450749434530735, 0.014380651526153088, -0.11665692925453186, 0.08411680907011032, 0.011079329997301102, -0.09966790676116943, 0.009117375127971172, 0.009944964200258255, -0.014335368759930134, 0.14069552719593048, 0.05181660130620003, 0.004636441357433796, 0.01786191761493683, 0.046288587152957916, -0.11350634694099426, 0.025479605421423912, 0.0793958455324173, 0.04584738612174988, 0.04810904338955879, -0.10205912590026855, 0.12243025749921799, 0.3011755645275116, 0.02817399986088276, -0.043954551219940186, 0.07901362329721451, -0.021629156544804573, -0.13647571206092834, -0.019031552597880363, -0.09439313411712646, -0.011238821782171726, 0.023737862706184387, -0.010950140655040741, 0.16979165375232697, -0.17372888326644897, 0.03981570899486542, 0.17910383641719818, -0.1293128877878189, 0.039244577288627625, 0.09194545447826385, 0.06332560628652573, 0.10899895429611206, -0.07220902293920517, 0.02501169964671135, 0.10972224175930023, 0.029905706644058228, 0.07044608891010284, -0.043155599385499954, -0.051710523664951324, 0.08037912100553513, -0.11039996892213821, -0.04895833134651184, 0.20939961075782776, 0.052075475454330444, -0.05987900495529175, -0.09416186064481735, -0.12253591418266296, -0.17406128346920013, -0.014009378850460052, 0.023620594292879105, -0.012111268006265163, -0.006943407002836466, 0.08697038888931274, -0.004411809612065554, -0.11683575809001923, -0.08465836197137833, -0.03939430043101311, 0.11151150614023209, 0.06073787063360214, 0.1270313411951065, -0.07289332896471024, 0.06380992382764816, -0.0783291757106781, -0.03900518640875816, -0.10486900061368942, -0.07232704758644104, -0.05658236891031265, 0.09402897953987122, -0.054978083819150925, -0.06139843538403511, 0.07177071273326874, -0.006755216047167778, -0.135037362575531, 0.07494436204433441, 0.0017729141982272267, 0.03739675506949425, 0.07868000119924545, 0.016811303794384003, 0.010687299072742462, 0.04009194299578667, 0.005833422299474478, 0.03853059560060501, 0.02122591622173786, -0.06862995773553848, -0.08885371685028076, -0.028096958994865417, -0.023510271683335304, -0.013310696929693222, -0.12478893995285034, 0.05337992683053017, 0.02729976363480091, -0.022160841152071953, -0.016221825033426285, -0.100929856300354, -0.08109494298696518, 0.019280998036265373, -0.044153016060590744, 0.06638586521148682, 0.0022235079668462276, -0.08172869682312012, -0.09141229093074799, -0.03953614830970764, -0.10742242634296417, -0.032267015427351, -0.08984717726707458, -0.12277887761592865, -0.009478993713855743, -0.09777860343456268, -0.021125927567481995, -0.07565619051456451, -0.13161204755306244, 0.018786340951919556, 0.023489614948630333, -0.031341299414634705, 0.04282064735889435, -0.02151685766875744, -0.005405678879469633, -0.013898869976401329, -0.03391945734620094, -0.0005071556661278009, -0.08495721966028214, 0.03453567996621132, 0.0066721816547214985, 0.14014191925525665, -0.1841883659362793, 0.008759128861129284, -0.02530159056186676, 0.04455545172095299, -0.1486290693283081, 0.06441784650087357, -0.0815456360578537, 0.07230395823717117, 0.009784885682165623, -0.09599298238754272, -0.09206366539001465, 0.08222763985395432, -0.01044478453695774, 0.11548338085412979, -0.17838530242443085, -0.045873817056417465, 0.10304095596075058, -0.09680251777172089, -0.06759653985500336, 0.13096804916858673, -0.07427870482206345, 0.06325338780879974, 0.07752171158790588, 0.20556052029132843, 0.00618793023750186, -0.14709235727787018, 0.07367798686027527, 0.14264509081840515, -0.05826127529144287, -0.07609976828098297, -0.0025334975216537714, 0.037254273891448975, -0.04579533636569977, 0.05198932811617851, 0.08234716206789017, -0.011750168167054653, -0.014582684263586998, -0.03778828680515289, -0.032180607318878174, -0.03722461685538292, -0.0203442070633173, -0.02920266054570675, 0.03638786822557449, -0.07982390373945236, -0.019553570076823235, -0.028911853209137917, 0.1424870491027832, -0.09318113327026367, 0.04504390433430672, -0.05886773392558098, 0.07938431203365326, 0.05599120631814003, -0.020120825618505478, -0.09204783290624619, 0.022344591096043587, 0.02291090041399002, 0.04056216776371002, 0.03186121582984924, 0.26232585310935974, 0.013891882263123989, 0.05286293849349022, 0.022677017375826836, 0.07720193266868591, 0.003768939059227705, -0.024179652333259583, -0.059448178857564926, -0.07387559860944748, -0.0721251592040062, -0.010086470283567905, 0.04073566198348999, -0.1323012262582779, -0.0018517135176807642, 0.0658753290772438, -0.0077782291918993, -0.001686337636783719, 0.024424616247415543, 0.013372627086937428, -0.02731873281300068, -0.0355105884373188, -0.00708709005266428, 0.00698105338960886, -0.0034615867771208286, -0.04467139393091202, 0.004091298673301935, -0.177559494972229, -0.03405216708779335, 0.09877494722604752, 0.011631486006081104, 0.021953999996185303, -0.10931818187236786, -0.04840700328350067, 0.004129311535507441, -0.05193427577614784, -0.07492152601480484, 0.05502064526081085, -0.002406962215900421, 0.08553126454353333, -0.14200465381145477, -0.03415067121386528, 0.034240588545799255, 0.005736604332923889, 0.04672132059931755, 0.00616463553160429, 0.06200366094708443, -0.05064292624592781, 0.02577229030430317, -0.021120978519320488, 0.030545776709914207, 0.292510986328125, -0.05544878542423248, -0.11042339354753494, 0.029473811388015747, 0.06535812467336655, -0.12104309350252151, 0.21069513261318207, -0.14401118457317352, -0.04582012817263603, 0.05364347621798515, 0.025290094316005707, 0.04582874849438667, -0.16378387808799744, 0.031658515334129333, -0.01869417168200016, -0.029701270163059235, -0.051460009068250656, 0.024310333654284477, -0.021321013569831848, 0.07133810222148895, -0.011354055255651474, -0.04898879677057266, -0.043602246791124344, -0.029593711718916893, -0.0862048789858818, 0.1644151359796524, -0.05560629814863205, -0.14067667722702026, -0.10459192842245102, -0.0433654822409153, -0.048278577625751495, -0.013394459150731564, 0.028943246230483055, -0.0820470005273819, -0.06156180799007416, -0.1111702024936676, 0.09477581828832626, -0.05639391764998436, 0.003438615007326007, -0.019656021147966385, -0.024203065782785416, -0.008228234015405178, -0.15303394198417664, -0.043119825422763824, -0.11663998663425446, 0.06652388721704483, 0.04219188913702965, -0.0364246591925621, 0.0014762859791517258, 0.09010852873325348, -0.019926125183701515, 0.04787803068757057, -0.05203831195831299, 0.23676058650016785, -0.031524017453193665, 0.051846761256456375, 0.07246029376983643, -0.01636030152440071, 0.02742772176861763, 0.0917668342590332, 0.029388640075922012, -0.10566867887973785, 0.01186424307525158, 0.004564360249787569, -0.09276746958494186, -0.10958828777074814, -0.04827046021819115, -0.1490476131439209, 0.05328911542892456, 0.04365270212292671, 0.011500997468829155, 0.025665247812867165, 0.0525674931704998, -0.00017731636762619019, 0.13361597061157227, -0.08675950765609741, 0.020084789022803307, 0.1172342374920845, -0.032676760107278824, 0.06664439290761948, -0.06897515803575516, -0.05256451293826103, 0.11209343373775482, -0.00023214996326714754, 0.2759169042110443, -0.11629372835159302, 0.14980728924274445, 0.10859555006027222, 0.15511555969715118, 0.08261086046695709, 0.14906944334506989, -0.07072582095861435, -0.033233124762773514, -0.061338771134614944, -0.048159077763557434, -0.10379976779222488, 0.07763119786977768, -0.07471458613872528, -0.08677323162555695, -0.030553556978702545, 0.06023716926574707, -0.01673423871397972, 0.1554015874862671, 0.11129769682884216, -0.2091379016637802, -0.041700173169374466, 0.00821118988096714, -0.005823877174407244, -0.09707988053560257, 0.11059699952602386, 0.2706755995750427, -0.03244394063949585, 0.059414543211460114, 0.02908427268266678, 0.06391911208629608, -0.0151829207316041, 0.10475931316614151, -0.13394592702388763, 0.09774087369441986, -0.046933792531490326, 0.09892900288105011, -0.17610254883766174, 0.1559499204158783, -0.002776395995169878, -0.026819853112101555, -0.12929768860340118, -0.011298725381493568, 0.033864449709653854, -0.011117994785308838, 0.0392877459526062, 0.05341610312461853, -0.18031497299671173, -0.06046345829963684, -0.008380760438740253, 0.07738376408815384, 0.05232451483607292, 0.12350863963365555, 0.05424810200929642, -0.008135700598359108, 0.04195816069841385, 0.03162742406129837, 0.0032441180665045977, -0.020234156399965286, -0.09490484744310379, 0.010039231739938259, 0.100493423640728, -0.0819154605269432, -0.026779282838106155, 0.011415666900575161, 0.08241039514541626, -0.05769627168774605, 0.017097802832722664, -0.07615530490875244, -0.12229912728071213, 0.11902157217264175, 0.07909776270389557, -0.03201569244265556, 0.030070461332798004, 0.025647969916462898, 0.07094475626945496, -0.011332482099533081, -0.13355734944343567, 0.09992101043462753, -0.023808753117918968, -0.034793175756931305, -0.0061494335532188416, 0.12216290831565857, 0.05063650757074356, 0.03257408365607262, -0.021688630804419518, -0.0665464699268341, -0.0749189630150795, -0.0968635156750679, -0.012885341420769691, 0.05661001428961754, 0.012497075833380222, 0.02082282118499279, -0.05055835470557213, 0.031464334577322006, 0.04678477346897125, 0.03367442265152931, 0.15953536331653595, 0.06801722198724747, -0.07114200294017792, 0.1659194678068161, 0.19129090011119843, 0.003193134907633066, -0.19644002616405487, -0.0077614085748791695, -0.048409976065158844, 0.0972667932510376, -0.08448054641485214, -0.12176845222711563, 0.07376912236213684, 0.033287160098552704, 0.026210561394691467, 0.1471487581729889, -0.14776431024074554, -0.07306626439094543, 0.14076857268810272, 0.01949700526893139, 0.35112544894218445, 0.016062479466199875, -0.0012057007988914847, -0.08054491132497787, -0.09646621346473694, 0.06566742062568665, -0.12955205142498016, 0.09221308678388596, -0.05850910395383835, 0.12230270355939865, 0.027566781267523766, -0.029952147975564003, 0.07025296986103058, 0.0574282705783844, 0.09332163631916046, -0.06351622194051743, 0.07209570705890656, 0.030718287453055382, -0.0770840048789978, 0.18445293605327606, -0.1658926159143448, 0.0010092173470184207, -0.10498230904340744, -0.03404727205634117, -0.08882853388786316, 0.005937485024333, 0.0001191927949548699, -0.05323725938796997, -0.10966145992279053, -0.05019736289978027, 0.008000791072845459, -0.003286514664068818, 0.005740951746702194, -0.020146626979112625, 0.08140917867422104, 0.15449780225753784, 0.10898901522159576, -0.2745557129383087, -0.03860168531537056, 0.022098615765571594, 0.06355233490467072, 0.13510555028915405, -0.2180911749601364, -0.010912143625319004, 0.10695101320743561, -0.0022568560671061277, 0.0993729755282402, 0.08673359453678131, -0.12218530476093292, 0.0030818942468613386, 0.06329643726348877, -0.12945571541786194, -0.1030338779091835, -0.02995884045958519, -0.019329208880662918, -0.04909377917647362, 0.09210033714771271, 0.12410186231136322, -0.07248509675264359, 0.02226361632347107, -0.024481182917952538, 0.02324860729277134, -0.02392658405005932, 0.10887366533279419, 0.048143018037080765, 0.0788528099656105, -0.15196993947029114, 0.003546613734215498, -0.0653015673160553, 0.01890701800584793, 0.07848359644412994, 0.1054253950715065, -0.13704726099967957, -0.0534384585916996, -0.04149265214800835, 0.056829385459423065, -0.023810096085071564, -0.05007627233862877, -0.02402649261057377, -0.17823801934719086, 0.04247641563415527, 0.10002905875444412, 0.044024333357810974, 0.013615214265882969, -0.08061747252941132, -0.024907222017645836, -0.023720188066363335, 0.04009193181991577, -0.11211993545293808, 0.02902989462018013, -0.04215673357248306, 0.09399833530187607, 0.014619720168411732, 0.08879739046096802, -0.05329252779483795, -0.09589571505784988, -0.09242483973503113, 0.027956057339906693, -0.18500687181949615, -0.012446058914065361, -0.022839289158582687, -0.013838190585374832, 0.018271485343575478, 0.016482194885611534, -0.06830704212188721, 0.07659275084733963, -0.14468322694301605, 0.06271438300609589, -0.01083881501108408, 0.006870795972645283, -0.014559401199221611, 0.07795364409685135, 0.008683460764586926, -0.06415034830570221, 0.10449571907520294, 0.03913494199514389, -0.12756726145744324, 0.1033252626657486, 0.10025473684072495, -0.04580662027001381, 0.05875948444008827, 0.08977723121643066, 0.07976275682449341, 0.08986416459083557, -0.022129835560917854, 0.04763312637805939, 0.11054039001464844, -0.027099870145320892, -0.07775674015283585, -0.021855896338820457, 0.01131510455161333, -0.005539067089557648, -0.04074407368898392, -0.046236030757427216, -0.026618214324116707, 0.0028937694150954485, 0.06095783784985542, 0.03490334004163742, 0.05720522254705429, -0.062324538826942444, -0.14902180433273315, -0.06477881968021393, 0.06017550453543663, -0.07325473427772522, -0.02213899977505207, -0.1252678632736206, 0.08457408845424652, -0.037239160388708115, 0.25771284103393555, 0.02187822200357914, -0.042802680283784866, -0.047416508197784424, 0.06115322932600975, 0.014311885461211205, -0.019216252490878105, 0.2376706302165985, 0.02242095395922661, -0.019551217555999756, -0.01219971477985382, -0.024205870926380157, 0.08920644968748093, 0.10312315076589584, 0.2162345051765442, -0.04031653329730034, 0.07865923643112183, 0.08481110632419586, 0.014222335070371628, -0.019196204841136932, -0.0002416226197965443, 0.05319948121905327, -0.07095619291067123, 0.11370928585529327, 0.005059759132564068, 0.07028751075267792, 0.10909228771924973, -0.06646804511547089, 0.09040796011686325, -0.017732463777065277, -0.09984281659126282, -0.1568775475025177, -0.14819122850894928, 0.001017034868709743, -0.24358677864074707, -0.01890595816075802, -0.10225731134414673, -0.0210812259465456, 0.18173328042030334, 0.06754198670387268, 0.014410258270800114, 0.16722984611988068, -0.014462381601333618, -0.07195241749286652, 0.001694591366685927, 0.0010783463949337602, -0.02373906970024109, 0.04347533732652664, -0.0308352280408144, 0.07732930779457092, -0.04123145341873169, 0.038543324917554855, -0.03686050698161125, 0.05078709498047829, 0.02524924837052822, -0.012356971390545368, 0.03253331407904625, -0.024146027863025665, -0.04166373610496521, -0.04583985358476639, 0.0660131499171257, 0.046611346304416656, -0.05973018705844879, -0.0008941396372392774, 0.10578056424856186, -0.06734631210565567, -0.15324991941452026, -0.09715767204761505, 0.2095688432455063, 0.007658237591385841, 0.007772672455757856, -0.027780544012784958, -0.017667114734649658, -0.04695771262049675, 0.25355446338653564, 0.16862140595912933, -0.0827472060918808, -0.017240431159734726, -0.06598327308893204, 0.002857902552932501, -0.05444556102156639, 0.23699292540550232, 0.06396564096212387, 0.20053412020206451, 0.03453883156180382, 0.023834966123104095, -0.01302280928939581, -0.07546871155500412, -0.08171116560697556, 0.06189789995551109, 0.03124917484819889, -0.0558236800134182, -0.06694680452346802, -0.0200582817196846, 0.010111747309565544, -0.08685529232025146, -0.07225333899259567, -0.049203477799892426, -0.03416338562965393, -0.002921457402408123, 0.06357400864362717, 0.03445576876401901, 0.00850849412381649, -0.11076240241527557, 0.030056919902563095, 0.1431361436843872, -0.030629215762019157, -0.22888390719890594, -0.1072688028216362, 0.13862009346485138, -0.10125181823968887, 0.037853140383958817, 0.016527293249964714, 0.06212614104151726, 0.029564838856458664, -0.016462309285998344, -0.018777133896946907, 0.10169821977615356, 0.016619307920336723, -0.0648612380027771, -0.07983192801475525, 0.09443780779838562, -0.0005188431241549551, -0.02821066416800022, 0.02631688304245472, -0.11630827933549881, -0.04653673619031906, 0.048019614070653915, -0.006562098395079374, -0.00716095045208931, -0.0820857584476471, -0.06429437547922134, 0.1319275200366974, 0.1017119511961937, -0.014283692464232445, -0.0199571680277586, -0.04985291138291359, 0.012044928967952728, -0.045421697199344635, -0.08645151555538177, -0.001814903225749731, -0.1185435801744461, -0.03134157136082649, 0.061355262994766235, -0.05907905474305153, -0.21110300719738007, 0.006438006181269884, -0.026222484186291695, 0.013868153095245361, 0.021709226071834564, 0.07720255106687546, 0.04231010749936104, 0.06516443938016891, -0.028767844662070274, -0.028850484639406204, -0.018293138593435287, 0.06963248550891876, -0.06067753955721855, -0.05242875963449478 ]
d9d27ef9f38357dee815d7f649a3bebcaf4ceea7
# Dataset Card for "davinci-pairwise-tokenized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/davinci-pairwise-tokenized
[ "region:us" ]
2023-02-08T15:04:52+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2530035200, "num_examples": 64759}, {"name": "test", "num_bytes": 36178476, "num_examples": 7195}], "download_size": 0, "dataset_size": 2566213676}}
2023-02-08T15:25:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "davinci-pairwise-tokenized" More Information needed
[ "# Dataset Card for \"davinci-pairwise-tokenized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"davinci-pairwise-tokenized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"davinci-pairwise-tokenized\"\n\nMore Information needed" ]
[ -0.08809567987918854, 0.14727440476417542, -0.006525200791656971, 0.017940664663910866, 0.05872943624854088, 0.08995290100574493, 0.1173495203256607, 0.08345808833837509, 0.09275040030479431, -0.0003466624184511602, 0.07933402806520462, 0.07435888797044754, 0.04990348592400551, 0.2479591965675354, -0.039037927985191345, -0.10803926736116409, 0.05875011906027794, 0.05758693441748619, -0.023513084277510643, 0.0401858389377594, 0.03493550047278404, -0.05469143018126488, 0.05500107631087303, -0.11923795193433762, -0.16850432753562927, 0.047666098922491074, -0.04144855588674545, -0.01828993670642376, 0.04892917722463608, -0.06281527876853943, 0.16192200779914856, 0.03014020062983036, -0.0024553444236516953, -0.14639095962047577, 0.02711142599582672, 0.0231848806142807, -0.05315430834889412, 0.06592835485935211, 0.05789055675268173, -0.08068110793828964, -0.08387540280818939, 0.0029128959868103266, 0.01801561750471592, -0.022448254749178886, -0.0990404561161995, -0.23067091405391693, -0.11741770058870316, -0.048824239522218704, 0.035740144550800323, -0.08163072168827057, 0.04553201422095299, 0.057909924536943436, -0.06481699645519257, 0.03374786302447319, 0.030662043020129204, -0.046488646417856216, 0.02790755033493042, 0.16299188137054443, -0.050384748727083206, 0.09836142510175705, -0.01870286464691162, 0.058462344110012054, 0.06317557394504547, -0.021011870354413986, -0.004462041892111301, -0.033596672117710114, -0.13821057975292206, 0.0933714434504509, -0.016837313771247864, -0.05740673094987869, 0.26463767886161804, -0.02565734274685383, 0.00019297620747238398, -0.019472720101475716, -0.04209991917014122, -0.05598798021674156, -0.027836686000227928, 0.05447317659854889, 0.02911333553493023, 0.02700858749449253, 0.04534415528178215, 0.012646091170608997, -0.06307704001665115, -0.11813239753246307, -0.17164961993694305, 0.06630731374025345, -0.022173676639795303, 0.13005730509757996, -0.18583326041698456, -0.01476692222058773, -0.07264680415391922, -0.007892430759966373, -0.005303163547068834, -0.10380864888429642, -0.04795103892683983, -0.023463543504476547, -0.02917349897325039, 0.04932434856891632, 0.09756344556808472, 0.09503164142370224, 0.06640605628490448, 0.062443844974040985, -0.05377643555402756, 0.058153070509433746, 0.18464230000972748, -0.11568444222211838, -0.016789637506008148, -0.005656690336763859, -0.08376619964838028, -0.11667115241289139, -0.006616279017180204, -0.09111761301755905, -0.0963062271475792, 0.004931557457894087, -0.07197915762662888, 0.09567292034626007, -0.03255521506071091, -0.08980955928564072, -0.05693049356341362, -0.05226869881153107, 0.19790200889110565, -0.07403181493282318, 0.01711389236152172, -0.02533559873700142, -0.01774241402745247, 0.014267750084400177, -0.14789094030857086, -0.022579705342650414, 0.05378483235836029, 0.07931511849164963, -0.06871682405471802, 0.005632191896438599, -0.06164659187197685, -0.03520434349775314, 0.048064619302749634, -0.2084050327539444, 0.05821776017546654, -0.07882389426231384, -0.2211553007364273, 0.0625070258975029, 0.03968009725213051, -0.06098050996661186, 0.16889503598213196, -0.004286250099539757, 0.10986408591270447, -0.003279103199020028, -0.053281933069229126, 0.07700864225625992, -0.05923487991094589, 0.05174001306295395, -0.01019951980561018, 0.11906573176383972, -0.2220490574836731, 0.038565743714571, -0.10090889036655426, 0.033055756241083145, -0.025628291070461273, 0.04000592976808548, -0.10830754041671753, 0.014891568571329117, -0.07023244351148605, -0.0011399686336517334, -0.1393895298242569, 0.028111038729548454, -0.0028401308227330446, 0.03239882364869118, -0.25649142265319824, -0.044158924371004105, 0.1792781949043274, -0.13086500763893127, -0.11850549280643463, 0.02692924253642559, -0.045764438807964325, 0.006048947107046843, 0.011293506249785423, 0.3180166184902191, 0.099819116294384, -0.005407338961958885, 0.006950394716113806, 0.14620690047740936, -0.13893690705299377, -0.21433068811893463, 0.05630446970462799, -0.03294277936220169, -0.09474626183509827, 0.019256727769970894, 0.14138208329677582, -0.02611597441136837, -0.06265976279973984, -0.0648127943277359, 0.024718478322029114, -0.11370056867599487, 0.10643959045410156, 0.013365582562983036, 0.011975143104791641, -0.010489048436284065, 0.17492198944091797, 0.014654050581157207, 0.08195119351148605, -0.022357270121574402, -0.01877439208328724, -0.03713691607117653, 0.12105358392000198, -0.10942324250936508, -0.0017263025511056185, -0.19206872582435608, -0.09904657304286957, 0.03532206639647484, -0.012361316941678524, 0.005672544240951538, 0.006779660005122423, 0.06466333568096161, -0.04981585964560509, -0.013216068968176842, 0.0634993463754654, 0.1437900811433792, 0.03411870077252388, 0.014565728604793549, 0.003786384128034115, 0.02044527232646942, -0.11281998455524445, -0.0517229363322258, -0.012763343751430511, -0.05320248007774353, 0.10262571275234222, 0.04631762579083443, 0.04397111386060715, -0.006484244950115681, 0.05895639955997467, 0.03253953531384468, 0.013196137733757496, -0.04728437215089798, 0.050191253423690796, -0.054570551961660385, 0.02572685107588768, -0.004010395612567663, -0.04103371128439903, 0.15637969970703125, 0.12843070924282074, -0.056206170469522476, 0.04006671905517578, -0.1245179995894432, 0.06547059863805771, -0.012382524088025093, -0.06257571280002594, 0.0487685427069664, -0.14571018517017365, -0.05473708361387253, 0.03966611996293068, -0.05760796368122101, 0.050888583064079285, 0.031635843217372894, -0.018539732322096825, -0.12208442389965057, 0.008131341077387333, 0.10191887617111206, -0.2222650647163391, 0.13864359259605408, 0.19100163877010345, 0.12948039174079895, 0.14366179704666138, -0.04983805492520332, -0.08961910754442215, 0.00972604751586914, -0.038529958575963974, -0.061866868287324905, 0.16262021660804749, -0.02899324521422386, 0.012380063533782959, 0.09406834840774536, 0.03446201980113983, 0.0817403793334961, -0.08002856373786926, -0.0535421147942543, -0.0234858226031065, -0.029831048101186752, -0.16823232173919678, 0.04498201236128807, -0.009363588877022266, 0.04202171787619591, -0.0010833744890987873, -0.014903715811669827, 0.15236015617847443, -0.0069908518344163895, -0.004846504889428616, 0.0892866924405098, -0.18625403940677643, -0.25127941370010376, -0.06925972551107407, -0.18247805535793304, 0.03147965669631958, 0.05217250436544418, -0.024636393412947655, -0.08703246712684631, -0.03972568362951279, 0.033656466752290726, -0.08910313993692398, -0.14537879824638367, -0.014137906953692436, -0.002778594847768545, -0.00570955453440547, -0.06785636395215988, -0.08084055781364441, 0.04020123928785324, -0.045609038323163986, 0.1563991904258728, 0.14619185030460358, -0.11326520144939423, 0.12874314188957214, 0.0933467373251915, -0.02386312559247017, 0.0899333655834198, -0.051308877766132355, 0.05046538636088371, -0.047759637236595154, -0.05795399844646454, 0.10166668146848679, 0.004664812237024307, 0.05002734065055847, 0.06605066359043121, 0.06042364612221718, -0.13146886229515076, -0.029847675934433937, -0.03170984610915184, -0.18018250167369843, -0.1780747026205063, -0.1517491340637207, -0.060964830219745636, 0.09285685420036316, 0.08997159451246262, 0.05669428035616875, -0.02041720598936081, 0.09724408388137817, 0.08354754745960236, 0.010721069760620594, -0.12599655985832214, -0.02834721840918064, -0.011421932838857174, 0.0075457957573235035, 0.0059981499798595905, -0.1254158318042755, 0.006165014114230871, 0.1452963799238205, 0.21492816507816315, 0.22476567327976227, 0.10426630824804306, 0.154120072722435, 0.017899388447403908, 0.13965962827205658, 0.1227385550737381, 0.1469135731458664, 0.050855424255132675, -0.00738590257242322, 0.0012600596528500319, 0.02444961480796337, -0.0390927828848362, -0.03280956670641899, 0.10075889527797699, -0.1940978467464447, 0.05904326215386391, -0.08416435867547989, 0.036036960780620575, -0.12795709073543549, 0.06547144800424576, -0.1878276765346527, 0.10742141306400299, 0.01727040484547615, 0.15468794107437134, -0.1304061859846115, 0.06177426874637604, 0.07989955693483353, -0.009045748971402645, 0.06897886842489243, -0.019367411732673645, 0.0599636472761631, -0.10795075446367264, -0.033935364335775375, -0.02359824627637863, -0.04204840585589409, 0.0027694650925695896, 0.11156042665243149, -0.17654654383659363, 0.1849246472120285, 0.019778914749622345, -0.04423562064766884, -0.0931965559720993, -0.035662323236465454, -0.03307998925447464, -0.005639157723635435, 0.12357085943222046, 0.014725460670888424, -0.12105277180671692, -0.14830566942691803, -0.04019618779420853, -0.029333535581827164, 0.15625084936618805, 0.017063938081264496, -0.09739229083061218, 0.04944891110062599, 0.0020583514124155045, -0.05002680420875549, -0.19432440400123596, 0.0017827050760388374, -0.1379862129688263, 0.04437127709388733, 0.06965041160583496, -0.12623244524002075, 0.038484539836645126, 0.01870078034698963, -0.11880279332399368, 0.03200976923108101, 0.03770893067121506, -0.0465041883289814, -0.11234265565872192, -0.05161169543862343, 0.13842667639255524, 0.018980801105499268, 0.03426579013466835, 0.030972644686698914, 0.027220452204346657, -0.009568912908434868, -0.1884281486272812, 0.07814139872789383, -0.06093866750597954, 0.12526410818099976, -0.10125014930963516, 0.06519461423158646, -0.03406485915184021, -0.016048217192292213, -0.0039910804480314255, 0.01093878224492073, -0.028195442631840706, -0.059068746864795685, 0.13683150708675385, -0.07814736664295197, 0.10152172297239304, 0.2210535854101181, 0.059122297912836075, 0.013006111606955528, 0.08039354532957077, -0.006262493319809437, 0.11487554758787155, 0.08002689480781555, -0.06349123269319534, 0.20307594537734985, 0.19397765398025513, -0.02893109619617462, -0.2599061131477356, -0.03694654256105423, -0.17203617095947266, -0.03897838667035103, 0.035923250019550323, -0.26730215549468994, 0.07344681769609451, 0.09885623306035995, -0.02979852445423603, 0.2248888909816742, -0.0835130512714386, -0.0034378082491457462, 0.18546897172927856, 0.08177490532398224, 0.24727439880371094, -0.07628612965345383, -0.09605042636394501, -0.06989139318466187, -0.11247168481349945, 0.18953636288642883, -0.0911497101187706, 0.02973685786128044, -0.0001395478320773691, 0.08844152092933655, -0.027292218059301376, -0.027865838259458542, 0.16517537832260132, 0.07282672077417374, 0.11299588531255722, -0.05222071334719658, -0.05415813997387886, 0.12809914350509644, -0.037002407014369965, 0.025398014113307, 0.024110332131385803, 0.03811710327863693, -0.07580135017633438, -0.012199044227600098, 0.045857660472393036, -0.043410524725914, 0.06996871531009674, -0.07771960645914078, -0.06726474314928055, 0.0054816510528326035, -0.09765537828207016, -0.02861579693853855, 0.07498471438884735, 0.019746385514736176, -0.0556984506547451, 0.03452920541167259, 0.05986984819173813, -0.08174930512905121, -0.023774944245815277, -0.10719059407711029, -0.08662334084510803, 0.07016906887292862, -0.161576047539711, 0.05316593870520592, 0.07659100741147995, 0.012103148736059666, 0.04446776956319809, 0.05763019621372223, 0.009303879924118519, 0.0243730116635561, 0.1360669732093811, -0.08948488533496857, -0.049352169036865234, 0.09502202272415161, -0.0766027569770813, -0.017522254958748817, 0.10242395848035812, -0.0003574747534003109, 0.11745729297399521, -0.01109050028026104, -0.01692376658320427, 0.05020948871970177, -0.0383075550198555, 0.0819447934627533, 0.07707710564136505, 0.03127623721957207, -0.18482398986816406, 0.21082191169261932, 0.011691330932080746, -0.08915526419878006, -0.009954326786100864, -0.06324915587902069, -0.11250338703393936, -0.09459535032510757, -0.057855721563100815, 0.20005905628204346, -0.017283575609326363, -0.13408203423023224, 0.043394219130277634, -0.053175441920757294, 0.0311726164072752, 0.10584299266338348, 0.06180741637945175, 0.1022406741976738, -0.014330760575830936, -0.0320403017103672, -0.03481653705239296, -0.04850674793124199, -0.05728332698345184, 0.0599198080599308, -0.08197002857923508, -0.17735737562179565, -0.07457352429628372, 0.14084739983081818, -0.0709611102938652, -0.08265502005815506, -0.03658511862158775, 0.06805472075939178, -0.13599756360054016, 0.05222071334719658, -0.017666760832071304, 0.011656600050628185, 0.026034759357571602, 0.05508372560143471, 0.007523089647293091, -0.041133590042591095, -0.08586208522319794, 0.12820640206336975, 0.03488973528146744, 0.016802703961730003, -0.07483436912298203, -0.00271155615337193, 0.042542729526758194, 0.04543062672019005, 0.10820898413658142, 0.11093781143426895, 0.009237688034772873, 0.06375213712453842, -0.06445824354887009, -0.12887975573539734, 0.05607452616095543, 0.05614841356873512, 0.052768755704164505, 0.05269267410039902, -0.03229561448097229, 0.06882202625274658, -0.05452349781990051, 0.04201524332165718, -0.01942160353064537, -0.050247400999069214, 0.032630618661642075, -0.2020900845527649, -0.05206556245684624, -0.024047115817666054, -0.02179967239499092, 0.18477697670459747, 0.06524254381656647, -0.010320314206182957, 0.09456203877925873, -0.018095390871167183, 0.022828197106719017, -0.037335049360990524, 0.006304262671619654, -0.13101311028003693, -0.03203471750020981, 0.025019275024533272, 0.03555813431739807, -0.025426043197512627, 0.4141233265399933, -0.016999078914523125, -0.13645721971988678, -0.06422585994005203, 0.07833389937877655, -0.05846086144447327, 0.015382892452180386, 0.31985577940940857, 0.07416930794715881, -0.0627005472779274, -0.0498344786465168, 0.08343026041984558, 0.00534245977178216, 0.23377764225006104, 0.0543321818113327, 0.1088281199336052, 0.032781295478343964, -0.003504799911752343, -0.028692973777651787, -0.07770024985074997, 0.005050260107964277, 0.03083670511841774, -0.006480210926383734, -0.01023158710449934, 0.09298349171876907, -0.04433121532201767, 0.004501986317336559, -0.03662687912583351, 0.043206822127103806, -0.009268725290894508, -0.08802300691604614, -0.05635375156998634, -0.14718878269195557, -0.03911970928311348, -0.08536799252033234, 0.02007445879280567, -0.05844593420624733, -0.022434968501329422, 0.26338353753089905, 0.058089420199394226, 0.03498489782214165, 0.07745573669672012, -0.09867953509092331, 0.07482239603996277, 0.025755582377314568, -0.022982297465205193, -0.0545293465256691, 0.03138881176710129, -0.11615537852048874, 0.01429991889744997, -0.05536636337637901, 0.007545500993728638, -0.029006773605942726, 0.10234755277633667, 0.020890554413199425, -0.14238326251506805, -0.06094678118824959, -0.06390094012022018, 0.04809587821364403, -0.09792786836624146, 0.10056755691766739, 0.03366146981716156, 0.03433622047305107, 0.050972070544958115, 0.08168851584196091, 0.017521094530820847, 0.03860611096024513, -0.034396715462207794, 0.0006275259074755013, -0.042010948061943054, 0.09759460389614105, 0.0301347766071558, -0.055401481688022614, -0.03128916770219803, 0.1514710783958435, 0.2142491191625595, -0.041847147047519684, -0.022298168390989304, 0.04809575155377388, 0.034240320324897766, 0.04321665316820145, 0.1638590693473816, -0.01292963046580553, 0.05659496784210205, -0.012163406237959862, -0.11773695051670074, -0.008575204759836197, -0.035023465752601624, -0.016887621954083443, 0.026077011600136757, 0.04965619370341301, -0.05019865185022354, -0.1087164580821991, 0.1261277049779892, -0.1510494351387024, 0.11000531166791916, 0.13949120044708252, -0.0471634566783905, -0.06948632001876831, -0.02075878344476223, 0.08327292650938034, -0.005202577915042639, -0.029919089749455452, -0.08858268707990646, 0.011833267286419868, -0.026737777516245842, -0.0010546738049015403, -0.26233676075935364, -0.11323658376932144, 0.0009446442127227783, -0.033669281750917435, 0.06808830797672272, -0.017057988792657852, 0.10604797303676605, 0.024261390790343285, 0.05093889683485031, -0.06008430942893028, 0.059388358145952225, -0.025212524458765984, 0.09883581846952438, -0.01961359940469265, 0.0630657747387886, -0.05573688820004463, -0.07870220392942429, 0.0509670190513134, -0.001634035143069923, -0.04839766398072243, 0.07031799107789993, 0.004833107814192772, 0.006656494457274675, -0.01937957853078842, -0.073074109852314, 0.12266280502080917, -0.021747050806879997, 0.01820957101881504, 0.011290132068097591, 0.03837471082806587, 0.06752517819404602, 0.0077767218463122845, -0.0981893315911293, -0.06550734490156174, 0.030458882451057434, -0.12960165739059448, 0.10437425971031189, -0.010548025369644165, -0.09735027700662613, 0.060485608875751495, -0.08975110948085785, 0.047934502363204956, -0.023194853216409683, 0.05309256911277771, 0.11657387763261795, 0.0569022037088871, -0.052799101918935776, 0.03617468103766441, 0.041919395327568054, 0.005097766872495413, -0.027874602004885674, -0.07990540564060211 ]
e36cf31a987ea72d9ddb93a03876070770254809
# Dataset Card for "davinci-pairwise-medium" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/davinci-pairwise-medium
[ "region:us" ]
2023-02-08T15:28:28+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2530035200, "num_examples": 64759}, {"name": "test", "num_bytes": 36178476, "num_examples": 7195}], "download_size": 848422865, "dataset_size": 2566213676}}
2023-02-08T15:29:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "davinci-pairwise-medium" More Information needed
[ "# Dataset Card for \"davinci-pairwise-medium\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"davinci-pairwise-medium\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"davinci-pairwise-medium\"\n\nMore Information needed" ]
[ -0.107692189514637, 0.02798568271100521, -0.005206853151321411, 0.024592531844973564, 0.06090111657977104, 0.10338299721479416, 0.07636624574661255, 0.06792662292718887, 0.09403704851865768, -0.003546570660546422, 0.11609932035207748, 0.012198633514344692, 0.04890222102403641, 0.19931694865226746, -0.05696624517440796, -0.10748328268527985, 0.01907537318766117, 0.07296157628297806, -0.016028892248868942, 0.037149012088775635, 0.04484403133392334, -0.10598599910736084, 0.0435783825814724, -0.1111079603433609, -0.16154898703098297, 0.041532259434461594, -0.014987512491643429, -0.010422415100038052, 0.04769587516784668, -0.0425696037709713, 0.1348918378353119, 0.025123711675405502, -0.0034153445158153772, -0.10962842404842377, 0.020783424377441406, 0.005433442536741495, -0.016006512567400932, 0.0549321249127388, 0.05535769462585449, -0.07331530004739761, -0.049394626170396805, -0.005830120760947466, 0.00903627835214138, -0.012831524014472961, -0.08585916459560394, -0.2100934237241745, -0.12113572657108307, -0.019841374829411507, 0.07398496568202972, -0.07851676642894745, 0.0619073249399662, 0.07421977072954178, -0.12768001854419708, 0.0280023030936718, 0.061701446771621704, -0.07478141784667969, 0.04341382533311844, 0.16112163662910461, -0.027344107627868652, 0.12909334897994995, -0.010052298195660114, 0.017054278403520584, 0.0826069712638855, -0.005463669542223215, -0.007680068723857403, -0.015537048690021038, -0.07832564413547516, 0.11188747733831406, -0.02449658140540123, -0.03955230116844177, 0.2839365303516388, -0.03196368366479874, 0.004233458079397678, -0.022002318874001503, -0.010665493085980415, -0.028606321662664413, -0.030254486948251724, 0.03888874128460884, 0.029749106615781784, 0.01279373001307249, 0.06100194901227951, 0.024114923551678658, -0.07688961178064346, -0.10343288630247116, -0.19587238132953644, 0.0513751246035099, -0.03063615784049034, 0.13907204568386078, -0.17382188141345978, -0.04299300163984299, -0.1350773125886917, -0.005795584525913, 0.004672687966376543, -0.11224783211946487, -0.027236584573984146, -0.017749635502696037, -0.025446295738220215, 0.02060636505484581, 0.09390796720981598, 0.07434769719839096, 0.05367904156446457, 0.052581992000341415, -0.02365311048924923, 0.049734849482774734, 0.17304517328739166, -0.1312231719493866, -0.046599406749010086, -0.026753971353173256, -0.07260744273662567, -0.09415066987276077, 0.010885180905461311, -0.07342632859945297, -0.08834823220968246, -0.01492349524050951, -0.07992084324359894, 0.06798939406871796, -0.028691012412309647, -0.1290663778781891, -0.061080995947122574, -0.05405086278915405, 0.21542122960090637, -0.07467588037252426, 0.027070531621575356, -0.0046416702680289745, -0.01561001967638731, 0.09500819444656372, -0.17900602519512177, -0.003946979064494371, 0.09527524560689926, 0.09003639221191406, -0.06467586755752563, -0.022561248391866684, -0.07259229570627213, -0.05143795534968376, 0.07420919090509415, -0.20406518876552582, 0.051541466265916824, -0.07046376913785934, -0.1863584816455841, 0.09416290372610092, 0.029537959024310112, -0.07893429696559906, 0.1466924101114273, 0.03373492881655693, 0.08514201641082764, 0.021075868979096413, -0.0601586289703846, 0.1475505381822586, -0.06379091739654541, 0.04367322847247124, 0.020019883289933205, 0.11657273024320602, -0.18659912049770355, 0.013855936005711555, -0.05307535454630852, 0.037736304104328156, -0.0379767045378685, -0.005530244670808315, -0.07779914140701294, 0.0238014105707407, -0.0734391137957573, -0.009779046289622784, -0.14539691805839539, 0.017149586230516434, -0.006905255373567343, 0.035509027540683746, -0.22855804860591888, -0.04240451380610466, 0.12760098278522491, -0.10581420361995697, -0.12380491197109222, 0.05199268460273743, -0.03057445026934147, -0.040417034178972244, 0.03571224957704544, 0.26296308636665344, 0.07292420417070389, -0.009147821925580502, -0.0014355048770084977, 0.1654389649629593, -0.12499228864908218, -0.26942917704582214, 0.09633727371692657, -0.01505355816334486, -0.10682681947946548, 0.028037479147315025, 0.15539298951625824, -0.007986404001712799, -0.061137884855270386, -0.03315015509724617, 0.010327846743166447, -0.12963607907295227, 0.09196339547634125, 0.02877875044941902, 0.021006349474191666, -0.03352707624435425, 0.15272963047027588, 0.02283620461821556, 0.05927888676524162, 0.001507350942119956, -0.03585014492273331, -0.04127773270010948, 0.1272885948419571, -0.16265399754047394, -0.034999459981918335, -0.18410001695156097, -0.0548313744366169, 0.021627921611070633, 0.07551143318414688, -0.03060256876051426, 0.05207797512412071, 0.08327855914831161, -0.046438343822956085, -0.04155844449996948, 0.10426545143127441, 0.18453939259052277, 0.03802517056465149, -0.011126602999866009, -0.007185960654169321, -0.013719053938984871, -0.1125946193933487, -0.09930702298879623, -0.05205777287483215, -0.0751957818865776, 0.10954291373491287, 0.05770489200949669, 0.021172892302274704, 0.025458071380853653, 0.04213021323084831, 0.03885078802704811, 0.012689773924648762, -0.029573217034339905, 0.060256462544202805, -0.051882095634937286, 0.012454220093786716, -0.009300880134105682, -0.03259957954287529, 0.17240837216377258, 0.1066342443227768, -0.015432666055858135, 0.04523909091949463, -0.1223100796341896, 0.054446835070848465, -0.013375164940953255, -0.05677618458867073, 0.009954546578228474, -0.1461554616689682, -0.0444168858230114, 0.0373668409883976, -0.0703834816813469, 0.028674930334091187, 0.05349123477935791, -0.010601265355944633, -0.11001135408878326, 0.04025337100028992, 0.0983944907784462, -0.21559877693653107, 0.1208285242319107, 0.19409799575805664, 0.09643345326185226, 0.1284710317850113, -0.07702096551656723, -0.09380204230546951, 0.0168997123837471, -0.05114758759737015, -0.05771840363740921, 0.1614203155040741, -0.019833102822303772, 0.001752936514094472, 0.10459727793931961, 0.03490189462900162, 0.08074647933244705, -0.08108694106340408, -0.057621199637651443, -0.013294300064444542, 0.0007085467805154622, -0.14556686580181122, 0.025099320337176323, 0.00803734827786684, 0.07692664861679077, 0.017733624204993248, 0.020787272602319717, 0.1357828825712204, 0.007533850613981485, -0.016490140929818153, 0.10701102018356323, -0.16903087496757507, -0.21317127346992493, 0.001574993715621531, -0.15069954097270966, 0.05316045507788658, 0.02957717888057232, -0.043621983379125595, -0.10932674258947372, -0.04607339948415756, 0.010979517363011837, -0.05105927214026451, -0.17600134015083313, 0.02062111720442772, 0.00603599613532424, 0.0016646086005493999, -0.06175815314054489, -0.07891906052827835, 0.030611908063292503, -0.038248300552368164, 0.1557864397764206, 0.12233848124742508, -0.12022948265075684, 0.10046350955963135, 0.1090690940618515, -0.0025166762061417103, 0.07645686715841293, -0.04251228645443916, 0.05491021275520325, -0.023134883493185043, -0.030972883105278015, 0.1427830159664154, 0.03948124125599861, 0.02304626815021038, 0.08110938966274261, 0.07477414608001709, -0.11356474459171295, -0.04491517320275307, -0.05221438780426979, -0.18777863681316376, -0.17139825224876404, -0.13131797313690186, -0.09173590689897537, 0.06629008054733276, 0.07346303761005402, 0.030082788318395615, -0.10240710526704788, 0.06065312772989273, 0.0801226943731308, 0.009489312767982483, -0.13094055652618408, -0.04747530445456505, 0.03709639981389046, 0.022730933502316475, 0.05300423502922058, -0.129826620221138, 0.02329273335635662, 0.15674568712711334, 0.19993574917316437, 0.2318480759859085, 0.093104287981987, 0.16985106468200684, 0.023962324485182762, 0.10254311561584473, 0.09263349324464798, 0.146919384598732, 0.006927593145519495, -0.02331935055553913, -0.0016852420521900058, 0.0201492328196764, -0.024439414963126183, -0.0443735346198082, 0.12208705395460129, -0.14898303151130676, 0.039068371057510376, -0.06927842646837234, 0.026595862582325935, -0.13297612965106964, 0.08040063828229904, -0.19088689982891083, 0.057343874126672745, 0.021309446543455124, 0.13748599588871002, -0.09156384319067001, 0.05549109727144241, 0.06801494210958481, 0.014479368925094604, 0.059245675802230835, -0.004635986406356096, 0.0469953790307045, -0.054987043142318726, -0.033685412257909775, -0.028493842110037804, -0.01503215916454792, 0.019329236820340157, 0.10350669920444489, -0.18370620906352997, 0.2066500186920166, 0.037712421268224716, -0.017024604603648186, -0.09987914562225342, -0.048053402453660965, -0.04782351478934288, -0.02573261968791485, 0.0872764065861702, 0.0010916601167991757, -0.12108224630355835, -0.14478611946105957, -0.04537580534815788, -0.023616721853613853, 0.14425209164619446, 0.04547387361526489, -0.09583516418933868, 0.040136177092790604, -0.004602721892297268, -0.016369199380278587, -0.14804492890834808, -0.0347750149667263, -0.13509701192378998, 0.013384127989411354, 0.06262600421905518, -0.24566547572612762, 0.03144529461860657, -0.01131489872932434, -0.07557673007249832, 0.020461663603782654, -0.020448584109544754, -0.05983603000640869, -0.10792119055986404, -0.011898900382220745, 0.14492525160312653, 0.019098864868283272, 0.02226167917251587, 0.01514982245862484, 0.04812968894839287, -0.014166331849992275, -0.179275780916214, 0.06928114593029022, -0.08497629314661026, 0.0737270936369896, -0.0890750139951706, 0.09887462109327316, -0.017943574115633965, 0.024032792076468468, -0.00710437772795558, 0.04363727197051048, -0.025002291426062584, -0.06366536766290665, 0.12229565531015396, -0.054655808955430984, 0.16131582856178284, 0.16081611812114716, 0.08718878030776978, 0.05844865366816521, 0.13165737688541412, -0.02235354110598564, 0.1373661458492279, 0.0781654566526413, -0.0754181519150734, 0.21327193081378937, 0.18055947124958038, -0.010301153175532818, -0.24301613867282867, -0.021322378888726234, -0.13809716701507568, -0.01940136030316353, 0.0368560366332531, -0.19454993307590485, 0.13764312863349915, 0.09799415618181229, -0.02312249131500721, 0.1705644130706787, -0.13077451288700104, -0.010683710686862469, 0.13871590793132782, 0.05744870752096176, 0.2996891438961029, -0.09494248777627945, -0.07408808916807175, -0.08216921240091324, -0.13797786831855774, 0.20291921496391296, -0.0902227908372879, 0.022410092875361443, -0.036808039993047714, 0.0636608749628067, -0.02663426660001278, -0.0586424395442009, 0.1621626913547516, 0.03043012134730816, 0.06945279985666275, -0.043633732944726944, -0.06069272384047508, 0.10862617194652557, -0.02147461660206318, 0.027877548709511757, -0.03856627270579338, 0.019511597231030464, -0.09423168748617172, -0.041250478476285934, 0.04471169784665108, -0.05861357972025871, 0.060518138110637665, -0.05274972692131996, -0.08575791865587234, 0.003122267546132207, -0.10234387964010239, -0.05371855944395065, 0.06028875336050987, 0.011658057570457458, -0.031969185918569565, 0.03594132512807846, 0.11648949235677719, -0.1838454008102417, -0.04044526815414429, -0.10355628281831741, -0.08551472425460815, 0.07513047754764557, -0.23001834750175476, 0.05460350960493088, 0.09256406128406525, 0.027238385751843452, 0.026402702555060387, 0.07791278511285782, -0.00821738876402378, 0.03392372280359268, 0.14410366117954254, -0.06642504036426544, -0.056849248707294464, 0.10813988745212555, -0.00851854495704174, -0.061010029166936874, 0.06524709612131119, -0.037528716027736664, 0.08819631487131119, -0.005907235201448202, -0.026431258767843246, 0.05421023443341255, -0.05374521762132645, 0.10947755724191666, 0.10905761271715164, 0.0489206537604332, -0.16660675406455994, 0.17653465270996094, 0.01827402226626873, -0.10566340386867523, -0.016320422291755676, -0.03640264645218849, -0.09132088720798492, -0.07559309899806976, -0.009845963679254055, 0.1366536021232605, 0.0026415756437927485, -0.1271381676197052, 0.03974650427699089, -0.09639079123735428, 0.05530456826090813, 0.07270785421133041, 0.05712933465838432, 0.08005942404270172, -0.016078459098935127, -0.0525444857776165, -0.024507930502295494, -0.022222265601158142, -0.055247724056243896, 0.05453496798872948, -0.05915367603302002, -0.17858028411865234, -0.05869368836283684, 0.11162017285823822, -0.05674982815980911, -0.04953348636627197, -0.05184635892510414, 0.0673084482550621, -0.1700526624917984, 0.06600075960159302, -0.029928069561719894, 0.003052038373425603, 0.019410740584135056, 0.049424100667238235, -0.029819007962942123, -0.0265969131141901, -0.08058486878871918, 0.11665378510951996, 0.023428553715348244, 0.03013654425740242, -0.04704001173377037, -0.01358699332922697, 0.04349098354578018, 0.05172492936253548, 0.0717538520693779, 0.08244288712739944, 0.014337019994854927, 0.05083272606134415, -0.04779026657342911, -0.1459372341632843, 0.036637578159570694, 0.07773350179195404, 0.07574311643838882, 0.01180450152605772, -0.023805158212780952, 0.11645741015672684, -0.04471471160650253, 0.056969910860061646, -0.027616051957011223, -0.038516875356435776, 0.03670838475227356, -0.21352127194404602, -0.06284625828266144, -0.008455369621515274, -0.05316147953271866, 0.211831197142601, 0.06467239558696747, 0.0022970715072005987, 0.07189913839101791, -0.02672027051448822, -0.013662583194673061, -0.046685148030519485, -0.020804034546017647, -0.11731236428022385, -0.07893073558807373, 0.057072993367910385, 0.05565585941076279, -0.00949491560459137, 0.4215494692325592, -0.03579845651984215, -0.13637930154800415, -0.04299784451723099, 0.09519833326339722, -0.010978859849274158, 0.01604296825826168, 0.3328862190246582, 0.058216504752635956, -0.05520098656415939, -0.04983976110816002, 0.1005723625421524, 0.013268208131194115, 0.23114600777626038, 0.1370823234319687, 0.14902329444885254, -0.010027964599430561, -0.01729867234826088, -0.040539976209402084, -0.10835257917642593, 0.030222905799746513, 0.061283569782972336, -0.031276166439056396, 0.009957022033631802, 0.08466498553752899, -0.017942318692803383, 0.0546150803565979, -0.07126545161008835, 0.02529035694897175, -0.0842328891158104, -0.0716494545340538, -0.06858337670564651, -0.12915028631687164, -0.05631938949227333, -0.0869067907333374, 0.017784537747502327, -0.06683701276779175, -0.03177015855908394, 0.2906056046485901, 0.06821189820766449, 0.047168005257844925, 0.029294660314917564, -0.07932782173156738, 0.09787404537200928, 0.018447859212756157, -0.012541077099740505, -0.0415828563272953, 0.04113095998764038, -0.07805067300796509, 0.01810259185731411, -0.10292824357748032, -0.0014296291628852487, -0.029733654111623764, 0.06766732037067413, -0.011430418118834496, -0.10363685339689255, -0.06951480358839035, -0.05795770883560181, 0.04927140101790428, -0.04434850439429283, 0.10984798520803452, 0.01515926606953144, 0.034692876040935516, 0.030387090519070625, 0.070805624127388, 0.03161152824759483, 0.0048432243056595325, -0.0250999815762043, -0.01775260828435421, -0.04414881393313408, 0.07030405849218369, 0.022119415923953056, -0.05586150661110878, -0.03640533238649368, 0.15380080044269562, 0.2266940027475357, -0.053560707718133926, -0.017254406586289406, 0.02042834460735321, 0.030702289193868637, 0.05582887679338455, 0.19499632716178894, 0.007459390442818403, 0.11421539634466171, -0.032130736857652664, -0.12264842540025711, -0.02125423215329647, -0.026597479358315468, -0.021145885810256004, 0.07877827435731888, 0.04645797982811928, -0.04874454066157341, -0.10424087941646576, 0.12396130710840225, -0.051480185240507126, 0.14449016749858856, 0.12279969453811646, -0.10761727392673492, -0.08753699064254761, -0.016655167564749718, 0.10217639058828354, -0.02745184488594532, -0.014217079617083073, -0.1094324141740799, 0.0030507168266922235, -0.10396015644073486, -0.006523221731185913, -0.29013791680336, -0.08422942459583282, 0.026109788566827774, 0.059973351657390594, 0.05524970963597298, -0.006951001938432455, 0.13862498104572296, 0.04848479479551315, 0.04660815745592117, -0.08790472894906998, 0.027537163347005844, 0.00015769925084896386, 0.10034103691577911, 0.010029730387032032, 0.05096127465367317, -0.04140930622816086, -0.09485011547803879, 0.04781516268849373, -0.04713699594140053, -0.03794393315911293, 0.08955393731594086, -0.015802396461367607, 0.006249628029763699, -0.010025481693446636, -0.08468592166900635, 0.14268459379673004, -0.03163816034793854, -0.010055435821413994, -0.03130359202623367, 0.032725587487220764, 0.08824308961629868, 0.013298758305609226, -0.021838247776031494, -0.06945492327213287, -0.03424831107258797, -0.095244400203228, 0.1180940493941307, -0.009526468813419342, -0.11813104152679443, 0.025529783219099045, -0.08960054814815521, 0.047729697078466415, -0.0317339152097702, 0.04253777489066124, 0.12266181409358978, 0.04561884328722954, -0.06053662300109863, 0.02237756736576557, 0.011035420931875706, -0.0015601867344230413, -0.03108428232371807, -0.06815818697214127 ]
1ed2d6af25bf41efcbb308d6ac8af7f5a6668d00
# Dataset Card for "IEMOCAP_Text" This dataset obtained from IEMOCAP dataset. For more information go to [IEMOCAP](https://sail.usc.edu/iemocap/) webpage. This dataset contains 5 most common classes includes angry, happy, excitement, neutral and sad. Based on articles in this field, we merge excitement and happy classes. Our dataset contaions 5531 utterances and it splits based on the sessions. [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Zahra99/IEMOCAP_Text
[ "task_categories:text-classification", "size_categories:1K<n<10K", "language:en", "Emotion recognition", "Text classification", "region:us" ]
2023-02-08T15:48:21+00:00
{"language": ["en"], "size_categories": ["1K<n<10K"], "task_categories": ["text-classification"], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "ang", "1": "hap", "2": "neu", "3": "sad"}}}}], "splits": [{"name": "session1", "num_bytes": 71932, "num_examples": 1085}, {"name": "session2", "num_bytes": 79012, "num_examples": 1023}, {"name": "session3", "num_bytes": 74980, "num_examples": 1151}, {"name": "session4", "num_bytes": 72622, "num_examples": 1031}, {"name": "session5", "num_bytes": 89524, "num_examples": 1241}], "download_size": 215486, "dataset_size": 388070}, "tags": ["Emotion recognition", "Text classification"]}
2023-02-12T13:02:36+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-1K<n<10K #language-English #Emotion recognition #Text classification #region-us
# Dataset Card for "IEMOCAP_Text" This dataset obtained from IEMOCAP dataset. For more information go to IEMOCAP webpage. This dataset contains 5 most common classes includes angry, happy, excitement, neutral and sad. Based on articles in this field, we merge excitement and happy classes. Our dataset contaions 5531 utterances and it splits based on the sessions. More Information needed
[ "# Dataset Card for \"IEMOCAP_Text\"\n\nThis dataset obtained from IEMOCAP dataset. For more information go to IEMOCAP webpage.\nThis dataset contains 5 most common classes includes angry, happy, excitement, neutral and sad. Based on articles in this field, we merge excitement and happy classes.\nOur dataset contaions 5531 utterances and it splits based on the sessions.\n\nMore Information needed" ]
[ "TAGS\n#task_categories-text-classification #size_categories-1K<n<10K #language-English #Emotion recognition #Text classification #region-us \n", "# Dataset Card for \"IEMOCAP_Text\"\n\nThis dataset obtained from IEMOCAP dataset. For more information go to IEMOCAP webpage.\nThis dataset contains 5 most common classes includes angry, happy, excitement, neutral and sad. Based on articles in this field, we merge excitement and happy classes.\nOur dataset contaions 5531 utterances and it splits based on the sessions.\n\nMore Information needed" ]
[ 41, 93 ]
[ "passage: TAGS\n#task_categories-text-classification #size_categories-1K<n<10K #language-English #Emotion recognition #Text classification #region-us \n# Dataset Card for \"IEMOCAP_Text\"\n\nThis dataset obtained from IEMOCAP dataset. For more information go to IEMOCAP webpage.\nThis dataset contains 5 most common classes includes angry, happy, excitement, neutral and sad. Based on articles in this field, we merge excitement and happy classes.\nOur dataset contaions 5531 utterances and it splits based on the sessions.\n\nMore Information needed" ]
[ -0.15370647609233856, -0.04546152055263519, -0.0032707557547837496, 0.04167582094669342, 0.1505616307258606, 0.1144312396645546, 0.047793153673410416, 0.11337551474571228, 0.17462193965911865, 0.06663403660058975, -0.008895989507436752, 0.03626709803938866, 0.12984958291053772, 0.1519124060869217, -0.09710709750652313, -0.19298771023750305, 0.026499450206756592, -0.0006166145321913064, 0.0629039853811264, 0.07765302062034607, 0.14147084951400757, -0.007516769226640463, 0.07208682596683502, -0.046844784170389175, -0.09007452428340912, 0.021253760904073715, -0.028519144281744957, -0.005399228539317846, 0.043644022196531296, -0.023381222039461136, 0.12297326326370239, 0.04995222017168999, -0.0518859438598156, -0.24431759119033813, 0.05141811817884445, -0.02663346752524376, 0.021589815616607666, 0.006380915641784668, 0.03853512182831764, -0.05512009188532829, 0.04976257309317589, -0.16870826482772827, -0.02529841847717762, 0.06213390827178955, -0.08106106519699097, 0.025737766176462173, -0.06025395914912224, -0.013382663019001484, 0.028617186471819878, 0.046464111655950546, -0.07904282957315445, 0.14560899138450623, -0.18466974794864655, 0.027233554050326347, 0.2472568154335022, 0.0681074932217598, 0.007231852971017361, 0.021200234070420265, 0.056811459362506866, 0.04671928659081459, -0.028949271887540817, -0.0012742796679958701, 0.01875087060034275, -0.04755458980798721, -0.08030170202255249, -0.030825529247522354, -0.07783193141222, 0.025083448737859726, -0.07284288108348846, -0.04493109509348869, 0.31533756852149963, 0.0773138552904129, -0.013240646570920944, -0.111789271235466, 0.010600869543850422, -0.10062124580144882, -0.0015493722166866064, -0.024255016818642616, 0.07046794891357422, 0.017261449247598648, 0.08456553518772125, 0.2082746922969818, -0.13039754331111908, 0.07636409997940063, -0.04394965618848801, -0.10972139984369278, -0.05538510903716087, 0.012388039380311966, -0.005690355319529772, -0.08681979030370712, -0.08821910619735718, -0.005030582193285227, -0.07129263132810593, -0.08504614979028702, 0.01621677353978157, -0.04547988250851631, -0.07024507969617844, -0.06219291687011719, 0.038946639746427536, -0.11938177794218063, -0.032524239271879196, 0.055167652666568756, 0.07243312895298004, 0.0550842210650444, 0.2904033064842224, 0.00044033752055838704, 0.05143461376428604, -0.12929512560367584, -0.0891631692647934, 0.01168927550315857, -0.007560779340565205, -0.054813992232084274, -0.03307139500975609, 0.0799977108836174, 0.06672293692827225, 0.06143839284777641, -0.10380569100379944, 0.03794068843126297, -0.1846310943365097, -0.02585606463253498, 0.07006918638944626, -0.05136948451399803, 0.033008746802806854, 0.06392887234687805, -0.07483390718698502, 0.1844102442264557, -0.08184977620840073, 0.010587560012936592, -0.059105921536684036, -0.1033574789762497, 0.00868311244994402, 0.04832882806658745, -0.08092688024044037, -0.06386078894138336, 0.13842593133449554, -0.05279923602938652, -0.003297404618933797, -0.10106285661458969, -0.24225209653377533, -0.08597210794687271, 0.0606825165450573, -0.08001570403575897, 0.09875239431858063, -0.06909088790416718, 0.09356090426445007, -0.00766968447715044, 0.006854000501334667, -0.002799262059852481, -0.09189899265766144, -0.004580001812428236, -0.001988515490666032, 0.13915011286735535, -0.07016749680042267, 0.028914548456668854, -0.12878885865211487, -0.007580112665891647, 0.009890200570225716, 0.10675913095474243, -0.06597336381673813, 0.09044039994478226, 0.0038419875781983137, -0.003243414917960763, 0.03250272199511528, 0.04861680045723915, -0.05526233837008476, 0.26843634247779846, -0.16318254172801971, -0.12705780565738678, -0.01545710302889347, -0.11333512514829636, -0.14766401052474976, 0.10068120807409286, -0.0015363801503553987, 0.13246309757232666, 0.11102209985256195, 0.20025785267353058, -0.10659412294626236, -0.018750065937638283, -0.16937394440174103, -0.005579369608312845, 0.044554777443408966, -0.04257505387067795, 0.11228811740875244, 0.12863725423812866, 0.05777270346879959, 0.0036364656407386065, 0.18187448382377625, 0.0949925035238266, -0.09411147981882095, -0.09566415846347809, -0.00022079148038756102, -0.044325388967990875, -0.043080613017082214, 0.1398322582244873, 0.015989549458026886, -0.12048187851905823, 0.023164380341768265, -0.11153674125671387, 0.07174906879663467, -0.016188545152544975, -0.021271517500281334, -0.09320732206106186, 0.10205060988664627, 0.014348696917295456, -0.01838514767587185, -0.10316769778728485, -0.03493994474411011, -0.008723536506295204, 0.09662432968616486, 0.024970348924398422, 0.03941354900598526, 0.022728098556399345, -0.07364273071289062, -0.014436322264373302, 0.0237264521420002, 0.06596608459949493, 0.024081753566861153, -0.06975093483924866, -0.2078152447938919, 0.03582513704895973, -0.11420835554599762, 0.19827039539813995, -0.0869823768734932, 0.011528774164617062, 0.09820050001144409, 0.031751085072755814, 0.036869797855615616, -0.029872186481952667, 0.05236975848674774, 0.023849939927458763, -0.1000155434012413, -0.03911059349775314, 0.0924501121044159, -0.029781386256217957, -0.005254590883851051, 0.15492604672908783, -0.056040503084659576, -0.05095094069838524, 0.07931049168109894, -0.05753953754901886, -0.013573340140283108, -0.15801763534545898, -0.03690630942583084, 0.03170695900917053, 0.011211059987545013, 0.011367624625563622, 0.033393051475286484, -0.030047500506043434, 0.05450386926531792, -0.03854086250066757, 0.02635931223630905, 0.0344792976975441, -0.03254978358745575, -0.1519220620393753, 0.06483407318592072, 0.11460801213979721, -0.19948357343673706, 0.11333702504634857, 0.07400062680244446, 0.07735385745763779, 0.31661081314086914, -0.004320708569139242, -0.05793828144669533, -0.04213735833764076, -0.0391775406897068, -0.0586569681763649, 0.09325409680604935, -0.38359248638153076, -0.05417406186461449, 0.031515710055828094, -0.02866373024880886, 0.07379378378391266, -0.06567101180553436, -0.01927601732313633, 0.051624830812215805, 0.028789371252059937, -0.09596103429794312, -0.018361307680606842, -0.003837363328784704, 0.08439669758081436, -0.02248620055615902, 0.043792251497507095, -0.030563989654183388, -0.0423559732735157, -0.12949690222740173, 0.12885606288909912, -0.05890616029500961, -0.29837822914123535, -0.03779029846191406, -0.05425946041941643, 0.007047015707939863, 0.0282412301748991, -0.026489485055208206, -0.17043539881706238, -0.02114594355225563, -0.0733933299779892, 0.08513384312391281, 0.032369036227464676, 0.0003653680032584816, 0.07027193158864975, 0.016855550929903984, -0.12244608998298645, -0.08285533636808395, -0.004025812726467848, -0.013021093793213367, 0.06738641858100891, 0.08082902431488037, -0.2501319348812103, 0.1025562658905983, 0.2598530054092407, 0.033085137605667114, -0.007274177856743336, -0.08862007409334183, 0.10968583077192307, -0.13534604012966156, 0.024716723710298538, -0.01618262752890587, -0.03127738833427429, 0.020821452140808105, 0.10366937518119812, 0.01988440752029419, -0.12257605046033859, 0.0023948862217366695, 0.010652154684066772, -0.06280578672885895, -0.2937362492084503, -0.05431319773197174, -0.07689323276281357, 0.12260540574789047, -0.12881363928318024, -0.017139265313744545, 0.09528079628944397, 0.06863933056592941, 0.007478764280676842, -0.048358254134655, -0.11916674673557281, -0.02457500621676445, -0.04730597883462906, -0.06879078596830368, -0.02872585691511631, -0.036803338676691055, -0.01162218488752842, 0.14207562804222107, -0.03606414422392845, 0.15876349806785583, -0.021218664944171906, 0.20443961024284363, -0.017568202689290047, 0.02964768186211586, -0.05123482644557953, 0.09574253857135773, -0.10418751835823059, -0.007623646408319473, -0.09350743144750595, 0.05498642474412918, -0.08345223218202591, 0.09036993980407715, 0.11214898526668549, -0.009323406033217907, -0.13483574986457825, -0.06055767461657524, 0.10187315940856934, 0.054197609424591064, 0.15186983346939087, -0.13423125445842743, -0.004272834863513708, 0.12844392657279968, 0.040724221616983414, -0.0598343126475811, 0.020219728350639343, 0.08607520163059235, -0.06774133443832397, 0.09943750500679016, 0.01737707294523716, 0.06044832989573479, -0.13433469831943512, -0.029700199142098427, -0.15600071847438812, -0.022237062454223633, -0.023098360747098923, 0.13019627332687378, -0.06708407402038574, 0.1395351141691208, 0.061700399965047836, -0.025338610634207726, -0.19958484172821045, 0.00018065283074975014, 0.08457513898611069, 0.07198821008205414, 0.0019321130821481347, 0.06541929394006729, 0.039449241012334824, -0.1439214050769806, -0.03159066289663315, 0.04061918705701828, 0.14535848796367645, -0.018382614478468895, 0.0092670489102602, 0.05493632331490517, 0.008716903626918793, 0.06645815819501877, 0.027450859546661377, -0.14447978138923645, -0.10054020583629608, 0.09918662160634995, 0.18411913514137268, 0.02766675129532814, 0.015400838106870651, -0.07100085914134979, 0.03612305968999863, 0.17978699505329132, -0.018217135220766068, 0.0029138412792235613, -0.11674037575721741, 0.11983006447553635, 0.028574801981449127, 0.029543383046984673, -0.0825314149260521, 0.014034891501069069, 0.1275850087404251, -0.034651655703783035, -0.03826473653316498, 0.12952297925949097, -0.11688848584890366, -0.10255881398916245, -0.1778659075498581, 0.046964917331933975, 0.03868729621171951, 0.04778943583369255, -0.033831123262643814, -0.0082043232396245, -0.012629583477973938, -0.024377699941396713, 0.12759579718112946, -0.056065645068883896, -0.07962575554847717, 0.30065223574638367, 0.06041787937283516, -0.19291885197162628, -0.06967465579509735, -0.1672215312719345, 0.16715770959854126, 0.17321011424064636, 0.059772443026304245, 0.07994767278432846, 0.10898027569055557, -0.05963725596666336, -0.21415935456752777, 0.10345135629177094, 0.02093721553683281, 0.04929618164896965, -0.042069729417562485, -0.11787652224302292, -0.01314880046993494, 0.021879613399505615, 0.03681587055325508, 0.09302207082509995, -0.13833799958229065, -0.04552847519516945, -0.012058296240866184, 0.06689458340406418, 0.2939242720603943, -0.17407728731632233, -0.017903150990605354, -0.08101368695497513, 0.05728510767221451, 0.12428659945726395, -0.05588376522064209, 0.07432340830564499, 0.02927112579345703, 0.11346091330051422, -0.014249934814870358, -0.0255112461745739, 0.1598583161830902, 0.02422523871064186, 0.04922326281666756, -0.1047879010438919, -0.07314645498991013, 0.10327666997909546, -0.04180503636598587, 0.048464514315128326, -0.07697746157646179, -0.052160922437906265, -0.2664877772331238, -0.04715657979249954, -0.1214405819773674, 0.014303718693554401, 0.007838851772248745, -0.0234706811606884, -0.1546654999256134, 0.04571614786982536, 0.0022379872389137745, -0.01928451843559742, 0.0734824687242508, 0.007996637374162674, -0.07437059283256531, 0.054581768810749054, 0.13335400819778442, -0.14502038061618805, -0.01990688033401966, -0.0333264097571373, 0.007577673066407442, 0.027267012745141983, -0.16324961185455322, -0.02521906979382038, 0.07999046891927719, -0.03175662085413933, 0.23367467522621155, 0.049823928624391556, -0.12005607038736343, 0.07710442692041397, 0.11764632910490036, 0.018451932817697525, -0.017280755564570427, -0.043256305158138275, 0.07969530671834946, -0.07970328629016876, -0.04842827096581459, 0.06228646636009216, -0.031637709587812424, 0.04441414028406143, -0.047614045441150665, 0.03833599388599396, 0.03444723039865494, 0.11067217588424683, 0.03734413906931877, -0.01721641980111599, -0.13285252451896667, 0.006075779441744089, 0.044005393981933594, -0.26871171593666077, 0.04548439383506775, 0.13130462169647217, -0.010958528146147728, -0.08557941764593124, 0.148492231965065, 0.32307693362236023, -0.010817655362188816, -0.1030297800898552, -0.07129695266485214, -0.12726576626300812, 0.05987417697906494, 0.13435307145118713, 0.001449650852009654, -0.00036566262133419514, -0.012099646963179111, 0.03438418358564377, -0.02185755968093872, 0.008354013785719872, 0.018580686300992966, -0.031478866934776306, -0.021413996815681458, -0.0886884331703186, -0.028694232925772667, -0.009694098494946957, -0.038523249328136444, -0.09274439513683319, -0.06466341018676758, -0.02372119575738907, -0.0547415092587471, 0.013451961800456047, -0.058733731508255005, 0.0015502142487093806, 0.05155051127076149, -0.016994569450616837, -0.03048756532371044, -0.06837473809719086, -0.04988205432891846, 0.05976372957229614, -0.00584026612341404, 0.13158415257930756, -0.06378090381622314, -0.042648497968912125, 0.025381114333868027, -0.04511740803718567, 0.11557965725660324, 0.0281458031386137, -0.0404396653175354, 0.03131954371929169, -0.35461726784706116, 0.03570864349603653, 0.18295328319072723, 0.018029319122433662, 0.032786380499601364, 0.026865458115935326, -0.006666309665888548, 0.047090161591768265, 0.036381468176841736, 0.054698266088962555, 0.09077863395214081, 0.0015619565965607762, 0.05951884761452675, -0.01812286302447319, -0.11881043016910553, -0.01269372645765543, 0.03801187127828598, 0.029963230714201927, -0.048843033611774445, 0.15444517135620117, 0.013676675036549568, 0.052286744117736816, -0.13126711547374725, 0.01940556801855564, 0.07001801580190659, -0.004046190995723009, -0.056945912539958954, -0.044213805347681046, 0.07229018211364746, -0.007997475564479828, 0.2493443489074707, 0.06859037280082703, -0.03318270295858383, 0.026080643758177757, 0.13185268640518188, 0.04608508199453354, 0.01959890127182007, -0.04277070239186287, 0.09857888519763947, -0.04114316403865814, -0.06325163692235947, 0.0771482065320015, 0.1724543571472168, 0.07381478697061539, 0.213162362575531, 0.08726415783166885, 0.16710905730724335, 0.19486548006534576, -0.06698831915855408, 0.003326217643916607, 0.0593249686062336, -0.04191502556204796, -0.05677507817745209, 0.0888809934258461, 0.04377065226435661, 0.08857820183038712, 0.04351514205336571, -0.06135489419102669, 0.03234436362981796, -0.14529317617416382, -0.06511638313531876, 0.017140736803412437, 0.0934525802731514, -0.029083458706736565, -0.11054909974336624, 0.007204670924693346, -0.12794402241706848, -0.013899260200560093, 0.0570741668343544, 0.08176670223474503, 0.008157610893249512, 0.012976020574569702, 0.012582079507410526, 0.02444254606962204, 0.18609291315078735, -0.03954804688692093, -0.06882606446743011, -0.06707251071929932, -0.006738533731549978, 0.00536459032446146, -0.027567440643906593, 0.0854324921965599, 0.07401125133037567, -0.060494691133499146, 0.011994726955890656, -0.0667635053396225, -0.1523573398590088, -0.017541425302624702, -0.045515276491642, -0.04734492301940918, 0.01842602528631687, -0.04153645411133766, 0.089317187666893, 0.03207124397158623, -0.0740315392613411, 0.02523217163980007, 0.07987513393163681, -0.10200149565935135, -0.1673014611005783, -0.09542147070169449, 0.009171008132398129, -0.04619234800338745, -0.1290334016084671, -0.07930969446897507, 0.15372541546821594, 0.1494361311197281, -0.0175175778567791, -0.05298706889152527, -0.06417759507894516, 0.04135577008128166, -0.022881731390953064, 0.09301697462797165, -0.00849109049886465, 0.13253438472747803, -0.030699273571372032, 0.0715949535369873, -0.004168672487139702, -0.0710558220744133, 0.06284694373607635, 0.08004923909902573, 0.11926779896020889, 0.011405430734157562, -0.08629262447357178, 0.10616248846054077, -0.08885344862937927, -0.0782492458820343, 0.22547756135463715, -0.21804335713386536, -0.0645584836602211, -0.11798633635044098, 0.16765503585338593, 0.10137592256069183, 0.06321864575147629, 0.011125071905553341, -0.036463748663663864, -0.03944970294833183, 0.014335456304252148, -0.3318394720554352, -0.06820151954889297, 0.08463172614574432, -0.07556024938821793, 0.03967217728495598, -0.04093153774738312, 0.125449538230896, 0.07750680297613144, -0.052401233464479446, -0.043843310326337814, -0.039051733911037445, 0.06409342586994171, 0.10439226776361465, -0.040356747806072235, 0.2049892395734787, -0.056933239102363586, 0.03521052747964859, 0.11433815956115723, -0.18148361146450043, 0.025388497859239578, 0.05594240501523018, -0.019468914717435837, -0.12722109258174896, 0.08596443384885788, -0.0692266896367073, 0.028266705572605133, 0.10471821576356888, 0.04869859293103218, 0.026169871911406517, -0.042792908847332, 0.02491680532693863, -0.02460457943379879, 0.033123672008514404, -0.07273585349321365, -0.13726912438869476, -0.0619974210858345, 0.06696084886789322, 0.035578176379203796, -0.22763477265834808, 0.023092789575457573, -0.11924312263727188, -0.049809448421001434, -0.05593045428395271, 0.06473313271999359, 0.1009555533528328, 0.0065261125564575195, -0.0495312362909317, -0.16169051826000214, 0.09240700304508209, 0.12360357493162155, 0.03225794434547424, -0.03274780511856079 ]
4f8539a397ecc0d7185bf941bc1bb7238abc3648
# Dataset Card for "IEMOCAP_Audio" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Zahra99/IEMOCAP_Audio
[ "task_categories:audio-classification", "size_categories:1K<n<10K", "language:en", "region:us" ]
2023-02-08T15:58:57+00:00
{"language": ["en"], "size_categories": ["1K<n<10K"], "task_categories": ["audio-classification"], "dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "label", "dtype": {"class_label": {"names": {"0": "ang", "1": "hap", "2": "neu", "3": "sad"}}}}], "splits": [{"name": "session1", "num_bytes": 163119572.96, "num_examples": 1085}, {"name": "session2", "num_bytes": 152984371.952, "num_examples": 1023}, {"name": "session3", "num_bytes": 166040715.472, "num_examples": 1151}, {"name": "session4", "num_bytes": 144715722.648, "num_examples": 1031}, {"name": "session5", "num_bytes": 183486561.006, "num_examples": 1241}], "download_size": 174395249, "dataset_size": 810346944.0380001}}
2024-02-05T03:16:33+00:00
[]
[ "en" ]
TAGS #task_categories-audio-classification #size_categories-1K<n<10K #language-English #region-us
# Dataset Card for "IEMOCAP_Audio" More Information needed
[ "# Dataset Card for \"IEMOCAP_Audio\"\n\nMore Information needed" ]
[ "TAGS\n#task_categories-audio-classification #size_categories-1K<n<10K #language-English #region-us \n", "# Dataset Card for \"IEMOCAP_Audio\"\n\nMore Information needed" ]
[ 34, 16 ]
[ "passage: TAGS\n#task_categories-audio-classification #size_categories-1K<n<10K #language-English #region-us \n# Dataset Card for \"IEMOCAP_Audio\"\n\nMore Information needed" ]
[ -0.14671964943408966, 0.0872906818985939, -0.0012406143359839916, 0.013893148861825466, 0.10096153616905212, 0.04923257976770401, 0.16225188970565796, 0.0738576352596283, 0.13373766839504242, 0.02732405625283718, -0.05920710414648056, 0.07943088561296463, 0.07583320885896683, 0.10854916274547577, -0.060552313923835754, -0.16814285516738892, 0.05198974907398224, -0.015300817787647247, 0.03177694231271744, 0.03082066960632801, 0.07431663572788239, -0.022165831178426743, 0.0044851843267679214, -0.06605634093284607, -0.09599867463111877, 0.021496662870049477, -0.008019647561013699, -0.10124364495277405, -0.039270367473363876, -0.07066097855567932, 0.08962849527597427, 0.019034335389733315, 0.01395667064934969, -0.15379182994365692, 0.011078291572630405, -0.023391250520944595, 0.015421630814671516, 0.01041930727660656, 0.10792337357997894, -0.09051598608493805, -0.19523859024047852, -0.07931315153837204, -0.033970147371292114, 0.007370530627667904, -0.02463425323367119, -0.1427966058254242, -0.014538667164742947, -0.049358006566762924, 0.03894783928990364, 0.01887008361518383, -0.046534355729818344, 0.07397978752851486, -0.15693765878677368, 0.04960079491138458, 0.057316865772008896, 0.05121126025915146, 0.07020591199398041, 0.12608028948307037, 0.03941171243786812, 0.1889088898897171, 0.005396100226789713, 0.004819290712475777, 0.09567514061927795, -0.023007752373814583, -0.07925234735012054, -0.059346772730350494, -0.10427366942167282, -0.04305717349052429, -0.0692075714468956, -0.01249791868031025, 0.37609001994132996, 0.06501133739948273, -0.03549890220165253, -0.06254053860902786, 0.017061349004507065, -0.14573852717876434, -0.06510402262210846, 0.11298193037509918, 0.02830866351723671, -0.0378706268966198, 0.05359571427106857, 0.09293598681688309, -0.043333955109119415, -0.09961853921413422, -0.11615192145109177, 0.055559512227773666, -0.01013873890042305, 0.03518197312951088, 0.007084352895617485, -0.07675985991954803, -0.15512438118457794, -0.032915279269218445, -0.018179045990109444, -0.00702171865850687, -0.11178869009017944, -0.07841238379478455, 0.05611438304185867, 0.027962323278188705, 0.09062694758176804, 0.013643725775182247, 0.028952060267329216, 0.05650625377893448, -0.010829363018274307, 0.11634735763072968, 0.22826068103313446, -0.04794004186987877, 0.0069619291462004185, -0.15161222219467163, -0.030781276524066925, -0.014024171978235245, -0.004755974281579256, -0.09788402169942856, -0.16398954391479492, 0.005308293737471104, -0.008386077359318733, 0.08155375719070435, -0.053198616951704025, -0.10024502873420715, -0.12133670598268509, -0.07214086502790451, 0.13200706243515015, -0.09937944263219833, 0.024674078449606895, -0.010906350798904896, 0.007453395053744316, 0.06297533959150314, -0.13091865181922913, 0.06893192231655121, -0.035600755363702774, 0.08163365721702576, 0.0037317315582185984, 0.012874143198132515, -0.00987554807215929, -0.06146629527211189, 0.12993113696575165, -0.12650832533836365, 0.10300913453102112, -0.07250327616930008, -0.14038027822971344, -0.03851820528507233, 0.05124900862574577, -0.016910113394260406, -0.030990732833743095, -0.06814640015363693, 0.044518522918224335, 0.03401888161897659, -0.0884820967912674, 0.058108702301979065, -0.13621245324611664, 0.03840260952711105, -0.03467385098338127, 0.12354137003421783, -0.1566939353942871, 0.1002931222319603, -0.06321173161268234, 0.012054278515279293, -0.16826587915420532, 0.10715421289205551, -0.15172134339809418, -0.015966622158885002, -0.0702417716383934, -0.05368344113230705, -0.09067496657371521, 0.09786640107631683, -0.08668442815542221, 0.030475785955786705, -0.2094261199235916, -0.13392063975334167, -0.025262316688895226, -0.03950381278991699, -0.06221163645386696, 0.12883780896663666, 0.04074729233980179, 0.01416980754584074, 0.061111971735954285, 0.38972699642181396, 0.0691978931427002, -0.06327421218156815, -0.03162369877099991, 0.09454025328159332, -0.005803322419524193, -0.1923179030418396, 0.15559060871601105, -0.0655713602900505, 0.060157664120197296, -0.04627012833952904, 0.21238507330417633, 0.02746417559683323, -0.0174973513931036, -0.01113162748515606, 0.054022710770368576, -0.08221383392810822, 0.008655833080410957, 0.02018740028142929, -0.005244777072221041, -0.01806890405714512, 0.04508582875132561, 0.1127776950597763, 0.0691625252366066, 0.03250226005911827, -0.03799503669142723, -0.02558993548154831, 0.13772988319396973, -0.21131528913974762, -0.032106272876262665, -0.1805385798215866, 0.15274327993392944, 0.012447183020412922, -0.030377797782421112, 0.1879063993692398, 0.08223649859428406, -0.017804881557822227, -0.04040214419364929, -0.02839772216975689, 0.006467301398515701, 0.12708741426467896, 0.026720641180872917, -0.024708589538931847, -0.11667164415121078, 0.04210586100816727, -0.0752997025847435, 0.021783025935292244, 0.02366776205599308, -0.06530303508043289, 0.08734966069459915, -0.017854759469628334, 0.049374859780073166, -0.027821727097034454, 0.07051108777523041, 0.032003533095121384, -0.05165433511137962, -0.010292059741914272, -0.016674526035785675, -0.04698120802640915, 0.002141085686162114, 0.08581823855638504, -0.15585196018218994, 0.1655162125825882, 0.1740933060646057, -0.004045216366648674, 0.06018587946891785, -0.04768450930714607, 0.08659979701042175, -0.04535028710961342, -0.08716388791799545, -0.025608398020267487, 0.10715823620557785, -0.018341170623898506, 0.09730903059244156, -0.1115194633603096, -0.004093206487596035, 0.06989604234695435, -0.04210491478443146, -0.06642131507396698, 0.05598397180438042, 0.08919209241867065, -0.23670709133148193, 0.14870716631412506, 0.13413068652153015, -0.0007113516330718994, 0.35862091183662415, -0.029402650892734528, -0.12571223080158234, 0.05099683254957199, -0.059866763651371, -0.05506725236773491, 0.16890671849250793, -0.27454131841659546, 0.04364161938428879, 0.10133691877126694, 0.10968276858329773, 0.07123368233442307, -0.07043284177780151, 0.0004568497242871672, -0.007896648719906807, -0.01780461147427559, -0.2821493446826935, -0.04848141968250275, 0.058675628155469894, 0.016152791678905487, -0.05370249226689339, -0.03259257599711418, 0.06413482874631882, -0.043173614889383316, -0.06904727965593338, 0.051386550068855286, -0.1775493323802948, -0.2551020383834839, -0.14039799571037292, -0.1111697182059288, 0.04203086718916893, 0.06600445508956909, 0.04116421192884445, -0.12513947486877441, -0.03579876944422722, 0.031408652663230896, 0.08806991577148438, -0.11980633437633514, -0.04907712712883949, 0.04575258865952492, 0.07060924172401428, -0.049017973244190216, -0.0752437487244606, 0.001839726115576923, 0.056792546063661575, 0.1793791800737381, 0.07861229032278061, -0.11501868814229965, 0.027702530845999718, 0.2725813686847687, 0.03659085929393768, 0.017386646941304207, -0.0288341473788023, 0.10889744758605957, -0.16988477110862732, 0.08071321249008179, 0.04547956958413124, -0.054566916078329086, -0.024175500497221947, 0.20349277555942535, 0.041758790612220764, -0.05096735060214996, -0.04569082334637642, 0.032075878232717514, -0.12452688813209534, -0.3103061616420746, -0.1326216161251068, -0.13564269244670868, 0.1118457019329071, 0.0037840772420167923, 0.007315007969737053, 0.12416774034500122, 0.061775438487529755, 0.012938570231199265, 0.107232466340065, 0.0006581910420209169, -0.04626805707812309, -0.05754284933209419, -0.029261816293001175, 0.02766197733581066, -0.08071199059486389, -0.023454222828149796, 0.11720357090234756, 0.15282052755355835, 0.17223645746707916, 0.1869950294494629, 0.19657354056835175, -0.014279038645327091, -0.045327235013246536, 0.1320914924144745, 0.1535879373550415, 0.060831714421510696, 0.004498697351664305, -0.011714288033545017, -0.024221286177635193, 0.010200639255344868, 0.017159871757030487, 0.26922354102134705, -0.08014272898435593, -0.04650311917066574, -0.014497493393719196, -0.047461651265621185, -0.10469111800193787, 0.11693254858255386, -0.17463825643062592, 0.0991474986076355, 0.1228950172662735, 0.026017263531684875, -0.18697264790534973, 0.11535684019327164, 0.1774720847606659, -0.01635804958641529, 0.08278127014636993, 0.059737496078014374, 0.10272401571273804, -0.16111792623996735, -0.05078183114528656, 0.01567181386053562, -0.0018092305399477482, -0.046735361218452454, 0.11289695650339127, 0.0018094656988978386, 0.15552961826324463, 0.09969767928123474, 0.03351926431059837, -0.11451391130685806, -0.03305521607398987, -0.027197547256946564, 0.054850950837135315, 0.10613363236188889, 0.045629024505615234, -0.12002595514059067, -0.2252049744129181, -0.13756853342056274, -0.1110418438911438, 0.13494451344013214, 0.06435003876686096, -0.11003900319337845, 0.03148367628455162, -0.011700224131345749, -0.0020531630143523216, -0.26710042357444763, -0.11848054826259613, -0.12340813875198364, 0.015253638848662376, 0.2837426960468292, -0.0177842378616333, -0.006488713901489973, -0.05383312329649925, -0.10129808634519577, 0.07801543176174164, -0.049335576593875885, -0.08344287425279617, -0.08076595515012741, -0.10129301995038986, 0.21952036023139954, 0.05956590548157692, 0.040738869458436966, 0.0017615302931517363, 0.08343897759914398, -0.04912229999899864, -0.040422361344099045, 0.13022127747535706, -0.10195101797580719, 0.08944353461265564, -0.1254051923751831, 0.18794339895248413, -0.05517328158020973, 0.11998451501131058, -0.03360062465071678, 0.0020610750652849674, 0.051489442586898804, -0.025925729423761368, 0.07621697336435318, -0.17037884891033173, 0.03048093244433403, 0.3082101047039032, 0.02854917198419571, -0.1597864180803299, 0.04836365580558777, -0.12215859442949295, 0.15317630767822266, 0.12257732450962067, 0.04424932599067688, 0.12331581115722656, 0.1726544350385666, 0.0017483234405517578, -0.24464283883571625, 0.10290318727493286, 0.03051433339715004, 0.01721198670566082, -0.020584559068083763, -0.15611454844474792, 0.07722286134958267, 0.05556614696979523, -0.002333282958716154, 0.22412289679050446, -0.10046747326850891, -0.043882105499506, 0.1197613775730133, -0.0831548273563385, 0.09609980136156082, -0.05934848263859749, -0.08955688774585724, -0.14892132580280304, -0.01916118711233139, 0.0934348776936531, -0.14369522035121918, 0.11832696944475174, 0.08210767060518265, 0.10546638071537018, 0.009482506662607193, -0.01903017796576023, 0.11995600163936615, 0.1504194438457489, 0.018169255927205086, -0.02699614316225052, -0.06951837241649628, 0.12390834093093872, 0.014938335865736008, 0.0017724732169881463, -0.045193035155534744, -0.051518794149160385, -0.11671838164329529, -0.07533512264490128, 0.00955289788544178, -0.0094120679423213, 0.04053635895252228, -0.053336769342422485, -0.030303265899419785, 0.008392746560275555, -0.09566894918680191, -0.044427018612623215, 0.24057810008525848, -0.03148174285888672, -0.12015295028686523, 0.048798900097608566, 0.14488837122917175, -0.15448421239852905, -0.1305355429649353, -0.0482926107943058, -0.050781767815351486, 0.06011634320020676, -0.14841553568840027, 0.05759904161095619, 0.05899575725197792, 0.0400138795375824, 0.09753834456205368, 0.0257171168923378, -0.05494225025177002, -0.008311094716191292, 0.13127566874027252, 0.09022548794746399, 0.03552629053592682, 0.0002927074965555221, 0.04121044650673866, 0.03755784407258034, -0.045165810734033585, -0.019227489829063416, 0.07887393236160278, 0.03030075877904892, 0.0031376827973872423, -0.011107591912150383, -0.09032297134399414, 0.20889784395694733, 0.06285884976387024, 0.07187356054782867, -0.18480908870697021, 0.17758086323738098, 0.07497835159301758, -0.1417693793773651, -0.031338587403297424, -0.04387647286057472, -0.049600984901189804, -0.08124653249979019, 0.10266229510307312, 0.1172795295715332, 0.0946994498372078, -0.11101234704256058, 0.035924188792705536, -0.11920005083084106, 0.01476815715432167, -0.00682441983371973, 0.0007104001706466079, -0.03690497204661369, -0.027084747329354286, -0.029779890552163124, -0.04178103804588318, 0.05650820583105087, -0.04698430746793747, 0.07076280564069748, -0.2008865475654602, -0.14195816218852997, -0.03835289925336838, 0.0538935661315918, -0.06118862330913544, -0.03811337798833847, -0.042147617787122726, 0.08264636248350143, -0.09852270036935806, 0.07925776392221451, 0.0033640721812844276, 0.003912892192602158, 0.013847463764250278, 0.02420802414417267, -0.027565084397792816, -0.038381073623895645, -0.0997665598988533, 0.05422346666455269, 0.003559269942343235, 0.09793319553136826, 0.06734909117221832, -0.032421961426734924, 0.025273729115724564, -0.028653373941779137, 0.04144579544663429, 0.09159070998430252, -0.04728265479207039, -0.02346409671008587, -0.17422686517238617, -0.10850510001182556, 0.18334686756134033, 0.10783178359270096, 0.07904623448848724, -0.020442113280296326, 0.013129870407283306, 0.06560475379228592, 0.07976637780666351, 0.022899247705936432, -0.11940822750329971, -0.056264352053403854, -0.027387097477912903, -0.23388804495334625, -0.11900678277015686, -0.021742163226008415, 0.0016902177594602108, 0.17171108722686768, -0.023496152833104134, 0.1433543860912323, 0.07165403664112091, 0.027130214497447014, -0.02960897795855999, 0.03079492598772049, 0.005277257412672043, -0.10028643161058426, -0.03445575758814812, -0.006266322452574968, 0.030621226876974106, -0.028697757050395012, 0.3231145441532135, 0.057343460619449615, -0.06870155781507492, -0.03549979627132416, 0.10089506953954697, 0.041094157844781876, 0.008388303220272064, 0.25535818934440613, 0.0846501812338829, -0.04889186844229698, -0.08967834711074829, -0.037596601992845535, 0.15014122426509857, 0.11041589081287384, -0.010321424342691898, 0.16037970781326294, 0.005782312713563442, 0.017343472689390182, 0.03895878791809082, -0.09657622873783112, -0.09463611990213394, 0.0952291414141655, 0.06677491962909698, 0.03590746968984604, 0.09411385655403137, 0.09714056551456451, -0.019404640421271324, -0.08358082920312881, 0.07317706942558289, -0.04750607907772064, -0.06285811215639114, -0.08870919793844223, -0.06348899006843567, -0.06709574162960052, -0.09862995892763138, 0.024426572024822235, -0.07765664905309677, 0.06323876231908798, 0.08115314692258835, 0.045646365731954575, 0.04496649280190468, 0.14483147859573364, -0.22631795704364777, -0.030275655910372734, 0.06553857773542404, -0.020920153707265854, -0.05799019709229469, -0.016651161015033722, -0.053444527089595795, 0.15570515394210815, -0.06119547784328461, 0.027392245829105377, -0.03638274967670441, -0.05830962955951691, 0.03775162994861603, -0.11924954503774643, -0.10085930675268173, -0.048620983958244324, -0.03666636347770691, -0.009522272273898125, 0.13387338817119598, 0.021048590540885925, -0.005341844633221626, 0.025383727625012398, 0.02705528773367405, -0.024257265031337738, -0.12698107957839966, 0.002563802758231759, -0.1634233593940735, -0.08985916525125504, 0.12085232883691788, -0.01205972209572792, -0.14009398221969604, -0.058966901153326035, 0.10266399383544922, 0.17673209309577942, -0.008107949048280716, -0.05377909168601036, 0.011561747640371323, -0.009921753779053688, -0.082102470099926, 0.03252675011754036, 0.018536094576120377, 0.06570924073457718, 0.07202526926994324, -0.050327856093645096, -0.02689923346042633, -0.015874657779932022, -0.0287599079310894, 0.0903649851679802, 0.06018064171075821, -0.09373040497303009, -0.030986294150352478, 0.12278728187084198, -0.17182761430740356, 0.04060140624642372, -0.0025858900044113398, -0.06940552592277527, -0.11448508501052856, -0.0845753476023674, 0.11721691489219666, 0.10208157449960709, -0.06322089582681656, -0.061993394047021866, -0.08706369251012802, -0.17855767905712128, -0.01438581757247448, -0.26117679476737976, -0.041761476546525955, -0.08034323900938034, 0.007465675938874483, 0.08680655062198639, 0.00025966044631786644, 0.24922043085098267, -0.008296006359159946, 0.07406740635633469, 0.01550037506967783, 0.08491231501102448, -0.009623141027987003, -0.003930394537746906, 0.03304176405072212, 0.2836500108242035, -0.09955459833145142, 0.036274734884500504, 0.07905208319425583, -0.06636494398117065, -0.016022853553295135, 0.0029646786861121655, -0.08288244158029556, -0.09976638853549957, -0.020038248971104622, -0.08702132105827332, 0.07596021145582199, -0.07304637879133224, 0.04920956864953041, -0.054664816707372665, -0.010017665103077888, 0.08771198242902756, 0.11529965698719025, 0.01272663101553917, -0.061833471059799194, -0.08853999525308609, -0.08808518946170807, -0.0710102841258049, 0.02943388558924198, -0.24800880253314972, 0.06707818806171417, -0.13710685074329376, -0.0073114731349051, -0.10275828093290329, 0.027994584292173386, 0.10588926821947098, 0.009985496290028095, -0.05807294696569443, -0.1354435533285141, 0.05800243094563484, 0.05039161071181297, -0.09543189406394958, -0.06193458288908005 ]
fac035351a76dc75ec5ae7a64984571fcd6179db
# Dataset Card for "Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_100" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Multimodal-Fatima/Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_100
[ "region:us" ]
2023-02-08T16:16:00+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "prompt", "dtype": "string"}, {"name": "true_label", "dtype": "string"}, {"name": "raw_prediction", "dtype": "string"}, {"name": "prediction", "dtype": "string"}], "splits": [{"name": "fewshot_10", "num_bytes": 29959416.0, "num_examples": 100}], "download_size": 29638886, "dataset_size": 29959416.0}}
2023-02-08T16:16:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_100" More Information needed
[ "# Dataset Card for \"Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_100\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_100\"\n\nMore Information needed" ]
[ 6, 34 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_100\"\n\nMore Information needed" ]
[ -0.1278214007616043, 0.11224649101495743, -0.0034461950417608023, 0.02581145614385605, 0.021192561835050583, 0.12686564028263092, 0.18280571699142456, 0.08391027897596359, 0.26974955201148987, 0.013494500890374184, 0.1850549578666687, 0.04757216200232506, -0.0070817177183926105, 0.15551799535751343, -0.0904255211353302, 0.04019681736826897, 0.07390782237052917, 0.037089522927999496, 0.013593110255897045, 0.11724530905485153, 0.08299048244953156, -0.02347988449037075, 0.08993368595838547, -0.08634749054908752, -0.21394042670726776, 0.11678112298250198, 0.06819193810224533, -0.04392451047897339, 0.08214147388935089, -0.12745660543441772, 0.11416397243738174, -0.03938404470682144, -0.053463760763406754, -0.03710397705435753, 0.05582568794488907, -0.006952771916985512, -0.020985767245292664, 0.020249076187610626, -0.007760646753013134, -0.1977660208940506, 0.09211867302656174, -0.029788434505462646, 0.02667325921356678, 0.08700531721115112, -0.14921486377716064, -0.04408281669020653, -0.08755055069923401, -0.02813178300857544, 0.0666886642575264, 0.08972806483507156, -0.023973194882273674, 0.21731697022914886, -0.08673525601625443, 0.08890488743782043, 0.1683422178030014, 0.12058448046445847, -0.013459554873406887, 0.0009580051410011947, -0.05921138450503349, 0.05514882504940033, -0.0024094232358038425, 0.06781559437513351, 0.17426127195358276, 0.017261408269405365, -0.1208004280924797, -0.05885409936308861, -0.029991088435053825, 0.06032693758606911, -0.022611642256379128, -0.07244656980037689, 0.14057548344135284, 0.07577955722808838, -0.00006692314491374418, -0.02705080434679985, -0.04650703817605972, -0.1727217137813568, 0.06987959891557693, 0.0018723885295912623, -0.015505323186516762, 0.005944983568042517, -0.007614424917846918, 0.051568105816841125, -0.0638776496052742, -0.09460320323705673, -0.13057781755924225, 0.03977040573954582, -0.056079622358083725, 0.0757058784365654, -0.135023295879364, -0.10094895958900452, -0.09437921643257141, -0.07620759308338165, -0.030048340559005737, -0.058487772941589355, -0.0564335361123085, -0.010438795201480389, -0.07936552166938782, -0.06611073762178421, 0.17067793011665344, -0.06590338051319122, 0.0704084187746048, 0.045390669256448746, -0.09668834507465363, 0.0034581765066832304, 0.19236932694911957, -0.0623374842107296, 0.079191654920578, 0.03589395061135292, -0.021938977763056755, 0.006207845639437437, 0.0553043968975544, -0.02903582900762558, 0.002884402172639966, -0.04299132525920868, 0.03460937738418579, 0.17081767320632935, 0.0050834594294428825, -0.04673631489276886, -0.16974708437919617, -0.0023693738039582968, 0.03715583309531212, -0.1299164742231369, 0.06790582835674286, 0.0536542572081089, -0.10780465602874756, 0.040138449519872665, -0.08560400456190109, -0.06039417162537575, -0.0018638010369613767, -0.009775970131158829, -0.045066799968481064, 0.04497665539383888, -0.10137908160686493, -0.0611933134496212, 0.14594043791294098, -0.10461582988500595, 0.02101730741560459, -0.06601490080356598, -0.2560691833496094, -0.035545334219932556, -0.06387188285589218, -0.011208921670913696, 0.144864022731781, -0.06813816726207733, 0.0429622046649456, -0.022439636290073395, -0.021623684093356133, -0.07188549637794495, -0.0547761544585228, 0.04643181338906288, -0.023571420460939407, 0.09305741637945175, -0.09749405086040497, -0.0008434733608737588, -0.10700865089893341, 0.07443772256374359, 0.009827795438468456, 0.011198104359209538, -0.16963057219982147, 0.14852896332740784, -0.021109359338879585, 0.007224976550787687, -0.1663012057542801, 0.03270837292075157, 0.045971695333719254, 0.21994590759277344, -0.30280801653862, -0.01880999654531479, 0.05930495262145996, -0.1557750105857849, -0.20361080765724182, 0.09678516536951065, -0.052148763090372086, -0.033551111817359924, 0.13401736319065094, 0.2987239360809326, -0.17758212983608246, -0.14467735588550568, 0.004529977682977915, 0.07446974515914917, -0.1597805619239807, -0.1173955649137497, -0.019245782867074013, -0.11534030735492706, -0.06701651960611343, -0.03193122521042824, 0.22854672372341156, 0.03974198177456856, -0.030578164383769035, -0.07103517651557922, -0.05443873256444931, -0.11360745131969452, 0.15306797623634338, 0.015853138640522957, -0.05027429759502411, -0.16341030597686768, 0.08858457207679749, -0.03800474479794502, 0.12116546928882599, 0.004436732269823551, -0.03258257731795311, -0.07567349076271057, 0.10204818099737167, 0.002203564392402768, -0.04867091402411461, -0.13843582570552826, -0.140621617436409, 0.0026305450592190027, -0.0932440459728241, 0.048732172697782516, -0.021540291607379913, 0.11200667172670364, -0.1045483648777008, 0.035818975418806076, 0.011122424155473709, 0.04967057704925537, 0.051482852548360825, -0.040997765958309174, -0.019107503816485405, 0.07782655954360962, -0.03764021769165993, 0.12243955582380295, -0.12630076706409454, -0.01740425080060959, 0.16962461173534393, 0.02734696865081787, -0.03131164610385895, -0.037912849336862564, 0.11452066153287888, 0.031592559069395065, 0.03027859516441822, -0.0793069526553154, 0.014161890372633934, -0.04889580234885216, -0.04486438259482384, 0.05044064670801163, -0.1039503738284111, 0.051783155649900436, 0.20532232522964478, -0.10623279213905334, -0.02204771712422371, 0.12187433987855911, 0.049166202545166016, 0.045340895652770996, -0.011945908889174461, -0.055628977715969086, -0.1620972603559494, -0.005019457545131445, 0.0040483842603862286, -0.0884336456656456, -0.04741361364722252, 0.00801274087280035, -0.009619008749723434, -0.14188562333583832, 0.09923198819160461, 0.044534917920827866, -0.27418091893196106, 0.13203024864196777, 0.25311243534088135, -0.06792768836021423, 0.07173912972211838, -0.049423135817050934, -0.0723726749420166, -0.04197331890463829, -0.019327761605381966, -0.02705565094947815, 0.15805985033512115, -0.2173614650964737, 0.016980784013867378, 0.04631026089191437, 0.0001899253693409264, 0.0672285258769989, -0.07956911623477936, -0.07652244716882706, 0.0020361198112368584, -0.05257641151547432, -0.18655629456043243, 0.07587803900241852, 0.03858749940991402, 0.0667894259095192, -0.037739530205726624, 0.0024380767717957497, 0.051019087433815, -0.006163521204143763, -0.1634638011455536, 0.06761689484119415, -0.16578899323940277, -0.12235385924577713, 0.047756437212228775, 0.04351181536912918, -0.020148472860455513, 0.017402516677975655, -0.013048896566033363, -0.2257309854030609, 0.006226555909961462, -0.06243719905614853, -0.1428764909505844, -0.11879794299602509, 0.005971110891550779, 0.12008016556501389, 0.015400886535644531, -0.035621628165245056, -0.0914464220404625, -0.03138056769967079, -0.06170222535729408, 0.14318111538887024, 0.09128861129283905, -0.19320888817310333, 0.13826628029346466, 0.15073992311954498, -0.00783599354326725, 0.04241544380784035, -0.04816015809774399, 0.23267444968223572, -0.06894900649785995, -0.038834765553474426, 0.09836357086896896, -0.03125971183180809, 0.010347917675971985, -0.024352360516786575, -0.037319038063287735, -0.16500915586948395, 0.03391372039914131, 0.014986496418714523, -0.0707172080874443, -0.2252572923898697, -0.06794576346874237, -0.014599254354834557, 0.10983803123235703, 0.07763636857271194, 0.07360553741455078, 0.04313540458679199, 0.09789605438709259, 0.13897113502025604, -0.15573567152023315, -0.06567085534334183, -0.027316419407725334, 0.013540801592171192, -0.025009077042341232, -0.07877915352582932, -0.12457611411809921, 0.02903643250465393, 0.15353423357009888, -0.05692955479025841, 0.08877832442522049, 0.05016187205910683, 0.16607345640659332, 0.03206133469939232, 0.10154108703136444, 0.07879425585269928, 0.08967995643615723, 0.06153237819671631, -0.04717254266142845, 0.03671105206012726, 0.013690219260752201, -0.1456337422132492, -0.01760801114141941, 0.06846003979444504, -0.05232866853475571, 0.045522794127464294, -0.13979238271713257, 0.11944729834794998, -0.06406588852405548, 0.1298704296350479, -0.23838630318641663, 0.05916687473654747, 0.014051984995603561, 0.07415593415498734, 0.021858708932995796, 0.011738324537873268, 0.006986068096011877, -0.043047789484262466, 0.12219765782356262, 0.07325559109449387, 0.06752826273441315, 0.0026619751006364822, 0.0020072131883352995, -0.1331358551979065, -0.07513108849525452, -0.02481278032064438, 0.08126369118690491, -0.25550270080566406, 0.21777577698230743, 0.019086021929979324, 0.04466651752591133, -0.1249217763543129, -0.10849539935588837, 0.0523546002805233, 0.019345205277204514, 0.11058566719293594, 0.030349254608154297, -0.14962424337863922, -0.1502971053123474, -0.03501094505190849, 0.009749212302267551, 0.11285273730754852, 0.14845655858516693, -0.06201189383864403, 0.056293193250894547, 0.024656401947140694, 0.007833242416381836, -0.14174260199069977, -0.18297486007213593, -0.04082047566771507, -0.020227394998073578, 0.07211119681596756, -0.022315075621008873, -0.020203161984682083, -0.046878691762685776, -0.03764123097062111, 0.10076291114091873, 0.06987757980823517, -0.041963133960962296, -0.1768108457326889, 0.08925159275531769, 0.13852635025978088, -0.04031291976571083, -0.05711491405963898, 0.017754007130861282, 0.04856927692890167, -0.0942370817065239, -0.09594417363405228, 0.10251333564519882, -0.05138244479894638, 0.06782619655132294, -0.06887639313936234, 0.11232935637235641, 0.026239944621920586, 0.08059941232204437, 0.07844263315200806, 0.0400613509118557, 0.027478976175189018, -0.1003606989979744, 0.15348313748836517, -0.04986618831753731, -0.10875003784894943, 0.21277271211147308, 0.0463213287293911, 0.0016365647315979004, -0.01621321588754654, -0.0143409613519907, 0.21344318985939026, 0.23694400489330292, 0.03728405013680458, 0.07926073670387268, 0.10559287667274475, -0.09978435188531876, -0.2572738528251648, 0.0746813490986824, -0.10309793800115585, -0.005651991814374924, 0.05062364041805267, -0.09011384844779968, -0.006290347781032324, 0.1746477335691452, 0.0100313825532794, 0.17377227544784546, -0.19407068192958832, -0.04785884916782379, 0.14662979543209076, 0.11540551483631134, 0.362422913312912, -0.10811448097229004, -0.06498327851295471, -0.1596253514289856, -0.08779288828372955, 0.12164484709501266, -0.08879456669092178, -0.013944387435913086, 0.03640545532107353, 0.13295799493789673, 0.016344375908374786, -0.05213351175189018, 0.23854900896549225, 0.054446522146463394, 0.19362835586071014, -0.09587427973747253, -0.11332262307405472, 0.13803833723068237, -0.031092317774891853, 0.09041143208742142, -0.009825334884226322, 0.022685466334223747, -0.13881325721740723, -0.012963157147169113, -0.05089021101593971, 0.055356014519929886, 0.02836860902607441, 0.02219385653734207, -0.04987742006778717, -0.037217844277620316, -0.057020191103219986, -0.05531122535467148, -0.012992862612009048, -0.08073229342699051, 0.046630535274744034, 0.002056225435808301, 0.13283586502075195, -0.02890302613377571, 0.044287823140621185, 0.06744008511304855, -0.08383378386497498, 0.008053739555180073, -0.13466185331344604, -0.008503947407007217, 0.0653536468744278, 0.0182582326233387, 0.06607215851545334, -0.002006076741963625, -0.06932616233825684, 0.07958929985761642, 0.10446882247924805, -0.03984939306974411, -0.08396279811859131, 0.060025010257959366, -0.21645140647888184, -0.051805198192596436, -0.07517047226428986, 0.06985188275575638, 0.11162693798542023, 0.009247413836419582, -0.04376712441444397, 0.04483884572982788, -0.13098500669002533, 0.10856809467077255, 0.10540955513715744, 0.006649595685303211, -0.13199009001255035, 0.1177702471613884, -0.031136220321059227, -0.18747906386852264, 0.1291465163230896, 0.13947926461696625, -0.10589280724525452, -0.08151466399431229, -0.035066381096839905, 0.3243773579597473, -0.013574994169175625, -0.09190633893013, -0.10526365786790848, -0.05664009228348732, -0.022965284064412117, 0.2199293076992035, 0.06517454981803894, 0.1523769646883011, 0.06375499814748764, -0.059617992490530014, 0.009925153106451035, -0.04164931923151016, 0.06868323683738708, 0.03420001268386841, -0.0002507801109459251, -0.04042341932654381, -0.050692036747932434, 0.1396666169166565, -0.050495732575654984, -0.03995673730969429, -0.06319775432348251, 0.06265059113502502, -0.2277183085680008, -0.010853275656700134, -0.07698377966880798, -0.014439341612160206, 0.061105500906705856, 0.00804811343550682, -0.026450710371136665, -0.021785341203212738, -0.13283775746822357, 0.07382825016975403, 0.046053268015384674, -0.014425134286284447, -0.13786250352859497, 0.0011546679306775331, 0.1377318799495697, 0.04046136513352394, 0.08918680995702744, 0.19106067717075348, -0.09161145985126495, 0.041653599590063095, -0.19969767332077026, -0.14038051664829254, 0.0849141776561737, 0.02518092840909958, 0.029083989560604095, -0.004300596192479134, 0.016184719279408455, 0.11425788700580597, 0.044348426163196564, 0.12627162039279938, 0.0649765208363533, -0.020743681117892265, 0.020513644441962242, 0.029531456530094147, -0.1357944905757904, -0.02466357871890068, -0.027229068800807, 0.20731908082962036, 0.0009565366781316698, 0.09963960200548172, 0.013860047794878483, 0.020466618239879608, -0.07740354537963867, -0.026295363903045654, 0.009133613668382168, -0.021577171981334686, -0.08935951441526413, 0.02197037823498249, 0.10930896550416946, -0.04903804883360863, 0.26993635296821594, -0.05581345409154892, -0.19691352546215057, 0.06646526604890823, 0.08825001120567322, -0.0066606225445866585, -0.002356596989557147, 0.2642960250377655, -0.015107729472219944, -0.0713527500629425, -0.03007185459136963, -0.021466342732310295, 0.055336665362119675, 0.04123940318822861, 0.0716477558016777, 0.11709697544574738, 0.1265808343887329, 0.07794203609228134, 0.00044666093890555203, 0.04262446612119675, 0.1820291131734848, -0.009274112991988659, -0.09081756323575974, 0.028478819876909256, 0.08663757145404816, 0.019831346347928047, 0.040409136563539505, -0.001596988644450903, -0.01757359318435192, -0.04673147201538086, -0.12179107964038849, -0.12480588257312775, -0.17170287668704987, -0.07783453166484833, -0.09432663768529892, 0.09953632950782776, -0.07256503403186798, 0.01524441596120596, 0.11130716651678085, 0.09506819397211075, -0.03425764665007591, 0.08152437210083008, -0.029207604005932808, 0.00015282462118193507, 0.10120651870965958, -0.0772477388381958, -0.04740633815526962, 0.02171584777534008, -0.056428734213113785, 0.043211374431848526, -0.045252520591020584, 0.04098111763596535, 0.0031853721011430025, 0.01669839583337307, 0.015158411115407944, -0.19553865492343903, -0.09035466611385345, 0.003400856163352728, 0.09049215912818909, -0.05762118473649025, 0.13767459988594055, 0.10033929347991943, 0.07281672209501266, 0.029773471876978874, -0.010636691004037857, 0.03480856493115425, -0.09347847104072571, -0.08992325514554977, 0.0018383284332230687, -0.09491842240095139, 0.050669826567173004, -0.06664375960826874, -0.04711565747857094, 0.009159430861473083, 0.11899451911449432, 0.2245742231607437, -0.17078332602977753, 0.012743216939270496, -0.11614641547203064, 0.06137463077902794, -0.013064119033515453, 0.027945930138230324, -0.011074543930590153, -0.03529665246605873, -0.06408105790615082, 0.05713268369436264, 0.009406575001776218, -0.08213209360837936, -0.10811459273099899, 0.05186467245221138, 0.020288998261094093, -0.01405233796685934, -0.1091616153717041, 0.21616634726524353, -0.06802567839622498, 0.09554960578680038, 0.03258229047060013, -0.07754871994256973, -0.1082880049943924, 0.06507346034049988, 0.028419053182005882, 0.10836640000343323, 0.08976537734270096, -0.061163660138845444, -0.05291484296321869, 0.003051070962101221, -0.06342635303735733, -0.30320215225219727, -0.159742072224617, 0.03903064504265785, -0.07958091050386429, 0.027201401069760323, 0.030236905440688133, 0.17046880722045898, 0.0745604857802391, -0.06270483881235123, -0.12263428419828415, 0.10084357857704163, 0.10920720547437668, 0.11456630378961563, -0.02764953300356865, 0.03671227768063545, 0.00594385527074337, -0.11900261044502258, 0.05906877666711807, 0.0562838651239872, 0.007654985878616571, -0.013810661621391773, 0.006755325011909008, -0.12119083851575851, 0.005349243059754372, -0.09929755330085754, 0.0901680439710617, 0.0153194610029459, -0.011668131686747074, 0.0351315401494503, 0.0075175706297159195, -0.006291544064879417, -0.032591793686151505, -0.17994184792041779, -0.05835641548037529, -0.0987047478556633, -0.05082958936691284, 0.18809880316257477, 0.018393440172076225, -0.11645736545324326, 0.03879544511437416, -0.14487101137638092, 0.011257119476795197, 0.05364658683538437, 0.07181590050458908, 0.04432060569524765, 0.07188088446855545, -0.0015880130231380463, -0.12389590591192245, 0.13052316009998322, 0.0780927836894989, 0.0049050552770495415, -0.09921980649232864 ]
5128261682251c5eed78cab2076e0193c6df43e8
# Dataset Card for "Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_1000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Multimodal-Fatima/Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_1000
[ "region:us" ]
2023-02-08T16:23:53+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "prompt", "dtype": "string"}, {"name": "true_label", "dtype": "string"}, {"name": "raw_prediction", "dtype": "string"}, {"name": "prediction", "dtype": "string"}], "splits": [{"name": "fewshot_10", "num_bytes": 366795867.0, "num_examples": 1000}, {"name": "fewshot_15", "num_bytes": 369012572.0, "num_examples": 1000}], "download_size": 727994919, "dataset_size": 735808439.0}}
2023-02-08T16:30:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_1000" More Information needed
[ "# Dataset Card for \"Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ 6, 34 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Hatefulmemes_test_text_davinci_002_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ -0.12113001942634583, 0.12269490212202072, -0.003292965004220605, 0.03109518438577652, 0.02245170995593071, 0.1270233541727066, 0.17843025922775269, 0.08050477504730225, 0.25631046295166016, 0.010017621330916882, 0.19200028479099274, 0.03695560246706009, -0.0057244570925831795, 0.1498381495475769, -0.08542077243328094, 0.039354920387268066, 0.07580599933862686, 0.032515790313482285, 0.00987465400248766, 0.11157243698835373, 0.08460830897092819, -0.024573327973484993, 0.09115224331617355, -0.08542156964540482, -0.21170543134212494, 0.11283452808856964, 0.06688030064105988, -0.044144537299871445, 0.07881226390600204, -0.12865115702152252, 0.10974430292844772, -0.03071499988436699, -0.04704565927386284, -0.023503189906477928, 0.05362752825021744, -0.009619167074561119, -0.01386429462581873, 0.011333980597555637, -0.006480888929218054, -0.19005513191223145, 0.08948539942502975, -0.029880236834287643, 0.02655480057001114, 0.08183459937572479, -0.14397983253002167, -0.038702644407749176, -0.08000016212463379, -0.017740590497851372, 0.06577500700950623, 0.09204748272895813, -0.02206973172724247, 0.20941777527332306, -0.08632590621709824, 0.08438189327716827, 0.1363760530948639, 0.13741523027420044, -0.015208513475954533, -0.010534796863794327, -0.06691844761371613, 0.061456918716430664, 0.005830578971654177, 0.062470804899930954, 0.17261184751987457, 0.010987690649926662, -0.12594455480575562, -0.059109147638082504, -0.05699242278933525, 0.05641736090183258, -0.023987524211406708, -0.07249434292316437, 0.13813191652297974, 0.06453923881053925, 0.00027858398971147835, -0.023784013465046883, -0.03455314785242081, -0.17382104694843292, 0.07498932629823685, 0.008336398750543594, -0.019796548411250114, 0.003853429341688752, -0.008345394395291805, 0.04926653951406479, -0.06338083744049072, -0.10107725113630295, -0.13744789361953735, 0.03381022438406944, -0.053996529430150986, 0.08118230104446411, -0.13966608047485352, -0.09898439049720764, -0.11231138557195663, -0.0750642791390419, -0.03347214683890343, -0.05862544849514961, -0.053361114114522934, -0.00899230595678091, -0.07393264025449753, -0.05843839794397354, 0.1718512773513794, -0.07930020987987518, 0.08750209212303162, 0.04422978311777115, -0.09088917821645737, 0.00009744276030687615, 0.1871216744184494, -0.0650312677025795, 0.07541299611330032, 0.03541608154773712, -0.011356866918504238, 0.015930820256471634, 0.045382577925920486, -0.026931144297122955, 0.004904562141746283, -0.04682809114456177, 0.024272294715046883, 0.16812437772750854, 0.015159708447754383, -0.0382879301905632, -0.1610661745071411, 0.0013588767033070326, 0.0375496968626976, -0.12631168961524963, 0.06779153645038605, 0.051757488399744034, -0.11881253868341446, 0.03513910993933678, -0.08334889262914658, -0.06112358719110489, -0.0023907965514808893, -0.013376611284911633, -0.04698103666305542, 0.041145287454128265, -0.10285065323114395, -0.06086760759353638, 0.1472555547952652, -0.1067306324839592, 0.020796658471226692, -0.07074692845344543, -0.26368439197540283, -0.03549515828490257, -0.06953142583370209, -0.0018982122419402003, 0.1401287168264389, -0.07417108863592148, 0.04377897083759308, -0.021883878856897354, -0.024959517642855644, -0.058643877506256104, -0.05221138149499893, 0.04258178174495697, -0.022744912654161453, 0.09485629200935364, -0.1075453981757164, 0.0009673127788119018, -0.11171262711286545, 0.07231581956148148, 0.014625351876020432, 0.012668163515627384, -0.17503152787685394, 0.1511591523885727, -0.0216630008071661, 0.005995927844196558, -0.15800358355045319, 0.026625527068972588, 0.0481957346200943, 0.21342845261096954, -0.30559971928596497, -0.0108133340254426, 0.047987185418605804, -0.15727831423282623, -0.2014206349849701, 0.09722141921520233, -0.04778923839330673, -0.0320088267326355, 0.13275307416915894, 0.297659695148468, -0.15756620466709137, -0.11743959784507751, 0.0023136327508836985, 0.06931200623512268, -0.16219066083431244, -0.1257525086402893, -0.011947011575102806, -0.11796695739030838, -0.07189411669969559, -0.02729078382253647, 0.22698907554149628, 0.03321535512804985, -0.028793899342417717, -0.06984804570674896, -0.04985375329852104, -0.11663056164979935, 0.14778102934360504, 0.010994038544595242, -0.05382659658789635, -0.15919019281864166, 0.0952175110578537, -0.037077397108078, 0.12306004017591476, 0.008611038327217102, -0.031499482691287994, -0.07096263766288757, 0.09603837132453918, 0.0035282610915601254, -0.050161004066467285, -0.13254405558109283, -0.14146071672439575, 0.005616396199911833, -0.10992825031280518, 0.06458070874214172, -0.035218656063079834, 0.10577548295259476, -0.10419297963380814, 0.03937060013413429, 0.013464469462633133, 0.05834595113992691, 0.05411190167069435, -0.03547403961420059, -0.01367249246686697, 0.08385303616523743, -0.034856460988521576, 0.12842237949371338, -0.12543347477912903, -0.021806707605719566, 0.17235957086086273, 0.017781073227524757, -0.03424074128270149, -0.04020029678940773, 0.11298944801092148, 0.03487042337656021, 0.0301646888256073, -0.07996759563684464, 0.012842530384659767, -0.05186716094613075, -0.05145080015063286, 0.05359964072704315, -0.09930820763111115, 0.03651680052280426, 0.2048475593328476, -0.09276320785284042, -0.015129879117012024, 0.13922621309757233, 0.05377312749624252, 0.042292263358831406, -0.013188901357352734, -0.05306066572666168, -0.14308978617191315, -0.011410587467253208, -0.0033360598608851433, -0.0948936939239502, -0.040133193135261536, 0.010244714096188545, -0.014131552539765835, -0.13866950571537018, 0.09927190095186234, 0.04571280628442764, -0.2759712040424347, 0.1266806572675705, 0.23854583501815796, -0.07956685870885849, 0.06789468973875046, -0.04225331172347069, -0.06721913814544678, -0.036472585052251816, -0.023768192157149315, -0.023647624999284744, 0.1502615362405777, -0.21756792068481445, 0.016320886090397835, 0.04882078990340233, 0.00684748450294137, 0.07503429055213928, -0.08408896625041962, -0.0729721412062645, 0.0014830533182248473, -0.05211026966571808, -0.2061326950788498, 0.07422682642936707, 0.04170278087258339, 0.06966134160757065, -0.033009711652994156, 0.006126481108367443, 0.048313990235328674, -0.0036256075836718082, -0.16400228440761566, 0.06870055943727493, -0.1668584793806076, -0.12413472682237625, 0.042271923273801804, 0.053062256425619125, -0.026149999350309372, 0.015724845230579376, -0.016267096623778343, -0.22481630742549896, 0.004518887959420681, -0.06501789391040802, -0.1407693773508072, -0.12020962685346603, 0.013001724146306515, 0.11654002219438553, 0.017204182222485542, -0.034710850566625595, -0.0882529616355896, -0.03204500302672386, -0.056876279413700104, 0.13894709944725037, 0.08886731415987015, -0.18787752091884613, 0.1399652510881424, 0.1517120748758316, -0.018626434728503227, 0.03828372061252594, -0.045865047723054886, 0.21579812467098236, -0.05908999219536781, -0.03615133464336395, 0.10334577411413193, -0.03308612480759621, 0.011389569379389286, -0.018500899896025658, -0.04131747782230377, -0.1605674773454666, 0.03981092944741249, 0.0078018587082624435, -0.0764143168926239, -0.22537584602832794, -0.07102661579847336, -0.012680313549935818, 0.11027617752552032, 0.07917990535497665, 0.06637191772460938, 0.023452384397387505, 0.10021226853132248, 0.14534668624401093, -0.14925307035446167, -0.06365180760622025, -0.03063095733523369, -0.0011825815308839083, -0.020816123113036156, -0.0803108885884285, -0.12818345427513123, 0.03546198830008507, 0.15636253356933594, -0.06006776914000511, 0.09466724842786789, 0.03952760994434357, 0.16081033647060394, 0.03651420399546623, 0.0986839234828949, 0.08166979998350143, 0.09440428763628006, 0.06149967014789581, -0.044664714485406876, 0.04426204785704613, 0.015097212046384811, -0.1457827389240265, -0.0195823535323143, 0.0750628337264061, -0.04159713163971901, 0.03570280224084854, -0.12066418677568436, 0.11430556327104568, -0.08789718151092529, 0.13038329780101776, -0.2531854808330536, 0.061802640557289124, 0.015427947044372559, 0.07948536425828934, 0.01786498725414276, 0.01368595752865076, 0.011975334025919437, -0.03894638642668724, 0.12307393550872803, 0.0806974247097969, 0.06341495364904404, 0.0017272838158532977, -0.000012197616342746187, -0.125880628824234, -0.07221904397010803, -0.025371141731739044, 0.08233142644166946, -0.24679642915725708, 0.22324146330356598, 0.01609899289906025, 0.047447752207517624, -0.12651975452899933, -0.10709338635206223, 0.04984936863183975, 0.017262529581785202, 0.11160168796777725, 0.030777446925640106, -0.15869513154029846, -0.14958427846431732, -0.035582754760980606, 0.010381057858467102, 0.11526508629322052, 0.15116959810256958, -0.06635425239801407, 0.05967802181839943, 0.030644696205854416, 0.0025378665886819363, -0.1319969743490219, -0.18218450248241425, -0.0447809100151062, -0.018409371376037598, 0.08384017646312714, -0.028514737263321877, -0.02293207496404648, -0.043849531561136246, -0.03834144026041031, 0.09587576985359192, 0.06701146811246872, -0.04449501261115074, -0.17234545946121216, 0.08637695759534836, 0.1493341475725174, -0.044194020330905914, -0.05145019665360451, 0.014790093526244164, 0.037973299622535706, -0.09343073517084122, -0.08803389221429825, 0.09600968658924103, -0.04797796159982681, 0.06897428631782532, -0.0696585401892662, 0.10910830646753311, 0.023554690182209015, 0.07946503162384033, 0.07835038006305695, 0.0390017069876194, 0.03191173076629639, -0.10161829739809036, 0.13973784446716309, -0.04115191474556923, -0.11293447017669678, 0.21641622483730316, 0.05556193366646767, -0.011208855547010899, -0.0175457913428545, -0.015688281506299973, 0.20936399698257446, 0.24103212356567383, 0.03971442952752113, 0.07375224679708481, 0.10625171661376953, -0.0991254523396492, -0.26934880018234253, 0.08447381854057312, -0.10014861077070236, -0.007181498222053051, 0.03097294084727764, -0.07487685978412628, -0.0014183798339217901, 0.16871128976345062, 0.011599364690482616, 0.16630978882312775, -0.19238398969173431, -0.05737124755978584, 0.1383255571126938, 0.10986635833978653, 0.3539411425590515, -0.09965830296278, -0.05973339453339577, -0.16256891191005707, -0.08015679568052292, 0.12416166812181473, -0.08056610077619553, -0.015198742970824242, 0.03714628517627716, 0.1462317407131195, 0.013595550321042538, -0.05716351047158241, 0.23644107580184937, 0.06184975057840347, 0.18696098029613495, -0.09575527161359787, -0.12136892974376678, 0.13344340026378632, -0.03382299095392227, 0.09566178917884827, 0.0025516152381896973, 0.027301304042339325, -0.14383463561534882, -0.009173511527478695, -0.050401702523231506, 0.05346185341477394, 0.02860911563038826, 0.025080585852265358, -0.048742130398750305, -0.03302700072526932, -0.05539653077721596, -0.05394522100687027, -0.023920029401779175, -0.08216410875320435, 0.027930593118071556, 0.005588723346590996, 0.13470347225666046, -0.0314449705183506, 0.06848831474781036, 0.07248947024345398, -0.08394178748130798, 0.005247468128800392, -0.1487402319908142, -0.0038034541066735983, 0.07135002315044403, 0.01936464011669159, 0.05756610631942749, -0.002181439893320203, -0.06649202853441238, 0.08088068664073944, 0.10864698141813278, -0.04095567762851715, -0.079104945063591, 0.05944005027413368, -0.20685459673404694, -0.05345665290951729, -0.0805429145693779, 0.059454116970300674, 0.10285650938749313, 0.010730859823524952, -0.045018840581178665, 0.04522762447595596, -0.1352054625749588, 0.11959807574748993, 0.10005473345518112, 0.010226630605757236, -0.1323009580373764, 0.1286555826663971, -0.026016896590590477, -0.20122021436691284, 0.12318062782287598, 0.14140266180038452, -0.10864312946796417, -0.08134213089942932, -0.02809114381670952, 0.3115043342113495, 0.0004473951703403145, -0.09538351744413376, -0.09905166923999786, -0.058358967304229736, -0.023368924856185913, 0.21442469954490662, 0.06431496888399124, 0.1447872668504715, 0.07142791897058487, -0.059282585978507996, 0.0000911598835955374, -0.03813832625746727, 0.07831340283155441, 0.03401106223464012, 0.004239901900291443, -0.030425716191530228, -0.05601991340517998, 0.1331530213356018, -0.04767880588769913, -0.029726548120379448, -0.0574607290327549, 0.06250151991844177, -0.20887435972690582, -0.004532210063189268, -0.0747474804520607, -0.011437100358307362, 0.06425995379686356, 0.006223976146429777, -0.026996441185474396, -0.021833421662449837, -0.12879185378551483, 0.06913673877716064, 0.04195988550782204, -0.01178264245390892, -0.12752746045589447, -0.003695713821798563, 0.1388641744852066, 0.04989000782370567, 0.08904178440570831, 0.19073624908924103, -0.09034717828035355, 0.03984399884939194, -0.1758267879486084, -0.14501731097698212, 0.08025459945201874, 0.03502621501684189, 0.030479466542601585, -0.006970535032451153, 0.01827383041381836, 0.11795845627784729, 0.04323447868227959, 0.1254885047674179, 0.06361263245344162, -0.017523638904094696, 0.01954951323568821, 0.026059351861476898, -0.1260671764612198, -0.02437961846590042, -0.027546213939785957, 0.2059234082698822, 0.0011868792353197932, 0.10085981339216232, 0.010792110115289688, 0.02039143443107605, -0.06849838048219681, -0.022692186757922173, 0.003191830823197961, -0.024301020428538322, -0.0911368578672409, 0.02898932248353958, 0.10785861313343048, -0.054830051958560944, 0.25648972392082214, -0.05545184761285782, -0.20131947100162506, 0.06813210994005203, 0.10346119850873947, -0.009715585969388485, 0.0007412176346406341, 0.26622381806373596, -0.015631092712283134, -0.07227036356925964, -0.03029283694922924, -0.027190834283828735, 0.05415210500359535, 0.04821999371051788, 0.07908076047897339, 0.12270918488502502, 0.1359778493642807, 0.07746560871601105, 0.007353009190410376, 0.050990987569093704, 0.1822064071893692, -0.004412841983139515, -0.09267198294401169, 0.025468014180660248, 0.08218609541654587, 0.0008030557655729353, 0.0332210548222065, -0.0015868564369156957, -0.02266259491443634, -0.04590698331594467, -0.12313578277826309, -0.12458140403032303, -0.18856993317604065, -0.08103213459253311, -0.08031404763460159, 0.09864581376314163, -0.06844320893287659, 0.014876510947942734, 0.1018095463514328, 0.09453856945037842, -0.03442560136318207, 0.084769107401371, -0.05199246108531952, 0.002181266201660037, 0.10048744827508926, -0.07666780799627304, -0.04668065533041954, 0.03448653221130371, -0.05890900269150734, 0.04456175118684769, -0.044087376445531845, 0.03868015855550766, 0.0029680973384529352, 0.011841213330626488, 0.012485616840422153, -0.18866673111915588, -0.08838590234518051, -0.0016197680961340666, 0.08644421398639679, -0.04869800806045532, 0.1287258118391037, 0.09710610657930374, 0.06759224086999893, 0.02922482043504715, -0.016800707206130028, 0.03663335740566254, -0.1032463014125824, -0.08136247843503952, 0.005722068715840578, -0.09885043650865555, 0.05069739744067192, -0.05896114930510521, -0.04491983354091644, 0.0023830384016036987, 0.12495691329240799, 0.2250136435031891, -0.17169518768787384, 0.0077727255411446095, -0.1170928031206131, 0.061125848442316055, -0.022801268845796585, 0.03988407552242279, -0.013597923330962658, -0.05109129846096039, -0.057778552174568176, 0.04834793880581856, 0.006353848148137331, -0.0751534178853035, -0.102582186460495, 0.05545005947351456, 0.01706865429878235, -0.014239140786230564, -0.11157026141881943, 0.20873786509037018, -0.07968831062316895, 0.10511387139558792, 0.023319752886891365, -0.0786873996257782, -0.10970687866210938, 0.06701365858316422, 0.0388462208211422, 0.1063409298658371, 0.08906804770231247, -0.060043152421712875, -0.04690851271152496, -0.011496001854538918, -0.06282548606395721, -0.3014642596244812, -0.15261507034301758, 0.03242283686995506, -0.06282621622085571, 0.033677175641059875, 0.03167234733700752, 0.1772274523973465, 0.07632910460233688, -0.06031166389584541, -0.136210635304451, 0.10041949898004532, 0.10661674290895462, 0.11739964783191681, -0.0276996660977602, 0.04197032377123833, 0.005319411866366863, -0.11884215474128723, 0.05947335809469223, 0.05979510769248009, 0.0076402053236961365, -0.012879382818937302, 0.008719970472157001, -0.12437564879655838, 0.005119549110531807, -0.09722432494163513, 0.09245911240577698, 0.00904558040201664, -0.015635661780834198, 0.036357734352350235, 0.009794131852686405, -0.007172866258770227, -0.03617289289832115, -0.16269835829734802, -0.06044122204184532, -0.10035452246665955, -0.05826685205101967, 0.15633560717105865, 0.02688790112733841, -0.1166197806596756, 0.04423044994473457, -0.1496267169713974, 0.007996763102710247, 0.053081728518009186, 0.07980918884277344, 0.04817718639969826, 0.07085311412811279, -0.0032021179795265198, -0.14388160407543182, 0.12927047908306122, 0.07961587607860565, 0.004889448173344135, -0.10964002460241318 ]
1bd6a8e8f75924d1f5c3cbfb08513798ea13b0f9
# Dataset Card for "synthetic-instruct-gptj-pairwise" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/synthetic-instruct-gptj-pairwise
[ "region:us" ]
2023-02-08T16:39:22+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 30204558, "num_examples": 31486}, {"name": "test", "num_bytes": 1604422, "num_examples": 1657}], "download_size": 18522018, "dataset_size": 31808980}}
2023-02-08T21:26:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "synthetic-instruct-gptj-pairwise" More Information needed
[ "# Dataset Card for \"synthetic-instruct-gptj-pairwise\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"synthetic-instruct-gptj-pairwise\"\n\nMore Information needed" ]
[ 6, 23 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"synthetic-instruct-gptj-pairwise\"\n\nMore Information needed" ]
[ -0.0911063551902771, 0.1620686650276184, -0.003818111028522253, 0.0399368591606617, 0.07317530363798141, 0.09633275121450424, 0.07294602692127228, 0.15404516458511353, 0.1366538256406784, -0.04604841768741608, 0.11639155447483063, 0.06262116134166718, 0.0428888276219368, 0.26501476764678955, 0.0349641777575016, -0.07399965077638626, 0.027649397030472755, 0.06681752949953079, -0.12614287436008453, 0.04817874729633331, 0.05942503362894058, -0.0042457557283341885, 0.08639734238386154, -0.10048720240592957, -0.22008632123470306, -0.01261008158326149, -0.04658471792936325, -0.0429123118519783, 0.035873524844646454, -0.02222980372607708, 0.06894610822200775, 0.019190676510334015, -0.020472481846809387, -0.09818321466445923, 0.025348693132400513, 0.06829709559679031, -0.061497487127780914, 0.07631815969944, 0.05596669390797615, -0.0599762462079525, -0.0765460729598999, -0.026296913623809814, -0.029281804338097572, -0.018794024363160133, -0.15818467736244202, -0.2263207584619522, -0.04826701804995537, -0.04293574020266533, 0.012296297587454319, -0.08026145398616791, 0.050723589956760406, 0.05000292882323265, -0.06255984306335449, 0.04587571695446968, 0.10374188423156738, 0.0009401304996572435, 0.04758129268884659, 0.14966292679309845, -0.0907345563173294, 0.07612202316522598, 0.0355546772480011, 0.019338158890604973, 0.04450564831495285, -0.027030572295188904, 0.04315765202045441, -0.06658245623111725, -0.2151578813791275, 0.13023988902568817, -0.0966055765748024, -0.09443295001983643, 0.3334224224090576, -0.07237395644187927, 0.015689875930547714, 0.05476975813508034, -0.023645298555493355, 0.004190767649561167, -0.02536446787416935, 0.04520692676305771, -0.01494867168366909, 0.01813914254307747, 0.04682624340057373, -0.020206335932016373, -0.06832114607095718, -0.17125123739242554, -0.09190986305475235, 0.08504839241504669, 0.024005824699997902, 0.15580898523330688, -0.1657891571521759, 0.049855902791023254, -0.17483994364738464, 0.03029075264930725, -0.0393284372985363, -0.128849059343338, -0.0011157440021634102, -0.031997695565223694, -0.018925994634628296, 0.040015846490859985, 0.07464024424552917, -0.004824021365493536, 0.09052179008722305, 0.03904203698039055, 0.0807361900806427, 0.06581428647041321, 0.1866588294506073, -0.05677684769034386, -0.05940084904432297, 0.11676841974258423, -0.010436544194817543, -0.11409600079059601, -0.0920843780040741, -0.10021653771400452, -0.11085734516382217, 0.0011675263522192836, -0.0622098445892334, 0.07082430273294449, -0.07185029238462448, 0.0028593065217137337, -0.0671403557062149, -0.09757673740386963, 0.18737955391407013, -0.08108050376176834, 0.013934865593910217, -0.04341316223144531, -0.0584719218313694, -0.1298149824142456, -0.0324985571205616, -0.07033011317253113, -0.027452295646071434, -0.02231111191213131, -0.06183919683098793, 0.01579638384282589, -0.10373686254024506, -0.020472513511776924, 0.01904582418501377, -0.1233510673046112, 0.06475810706615448, -0.10066897422075272, -0.27499568462371826, 0.07901161909103394, 0.05133012682199478, -0.045628417283296585, 0.14946696162223816, -0.0056322175078094006, 0.08143433183431625, -0.044473953545093536, -0.05087696760892868, 0.050602108240127563, -0.06783276796340942, 0.05451205000281334, 0.002913549542427063, 0.08667096495628357, -0.21351972222328186, 0.0760367140173912, -0.11831595003604889, 0.051088593900203705, 0.0217447467148304, 0.08365612477064133, -0.13639241456985474, -0.03239160776138306, -0.058468278497457504, -0.02030760981142521, -0.022035153582692146, 0.029592255130410194, 0.0053235264495015144, 0.021550899371504784, -0.211202010512352, -0.0683189257979393, 0.23915144801139832, -0.07976928353309631, -0.13126902282238007, 0.018382424488663673, -0.034515563398599625, 0.09815563261508942, 0.009948715567588806, 0.26006367802619934, 0.17683672904968262, 0.07184801250696182, 0.07796584814786911, 0.15990209579467773, -0.1473924219608307, -0.19858995079994202, 0.049966949969530106, 0.030440237373113632, -0.1940414160490036, 0.052046626806259155, 0.059604138135910034, 0.0389774888753891, -0.034573350101709366, -0.06102224439382553, -0.0052637578919529915, -0.06906962394714355, 0.08203600347042084, -0.008298374712467194, 0.036693599075078964, -0.003166436217725277, 0.10574943572282791, -0.006518054287880659, 0.0809721127152443, -0.038282234221696854, -0.061746612191200256, -0.008278502151370049, 0.09086086601018906, -0.1133497953414917, 0.03441862389445305, -0.10929302871227264, -0.06531759351491928, 0.05999085307121277, -0.09034416079521179, 0.04619607329368591, 0.04434768855571747, 0.06736353039741516, 0.01828155852854252, 0.02356894128024578, 0.06204924359917641, 0.11695512384176254, -0.001856677234172821, 0.03355224058032036, 0.004173359367996454, 0.014382357709109783, -0.08074843883514404, -0.060605090111494064, 0.00782863050699234, -0.019354410469532013, 0.07757985591888428, -0.02161087654531002, 0.013607224449515343, -0.011488188058137894, 0.09290552139282227, 0.02452915348112583, 0.034796517342329025, -0.08748538792133331, 0.04494204744696617, -0.04649190232157707, 0.006646753288805485, -0.018670016899704933, -0.04793296754360199, 0.10406309366226196, 0.08183497190475464, -0.09546507894992828, 0.01683782786130905, -0.07595273852348328, 0.041534099727869034, -0.01783085986971855, -0.0002015998470596969, 0.06977660953998566, -0.058202389627695084, -0.06350677460432053, 0.027801424264907837, -0.09066051244735718, -0.023339668288826942, 0.04955855756998062, -0.08293019235134125, -0.03997281566262245, 0.013363121077418327, 0.16941574215888977, -0.1986267864704132, 0.15341433882713318, 0.15825365483760834, 0.05409615859389305, 0.17456351220607758, 0.0086899995803833, -0.08886346220970154, -0.021078648045659065, 0.016527241095900536, -0.055527471005916595, 0.1543264538049698, -0.12281990051269531, -0.007360925432294607, 0.11955825984477997, 0.011814591474831104, 0.11026240140199661, -0.13323774933815002, -0.06771481037139893, -0.023438867181539536, -0.05032028630375862, -0.1740891933441162, -0.009990069083869457, -0.028288953006267548, 0.029196517542004585, -0.0017299252795055509, 0.06791625916957855, 0.15793071687221527, 0.010958123952150345, -0.04109632596373558, 0.13993002474308014, -0.18553176522254944, -0.3325881063938141, -0.09354332834482193, -0.13093961775302887, 0.00666004978120327, 0.08443121612071991, -0.03903802111744881, -0.1251436322927475, -0.06100597605109215, 0.047668326646089554, 0.01782108098268509, -0.10970044136047363, -0.016255410388112068, -0.0715167224407196, 0.03113555908203125, -0.059020381420850754, -0.10078421980142593, 0.03334526717662811, -0.005330569576472044, 0.05159543827176094, 0.18936927616596222, -0.11340510100126266, 0.06540835648775101, 0.12142825871706009, -0.014972853474318981, 0.09026230126619339, -0.04809022694826126, 0.10939005762338638, -0.04965653643012047, -0.05653483420610428, 0.09229818731546402, -0.030242720618844032, 0.02926298975944519, 0.0006741294637322426, 0.051994506269693375, -0.13049530982971191, -0.04149110987782478, -0.07658829540014267, -0.18991298973560333, -0.1481267660856247, -0.1286597102880478, -0.09033891558647156, 0.12315630167722702, 0.10837992280721664, 0.04431980475783348, 0.03399974852800369, 0.14762629568576813, 0.06303494423627853, 0.10667529702186584, -0.1271735280752182, -0.005168229807168245, -0.15329086780548096, -0.0022507794201374054, -0.0038199713453650475, -0.09766581654548645, -0.011128394864499569, 0.14649808406829834, 0.23279693722724915, 0.29200509190559387, -0.004904197063297033, 0.17522989213466644, 0.04043363779783249, 0.23741090297698975, 0.1191757321357727, 0.12017466127872467, 0.014914222992956638, 0.017043041065335274, -0.015245016664266586, 0.005286235827952623, -0.15330412983894348, 0.031992267817258835, 0.035810619592666626, -0.19178901612758636, 0.09264566004276276, -0.09806284308433533, 0.03338068723678589, -0.11869075894355774, 0.019394179806113243, -0.21278619766235352, 0.035902321338653564, 0.043226201087236404, 0.2192702293395996, -0.14521312713623047, 0.058839622884988785, 0.08224376291036606, -0.028573432937264442, 0.013665557838976383, -0.014314532279968262, 0.05522902309894562, -0.13876990973949432, -0.028234034776687622, 0.05688004568219185, 0.03573307394981384, 0.027257967740297318, 0.18753790855407715, -0.22246932983398438, 0.15293431282043457, 0.04165178909897804, -0.0680442750453949, -0.1857016533613205, 0.0014260692987591028, -0.045846909284591675, -0.05347827449440956, 0.1260395050048828, 0.07544126361608505, -0.1411028951406479, -0.21074669063091278, -0.01298623625189066, -0.007177486550062895, 0.1265389770269394, 0.0030282053630799055, -0.11357421427965164, 0.05071044713258743, 0.0223078653216362, -0.04519038274884224, -0.22634434700012207, 0.05097082257270813, -0.15875497460365295, 0.10556212067604065, 0.0014067337615415454, -0.16372404992580414, -0.006038605235517025, 0.06255485117435455, -0.038251087069511414, 0.1529179811477661, -0.00047828888637013733, -0.0723511353135109, -0.08942099660634995, -0.002389795845374465, 0.11709172278642654, -0.021171612665057182, 0.01467167492955923, 0.024791287258267403, 0.004075910430401564, 0.030778830870985985, -0.2346031814813614, 0.1499268114566803, -0.0854104682803154, 0.10635251551866531, -0.05388852208852768, 0.09029114246368408, -0.0011690687388181686, -0.03201461210846901, -0.04966207966208458, -0.010304705239832401, -0.06423747539520264, -0.10726090520620346, 0.1753063201904297, -0.05129624903202057, -0.00556280417367816, 0.21744242310523987, 0.02490094304084778, 0.08347772061824799, 0.07012984156608582, 0.006760472431778908, 0.1311204433441162, 0.0459570549428463, -0.03679318726062775, 0.20822687447071075, 0.12988966703414917, -0.03541100397706032, -0.2572352886199951, 0.01181427575647831, -0.11181283742189407, -0.05980628356337547, -0.024795353412628174, -0.30429843068122864, 0.06292196363210678, 0.0921638235449791, -0.006436243653297424, 0.253980427980423, -0.08318027853965759, -0.017557332292199135, 0.17366836965084076, 0.10412098467350006, 0.15395234525203705, -0.06731417775154114, -0.06805728375911713, -0.018430272117257118, -0.1217368021607399, 0.25528475642204285, -0.07585541158914566, 0.05934882164001465, -0.021412182599306107, 0.14696922898292542, 0.0010134587064385414, -0.04956122115254402, 0.1254732608795166, 0.05612531676888466, 0.10341591387987137, -0.06380382180213928, -0.0034288440365344286, 0.17445427179336548, -0.012832285836338997, 0.04448739439249039, 0.07681822776794434, 0.06281067430973053, -0.05665973573923111, -0.022530684247612953, -0.003335300600156188, -0.03113218955695629, 0.07546339184045792, -0.1294574737548828, -0.05629100278019905, 0.03191673755645752, -0.11497532576322556, -0.030572226271033287, 0.04517993703484535, 0.060646895319223404, -0.05094095319509506, 0.03914979100227356, -0.018407588824629784, -0.11534161120653152, -0.013999687507748604, -0.05716705694794655, -0.036525532603263855, 0.08879026025533676, -0.24212411046028137, 0.07622292637825012, 0.03667100891470909, 0.02344820648431778, 0.08033455908298492, 0.0633893832564354, -0.02521219290792942, -0.013190696015954018, 0.10756433010101318, -0.16791968047618866, -0.025708679109811783, 0.023513108491897583, 0.03957962989807129, 0.05982038006186485, 0.1379261612892151, 0.03187486156821251, 0.0740637481212616, -0.04408834129571915, -0.028823625296354294, 0.05463278666138649, -0.0769086554646492, 0.07834909111261368, 0.08536162227392197, 0.022852834314107895, -0.19648662209510803, 0.15702801942825317, 0.030786603689193726, 0.03878943249583244, 0.024194395169615746, -0.061997007578611374, -0.10192196071147919, -0.09594841301441193, 0.01514916680753231, 0.18918727338314056, -0.008871892467141151, -0.09658166021108627, 0.0705244392156601, -0.04375480115413666, 0.031049221754074097, -0.02029874548316002, 0.05488329753279686, 0.08504173159599304, -0.004938473459333181, 0.007510194089263678, -0.03578072413802147, -0.04901706054806709, -0.08460541814565659, 0.08387120068073273, -0.03429173305630684, -0.06476787477731705, -0.06467884033918381, 0.17922402918338776, -0.08831000328063965, -0.059868279844522476, -0.10124194622039795, 0.04722002521157265, -0.1161661148071289, 0.017113007605075836, -0.07348810881376266, 0.026548082008957863, 0.01270546019077301, 0.06962764263153076, 0.025961941108107567, -0.0011098680552095175, -0.10393472015857697, 0.10317163169384003, 0.013842196203768253, 0.02510467730462551, -0.04313478618860245, -0.02023319900035858, 0.05387149751186371, 0.06270964443683624, 0.1268155574798584, 0.12360159307718277, -0.004220965784043074, 0.11344330757856369, -0.027982980012893677, -0.09890328347682953, 0.06263671815395355, 0.07529608905315399, 0.038431111723184586, 0.015200560912489891, 0.010366787202656269, 0.020417161285877228, -0.10699043422937393, 0.03167879953980446, -0.03478574752807617, -0.0414540097117424, 0.047498222440481186, -0.15345095098018646, -0.04107252135872841, -0.03597218170762062, 0.03189430385828018, 0.06674591451883316, 0.06328809261322021, -0.07771113514900208, 0.07707536220550537, -0.02312413603067398, -0.006239931099116802, -0.07191567867994308, 0.03510647639632225, -0.14354102313518524, -0.08037082850933075, -0.010502343066036701, 0.05166145786643028, -0.026891035959124565, 0.4549354612827301, -0.02407693862915039, -0.16010409593582153, -0.11293266713619232, 0.08815285563468933, 0.06803493946790695, -0.0094729233533144, 0.21182173490524292, 0.03103364259004593, -0.06592468172311783, -0.09610312432050705, 0.12919054925441742, -0.011346020735800266, 0.07976524531841278, 0.06429453194141388, -0.009058677591383457, 0.028832584619522095, -0.04571513459086418, -0.05397001653909683, -0.09324810653924942, 0.08763600140810013, 0.1118650808930397, 0.05518665164709091, 0.021490028128027916, 0.059810571372509, -0.04527384787797928, -0.031615182757377625, -0.03435574471950531, 0.10204224288463593, -0.014842458069324493, -0.10825590789318085, -0.03249745815992355, -0.2695106267929077, -0.041491810232400894, -0.1368885338306427, 0.02313103713095188, -0.07418607175350189, -0.03700019419193268, 0.2032991349697113, 0.03371766209602356, 0.004279722459614277, 0.12023992091417313, -0.04064366966485977, 0.04574733227491379, -0.01863771304488182, -0.034816186875104904, -0.030306223779916763, 0.009309068322181702, -0.08364658057689667, 0.0493861548602581, 0.028858134523034096, 0.0454537458717823, -0.05129947140812874, 0.06945261359214783, 0.022035526111721992, -0.11336831748485565, -0.042450081557035446, -0.07129742950201035, 0.05509055405855179, -0.13088034093379974, -0.006040838081389666, 0.008164871484041214, -0.011873808689415455, 0.0753931999206543, 0.11099366843700409, 0.03360110893845558, 0.055688027292490005, -0.03601815551519394, -0.02308165468275547, -0.06477870047092438, 0.06680142879486084, 0.06719974428415298, -0.010608735494315624, -0.025767991319298744, 0.1352441906929016, 0.237411230802536, -0.08083567768335342, -0.014226492494344711, 0.013593919575214386, 0.019737159833312035, 0.020793193951249123, 0.21894904971122742, 0.013297880068421364, 0.03859582543373108, -0.03143386170268059, -0.14858369529247284, 0.04715851694345474, -0.008805310353636742, -0.015393445268273354, 0.023427804931998253, 0.09400380402803421, -0.05501672625541687, -0.09064686298370361, 0.046724408864974976, -0.1878424435853958, 0.10960769653320312, 0.0037250875029712915, -0.06260949373245239, -0.11673309653997421, -0.018189936876296997, 0.035154733806848526, -0.011380438692867756, -0.011360152624547482, -0.07115539908409119, 0.030970757827162743, -0.013951015658676624, 0.025766242295503616, -0.30878275632858276, -0.09640046954154968, 0.043095968663692474, 0.026481548324227333, 0.031486496329307556, -0.016232941299676895, 0.0984005331993103, 0.013039600104093552, -0.0030549191869795322, -0.06903631240129471, 0.030629107728600502, -0.03044189140200615, 0.08170822262763977, -0.05125367268919945, 0.08020246028900146, -0.06676182150840759, -0.11527891457080841, 0.07287149131298065, -0.041152212768793106, -0.07601836323738098, 0.08319301903247833, -0.004539102781563997, -0.044623956084251404, -0.06877520680427551, -0.08845856785774231, 0.09760003536939621, 0.023366838693618774, 0.001768078887835145, -0.003923241514712572, -0.051450010389089584, 0.12794794142246246, -0.003273443318903446, -0.0009327689185738564, -0.08012475073337555, 0.06039781495928764, -0.12615258991718292, 0.10998532921075821, 0.037191059440374374, -0.05453554168343544, 0.07048410177230835, -0.08177538961172104, 0.021366309374570847, -0.010078750550746918, 0.11932864040136337, 0.10210854560136795, 0.10098237544298172, -0.06290483474731445, -0.020477475598454475, 0.0038945742417126894, -0.008600692264735699, -0.020018436014652252, -0.08805963397026062 ]
9fa2d9f500efd41ec609363e4bffb9b5f1e9a4ba
# Dataset Card for "hh-rlhf-pairwise" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/hh-rlhf-pairwise
[ "region:us" ]
2023-02-08T16:49:45+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 88512105, "num_examples": 76256}, {"name": "test", "num_bytes": 5957760, "num_examples": 5103}], "download_size": 56768654, "dataset_size": 94469865}}
2023-02-08T21:30:13+00:00
[]
[]
TAGS #region-us
# Dataset Card for "hh-rlhf-pairwise" More Information needed
[ "# Dataset Card for \"hh-rlhf-pairwise\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"hh-rlhf-pairwise\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"hh-rlhf-pairwise\"\n\nMore Information needed" ]
[ -0.09888409823179245, 0.1521727591753006, -0.002725717145949602, 0.011112717911601067, 0.028302671387791634, 0.11744637042284012, 0.06686556339263916, 0.12402885407209396, 0.19019095599651337, -0.05891804024577141, 0.09028235822916031, -0.0059577166102826595, 0.04018070176243782, 0.13149003684520721, -0.09040458500385284, -0.07709003984928131, 0.013703788630664349, 0.028904898092150688, -0.13110612332820892, 0.0035808440297842026, 0.011631452478468418, -0.030872413888573647, 0.060540635138750076, -0.09241112321615219, -0.19643227756023407, 0.09076982736587524, -0.053752440959215164, 0.04401522874832153, 0.0886232927441597, -0.016385076567530632, 0.13540543615818024, 0.08446604758501053, 0.08506011217832565, -0.1807115226984024, 0.034888386726379395, 0.025150710716843605, -0.09479595720767975, 0.08373208343982697, -0.003156176069751382, -0.16352137923240662, 0.023027995601296425, 0.0014744170475751162, -0.052694957703351974, -0.012859306298196316, -0.050317294895648956, -0.26003414392471313, -0.13184098899364471, 0.008272281847894192, -0.021799003705382347, -0.0824720486998558, 0.09872597455978394, 0.0577067993581295, -0.14646859467029572, 0.04207708314061165, 0.21700027585029602, -0.027781415730714798, 0.09004141390323639, 0.16248488426208496, -0.15028521418571472, 0.08814575523138046, -0.06092524155974388, 0.08359159529209137, 0.09804743528366089, -0.019882598891854286, -0.007360621355473995, -0.05441823974251747, -0.142581507563591, 0.16969844698905945, -0.03902232646942139, -0.03259304538369179, 0.29602617025375366, -0.008958609774708748, 0.054835326969623566, 0.08761753141880035, -0.06642722338438034, -0.017009416595101357, 0.0013799675507470965, 0.12428634613752365, 0.005997642874717712, -0.04548618942499161, 0.07184124737977982, 0.012764796614646912, -0.060963403433561325, -0.15403638780117035, -0.13536128401756287, 0.13217946887016296, 0.004828813020139933, 0.17238010466098785, -0.14790654182434082, 0.05555180832743645, -0.09145034104585648, -0.05817405506968498, -0.014722341671586037, -0.09455698728561401, -0.06798636168241501, 0.06599772721529007, -0.009577970020473003, 0.13439717888832092, 0.13626757264137268, 0.013403194025158882, -0.03358004614710808, 0.07431552559137344, -0.03771603852510452, 0.08804786205291748, 0.13204257190227509, -0.09651914983987808, -0.05985092744231224, 0.01228710450232029, -0.02721862494945526, -0.0991944894194603, -0.05249151214957237, -0.08043786138296127, -0.0911824032664299, -0.0028190778102725744, -0.10642949491739273, 0.07880061119794846, -0.09556587785482407, -0.09446735680103302, -0.01703133061528206, -0.010980131104588509, 0.1452862173318863, -0.10929654538631439, -0.008771808817982674, 0.024669097736477852, -0.05223784223198891, -0.014098145999014378, -0.038757409900426865, -0.05429329350590706, 0.08406700193881989, 0.07107477635145187, -0.06257037818431854, -0.003541779238730669, -0.05008617788553238, -0.0345752015709877, 0.027121132239699364, -0.1265505999326706, 0.06526096910238266, -0.06358811259269714, -0.20840799808502197, 0.04730784893035889, 0.03728530928492546, -0.07944091409444809, 0.20810087025165558, 0.008705525659024715, 0.06127652898430824, -0.020010950043797493, -0.034767840057611465, 0.09963830560445786, -0.05429373309016228, 0.04750844091176987, -0.05118102952837944, 0.10288289934396744, -0.2573533356189728, 0.06335107982158661, -0.03141079843044281, 0.03892352804541588, -0.07747180014848709, 0.04314609616994858, -0.20582154393196106, 0.0009984991047531366, -0.03701440617442131, -0.01625446043908596, -0.11087155342102051, 0.03508324176073074, -0.035171784460544586, 0.014328298158943653, -0.19985297322273254, -0.08155167102813721, 0.11777681857347488, -0.13826797902584076, -0.09491681307554245, -0.0027282482478767633, -0.059159278869628906, -0.010838163085281849, -0.03166152164340019, 0.33543917536735535, 0.17006151378154755, -0.04937503859400749, 0.024460846558213234, 0.23130559921264648, -0.13633064925670624, -0.24445049464702606, 0.031143024563789368, 0.0363420769572258, -0.16854548454284668, 0.048674244433641434, 0.023046670481562614, -0.009801889769732952, -0.03764951974153519, -0.044312622398138046, 0.00856645219027996, -0.10039675235748291, 0.008613983169198036, 0.025310607627034187, 0.049637746065855026, 0.02425887994468212, 0.15941177308559418, 0.029053643345832825, 0.16629429161548615, -0.04358216002583504, -0.024379471316933632, 0.019541306421160698, 0.11181359738111496, -0.03082488477230072, -0.012206531129777431, -0.16246721148490906, -0.10431730002164841, -0.03679269924759865, -0.009206225164234638, 0.052123792469501495, 0.1562056839466095, 0.0964352935552597, 0.002121417550370097, -0.028657138347625732, 0.049538128077983856, 0.1517554670572281, 0.046073444187641144, 0.036303840577602386, -0.08128317445516586, 0.018476324155926704, -0.07633967697620392, 0.06776756793260574, -0.05126367136836052, -0.07201206684112549, 0.07876565307378769, 0.12344007194042206, 0.00891180895268917, 0.07308723777532578, 0.02864012122154236, -0.005948800127953291, 0.027362676337361336, -0.03525819629430771, 0.003043115371838212, -0.09021355211734772, -0.016223667189478874, 0.022068142890930176, 0.01973089389503002, 0.1661703735589981, 0.08906696736812592, 0.013160324655473232, 0.03578558191657066, -0.11804406344890594, 0.029254058375954628, 0.0014819352654740214, -0.07561153918504715, 0.02592816762626171, -0.07276386767625809, -0.04585234448313713, 0.05974441021680832, -0.06594928354024887, -0.019603773951530457, 0.0027884894516319036, -0.041273754090070724, -0.05818670243024826, 0.09825345128774643, 0.11205525696277618, -0.24056008458137512, 0.12268126755952835, 0.12513400614261627, 0.04734852910041809, 0.14996416866779327, -0.05575571581721306, -0.08517895638942719, 0.02506396174430847, -0.015239743515849113, -0.10958816111087799, 0.22783473134040833, 0.03425205871462822, -0.009909285232424736, 0.09169112145900726, -0.016396893188357353, 0.1278901845216751, -0.15989796817302704, -0.06770806014537811, -0.06796354800462723, -0.0318051353096962, -0.24213354289531708, 0.050989262759685516, 0.012874198146164417, 0.07615859061479568, -0.0680883377790451, -0.10625890642404556, 0.09266336262226105, -0.045571934431791306, 0.0025879053864628077, 0.13560177385807037, -0.17436902225017548, -0.2012336552143097, -0.06170608475804329, -0.11487659066915512, 0.006595228333026171, -0.03560798615217209, -0.0409514494240284, -0.13819895684719086, -0.0823107585310936, 0.05441778153181076, -0.06946646422147751, -0.13086672127246857, -0.043719615787267685, 0.0013150200247764587, 0.02125754952430725, -0.062315668910741806, -0.11617358773946762, 0.018435034900903702, -0.07169686257839203, 0.15843738615512848, 0.16663597524166107, -0.10810421407222748, 0.09343139827251434, 0.08758365362882614, -0.015095094218850136, 0.1438513994216919, -0.030168114230036736, -0.0010819243034347892, -0.03293123096227646, -0.0851074606180191, 0.03744075819849968, -0.0154104083776474, 0.06265224516391754, 0.04302675649523735, 0.0895070880651474, -0.08971305936574936, -0.062008678913116455, -0.011515947058796883, -0.1688431352376938, -0.18840335309505463, -0.14226433634757996, -0.08646208792924881, 0.028434481471776962, 0.021504253149032593, 0.07056964933872223, -0.09412109851837158, 0.03348557651042938, 0.0972089096903801, -0.02039588987827301, -0.15625619888305664, -0.0849195346236229, -0.014047265984117985, -0.008132203482091427, -0.02276066318154335, -0.16424955427646637, -0.022192958742380142, 0.12194015085697174, 0.1751759946346283, 0.3154999315738678, -0.029525693506002426, 0.09306927770376205, 0.05721054598689079, 0.18523511290550232, 0.09519834816455841, 0.14813433587551117, 0.0002635983400978148, -0.029508467763662338, 0.0063742478378117085, 0.01912066340446472, -0.009680196642875671, 0.01834060810506344, 0.05258877947926521, -0.20767609775066376, 0.07326015084981918, -0.028956707566976547, 0.014569200575351715, -0.1307731568813324, 0.053030695766210556, -0.1282193958759308, 0.15614844858646393, 0.017711598426103592, 0.16904409229755402, -0.05997953936457634, 0.08630834519863129, 0.08809536695480347, -0.004429213237017393, 0.07180427014827728, 0.043254394084215164, 0.041610170155763626, -0.10334515571594238, -0.03119295835494995, -0.046699751168489456, 0.04266788437962532, -0.019559089094400406, 0.13742399215698242, -0.12953868508338928, 0.2775741219520569, 0.039021652191877365, -0.1284051388502121, -0.1143123060464859, -0.10428906232118607, 0.02358969673514366, -0.0007400704198516905, 0.1270836591720581, 0.04647690802812576, -0.1922553926706314, -0.19407044351100922, 0.015841221436858177, 0.0289392601698637, 0.15820813179016113, 0.012956659309566021, -0.09549307823181152, 0.02690119855105877, -0.037629883736371994, -0.018574098125100136, -0.20686469972133636, 0.06065565347671509, -0.11460920423269272, 0.011621726676821709, 0.02902582287788391, -0.19577261805534363, -0.008244610391557217, 0.0024165883660316467, -0.06318159401416779, -0.02812257409095764, 0.11090745031833649, -0.03770442679524422, -0.14665314555168152, -0.01082837488502264, 0.13561095297336578, -0.06430306285619736, -0.04552484303712845, 0.04552441090345383, -0.02405439503490925, -0.013511670753359795, -0.23530510067939758, 0.058357544243335724, -0.04693993553519249, 0.11601573973894119, -0.033888038247823715, 0.1372370570898056, 0.017732303589582443, 0.02510003373026848, -0.029771432280540466, -0.016262821853160858, -0.04405989125370979, -0.10570987313985825, 0.14580464363098145, -0.08890366554260254, 0.08494576066732407, 0.2634505331516266, 0.03506535664200783, 0.11899477988481522, 0.1240275576710701, 0.020723452791571617, 0.14275524020195007, 0.10976266115903854, -0.08630327880382538, 0.24815548956394196, 0.18724213540554047, -0.005077627953141928, -0.3047773540019989, -0.030608436092734337, -0.1411607265472412, -0.02745964005589485, 0.029688920825719833, -0.2213977426290512, 0.13532471656799316, 0.06648065894842148, -0.0272197462618351, 0.23992398381233215, -0.04456224665045738, 0.02065030112862587, 0.2515468895435333, 0.03736421465873718, 0.27732905745506287, -0.030857769772410393, -0.058248791843652725, -0.09765221923589706, -0.2115364819765091, 0.1427110731601715, -0.22892525792121887, 0.049248967319726944, -0.06667743623256683, 0.174484521150589, -0.028097812086343765, -0.0417875237762928, 0.15145213901996613, 0.1042550653219223, 0.1544472724199295, -0.023833172395825386, -0.046398621052503586, 0.10689384490251541, -0.031404606997966766, 0.07691041380167007, -0.036951083689928055, 0.06349123269319534, -0.10062974691390991, 0.018054813146591187, 0.009412175975739956, -0.013302489183843136, 0.07849197089672089, -0.04758395627140999, -0.0793812945485115, 0.018616560846567154, -0.11081036180257797, -0.05853983387351036, 0.07111857086420059, 0.028545815497636795, -0.01725843735039234, 0.10602109879255295, 0.022215068340301514, -0.13570044934749603, 0.0026638677809387445, -0.10413814336061478, -0.037199798971414566, 0.06176794692873955, -0.24069510400295258, 0.07850371301174164, 0.11926723271608353, 0.0816381648182869, 0.07661144435405731, 0.05894437059760094, -0.03713586553931236, -0.0033294956665486097, 0.16478125751018524, -0.1310453861951828, -0.05526509881019592, 0.03694359213113785, -0.1253156214952469, 0.0494304895401001, 0.12550215423107147, 0.01955573447048664, 0.06705547124147415, 0.006617187988013029, -0.021748606115579605, 0.047863490879535675, -0.08209533989429474, 0.09569478034973145, 0.1730903536081314, 0.05582438036799431, -0.22474230825901031, 0.17103205621242523, -0.0402936115860939, 0.10201255232095718, -0.012556376866996288, -0.0025600132066756487, -0.12053672224283218, -0.07256615161895752, -0.03901531174778938, 0.28304538130760193, -0.13346609473228455, -0.13502945005893707, -0.02524833008646965, -0.10108639299869537, -0.023146433755755424, 0.1381903886795044, 0.056893087923526764, 0.06040250509977341, 0.013670669868588448, -0.06552235782146454, -0.03075779415667057, -0.032000381499528885, -0.09004674851894379, 0.02730037271976471, -0.07465851306915283, -0.1741330921649933, -0.06442258507013321, 0.22283519804477692, -0.07560034096240997, -0.048765335232019424, -0.10049540549516678, 0.07310283184051514, -0.2938547134399414, 0.011414687149226665, 0.059441737830638885, 0.03317958116531372, 0.017429742962121964, 0.01557608786970377, -0.014975344762206078, 0.03153058513998985, -0.16355498135089874, 0.12181957066059113, 0.05503681302070618, 0.02863447368144989, -0.09627684205770493, -0.02239007130265236, 0.05751156061887741, 0.06479006260633469, 0.09493739157915115, 0.15806126594543457, 0.013223877176642418, 0.16647960245609283, -0.017741063609719276, -0.2003486454486847, 0.045986346900463104, 0.06773936003446579, 0.1489993780851364, -0.007787938695400953, -0.013979754410684109, 0.025023844093084335, -0.06569384783506393, 0.051977597177028656, -0.07056905329227448, -0.025487998500466347, 0.03235466033220291, -0.28074735403060913, -0.06007351726293564, -0.04239491745829582, -0.017606910318136215, 0.13964052498340607, 0.1447748839855194, -0.061848752200603485, 0.10367857664823532, -0.003603168297559023, -0.04252256825566292, -0.0922013521194458, 0.037582140415906906, -0.1532457172870636, -0.0418887659907341, 0.012612296268343925, 0.06216231361031532, -0.037640515714883804, 0.4285915195941925, -0.007973595522344112, -0.18801665306091309, -0.07961488515138626, 0.13925789296627045, -0.0332445465028286, -0.056291792541742325, 0.1954677850008011, 0.018734168261289597, -0.0035488936118781567, -0.05651940032839775, 0.06816598027944565, -0.011035705916583538, 0.1157640740275383, 0.18784311413764954, 0.01424457412213087, 0.05345844477415085, -0.08391686528921127, 0.06075579300522804, -0.15587250888347626, 0.0708438977599144, 0.0857103019952774, 0.003609205363318324, -0.03430609032511711, 0.03665798157453537, -0.06178799271583557, 0.0765690878033638, -0.048768896609544754, 0.07019446045160294, -0.034374792128801346, -0.07918910682201385, -0.12293783575296402, -0.0923730656504631, -0.04249066486954689, -0.18070663511753082, 0.05102650448679924, -0.06882111728191376, -0.01141968835145235, 0.29501214623451233, 0.07205251604318619, 0.10160963982343674, 0.05410381779074669, -0.024669980630278587, 0.06089213863015175, -0.026281503960490227, -0.0009996241424232721, -0.06180605664849281, 0.04381047934293747, -0.02410953678190708, 0.07808054238557816, -0.11652106791734695, -0.022920820862054825, -0.057627517729997635, 0.08556269109249115, 0.006956044118851423, -0.13185714185237885, -0.03406291827559471, -0.08184526115655899, 0.0835610032081604, -0.03969230502843857, 0.10123399645090103, 0.03705523535609245, 0.041073549538850784, 0.019307155162096024, 0.13421212136745453, -0.023005064576864243, 0.016964199021458626, -0.03070497326552868, 0.15462295711040497, -0.03377819433808327, 0.0747784972190857, 0.04892663285136223, -0.0742587000131607, -0.012562152929604053, 0.12403059750795364, 0.254800021648407, -0.1018722653388977, 0.015444080345332623, -0.015911538153886795, 0.04263383150100708, 0.03142891079187393, 0.14952979981899261, 0.08552735298871994, 0.1427050083875656, -0.04931851103901863, -0.1776927262544632, -0.029790343716740608, -0.04621513560414314, -0.0071245706640183926, 0.07311312854290009, 0.07782803475856781, -0.07494468241930008, -0.09553153067827225, 0.07259918749332428, -0.11645413935184479, -0.0661676898598671, 0.05166690796613693, -0.07936758548021317, -0.08896052837371826, -0.03406888619065285, 0.06457176059484482, 0.014051145873963833, -0.04797233268618584, -0.1452852040529251, -0.009327331557869911, 0.08267353475093842, -0.010619849897921085, -0.33594638109207153, -0.12794291973114014, 0.030967067927122116, -0.06230030581355095, -0.04781663417816162, -0.027628140524029732, 0.11703141033649445, 0.002658576238900423, 0.02014891244471073, -0.026365190744400024, 0.08504695445299149, -0.016394315287470818, -0.0714837908744812, -0.10287276655435562, 0.12635180354118347, -0.06025857478380203, -0.11754099279642105, 0.05264241248369217, 0.000311618932755664, -0.040866266936063766, 0.11113036423921585, -0.038131069391965866, 0.015401797369122505, -0.05086013302206993, -0.06309733539819717, 0.11205054819583893, 0.04167735576629639, 0.027968810871243477, 0.03492402285337448, -0.04520624503493309, 0.05729658156633377, 0.053866803646087646, -0.11381285637617111, -0.03278388828039169, 0.0764942616224289, -0.06480418890714645, 0.15788431465625763, -0.04930926114320755, -0.07352280616760254, 0.062285516411066055, -0.09090573340654373, 0.03037196956574917, 0.04066741093993187, 0.06532378494739532, 0.12169485539197922, 0.12545517086982727, -0.01970578543841839, -0.042845118790864944, 0.02180454507470131, -0.030954809859395027, -0.06691165268421173, -0.06399987637996674 ]
2805a44143714c0461b0d8d7ece4c630d1a308f8
# Dataset Card for DDisco ## Dataset Description The DDisco dataset is a dataset which can be used to train models to classify levels of coherence in _danish_ discourse. Each entry in the dataset is annotated with a discourse coherence label (rating from 1 to 3): 1: low coherence (difficult to understand, unorganized, contained unnecessary details and can not be summarized briefly and easily) 2: medium coherence 3: high coherence (easy to understand, well organized, only contain details that support the main point and can be summarized briefly and easily). Grammatical and typing errors are ignored (i.e. they do not affect the coherency score) and the coherence of a text is considered within its own domain. ### Additional Information [DDisCo: A Discourse Coherence Dataset for Danish](https://aclanthology.org/2022.lrec-1.260.pdf) ### Contributions [@ajders](https://github.com/ajders)
alexandrainst/ddisco
[ "task_categories:text-classification", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "language:da", "license:afl-3.0", "discourse", "coherence", "region:us" ]
2023-02-08T18:05:24+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["da"], "license": ["afl-3.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": [], "task_categories": ["text-classification"], "task_ids": [], "pretty_name": "DDisco", "tags": ["discourse", "coherence"], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "domain", "dtype": "string"}, {"name": "rating", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 815571, "num_examples": 801}, {"name": "test", "num_bytes": 209297, "num_examples": 201}], "download_size": 672202, "dataset_size": 1024868}}
2023-02-08T18:12:26+00:00
[]
[ "da" ]
TAGS #task_categories-text-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #language-Danish #license-afl-3.0 #discourse #coherence #region-us
# Dataset Card for DDisco ## Dataset Description The DDisco dataset is a dataset which can be used to train models to classify levels of coherence in _danish_ discourse. Each entry in the dataset is annotated with a discourse coherence label (rating from 1 to 3): 1: low coherence (difficult to understand, unorganized, contained unnecessary details and can not be summarized briefly and easily) 2: medium coherence 3: high coherence (easy to understand, well organized, only contain details that support the main point and can be summarized briefly and easily). Grammatical and typing errors are ignored (i.e. they do not affect the coherency score) and the coherence of a text is considered within its own domain. ### Additional Information DDisCo: A Discourse Coherence Dataset for Danish ### Contributions @ajders
[ "# Dataset Card for DDisco", "## Dataset Description\n\nThe DDisco dataset is a dataset which can be used to train models to classify levels of coherence in _danish_ discourse. Each entry in the dataset is annotated with a discourse coherence label (rating from 1 to 3):\n\n1: low coherence (difficult to understand, unorganized, contained unnecessary details and can not be summarized briefly and easily)\n2: medium coherence\n3: high coherence (easy to understand, well organized, only contain details that support the main point and can be summarized briefly and easily).\nGrammatical and typing errors are ignored (i.e. they do not affect the coherency score) and the coherence of a text is considered within its own domain.", "### Additional Information\n\nDDisCo: A Discourse Coherence Dataset for Danish", "### Contributions\n\n@ajders" ]
[ "TAGS\n#task_categories-text-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #language-Danish #license-afl-3.0 #discourse #coherence #region-us \n", "# Dataset Card for DDisco", "## Dataset Description\n\nThe DDisco dataset is a dataset which can be used to train models to classify levels of coherence in _danish_ discourse. Each entry in the dataset is annotated with a discourse coherence label (rating from 1 to 3):\n\n1: low coherence (difficult to understand, unorganized, contained unnecessary details and can not be summarized briefly and easily)\n2: medium coherence\n3: high coherence (easy to understand, well organized, only contain details that support the main point and can be summarized briefly and easily).\nGrammatical and typing errors are ignored (i.e. they do not affect the coherency score) and the coherence of a text is considered within its own domain.", "### Additional Information\n\nDDisCo: A Discourse Coherence Dataset for Danish", "### Contributions\n\n@ajders" ]
[ 82, 8, 178, 21, 8 ]
[ "passage: TAGS\n#task_categories-text-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #language-Danish #license-afl-3.0 #discourse #coherence #region-us \n# Dataset Card for DDisco## Dataset Description\n\nThe DDisco dataset is a dataset which can be used to train models to classify levels of coherence in _danish_ discourse. Each entry in the dataset is annotated with a discourse coherence label (rating from 1 to 3):\n\n1: low coherence (difficult to understand, unorganized, contained unnecessary details and can not be summarized briefly and easily)\n2: medium coherence\n3: high coherence (easy to understand, well organized, only contain details that support the main point and can be summarized briefly and easily).\nGrammatical and typing errors are ignored (i.e. they do not affect the coherency score) and the coherence of a text is considered within its own domain.### Additional Information\n\nDDisCo: A Discourse Coherence Dataset for Danish### Contributions\n\n@ajders" ]
[ -0.04970155283808708, -0.06054334715008736, -0.0023789748083800077, 0.033427584916353226, 0.0022693071514368057, 0.03139585629105568, 0.07931146770715714, 0.06773152947425842, 0.07131164520978928, 0.13778123259544373, -0.0121903782710433, -0.05989392474293709, 0.0875922292470932, 0.08712753653526306, -0.04881467670202255, -0.2979050278663635, 0.08021612465381622, -0.0548705980181694, 0.049312155693769455, 0.007018359377980232, 0.16478672623634338, -0.09732645750045776, -0.007979287765920162, -0.07481738924980164, -0.010349294170737267, -0.01303889974951744, -0.041838742792606354, -0.04542682692408562, 0.09383949637413025, 0.06471679359674454, 0.11259788274765015, 0.07869980484247208, 0.0020231418311595917, -0.17124874889850616, 0.023619232699275017, 0.022688623517751694, 0.022141309455037117, 0.009938615374267101, -0.017825063318014145, 0.09932564944028854, 0.00701717147603631, -0.1685984581708908, 0.048381056636571884, -4.164377855886414e-7, -0.015059949830174446, -0.09359703958034515, -0.04967484623193741, 0.04240061342716217, 0.12385790795087814, -0.025370972231030464, -0.026830336079001427, 0.018552763387560844, -0.08277041465044022, 0.014353493228554726, -0.037616144865751266, -0.17637985944747925, -0.04410213604569435, 0.2570324242115021, -0.04321473464369774, 0.11005408316850662, -0.09685514122247696, 0.05435096099972725, -0.021088887006044388, 0.02312195859849453, -0.007636803202331066, -0.04263126105070114, 0.006221368443220854, -0.07043453305959702, -0.07933229953050613, 0.001006735023111105, 0.22531095147132874, 0.006409781984984875, -0.026568837463855743, -0.2439248114824295, -0.005042997654527426, 0.05355582386255264, -0.05286948382854462, -0.07743113487958908, -0.003345496254041791, 0.018877500668168068, 0.14265820384025574, -0.07314473390579224, -0.1316520720720291, 0.05669354647397995, -0.03169884532690048, 0.08051592856645584, -0.00026394592714495957, -0.025414027273654938, 0.038032885640859604, 0.03562294319272041, -0.2612277567386627, -0.1319747418165207, -0.07129648327827454, -0.06207585707306862, -0.05887589603662491, -0.08707094937562943, -0.02382243052124977, -0.1734166294336319, 0.07391107827425003, 0.05457821488380432, 0.03147638589143753, 0.042763132601976395, -0.10481712222099304, 0.06492998450994492, 0.1311911791563034, 0.0811101496219635, -0.06357898563146591, -0.07180503755807877, 0.10102009028196335, -0.07080215215682983, 0.15793980658054352, -0.008821883238852024, -0.12989111244678497, 0.004933452699333429, -0.014537566341459751, 0.07370401918888092, -0.01929772086441517, 0.01902846060693264, -0.026442375034093857, -0.045181598514318466, 0.10339535772800446, -0.0996851697564125, 0.008016024716198444, 0.00957597978413105, -0.03952258825302124, 0.08906254172325134, -0.07531270384788513, 0.0732138603925705, -0.10154922306537628, 0.15733228623867035, 0.009974023327231407, 0.021676845848560333, -0.00223331106826663, -0.13418151438236237, 0.08829314261674881, -0.006178207695484161, -0.047927048057317734, -0.08046913892030716, -0.05857948958873749, 0.006849593482911587, 0.024187762290239334, -0.09807164967060089, -0.04397476091980934, -0.06048465892672539, -0.040408819913864136, 0.050694920122623444, -0.01672477461397648, -0.12787088751792908, -0.03614667430520058, -0.0509771853685379, -0.13889668881893158, 0.045055270195007324, -0.1428350806236267, 0.017744801938533783, -0.09826068580150604, 0.0016190685564652085, -0.2987339198589325, 0.0695778876543045, -0.11918319761753082, -0.05238258093595505, -0.06895886361598969, -0.011663982644677162, 0.03932243585586548, -0.005226236302405596, -0.029736995697021484, 0.1006680428981781, -0.16294318437576294, 0.015247421339154243, 0.057770125567913055, -0.1679360270500183, -0.0361364521086216, 0.15868762135505676, 0.009492898359894753, 0.07340107858181, 0.08152122050523758, 0.13730694353580475, 0.046830013394355774, -0.10889969021081924, -0.029790442436933517, 0.0626746192574501, 0.026510434225201607, 0.1597919762134552, 0.05758767947554588, -0.010401067323982716, 0.14385293424129486, 0.012750040739774704, 0.15779758989810944, -0.054686471819877625, 0.030490200966596603, -0.05644083768129349, -0.02132192626595497, 0.022529521957039833, 0.01588030345737934, 0.0407334566116333, -0.012264986522495747, -0.05596046522259712, -0.05742236599326134, 0.048327066004276276, 0.03084932267665863, -0.06954260170459747, 0.030125649645924568, -0.026857024058699608, -0.017841992899775505, -0.10289886593818665, -0.018755072727799416, -0.08674861490726471, -0.2122214287519455, 0.06692323088645935, 0.08172162622213364, 0.04219607263803482, 0.20303227007389069, -0.008912235498428345, 0.030539486557245255, -0.06466304510831833, 0.08707918226718903, 0.046046968549489975, 0.062474288046360016, -0.030549097806215286, -0.13321472704410553, 0.022812901064753532, -0.09695004671812057, 0.15304046869277954, -0.09086474031209946, -0.028889929875731468, 0.2218528538942337, 0.1431547999382019, 0.015261359512805939, 0.012160183861851692, 0.043426189571619034, 0.05660273879766464, -0.04646684601902962, -0.03187236934900284, 0.03778781741857529, -0.029257329180836678, -0.06615635007619858, 0.06355306506156921, -0.13063813745975494, -0.15617938339710236, 0.07517971843481064, 0.05900215730071068, -0.08654159307479858, -0.10053065419197083, -0.020195571705698967, -0.031346991658210754, -0.049568161368370056, -0.08972416073083878, 0.07623691111803055, 0.06621957570314407, 0.08732724189758301, -0.06786660850048065, -0.022449849173426628, 0.034774862229824066, 0.010421260260045528, -0.07854962348937988, 0.0756821408867836, -0.01344640739262104, -0.22016820311546326, 0.07921626418828964, -0.023839272558689117, 0.05369698256254196, 0.13480113446712494, 0.03545788303017616, -0.04929482564330101, 0.03284109756350517, 0.0029763963539153337, 0.0024446756578981876, 0.16621629893779755, -0.023470081388950348, 0.05024326592683792, 0.03700670227408409, 0.08163232356309891, 0.03194013983011246, -0.027125798165798187, 0.05165670067071915, -0.004099333193153143, -0.05853276699781418, 0.0753905326128006, 0.012274984270334244, 0.05496376007795334, 0.09315264225006104, 0.04660801589488983, -0.0035363773349672556, 0.036559220403432846, -0.06107335537672043, -0.07340358942747116, 0.1418248564004898, -0.1406913697719574, -0.32099440693855286, -0.06045699492096901, 0.01147258747369051, -0.05945241451263428, 0.01201042253524065, 0.07063105702400208, 0.01691114343702793, -0.15057231485843658, -0.0959058627486229, 0.08970996737480164, 0.005523952189832926, -0.10242382436990738, -0.07772151380777359, -0.014637879095971584, -0.10816562920808792, -0.10791497677564621, -0.00863930769264698, -0.011987040750682354, -0.006895085796713829, 0.039145577698946, -0.08114698529243469, -0.02002309076488018, 0.2055845707654953, 0.019992969930171967, -0.02452266402542591, -0.06470170617103577, 0.06882738322019577, -0.0923975333571434, 0.17102396488189697, 0.08039768785238266, -0.06524989753961563, 0.0282899197191, 0.2739327549934387, 0.049968358129262924, -0.08346224576234818, 0.008110380731523037, 0.0010361629538238049, -0.10146312415599823, -0.11964630335569382, -0.22127212584018707, -0.10210547596216202, -0.019396986812353134, 0.05175364017486572, 0.01614275947213173, 0.02550129033625126, 0.060886088758707047, -0.09439803659915924, -0.030021240934729576, 0.09526580572128296, 0.09802231192588806, 0.2955506443977356, 0.00518999807536602, 0.03170371428132057, -0.04409600421786308, 0.009357319213449955, 0.10707023739814758, 0.05628039687871933, 0.02431115135550499, -0.02706843614578247, 0.1463823765516281, -0.02211013063788414, -0.026950430124998093, 0.009981404058635235, 0.058050189167261124, -0.059983279556035995, -0.011311457492411137, -0.03635581210255623, -0.09033380448818207, -0.0083873700350523, 0.0867559164762497, 0.06847257912158966, -0.06703723967075348, -0.05269771069288254, -0.026074344292283058, 0.07087588310241699, 0.06903164088726044, 0.1081259697675705, -0.023822041228413582, -0.13962030410766602, 0.07447101920843124, -0.00087089987937361, -0.09487615525722504, 0.0026450962759554386, 0.20301984250545502, -0.10088677704334259, 0.042971644550561905, -0.03178025409579277, 0.061510633677244186, -0.06996092200279236, -0.03092917799949646, -0.07423550635576248, 0.0032330916728824377, -0.014566545374691486, 0.0641048401594162, -0.12085934728384018, 0.060952670872211456, 0.051237642765045166, 0.059080205857753754, -0.14089298248291016, 0.012729788199067116, -0.01890241540968418, 0.14760452508926392, 0.1252327263355255, 0.022374525666236877, -0.060668352991342545, -0.06276232749223709, -0.12115088105201721, 0.038845427334308624, 0.09401601552963257, -0.028895752504467964, 0.007286040112376213, 0.01965273730456829, 0.020730584859848022, -0.01334359124302864, -0.09256362169981003, -0.07237572968006134, -0.16834233701229095, 0.1231091171503067, 0.12396737188100815, -0.0014904245035722852, -0.010663587599992752, -0.03794893994927406, -0.042278699576854706, 0.3188392221927643, -0.14750373363494873, -0.1367337852716446, -0.15185903012752533, 0.02664041891694069, 0.11201227456331253, 0.0025997585617005825, 0.0376376211643219, -0.032167255878448486, 0.20676296949386597, -0.09008476138114929, -0.0685148760676384, 0.0947938933968544, -0.07146845757961273, -0.12483717501163483, -0.03395567834377289, 0.17101024091243744, 0.04730682075023651, 0.022601468488574028, 0.11121847480535507, 0.08241597563028336, 0.054445840418338776, -0.11221876740455627, -0.09264733642339706, 0.07676668465137482, 0.03032328374683857, 0.0874592736363411, -0.006716515403240919, -0.052352968603372574, -0.0001185214496217668, -0.03458987548947334, 0.17730110883712769, 0.16552108526229858, -0.09839019179344177, 0.18905214965343475, 0.09305354952812195, -0.044902727007865906, -0.2816184461116791, 0.029404258355498314, 0.008864138275384903, 0.014598740264773369, -0.11703896522521973, -0.1311918944120407, 0.14162376523017883, 0.06706933677196503, -0.018519636243581772, 0.00896433275192976, -0.14593292772769928, -0.13565808534622192, 0.05828523635864258, -0.05649503692984581, 0.12286904454231262, -0.042611271142959595, -0.055883027613162994, -0.03366575390100479, -0.11831916868686676, 0.21048544347286224, -0.03892277553677559, 0.07807383686304092, 0.036053385585546494, 0.0908752903342247, 0.06266287714242935, -0.027423813939094543, 0.15017825365066528, 0.032705146819353104, -0.020496955141425133, -0.07738394290208817, -0.015834497287869453, 0.07995034009218216, -0.056106142699718475, 0.12266220152378082, 0.06501126289367676, -0.02077978290617466, -0.08560321480035782, -0.03847089037299156, -0.037361741065979004, 0.1024521216750145, -0.06327544897794724, -0.12880349159240723, -0.13951238989830017, 0.09345878660678864, 0.06347480416297913, -0.027458982542157173, 0.2397298365831375, -0.09985369443893433, 0.041581619530916214, 0.10894933342933655, 0.19886408746242523, -0.0972454696893692, 0.057446930557489395, 0.052474018186330795, -0.06314411759376526, 0.048119671642780304, -0.13475973904132843, 0.07245484739542007, 0.13847728073596954, -0.0062694065272808075, 0.06697408109903336, -0.025311695411801338, -0.0687735453248024, 0.009253456257283688, 0.03183877468109131, -0.09321878850460052, -0.08710051327943802, 0.04863835871219635, 0.13100871443748474, 0.05721358582377434, -0.03289780765771866, 0.17689521610736847, -0.07041464745998383, 0.015055042691528797, 0.02337699569761753, 0.047264181077480316, 0.052269380539655685, 0.025717664510011673, -0.020193815231323242, 0.08519136905670166, -0.056304436177015305, 0.10026093572378159, 0.08479498326778412, -0.2446117103099823, 0.021751394495368004, 0.10927531868219376, -0.12341661751270294, -0.05587130784988403, -0.06201779842376709, -0.057510457932949066, -0.044600144028663635, -0.07942259311676025, 0.004031696356832981, -0.13438111543655396, -0.05755472928285599, 0.16712157428264618, 0.01304242480546236, 0.03239387646317482, -0.039665184915065765, -0.03662542253732681, -0.09384196251630783, 0.06979159265756607, -0.09970395267009735, 0.02654191106557846, 0.01673305407166481, 0.06637456268072128, -0.038944315165281296, 0.0035566866863518953, -0.06277507543563843, -0.037122130393981934, -0.037043992429971695, -0.057220879942178726, -0.12450608611106873, 0.09750155359506607, -0.0781642496585846, -0.01696382276713848, 0.00325449975207448, -0.02318069152534008, 0.0025779600255191326, 0.009259198792278767, -0.030847270041704178, 0.0717543438076973, -0.09053408354520798, 0.035773903131484985, -0.06787406653165817, -0.04443805292248726, 0.01678992435336113, -0.054152462631464005, 0.1725313812494278, -0.03579481318593025, -0.038923703134059906, 0.03604041412472725, -0.2455604076385498, 0.04361748695373535, 0.017777573317289352, 0.0864158645272255, 0.04389892891049385, -0.03698921203613281, -0.03525255247950554, 0.027527326717972755, -0.0382734015583992, 0.05363411083817482, 0.10204382985830307, -0.07789198309183121, 0.02660815790295601, -0.06513624638319016, -0.07813838124275208, -0.057003770023584366, 0.05032875016331673, 0.017936328426003456, -0.014052865095436573, 0.07229771465063095, -0.06640349328517914, 0.06310009211301804, -0.002027061302214861, -0.028389373794198036, 0.0044491710141301155, -0.020374784246087074, 0.029663072898983955, -0.014407089911401272, 0.01989234983921051, -0.047669149935245514, 0.1805088073015213, -0.02563183754682541, -0.03553077578544617, 0.11883163452148438, -0.1132526770234108, -0.044677142053842545, 0.0694354698061943, 0.13085490465164185, 0.03985946625471115, 0.0006247377605177462, -0.11345016211271286, -0.04182180389761925, 0.029343217611312866, 0.03395021706819534, 0.20061194896697998, 0.05486885830760002, 0.12287235260009766, 0.02882353775203228, 0.010531417094171047, -0.06629335880279541, 0.028034362941980362, 0.1360865831375122, 0.02154459059238434, 0.040073078125715256, -0.011056252755224705, -0.06962768733501434, 0.0619305856525898, -0.13558225333690643, 0.05249892175197601, -0.1446787714958191, -0.07856068015098572, -0.058373820036649704, -0.07708976417779922, -0.07842434197664261, -0.015578489750623703, -0.026339612901210785, -0.16453900933265686, 0.049370817840099335, 0.09892097115516663, 0.09382455796003342, 0.022480402141809464, 0.1187870129942894, -0.18790379166603088, -0.007214926648885012, 0.07866837829351425, 0.049545224756002426, 0.06182337552309036, 0.030654124915599823, -0.025710493326187134, -0.06757649779319763, 0.07189423590898514, 0.02693430334329605, 0.11094510555267334, 0.12829680740833282, -0.10200431942939758, -0.053616054356098175, -0.05934331193566322, 0.0048864479176700115, -0.0006380309932865202, 0.02613738924264908, 0.07170500606298447, 0.025511162355542183, -0.05972961336374283, -0.0001863737852545455, 0.20225763320922852, -0.032219160348176956, -0.14051689207553864, -0.10962718725204468, 0.15866146981716156, -0.05614510178565979, 0.0814623087644577, 0.020630117505788803, -0.1111164316534996, 0.015813246369361877, 0.028315696865320206, 0.1857231706380844, 0.013857274316251278, 0.021903714165091515, -0.029113397002220154, -0.0023514083586633205, -0.0039052304346114397, 0.052470460534095764, -0.022645216435194016, 0.2569798529148102, -0.05983920395374298, 0.043076228350400925, 0.008256342262029648, -0.030765822157263756, -0.1242988109588623, 0.08737508207559586, 0.00455074617639184, 0.009361747652292252, -0.10958999395370483, 0.12112437188625336, -0.018833309412002563, -0.12652772665023804, 0.14556549489498138, -0.15387967228889465, -0.10551240295171738, -0.022367360070347786, -0.031178124248981476, -0.042517829686403275, 0.003730752971023321, -0.026279287412762642, -0.047931354492902756, 0.01733734831213951, 0.010090034455060959, -0.021015413105487823, 0.06522446870803833, 0.05706757679581642, -0.04766274616122246, 0.14591766893863678, 0.02939276024699211, 0.13560669124126434, 0.09237568825483322, -0.0031925595831125975, -0.055651918053627014, 0.004155310802161694, 0.11361224204301834, -0.044356320053339005, 0.01633252389729023, 0.14065182209014893, -0.05228576064109802, 0.1984035074710846, 0.11085819453001022, -0.2003720998764038, 0.013279673643410206, 0.11518717557191849, -0.0759279876947403, -0.010909861885011196, 0.06840690970420837, -0.056262314319610596, 0.11807925254106522, 0.059166811406612396, -0.0021245013922452927, -0.06035272032022476, -0.02643490582704544, 0.042458824813365936, -0.006338266655802727, 0.10410194098949432, -0.019265668466687202, -0.12665720283985138, 0.035973530262708664, 0.0035161543637514114, 0.048829756677150726, -0.21285660564899445, -0.06123337522149086, 0.009448758326470852, 0.08532684296369553, -0.06781275570392609, 0.07595351338386536, 0.03557635843753815, -0.0449182465672493, -0.08252234756946564, -0.13077686727046967, 0.0410471074283123, 0.0587199404835701, -0.0355365127325058, -0.04875672608613968 ]
2537b681735c256a7ab829666b118e03c3eb9e0a
# IMDB Movie Reviews ![movie_reivews](images/movie_reviews.jpg) This is a dataset for binary sentiment classification containing substantially huge data. This dataset contains a set of 50,000 highly polar movie reviews for training models for text classification tasks. The dataset is downloaded from https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz This data is processed and splitted into training and test datasets (0.2% test split). Training dataset contains 40000 reviews and test dataset contains 10000 reviews. Equal distribution among the labels in both training and test dataset. in training dataset, there are 20000 records for both positive and negative classes. In test dataset, there are 5000 records both the labels. ### Citation Information ``` @InProceedings{maas-EtAl:2011:ACL-HLT2011, author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher}, title = {Learning Word Vectors for Sentiment Analysis}, booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies}, month = {June}, year = {2011}, address = {Portland, Oregon, USA}, publisher = {Association for Computational Linguistics}, pages = {142--150}, url = {http://www.aclweb.org/anthology/P11-1015} } ```
ajaykarthick/imdb-movie-reviews
[ "task_categories:text-classification", "task_categories:token-classification", "task_categories:feature-extraction", "size_categories:10K<n<100K", "region:us" ]
2023-02-08T18:30:11+00:00
{"size_categories": ["10K<n<100K"], "task_categories": ["text-classification", "token-classification", "feature-extraction"], "pretty_name": "Movie-Reviews"}
2023-02-08T21:08:35+00:00
[]
[]
TAGS #task_categories-text-classification #task_categories-token-classification #task_categories-feature-extraction #size_categories-10K<n<100K #region-us
# IMDB Movie Reviews !movie_reivews This is a dataset for binary sentiment classification containing substantially huge data. This dataset contains a set of 50,000 highly polar movie reviews for training models for text classification tasks. The dataset is downloaded from URL This data is processed and splitted into training and test datasets (0.2% test split). Training dataset contains 40000 reviews and test dataset contains 10000 reviews. Equal distribution among the labels in both training and test dataset. in training dataset, there are 20000 records for both positive and negative classes. In test dataset, there are 5000 records both the labels.
[ "# IMDB Movie Reviews \n\n!movie_reivews\n\nThis is a dataset for binary sentiment classification containing substantially huge data. This dataset contains a set of 50,000 highly polar movie reviews for training models for text classification tasks. \n\nThe dataset is downloaded from \n\nURL\n\nThis data is processed and splitted into training and test datasets (0.2% test split). Training dataset contains 40000 reviews and test dataset contains 10000 reviews.\n\nEqual distribution among the labels in both training and test dataset. in training dataset, there are 20000 records for both positive and negative classes. In test dataset, there are 5000 records both the labels." ]
[ "TAGS\n#task_categories-text-classification #task_categories-token-classification #task_categories-feature-extraction #size_categories-10K<n<100K #region-us \n", "# IMDB Movie Reviews \n\n!movie_reivews\n\nThis is a dataset for binary sentiment classification containing substantially huge data. This dataset contains a set of 50,000 highly polar movie reviews for training models for text classification tasks. \n\nThe dataset is downloaded from \n\nURL\n\nThis data is processed and splitted into training and test datasets (0.2% test split). Training dataset contains 40000 reviews and test dataset contains 10000 reviews.\n\nEqual distribution among the labels in both training and test dataset. in training dataset, there are 20000 records for both positive and negative classes. In test dataset, there are 5000 records both the labels." ]
[ 53, 147 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-token-classification #task_categories-feature-extraction #size_categories-10K<n<100K #region-us \n# IMDB Movie Reviews \n\n!movie_reivews\n\nThis is a dataset for binary sentiment classification containing substantially huge data. This dataset contains a set of 50,000 highly polar movie reviews for training models for text classification tasks. \n\nThe dataset is downloaded from \n\nURL\n\nThis data is processed and splitted into training and test datasets (0.2% test split). Training dataset contains 40000 reviews and test dataset contains 10000 reviews.\n\nEqual distribution among the labels in both training and test dataset. in training dataset, there are 20000 records for both positive and negative classes. In test dataset, there are 5000 records both the labels." ]
[ -0.1381954401731491, 0.0146238524466753, 0.0010565215488895774, 0.06876718997955322, 0.1424533575773239, 0.14167459309101105, 0.1820957362651825, 0.17591513693332672, 0.06785376369953156, -0.03897014632821083, -0.057948824018239975, -0.07297353446483612, 0.04691639170050621, 0.23653240501880646, -0.07780926674604416, -0.19051559269428253, -0.07005469501018524, -0.007231537252664566, 0.013400610536336899, 0.0849015936255455, 0.10410510748624802, -0.05742493271827698, 0.0678311437368393, -0.10633105784654617, -0.20292873680591583, -0.04592648521065712, 0.10253630578517914, -0.03853365778923035, 0.13927385210990906, 0.006879483815282583, 0.13195578753948212, 0.010282352566719055, 0.06023525819182396, -0.0740283876657486, 0.03135804831981659, 0.02416735514998436, 0.06194717437028885, 0.013670867308974266, 0.044261615723371506, -0.006389333866536617, 0.11210499703884125, 0.05184906721115112, 0.09098753333091736, 0.018300632014870644, -0.08374837040901184, -0.1000002846121788, -0.09057478606700897, -0.05229754000902176, 0.0009548953385092318, 0.036405500024557114, -0.03884539753198624, 0.07307735085487366, -0.16165278851985931, 0.0380786769092083, 0.09995421022176743, 0.007648920174688101, -0.029829585924744606, 0.2358158379793167, 0.06183265149593353, 0.15589766204357147, -0.16954410076141357, -0.02168917842209339, 0.07313825935125351, -0.011612760834395885, 0.01695176586508751, -0.03894241899251938, -0.06517073512077332, -0.06568676233291626, -0.08119552582502365, 0.019422907382249832, 0.27684545516967773, 0.04847080260515213, -0.11261751502752304, -0.13299886882305145, 0.05629552900791168, -0.12700174748897552, -0.006082032807171345, 0.13069219887256622, -0.01339688804000616, -0.0532340444624424, -0.09322937577962875, 0.1343728005886078, -0.03201048821210861, -0.1651092916727066, -0.011955996043980122, -0.02494433894753456, -0.0026353050488978624, 0.05791453272104263, -0.07781107723712921, 0.09155025333166122, -0.10567645728588104, -0.05520138889551163, -0.03321176767349243, -0.08309726417064667, -0.0903044119477272, -0.08936842530965805, -0.0432640016078949, -0.16007404029369354, -0.017119085416197777, 0.04279224947094917, -0.010938042774796486, 0.02438441291451454, -0.12088140845298767, 0.11691805720329285, 0.14069099724292755, 0.19353854656219482, 0.0332585833966732, -0.05206188187003136, 0.00308326818048954, 0.10146509110927582, -0.028620703145861626, 0.0286076832562685, -0.009365630336105824, -0.049402426928281784, 0.05332328379154205, 0.04718555137515068, -0.0686037465929985, 0.047813523560762405, -0.1529695689678192, -0.04260753095149994, -0.028478190302848816, -0.07195407152175903, 0.02638610638678074, 0.01599433645606041, -0.17067521810531616, 0.05252600833773613, -0.04075440391898155, -0.03724432736635208, 0.06010165065526962, 0.11162523180246353, -0.058384008705616, 0.045212309807538986, -0.15064135193824768, -0.14687559008598328, 0.1032971665263176, -0.05268651247024536, -0.04101528972387314, -0.004732450470328331, -0.17441347241401672, -0.04495104029774666, 0.014547965489327908, -0.051085781306028366, 0.05570109561085701, -0.04725949838757515, 0.09170841425657272, -0.007110187783837318, 0.006915169768035412, 0.10543503612279892, -0.04321261867880821, 0.054017674177885056, -0.010922456160187721, 0.14849410951137543, -0.013055885210633278, 0.029180582612752914, -0.03205849230289459, 0.005684258416295052, -0.24632911384105682, 0.06929599493741989, -0.06222527101635933, 0.05040610581636429, 0.036160774528980255, -0.05112377181649208, -0.01039088610559702, 0.01015646941959858, -0.07697641849517822, 0.18206773698329926, -0.2896626889705658, -0.0719652771949768, 0.06383778899908066, -0.12717369198799133, -0.12632042169570923, 0.11424630880355835, -0.08997209370136261, 0.1073535829782486, 0.03230413421988487, 0.2082158774137497, 0.042225390672683716, -0.058520346879959106, -0.04273121431469917, 0.11294937878847122, -0.022092880681157112, -0.054670095443725586, 0.11259973794221878, 0.09760811924934387, 0.029355468228459358, -0.015730159357190132, 0.06689015030860901, 0.02156233601272106, -0.0976824089884758, -0.011949768289923668, 0.03382294625043869, -0.03863540291786194, 0.025282835587859154, 0.02795969322323799, 0.06438279896974564, -0.07797063142061234, -0.05089184641838074, -0.09385128319263458, 0.1522534191608429, -0.019792668521404266, 0.0348031260073185, -0.029870474711060524, 0.0019066933309659362, 0.05654210224747658, -0.048091571778059006, -0.12791645526885986, -0.04414328932762146, 0.07492389529943466, 0.038888394832611084, 0.006156055722385645, 0.09874729067087173, 0.007103451993316412, 0.037962038069963455, -0.1437665969133377, 0.05628611147403717, -0.051169365644454956, 0.009970985352993011, -0.040049679577350616, -0.21325001120567322, -0.015635326504707336, -0.09215600043535233, 0.22842077910900116, -0.22546246647834778, 0.00877687893807888, 0.09994006901979446, 0.0365058071911335, 0.09576327353715897, -0.09923946857452393, 0.07630977034568787, 0.03743131086230278, -0.06881152838468552, -0.08628319948911667, -0.016595011577010155, -0.02830226719379425, -0.07669512927532196, -0.03413205221295357, -0.023388156667351723, -0.06598148494958878, 0.08436582237482071, -0.008469969965517521, -0.12440367043018341, 0.03642706945538521, -0.03576073795557022, 0.011765461415052414, -0.1640184074640274, -0.00964471697807312, -0.08930028975009918, 0.051986560225486755, 0.1258656531572342, -0.027420692145824432, 0.005869495682418346, -0.0063002705574035645, -0.05405840277671814, 0.017689254134893417, 0.03790761157870293, -0.024757733568549156, -0.07950488477945328, 0.07984547317028046, -0.060686446726322174, -0.08396536856889725, 0.16215160489082336, -0.013347391970455647, -0.03305578604340553, 0.016682231798768044, -0.017437610775232315, 0.03651527687907219, 0.16479969024658203, -0.12422770261764526, 0.022159164771437645, 0.04711373150348663, 0.05471475422382355, -0.006128533743321896, -0.1397939920425415, -0.07151947170495987, -0.012779238633811474, -0.008341584354639053, -0.19930289685726166, 0.013480241410434246, -0.003146168077364564, 0.14010465145111084, 0.03281732648611069, -0.036811284720897675, -0.013700812123715878, -0.09764133393764496, -0.13346551358699799, 0.14643675088882446, 0.013773410581052303, -0.18803685903549194, -0.10039950162172318, 0.06789719313383102, 0.06141616776585579, 0.01959758996963501, -0.06457798928022385, -0.08415044844150543, 0.02991958148777485, -0.058061495423316956, 0.07170641422271729, -0.11783269792795181, 0.0014715834986418486, -0.06816712766885757, 0.1262475699186325, -0.07706598937511444, -0.054095689207315445, -0.003547775326296687, -0.01972547546029091, -0.09050828963518143, 0.100138358771801, -0.17782029509544373, 0.03839511796832085, 0.16680999100208282, -0.0656123086810112, 0.027118131518363953, -0.11951114982366562, 0.0828036293387413, -0.16572880744934082, 0.04574991762638092, 0.020436802878975868, -0.05055900290608406, -0.036802712827920914, 0.11464973539113998, -0.019784092903137207, -0.0699918121099472, 0.06917033344507217, -0.022000713273882866, -0.0682714655995369, -0.2552991509437561, 0.05690686032176018, -0.05203580483794212, 0.15444348752498627, 0.02250412479043007, -0.025351041927933693, 0.08631175756454468, 0.05431470274925232, 0.027374066412448883, 0.03624802082777023, 0.04547435790300369, 0.0486903041601181, -0.0631798729300499, 0.037583936005830765, 0.05652400478720665, -0.08996471762657166, 0.062233150005340576, 0.11586600542068481, -0.042821116745471954, 0.38311341404914856, -0.01813432015478611, 0.10638498514890671, -0.022370418533682823, 0.003299049800261855, 0.0702953115105629, 0.03981191664934158, 0.00903977919369936, -0.007625385653227568, -0.04637500271201134, 0.0459335520863533, -0.004243898671120405, 0.05604580417275429, -0.010292801074683666, -0.054718781262636185, -0.10121423751115799, -0.040041062980890274, 0.08717876672744751, 0.0548984594643116, 0.13282328844070435, -0.17590177059173584, -0.02492719516158104, 0.05120561644434929, 0.035925012081861496, 0.017278023064136505, -0.00756651908159256, 0.17618156969547272, -0.1666838377714157, 0.124198317527771, -0.022150276228785515, 0.07125077396631241, -0.16476452350616455, -0.06101506948471069, -0.0579804889857769, -0.14341799914836884, -0.08431649953126907, 0.07199893891811371, -0.23097103834152222, 0.1352364867925644, -0.02661018818616867, 0.055060792714357376, -0.09024085849523544, -0.11635656654834747, 0.07560606300830841, 0.10506699979305267, 0.0952560231089592, 0.029280278831720352, -0.01691208779811859, -0.11877770721912384, 0.06066546589136124, 0.0006933381664566696, 0.06956950575113297, -0.04671131819486618, 0.06981323659420013, -0.0005253137787804008, 0.06792014837265015, 0.020446663722395897, 0.03353061527013779, 0.0035244349855929613, 0.052774038165807724, -0.03733352944254875, 0.044440850615501404, -0.05464215204119682, -0.045883674174547195, -0.0656265914440155, 0.0703449472784996, 0.07445469498634338, -0.1453760415315628, -0.0119482958689332, -0.0876692607998848, 0.15290279686450958, 0.03783870115876198, -0.004705470986664295, -0.048262253403663635, -0.0007576766656711698, 0.13560479879379272, -0.01099994033575058, -0.0529877245426178, 0.10252117365598679, -0.02742527239024639, -0.10049079358577728, -0.13949604332447052, 0.06725462526082993, -0.03819490596652031, 0.1306992471218109, -0.04763634875416756, 0.009249142371118069, 0.03809751570224762, -0.023662729188799858, -0.01784859225153923, -0.027943287044763565, -0.00876592192798853, 0.1923898309469223, -0.10002410411834717, -0.04491960629820824, -0.06579309701919556, -0.10399824380874634, 0.15232513844966888, 0.18144378066062927, -0.06354782730340958, -0.1211257055401802, -0.05719897150993347, -0.10553929209709167, -0.22067643702030182, 0.21904554963111877, 0.07543680816888809, -0.003926936537027359, 0.04838274419307709, -0.16611884534358978, 0.011532443575561047, 0.15274424850940704, -0.022609958425164223, 0.06731825321912766, -0.2054513841867447, -0.10927459597587585, -0.026587506756186485, 0.06705092638731003, 0.2591327428817749, -0.11313623189926147, 0.05161052942276001, -0.06033815070986748, 0.0017765938537195325, 0.07708197087049484, -0.1653328835964203, 0.13471075892448425, -0.07214871793985367, 0.04318525269627571, 0.012430417351424694, -0.04473569989204407, 0.04352237656712532, 0.1138446033000946, 0.15063725411891937, -0.018401235342025757, -0.15895125269889832, 0.1476520597934723, -0.04225165396928787, 0.09386540204286575, -0.04710771143436432, 0.012279663234949112, -0.09949716180562973, -0.05092976987361908, -0.03652819246053696, -0.012749837711453438, 0.0055310046300292015, -0.06657139211893082, -0.18528540432453156, 0.15231582522392273, -0.08278894424438477, -0.010862506926059723, 0.10091613978147507, -0.04766486585140228, 0.056227900087833405, 0.030567804351449013, 0.05840160325169563, 0.12643331289291382, -0.0035363759379833937, 0.07743848115205765, 0.011656937189400196, 0.017598683014512062, -0.2197430431842804, -0.002179310657083988, 0.1273975968360901, 0.0445561408996582, 0.24032272398471832, 0.07364208251237869, -0.022892411798238754, 0.0628180205821991, 0.15844644606113434, 0.06865847110748291, -0.2174241542816162, 0.03828129544854164, -0.06989838182926178, -0.13708816468715668, -0.07548494637012482, -0.006701360922306776, -0.0787721499800682, 0.0633552074432373, -0.07463215291500092, -0.00449169659987092, -0.04368322342634201, 0.16301986575126648, 0.07494580745697021, 0.05171981453895569, -0.06821157038211823, 0.1520923376083374, 0.05761108174920082, -0.024393465369939804, -0.04308328777551651, 0.09143252670764923, -0.12241030484437943, 0.02941494807600975, 0.06110440567135811, 0.21430259943008423, 0.03375154733657837, -0.017787672579288483, -0.1026797965168953, -0.09237998723983765, 0.011883988045156002, 0.10009781271219254, 0.07347257435321808, 0.13950781524181366, -0.006598324980586767, -0.0030521987937390804, -0.08684756606817245, 0.057309236377477646, -0.0047799828462302685, 0.07175097614526749, -0.07874203473329544, 0.11454285681247711, 0.029089417308568954, -0.017579246312379837, -0.03777658939361572, -0.050077781081199646, -0.03508063778281212, 0.04010003060102463, -0.006108161993324757, 0.010470566339790821, 0.014680418185889721, 0.015421421267092228, -0.026515768840909004, -0.03845105320215225, -0.012108711525797844, -0.023200321942567825, -0.05514393001794815, 0.0018935420084744692, -0.061973217874765396, 0.07149264961481094, -0.06689958274364471, -0.020388077944517136, 0.06720449775457382, -0.0605534203350544, 0.09064218401908875, 0.06280988454818726, -0.0056002200581133366, 0.04199662804603577, -0.11041160672903061, -0.030260398983955383, 0.031010115519165993, 0.028985030949115753, -0.008024372160434723, -0.024694763123989105, 0.033250629901885986, 0.009812941774725914, 0.1254507303237915, 0.0905868336558342, -0.035072363913059235, -0.0988938957452774, 0.005655001383274794, -0.046295166015625, -0.06789738684892654, -0.05094550549983978, 0.09352276474237442, 0.0858316645026207, 0.12109606713056564, 0.15356047451496124, -0.0077290465123951435, -0.006753952708095312, -0.2190748155117035, -0.0287180058658123, 0.01809883303940296, -0.02751823700964451, -0.07642281800508499, -0.008497484028339386, 0.05716335400938988, -0.006367024965584278, 0.19935797154903412, 0.06097465753555298, -0.10934728384017944, 0.04077808931469917, 0.09039144217967987, 0.022852176800370216, -0.02075251191854477, 0.11150476336479187, 0.08751580119132996, -0.10118169337511063, -0.030269816517829895, -0.013817040249705315, 0.04011991620063782, 0.062277182936668396, 0.1441001147031784, 0.15558293461799622, -0.0674222782254219, -0.010944326408207417, -0.062041789293289185, -0.01504040788859129, 0.04934772476553917, 0.12848110496997833, -0.025601806119084358, -0.007551234681159258, -0.030605105683207512, 0.1252966821193695, 0.1246674582362175, -0.11909986287355423, 0.14862996339797974, -0.08161240816116333, -0.12234028428792953, -0.04464436694979668, 0.01438266970217228, -0.07225345075130463, -0.1411994844675064, 0.054725922644138336, -0.1212683692574501, 0.04806803539395332, 0.1959085911512375, 0.12470985949039459, -0.04540499672293663, 0.16502828896045685, -0.10555274784564972, -0.05218133702874184, 0.13473285734653473, 0.0032767874654382467, -0.05719824880361557, -0.01989762857556343, 0.021227512508630753, 0.06886574625968933, -0.09939135611057281, 0.10622861236333847, 0.03329593688249588, -0.05955660715699196, 0.008569520898163319, -0.03500581905245781, -0.09272927790880203, 0.0405585803091526, -0.03371486812829971, 0.010606720112264156, 0.10071773827075958, -0.0020125005394220352, 0.07981526851654053, 0.013440251350402832, 0.2145971804857254, -0.06177205219864845, -0.028184983879327774, -0.13707877695560455, 0.14362461864948273, -0.014815771952271461, -0.02664157748222351, -0.024746425449848175, -0.11799701303243637, -0.03468738868832588, 0.03589446097612381, 0.19812911748886108, -0.09435661882162094, -0.11485780775547028, -0.060307975858449936, 0.006190238520503044, 0.0039007377345114946, 0.06210177019238472, -0.03160970285534859, 0.006491117645055056, -0.017205381765961647, 0.16576649248600006, 0.013307690620422363, -0.020446376875042915, 0.14156359434127808, 0.047205571085214615, 0.03653101250529289, 0.04066083952784538, -0.24616959691047668, 0.12765324115753174, 0.005826830398291349, -0.14403270184993744, 0.12466220557689667, -0.14181017875671387, -0.10481427609920502, -0.02255377359688282, -0.010010587982833385, -0.005668610334396362, 0.04870077595114708, -0.007573102135211229, 0.008737144060432911, -0.17003849148750305, -0.00864499993622303, -0.0927453264594078, -0.1905900239944458, 0.13066187500953674, 0.021303774788975716, 0.02786215767264366, -0.06262892484664917, 0.21921789646148682, 0.0350835919380188, -0.07030713558197021, -0.054537877440452576, 0.05595944821834564, -0.009480353444814682, 0.11903612315654755, -0.07671258598566055, 0.23001475632190704, -0.12735888361930847, 0.09812363237142563, 0.053690604865550995, -0.04053914174437523, 0.009420234709978104, -0.18716765940189362, -0.10100609064102173, -0.18380776047706604, -0.029203340411186218, -0.04131722450256348, 0.10958705842494965, 0.20324508845806122, -0.020227979868650436, 0.08534166216850281, -0.06193196401000023, -0.06503814458847046, 0.10648661106824875, 0.037306029349565506, -0.009283218532800674, -0.15177284181118011, -0.04851292073726654, 0.027714943513274193, 0.005804751999676228, -0.292412668466568, 0.05020838603377342, -0.1195836141705513, -0.03986279293894768, 0.04486694559454918, 0.08568139374256134, 0.024283114820718765, 0.03487734869122505, -0.06263141334056854, -0.28469809889793396, 0.07342597097158432, 0.09614747017621994, -0.05602879449725151, -0.09845560044050217 ]
b987397400508e890b7209226da81c693dbb9306
# Dataset Card for "big-animal-dataset" Hi! I combined animals 10 dataset, the oxford pets dataset, stanford dogs dataset, and the cats vs dogs dataset for a large animal dataset. [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Isamu136/big-animal-dataset
[ "region:us" ]
2023-02-08T18:32:58+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "caption", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1198940745.5549998, "num_examples": 62149}], "download_size": 0, "dataset_size": 1198940745.5549998}}
2023-02-08T21:02:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "big-animal-dataset" Hi! I combined animals 10 dataset, the oxford pets dataset, stanford dogs dataset, and the cats vs dogs dataset for a large animal dataset. More Information needed
[ "# Dataset Card for \"big-animal-dataset\"\n\nHi! I combined animals 10 dataset, the oxford pets dataset, stanford dogs dataset, and the cats vs dogs dataset for a large animal dataset.\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"big-animal-dataset\"\n\nHi! I combined animals 10 dataset, the oxford pets dataset, stanford dogs dataset, and the cats vs dogs dataset for a large animal dataset.\n\nMore Information needed" ]
[ 6, 58 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"big-animal-dataset\"\n\nHi! I combined animals 10 dataset, the oxford pets dataset, stanford dogs dataset, and the cats vs dogs dataset for a large animal dataset.\n\nMore Information needed" ]
[ -0.046482086181640625, 0.32517924904823303, 0.0007652557105757296, 0.021012648940086365, 0.15205568075180054, 0.1086999773979187, 0.07595616579055786, 0.17416499555110931, 0.1294451206922531, 0.004574265331029892, 0.06659568846225739, 0.01863318681716919, 0.07965994626283646, 0.0851525366306305, 0.028555892407894135, -0.1696096509695053, 0.017222102731466293, 0.07139512896537781, -0.19525499641895294, 0.007089031860232353, 0.1014811247587204, -0.13069982826709747, 0.04192062094807625, -0.03925202041864395, -0.1212705597281456, 0.053140509873628616, -0.12468314170837402, 0.03227769955992699, 0.05240396782755852, -0.11060773581266403, 0.093996562063694, -0.03688260540366173, 0.06780638545751572, -0.0438898541033268, 0.02633235976099968, -0.048742521554231644, -0.0010972802992910147, 0.05821925401687622, 0.19708597660064697, -0.11366239935159683, -0.06481100618839264, -0.2140789031982422, 0.05682504177093506, 0.04383718967437744, 0.012805910781025887, -0.3576606512069702, -0.07972688972949982, -0.05892188474535942, -0.0033667818643152714, 0.02221004106104374, -0.019097140058875084, -0.005342542193830013, -0.10360527038574219, -0.012461981736123562, 0.06624779105186462, -0.08700305968523026, 0.04707454890012741, 0.14263178408145905, -0.0013719273265451193, 0.12235606461763382, -0.06233609467744827, -0.041709572076797485, 0.06810920685529709, -0.016726870089769363, -0.055062368512153625, 0.05562214180827141, -0.021638015285134315, 0.05736367031931877, -0.09684236347675323, -0.008514604531228542, 0.2296440303325653, 0.06278001517057419, 0.061989862471818924, -0.12074720114469528, -0.007167246658354998, -0.0612935796380043, -0.003214378608390689, 0.029822994023561478, 0.06958699971437454, -0.0743800476193428, -0.03839320316910744, -0.021666768938302994, -0.05891844257712364, -0.022193439304828644, -0.2066659778356552, -0.07544512301683426, 0.049062591046094894, 0.09853712469339371, -0.1235705092549324, 0.02975628338754177, -0.08752173185348511, -0.02655896544456482, 0.06736202538013458, -0.02261141501367092, -0.21510660648345947, -0.059295471757650375, -0.047898806631565094, -0.008386250585317612, 0.18404985964298248, 0.09052861481904984, 0.14592903852462769, -0.03497253358364105, -0.05811629816889763, -0.03901955112814903, 0.17120471596717834, -0.009243644773960114, -0.13712656497955322, -0.126260444521904, -0.0009193129953928292, -0.018684322014451027, -0.13791945576667786, 0.014592568390071392, -0.07614514976739883, -0.041569143533706665, -0.1352519690990448, 0.0437341034412384, 0.11624985933303833, -0.10335180908441544, -0.021276380866765976, -0.07685225456953049, 0.047476112842559814, -0.10891769826412201, 0.04997822269797325, 0.023060785606503487, -0.09813231229782104, 0.06495915353298187, -0.20082686841487885, 0.06829466670751572, 0.09766501188278198, -0.00104033132083714, -0.04159180447459221, -0.09692797064781189, -0.045749470591545105, -0.08023452758789062, 0.06702965497970581, -0.1813330054283142, 0.02041041851043701, -0.015232431702315807, -0.18861141800880432, 0.07849474251270294, -0.04025663807988167, -0.10241486132144928, 0.018719004467129707, -0.019014865159988403, 0.09331081807613373, 0.008828319609165192, 0.041625164449214935, 0.18917107582092285, -0.06551000475883484, 0.011592777445912361, -0.07287013530731201, 0.17557081580162048, -0.21653740108013153, 0.06103973463177681, -0.07247120141983032, -0.04745853692293167, 0.06135493144392967, 0.1793607771396637, -0.07800214737653732, 0.09235186129808426, -0.06475275754928589, 0.03260217607021332, -0.046247560530900955, -0.07549530267715454, -0.03822270780801773, 0.01585838384926319, -0.29090556502342224, -0.022686989977955818, 0.12145687639713287, -0.022878989577293396, -0.12597617506980896, 0.13485269248485565, -0.06069401279091835, 0.05308295786380768, 0.14695076644420624, 0.1432265341281891, 0.1132439523935318, 0.09536167234182358, -0.13989722728729248, 0.08227500319480896, -0.04539481922984123, -0.07932507246732712, 0.18457187712192535, -0.009207082912325859, 0.00098677899222821, -0.0096744978800416, 0.12460147589445114, 0.015951527282595634, -0.03407210484147072, -0.09581682085990906, -0.023859476670622826, -0.12272945791482925, 0.09744136780500412, 0.012833796441555023, 0.03259992599487305, -0.08689291030168533, 0.040573105216026306, -0.01915604993700981, 0.12188588827848434, 0.010864569805562496, -0.026449227705597878, 0.07288439571857452, 0.10398609191179276, -0.0607246458530426, -0.0015846103196963668, -0.07781578600406647, -0.039302125573158264, 0.04096120968461037, 0.042694803327322006, 0.06948544085025787, 0.1510293334722519, 0.03249377757310867, -0.017074327915906906, 0.0018677308689802885, 0.09564047306776047, 0.1111554503440857, 0.03479862958192825, -0.09919591248035431, -0.053379591554403305, 0.07509014755487442, -0.09259870648384094, 0.17429490387439728, -0.017116937786340714, 0.03573993593454361, 0.10450316965579987, 0.08084572106599808, -0.034564025700092316, 0.017940737307071686, -0.0005111251957714558, -0.0529501773416996, -0.06866427510976791, -0.01925354078412056, 0.03557995706796646, -0.10799683630466461, -0.13849185407161713, 0.017361151054501534, 0.034393686801195145, -0.07563892006874084, 0.1822814643383026, 0.1647982895374298, 0.04428485035896301, -0.011963028460741043, -0.0108953220769763, 0.020764771848917007, -0.048586197197437286, -0.10092676430940628, -0.060233067721128464, -0.020325027406215668, 0.042793333530426025, -0.08750366419553757, -0.05440519377589226, -0.020625492557883263, 0.03695448115468025, 0.022841643542051315, 0.07730430364608765, -0.01423624251037836, -0.17474199831485748, 0.13466061651706696, 0.15343910455703735, 0.12434261292219162, 0.1548616588115692, 0.00014789013948757201, -0.15585485100746155, -0.016268085688352585, -0.09519428014755249, -0.021847253665328026, 0.022924352437257767, 0.043440550565719604, 0.13683882355690002, 0.16507486999034882, 0.0222111064940691, 0.044219572097063065, -0.06900996714830399, 0.01132080890238285, 0.07130537927150726, 0.01841329224407673, -0.13200825452804565, -0.09336384385824203, 0.0931970477104187, 0.10297548770904541, 0.07191118597984314, 0.03717157244682312, 0.1532682180404663, 0.009662036783993244, -0.04369455203413963, 0.05425747111439705, -0.21566252410411835, -0.21556740999221802, -0.06433872878551483, -0.12541215121746063, 0.03487288951873779, 0.01787726767361164, 0.04487966373562813, -0.14096179604530334, -0.019254988059401512, 0.05455830693244934, -0.009981311857700348, -0.15976771712303162, 0.07248859852552414, 0.0016584738623350859, 0.07806476950645447, -0.0844765231013298, -0.1014443039894104, 0.02227117121219635, 0.031232433393597603, -0.017745140939950943, 0.007264330983161926, 0.002944845939055085, 0.07265469431877136, 0.014906634576618671, -0.07842749357223511, -0.03174591436982155, -0.06639513373374939, 0.14010193943977356, -0.028738178312778473, 0.005668777972459793, -0.004126932471990585, -0.07953006029129028, -0.006466921418905258, 0.11504946649074554, 0.08075503259897232, -0.002064427826553583, -0.053865429013967514, 0.03302238881587982, -0.13141556084156036, -0.2503508925437927, -0.06338606774806976, -0.04783472418785095, 0.05106791481375694, 0.08892043679952621, 0.015933778136968613, -0.06652943044900894, 0.11437482386827469, -0.01671588607132435, -0.10614518076181412, -0.0895531103014946, 0.001625773380510509, 0.0005232016555964947, 0.020295025780797005, 0.1148575022816658, -0.1695968210697174, -0.04807865992188454, 0.12146216630935669, 0.1533835530281067, 0.2356242537498474, 0.08525100350379944, 0.26169776916503906, -0.018677568063139915, -0.0034388136118650436, 0.025878898799419403, 0.08338230848312378, -0.08725690841674805, -0.006703370716422796, -0.046452682465314865, 0.021524354815483093, 0.1048930287361145, 0.08608192205429077, 0.21793286502361298, 0.050430599600076675, 0.003173411823809147, -0.0764995738863945, 0.06362265348434448, 0.03345027565956116, 0.04800678789615631, -0.21611447632312775, 0.12332870066165924, 0.04000098630785942, -0.01842714473605156, -0.013227477669715881, -0.0073582082986831665, 0.03855006396770477, -0.07508644461631775, 0.11685734987258911, 0.025065643712878227, 0.06268689036369324, -0.007166307419538498, -0.02355634793639183, -0.07276934385299683, -0.03610207512974739, -0.025352351367473602, 0.18783390522003174, -0.20761871337890625, 0.043874770402908325, 0.049986179918050766, -0.12796179950237274, -0.11397957056760788, -0.017026929184794426, 0.009840426966547966, -0.12091445922851562, 0.04080723971128464, -0.027890855446457863, -0.14447271823883057, -0.10778486728668213, -0.1395154446363449, 0.009330254048109055, 0.0025840923190116882, -0.1296430230140686, 0.05473824962973595, 0.006948141381144524, -0.02166764624416828, -0.03343171626329422, 0.08749740570783615, 0.10533766448497772, -0.2611238360404968, -0.049567293375730515, 0.026076246052980423, -0.012504496611654758, 0.010218379087746143, -0.013822725974023342, -0.21178115904331207, -0.0016173446783795953, -0.1014602780342102, -0.13296161592006683, -0.0742768719792366, 0.0173086728900671, 0.16575206816196442, 0.024542786180973053, 0.06670020520687103, -0.03788232430815697, 0.1323275864124298, -0.064492367208004, -0.13813035190105438, -0.05223802477121353, -0.08010091632604599, -0.08021111786365509, -0.12323253601789474, 0.14487715065479279, 0.0692170038819313, 0.18220923840999603, -0.015983765944838524, 0.0953475832939148, -0.10631942003965378, 0.058900315314531326, 0.013242758810520172, 0.001456809346564114, 0.12450529634952545, 0.16760031878948212, -0.0615994855761528, -0.1663745492696762, -0.030932443216443062, -0.04604951664805412, 0.34617316722869873, 0.056306611746549606, -0.11055464297533035, 0.2358563393354416, 0.08102992922067642, -0.06406321376562119, -0.1352682262659073, 0.09698457270860672, -0.0022099697962403297, 0.016168834641575813, 0.05580413341522217, -0.2199660837650299, 0.19637691974639893, 0.22909970581531525, 0.05019628256559372, 0.15102389454841614, -0.09943276643753052, -0.055125892162323, 0.014433960430324078, -0.08052181452512741, 0.04565252363681793, -0.06402290612459183, -0.02026044949889183, -0.09840130060911179, -0.008620007894933224, 0.37181195616722107, -0.011877363547682762, 0.0674373209476471, 0.019774962216615677, 0.0210656076669693, 0.0494404174387455, -0.03303861245512962, 0.19561010599136353, 0.08618330955505371, -0.031152859330177307, -0.009850192815065384, -0.06287850439548492, 0.14569120109081268, -0.06335166096687317, 0.0004579753440339118, -0.09258514642715454, -0.09431279450654984, -0.25465914607048035, -0.03235307335853577, 0.042422860860824585, -0.028916053473949432, 0.025695892050862312, -0.06775518506765366, -0.20576012134552002, -0.007419897243380547, 0.08505163341760635, -0.0769762173295021, 0.06766840070486069, 0.05114114657044411, 0.02667766623198986, -0.04243534058332443, 0.07787616550922394, 0.019524112343788147, -0.06702880561351776, -0.08070328831672668, -0.08777742087841034, -0.01257031224668026, -0.08544547855854034, 0.04903791472315788, 0.16830593347549438, -0.009596697986125946, -0.015922557562589645, 0.05017613619565964, -0.057210441678762436, -0.013483114540576935, 0.09353026747703552, 0.03601183369755745, -0.11893639713525772, 0.021203216165304184, -0.07821580767631531, -0.1544385701417923, -0.13784830272197723, -0.04570793733000755, 0.15574359893798828, -0.11083954572677612, -0.014633365906774998, 0.02942948043346405, -0.005675940774381161, 0.14884258806705475, 0.008517545647919178, 0.042978402227163315, -0.172697976231575, 0.05292091518640518, 0.11656174808740616, -0.14777986705303192, 0.059317223727703094, 0.02921220287680626, -0.0049946787767112255, -0.002558833686634898, 0.0595783069729805, 0.1415390968322754, -0.014406043104827404, -0.04652056097984314, -0.030815958976745605, -0.08688070625066757, 0.04802325367927551, 0.03187873959541321, 0.05102623999118805, 0.027180606499314308, 0.07019329816102982, -0.045720018446445465, -0.13230842351913452, 0.15250009298324585, -0.1095249354839325, 0.07214387506246567, -0.09778954088687897, -0.009419893845915794, -0.04310569912195206, 0.013110093772411346, 0.0009756942745298147, -0.0064116716384887695, -0.08056888729333878, -0.042916249483823776, -0.14929498732089996, 0.03639111667871475, -0.06547613441944122, -0.032535962760448456, 0.0018060524016618729, 0.025168146938085556, 0.05984131619334221, -0.10969168692827225, -0.07167211920022964, -0.0003096184227615595, 0.0033965662587434053, 0.07938330620527267, -0.03418663144111633, -0.0427609458565712, -0.013781015761196613, 0.05261945724487305, 0.08575164526700974, 0.04521309211850166, -0.00010022126662079245, -0.10995651036500931, -0.0014570173807442188, -0.18267172574996948, 0.04194033890962601, 0.054889015853405, 0.04576687887310982, -0.13382694125175476, 0.04680559039115906, 0.052314095199108124, -0.05675854533910751, 0.09089167416095734, -0.01090424694120884, -0.06443800777196884, 0.05596247315406799, -0.06018820405006409, -0.020870499312877655, 0.042842138558626175, -0.10966847091913223, 0.15880542993545532, 0.02514873445034027, 0.16470301151275635, 0.030553650110960007, 0.061489447951316833, -0.07928017526865005, -0.047055985778570175, -0.13229890167713165, -0.060535214841365814, -0.07743919640779495, -0.030459122732281685, 0.012930948287248611, -0.030627742409706116, 0.38462674617767334, 0.021872755140066147, -0.20392221212387085, 0.0721641406416893, 0.2184755653142929, 0.11927901953458786, 0.012139816768467426, 0.3339235186576843, 0.032606352120637894, -0.039461228996515274, 0.008621308952569962, 0.09239126741886139, 0.07871333509683609, 0.05825578048825264, 0.1414858102798462, 0.08611442148685455, 0.11789482831954956, -0.10722941160202026, 0.11602865904569626, -0.06652837991714478, -0.05743806064128876, -0.01337655633687973, 0.02981564588844776, -0.009370514191687107, 0.04125814512372017, 0.15322549641132355, 0.00834162812680006, -0.18734239041805267, 0.12312116473913193, 0.0022238038945943117, 0.028750335797667503, -0.07363707572221756, 0.03466624766588211, -0.04196913540363312, -0.025127287954092026, -0.030035121366381645, -0.07837226986885071, 0.03317699581384659, 0.26930245757102966, 0.09572234004735947, -0.032954052090644836, 0.007581252604722977, -0.11816196143627167, 0.023356815800070763, -0.06635686010122299, 0.06793244928121567, -0.05600213631987572, 0.07712975144386292, -0.11236133426427841, 0.11610591411590576, 0.05331102013587952, 0.0032973254565149546, -0.019925666972994804, 0.08642522245645523, -0.0390356108546257, -0.1185414120554924, -0.007254528813064098, -0.02062937431037426, 0.0053602117113769054, 0.08532501757144928, 0.04718770086765289, 0.03896549344062805, -0.04572191461920738, -0.033339206129312515, 0.06677272915840149, 0.009652421809732914, 0.015294603072106838, -0.02121015451848507, 0.028355685994029045, -0.08172076940536499, 0.005894676316529512, 0.04804864525794983, -0.13900123536586761, -0.06620938330888748, 0.03525863215327263, 0.2610006630420685, 0.0003601421194616705, -0.09685677289962769, -0.029593482613563538, 0.03573570400476456, 0.02298433892428875, 0.03793535754084587, 0.0291314497590065, 0.2220209836959839, -0.0577007420361042, -0.003004876198247075, 0.0027156639844179153, -0.04230972006917, -0.11508458852767944, 0.13815592229366302, 0.05746947228908539, -0.004751158878207207, 0.0404500775039196, 0.04199855774641037, 0.011385426856577396, -0.055612120777368546, 0.00804001186043024, -0.1283990889787674, -0.1542147696018219, -0.04088679701089859, 0.022333910688757896, -0.03880148380994797, -0.06609541177749634, -0.0056817419826984406, 0.010390386916697025, -0.06766147166490555, -0.022013643756508827, -0.2466914802789688, -0.07301031798124313, 0.1104205995798111, -0.13320410251617432, 0.09727758169174194, 0.0004916500183753669, 0.08245774358510971, 0.060912348330020905, -0.04552086442708969, -0.20066633820533752, -0.10642583668231964, 0.027325019240379333, 0.11795268207788467, 0.03278728947043419, 0.07916443049907684, -0.028363844379782677, 0.002705278107896447, 0.14788471162319183, 0.04376457259058952, -0.02812342159450054, -0.033978261053562164, -0.06200652942061424, -0.06669053435325623, 0.0969611257314682, -0.0889246016740799, 0.0787527784705162, 0.12754026055335999, -0.05186891928315163, 0.04797176271677017, -0.017093434929847717, -0.042656391859054565, 0.0393809974193573, 0.030819697305560112, -0.08866698294878006, -0.1927374303340912, -0.07329018414020538, 0.01940186880528927, 0.030800212174654007, -0.2509239912033081, -0.06259995698928833, -0.09455889463424683, -0.013820039108395576, -0.013768850825726986, 0.041639138013124466, 0.12903423607349396, 0.004976876080036163, -0.040158797055482864, -0.030188651755452156, -0.09174183756113052, 0.032784391194581985, -0.050221171230077744, 0.01984121836721897 ]
9a8c6e7338ecc5f9a6b51e664194456dbb0eb8b2
# Dataset Card for "wikipedia-20220301.en-block-size-1024" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
carlosejimenez/wikipedia-20220301.en-block-size-1024
[ "region:us" ]
2023-02-08T19:44:24+00:00
{"dataset_info": {"features": [{"name": "tokens", "sequence": "string"}, {"name": "id", "dtype": "int64"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "validation", "num_bytes": 301864191, "num_examples": 21817}, {"name": "train", "num_bytes": 60558566627, "num_examples": 4368542}], "download_size": 20321590769, "dataset_size": 60860430818}}
2023-02-13T19:43:51+00:00
[]
[]
TAGS #region-us
# Dataset Card for "URL-block-size-1024" More Information needed
[ "# Dataset Card for \"URL-block-size-1024\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"URL-block-size-1024\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"URL-block-size-1024\"\n\nMore Information needed" ]
[ -0.029445622116327286, 0.24369698762893677, -0.002068236470222473, 0.06212623044848442, 0.09487009048461914, 0.11189481616020203, 0.12196283042430878, 0.08397399634122849, 0.12868158519268036, -0.01179744116961956, 0.1288301646709442, -0.1214212030172348, 0.0331791490316391, 0.11221424490213394, 0.02402064949274063, -0.08495386689901352, 0.010979235172271729, 0.03719471022486687, -0.016119183972477913, 0.04292377457022667, -0.016506601125001907, -0.06653043627738953, 0.0847695991396904, -0.15358811616897583, -0.12142310291528702, 0.11912942677736282, -0.053768545389175415, 0.00937766581773758, 0.012105663307011127, -0.10546272248029709, 0.12394819408655167, -0.03455059602856636, 0.05992555618286133, -0.14398296177387238, -0.0019122003577649593, 0.0541154108941555, -0.06294557452201843, 0.054089829325675964, -0.028570175170898438, -0.03422030806541443, -0.14652188122272491, -0.05117206275463104, -0.08044005930423737, -0.019906984642148018, -0.015503497794270515, -0.2562420964241028, -0.11631438136100769, 0.1521848738193512, -0.03869910538196564, -0.06331773102283478, 0.09571786969900131, 0.047695498913526535, -0.05881943926215172, 0.01954447478055954, 0.10544994473457336, -0.15752694010734558, 0.046670276671648026, 0.14105641841888428, 0.019015157595276833, 0.24332647025585175, -0.05044020712375641, 0.04313613846898079, 0.10655780136585236, 0.011838941834867, -0.04555521160364151, -0.03850160539150238, -0.16661113500595093, 0.15324056148529053, 0.043323881924152374, -0.0686701238155365, 0.26540568470954895, 0.1109876036643982, 0.05004553496837616, 0.06931734085083008, -0.0657954066991806, -0.012736828997731209, -0.02006756328046322, 0.11007074266672134, 0.1084144189953804, 0.056200094521045685, -0.054904479533433914, -0.027340449392795563, -0.065944142639637, -0.16404621303081512, -0.09418977051973343, -0.023953363299369812, -0.015161605551838875, 0.18138068914413452, -0.1389646977186203, -0.03662922605872154, 0.04575367644429207, -0.04526655003428459, 0.03450401499867439, -0.08646873384714127, 0.10979648679494858, 0.06147238239645958, 0.005805510096251965, 0.10275521129369736, 0.12190055102109909, -0.03422782942652702, 0.04642777144908905, 0.07339715957641602, -0.009853233583271503, 0.09349679946899414, 0.09383587539196014, -0.10395867377519608, -0.08828458189964294, -0.07082957029342651, -0.020094361156225204, -0.032916564494371414, 0.03588718920946121, -0.05665144324302673, -0.13830573856830597, -0.007611589971929789, -0.09077414870262146, 0.08401688933372498, -0.041792746633291245, -0.09005679935216904, 0.010926873423159122, 0.04756889119744301, 0.1235685721039772, -0.09177976846694946, 0.10037071257829666, 0.01442454569041729, -0.03403529152274132, 0.0314183384180069, -0.07884984463453293, -0.11121091991662979, -0.014416320249438286, 0.00007151564204832539, -0.12152355164289474, -0.024049723520874977, -0.01884501427412033, -0.06318631023168564, 0.15478305518627167, -0.1754344254732132, 0.02784889191389084, -0.12549453973770142, -0.18082782626152039, 0.019766878336668015, 0.042682163417339325, -0.037193331867456436, 0.18281888961791992, 0.03841429203748703, 0.027003295719623566, 0.025695668533444405, -0.03924792259931564, 0.07184355705976486, -0.09639140963554382, 0.0786580741405487, -0.014478282071650028, 0.1390012800693512, -0.21833303570747375, -0.004533496685326099, -0.04939566180109978, 0.029880665242671967, 0.11405040323734283, -0.030498385429382324, -0.14580737054347992, 0.11096592247486115, -0.08957133442163467, -0.0160380806773901, -0.14007769525051117, 0.04716083034873009, 0.04750233516097069, 0.018737707287073135, -0.13617976009845734, -0.0020605523604899645, 0.34415972232818604, -0.051662154495716095, -0.1731330007314682, 0.055719319730997086, 0.014621353708207607, -0.0742146372795105, 0.05246643349528313, 0.1876021772623062, 0.10230623185634613, 0.02344219572842121, -0.06989310681819916, 0.20189125835895538, -0.15290549397468567, -0.348228394985199, 0.002863675355911255, -0.04420004040002823, -0.1090138778090477, 0.03694764897227287, 0.24780219793319702, 0.010434472933411598, -0.03403064236044884, -0.0374944768846035, -0.06508410722017288, -0.12544037401676178, 0.026160137727856636, 0.0036052693612873554, -0.01856273226439953, -0.07342762500047684, 0.03602917864918709, 0.005918077193200588, 0.023968912661075592, -0.039182811975479126, 0.020327771082520485, -0.00423299428075552, 0.09227930754423141, -0.1347767561674118, 0.041759368032217026, -0.12672516703605652, -0.049602583050727844, -0.0019455094588920474, -0.0014967946335673332, -0.019689397886395454, 0.0033258735202252865, 0.08708833903074265, -0.10026451200246811, -0.032820895314216614, 0.10918125510215759, 0.08034604042768478, 0.019811609759926796, -0.06037427484989166, 0.04437674954533577, 0.010237806476652622, -0.019525781273841858, -0.20019640028476715, -0.04697500169277191, -0.06301447004079819, 0.11870291829109192, 0.05263418331742287, 0.013956100679934025, -0.006144118495285511, 0.006221188232302666, -0.0037633271422237158, 0.020339488983154297, -0.07654356211423874, 0.00894695334136486, -0.052292611449956894, 0.04310779273509979, 0.03162157163023949, -0.003091918071731925, 0.1272158920764923, 0.13652993738651276, 0.023638438433408737, 0.06226067245006561, -0.009032003581523895, 0.027118943631649017, -0.012780599296092987, 0.006403129547834396, -0.0772244855761528, -0.21233735978603363, -0.024770043790340424, 0.06023586168885231, -0.102108895778656, 0.05317789688706398, 0.06297535449266434, -0.009638614021241665, -0.04425674304366112, -0.004436933901160955, 0.20828945934772491, -0.18057073652744293, 0.1471630185842514, 0.19982761144638062, 0.022117260843515396, 0.14533405005931854, -0.0841185599565506, -0.09950590878725052, 0.04867470636963844, -0.05523627623915672, -0.12304214388132095, 0.168927401304245, -0.026060184463858604, -0.057960327714681625, 0.04910092055797577, 0.026469029486179352, 0.0892803817987442, -0.10926543176174164, -0.03357638046145439, -0.02269701100885868, -0.02997361682355404, -0.22598876059055328, -0.05182555690407753, -0.0029849689453840256, 0.07246948033571243, 0.04942873492836952, -0.07682108134031296, 0.12167063355445862, -0.05174680054187775, -0.035518161952495575, 0.04109106957912445, -0.16124199330806732, -0.20171938836574554, -0.10325130075216293, -0.07788144797086716, 0.07704504579305649, 0.01848176307976246, -0.05004098638892174, -0.12630021572113037, -0.0226975716650486, -0.03382299095392227, -0.1795952469110489, -0.06747714430093765, 0.007195774000138044, 0.0417601615190506, 0.07552844285964966, -0.020549878478050232, -0.1099286749958992, 0.0370890349149704, -0.023376621305942535, 0.12465653568506241, 0.03623770922422409, -0.12576329708099365, 0.11834965646266937, 0.12246470898389816, -0.04923102632164955, 0.073346346616745, 0.008752543479204178, -0.011964976787567139, -0.012747393921017647, 0.04912226274609566, 0.03329622745513916, 0.03820597752928734, 0.07518406212329865, 0.026749374344944954, 0.061722904443740845, -0.06543504446744919, -0.007310884073376656, 0.007273893337696791, -0.1722445785999298, -0.2120198905467987, -0.078267402946949, -0.05076470971107483, 0.09731921553611755, 0.07542622834444046, 0.10721247643232346, -0.14093591272830963, 0.08272865414619446, 0.07164696604013443, 0.0642123594880104, -0.15515345335006714, -0.05204407870769501, -0.053353093564510345, -0.024566875770688057, -0.0604490265250206, -0.17803743481636047, -0.025768063962459564, 0.13381262123584747, 0.22647599875926971, 0.2040201872587204, 0.10482814908027649, 0.15243679285049438, -0.006885712966322899, 0.07761690020561218, 0.06806021928787231, 0.1592586785554886, 0.09559884667396545, -0.01760745421051979, 0.03487186133861542, 0.02480020746588707, -0.011532813310623169, 0.01681201532483101, 0.1347072720527649, -0.1287609040737152, 0.06622343510389328, -0.0645919144153595, 0.05251922458410263, -0.022843409329652786, 0.08717012405395508, -0.2043202668428421, 0.12841954827308655, 0.053574252873659134, 0.08409730345010757, -0.14143222570419312, 0.11246126890182495, 0.22762592136859894, 0.04097561910748482, 0.01491286139935255, 0.047711875289678574, 0.09098321199417114, -0.055746957659721375, -0.0646524429321289, 0.007997959852218628, -0.043051838874816895, -0.0011342561338096857, 0.11287979036569595, 0.022124871611595154, 0.14064465463161469, 0.044187650084495544, -0.04902511090040207, -0.10172692686319351, -0.051240403205156326, -0.010078517720103264, -0.03006765991449356, 0.07002051919698715, 0.08433733880519867, -0.04788162186741829, -0.10123177617788315, -0.10562331229448318, 0.04009857028722763, 0.16836805641651154, 0.08027353137731552, -0.07292989641427994, 0.050553612411022186, -0.027475716546177864, -0.028767071664333344, -0.15092848241329193, 0.0003499703307170421, -0.10060859471559525, -0.11856294423341751, 0.19603881239891052, -0.19760340452194214, 0.0222658421844244, 0.05244281515479088, -0.024251028895378113, 0.08277488499879837, -0.03566655516624451, -0.0961044430732727, -0.019819272682070732, -0.08326507359743118, 0.1261075884103775, 0.04795040935277939, -0.016858091577887535, 0.03149685263633728, -0.026439618319272995, -0.02884136699140072, -0.1307419389486313, 0.11799732595682144, -0.0020791159477084875, 0.07533080130815506, -0.11767367273569107, 0.1884833425283432, -0.06307053565979004, -0.045015882700681686, -0.03598291426897049, -0.022926200181245804, -0.024309946224093437, -0.11538111418485641, 0.15328244864940643, -0.03580421581864357, 0.130351722240448, 0.1855342984199524, 0.04714914783835411, 0.19853059947490692, 0.19161398708820343, 0.03601327911019325, 0.14268356561660767, -0.02779250033199787, -0.05947894603013992, 0.08229798078536987, 0.22840102016925812, -0.005520137492567301, -0.25768589973449707, -0.07670370489358902, -0.15797442197799683, -0.07512093335390091, -0.015726570039987564, -0.16535602509975433, 0.09600082039833069, 0.07703977823257446, -0.03629906475543976, 0.3874529302120209, -0.05250820517539978, 0.01817622222006321, 0.08915168046951294, 0.02731935679912567, 0.27009397745132446, -0.08824054151773453, -0.05424349009990692, -0.15389329195022583, -0.2918524444103241, 0.13462454080581665, -0.15215203166007996, 0.03591746464371681, 0.015458743087947369, 0.0983976200222969, -0.05003451555967331, -0.07368605583906174, 0.09016536921262741, 0.04552840441465378, 0.09845367819070816, -0.07902508229017258, -0.08002419769763947, 0.22048960626125336, -0.05460678040981293, 0.10587717592716217, -0.18897390365600586, 0.025645921006798744, -0.07837594300508499, -0.0025070325937122107, 0.03584664687514305, -0.07891938090324402, 0.06357573717832565, 0.003280267585068941, -0.09966613352298737, -0.040235232561826706, -0.07329366356134415, -0.018861159682273865, 0.06332267075777054, 0.06986979395151138, -0.10703905671834946, 0.10456085205078125, -0.00176099909003824, -0.22782637178897858, -0.02774285338819027, -0.03600427880883217, -0.14946749806404114, 0.12509247660636902, -0.2920324504375458, 0.09140991419553757, 0.07366256415843964, 0.0022889431565999985, -0.019641123712062836, 0.07465371489524841, -0.05063963681459427, -0.04632849618792534, 0.179346963763237, -0.07313767075538635, -0.006229767110198736, 0.02830425836145878, -0.22778598964214325, -0.08579036593437195, 0.043135158717632294, 0.0020620834548026323, 0.027856672182679176, 0.016932466998696327, -0.014100073836743832, 0.06138818711042404, -0.0903937891125679, 0.05312531068921089, 0.1907053291797638, 0.03982381522655487, -0.14071223139762878, 0.206072136759758, -0.035458799451589584, 0.03501686081290245, 0.03388795256614685, 0.018721019849181175, -0.07244709134101868, -0.04381091520190239, -0.006880825385451317, 0.08247112482786179, 0.12139914929866791, -0.17400957643985748, -0.009546997025609016, -0.03308836743235588, 0.025852732360363007, 0.005995691753923893, 0.006391333881765604, 0.14539273083209991, 0.05435359850525856, -0.0068842326290905476, -0.05289037153124809, -0.033987030386924744, -0.13565728068351746, 0.02267865091562271, -0.11640051007270813, -0.1177963837981224, -0.04129166901111603, 0.14510218799114227, -0.06303056329488754, 0.025148263201117516, -0.07258519530296326, 0.04850659891963005, -0.3451841175556183, 0.03679480031132698, 0.02213878370821476, 0.013782399706542492, -0.042539048939943314, 0.06347519904375076, -0.062496449798345566, 0.003615828463807702, -0.08505814522504807, 0.005406271666288376, 0.09739231318235397, 0.003681412898004055, -0.12808272242546082, -0.0054817418567836285, 0.03948821499943733, 0.06562335044145584, 0.07939594984054565, 0.0385606586933136, -0.015427350997924805, 0.08510097116231918, -0.07627398520708084, -0.10839905589818954, 0.0797639787197113, 0.07948370277881622, 0.001025606063194573, 0.18937815725803375, 0.02055690437555313, 0.056462403386831284, -0.0030919353011995554, 0.05126579478383064, -0.1372607797384262, -0.06996294856071472, 0.02397296018898487, -0.22903530299663544, -0.01735297031700611, 0.020313546061515808, -0.0634155124425888, 0.18564704060554504, 0.05386042222380638, -0.022681402042508125, 0.06184783950448036, -0.04677673056721687, -0.08500828593969345, -0.03293251246213913, 0.012491903267800808, -0.06766312569379807, -0.013556577265262604, 0.04669104516506195, 0.030000856146216393, -0.07460546493530273, 0.45519793033599854, 0.01992977038025856, -0.2042035311460495, -0.044954631477594376, 0.11861972510814667, -0.07987479865550995, -0.02114681899547577, 0.27184462547302246, 0.033481717109680176, -0.10823614150285721, -0.06300163269042969, -0.0026033895555883646, 0.06677623093128204, 0.02419320121407509, 0.07826520502567291, 0.05177430808544159, 0.10278835892677307, 0.040934473276138306, 0.12303949147462845, -0.026492180302739143, 0.0011470615863800049, 0.01569630391895771, 0.01987551711499691, 0.05779939144849777, 0.001636388711631298, -0.07148566842079163, 0.005896728951483965, 0.06577113270759583, -0.041179511696100235, -0.03756248950958252, -0.052586060017347336, -0.07727617770433426, -0.12952177226543427, -0.04187178984284401, -0.14125491678714752, 0.06873896718025208, -0.0023573816288262606, -0.07841569185256958, 0.2642981708049774, 0.001960017718374729, 0.0038052555173635483, -0.017007943242788315, -0.04911496117711067, 0.06577804684638977, 0.054192010313272476, 0.008079581893980503, -0.055091194808483124, 0.10222052037715912, -0.10370466113090515, 0.08689624071121216, -0.07731600850820541, -0.04688094183802605, 0.02645120956003666, 0.036528825759887695, 0.04404091089963913, -0.1267019659280777, -0.01650802232325077, -0.12104811519384384, 0.09683556109666824, -0.04132208228111267, 0.00678245211020112, 0.06864248216152191, -0.0016954293241724372, 0.034321848303079605, 0.10081759095191956, -0.054340433329343796, 0.023929564282298088, -0.006839903071522713, -0.07564476132392883, -0.02258537895977497, 0.11166747659444809, 0.00912527646869421, -0.12883339822292328, -0.07114598155021667, 0.11549929529428482, 0.2461237758398056, -0.0936858281493187, 0.004139899741858244, 0.010150047019124031, 0.04184426739811897, 0.03660139441490173, 0.21129244565963745, 0.05188975855708122, 0.08349572867155075, 0.02702350541949272, -0.1331041306257248, 0.02293667010962963, -0.0328160859644413, -0.08403676003217697, 0.06868170201778412, 0.03851749747991562, -0.07069479674100876, -0.15324942767620087, 0.060959331691265106, -0.13648927211761475, 0.1421697586774826, 0.11873013526201248, -0.07391613721847534, -0.03898908942937851, 0.03408201038837433, 0.10282254964113235, 0.049247857183218, -0.041910480707883835, -0.06682418286800385, 0.008633426390588284, -0.012253432534635067, -0.06452087312936783, -0.3370507061481476, -0.13349410891532898, -0.04873732104897499, -0.07164791971445084, 0.13762865960597992, 0.005019384436309338, 0.1252945512533188, 0.04501057416200638, 0.013899506069719791, -0.046352386474609375, 0.08916183561086655, -0.010574066080152988, -0.0073885018937289715, -0.050715819001197815, -0.08373519778251648, -0.06436160951852798, -0.17222391068935394, 0.07279611378908157, 0.1392502784729004, -0.14767290651798248, 0.12878990173339844, 0.03064008615911007, -0.13450559973716736, -0.09005118161439896, -0.07494529336690903, 0.0983242467045784, -0.003054975299164653, -0.0507962629199028, -0.011252685450017452, 0.03380393609404564, 0.0406334325671196, 0.028902990743517876, -0.19786949455738068, -0.022582439705729485, 0.05857133865356445, -0.1279361993074417, 0.10090535134077072, 0.004665656015276909, -0.04962173476815224, 0.10186902433633804, -0.07627168297767639, 0.024955714121460915, -0.022249504923820496, 0.027024243026971817, 0.18537627160549164, 0.09625322371721268, -0.06521086394786835, -0.062306538224220276, 0.05181959271430969, 0.04625619947910309, -0.08444632589817047, -0.11383657157421112 ]
052f26ea41986a0bcc6fac0f8ca05c3f5c5c7068
# Dataset for project: food-category-classification-v2.0 ## Dataset Description This dataset for project food-category-classification-v2.0 was scraped with the help of a bulk google image downloader. ## Dataset Structure ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "image": "Image(decode=True, id=None)", "target": "ClassLabel(names=['Bread', 'Dairy', 'Dessert', 'Egg', 'Fried Food', 'Fruit', 'Meat', 'Noodles', 'Rice', 'Seafood', 'Soup', 'Vegetable'], id=None)" } ``` ### Dataset Splits This dataset is split into a train and validation split. The split sizes are as follows: | Split name | Num samples | | ------------ | ------------------- | | train | 1200 | | valid | 300 |
Kaludi/food-category-classification-v2.0
[ "task_categories:image-classification", "region:us" ]
2023-02-08T19:46:45+00:00
{"task_categories": ["image-classification"]}
2023-02-09T19:38:17+00:00
[]
[]
TAGS #task_categories-image-classification #region-us
Dataset for project: food-category-classification-v2.0 ====================================================== Dataset Description ------------------- This dataset for project food-category-classification-v2.0 was scraped with the help of a bulk google image downloader. Dataset Structure ----------------- ### 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 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 follows:" ]
[ "TAGS\n#task_categories-image-classification #region-us \n", "### 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 follows:" ]
[ 17, 23, 28 ]
[ "passage: TAGS\n#task_categories-image-classification #region-us \n### 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 follows:" ]
[ -0.13235127925872803, 0.15141113102436066, 0.0006314127240329981, 0.06012415513396263, 0.11704982072114944, 0.10412982851266861, 0.10951386392116547, 0.11991854012012482, 0.048552971333265305, 0.007601211778819561, 0.06904618442058563, 0.013032421469688416, 0.046546075493097305, 0.30410680174827576, -0.08785157650709152, -0.2813773453235626, 0.0363675057888031, -0.036248572170734406, -0.14391028881072998, 0.07702482491731644, 0.10808564722537994, -0.16067907214164734, 0.014307579956948757, -0.1169288381934166, -0.2745819687843323, -0.01649610325694084, 0.024617254734039307, 0.018455101177096367, 0.07409967482089996, 0.03365015611052513, 0.15458263456821442, 0.051956821233034134, -0.009285148233175278, -0.17010416090488434, 0.0396229550242424, -0.008861200883984566, 0.006275270599871874, 0.08089884370565414, 0.12018077820539474, 0.01489595603197813, -0.10201350599527359, -0.06741773337125778, 0.004868513438850641, 0.012345386669039726, -0.12325089424848557, -0.18737363815307617, -0.13040658831596375, 0.037483278661966324, 0.12576177716255188, -0.01211584359407425, -0.03614315018057823, 0.021848907694220543, -0.16939808428287506, 0.07347194105386734, 0.0734061598777771, 0.022151391953229904, -0.04920237511396408, 0.04677198454737663, -0.10793985426425934, 0.08959158509969711, -0.08193221688270569, 0.051803480833768845, 0.07794000953435898, -0.009303276427090168, -0.09573496878147125, -0.04991098865866661, -0.22481104731559753, 0.07988397777080536, -0.09709563851356506, -0.12339402735233307, 0.34336069226264954, 0.03521490842103958, 0.05693744495511055, -0.10514405369758606, -0.0497102215886116, -0.05685173720121384, -0.0015046559274196625, 0.07278954237699509, 0.007892058230936527, -0.056903790682554245, -0.052492015063762665, 0.005089269019663334, -0.11330951005220413, -0.06951677054166794, -0.14932529628276825, -0.07055544853210449, -0.049933381378650665, 0.06966868788003922, -0.08019707351922989, 0.03658748418092728, -0.07759664952754974, -0.08116120845079422, 0.0252757016569376, -0.1071016788482666, -0.15894556045532227, -0.03380169719457626, -0.07051466405391693, -0.0990566685795784, 0.07529973238706589, 0.13638463616371155, -0.14379946887493134, -0.03635488450527191, -0.07161708176136017, 0.07612407952547073, 0.22371158003807068, 0.07692595571279526, -0.10009941458702087, 0.05701171234250069, -0.0841837227344513, -0.027895798906683922, -0.11129119992256165, -0.08157718926668167, -0.1032622903585434, -0.029525894671678543, 0.04809111729264259, 0.09147492796182632, 0.06134555861353874, -0.06390105187892914, -0.13428573310375214, -0.059840429574251175, 0.07118057459592819, -0.07437692582607269, 0.0392962247133255, -0.0011896943906322122, -0.05055878311395645, 0.004657057113945484, -0.10990937054157257, 0.006585327442735434, 0.058617617934942245, 0.06593181937932968, -0.14554060995578766, 0.008843203075230122, -0.040282946079969406, -0.08701010793447495, 0.051093727350234985, -0.2148735672235489, 0.006390613503754139, -0.03232023864984512, -0.23556454479694366, -0.02309497818350792, 0.017908139154314995, -0.09800950437784195, 0.06402865052223206, 0.028758011758327484, 0.04969659820199013, -0.016030795872211456, -0.043064285069704056, 0.17359545826911926, -0.05617257207632065, 0.07559364289045334, -0.10587017983198166, 0.09457729011774063, -0.12048348039388657, 0.03368931636214256, -0.05908336117863655, 0.09263019263744354, -0.14958995580673218, 0.08716755360364914, -0.10783453285694122, 0.11552082747220993, -0.005055478774011135, -0.007764680311083794, 0.020985625684261322, -0.0201498381793499, -0.07549639791250229, 0.16580165922641754, -0.3323865234851837, -0.0809776782989502, -0.041037667542696, -0.16658885776996613, -0.0694245994091034, 0.015166688710451126, -0.0765453428030014, 0.050326116383075714, 0.014287893660366535, 0.40418025851249695, 0.10664909332990646, 0.11414258927106857, -0.08822117000818253, 0.1068861186504364, 0.015861747786402702, -0.02923014387488365, 0.14466850459575653, -0.02557292953133583, 0.09082671999931335, -0.004888146184384823, 0.07883594185113907, 0.12495405972003937, -0.12883594632148743, -0.07859370857477188, 0.01085585169494152, -0.08878574520349503, 0.07569792866706848, 0.07900907099246979, 0.09007847309112549, -0.015419600531458855, 0.07773996144533157, 0.07451730221509933, 0.05448311194777489, -0.000021609203031403013, -0.044829387217760086, -0.02917329967021942, 0.12531211972236633, -0.10685008019208908, -0.01931656338274479, -0.22136245667934418, -0.18336762487888336, 0.016070324927568436, 0.11921457946300507, -0.04657215625047684, 0.07369951903820038, -0.0014480284880846739, -0.06365950405597687, -0.020707447081804276, 0.02374103292822838, 0.04504793882369995, 0.02301124297082424, -0.07224298268556595, -0.11643116921186447, -0.041744280606508255, -0.09802497923374176, 0.06554969400167465, -0.0751517191529274, -0.04998563602566719, 0.16597920656204224, 0.164480522274971, 0.06586123257875443, -0.015088719315826893, 0.0449824333190918, 0.0440337136387825, -0.07019484043121338, -0.049232710152864456, 0.00016857300943229347, -0.0799483135342598, 0.06919701397418976, 0.047394659370183945, 0.08048369735479355, 0.016733603551983833, 0.09765437245368958, -0.022106949239969254, -0.00012018898996757343, -0.08615551143884659, -0.06346526741981506, 0.021855872124433517, -0.0477929413318634, -0.033721376210451126, -0.1614561825990677, 0.01617424190044403, 0.08328018337488174, -0.06848574429750443, -0.008838362991809845, -0.005189929623156786, -0.03150014206767082, -0.11658434569835663, 0.020278258249163628, -0.037452418357133865, -0.21112023293972015, 0.19640617072582245, 0.10938628762960434, 0.10583926737308502, 0.22780351340770721, -0.07174304127693176, -0.10462428629398346, -0.06196378543972969, -0.06488973647356033, -0.04870408773422241, 0.20770125091075897, -0.06666684150695801, 0.04449319466948509, 0.1214204877614975, 0.058729663491249084, 0.09009526669979095, -0.12022484838962555, -0.0583965890109539, 0.004186201374977827, -0.008075893856585026, -0.03609068691730499, 0.02992548793554306, 0.014664698392152786, 0.07425510883331299, 0.004280794877558947, 0.013675501570105553, 0.056526169180870056, -0.04747985675930977, -0.038364630192518234, 0.15457676351070404, -0.16642576456069946, -0.28521621227264404, -0.1536559760570526, -0.0896931067109108, -0.03494521230459213, 0.08001912385225296, -0.002378617413341999, -0.12422721832990646, -0.026848407462239265, 0.009602699428796768, 0.06367965787649155, -0.04878830909729004, 0.04112519696354866, -0.002749187871813774, 0.029592540115118027, -0.06437525153160095, -0.02522825077176094, 0.013350329361855984, 0.020390886813402176, 0.13461680710315704, 0.14213106036186218, -0.11222381144762039, 0.16765350103378296, 0.15097923576831818, 0.009685148485004902, 0.0781373605132103, -0.06121368706226349, 0.20580168068408966, -0.12312997877597809, 0.03523551672697067, 0.09334320574998856, -0.033304471522569656, -0.0007330985390581191, 0.15571047365665436, -0.0010838938178494573, -0.05037836730480194, -0.05778389796614647, 0.009567183442413807, -0.08171775192022324, -0.21298258006572723, -0.13282513618469238, -0.08146056532859802, 0.0875576063990593, 0.09799762815237045, 0.01680927351117134, 0.05534762144088745, 0.10258099436759949, 0.03444230556488037, 0.03101412020623684, -0.10830304026603699, -0.034480612725019455, 0.041984912008047104, -0.09376341849565506, 0.024494249373674393, -0.06402847170829773, 0.015997804701328278, 0.17890296876430511, 0.04129260778427124, 0.3776784837245941, 0.06864757090806961, 0.09767510741949081, 0.013443334959447384, 0.03335283324122429, 0.0700899064540863, 0.13309124112129211, 0.025639768689870834, -0.03614463657140732, -0.006721217650920153, 0.010325632058084011, 0.06612632423639297, 0.05089427903294563, 0.1641894429922104, -0.10991668701171875, -0.1098114624619484, -0.08760306239128113, 0.08265621960163116, 0.08912539482116699, 0.18905965983867645, -0.19235683977603912, -0.013063727878034115, 0.09901291877031326, 0.03429517522454262, -0.09122048318386078, -0.014717377722263336, 0.2666810154914856, -0.07386267930269241, 0.022731279954314232, -0.03589119017124176, 0.08928393572568893, -0.011329158209264278, -0.02845257706940174, -0.04663120210170746, -0.18979717791080475, -0.047861356288194656, 0.1420239508152008, -0.10403567552566528, 0.27518659830093384, 0.01736527681350708, -0.14887180924415588, -0.0743781179189682, -0.04213975742459297, -0.016487866640090942, 0.15810012817382812, 0.15538522601127625, 0.02606901340186596, -0.07610698789358139, -0.12180443853139877, -0.019895486533641815, -0.05194532498717308, 0.11571083962917328, -0.11957909911870956, -0.009667220525443554, 0.03797052055597305, 0.03533283248543739, -0.022893842309713364, 0.14691464602947235, 0.06656917184591293, -0.14435161650180817, -0.034045375883579254, 0.01718936488032341, 0.03766239807009697, -0.02591511979699135, -0.0328897088766098, -0.05279859900474548, 0.06540731340646744, 0.012467704713344574, -0.0534168966114521, -0.1435396522283554, 0.14404678344726562, 0.19229267537593842, -0.006313942838460207, 0.040280282497406006, -0.02918894775211811, 0.1332327276468277, -0.051897186785936356, -0.07739779353141785, 0.08540385961532593, -0.05990670248866081, -0.080595463514328, -0.12702754139900208, 0.013979555107653141, -0.07746245712041855, 0.06351645290851593, -0.019683778285980225, 0.09095822274684906, -0.08601951599121094, -0.04462622478604317, 0.06897514313459396, -0.09606682509183884, 0.06294775754213333, 0.3113059401512146, -0.032415274530649185, -0.05298522114753723, 0.006707181688398123, -0.023756584152579308, 0.259316086769104, 0.19637489318847656, -0.10647296905517578, 0.05756700411438942, 0.08772997558116913, -0.004845961928367615, -0.34500446915626526, 0.0813150554895401, 0.002204140415415168, 0.008210498839616776, 0.004984309896826744, -0.2108735591173172, 0.002501876326277852, 0.1663953959941864, -0.004166856873780489, 0.08884074538946152, -0.19646023213863373, -0.05489851161837578, 0.054130785167217255, -0.03272855654358864, 0.137608602643013, -0.15552935004234314, -0.07105773687362671, -0.08855877071619034, 0.014493231661617756, 0.20148375630378723, -0.1351477950811386, 0.06179998815059662, -0.008328857831656933, 0.05272428318858147, 0.013943109661340714, -0.057120032608509064, 0.2494979351758957, 0.08398652821779251, 0.16314680874347687, -0.04946255311369896, -0.17007854580879211, 0.22701290249824524, -0.06747003644704819, -0.031124725937843323, 0.06844694912433624, 0.07841505855321884, -0.1818702220916748, -0.007574795745313168, -0.08301869034767151, 0.016369357705116272, 0.023891286924481392, -0.07312478870153427, -0.1525353193283081, 0.07562262564897537, -0.0590272955596447, 0.014423239044845104, 0.24446658790111542, 0.015221253037452698, -0.023502228781580925, 0.08950287848711014, -0.0337083600461483, -0.08137836307287216, -0.09483413398265839, -0.04916256293654442, -0.030045995488762856, 0.08051782101392746, -0.24291419982910156, 0.004038045182824135, 0.11919829994440079, 0.04945482686161995, 0.17295007407665253, 0.06839437782764435, -0.004032314755022526, 0.009294018149375916, 0.17936457693576813, -0.09470242261886597, -0.21980202198028564, -0.014476792886853218, -0.09171021729707718, -0.1282433420419693, -0.057927366346120834, 0.02624206803739071, 0.13055790960788727, 0.022600023075938225, -0.021094640716910362, 0.01920856535434723, -0.014702387154102325, 0.1909179389476776, 0.1000097468495369, 0.059707023203372955, -0.14748144149780273, 0.07681317627429962, 0.14357441663742065, -0.09221643954515457, -0.034528106451034546, 0.04234158247709274, -0.08592240512371063, -0.10800229012966156, -0.04432040825486183, 0.1559593230485916, -0.07641174644231796, -0.00934547744691372, -0.047453660517930984, -0.04817923158407211, 0.02345358021557331, 0.12231884896755219, 0.045619502663612366, 0.12583504617214203, 0.0261076670140028, -0.14241264760494232, -0.0019524492090567946, 0.07167095690965652, -0.025624698027968407, 0.07888595014810562, -0.13599883019924164, 0.050048597157001495, -0.0784432590007782, 0.13940273225307465, -0.07041905075311661, -0.036181043833494186, -0.12617525458335876, 0.030655493959784508, -0.13212621212005615, 0.024439070373773575, -0.021755581721663475, -0.06791773438453674, 0.021408820524811745, -0.014676159247756004, -0.015518556348979473, -0.07900511473417282, -0.10970302671194077, 0.03376249223947525, 0.01278537418693304, 0.06953912228345871, -0.04777234420180321, -0.028133725747466087, 0.0007200014661066234, -0.008362666703760624, 0.12183553725481033, 0.038626641035079956, -0.00959973968565464, 0.0545593798160553, -0.0565827451646328, -0.12345045059919357, 0.05092376470565796, 0.027148323133587837, 0.11692013591527939, 0.014961215667426586, -0.006684292107820511, 0.041523195803165436, 0.011808501556515694, 0.110744908452034, -0.09452041238546371, -0.12402335554361343, 0.11609823256731033, -0.05649799853563309, -0.07753844559192657, -0.04169665277004242, 0.03585899621248245, 0.07534907013177872, 0.08611048012971878, 0.1353612095117569, 0.05469067394733429, 0.08277466148138046, -0.1490357518196106, -0.039382290095090866, -0.04581736400723457, -0.04439106211066246, 0.03785111382603645, -0.02127777226269245, 0.0030662170611321926, -0.06822089105844498, 0.33457645773887634, 0.1450919359922409, -0.06523733586072922, 0.005396215245127678, 0.14741604030132294, 0.05968599021434784, 0.07775231450796127, 0.30773013830184937, 0.10742829740047455, -0.06680133938789368, -0.029929880052804947, 0.08016110211610794, 0.024182971566915512, 0.1320517361164093, 0.14689278602600098, 0.13970723748207092, -0.030957520008087158, 0.004372048191726208, 0.05879772827029228, -0.14763334393501282, 0.010145269334316254, 0.009854546748101711, 0.008464783430099487, 0.03732992708683014, -0.014389071613550186, -0.0644490048289299, 0.06789002567529678, -0.20104458928108215, 0.14082610607147217, -0.013468531891703606, -0.0697542279958725, 0.013126743026077747, -0.0063694859854876995, -0.09079421311616898, -0.12955698370933533, 0.015514681115746498, -0.09349089115858078, -0.020145747810602188, 0.2676972448825836, 0.007712448015809059, -0.001852115266956389, 0.14450128376483917, -0.10492871701717377, -0.017718356102705002, 0.04974899813532829, 0.014658515341579914, -0.03940612077713013, -0.0900026261806488, -0.015972737222909927, 0.05800047144293785, -0.0556546114385128, -0.023564808070659637, -0.010217031463980675, 0.03074740059673786, -0.030839184299111366, -0.08414018899202347, -0.08537784963846207, -0.020971916615962982, 0.007259714882820845, -0.055763766169548035, 0.04837340861558914, -0.0039025743026286364, 0.04717906937003136, -0.00466663483530283, 0.11874968558549881, -0.03216177225112915, -0.1012805849313736, -0.13585886359214783, 0.1668839454650879, -0.03301310911774635, 0.06533779948949814, -0.01810981146991253, -0.1487513780593872, -0.05343491956591606, 0.019443102180957794, 0.23452992737293243, -0.08290594071149826, -0.04847441986203194, -0.023292485624551773, 0.02712416835129261, -0.058351073414087296, 0.08175969123840332, -0.025058919563889503, 0.17309607565402985, 0.03540926054120064, -0.003332731546834111, -0.0046171387657523155, -0.06179715692996979, -0.015240514650940895, 0.0305869672447443, 0.11541090905666351, 0.02726929262280464, -0.16382305324077606, 0.14353515207767487, -0.05468738079071045, 0.09691309928894043, 0.23310570418834686, -0.19137801229953766, -0.12761087715625763, -0.017430588603019714, 0.06670103967189789, -0.09445974230766296, 0.03085608221590519, -0.059989478439092636, -0.01734068989753723, -0.022525567561388016, -0.03415718302130699, -0.1882001906633377, -0.1406339555978775, 0.13199542462825775, -0.1442430466413498, 0.05297619476914406, -0.062521792948246, 0.09974510222673416, 0.06540950387716293, -0.05755307525396347, -0.10658489912748337, -0.018545610830187798, 0.04556901007890701, 0.08325125277042389, -0.0403398796916008, 0.13951319456100464, -0.016162516549229622, -0.0052598160691559315, 0.043168749660253525, -0.11253249645233154, -0.037338919937610626, -0.08537167310714722, -0.026206564158201218, -0.068056121468544, -0.06815676391124725, -0.0644012913107872, 0.08778621256351471, 0.10891412198543549, -0.03271652013063431, 0.029896292835474014, -0.022137388586997986, 0.054378170520067215, 0.03621712327003479, 0.13699112832546234, -0.11563851684331894, -0.09585399180650711, -0.06195555999875069, 0.0962408259510994, -0.00811823084950447, -0.22882816195487976, 0.02928844280540943, -0.07593972980976105, -0.023129509761929512, 0.08373355865478516, 0.1337866485118866, 0.14691250026226044, 0.03731263428926468, -0.04830360412597656, -0.08215677738189697, 0.03437192738056183, 0.04894954338669777, 0.02126169577240944, -0.03411927819252014 ]
364bf172c41a7ecefcd951d8fd9d9853882a5f23
# Dataset Card for "knots_AF_no_fragments" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
roa7n/knots_AF_no_fragments
[ "region:us" ]
2023-02-08T19:52:29+00:00
{"dataset_info": {"features": [{"name": "ID", "dtype": "string"}, {"name": "latestVersion", "dtype": "int64"}, {"name": "globalMetricValue", "dtype": "float64"}, {"name": "uniprotStart", "dtype": "int64"}, {"name": "uniprotEnd", "dtype": "int64"}, {"name": "uniprotSequence", "dtype": "string"}, {"name": "Length", "dtype": "float64"}, {"name": "Domain_architecture", "dtype": "string"}, {"name": "InterPro", "dtype": "string"}, {"name": "Max_Topology", "dtype": "string"}, {"name": "Max Freq", "dtype": "float64"}, {"name": "Knot Core", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "FamilyName", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 79153504.0, "num_examples": 136032}, {"name": "test", "num_bytes": 19788376.0, "num_examples": 34008}], "download_size": 79176508, "dataset_size": 98941880.0}}
2023-02-08T19:52:53+00:00
[]
[]
TAGS #region-us
# Dataset Card for "knots_AF_no_fragments" More Information needed
[ "# Dataset Card for \"knots_AF_no_fragments\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"knots_AF_no_fragments\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"knots_AF_no_fragments\"\n\nMore Information needed" ]
[ -0.1142214685678482, 0.024318907409906387, -0.003876643255352974, 0.08278245478868484, 0.00044410652481019497, 0.04611261188983917, 0.07779401540756226, 0.11317271739244461, 0.13439951837062836, 0.06538159400224686, 0.1356816291809082, 0.06972476094961166, 0.06010996550321579, 0.19810329377651215, -0.11996619403362274, 0.049495358020067215, 0.043349489569664, 0.0569196380674839, 0.05728159844875336, 0.04309724271297455, -0.0036099543794989586, -0.04302065446972847, 0.03527490049600601, -0.09214892238378525, -0.24806873500347137, 0.02674703486263752, 0.006938233505934477, 0.000006109476089477539, 0.06856252253055573, 0.006889617070555687, 0.09059467911720276, 0.020902981981635094, -0.11772676557302475, -0.13848374783992767, 0.04165903478860855, 0.02039089985191822, -0.02258795127272606, 0.09019403904676437, 0.04952453449368477, -0.027751648798584938, -0.21887019276618958, 0.007741918321698904, -0.025130366906523705, -0.007274976000189781, -0.14883343875408173, -0.14844094216823578, -0.17721976339817047, -0.012522690929472446, 0.04775159806013107, 0.03203923627734184, 0.022843623533844948, 0.19247300922870636, -0.1091904565691948, 0.02054074965417385, 0.0811171755194664, -0.05256250500679016, 0.04344640672206879, 0.11980781704187393, -0.14236865937709808, -0.004188624210655689, -0.0584704652428627, 0.039882633835077286, 0.14083971083164215, -0.039330534636974335, -0.11015250533819199, -0.02379814349114895, -0.25895658135414124, 0.06344690918922424, 0.024279983714222908, -0.044340066611766815, 0.27789029479026794, 0.048196468502283096, -0.04350009188055992, 0.016505904495716095, 0.006233085412532091, -0.024537427350878716, 0.028828982263803482, 0.1141066700220108, -0.00551808113232255, 0.04347848892211914, 0.1086280420422554, -0.03258843347430229, -0.1082117035984993, -0.07626327127218246, -0.16558542847633362, 0.02795226126909256, -0.031909774988889694, 0.14546805620193481, -0.16648904979228973, -0.013652047142386436, -0.2691076993942261, -0.025773856788873672, -0.029504749923944473, -0.08958759903907776, -0.0512833334505558, -0.016160650178790092, -0.06161820515990257, 0.059022240340709686, 0.14114174246788025, 0.18743664026260376, 0.040247008204460144, 0.03068186528980732, -0.09841574728488922, 0.12115439772605896, 0.1024327278137207, -0.1989736706018448, 0.0025841074530035257, 0.10661835968494415, 0.013519642874598503, -0.1021823137998581, 0.003183780238032341, -0.11980383843183517, -0.001515248091891408, -0.07059842348098755, -0.12120331078767776, 0.10317248106002808, 0.09831548482179642, -0.1253286451101303, -0.057318780571222305, -0.01369202509522438, 0.11192266643047333, -0.08920659124851227, -0.010802645236253738, 0.007234799209982157, -0.012680109590291977, 0.03755586966872215, -0.07642806321382523, 0.04779496788978577, 0.044203829020261765, 0.06939778476953506, -0.10385027527809143, -0.01336392480880022, -0.004395161755383015, -0.018794119358062744, 0.07746897637844086, -0.18355481326580048, 0.04449034109711647, -0.03209870308637619, -0.22789160907268524, 0.0297499131411314, -0.024177735671401024, -0.07439211755990982, 0.12013839185237885, 0.08366561681032181, 0.02814757451415062, -0.0020600652787834406, -0.02581760473549366, 0.08129541575908661, -0.02297281287610531, 0.046711064875125885, -0.005560433026403189, 0.0395532101392746, -0.1844082474708557, 0.004432780668139458, -0.1551332026720047, 0.01735481061041355, -0.026165993884205818, -0.011268633417785168, -0.11147203296422958, 0.06158934161067009, -0.06611785292625427, 0.058971136808395386, -0.16198472678661346, 0.023490848019719124, -0.004281135275959969, 0.10303189605474472, -0.167310431599617, -0.05525790899991989, 0.09554692357778549, -0.15823915600776672, -0.14953693747520447, 0.03696300834417343, 0.009286738000810146, -0.099187932908535, -0.019998319447040558, 0.3541431128978729, 0.07635487616062164, 0.07143492996692657, -0.04423917457461357, 0.11424566060304642, -0.09487416595220566, -0.2112492024898529, 0.08735606074333191, -0.12246257811784744, -0.22272199392318726, 0.05117807537317276, 0.119745634496212, -0.018880493938922882, -0.040470123291015625, -0.09234097599983215, -0.06700632721185684, -0.10325915366411209, 0.07046785950660706, -0.00884664710611105, 0.013144793920218945, -0.04589831084012985, 0.11626031249761581, -0.23558247089385986, 0.05894823372364044, 0.04444696009159088, -0.015017928555607796, 0.00657466147094965, 0.14263023436069489, -0.18426619470119476, -0.029571818187832832, -0.16942285001277924, -0.18920285999774933, -0.011525829322636127, -0.09116736054420471, 0.013970992527902126, -0.043358396738767624, 0.05828249081969261, -0.028950734063982964, -0.01858541928231716, 0.10261683166027069, 0.1636134535074234, 0.0341799296438694, -0.004952202085405588, -0.05125444754958153, 0.04690812528133392, -0.1271205097436905, -0.020203521475195885, -0.108879953622818, -0.0335795134305954, 0.08770238608121872, 0.10033893585205078, 0.038802798837423325, -0.0412549264729023, 0.09351261705160141, 0.041679032146930695, -0.007342138793319464, -0.033350709825754166, 0.06806237995624542, -0.054642532020807266, -0.015673832967877388, -0.011390723288059235, -0.09787305444478989, 0.17142122983932495, 0.15512873232364655, 0.012957761064171791, -0.050660744309425354, -0.12826856970787048, -0.013839911669492722, -0.02475433424115181, -0.03641955181956291, 0.0686701163649559, -0.1463109850883484, -0.023085150867700577, 0.036874253302812576, -0.02942661941051483, -0.021940119564533234, 0.07116737216711044, -0.07345910370349884, -0.12456600368022919, 0.03897199034690857, 0.11697984486818314, -0.0997694656252861, 0.16812260448932648, 0.16352763772010803, 0.07123921066522598, 0.07766186445951462, -0.07099608331918716, -0.07147038727998734, 0.008365296758711338, 0.03200295567512512, -0.01592947542667389, 0.16645541787147522, -0.0021528659854084253, 0.06377328187227249, 0.12085068970918655, -0.012569219805300236, 0.1001550704240799, -0.11598748713731766, -0.11905044317245483, -0.01583207957446575, 0.032334309071302414, -0.1505751758813858, 0.129290372133255, 0.003676943713799119, 0.07912139594554901, -0.009574679657816887, 0.08213407546281815, 0.15415585041046143, -0.0020079738460481167, -0.089488185942173, 0.12285739928483963, -0.17672567069530487, -0.19144119322299957, -0.05057474970817566, -0.11559227854013443, -0.04516087844967842, -0.02551555074751377, 0.0259333997964859, -0.1900259256362915, -0.0344914086163044, -0.013775322586297989, -0.10774677246809006, -0.11606908589601517, 0.014548538252711296, 0.042068131268024445, -0.03719725087285042, -0.008038254454731941, -0.061145685613155365, 0.02165474183857441, -0.0005869356100447476, 0.12511295080184937, 0.09668136388063431, -0.028853336349129677, 0.12423089891672134, 0.10081847757101059, 0.009379939176142216, 0.06052911654114723, -0.03042805939912796, 0.07565491646528244, -0.0029176175594329834, -0.04369392618536949, 0.15984094142913818, -0.03885011747479439, 0.04912813380360603, 0.1116209551692009, 0.04663689807057381, -0.08439220488071442, -0.02670668251812458, 0.0347433015704155, -0.1442561149597168, -0.2167014330625534, -0.1033274456858635, -0.08895415812730789, 0.12437362968921661, 0.046513449400663376, 0.1117611825466156, 0.10294414311647415, 0.10492239892482758, 0.0942411720752716, -0.035497087985277176, -0.09598756581544876, -0.013987456448376179, 0.05806088075041771, 0.02915496565401554, 0.016611941158771515, -0.1393943578004837, 0.06549862027168274, 0.15819483995437622, 0.14681300520896912, 0.19865284860134125, 0.06672883778810501, -0.030955102294683456, 0.06069907173514366, 0.1776752769947052, 0.09361382573843002, 0.10627613961696625, 0.03002639301121235, -0.04123002663254738, 0.022088831290602684, -0.01607549376785755, 0.008467499166727066, -0.05158637836575508, 0.08160068094730377, -0.1472688913345337, -0.03756897151470184, -0.20886005461215973, 0.03271312266588211, -0.2419358193874359, 0.1474074125289917, -0.17052161693572998, 0.04448733106255531, -0.014081574976444244, 0.14924778044223785, -0.07040134072303772, 0.04353385046124458, 0.03472399711608887, -0.026796067133545876, 0.07249493896961212, -0.01349733117967844, 0.07499917596578598, 0.004152115434408188, 0.012504496611654758, -0.051578838378190994, 0.008676962926983833, -0.03820536285638809, 0.0961441844701767, -0.21311578154563904, 0.1808883249759674, 0.033456455916166306, -0.0461021326482296, -0.03235182911157608, -0.018421076238155365, 0.026547033339738846, -0.03683086484670639, 0.1614803671836853, 0.024857783690094948, -0.12579494714736938, -0.20099088549613953, -0.06763423979282379, 0.003952811472117901, 0.07643255591392517, 0.0058328150771558285, -0.09818552434444427, 0.031245460733771324, 0.06029343232512474, -0.03313273936510086, -0.023030929267406464, -0.17008748650550842, -0.11187519878149033, 0.09397540241479874, 0.10617446899414062, -0.21545182168483734, 0.006683050189167261, -0.0032957110088318586, -0.08254893869161606, 0.06921013444662094, 0.08931955695152283, -0.03353807330131531, -0.1620604544878006, 0.008429858833551407, 0.16755063831806183, -0.006816382985562086, 0.017810549587011337, -0.033162444829940796, 0.023606935515999794, -0.031653061509132385, -0.16913875937461853, 0.05324658378958702, -0.08426088094711304, 0.0777253657579422, -0.10101740807294846, 0.0528305247426033, -0.07792951911687851, -0.021350109949707985, -0.023228511214256287, 0.033759042620658875, -0.044984593987464905, -0.0975109413266182, 0.19063112139701843, -0.03870132938027382, 0.10450757294893265, 0.20848646759986877, 0.07947565615177155, -0.004649121314287186, 0.03467031195759773, -0.06545787304639816, 0.15574024617671967, 0.26310303807258606, -0.038984112441539764, 0.17973920702934265, 0.20341454446315765, -0.031654998660087585, -0.2628238797187805, 0.021006572991609573, -0.1911686211824417, -0.018051227554678917, 0.06418538838624954, -0.13229992985725403, 0.09086352586746216, 0.15955176949501038, -0.033859577029943466, 0.24803325533866882, -0.0727178230881691, -0.005411081947386265, 0.19871507585048676, 0.03996379300951958, 0.37675753235816956, -0.05884598195552826, -0.1456575095653534, -0.014576505869626999, -0.22658687829971313, 0.17961329221725464, -0.13935688138008118, 0.013889198191463947, -0.03342970833182335, -0.006403978914022446, 0.002686611609533429, -0.07158716022968292, 0.23310597240924835, 0.0385124608874321, 0.10621187835931778, -0.024481896311044693, -0.0651136040687561, 0.07478729635477066, -0.038563743233680725, 0.04831169545650482, -0.022040752694010735, 0.0721200555562973, -0.10909970849752426, 0.005799801088869572, 0.0015101110329851508, 0.07997842133045197, 0.017972592264413834, -0.04769688472151756, -0.11096400767564774, -0.04378378763794899, -0.09120665490627289, -0.03288089483976364, 0.028151968494057655, 0.00871406588703394, 0.1698186993598938, 0.10428302735090256, -0.019383694976568222, 0.023291882127523422, -0.08897719532251358, -0.03887278959155083, -0.11845116317272186, 0.0690695270895958, -0.1998349130153656, 0.03546489030122757, 0.13682952523231506, 0.010477516800165176, 0.035554107278585434, 0.06819901615381241, -0.02847033552825451, 0.03157545626163483, 0.1309403032064438, -0.11427810043096542, 0.09860347956418991, 0.055335741490125656, -0.16769370436668396, 0.007423982489854097, -0.0005653164116665721, 0.03507868945598602, 0.05627988278865814, 0.00594503665342927, -0.0009355240035802126, 0.04930442199110985, -0.04614818096160889, 0.07584396749734879, 0.11706875264644623, 0.049884747713804245, -0.156531423330307, 0.2518913447856903, -0.011995505541563034, -0.14006365835666656, 0.037498101592063904, -0.03837510198354721, -0.08657822012901306, -0.11719819903373718, -0.04284300655126572, 0.20783661305904388, -0.13594277203083038, -0.06979138404130936, 0.022901199758052826, -0.08939722925424576, 0.01645941287279129, 0.10282009094953537, -0.008234641514718533, 0.09251920878887177, 0.021169254556298256, -0.06259620934724808, -0.06067926809191704, -0.03252080827951431, 0.04217325523495674, 0.03730425611138344, -0.08070782572031021, -0.1824725866317749, -0.049898598343133926, 0.14080218970775604, -0.03944753110408783, -0.022123031318187714, -0.0654158815741539, 0.005029876716434956, -0.13329212367534637, 0.021476591005921364, 0.032147545367479324, -0.03538569435477257, 0.050085727125406265, 0.00767056317999959, -0.0044203647412359715, -0.03843473270535469, -0.09892819076776505, 0.0737387016415596, 0.07579348236322403, -0.009685172699391842, -0.10245782881975174, -0.015114101581275463, 0.09719136357307434, 0.07880952954292297, 0.08115629851818085, 0.12448731064796448, -0.017126167193055153, 0.0716782659292221, -0.126252681016922, -0.1190880611538887, 0.022626200690865517, 0.029209256172180176, 0.047348491847515106, 0.030639855191111565, -0.034144651144742966, 0.06328954547643661, -0.06945905089378357, 0.07720991224050522, 0.04351496323943138, -0.05804869532585144, -0.12525708973407745, -0.1368872970342636, -0.0680251270532608, -0.036817315965890884, -0.08504241704940796, 0.2186897099018097, 0.09817482531070709, -0.06250236183404922, 0.05948706716299057, 0.06254217028617859, -0.0362774021923542, -0.06534268707036972, -0.013042636215686798, -0.13326264917850494, 0.028143933042883873, 0.0998455137014389, 0.07154206186532974, -0.07540984451770782, 0.3773200213909149, -0.07543380558490753, -0.1840650737285614, -0.037550974637269974, -0.018904902040958405, -0.04294673725962639, 0.021240927278995514, 0.4113927185535431, 0.07168634980916977, -0.05604734644293785, -0.08006841689348221, 0.053339313715696335, -0.029168548062443733, -0.08078077435493469, 0.12862904369831085, 0.03004659339785576, 0.08446647226810455, -0.008605851791799068, 0.024722764268517494, -0.14663860201835632, 0.0956970825791359, 0.0061621288768947124, 0.0068844701163470745, -0.0016581704840064049, 0.07177801430225372, -0.061888378113508224, 0.15380507707595825, -0.024132469668984413, 0.0734897255897522, -0.053962454199790955, -0.0910789892077446, -0.12903669476509094, -0.16398608684539795, 0.0010778068099170923, -0.08575782924890518, 0.02632937580347061, -0.07399721443653107, 0.004402797203511, 0.2793959677219391, 0.07479506731033325, 0.07435733824968338, 0.1331416815519333, -0.06785374134778976, 0.06695926934480667, 0.03484129160642624, -0.005460882559418678, -0.07018142938613892, 0.049176737666130066, -0.049626775085926056, 0.07786906510591507, -0.042029157280921936, 0.008763005957007408, -0.004568261560052633, 0.10164512693881989, 0.07810928672552109, -0.1188863217830658, -0.08997125923633575, -0.037911005318164825, 0.07022221386432648, -0.020841488614678383, 0.08592984825372696, 0.00428268825635314, 0.045813631266355515, 0.004546744748950005, 0.161404550075531, -0.014798368327319622, 0.11827010661363602, -0.011390041559934616, 0.09407481551170349, -0.08428461104631424, 0.038745589554309845, -0.011948001570999622, -0.08841279149055481, 0.03268001228570938, 0.18154016137123108, 0.1983477920293808, -0.02763229049742222, 0.014828214421868324, 0.07888980209827423, 0.03875776752829552, -0.00862748734652996, 0.14654603600502014, -0.019172539934515953, -0.00606225011870265, -0.026605399325489998, -0.010759769007563591, 0.04575616493821144, -0.05328817665576935, -0.039976831525564194, 0.1001574695110321, 0.03482190892100334, -0.04171236976981163, -0.13721956312656403, 0.09743577241897583, -0.05764012783765793, 0.07036535441875458, 0.17319780588150024, -0.07524020969867706, -0.09254778921604156, -0.007948430255055428, 0.03990016132593155, -0.027559204027056694, -0.008731763809919357, -0.11035880446434021, 0.0028138766065239906, -0.024457065388560295, -0.03285330906510353, -0.22561374306678772, -0.14822514355182648, -0.055277254432439804, 0.020343542098999023, 0.10125382244586945, 0.022370804101228714, 0.13321402668952942, 0.04587700963020325, 0.008950491435825825, -0.11294106394052505, 0.04237950220704079, 0.011409876868128777, 0.09441621601581573, -0.05755416676402092, 0.09439491480588913, -0.007553148083388805, -0.09186267852783203, 0.08612985163927078, -0.11702904850244522, -0.06569124013185501, 0.13328291475772858, -0.018053825944662094, 0.038701530545949936, -0.01836329884827137, -0.08118869364261627, 0.11419058591127396, -0.030087394639849663, -0.05470167472958565, -0.009012168273329735, 0.026882316917181015, 0.06382519751787186, 0.0026107141748070717, -0.055936068296432495, -0.0194875318557024, 0.03456906974315643, 0.02880880981683731, 0.13018706440925598, 0.004599312320351601, -0.15900267660617828, -0.010263979434967041, -0.08745533227920532, 0.01454660203307867, -0.032348740845918655, 0.06753963977098465, 0.16246478259563446, 0.041889738291502, -0.0453575924038887, -0.07178398966789246, 0.04824978858232498, 0.025104030966758728, 0.017521249130368233, -0.08217914402484894 ]
156e8fd397b70d35a96fe05721a463d265e69f4e
## Dataset Description - **Repository:** [allenai/lila](https://github.com/allenai/lila) - **Paper:** [LILA: A Unified Benchmark for Mathematical Reasoning](https://aclanthology.org/2022.emnlp-main.392.pdf) - **Point of Contact:** [Matthew Finlayson](https://mattf1n.github.io/), [Sean Welleck](https://wellecks.com/) # Lila: A Unified Benchmark for Mathematical Reasoning - **Homepage: https://lila.apps.allenai.org/** - **Repository: https://github.com/allenai/lila** - **Paper: https://aclanthology.org/2022.emnlp-main.392.pdf** ### Licensing Information Creative Commons Attribution 4.0 International ### Citation Information Cite this dataset and the source datasets (see [sources.bib](https://github.com/allenai/Lila/blob/main/sources.bib)). ```bib @INPROCEEDINGS{Mishra2022Lila, author = { Swaroop Mishra and Matthew Finlayson and Pan Lu and Leonard Tang and Sean Welleck and Chitta Baral and Tanmay Rajpurohit and Oyvind Tafjord and Ashish Sabharwal and Peter Clark and Ashwin Kalyan}, title = {Lila: A Unified Benchmark for Mathematical Reasoning}, booktitle = {Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing (EMNLP)}, year = {2022} } ```
allenai/lila
[ "license:cc-by-4.0", "region:us" ]
2023-02-08T21:39:35+00:00
{"license": "cc-by-4.0"}
2023-03-15T18:36:28+00:00
[]
[]
TAGS #license-cc-by-4.0 #region-us
## Dataset Description - Repository: allenai/lila - Paper: LILA: A Unified Benchmark for Mathematical Reasoning - Point of Contact: Matthew Finlayson, Sean Welleck # Lila: A Unified Benchmark for Mathematical Reasoning - Homepage: URL - Repository: URL - Paper: URL ### Licensing Information Creative Commons Attribution 4.0 International Cite this dataset and the source datasets (see URL).
[ "## Dataset Description\n\n- Repository: allenai/lila\n- Paper: LILA: A Unified Benchmark for Mathematical Reasoning\n- Point of Contact: Matthew Finlayson, Sean Welleck", "# Lila: A Unified Benchmark for Mathematical Reasoning\n\n\n- Homepage: URL \n- Repository: URL \n- Paper: URL", "### Licensing Information\n\nCreative Commons Attribution 4.0 International\n\n\n\nCite this dataset and the source datasets (see URL)." ]
[ "TAGS\n#license-cc-by-4.0 #region-us \n", "## Dataset Description\n\n- Repository: allenai/lila\n- Paper: LILA: A Unified Benchmark for Mathematical Reasoning\n- Point of Contact: Matthew Finlayson, Sean Welleck", "# Lila: A Unified Benchmark for Mathematical Reasoning\n\n\n- Homepage: URL \n- Repository: URL \n- Paper: URL", "### Licensing Information\n\nCreative Commons Attribution 4.0 International\n\n\n\nCite this dataset and the source datasets (see URL)." ]
[ 15, 45, 30, 26 ]
[ "passage: TAGS\n#license-cc-by-4.0 #region-us \n## Dataset Description\n\n- Repository: allenai/lila\n- Paper: LILA: A Unified Benchmark for Mathematical Reasoning\n- Point of Contact: Matthew Finlayson, Sean Welleck# Lila: A Unified Benchmark for Mathematical Reasoning\n\n\n- Homepage: URL \n- Repository: URL \n- Paper: URL### Licensing Information\n\nCreative Commons Attribution 4.0 International\n\n\n\nCite this dataset and the source datasets (see URL)." ]
[ -0.1046341136097908, 0.2333599328994751, -0.0022411320824176073, 0.12069827318191528, -0.033606596291065216, 0.06898627430200577, 0.23527856171131134, 0.05559629574418068, 0.05100853741168976, -0.0024799273815006018, 0.13373373448848724, 0.13998113572597504, 0.05817106366157532, -0.09270817041397095, -0.08581725507974625, -0.16406753659248352, -0.03868052363395691, 0.029838357120752335, 0.04967730492353439, 0.06169101595878601, 0.0990096852183342, -0.03947918489575386, 0.06743241846561432, 0.03344080224633217, -0.007213635835796595, -0.028682829812169075, 0.013841522857546806, -0.0496370755136013, 0.0749225914478302, -0.005229478236287832, 0.00475337216630578, 0.08634836226701736, -0.02978367544710636, -0.16006943583488464, 0.04069605842232704, -0.08517423272132874, -0.05961987376213074, 0.10873377323150635, -0.000356999778887257, -0.038514394313097, 0.13899736106395721, 0.004351206123828888, 0.005125002004206181, 0.036077458411455154, -0.1174301877617836, 0.01945555955171585, -0.0754072293639183, 0.031650424003601074, -0.049495480954647064, -0.006667460780590773, 0.03311006724834442, 0.11655432730913162, -0.042423687875270844, 0.03967200592160225, 0.10764282196760178, -0.33873382210731506, -0.025695422664284706, 0.1475798785686493, 0.026351448148489, 0.031128041446208954, -0.028012121096253395, 0.08311115205287933, 0.06013639271259308, -0.04437378793954849, -0.08034709095954895, -0.14611855149269104, -0.09315474331378937, 0.08353862166404724, -0.06980347633361816, 0.043964166194200516, 0.35588958859443665, 0.008179740980267525, -0.04738239198923111, 0.03608289733529091, -0.028950903564691544, 0.19665701687335968, -0.013924844563007355, -0.03174033761024475, 0.04334605857729912, 0.024185681715607643, 0.08812902867794037, -0.04308635741472244, -0.06956744939088821, 0.0324355848133564, -0.07999958097934723, 0.03368386626243591, -0.025821546092629433, 0.08948436379432678, -0.028315771371126175, 0.004468279890716076, -0.005303805693984032, -0.10423208773136139, -0.03106638230383396, -0.062458500266075134, 0.14821121096611023, -0.017937559634447098, 0.0027239632327109575, 0.10703164339065552, 0.07311941683292389, 0.12981362640857697, 0.09425150603055954, 0.007454977836459875, 0.01229877769947052, 0.07470767199993134, 0.10741585493087769, -0.023100201040506363, -0.18394066393375397, 0.029928531497716904, 0.09809718281030655, 0.01309965644031763, 0.05520682409405708, -0.06485801935195923, -0.0432211197912693, 0.015723563730716705, -0.0930434986948967, 0.11070535331964493, -0.018024535849690437, -0.07283923774957657, -0.16243883967399597, -0.04958386346697807, 0.08909469842910767, -0.019514432176947594, 0.054841529577970505, 0.054611820727586746, -0.06508467346429825, 0.004270091652870178, -0.04117622971534729, 0.07393253594636917, -0.021598972380161285, -0.03261210024356842, -0.17000612616539001, -0.0227675698697567, -0.013067786581814289, -0.01475721225142479, 0.05331575497984886, -0.03311809152364731, 0.12741422653198242, -0.0034182483796030283, -0.16489535570144653, -0.017174620181322098, 0.10513825714588165, -0.1573614627122879, 0.02823283150792122, -0.051963288336992264, -0.02349996380507946, -0.03683251142501831, -0.015375835821032524, -0.09904299676418304, -0.10760556906461716, 0.034973740577697754, -0.016130143776535988, 0.04989805072546005, -0.20953769981861115, -0.024099713191390038, -0.10682569444179535, 0.020239150151610374, 0.034708522260189056, -0.003676460590213537, -0.059552423655986786, -0.028933599591255188, -0.07077544182538986, -0.05041418597102165, 0.09678786993026733, -0.07541704922914505, 0.06840681284666061, 0.1575576364994049, -0.14840278029441833, 0.032729871571063995, -0.04653982073068619, -0.06347547471523285, -0.26723551750183105, 0.08563338965177536, -0.1068212240934372, 0.2016211301088333, 0.00947539508342743, 0.3187810778617859, 0.0006843823939561844, -0.04622608795762062, 0.032746292650699615, 0.09332660585641861, 0.03678872808814049, -0.12095111608505249, 0.06959995627403259, 0.04580976068973541, -0.07044991850852966, 0.03264656290411949, -0.0987255722284317, -0.06959902495145798, -0.05762019008398056, -0.1078827753663063, 0.0035151306074112654, -0.07633498311042786, -0.07081478834152222, 0.01969723217189312, 0.02752545289695263, -0.08325610309839249, 0.10190413147211075, 0.04696639999747276, 0.024465270340442657, -0.03563211113214493, -0.03914295509457588, -0.05528198555111885, 0.1738874465227127, -0.10921436548233032, -0.025093182921409607, -0.06676550209522247, 0.0012637404724955559, -0.016488002613186836, 0.2028665840625763, 0.10786326229572296, 0.046742409467697144, -0.017761988565325737, 0.007936162874102592, 0.03088911436498165, 0.07665365189313889, -0.011637474410235882, 0.03912324830889702, -0.0021447553299367428, -0.19770006835460663, 0.06503716856241226, -0.03297542780637741, 0.0026420014910399914, -0.12323331087827682, -0.031023839488625526, 0.13119953870773315, 0.015355896204710007, -0.016100823879241943, -0.0005618305294774473, 0.06537776440382004, 0.01792830228805542, -0.008791949599981308, 0.052216947078704834, 0.08318671584129333, 0.00906971376389265, -0.03190276026725769, 0.03038574941456318, 0.04443943500518799, 0.17476539313793182, 0.10245071351528168, -0.12157697230577469, 0.07865209132432938, -0.09384707361459732, 0.014075550250709057, 0.023632995784282684, 0.03923342749476433, 0.09536591917276382, 0.08790309727191925, -0.03793584555387497, 0.018565094098448753, -0.12850232422351837, 0.053109582513570786, 0.006138029042631388, -0.06571735441684723, -0.0464429035782814, 0.1253536492586136, 0.18650378286838531, -0.11004205793142319, 0.08936110883951187, 0.18232809007167816, 0.022434305399656296, 0.10489227622747421, -0.0733594298362732, -0.0687524750828743, -0.12472669780254364, -0.03562541306018829, -0.011788876727223396, 0.182429239153862, -0.11540669947862625, 0.01663288101553917, 0.06508271396160126, -0.027532825246453285, -0.001368001103401184, -0.2036307156085968, -0.12352975457906723, -0.04472634941339493, 0.026686182245612144, -0.18981324136257172, -0.014606847427785397, -0.06419213116168976, 0.06372783333063126, -0.07354681193828583, -0.09467340260744095, 0.015208525583148003, -0.009631496854126453, -0.09312707930803299, 0.12579497694969177, -0.0485391803085804, -0.033068202435970306, -0.08688922226428986, -0.01673201471567154, -0.12004350870847702, -0.05420147627592087, -0.004025780130177736, 0.12086764723062515, -0.03998998552560806, -0.07612577825784683, -0.07399845123291016, -0.061629921197891235, -0.10118049383163452, -0.007431579288095236, -0.006400533951818943, -0.06559507548809052, -0.15570195019245148, -0.01608855091035366, -0.0189401526004076, 0.08633967489004135, 0.012341751717031002, -0.003915786277502775, 0.13042683899402618, 0.020109718665480614, -0.015782436355948448, -0.011553500778973103, -0.033784862607717514, 0.3505649268627167, -0.027754569426178932, 0.04271174594759941, 0.024780822917819023, -0.08007591217756271, 0.020739151164889336, 0.13702602684497833, 0.10340927541255951, -0.1627286821603775, -0.04834657907485962, -0.07295771688222885, -0.006006490904837847, -0.21463973820209503, -0.020071551203727722, -0.10404937714338303, 0.11251132190227509, -0.025998935103416443, -0.03303103148937225, -0.12362410873174667, 0.1044241413474083, 0.11608630418777466, -0.02976926416158676, -0.06623240560293198, 0.016422588378190994, 0.22965969145298004, -0.026594415307044983, 0.052295200526714325, -0.07069302350282669, -0.04342137277126312, 0.10149173438549042, 0.1794508397579193, 0.07519526779651642, 0.03919485956430435, 0.1586722880601883, 0.08091671764850616, 0.17034125328063965, -0.0013520518550649285, 0.15271852910518646, -0.06725264340639114, 0.02003861963748932, -0.06201523542404175, -0.048912305384874344, -0.053199686110019684, 0.06551774591207504, -0.030925827100872993, -0.07357589155435562, 0.018695008009672165, -0.06981775909662247, 0.08136448264122009, 0.06603328138589859, 0.12251366674900055, -0.11738813668489456, 0.02192903496325016, 0.09147676825523376, 0.07199722528457642, -0.04416145011782646, 0.10673760622739792, -0.010844853706657887, 0.042156677693128586, 0.03278443217277527, 0.02433122880756855, 0.08057374507188797, -0.1520705223083496, -0.0325654074549675, -0.15544188022613525, -0.11034755408763885, 0.013943583704531193, 0.10060570389032364, -0.09069749712944031, 0.17756818234920502, 0.03996231406927109, 0.0025485518854111433, -0.04132538661360741, -0.06559699028730392, -0.015380552969872952, 0.13981710374355316, 0.11991778761148453, -0.011601333506405354, 0.07050549238920212, 0.014521278440952301, -0.06974080950021744, 0.08335477858781815, 0.038401756435632706, 0.006765436381101608, -0.03389997407793999, 0.007971303537487984, 0.07334316521883011, -0.003016331000253558, -0.03786895424127579, -0.14297303557395935, -0.1758418083190918, 0.03959829360246658, 0.013540742918848991, -0.07045800238847733, 0.04296913743019104, -0.06758866459131241, -0.05173055827617645, 0.12739746272563934, 0.06920590251684189, -0.009283102117478848, -0.043902065604925156, -0.04249495640397072, 0.13987648487091064, -0.0015720740193501115, -0.0526411198079586, -0.026455199345946312, -0.14010308682918549, -0.027106251567602158, -0.060727961361408234, 0.06242669001221657, -0.045088883489370346, -0.014614622108638287, -0.03023330681025982, 0.051367875188589096, -0.06726493686437607, -0.00472356379032135, 0.029454220086336136, 0.0954652801156044, -0.14960063993930817, -0.14632314443588257, 0.08477114886045456, -0.13633541762828827, 0.051487069576978683, -0.039166517555713654, -0.048998452723026276, 0.027635006234049797, 0.01545566413551569, -0.03729357570409775, 0.11065121740102768, 0.18163152039051056, -0.053590334951877594, 0.04526311159133911, 0.29486319422721863, -0.08986830711364746, -0.19623301923274994, 0.012608413584530354, -0.1809876710176468, -0.01976684294641018, 0.0778297632932663, -0.1258828341960907, 0.11603447049856186, 0.08559485524892807, -0.04483470320701599, 0.19651366770267487, -0.1396968960762024, -0.03340616449713707, 0.05828170105814934, 0.12090979516506195, 0.27096042037010193, -0.17091169953346252, -0.06544777005910873, 0.02849019318819046, -0.16038401424884796, 0.14279618859291077, -0.1003509908914566, 0.06050468236207962, -0.03816207870841026, -0.03508272394537926, -0.02396152913570404, -0.038101986050605774, 0.18200062215328217, -0.06471812725067139, 0.09010782837867737, 0.007855793461203575, -0.14532987773418427, 0.18765203654766083, 0.06005239114165306, 0.14009946584701538, -0.05787850171327591, 0.07944382727146149, -0.037392523139715195, -0.010578866116702557, -0.010909941047430038, 0.03820093721151352, -0.04570210725069046, -0.10172567516565323, -0.12613971531391144, 0.005750179290771484, -0.07062815874814987, -0.0063926661387085915, 0.09422216564416885, 0.03559011220932007, -0.11792667955160141, 0.17922821640968323, 0.1239684447646141, -0.16765196621418, 0.027752993628382683, 0.0067281536757946014, -0.07038716971874237, 0.07884547114372253, -0.17146271467208862, -0.05904291570186615, 0.15625378489494324, 0.0038233695086091757, 0.10419652611017227, 0.03900368884205818, -0.060422275215387344, 0.05731138959527016, 0.081000916659832, -0.2115558534860611, -0.19541530311107635, 0.003455194877460599, -0.17810364067554474, 0.03802994266152382, 0.05546770617365837, 0.16015851497650146, -0.024158496409654617, -0.020046552643179893, -0.004457601811736822, 0.07891418039798737, -0.03924484923481941, -0.031501349061727524, 0.121841199696064, -0.029963253065943718, -0.09309609979391098, 0.05267367884516716, 0.050029002130031586, -0.09161266684532166, -0.014440812170505524, -0.026266757398843765, -0.06691855192184448, -0.0949319377541542, -0.15648914873600006, 0.0538102425634861, -0.1329934448003769, -0.01855255290865898, -0.09012939035892487, -0.03393884375691414, -0.07356272637844086, 0.07332757115364075, 0.056526973843574524, 0.02765885926783085, -0.061850108206272125, -0.09724370390176773, 0.01627468690276146, 0.05739499256014824, -0.07974589616060257, -0.023246875032782555, -0.0297221802175045, -0.17619691789150238, -0.014702599495649338, 0.0038520172238349915, -0.02771197445690632, 0.0182962566614151, -0.15522724390029907, 0.00768647063523531, -0.09332514554262161, 0.001992763252928853, -0.10794481635093689, 0.03703461214900017, 0.017583472654223442, -0.04737914726138115, -0.052232421934604645, 0.024565519765019417, -0.05018477886915207, 0.05547125265002251, 0.030441513285040855, 0.0809442400932312, -0.18640048801898956, -0.05469813197851181, 0.07961045950651169, -0.010984853841364384, 0.06635737419128418, -0.02927200309932232, -0.09321267157793045, 0.02598031982779503, -0.15790005028247833, 0.03707814961671829, 0.048462774604558945, 0.04375407099723816, 0.05192853510379791, -0.1505289524793625, 0.004308174829930067, 0.10143275558948517, 0.05700627714395523, 0.017932506278157234, 0.10966856777667999, -0.08006183803081512, -0.035652320832014084, 0.012245911173522472, -0.2049272060394287, 0.013087950646877289, -0.05903642624616623, 0.12284573167562485, -0.008387078531086445, 0.10763189196586609, 0.04613055661320686, -0.0288230050355196, -0.01705763302743435, 0.02631932683289051, 0.016051888465881348, -0.083834707736969, -0.17038221657276154, -0.0664786696434021, 0.024478338658809662, -0.08302398771047592, 0.3452191948890686, 0.009137547574937344, -0.1488262116909027, -0.011613447219133377, 0.05976724997162819, 0.03377861529588699, 0.07438241690397263, 0.18065184354782104, -0.012882497161626816, -0.011364256963133812, -0.13450174033641815, 0.08429092168807983, -0.026240834966301918, 0.08651548624038696, 0.033323027193546295, 0.01238526962697506, 0.05728884041309357, 0.017700452357530594, 0.07282598316669464, 0.04491938650608063, 0.0538770966231823, -0.05045190826058388, 0.17058543860912323, 0.022696515545248985, 0.01267726719379425, -0.03429611772298813, 0.189286008477211, -0.05511320382356644, 0.03220469504594803, -0.06602836400270462, -0.10157143324613571, -0.1294085681438446, -0.0035641880240291357, -0.07772084325551987, -0.021421052515506744, -0.001644073985517025, -0.1549360156059265, -0.051641643047332764, 0.09529860317707062, 0.04560935124754906, -0.06311182677745819, -0.009720330126583576, 0.07388923317193985, 0.04917551204562187, 0.03991943970322609, 0.029493624344468117, -0.02234021946787834, -0.11379949748516083, 0.05121521279215813, -0.1361834555864334, -0.06775441765785217, -0.04464675113558769, 0.0464455783367157, -0.004556336440145969, -0.024075869470834732, -0.07674263417720795, -0.027076173573732376, -0.05410449951887131, 0.044882502406835556, -0.012093794532120228, 0.16762706637382507, 0.05726129561662674, 0.02123192511498928, 0.05428207665681839, 0.0931951031088829, 0.032620273530483246, 0.06592392921447754, -0.10405445843935013, 0.13878749310970306, -0.09759990870952606, 0.07600554823875427, 0.043989673256874084, -0.07384594529867172, 0.0556928925216198, 0.23634012043476105, 0.32621219754219055, -0.18396995961666107, -0.0020763701759278774, 0.03331400826573372, 0.029310161247849464, 0.06929231435060501, 0.01441275980323553, 0.044486988335847855, 0.15800607204437256, -0.05849241465330124, -0.07650383561849594, -0.12328845262527466, -0.03792305290699005, -0.01338078361004591, 0.07634620368480682, 0.08258582651615143, -0.024495365098118782, -0.10890089720487595, 0.1106303408741951, -0.029288850724697113, -0.03683962672948837, 0.07706672698259354, -0.10757497698068619, -0.05413912609219551, -0.0073378137312829494, -0.07049594819545746, -0.060470160096883774, 0.07025200128555298, -0.08934056013822556, -0.012320281006395817, -0.01745816506445408, 0.07834205776453018, -0.1800720989704132, 0.07597962766885757, 0.1347430944442749, 0.020309794694185257, 0.069023497402668, 0.007342728320509195, 0.10131776332855225, 0.10459621250629425, 0.009647360071539879, -0.11033262312412262, 0.0478447750210762, 0.09230456501245499, 0.08277570456266403, -0.04898827150464058, -0.11680272966623306, 0.051140595227479935, 0.006534971296787262, 0.0853186696767807, 0.04153253138065338, 0.009700767695903778, 0.13100816309452057, -0.037560880184173584, -0.0933181643486023, 0.025272589176893234, -0.14187492430210114, 0.07050705701112747, 0.03500102460384369, -0.0369604229927063, -0.04007194936275482, 0.001231631264090538, 0.04980507120490074, 0.03040558472275734, -0.10040557384490967, 0.026841048151254654, 0.028710320591926575, -0.004803907126188278, 0.12392643839120865, 0.08077509701251984, -0.19030465185642242, 0.023734811693429947, -0.03509753197431564, 0.01325370091944933, -0.05559341982007027, 0.022137930616736412, 0.11819353699684143, 0.005072006024420261, -0.018401769921183586, -0.1825815588235855, 0.011438407935202122, -0.0712970420718193, 0.010019124485552311, -0.06803826242685318 ]
bace4f31335e6fd578adce5c71aa3f3fcabd5fa8
# Dataset Card for "davinci-pairwise-filtered" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/davinci-pairwise-filtered
[ "region:us" ]
2023-02-08T21:53:36+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1517383530, "num_examples": 93540}, {"name": "test", "num_bytes": 123825205, "num_examples": 14391}], "download_size": 316920124, "dataset_size": 1641208735}}
2023-02-08T21:53:56+00:00
[]
[]
TAGS #region-us
# Dataset Card for "davinci-pairwise-filtered" More Information needed
[ "# Dataset Card for \"davinci-pairwise-filtered\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"davinci-pairwise-filtered\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"davinci-pairwise-filtered\"\n\nMore Information needed" ]
[ -0.09819845110177994, 0.14631915092468262, -0.0062253144569695, 0.002127749612554908, 0.049481045454740524, 0.05163319781422615, 0.13765482604503632, 0.07129561901092529, 0.10983575880527496, -0.030054913833737373, 0.06088646873831749, 0.07794536650180817, 0.02555723860859871, 0.2678224742412567, -0.06730915606021881, -0.09954778850078583, 0.07277723401784897, 0.026591015979647636, -0.0066410256549716, 0.08184923976659775, 0.04721083119511604, -0.06158778443932533, 0.04773067682981491, -0.10654217004776001, -0.11822748929262161, 0.024526027962565422, 0.004085556138306856, -0.033811043947935104, 0.03878596052527428, -0.032708145678043365, 0.1776357740163803, 0.028540829196572304, -0.041592299938201904, -0.14854095876216888, 0.03271245211362839, 0.07350268214941025, -0.06010318174958229, 0.06303499639034271, 0.058726709336042404, -0.08173095434904099, -0.12191604822874069, 0.03535586968064308, 0.052822358906269073, -0.022146737203001976, -0.11416005343198776, -0.18833616375923157, -0.139827162027359, -0.07093262672424316, 0.0839199349284172, -0.07282592356204987, 0.04348978027701378, 0.06327851861715317, -0.12251614034175873, 0.04271179437637329, 0.013294600881636143, -0.05696657672524452, 0.04010863974690437, 0.07445037364959717, -0.034860167652368546, 0.08817099034786224, -0.04398062080144882, 0.09318945556879044, 0.058242831379175186, -0.03872353211045265, 0.02376175858080387, -0.03539475426077843, -0.05341349169611931, 0.06192047521471977, -0.012534637935459614, -0.08701585978269577, 0.2279508262872696, -0.002789260121062398, -0.007774956524372101, -0.049131106585264206, -0.03810763731598854, -0.0292300283908844, -0.009608200751245022, 0.06699629873037338, -0.000731661100871861, 0.029272839426994324, 0.027828330174088478, 0.008842583745718002, -0.08826755732297897, -0.11867398768663406, -0.18610337376594543, 0.16513633728027344, -0.025377469137310982, 0.12970872223377228, -0.17374885082244873, 0.014323405921459198, 0.05649049952626228, -0.021804090589284897, 0.003962755668908358, -0.11029703915119171, -0.05309848114848137, -0.015335972420871258, -0.03878241032361984, 0.1186729297041893, 0.05230478197336197, 0.1352899670600891, -0.014178154058754444, 0.07163862884044647, -0.0031982152722775936, 0.07369981706142426, 0.1794341504573822, -0.18401511013507843, -0.013675081543624401, 0.0627884715795517, -0.0402626134455204, -0.12003368884325027, 0.004269864875823259, -0.0974448099732399, -0.029033193364739418, 0.039959218353033066, -0.07486920803785324, 0.12487920373678207, -0.04006855934858322, -0.08616451919078827, -0.07646465301513672, -0.06363971531391144, 0.18908224999904633, -0.09434192627668381, 0.02973954565823078, -0.008312942460179329, -0.005005624610930681, -0.051262401044368744, -0.15236447751522064, -0.03219665214419365, 0.05147674307227135, 0.10422800481319427, -0.06587042659521103, 0.00537688797339797, -0.04895731434226036, -0.05968860909342766, 0.041840288788080215, -0.2357240468263626, 0.055301133543252945, -0.11226440966129303, -0.2182551473379135, 0.046288181096315384, 0.03190237656235695, -0.03845746070146561, 0.17158985137939453, 0.04676278308033943, 0.10748214274644852, 0.01210949756205082, -0.0437174066901207, 0.04613584652543068, -0.08345270156860352, 0.05693192034959793, -0.037858810275793076, 0.11813782900571823, -0.2003391534090042, 0.017668837681412697, -0.09614436328411102, 0.06592639535665512, -0.014844159595668316, 0.06301998347043991, -0.1336027830839157, 0.002220607129856944, -0.06910151988267899, 0.012063130736351013, -0.1579950749874115, 0.02768249437212944, -0.01833859458565712, 0.05377763509750366, -0.33706972002983093, -0.050203051418066025, 0.11105102300643921, -0.17511530220508575, -0.10458426922559738, 0.026865530759096146, -0.06956607103347778, -0.021976342424750328, 0.052791111171245575, 0.27619799971580505, 0.12055520713329315, 0.012498480267822742, 0.021590853109955788, 0.13557115197181702, -0.16686023771762848, -0.12464229017496109, 0.060836244374513626, -0.012522807344794273, -0.11942204087972641, 0.008497576229274273, 0.1153709813952446, 0.013495126739144325, -0.07778587192296982, -0.07524000108242035, 0.0470297634601593, -0.09351702779531479, 0.1265430450439453, 0.007429332938045263, 0.007057179231196642, -0.012387193739414215, 0.1520754098892212, -0.0220315121114254, 0.09317885339260101, -0.015011770650744438, -0.029181020334362984, -0.06372082978487015, 0.1531214714050293, -0.10601107776165009, 0.004480393137782812, -0.227461576461792, -0.03999055549502373, 0.0022332866210490465, 0.004572614561766386, -0.029137002304196358, -0.009425965137779713, 0.05420845001935959, -0.05144669488072395, -0.017573246732354164, 0.03536626324057579, 0.12349250167608261, 0.04573693498969078, 0.0003370770427864045, -0.01786106452345848, 0.003502309788018465, -0.09168964624404907, 0.02995103783905506, -0.0335879810154438, -0.059625569730997086, 0.15793092548847198, 0.050009939819574356, 0.0794161707162857, -0.015596792101860046, 0.07204971462488174, 0.030351916328072548, 0.015046000480651855, -0.06565086543560028, 0.03713632747530937, -0.05655038356781006, 0.04236819967627525, -0.010309798642992973, -0.04911041259765625, 0.19152267277240753, 0.123928003013134, -0.09337572008371353, 0.015034331008791924, -0.0733364075422287, 0.0659259706735611, -0.004660589154809713, -0.11481884866952896, 0.07074173539876938, -0.13316042721271515, -0.04941606521606445, 0.03678850084543228, -0.06840293854475021, 0.04384999722242355, 0.03573859483003616, -0.019984262064099312, -0.10753775388002396, 0.008641530759632587, 0.04752406105399132, -0.25265246629714966, 0.12792526185512543, 0.20222005248069763, 0.15911518037319183, 0.12711401283740997, -0.04811292141675949, -0.08926793187856674, 0.025404933840036392, -0.014642725698649883, -0.05448237434029579, 0.15234090387821198, 0.0450383722782135, 0.020535901188850403, 0.0811251774430275, 0.015798699110746384, 0.07370476424694061, -0.10836063325405121, -0.06603919714689255, -0.010770929045975208, -0.039704982191324234, -0.17662109434604645, 0.01753024198114872, -0.028839703649282455, 0.05082082375884056, -0.010897637344896793, -0.02473084256052971, 0.14916518330574036, -0.029820701107382774, -0.024889571592211723, 0.09191621840000153, -0.17276892066001892, -0.3639463782310486, -0.04499238356947899, -0.13277050852775574, 0.05147663876414299, 0.08788951486349106, -0.041614431887865067, -0.06465093791484833, -0.04667080193758011, 0.02240685559809208, -0.11877000331878662, -0.09916906803846359, -0.00819694995880127, -0.005271677393466234, 0.004140613134950399, -0.02875172719359398, -0.0579933226108551, 0.06974012404680252, -0.04493572190403938, 0.1992826610803604, 0.13527457416057587, -0.08577181398868561, 0.13873441517353058, 0.10320981591939926, -0.027209622785449028, 0.06860673427581787, -0.03714834898710251, 0.12364424765110016, -0.08456561714410782, -0.06414355337619781, 0.0576639249920845, -0.033093489706516266, 0.02336912229657173, 0.0597982294857502, 0.05114052817225456, -0.1401979625225067, -0.03436603769659996, -0.0018451242940500379, -0.1707092970609665, -0.16196922957897186, -0.16989591717720032, -0.0572563000023365, 0.01021815836429596, 0.1002306118607521, 0.061842918395996094, -0.03699805215001106, 0.10541952401399612, 0.022974491119384766, 0.013635264709591866, -0.07533629983663559, -0.03350130096077919, -0.011516153812408447, -0.00689873518422246, -0.00041753798723220825, -0.12623772025108337, -0.00392362242564559, 0.1462930291891098, 0.18466641008853912, 0.24291573464870453, 0.11626701802015305, 0.1557447612285614, 0.04014302045106888, 0.09382142871618271, 0.15754592418670654, 0.15777325630187988, 0.07823370397090912, -0.013490764424204826, 0.011511743068695068, 0.019727017730474472, -0.0851980447769165, -0.058713335543870926, 0.06710852682590485, -0.1851009875535965, 0.016987929120659828, -0.05190389230847359, 0.039742063730955124, -0.07296611368656158, 0.06305219978094101, -0.16781660914421082, 0.08852418512105942, 0.03852692246437073, 0.14287075400352478, -0.10492265224456787, 0.06544578820466995, 0.12932956218719482, -0.0018660816131159663, 0.05934356898069382, -0.01672329567372799, 0.08181103318929672, -0.19180023670196533, -0.04188035801053047, -0.06600349396467209, -0.07839187234640121, -0.0065286895260214806, 0.09712494909763336, -0.15219925343990326, 0.20894478261470795, 0.03800174966454506, -0.027817776426672935, -0.09683268517255783, -0.06418280303478241, -0.041089583188295364, 0.034148309379816055, 0.11488324403762817, 0.03263435140252113, -0.09147266298532486, -0.18386466801166534, -0.027831459417939186, -0.05138051137328148, 0.1444164216518402, -0.00045768916606903076, -0.11795549839735031, 0.05958838388323784, 0.009040630422532558, -0.06500180065631866, -0.1659662276506424, -0.034885820001363754, -0.1475006490945816, 0.050759367644786835, 0.08319227397441864, -0.1575043499469757, 0.02422470413148403, -0.0020861178636550903, -0.09464823454618454, 0.06826579570770264, -0.04631922394037247, -0.05952693149447441, -0.11908996850252151, -0.04866316542029381, 0.12335847318172455, 0.017029447481036186, 0.05132642388343811, 0.05960443988442421, 0.038495201617479324, -0.006525620352476835, -0.180206760764122, 0.08085071295499802, -0.07164651155471802, 0.11965221166610718, -0.08202709257602692, 0.09713852405548096, -0.03450480476021767, -0.021192610263824463, 0.033297814428806305, -0.021258128806948662, 0.00027380138635635376, -0.06372090429067612, 0.1319388449192047, -0.0631212368607521, 0.04848191887140274, 0.23998689651489258, 0.08403688669204712, 0.008662523701786995, 0.06629978120326996, 0.012488900683820248, 0.11439035832881927, 0.0871192142367363, -0.05632226541638374, 0.2349242866039276, 0.2251654416322708, -0.007191639859229326, -0.20425844192504883, -0.05242838338017464, -0.18581195175647736, -0.029547810554504395, 0.040399398654699326, -0.24329069256782532, 0.010932612232863903, 0.10804544389247894, -0.050707679241895676, 0.29756489396095276, -0.06964822113513947, -0.009078041650354862, 0.19751736521720886, 0.0625455379486084, 0.28258347511291504, -0.05530386418104172, -0.1264742612838745, -0.11934276670217514, -0.11963244527578354, 0.1715901643037796, -0.08681631833314896, 0.03366982564330101, 0.03680805489420891, 0.026674743741750717, -0.02352314628660679, -0.015095853246748447, 0.1960366815328598, 0.05114224925637245, 0.15250715613365173, -0.07699953764677048, -0.040869053453207016, 0.10450682789087296, -0.01024825219064951, -0.019404351711273193, 0.06654755771160126, 0.059801872819662094, -0.08137253671884537, -0.02944585680961609, 0.04800381883978844, -0.05553225055336952, 0.08146728575229645, -0.04474451765418053, -0.04080687090754509, 0.008789083920419216, -0.08666503429412842, -0.005254986230283976, 0.0837642177939415, 0.022360796108841896, -0.03756677359342575, 0.004886516369879246, 0.09119748324155807, -0.13752838969230652, -0.04571941867470741, -0.12494026869535446, -0.07192017138004303, 0.12360730022192001, -0.14740805327892303, 0.08810824900865555, 0.047825105488300323, 0.029994474723935127, 0.06324919313192368, 0.05114012956619263, -0.0030449575278908014, 0.0294483695179224, 0.13918696343898773, -0.13866636157035828, -0.01055335346609354, 0.10344094038009644, -0.06267809867858887, 0.04003230482339859, 0.09277867525815964, 0.015056316740810871, 0.12640966475009918, -0.010589650832116604, -0.011032245121896267, 0.04372845217585564, -0.03017479181289673, 0.15340609848499298, 0.06511590629816055, 0.049575526267290115, -0.2111998051404953, 0.21041791141033173, 0.01934022828936577, -0.05709049478173256, -0.02106180414557457, -0.09979842603206635, -0.14203090965747833, -0.09479372948408127, -0.12788425385951996, 0.12284738570451736, 0.06780820339918137, -0.1502392441034317, 0.05745980516076088, -0.05967863276600838, 0.0327211394906044, 0.050645262002944946, 0.06947193294763565, 0.16886793076992035, -0.018815282732248306, -0.05960838124155998, -0.004687056411057711, -0.09316735714673996, -0.051972754299640656, 0.018286287784576416, -0.11037613451480865, -0.14250406622886658, -0.03978966549038887, 0.12760786712169647, -0.09581851214170456, -0.09125109016895294, -0.0333733893930912, 0.08960998058319092, -0.16718660295009613, 0.0923629179596901, -0.04540565237402916, 0.02109079249203205, 0.004101846367120743, 0.06160321459174156, -0.011663699522614479, -0.037160832434892654, -0.07877164334058762, 0.10626725852489471, 0.03899324685335159, -0.0019723777659237385, -0.07007794082164764, -0.004025079309940338, 0.034463752061128616, 0.05520424619317055, 0.12387727946043015, 0.1225256696343422, 0.014827124774456024, 0.014941021800041199, -0.13692952692508698, -0.1728387326002121, 0.09658263623714447, 0.034576766192913055, 0.013959781266748905, -0.00621839752420783, -0.00029081798857077956, 0.08130460232496262, -0.0598517470061779, 0.049959447234869, -0.02153937891125679, -0.07117881625890732, 0.002724496414884925, -0.1857306808233261, -0.06033241003751755, -0.030369950458407402, -0.03651690483093262, 0.19147686660289764, 0.05158216506242752, 0.03259871155023575, 0.0984114333987236, -0.027887629345059395, 0.017044594511389732, -0.03194171190261841, -0.014515896327793598, -0.13413672149181366, -0.03873058408498764, 0.05720118060708046, 0.04102908447384834, -0.051470380276441574, 0.42896372079849243, -0.004943735431879759, -0.0823947936296463, -0.05819625407457352, 0.11490069329738617, -0.06126595661044121, 0.041700560599565506, 0.33428865671157837, 0.08427248895168304, -0.07812035828828812, -0.04627350717782974, 0.036511313170194626, 0.01676815375685692, 0.23541828989982605, 0.005043994169682264, 0.1208757609128952, -0.0032355785369873047, -0.01321818120777607, -0.039537493139505386, -0.05519979074597359, 0.02168179862201214, 0.010019639506936073, -0.0513923242688179, -0.022604430094361305, 0.10845357924699783, -0.15998029708862305, 0.05128443241119385, -0.03998444601893425, 0.04708635061979294, 0.004785895347595215, -0.07032320648431778, -0.06063509359955788, -0.2217036932706833, -0.0273729395121336, -0.03562971577048302, 0.0318450964987278, -0.04135485365986824, -0.039861585944890976, 0.2601774036884308, 0.05178198590874672, 0.017412254586815834, 0.08257137984037399, -0.1262081265449524, 0.03940780833363533, 0.05500759929418564, -0.01968221552670002, -0.05768798664212227, 0.02245708927512169, -0.13376566767692566, 0.05078018456697464, -0.0578695610165596, -0.025791393592953682, -0.045520760118961334, 0.10846702009439468, 0.03799096867442131, -0.12274185568094254, -0.06962643563747406, -0.07911743968725204, 0.05592920258641243, -0.05190742388367653, 0.12980546057224274, 0.05032924935221672, 0.051716577261686325, 0.053869299590587616, 0.12682481110095978, 0.031126366928219795, 0.04821775108575821, -0.046537451446056366, -0.06320010870695114, -0.0351470410823822, 0.12339849025011063, 0.02710801176726818, -0.07755523175001144, 0.005811490584164858, 0.14167210459709167, 0.23240116238594055, -0.08242475241422653, 0.003945315722376108, -0.013605904765427113, 0.04146910458803177, 0.05240423232316971, 0.16922415792942047, -0.03260071203112602, 0.07261577993631363, -0.003082301700487733, -0.14591090381145477, -0.003307852428406477, -0.0560225248336792, -0.03599059581756592, 0.011448274366557598, 0.033324915915727615, -0.037773288786411285, -0.12431930750608444, 0.1407759040594101, -0.13649140298366547, 0.09136996418237686, 0.1243617907166481, -0.021331384778022766, -0.06891454756259918, -0.01736239716410637, 0.06802443414926529, 0.030072877183556557, -0.030526557937264442, -0.09509348124265671, 0.02083798311650753, -0.06507556885480881, 0.024409426376223564, -0.25851553678512573, -0.1473706066608429, 0.006871209014207125, 0.05994367226958275, 0.03735321760177612, -0.013923101127147675, 0.145849347114563, 0.007734488230198622, 0.05733003839850426, -0.06211415305733681, 0.09443022310733795, -0.03167489916086197, 0.062074847519397736, 0.0007929668645374477, 0.10887552797794342, -0.04839015752077103, -0.11112814396619797, 0.08900038152933121, 0.04264514520764351, -0.039188940078020096, 0.060799576342105865, 0.025852233171463013, 0.019554976373910904, -0.004699646960943937, -0.06373658031225204, 0.1023053452372551, -0.0397874116897583, 0.009358793497085571, 0.021676117554306984, 0.04160367324948311, 0.08260835707187653, -0.006255281623452902, -0.18539376556873322, -0.07482486963272095, 0.013403601013123989, -0.1163940504193306, 0.10055337101221085, -0.020792385563254356, -0.05919155851006508, 0.06740432232618332, -0.10056758671998978, -0.008325673639774323, 0.005792871117591858, 0.04712230712175369, 0.09274429827928543, 0.08133063465356827, -0.057429809123277664, -0.06742282211780548, 0.06364434212446213, -0.006588485091924667, -0.018843891099095345, -0.08966927975416183 ]
0fafedf499065581e10240291bab20dba8b2d33d
# Dataset Card for "combined-pairwise" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/combined-pairwise
[ "region:us" ]
2023-02-08T22:12:32+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1636100193, "num_examples": 201282}, {"name": "test", "num_bytes": 131387387, "num_examples": 21151}], "download_size": 453248009, "dataset_size": 1767487580}}
2023-02-08T22:12:56+00:00
[]
[]
TAGS #region-us
# Dataset Card for "combined-pairwise" More Information needed
[ "# Dataset Card for \"combined-pairwise\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"combined-pairwise\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"combined-pairwise\"\n\nMore Information needed" ]
[ -0.12448243796825409, 0.1477414071559906, -0.0036599384620785713, -0.001923831063322723, 0.058179840445518494, 0.170103520154953, 0.20076458156108856, 0.09464327991008759, 0.11090027540922165, -0.06281669437885284, 0.04531514272093773, 0.016720186918973923, 0.06336743384599686, 0.20920680463314056, -0.04952472820878029, -0.08687873929738998, 0.05192222446203232, 0.05002261698246002, -0.12422846257686615, 0.024461951106786728, 0.04182284697890282, -0.020274460315704346, 0.007588902488350868, -0.10548555850982666, -0.18654607236385345, 0.02014787308871746, -0.052757639437913895, 0.021749215200543404, 0.07607753574848175, -0.04073788970708847, 0.1955755054950714, 0.06370075047016144, -0.021667558699846268, -0.15996600687503815, 0.02610529400408268, -0.004350706003606319, -0.0755908340215683, 0.04107345640659332, 0.07937172800302505, -0.11481200903654099, -0.17817531526088715, 0.051752958446741104, 0.056770794093608856, 0.0002835734048858285, -0.13003315031528473, -0.25382837653160095, -0.14739570021629333, -0.060473524034023285, 0.021013803780078888, -0.11954648792743683, 0.07275299727916718, 0.04927915334701538, -0.0784849226474762, 0.01941497251391411, -0.07372191548347473, -0.06500930339097977, 0.0619921013712883, 0.21005932986736298, -0.060135163366794586, 0.09367204457521439, 0.00013548179413191974, 0.03996598720550537, 0.06994945555925369, -0.02358725294470787, -0.06446783244609833, -0.01981286145746708, -0.18162447214126587, 0.09738306701183319, -0.045055534690618515, -0.06536869704723358, 0.2872924208641052, 0.0010037767933681607, 0.04089456796646118, -0.045159272849559784, -0.0310979001224041, -0.002733322326093912, -0.018837394192814827, 0.04919853061437607, 0.026606958359479904, 0.022146224975585938, 0.05312899500131607, 0.009440512396395206, -0.09862155467271805, -0.1100311130285263, -0.227254718542099, 0.0532490536570549, -0.03626052662730217, 0.16153940558433533, -0.18964584171772003, -0.013991890475153923, -0.09742547571659088, 0.0031704851426184177, 0.007192205172032118, -0.11029985547065735, -0.08305224776268005, -0.01634172536432743, -0.042130470275878906, -0.02840581350028515, 0.14437364041805267, 0.09213399142026901, 0.08773984014987946, 0.06084536761045456, -0.07965751737356186, 0.09117709845304489, 0.2236463874578476, -0.1451246440410614, -0.014798257499933243, -0.020899008959531784, -0.09156323969364166, -0.11549515277147293, -0.03931259363889694, -0.09031815081834793, -0.11152534931898117, 0.045596662908792496, -0.12798665463924408, 0.08627605438232422, -0.008710934780538082, -0.10345881432294846, -0.09520518779754639, -0.059011586010456085, 0.15477800369262695, -0.0721583440899849, 0.039904072880744934, -0.013109246268868446, -0.018368950113654137, 0.0059775710105896, -0.08861050009727478, 0.01894932985305786, 0.11387506127357483, 0.04628223553299904, -0.04163537174463272, -0.008465479128062725, -0.08147437125444412, -0.022313080728054047, 0.09228172898292542, -0.21241232752799988, 0.04796493798494339, -0.08010924607515335, -0.19516310095787048, 0.037779100239276886, 0.03921770304441452, -0.055593110620975494, 0.1822884976863861, -0.03457583859562874, 0.1952848732471466, -0.0019711966160684824, -0.06047862023115158, 0.12617024779319763, -0.07662889361381531, 0.027617495507001877, -0.060752592980861664, 0.08493272960186005, -0.23011960089206696, 0.03701929375529289, -0.10519207268953323, 0.053342994302511215, 0.047674257308244705, 0.08561675995588303, -0.11787099391222, -0.009753911755979061, -0.06297200918197632, 0.06804333627223969, -0.12748561799526215, 0.025757459923624992, -0.021356942132115364, 0.015282788313925266, -0.2499038279056549, -0.05648404732346535, 0.16605816781520844, -0.16649243235588074, -0.18822291493415833, 0.012598631903529167, -0.04716361314058304, 0.06789091229438782, -0.027210304513573647, 0.2746543288230896, 0.1816030591726303, 0.047001875936985016, 0.030044328421354294, 0.1761266589164734, -0.15753883123397827, -0.2172093391418457, 0.08308902382850647, -0.012753898277878761, -0.13730479776859283, 0.034546129405498505, 0.19913436472415924, 0.033798083662986755, -0.05988450348377228, -0.07940851897001266, 0.020540080964565277, -0.13163122534751892, 0.10286585986614227, -0.001523683313280344, 0.002705940045416355, -0.01603836379945278, 0.18740111589431763, 0.05851387232542038, 0.11591455340385437, -0.024922210723161697, -0.03761279955506325, -0.012071413919329643, 0.0715409591794014, -0.1550878882408142, -0.02157742902636528, -0.19062849879264832, -0.1868964284658432, 0.009062681347131729, -0.05794346332550049, -0.004852638579905033, 0.08774504065513611, 0.08801955729722977, -0.030486294999718666, -0.016840027645230293, 0.076053686439991, 0.1401013433933258, 0.05823967978358269, 0.028572440147399902, -0.04440722614526749, 0.003818801138550043, -0.12265174090862274, 0.06691154837608337, 0.056443408131599426, -0.052461639046669006, 0.0878918468952179, 0.10374755412340164, -0.00030322300153784454, 0.026700960472226143, 0.059706687927246094, 0.04802165552973747, -0.0026200413703918457, -0.028568502515554428, 0.07162167876958847, -0.03049362078309059, -0.06829538941383362, 0.04724031314253807, -0.03408079966902733, 0.09086538106203079, 0.09597838670015335, -0.04183502495288849, 0.036841992288827896, -0.1277085691690445, 0.03202175721526146, -0.03505629673600197, -0.08093149214982986, 0.060763344168663025, -0.13132105767726898, -0.01881229318678379, 0.052174605429172516, -0.056544240564107895, 0.03651956096291542, 0.03778954967856407, -0.009942544624209404, -0.14245963096618652, 0.004527338780462742, 0.1251288503408432, -0.2612367868423462, 0.18568676710128784, 0.16810312867164612, 0.16749534010887146, 0.1736416220664978, -0.049286339432001114, -0.06977903097867966, -0.020874204114079475, -0.03903182968497276, -0.08787684142589569, 0.18014129996299744, -0.03264569491147995, 0.04511797055602074, 0.13957074284553528, 0.06750088185071945, 0.11476406455039978, -0.12591423094272614, -0.07245231419801712, -0.016324358060956, -0.00017072375339921564, -0.14001232385635376, 0.020494338124990463, 0.01538793183863163, 0.07605057209730148, 0.023912329226732254, -0.018253538757562637, 0.18045708537101746, -0.020298590883612633, -0.05032029002904892, 0.07870493829250336, -0.19724570214748383, -0.3110203444957733, -0.05490899831056595, -0.16443106532096863, 0.003544527804479003, 0.03569246083498001, -0.021869320422410965, -0.04137721285223961, -0.0057080392725765705, 0.07504462450742722, -0.07966560870409012, -0.1729620099067688, -0.030240682885050774, -0.04026016220450401, 0.04836064204573631, -0.07912527769804001, -0.1265975832939148, 0.05147136002779007, -0.025322088971734047, 0.1468600183725357, 0.16106785833835602, -0.09693633764982224, 0.12262097001075745, 0.12512609362602234, -0.017869263887405396, 0.06338819116353989, -0.0763058140873909, -0.03993382304906845, -0.05615150183439255, -0.09075865149497986, 0.06874334067106247, -0.048266906291246414, 0.04657765477895737, 0.06357165426015854, 0.08621834963560104, -0.12396330386400223, -0.05575795844197273, -0.0634806677699089, -0.16955861449241638, -0.23949426412582397, -0.16482874751091003, -0.07977031916379929, 0.1525748372077942, 0.0708695575594902, 0.04165458679199219, -0.07976115494966507, 0.08477632701396942, 0.09225448220968246, -0.013756862841546535, -0.14015141129493713, -0.05752033367753029, -0.01511418353766203, -0.024300118908286095, 0.0031355409882962704, -0.15018007159233093, -0.003034706227481365, 0.14161290228366852, 0.26926204562187195, 0.18713738024234772, 0.11952216923236847, 0.12095382809638977, 0.05589640140533447, 0.14176154136657715, 0.1280842125415802, 0.15980687737464905, 0.05935358628630638, 0.02590665966272354, 0.015983158722519875, 0.042101673781871796, -0.04417796805500984, -0.025802381336688995, 0.13553321361541748, -0.20339836180210114, 0.03508737310767174, -0.19233934581279755, 0.021626519039273262, -0.11563937366008759, 0.12698277831077576, -0.18333937227725983, 0.10108758509159088, 0.020487019792199135, 0.17967106401920319, -0.1225271224975586, 0.02454070933163166, 0.041603244841098785, -0.06997639685869217, 0.1408458799123764, 0.0017418655334040523, 0.07239684462547302, -0.12538139522075653, -0.08665851503610611, -0.032167889177799225, -0.10776083171367645, 0.008049891330301762, 0.1533205211162567, -0.16282711923122406, 0.19442765414714813, 0.023835301399230957, -0.11613456904888153, -0.08800189197063446, -0.029725220054388046, -0.0290363896638155, -0.0038772912230342627, 0.04783415421843529, 0.021490583196282387, -0.0925883874297142, -0.14219117164611816, -0.04526219889521599, -0.022060256451368332, 0.1427355259656906, -0.03034033626317978, -0.11098679900169373, 0.07113029062747955, -0.0066881547681987286, -0.044764868915081024, -0.21967807412147522, 0.011756970547139645, -0.15966375172138214, 0.0704287439584732, 0.03646010905504227, -0.10680732131004333, 0.06033485382795334, 0.0033297883346676826, -0.16188202798366547, 0.08978228271007538, -0.009539542719721794, -0.04173743724822998, -0.12272636592388153, -0.03854183107614517, 0.12597347795963287, 0.04654886946082115, 0.014111105352640152, 0.014354159124195576, 0.028029808774590492, -0.08098367601633072, -0.22992585599422455, 0.06905870884656906, -0.06811873614788055, 0.1263493150472641, -0.1249939501285553, 0.10566907376050949, -0.045890457928180695, 0.01036251150071621, -0.03130457550287247, 0.004222939256578684, -0.05086107552051544, -0.04263085499405861, 0.170989990234375, -0.06150571629405022, 0.14644673466682434, 0.29288408160209656, 0.06548838317394257, 0.06389246881008148, 0.11382383853197098, -0.03784101828932762, 0.18845364451408386, 0.09857334196567535, -0.08469726145267487, 0.24033671617507935, 0.15611298382282257, -0.031378041952848434, -0.2568487823009491, -0.045967552810907364, -0.1401493400335312, -0.024739203974604607, 0.011166578158736229, -0.2211337834596634, 0.021608375012874603, 0.1238613873720169, -0.04395047202706337, 0.23235024511814117, -0.10128835588693619, -0.027639536187052727, 0.1532471626996994, 0.01896725222468376, 0.25841009616851807, -0.06232551485300064, -0.08836092054843903, -0.07360788434743881, -0.12212137877941132, 0.25927048921585083, -0.09005486220121384, 0.036302242428064346, 0.015876997262239456, 0.07200288027524948, -0.03725922480225563, -0.03906577453017235, 0.20203028619289398, 0.047774787992239, 0.08016438782215118, -0.04451720416545868, -0.006236867047846317, 0.11045432835817337, -0.03662271052598953, 0.031029872596263885, 0.09441600739955902, 0.002883805660530925, -0.07809574902057648, -0.009571278467774391, 0.09668412804603577, -0.033384643495082855, 0.08688358217477798, -0.06732982397079468, -0.06528682261705399, -0.012608850374817848, -0.1196746826171875, -0.03633400425314903, 0.1372186839580536, 0.026692496612668037, -0.01673981174826622, 0.05146706849336624, 0.08265994489192963, -0.1170962005853653, -0.08521246910095215, -0.13456346094608307, -0.10928832739591599, 0.06290187686681747, -0.21785853803157806, 0.06140930950641632, 0.095443956553936, -0.0007842956692911685, 0.06111779063940048, 0.09344630688428879, -0.01988200470805168, 0.028067387640476227, 0.15995581448078156, -0.09516330063343048, -0.10594654828310013, 0.1012783870100975, -0.1195238009095192, -0.004031267948448658, 0.08680613338947296, 0.03540215268731117, 0.11058814823627472, -0.01547605823725462, -0.023218365386128426, 0.04908692091703415, -0.08381780982017517, 0.0835709199309349, 0.08530831336975098, 0.04254355654120445, -0.17507225275039673, 0.24322374165058136, 0.07380051910877228, -0.1577392965555191, -0.039204757660627365, -0.0708940252661705, -0.0993880033493042, -0.08794832229614258, -0.036886658519506454, 0.2866514325141907, -0.02248874120414257, -0.1752513200044632, 0.023357393220067024, -0.05181429907679558, 0.03357767313718796, 0.11310223489999771, 0.07790275663137436, 0.16886138916015625, 0.018935145810246468, -0.041122857481241226, -0.023077089339494705, -0.048277221620082855, -0.06566457450389862, 0.061458833515644073, -0.036645032465457916, -0.1534971445798874, -0.029921621084213257, 0.19039303064346313, -0.06857854872941971, -0.10793043673038483, -0.04998064413666725, 0.07615257054567337, -0.14722000062465668, 0.023451166227459908, 0.00500689959153533, 0.02236197516322136, 0.04480712115764618, 0.014095976017415524, 0.01657915487885475, -0.061334457248449326, -0.08713975548744202, 0.13434213399887085, 0.026521792635321617, 0.02151782251894474, -0.05509892851114273, -0.03448275476694107, 0.046125348657369614, 0.03175801783800125, 0.09362272173166275, 0.1334710568189621, 0.018915800377726555, 0.03555311635136604, -0.08722110837697983, -0.1571524292230606, 0.024444248527288437, 0.06665848195552826, 0.058577194809913635, -0.007493071723729372, -0.019664214923977852, 0.09184136986732483, -0.08559595793485641, 0.062392912805080414, -0.02312861569225788, -0.05280560627579689, 0.04808160290122032, -0.1976224035024643, -0.07291659712791443, -0.02153369039297104, -0.0840185210108757, 0.12190032750368118, 0.12883210182189941, -0.028666285797953606, 0.10455063730478287, 0.028455844148993492, -0.02780902571976185, -0.07679369300603867, -0.005622725002467632, -0.12536658346652985, -0.006106214597821236, 0.021285591647028923, 0.03172597661614418, -0.028039701282978058, 0.4926367402076721, -0.022030949592590332, -0.11025246232748032, -0.07229935377836227, 0.12496337294578552, -0.013838215731084347, 0.024747682735323906, 0.24992306530475616, 0.06987956911325455, -0.03957653418183327, -0.08847959339618683, 0.12674157321453094, -0.014797775074839592, 0.13560493290424347, 0.02463812567293644, 0.02785508707165718, 0.04951620101928711, -0.03659343346953392, 0.037480782717466354, -0.08701252192258835, 0.03704383596777916, -0.004196451511234045, 0.01809997484087944, -0.0413651242852211, 0.03762298449873924, -0.02734701707959175, -0.022753151133656502, -0.061976782977581024, 0.11665214598178864, -0.03139946237206459, -0.05901093780994415, -0.03496376797556877, -0.1001480370759964, -0.040442392230033875, -0.12338251620531082, 0.009043965488672256, -0.030075678601861, -0.06263481825590134, 0.32332897186279297, 0.07282436639070511, 0.05309627950191498, -0.016462741419672966, -0.09138889610767365, 0.09421731531620026, -0.008886263705790043, 0.005684277042746544, 0.017913084477186203, -0.016094135120511055, -0.12061338871717453, 0.05604388192296028, -0.03267531096935272, -0.010131195187568665, -0.0323459692299366, 0.15294089913368225, 0.022761281579732895, -0.13194763660430908, -0.06869726628065109, -0.059062086045742035, 0.042799584567546844, -0.0728025883436203, 0.007439375855028629, 0.04567906633019447, 0.09051810950040817, 0.05832111835479736, 0.0908692255616188, 0.03453940898180008, -0.0071815187111496925, -0.0586247444152832, 0.004477490205317736, -0.08702035993337631, 0.10477311909198761, 0.05845465138554573, -0.07780814915895462, -0.03674701601266861, 0.11857426166534424, 0.3097955584526062, -0.046218983829021454, -0.017811449244618416, 0.06783623993396759, 0.0367916002869606, 0.09288215637207031, 0.15575149655342102, -0.0180701594799757, 0.09907566756010056, -0.04332006350159645, -0.10414254665374756, -0.005071097984910011, -0.02856919914484024, 0.04041149094700813, 0.07151983678340912, 0.008197357878088951, -0.038434144109487534, -0.10046999901533127, 0.15215066075325012, -0.06433100253343582, 0.13971178233623505, 0.14261652529239655, -0.1059245765209198, -0.10408832132816315, -0.03625089302659035, 0.16096559166908264, -0.05233920365571976, -0.028147798031568527, -0.07898099720478058, -0.011515756137669086, -0.03034944273531437, -0.00972916278988123, -0.2934885621070862, -0.14790134131908417, -0.024126213043928146, 0.01940019056200981, 0.01483315322548151, -0.02554253116250038, 0.16269801557064056, 0.02368122525513172, 0.07729557901620865, -0.04529176279902458, 0.017707711085677147, -0.0058793602511286736, 0.11051345616579056, 0.0014839143259450793, 0.016536550596356392, -0.06683745980262756, -0.07649867236614227, 0.06967011839151382, -0.06948145478963852, -0.004256414715200663, 0.08176212012767792, -0.014503567479550838, 0.030275823548436165, -0.010773958638310432, -0.027819393202662468, 0.10968539118766785, -0.023303212597966194, 0.0008969951886683702, 0.009676639921963215, 0.005274872295558453, 0.0714535266160965, 0.007820536382496357, -0.032877400517463684, -0.06156472861766815, 0.03194756805896759, -0.12560898065567017, 0.11551269888877869, -0.007923159748315811, -0.07829651236534119, 0.0362425222992897, -0.04890704154968262, 0.03332007676362991, 0.007173967082053423, 0.04891534522175789, 0.09323714673519135, 0.06248028948903084, -0.0849526971578598, -0.07568317651748657, 0.06194424629211426, -0.03420165181159973, 0.0073684086091816425, -0.09316468238830566 ]
9635c1dc32c9a45e70e4373cf82e0c2e8fbe12c3
# Dataset Card for "Europarl-ST" ## Table of Contents - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Additional Information](#additional-information) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) ## Dataset Description - **Homepage:** https://www.mllp.upv.es/europarl-st/ - **Paper:** https://ieeexplore.ieee.org/document/9054626 - **Point of Contact:** https://www.mllp.upv.es/ ### Dataset Summary Europarl-ST is a Multilingual Speech Translation Corpus, that contains paired audio-text samples for Speech Translation, constructed using the debates carried out in the European Parliament in the period between 2008 and 2012. ### Languages Spanish, German, English, French, Dutch, Polish, Portuguese, Romanian, Italian ## Dataset Structure ### Data Fields - **original_audio:** The original speech that is heard on the recording. - **original_language:** The language of the audio - **audio_path:** Path to the audio file - **segment_start:** Second in which the speech begins - **segment_end:** Second in which the speech ends - **transcriptions:** Dictionary containing transcriptions into different languages ### Data Splits - **train split:** 116138 samples - **valid split:** 17538 samples - **test split:** 18901 samples Train set (hours): | src/tgt | en | fr | de | it | es | pt | pl | ro | nl | |---------|----|----|----|----|----|----|----|----|----| | en | - | 81 | 83 | 80 | 81 | 81 | 79 | 72 | 80 | | fr | 32 | - | 21 | 20 | 21 | 22 | 20 | 18 | 22 | | de | 30 | 18 | - | 17 | 18 | 18 | 17 | 17 | 18 | | it | 37 | 21 | 21 | - | 21 | 21 | 21 | 19 | 20 | | es | 22 | 14 | 14 | 14 | - | 14 | 13 | 12 | 13 | | pt | 15 | 10 | 10 | 10 | 10 | - | 9 | 9 | 9 | | pl | 28 | 18 | 18 | 17 | 18 | 18 | - | 16 | 18 | | ro | 24 | 12 | 12 | 12 | 12 | 12 | 12 | - | 12 | | nl | 7 | 5 | 5 | 4 | 5 | 4 | 4 | 4 | - | Valid/Test sets are all between 3 and 6 hours. ## Additional Information ### Licensing Information * The work carried out for constructing the Europarl-ST corpus is released under a Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0) * All rights of the data belong to the European Union and respective copyright holders. ### Citation Information If you use the corpus in your research please cite the following reference: @INPROCEEDINGS{jairsan2020a, author={J. {Iranzo-Sánchez} and J. A. {Silvestre-Cerdà} and J. {Jorge} and N. {Roselló} and A. {Giménez} and A. {Sanchis} and J. {Civera} and A. {Juan}}, booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, title={Europarl-ST: A Multilingual Corpus for Speech Translation of Parliamentary Debates}, year={2020}, pages={8229-8233},}
tj-solergibert/Europarl-ST
[ "task_categories:translation", "task_categories:text-to-speech", "size_categories:100K<n<1M", "language:es", "language:de", "language:en", "language:fr", "language:nl", "language:pl", "language:pt", "language:ro", "language:it", "license:cc-by-nc-4.0", "region:us" ]
2023-02-08T22:47:18+00:00
{"language": ["es", "de", "en", "fr", "nl", "pl", "pt", "ro", "it"], "license": "cc-by-nc-4.0", "size_categories": ["100K<n<1M"], "task_categories": ["translation", "text-to-speech"], "dataset_info": {"features": [{"name": "original_speech", "dtype": "string"}, {"name": "original_language", "dtype": "string"}, {"name": "audio_path", "dtype": "string"}, {"name": "segment_start", "dtype": "float32"}, {"name": "segment_end", "dtype": "float32"}, {"name": "transcriptions", "struct": [{"name": "de", "dtype": "string"}, {"name": "en", "dtype": "string"}, {"name": "es", "dtype": "string"}, {"name": "fr", "dtype": "string"}, {"name": "it", "dtype": "string"}, {"name": "nl", "dtype": "string"}, {"name": "pl", "dtype": "string"}, {"name": "pt", "dtype": "string"}, {"name": "ro", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 147857910, "num_examples": 116138}, {"name": "valid", "num_bytes": 21318985, "num_examples": 17538}, {"name": "test", "num_bytes": 22580968, "num_examples": 18901}], "download_size": 109205144, "dataset_size": 191757863}}
2023-02-09T10:22:06+00:00
[]
[ "es", "de", "en", "fr", "nl", "pl", "pt", "ro", "it" ]
TAGS #task_categories-translation #task_categories-text-to-speech #size_categories-100K<n<1M #language-Spanish #language-German #language-English #language-French #language-Dutch #language-Polish #language-Portuguese #language-Romanian #language-Italian #license-cc-by-nc-4.0 #region-us
Dataset Card for "Europarl-ST" ============================== Table of Contents ----------------- * Table of Contents * Dataset Description + Dataset Summary + Languages * Dataset Structure + Data Fields + Data Splits * Additional Information + Licensing Information + Citation Information Dataset Description ------------------- * Homepage: URL * Paper: URL * Point of Contact: URL ### Dataset Summary Europarl-ST is a Multilingual Speech Translation Corpus, that contains paired audio-text samples for Speech Translation, constructed using the debates carried out in the European Parliament in the period between 2008 and 2012. ### Languages Spanish, German, English, French, Dutch, Polish, Portuguese, Romanian, Italian Dataset Structure ----------------- ### Data Fields * original\_audio: The original speech that is heard on the recording. * original\_language: The language of the audio * audio\_path: Path to the audio file * segment\_start: Second in which the speech begins * segment\_end: Second in which the speech ends * transcriptions: Dictionary containing transcriptions into different languages ### Data Splits * train split: 116138 samples * valid split: 17538 samples * test split: 18901 samples Train set (hours): Valid/Test sets are all between 3 and 6 hours. Additional Information ---------------------- ### Licensing Information * The work carried out for constructing the Europarl-ST corpus is released under a Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0) * All rights of the data belong to the European Union and respective copyright holders. If you use the corpus in your research please cite the following reference: @INPROCEEDINGS{jairsan2020a, author={J. {Iranzo-Sánchez} and J. A. {Silvestre-Cerdà} and J. {Jorge} and N. {Roselló} and A. {Giménez} and A. {Sanchis} and J. {Civera} and A. {Juan}}, booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, title={Europarl-ST: A Multilingual Corpus for Speech Translation of Parliamentary Debates}, year={2020}, pages={8229-8233},}
[ "### Dataset Summary\n\n\nEuroparl-ST is a Multilingual Speech Translation Corpus, that contains paired audio-text samples for Speech Translation, constructed using the debates carried out in the European Parliament in the period between 2008 and 2012.", "### Languages\n\n\nSpanish, German, English, French, Dutch, Polish, Portuguese, Romanian, Italian\n\n\nDataset Structure\n-----------------", "### Data Fields\n\n\n* original\\_audio: The original speech that is heard on the recording.\n* original\\_language: The language of the audio\n* audio\\_path: Path to the audio file\n* segment\\_start: Second in which the speech begins\n* segment\\_end: Second in which the speech ends\n* transcriptions: Dictionary containing transcriptions into different languages", "### Data Splits\n\n\n* train split: 116138 samples\n* valid split: 17538 samples\n* test split: 18901 samples\n\n\nTrain set (hours):\n\n\n\nValid/Test sets are all between 3 and 6 hours.\n\n\nAdditional Information\n----------------------", "### Licensing Information\n\n\n* The work carried out for constructing the Europarl-ST corpus is released under a Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0)\n* All rights of the data belong to the European Union and respective copyright holders.\n\n\nIf you use the corpus in your research please cite the following reference:\n\n\n@INPROCEEDINGS{jairsan2020a,\nauthor={J. {Iranzo-Sánchez} and J. A. {Silvestre-Cerdà} and J. {Jorge} and N. {Roselló} and A. {Giménez} and A. {Sanchis} and J. {Civera} and A. {Juan}},\nbooktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},\ntitle={Europarl-ST: A Multilingual Corpus for Speech Translation of Parliamentary Debates},\nyear={2020},\npages={8229-8233},}" ]
[ "TAGS\n#task_categories-translation #task_categories-text-to-speech #size_categories-100K<n<1M #language-Spanish #language-German #language-English #language-French #language-Dutch #language-Polish #language-Portuguese #language-Romanian #language-Italian #license-cc-by-nc-4.0 #region-us \n", "### Dataset Summary\n\n\nEuroparl-ST is a Multilingual Speech Translation Corpus, that contains paired audio-text samples for Speech Translation, constructed using the debates carried out in the European Parliament in the period between 2008 and 2012.", "### Languages\n\n\nSpanish, German, English, French, Dutch, Polish, Portuguese, Romanian, Italian\n\n\nDataset Structure\n-----------------", "### Data Fields\n\n\n* original\\_audio: The original speech that is heard on the recording.\n* original\\_language: The language of the audio\n* audio\\_path: Path to the audio file\n* segment\\_start: Second in which the speech begins\n* segment\\_end: Second in which the speech ends\n* transcriptions: Dictionary containing transcriptions into different languages", "### Data Splits\n\n\n* train split: 116138 samples\n* valid split: 17538 samples\n* test split: 18901 samples\n\n\nTrain set (hours):\n\n\n\nValid/Test sets are all between 3 and 6 hours.\n\n\nAdditional Information\n----------------------", "### Licensing Information\n\n\n* The work carried out for constructing the Europarl-ST corpus is released under a Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0)\n* All rights of the data belong to the European Union and respective copyright holders.\n\n\nIf you use the corpus in your research please cite the following reference:\n\n\n@INPROCEEDINGS{jairsan2020a,\nauthor={J. {Iranzo-Sánchez} and J. A. {Silvestre-Cerdà} and J. {Jorge} and N. {Roselló} and A. {Giménez} and A. {Sanchis} and J. {Civera} and A. {Juan}},\nbooktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},\ntitle={Europarl-ST: A Multilingual Corpus for Speech Translation of Parliamentary Debates},\nyear={2020},\npages={8229-8233},}" ]
[ 97, 52, 32, 85, 56, 232 ]
[ "passage: TAGS\n#task_categories-translation #task_categories-text-to-speech #size_categories-100K<n<1M #language-Spanish #language-German #language-English #language-French #language-Dutch #language-Polish #language-Portuguese #language-Romanian #language-Italian #license-cc-by-nc-4.0 #region-us \n### Dataset Summary\n\n\nEuroparl-ST is a Multilingual Speech Translation Corpus, that contains paired audio-text samples for Speech Translation, constructed using the debates carried out in the European Parliament in the period between 2008 and 2012.### Languages\n\n\nSpanish, German, English, French, Dutch, Polish, Portuguese, Romanian, Italian\n\n\nDataset Structure\n-----------------### Data Fields\n\n\n* original\\_audio: The original speech that is heard on the recording.\n* original\\_language: The language of the audio\n* audio\\_path: Path to the audio file\n* segment\\_start: Second in which the speech begins\n* segment\\_end: Second in which the speech ends\n* transcriptions: Dictionary containing transcriptions into different languages### Data Splits\n\n\n* train split: 116138 samples\n* valid split: 17538 samples\n* test split: 18901 samples\n\n\nTrain set (hours):\n\n\n\nValid/Test sets are all between 3 and 6 hours.\n\n\nAdditional Information\n----------------------" ]
[ -0.1465071737766266, 0.1842922866344452, -0.0015161791816353798, 0.057057030498981476, -0.018980620428919792, -0.024982115253806114, 0.11772900074720383, 0.11216457933187485, 0.036264341324567795, 0.11574310809373856, 0.00650250306352973, -0.033562637865543365, 0.02719108760356903, 0.10343679040670395, -0.014777806587517262, -0.2688876986503601, 0.1208103746175766, -0.09249137341976166, -0.10849004983901978, 0.09526138007640839, 0.1427856981754303, -0.07134433090686798, -0.020218582823872566, -0.019054898992180824, -0.07043495774269104, 0.08273269236087799, -0.07719491422176361, -0.044012490659952164, 0.07841257005929947, 0.053449034690856934, 0.0400923490524292, 0.019025934860110283, 0.016160324215888977, -0.17481322586536407, 0.008393719792366028, 0.009523783810436726, 0.024858279153704643, 0.025327026844024658, 0.1243087500333786, -0.07527774572372437, 0.11837609112262726, 0.01986108161509037, 0.003456112463027239, 0.06894219666719437, -0.07972317934036255, -0.1470518857240677, -0.09577342867851257, 0.034833844751119614, 0.14978128671646118, 0.10159265995025635, -0.08675970882177353, 0.05217728018760681, -0.14887605607509613, 0.04639963433146477, 0.13834543526172638, -0.06627034395933151, -0.06832697987556458, -0.16204915940761566, 0.07612714916467667, 0.11549658328294754, -0.09026522189378738, -0.004535256884992123, 0.01253777276724577, 0.00374642014503479, -0.17639686167240143, -0.051333967596292496, -0.16852806508541107, -0.03185107931494713, -0.19382712244987488, -0.057567354291677475, 0.1425810307264328, 0.00359984184615314, -0.014226128347218037, -0.1341996043920517, -0.02242317795753479, -0.04593530297279358, -0.06542804837226868, 0.007435029372572899, -0.003970370162278414, -0.011435297317802906, 0.10516363382339478, 0.031360793858766556, -0.05971164628863335, -0.028657257556915283, 0.0016821331810206175, 0.15569967031478882, 0.03805094212293625, -0.003778597107157111, 0.0914316475391388, 0.06514693051576614, 0.013354805298149586, -0.09820561856031418, -0.004703247919678688, -0.0011960832634940743, -0.08547527343034744, -0.012606116011738777, 0.01699191704392433, -0.08244796842336655, 0.09009234607219696, 0.20393069088459015, -0.16696098446846008, -0.02549903653562069, -0.0416124053299427, 0.0415305458009243, 0.07657424360513687, 0.07950720936059952, -0.10127528756856918, -0.09753705561161041, -0.10739993304014206, -0.023487748578190804, -0.020406410098075867, 0.025413911789655685, -0.06893230974674225, 0.018968766555190086, -0.06306961178779602, 0.152718648314476, 0.10015872865915298, -0.044060539454221725, -0.05778709426522255, -0.059761591255664825, 0.09540140628814697, -0.14374710619449615, 0.027259893715381622, 0.06059907749295235, -0.04727954789996147, -0.033829204738140106, -0.11808579415082932, 0.07521548122167587, -0.13755425810813904, 0.13634292781352997, -0.02242421731352806, 0.020661775022745132, -0.08059266954660416, -0.11937832832336426, 0.10580276697874069, 0.014273663982748985, -0.09289843589067459, -0.003839760320261121, 0.02473345212638378, -0.09265946596860886, 0.0032302953768521547, -0.07769423723220825, 0.013971815817058086, -0.07678570598363876, -0.027952006086707115, 0.03247859328985214, -0.016397124156355858, 0.05759233981370926, -0.10413587093353271, 0.00003064121483475901, -0.10122238099575043, 0.0051476736553013325, 0.02800065651535988, 0.050908174365758896, -0.12801453471183777, 0.032377611845731735, -0.16176645457744598, 0.09545047581195831, -0.1580580770969391, -0.013086876831948757, -0.10024991631507874, -0.02124748006463051, 0.024044908583164215, 0.04484718292951584, 0.002986108884215355, 0.12455569952726364, -0.17662876844406128, -0.09207847714424133, 0.1012241467833519, -0.1674337387084961, -0.02445431612432003, 0.18682646751403809, 0.005831114947795868, -0.024378003552556038, 0.033733900636434555, 0.26989251375198364, 0.11656741797924042, -0.08178088068962097, -0.07088939845561981, -0.06381910294294357, 0.03535735607147217, 0.157122403383255, 0.1640186756849289, -0.11949391663074493, 0.18684372305870056, -0.06931059807538986, -0.06335610151290894, 0.014328026212751865, -0.01645069569349289, -0.010574531741440296, 0.03613143786787987, -0.030677644535899162, 0.0913453921675682, 0.05978615581989288, -0.04212936386466026, -0.09781690686941147, -0.11959785968065262, 0.10231653600931168, 0.08000506460666656, -0.01657707616686821, 0.04185531288385391, -0.04493723809719086, 0.14742125570774078, -0.010411708615720272, -0.03258911892771721, -0.1642475724220276, -0.05221699923276901, 0.04875241592526436, -0.025260813534259796, 0.09026114642620087, 0.03155503794550896, 0.01818845048546791, 0.01765410229563713, -0.07126755267381668, -0.053589776158332825, -0.019729625433683395, -0.00045059266267344356, -0.006584390997886658, -0.20582224428653717, 0.04503662884235382, -0.05457169935107231, 0.0037796038668602705, -0.02938441000878811, -0.029316721484065056, 0.12138346582651138, 0.19254377484321594, -0.0012373254867270589, -0.018290404230356216, -0.03197343274950981, 0.08899357169866562, -0.03597189858555794, -0.01748371124267578, -0.0020155974198132753, -0.03464385122060776, 0.13526900112628937, 0.1464013010263443, -0.13797476887702942, -0.056871961802244186, 0.059884872287511826, -0.03634267300367355, -0.07583261281251907, 0.06632570177316666, -0.09243457019329071, -0.020080389454960823, -0.033441122621297836, -0.06774892657995224, 0.07520176470279694, 0.014381476677954197, 0.06998564302921295, -0.12213802337646484, -0.10350266844034195, -0.03871966525912285, -0.0009422693401575089, -0.0768662691116333, 0.1771259754896164, -0.007176830433309078, -0.10825963318347931, 0.1741601526737213, 0.06478920578956604, 0.048721347004175186, 0.2529149055480957, -0.06855824589729309, -0.1459280550479889, -0.005146989598870277, 0.08238639682531357, -0.0028691482730209827, 0.09266556054353714, -0.08957061171531677, 0.06407011300325394, 0.012577992863953114, 0.09810563176870346, 0.0392383374273777, -0.09506519138813019, 0.024647913873195648, -0.04906448721885681, -0.07972703129053116, -0.04854368045926094, -0.0017201361479237676, -0.001876285532489419, 0.09330195933580399, 0.022174496203660965, -0.053700968623161316, -0.08266647905111313, -0.0837322473526001, -0.12001395225524902, 0.09626016765832901, -0.19711823761463165, -0.23503854870796204, -0.17989826202392578, -0.04990077391266823, -0.03633646294474602, 0.04698657616972923, 0.06767391413450241, -0.09039060771465302, -0.0776052251458168, -0.04853465408086777, 0.2143465131521225, -0.053402550518512726, -0.08711328357458115, -0.075653076171875, 0.07564479857683182, -0.03994276374578476, -0.10967739671468735, 0.04289582744240761, 0.02129332348704338, 0.13854455947875977, -0.08360757678747177, -0.009277948178350925, 0.1151953786611557, 0.16294986009597778, 0.00852139014750719, -0.029826516285538673, -0.012325692921876907, 0.20055143535137177, -0.21303343772888184, 0.03702140226960182, 0.03981631249189377, -0.12371228635311127, 0.006707809865474701, 0.23274381458759308, 0.047113239765167236, -0.005965020041912794, -0.021901987493038177, 0.0760948583483696, 0.03174779191613197, -0.28127041459083557, -0.15235093235969543, -0.0872068926692009, 0.07575339078903198, 0.00119136949069798, 0.06734219938516617, -0.004838232882320881, -0.012123949825763702, -0.157626673579216, -0.1797889918088913, 0.10909344255924225, 0.04099564254283905, 0.18326258659362793, -0.03038332238793373, 0.05057027190923691, -0.08267537504434586, -0.04038950055837631, 0.12461458891630173, -0.0667734146118164, 0.1468820571899414, 0.05704047158360481, 0.20553980767726898, 0.06324006617069244, 0.05478833615779877, 0.0064084287732839584, -0.006723947823047638, 0.044845905154943466, 0.002227029763162136, 0.05877595767378807, -0.045483894646167755, 0.14790232479572296, 0.007303875871002674, 0.1455349177122116, -0.029842427000403404, -0.04561210423707962, -0.10579114407300949, 0.09420698136091232, 0.30292803049087524, 0.12244599312543869, -0.03874681144952774, -0.0831841379404068, 0.017657650634646416, -0.14496684074401855, -0.12033563107252121, 0.01504032127559185, 0.10554534941911697, -0.13174837827682495, -0.0014781553763896227, 0.04133527725934982, 0.12048950791358948, -0.03469869866967201, -0.022580541670322418, 0.03336869925260544, -0.03562289476394653, -0.07929428666830063, 0.12048200517892838, -0.08710063248872757, 0.2772335708141327, 0.0064399102702736855, 0.005771504249423742, -0.03467601537704468, 0.050148576498031616, -0.010271541774272919, 0.049104779958724976, 0.16934671998023987, 0.02406560815870762, -0.17380636930465698, -0.04389059543609619, -0.06972478330135345, -0.07713489979505539, 0.17113907635211945, -0.106038898229599, 0.0556354895234108, -0.0470915324985981, -0.012143940664827824, -0.04494389519095421, -0.07388380169868469, -0.04107699170708656, -0.1243828684091568, 0.07810744643211365, 0.03130362555384636, 0.06602918356657028, 0.0018328047590330243, -0.09496281296014786, -0.10311984270811081, 0.23042793571949005, -0.1636797934770584, -0.045929376035928726, -0.12213316559791565, -0.042819514870643616, 0.21462257206439972, -0.03375361114740372, 0.06736160814762115, 0.010075344704091549, 0.17501473426818848, -0.0640331506729126, 0.010285706259310246, 0.14522035419940948, -0.12381152808666229, -0.16278807818889618, -0.06981448084115982, 0.18873952329158783, 0.06233508884906769, 0.07606355100870132, -0.03504427894949913, 0.13560578227043152, -0.018517673015594482, -0.04183558374643326, -0.014971083961427212, -0.14910125732421875, 0.039917368441820145, 0.13621267676353455, -0.09389927238225937, -0.10267608612775803, -0.07453111559152603, -0.13359138369560242, 0.13491305708885193, 0.22798830270767212, -0.045469291508197784, 0.16578613221645355, 0.10892827063798904, -0.06399358808994293, -0.2510512173175812, 0.035626038908958435, 0.09310948848724365, 0.006996836978942156, -0.009239108301699162, -0.13066023588180542, -0.04901675879955292, 0.09021764248609543, -0.044870663434267044, 0.0620855987071991, -0.26863107085227966, -0.12108512967824936, 0.08329398930072784, -0.08530107140541077, -0.1252477616071701, -0.04718995466828346, -0.04275678098201752, -0.035627979785203934, -0.07186157256364822, -0.057316966354846954, 0.059368930757045746, 0.0018465471221134067, 0.06900903582572937, -0.05213121697306633, 0.01661430485546589, 0.0025263717398047447, 0.20331799983978271, 0.010150887072086334, -0.029591364786028862, -0.0877564400434494, -0.03546924889087677, 0.07640743255615234, 0.004592640325427055, 0.029964102432131767, 0.00285241543315351, -0.016258185729384422, -0.11993400752544403, -0.023387156426906586, -0.0493619441986084, 0.04234518110752106, -0.07049769908189774, -0.014014665968716145, -0.08507531881332397, 0.05967080593109131, -0.0005765705718658864, 0.003906970843672752, 0.07311870902776718, -0.09423590451478958, 0.045805979520082474, 0.0930207222700119, 0.11207422614097595, 0.10586094111204147, -0.14043982326984406, 0.05073414370417595, -0.01085797231644392, -0.027693521231412888, 0.015479017980396748, 0.047030575573444366, 0.11459655314683914, -0.011959190480411053, 0.1236889585852623, -0.0432652048766613, -0.09838280081748962, -0.015781302005052567, 0.06728437542915344, -0.055017340928316116, -0.15081100165843964, -0.03162064403295517, -0.0386207289993763, -0.09685157239437103, -0.09943747520446777, 0.08661997318267822, 0.02162514626979828, -0.046794530004262924, 0.03711412101984024, 0.006388925481587648, -0.016183357685804367, 0.15217921137809753, -0.019474981352686882, 0.0630282312631607, -0.0998927503824234, 0.12705937027931213, 0.1003316193819046, -0.1375282108783722, 0.0028390390798449516, 0.17784371972084045, -0.04924409091472626, -0.06986123323440552, 0.12514805793762207, 0.022824248299002647, -0.10365390032529831, -0.08935459703207016, -0.11288765072822571, -0.11159007251262665, 0.10120873898267746, 0.1566319763660431, 0.024631408974528313, -0.003582286648452282, 0.031737685203552246, -0.046505410224199295, 0.006447147578001022, 0.15574564039707184, 0.10297359526157379, 0.043258290737867355, -0.0061968606896698475, 0.0680638924241066, -0.00220028730109334, -0.04033622890710831, -0.007790318224579096, -0.02559736929833889, -0.06410974264144897, 0.03069530986249447, -0.13882777094841003, -0.01228460855782032, -0.04685835540294647, -0.03048795834183693, -0.01901331916451454, -0.08872932940721512, -0.04838044196367264, 0.002061854349449277, -0.12058845907449722, 0.009298538789153099, -0.050071343779563904, 0.052137866616249084, -0.14614853262901306, 0.05347111448645592, 0.07594947516918182, -0.03052915260195732, 0.08808501064777374, 0.06313453614711761, -0.022388258948922157, 0.02261378802359104, -0.10509469360113144, -0.05054990574717522, -0.04688306152820587, 0.03295062854886055, 0.00713817635551095, -0.1483471691608429, -0.011480472050607204, 0.043510690331459045, 0.00320243532769382, 0.04619021341204643, -0.06718266755342484, -0.06568137556314468, 0.0790025070309639, -0.014712696895003319, -0.1625969409942627, 0.011567812412977219, 0.09881285578012466, 0.061081670224666595, -0.0246896855533123, 0.14167656004428864, -0.03351240232586861, 0.06494749337434769, -0.06661637127399445, 0.02955671213567257, 0.026172269135713577, -0.01625707931816578, -0.0881861075758934, -0.0067181335762143135, 0.008555032312870026, -0.015128625556826591, 0.15475822985172272, 0.03755779564380646, 0.10105141252279282, 0.113741435110569, -0.009362389333546162, 0.023895859718322754, 0.12611493468284607, 0.12029466032981873, -0.016853827983140945, 0.020754583179950714, -0.12905330955982208, -0.04998384788632393, -0.02952486276626587, -0.02062959223985672, 0.039649154990911484, 0.2253243625164032, 0.1889301836490631, -0.005610903259366751, 0.02356354519724846, -0.08451078087091446, -0.10836438834667206, 0.041006460785865784, -0.004626801237463951, 0.013358048163354397, -0.05910136550664902, 0.2758563756942749, 0.12918421626091003, -0.19738641381263733, 0.1317298412322998, -0.008468765765428543, -0.02778458409011364, -0.0922572985291481, -0.07094020396471024, -0.036468084901571274, -0.14997607469558716, 0.006017433013767004, -0.0914774164557457, 0.16220204532146454, 0.027268214151263237, 0.09680119156837463, -0.02588409185409546, 0.1479794979095459, -0.125356525182724, -0.11358793824911118, 0.05572314187884331, -0.007989916950464249, 0.12588438391685486, -0.011625440791249275, -0.008910030126571655, 0.08495792746543884, -0.043995920568704605, 0.06035937741398811, 0.05029211938381195, -0.0888131856918335, -0.05249808356165886, -0.10896763950586319, -0.07675563544034958, 0.032002370804548264, 0.012947221286594868, 0.03686477988958359, 0.2706449627876282, 0.06213872507214546, 0.013022980652749538, 0.02416607178747654, 0.20415017008781433, -0.03675930202007294, -0.13143236935138702, -0.17969419062137604, 0.023711323738098145, -0.05031055957078934, 0.08130800724029541, -0.04394977539777756, -0.1281156688928604, -0.024884365499019623, 0.06814209371805191, 0.16170145571231842, 0.04195214435458183, 0.0016630972968414426, 0.036015573889017105, 0.020079556852579117, 0.03318939730525017, -0.06748542934656143, -0.00538709806278348, 0.21967124938964844, -0.04360763728618622, -0.05239010602235794, -0.04203139618039131, -0.014705589972436428, -0.08444962650537491, 0.14042703807353973, -0.00044309761142358184, -0.09040108323097229, -0.06372109800577164, 0.18616969883441925, -0.022962260991334915, -0.1371452361345291, -0.04233227297663689, -0.13531315326690674, -0.14061056077480316, -0.0479380302131176, 0.057047344744205475, 0.0655878409743309, 0.020992795005440712, 0.05186600610613823, -0.06825842708349228, 0.0833851620554924, 0.04821557551622391, -0.01372435037046671, -0.22463537752628326, 0.06295863538980484, -0.17914284765720367, 0.17693345248699188, -0.01696641743183136, 0.07098692655563354, 0.08093536645174026, 0.02829587645828724, -0.05265470966696739, -0.02359244041144848, 0.12904797494411469, -0.13269734382629395, 0.02396099641919136, 0.18378251791000366, -0.055985257029533386, 0.19081413745880127, 0.06537219882011414, -0.03679551184177399, 0.13535335659980774, -0.11629866063594818, -0.038300491869449615, -0.05845346674323082, 0.10804109275341034, -0.08055192977190018, 0.10630517452955246, 0.16953659057617188, -0.004288955591619015, 0.024480702355504036, -0.06489424407482147, 0.012422682717442513, -0.00506297592073679, 0.16544006764888763, -0.00034617859637364745, -0.2508893609046936, 0.07532984763383865, 0.0312885083258152, 0.05252888426184654, -0.2320777326822281, -0.053196437656879425, -0.022052224725484848, 0.0178065188229084, -0.03174981474876404, 0.09878651797771454, 0.08603966981172562, -0.05390946567058563, -0.005604867357760668, -0.1335258185863495, 0.06487354636192322, 0.10104993730783463, -0.010520728304982185, 0.03256092220544815 ]
fc9d462f940ecf85b534562e6767ffaf527241e8
# Karen Fukuhara textual inversion This is an embedding of Karen Fukuhara. She plays several different amazing roles from acting to voice acting: (Kimiko Miyashiro, Glimmah, Kipo). ![Detailed Samples](https://huggingface.co/datasets/zuleo/karen-fukuhara/resolve/main/images/grid1.png) ## Embedding Usage Use the token ```kfukvf-1990``` ![Detailed Samples](https://huggingface.co/datasets/zuleo/karen-fukuhara/resolve/main/images/grid2.png) --- ## 🎶 Prompt Examples 🧾 ```Perfectly-centered portrait-photograph of kfukvf-1990, dressed as a queen with glimmering jewelry, lifelike, subsurface scattering, photorealism, 8k resolution, beautiful, dynamic lighting``` ⛔ Negative prompt: ```(bad_prompt_version2:0.8), lowres, text, error, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, ((duplicate)), ((morbid)), ((mutilated)), out of frame, (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), extra limbs, gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), (fused fingers), (((long neck)))``` _Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 2154893269, Size: 512x768, Model hash: d8691b4d16_ --- 🧾 ```Perfectly-centered portrait-photograph of kfukvf-1990, sitting near a table having a drink, lifelike, subsurface scattering, photorealism, 8k resolution, beautiful``` ⛔ Negative prompt: ```(bad_prompt_version2:0.8), lowres, text, error, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, ((duplicate)), ((morbid)), ((mutilated)), out of frame, (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), extra limbs, gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), (fused fingers), (((long neck)))``` _Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 2899587651, Size: 512x768, Model hash: e3cda540bf_ --- 🧾 ```Perfectly-centered portrait-photograph of kfukvf-1990, wearing a dirty jacket near a busy city, lifelike, subsurface scattering, photorealism, 8k resolution, beautiful``` ⛔ Negative prompt: ```(bad_prompt_version2:0.8), lowres, text, error, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, ((duplicate)), ((morbid)), ((mutilated)), out of frame, (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), extra limbs, gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), (fused fingers), (((long neck)))``` _Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 3576359901, Size: 512x768, Model hash: 67abd65708_ ![Detailed Samples](https://huggingface.co/datasets/zuleo/karen-fukuhara/resolve/main/images/grid3.png) ![Detailed Samples](https://huggingface.co/datasets/zuleo/karen-fukuhara/resolve/main/images/grid4.png) --- ## 🎴 text2img Sampler and Checkpoint grids: It's always great to get a visual of what's going on with sampler using different models with this embedding. See the examples below and tune them to your liking. [Sampling Grid](https://huggingface.co/datasets/zuleo/karen-fukuhara/resolve/main/images/sampler_ckpt_grid.png) --- ☕ If you enjoy this model, buy me a coffee [Buy a coffee](https://ko-fi.com/3eegames) ---
zuleo/karen-fukuhara
[ "license:creativeml-openrail-m", "stable-diffusion", "embedding", "textual-inversion", "text-to-image", "image-to-image", "art", "artistic", "region:us" ]
2023-02-08T23:03:32+00:00
{"license": "creativeml-openrail-m", "tags": ["stable-diffusion", "embedding", "textual-inversion", "text-to-image", "image-to-image", "art", "artistic"]}
2023-03-06T19:17:14+00:00
[]
[]
TAGS #license-creativeml-openrail-m #stable-diffusion #embedding #textual-inversion #text-to-image #image-to-image #art #artistic #region-us
# Karen Fukuhara textual inversion This is an embedding of Karen Fukuhara. She plays several different amazing roles from acting to voice acting: (Kimiko Miyashiro, Glimmah, Kipo). !Detailed Samples ## Embedding Usage Use the token !Detailed Samples --- ## Prompt Examples Negative prompt: _Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 2154893269, Size: 512x768, Model hash: d8691b4d16_ --- Negative prompt: _Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 2899587651, Size: 512x768, Model hash: e3cda540bf_ --- Negative prompt: _Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 3576359901, Size: 512x768, Model hash: 67abd65708_ !Detailed Samples !Detailed Samples --- ## text2img Sampler and Checkpoint grids: It's always great to get a visual of what's going on with sampler using different models with this embedding. See the examples below and tune them to your liking. Sampling Grid --- If you enjoy this model, buy me a coffee Buy a coffee ---
[ "# Karen Fukuhara textual inversion\n\nThis is an embedding of Karen Fukuhara. She plays several different amazing roles from acting to voice acting: (Kimiko Miyashiro, Glimmah, Kipo).\n\n\n!Detailed Samples", "## Embedding Usage\n\nUse the token \n\n\n!Detailed Samples\n\n---", "## Prompt Examples\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 2154893269, Size: 512x768, Model hash: d8691b4d16_\n\n---\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 2899587651, Size: 512x768, Model hash: e3cda540bf_\n\n---\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 3576359901, Size: 512x768, Model hash: 67abd65708_\n\n\n!Detailed Samples\n\n!Detailed Samples\n\n---", "## text2img Sampler and Checkpoint grids:\n\nIt's always great to get a visual of what's going on with sampler using different models with this embedding. See the examples below and tune them to your liking.\n\nSampling Grid\n\n---\n\n If you enjoy this model, buy me a coffee Buy a coffee\n\n---" ]
[ "TAGS\n#license-creativeml-openrail-m #stable-diffusion #embedding #textual-inversion #text-to-image #image-to-image #art #artistic #region-us \n", "# Karen Fukuhara textual inversion\n\nThis is an embedding of Karen Fukuhara. She plays several different amazing roles from acting to voice acting: (Kimiko Miyashiro, Glimmah, Kipo).\n\n\n!Detailed Samples", "## Embedding Usage\n\nUse the token \n\n\n!Detailed Samples\n\n---", "## Prompt Examples\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 2154893269, Size: 512x768, Model hash: d8691b4d16_\n\n---\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 2899587651, Size: 512x768, Model hash: e3cda540bf_\n\n---\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 3576359901, Size: 512x768, Model hash: 67abd65708_\n\n\n!Detailed Samples\n\n!Detailed Samples\n\n---", "## text2img Sampler and Checkpoint grids:\n\nIt's always great to get a visual of what's going on with sampler using different models with this embedding. See the examples below and tune them to your liking.\n\nSampling Grid\n\n---\n\n If you enjoy this model, buy me a coffee Buy a coffee\n\n---" ]
[ 51, 59, 17, 173, 73 ]
[ "passage: TAGS\n#license-creativeml-openrail-m #stable-diffusion #embedding #textual-inversion #text-to-image #image-to-image #art #artistic #region-us \n# Karen Fukuhara textual inversion\n\nThis is an embedding of Karen Fukuhara. She plays several different amazing roles from acting to voice acting: (Kimiko Miyashiro, Glimmah, Kipo).\n\n\n!Detailed Samples## Embedding Usage\n\nUse the token \n\n\n!Detailed Samples\n\n---## Prompt Examples\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 2154893269, Size: 512x768, Model hash: d8691b4d16_\n\n---\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 2899587651, Size: 512x768, Model hash: e3cda540bf_\n\n---\n\n \n\n Negative prompt: \n\n_Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7, Seed: 3576359901, Size: 512x768, Model hash: 67abd65708_\n\n\n!Detailed Samples\n\n!Detailed Samples\n\n---## text2img Sampler and Checkpoint grids:\n\nIt's always great to get a visual of what's going on with sampler using different models with this embedding. See the examples below and tune them to your liking.\n\nSampling Grid\n\n---\n\n If you enjoy this model, buy me a coffee Buy a coffee\n\n---" ]
[ -0.10356681048870087, -0.002384658670052886, -0.005141114350408316, 0.0608484260737896, 0.12982864677906036, 0.01413529273122549, 0.07229606062173843, 0.10400453209877014, 0.11020484566688538, 0.1538056880235672, 0.04130036383867264, 0.08291859924793243, 0.07916752994060516, 0.2114228457212448, -0.022116711363196373, -0.2534773051738739, 0.03097129799425602, -0.0485338494181633, -0.0079709617421031, 0.05806371942162514, 0.11881193518638611, -0.06853865832090378, 0.07190114259719849, -0.023745080456137657, -0.07883724570274353, 0.00375258713029325, -0.0340203233063221, -0.0375480093061924, 0.02831113710999489, 0.03457469493150711, -0.012823611497879028, 0.017377261072397232, 0.006672334857285023, -0.17144617438316345, 0.02037893608212471, -0.011480138637125492, 0.04148824140429497, 0.01261636707931757, 0.047665033489465714, 0.04013510420918465, 0.06034446507692337, -0.05957818403840065, -0.00572099257260561, 0.06826473772525787, -0.10414304584264755, -0.07460469752550125, -0.08849567919969559, 0.15707875788211823, 0.15917667746543884, 0.047802381217479706, -0.04860983416438103, 0.005172963719815016, -0.09689296782016754, 0.016788622364401817, 0.20904436707496643, -0.01790369488298893, -0.043840765953063965, 0.07166333496570587, 0.044404901564121246, 0.06879181414842606, -0.06191498786211014, -0.016128430142998695, 0.026167435571551323, -0.030117075890302658, -0.02865930274128914, -0.025965895503759384, 0.2169083058834076, -0.04292856529355049, -0.1140957698225975, -0.03459684178233147, 0.1594766527414322, 0.11337977647781372, -0.06061365827918053, -0.22366783022880554, -0.0035450533032417297, 0.0028120034839957952, -0.10833844542503357, -0.06408639997243881, 0.05196656659245491, 0.00985071063041687, 0.023197675123810768, 0.008368276990950108, -0.05227828398346901, -0.01501808874309063, 0.08652042597532272, 0.01386438962072134, 0.005189748015254736, -0.03751590475440025, 0.01779293641448021, 0.020483629778027534, -0.13685393333435059, -0.105730801820755, -0.07322364300489426, -0.07065759599208832, -0.0304817296564579, 0.00074527517426759, 0.005872646346688271, -0.03323853015899658, 0.08986306190490723, 0.1720304638147354, 0.05695745721459389, 0.08796720951795578, 0.10049968212842941, -0.004884352441877127, 0.020011141896247864, 0.14892780780792236, -0.003582444740459323, -0.09281826764345169, -0.002323214430361986, 0.11824538558721542, 0.0391378290951252, -0.04316112771630287, -0.04444057121872902, 0.06138748303055763, -0.019183363765478134, 0.03845210745930672, 0.0697585865855217, 0.00857967883348465, -0.09771229326725006, -0.017352724447846413, 0.27459996938705444, -0.07758702337741852, 0.030456241220235825, 0.05175866559147835, -0.008754546754062176, 0.06573782861232758, -0.05471591278910637, 0.011187027208507061, -0.042825426906347275, 0.12087403982877731, -0.07684451341629028, -0.02080347202718258, -0.027978241443634033, -0.03915340453386307, 0.0467461533844471, -0.0604788213968277, -0.03272826969623566, -0.0753505751490593, -0.07847097516059875, -0.09852959215641022, -0.01611434482038021, -0.034250374883413315, -0.054368190467357635, -0.00872011948376894, -0.058809030801057816, 0.016533827409148216, 0.03267568722367287, 0.041915543377399445, 0.00419909693300724, 0.021520327776670456, 0.08002135902643204, 0.059943586587905884, 0.07634353637695312, 0.011494538746774197, -0.08455423265695572, 0.05392627790570259, -0.29611751437187195, 0.12821879982948303, -0.14396695792675018, 0.08396875858306885, -0.06374625861644745, -0.004882815759629011, -0.019334472715854645, 0.033091217279434204, 0.029628291726112366, 0.2152356207370758, -0.1553713083267212, -0.06108912453055382, 0.10744906216859818, -0.11950666457414627, -0.10982706397771835, 0.07496856153011322, 0.020764699205756187, -0.018323423340916634, 0.0842655748128891, 0.23210278153419495, 0.026273300871253014, -0.11320694535970688, -0.05538752302527428, -0.044060636311769485, 0.024048594757914543, 0.06254880875349045, 0.05301497504115105, -0.1385429948568344, 0.09690762311220169, 0.030570928007364273, -0.14009106159210205, -0.0010635153157636523, 0.013018250465393066, -0.020575866103172302, -0.01707150973379612, -0.077066570520401, -0.025918297469615936, 0.04085063934326172, -0.05475176125764847, -0.05595933645963669, -0.07547683268785477, -0.016926109790802002, 0.07640630751848221, -0.05042798072099686, 0.0006683381507173181, -0.04043295979499817, 0.11634587496519089, 0.016525432467460632, 0.004405583720654249, -0.12407231330871582, 0.0033615287393331528, 0.06307946145534515, -0.10424394905567169, 0.040024399757385254, -0.07394803315401077, 0.026351993903517723, -0.01026750449091196, 0.0073341382667422295, -0.030504442751407623, -0.029131939634680748, 0.01878749392926693, -0.05448997765779495, -0.07618068903684616, 0.003133215941488743, -0.009824538603425026, 0.17762333154678345, -0.13754351437091827, 0.003824994433671236, 0.022250400856137276, 0.08217432349920273, 0.047333475202322006, -0.08574425429105759, 0.05083644762635231, -0.015102697536349297, 0.017447255551815033, -0.054824985563755035, 0.01393059454858303, -0.026433154940605164, -0.05858862027525902, 0.09179700911045074, -0.15943801403045654, -0.15759490430355072, 0.06479784101247787, 0.08031446486711502, -0.06700409948825836, 0.048394475132226944, -0.007275330368429422, -0.02276996336877346, -0.03255762904882431, -0.08778201788663864, -0.008447104133665562, 0.02301381342113018, 0.05568558722734451, -0.05718173086643219, -0.0038166127633303404, 0.015221540816128254, -0.03633492439985275, -0.059792660176754, 0.11050628125667572, 0.09695558249950409, -0.10785064846277237, 0.06297044456005096, 0.07131558656692505, 0.0252836924046278, 0.14009180665016174, -0.052433110773563385, -0.07260112464427948, -0.06718713790178299, 0.014690744690597057, 0.052435263991355896, 0.11851536482572556, -0.08831209689378738, -0.003455237951129675, 0.050178732722997665, -0.03657377511262894, -0.004424222745001316, -0.0686597004532814, 0.00282466528005898, 0.04049792140722275, -0.037028469145298004, 0.07980562001466751, 0.10131985694169998, -0.038281939923763275, 0.032878123223781586, -0.006506219506263733, 0.028842512518167496, -0.0400230847299099, -0.024424651637673378, -0.08450455963611603, 0.1410655528306961, -0.04670353978872299, -0.12158665806055069, -0.06392589211463928, 0.00664268434047699, 0.0050050620920956135, 0.027849774807691574, 0.030988100916147232, -0.07642986625432968, -0.0744413509964943, -0.10303012281656265, -0.024886053055524826, 0.00011963279393967241, -0.062233276665210724, -0.000838622625451535, -0.027980491518974304, 0.051959630101919174, -0.08549698442220688, -0.02851724624633789, 0.020328989252448082, 0.06665002554655075, -0.01711307279765606, 0.010121576488018036, 0.16200503706932068, 0.13610801100730896, 0.07547857612371445, 0.0011474647326394916, 0.0033644582144916058, 0.26807209849357605, -0.11405649781227112, 0.10743091255426407, 0.13938485085964203, 0.004761658608913422, 0.09751401096582413, 0.14588885009288788, 0.006829599384218454, -0.06890978664159775, 0.018913738429546356, 0.03913398087024689, -0.03742605075240135, -0.15556180477142334, 0.0063204895704984665, -0.08980372548103333, 0.13330061733722687, 0.010503738187253475, 0.05619708076119423, -0.012203747406601906, 0.10164443403482437, -0.04777960106730461, -0.014122875407338142, 0.014213020913302898, 0.07462509721517563, 0.12844254076480865, 0.03086848556995392, 0.02332833968102932, -0.06254436075687408, -0.007889775559306145, 0.07673539966344833, -0.0998082384467125, 0.16253229975700378, 0.04985171929001808, 0.19262370467185974, 0.05908431112766266, -0.015293223783373833, 0.0043002162128686905, -0.032107699662446976, 0.011516972444951534, -0.014966505579650402, -0.01270307321101427, -0.0744052454829216, 0.013699774630367756, 0.05165601894259453, 0.10054150968790054, -0.07107030600309372, -0.06455722451210022, 0.05667126923799515, 0.04881950095295906, 0.06982860714197159, 0.07101082801818848, -0.10247822850942612, -0.04431344196200371, 0.06518638879060745, -0.042327217757701874, 0.028983108699321747, -0.03262575343251228, -0.009194542653858662, -0.12717875838279724, 0.09092429280281067, 0.0028240683022886515, 0.08346223086118698, -0.08674014359712601, 0.0036660905461758375, -0.043836262077093124, 0.09095009416341782, 0.013461721129715443, 0.026276741176843643, -0.18201647698879242, 0.0688081607222557, -0.014597375877201557, 0.023855222389101982, -0.07451748102903366, 0.03141176700592041, 0.051940977573394775, -0.10710714012384415, 0.0870879516005516, 0.04696518927812576, -0.14709393680095673, -0.09925221651792526, -0.048094846308231354, -0.022789765149354935, 0.09208392351865768, -0.09386426210403442, 0.04609697312116623, 0.010493764653801918, -0.04624821990728378, -0.045343488454818726, 0.09357788413763046, -0.2087610363960266, -0.15286585688591003, 0.06557166576385498, -0.0017957272939383984, -0.05879075080156326, -0.06421702355146408, 0.0020718304440379143, -0.04141490161418915, 0.09863896667957306, -0.013025492429733276, -0.07467661798000336, -0.0950242280960083, 0.002707246458157897, 0.0969252735376358, -0.0922873318195343, 0.03914237767457962, -0.028255708515644073, 0.10539080947637558, -0.04721139743924141, 0.005574604030698538, 0.09759607911109924, -0.07885947078466415, -0.17851285636425018, -0.06346195936203003, 0.1347835510969162, 0.05317125469446182, 0.01605151779949665, 0.008311580866575241, 0.03844774514436722, 0.03027981147170067, -0.11313865333795547, 0.06224944442510605, 0.04142102971673012, -0.07413146644830704, 0.09908774495124817, 0.0648079589009285, -0.07736549526453018, -0.11402798444032669, -0.07750097662210464, 0.058308761566877365, 0.3036095201969147, -0.03527199849486351, 0.0578523725271225, 0.009156531654298306, -0.03909700736403465, -0.13615357875823975, -0.06582305580377579, 0.057609923183918, 0.0000393685550079681, 0.10019851475954056, -0.06886211782693863, 0.05766382813453674, 0.05674439296126366, -0.05428989231586456, 0.05197805166244507, -0.30532339215278625, -0.11824595928192139, 0.004672871436923742, 0.07923857122659683, -0.032547637820243835, -0.1712311953306198, -0.11769592016935349, -0.02844673953950405, -0.13623982667922974, 0.033461567014455795, 0.12894108891487122, 0.06272288411855698, 0.0009027186315506697, 0.03970320522785187, 0.04654882475733757, -0.021511461585760117, 0.14993764460086823, 0.02466004341840744, 0.02214503102004528, -0.0964808538556099, -0.02741246484220028, 0.021935001015663147, -0.06720071285963058, 0.07948699593544006, -0.12052062898874283, 0.015764568001031876, -0.13070465624332428, -0.01684132032096386, -0.058364059776067734, 0.016883505508303642, -0.08688433468341827, -0.014153535477817059, -0.09679539501667023, 0.03199203312397003, 0.05249888449907303, 0.04288611188530922, -0.015460754744708538, -0.06366290152072906, -0.0251932293176651, 0.10254465043544769, 0.045985180884599686, 0.07924823462963104, -0.1665671318769455, -0.05594777688384056, -0.016782023012638092, -0.008604243397712708, -0.14955303072929382, 0.02454575151205063, 0.02383829466998577, 0.042394258081912994, 0.12357290834188461, -0.01582871936261654, -0.11765503138303757, 0.0011287260567769408, 0.10183501988649368, -0.04707122594118118, -0.21974551677703857, -0.01983608864247799, -0.048172999173402786, -0.08169116079807281, -0.10277242213487625, 0.07980725169181824, -0.012808608822524548, -0.0041675386019051075, 0.0001346421049674973, 0.053966768085956573, 0.035397302359342575, 0.12700481712818146, 0.07128088176250458, 0.056550223380327225, -0.07083760201931, 0.06847473978996277, 0.0721193179488182, -0.130649134516716, 0.020183974876999855, 0.13415955007076263, -0.055607184767723083, -0.0345117561519146, -0.01650514453649521, 0.06696853786706924, -0.03794163838028908, -0.00455893948674202, -0.0434151291847229, -0.08409874886274338, 0.04073844850063324, -0.07042571902275085, 0.02787606790661812, -0.03229469433426857, 0.06554896384477615, 0.03764447569847107, -0.07266268134117126, 0.11397071927785873, 0.12766125798225403, 0.08441531658172607, -0.14192911982536316, -0.052450381219387054, -0.0034846016205847263, -0.004480702802538872, 0.03977682814002037, 0.03398648649454117, -0.08147808909416199, -0.07306601852178574, 0.007540663238614798, 0.013765797019004822, -0.08126300573348999, -0.02493291348218918, -0.021523628383874893, 0.04167279228568077, 0.0002805690164677799, 0.034296102821826935, -0.06474891304969788, -0.10427361726760864, -0.012462628073990345, 0.11299710720777512, -0.10837811976671219, 0.019503919407725334, 0.09177666902542114, -0.09354707598686218, 0.06681215018033981, 0.01663357950747013, -0.02228272147476673, -0.039115630090236664, -0.057146213948726654, 0.020644739270210266, 0.04102052003145218, 0.01071792934089899, 0.010455526411533356, -0.08220323175191879, 0.0030032650101929903, -0.03721730783581734, 0.03821205720305443, -0.025578930974006653, 0.03743987902998924, -0.12851129472255707, 0.01937026157975197, -0.027981368824839592, -0.055069100111722946, -0.04407729580998421, 0.027902567759156227, 0.08595527708530426, -0.005446937400847673, 0.09793476015329361, -0.055717047303915024, 0.05861446633934975, -0.16314597427845, -0.013607206754386425, 0.03157445043325424, -0.014360972680151463, -0.0313161164522171, -0.03382747620344162, 0.03681546822190285, -0.03298018500208855, 0.06864544004201889, -0.06453952938318253, -0.010814900510013103, 0.049551792442798615, 0.015965035185217857, 0.12214066088199615, 0.020485103130340576, 0.1609848439693451, -0.03749174252152443, -0.05028275027871132, 0.06685325503349304, 0.006800539791584015, 0.035966161638498306, 0.026119716465473175, 0.09026755392551422, 0.1342272162437439, -0.03935784474015236, 0.048936400562524796, 0.03198247402906418, -0.020920975133776665, -0.06135129556059837, 0.07833623886108398, -0.043251991271972656, 0.12437576800584793, -0.04830753430724144, 0.10753350704908371, 0.1331215649843216, -0.14096061885356903, 0.051600974053144455, -0.042404454201459885, -0.06846532970666885, -0.04207410290837288, -0.18469639122486115, -0.06335040926933289, -0.08093389123678207, 0.03519221022725105, -0.055715225636959076, 0.036558035761117935, 0.08010943233966827, -0.018601128831505775, -0.06106071546673775, 0.10935238003730774, -0.0007923376397229731, -0.04635672643780708, 0.10542765259742737, -0.030543025583028793, -0.09101711958646774, 0.0981144979596138, -0.010891236364841461, 0.010256798006594181, -0.026447845622897148, 0.0355733260512352, 0.01709580048918724, -0.08916471153497696, 0.055745918303728104, -0.019237307831645012, -0.06139732152223587, 0.03351878002285957, 0.021173594519495964, 0.03411374241113663, 0.15987886488437653, 0.051559530198574066, -0.0310971662402153, -0.022893520072102547, 0.13268882036209106, -0.026801565662026405, -0.03049611486494541, -0.07395313680171967, 0.005042740143835545, 0.0069116693921387196, -0.007415100000798702, -0.007931426167488098, -0.1479698121547699, -0.007654404733330011, 0.14648592472076416, 0.09177719801664352, -0.06671419739723206, -0.0014248390216380358, -0.04878455772995949, -0.0008721780613996089, -0.0294149499386549, 0.05167952924966812, 0.010701469145715237, 0.11795184761285782, 0.029352689161896706, 0.12497694790363312, -0.01793634705245495, -0.09176510572433472, -0.14457237720489502, 0.1553465574979782, 0.045412637293338776, -0.03845972195267677, -0.009908990934491158, 0.1389971226453781, -0.07452903687953949, -0.166196808218956, -0.009457836858928204, -0.09606971591711044, -0.10268553346395493, -0.028158685192465782, 0.024496683850884438, 0.10147800296545029, 0.06846779584884644, 0.019477572292089462, 0.020259816199541092, 0.07979799807071686, 0.013173110783100128, -0.10104864090681076, 0.025872016325592995, -0.03511113300919533, -0.09336678683757782, 0.14188343286514282, 0.028643904253840446, 0.05822374299168587, 0.1192266196012497, 0.04170692712068558, -0.14678126573562622, 0.05824044719338417, 0.06993051618337631, -0.09021344780921936, 0.04019609093666077, 0.18611539900302887, -0.007618223316967487, -0.031119808554649353, 0.07836445420980453, -0.12366873025894165, 0.038720641285181046, 0.10724733024835587, 0.0250410083681345, -0.1342875212430954, 0.08713793754577637, -0.1455344259738922, 0.09858301281929016, 0.13635486364364624, -0.05206458270549774, -0.026931803673505783, -0.007462824694812298, 0.019970864057540894, 0.012318027205765247, 0.07358289510011673, -0.060659557580947876, -0.15666262805461884, 0.021995704621076584, 0.02360297180712223, 0.047939006239175797, -0.13330981135368347, -0.024992533028125763, -0.09654148668050766, -0.0012141274055466056, -0.00042944817687384784, 0.15228328108787537, 0.10926809906959534, -0.04867003485560417, -0.023799879476428032, -0.11545366793870926, -0.02990279532968998, 0.1781732439994812, -0.06210499629378319, -0.0430227667093277 ]
ff54431d755bd04cbf336a97d18417dbe3c93f71
# Dataset Card for "Sound_Spectrogram_Description" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
jha2ee/Sound_Spectrogram_Description
[ "region:us" ]
2023-02-08T23:58:26+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16182594.0, "num_examples": 218}], "download_size": 16178537, "dataset_size": 16182594.0}}
2023-02-09T01:25:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Sound_Spectrogram_Description" More Information needed
[ "# Dataset Card for \"Sound_Spectrogram_Description\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Sound_Spectrogram_Description\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Sound_Spectrogram_Description\"\n\nMore Information needed" ]
[ -0.16523535549640656, 0.19798775017261505, -0.0038025975227355957, -0.04987678676843643, 0.08552322536706924, 0.005423104390501976, 0.07896069437265396, 0.047725070267915726, 0.03982587531208992, 0.06787014752626419, 0.04367802292108536, 0.03150419518351555, 0.025206975638866425, 0.24201911687850952, 0.005192957352846861, -0.1347530633211136, 0.03644562512636185, 0.014135106466710567, -0.04360863193869591, 0.03870407119393349, 0.03754964843392372, -0.0541529580950737, 0.035733163356781006, 0.004473212640732527, -0.2410706877708435, 0.03535100445151329, 0.004694105125963688, -0.07252879440784454, 0.026119794696569443, -0.10193478316068649, 0.1242433413863182, -0.0314171239733696, 0.017728717997670174, -0.10155847668647766, 0.026637347415089607, -0.0161888487637043, -0.0048037427477538586, 0.07627545297145844, 0.09937913715839386, -0.1273469179868698, -0.05297549068927765, 0.07813826948404312, -0.002232213271781802, -0.013998646289110184, -0.06690763682126999, -0.22187334299087524, -0.005793591495603323, -0.10138482600450516, -0.00589771056547761, -0.02933695912361145, 0.01089151669293642, -0.009894528426229954, -0.11499040573835373, 0.08703093230724335, 0.17001883685588837, 0.08502485603094101, 0.038958191871643066, 0.038229212164878845, 0.0026457554195076227, 0.08893092721700668, -0.019124960526823997, 0.04456625506281853, 0.07488254457712173, -0.007412717677652836, -0.052632153034210205, -0.008983174338936806, -0.08607342094182968, 0.04014433175325394, -0.04445749148726463, -0.06445656716823578, 0.3809046447277069, -0.03599138185381889, -0.03216119110584259, 0.07350694388151169, -0.05243032053112984, -0.13242457807064056, -0.014855527319014072, 0.03656498342752457, -0.006025014445185661, -0.01824202947318554, -0.0426861047744751, 0.006059347651898861, -0.07908080518245697, -0.14230360090732574, -0.10556485503911972, 0.06907977163791656, -0.06819038093090057, 0.12170717120170593, -0.113988496363163, -0.01285463385283947, -0.12363006919622421, -0.0020810121204704046, -0.0007762787281535566, -0.06987415999174118, -0.05696906894445419, -0.003503914223983884, -0.011122084222733974, -0.0212570633739233, 0.10984999686479568, 0.05632234364748001, 0.04993368312716484, 0.06809882074594498, -0.06676403433084488, 0.06414564698934555, 0.1826740950345993, -0.16194313764572144, 0.056614477187395096, -0.015957200899720192, -0.06000688299536705, -0.10023518651723862, -0.06599436700344086, -0.11458943784236908, -0.11030943691730499, 0.0349961519241333, -0.0036989848595112562, 0.04315810650587082, -0.017276529222726822, -0.12100943177938461, -0.1113969013094902, -0.038916900753974915, 0.035124823451042175, -0.10005606710910797, 0.027172842994332314, 0.0008511831401847303, 0.034703243523836136, -0.006612858269363642, -0.025266336277127266, -0.010196086950600147, 0.039107635617256165, 0.09021701663732529, -0.046532075852155685, 0.04282354563474655, -0.039962273091077805, 0.02008538506925106, 0.061664581298828125, -0.09621565788984299, 0.0651974156498909, -0.08406724780797958, -0.12360230088233948, -0.02177061326801777, 0.04049260541796684, 0.00531486701220274, 0.054251693189144135, -0.008581181988120079, 0.024805838242173195, 0.03128605708479881, -0.09297873824834824, 0.0756567195057869, -0.10655512660741806, 0.07380786538124084, 0.04853380471467972, 0.1571020483970642, -0.20036132633686066, 0.08867311477661133, -0.11774833500385284, -0.004429286811500788, -0.1277543157339096, 0.07488355040550232, -0.11950209736824036, 0.0010560413356870413, -0.03839733824133873, -0.03478016331791878, -0.2500125765800476, 0.07788186520338058, -0.023947279900312424, 0.0547739677131176, -0.23370711505413055, -0.12773872911930084, 0.1008792594075203, -0.1480703204870224, -0.06655170023441315, 0.05753370746970177, -0.01350475661456585, 0.05404692515730858, 0.05317426472902298, 0.4083208739757538, 0.11335684359073639, -0.1752968728542328, 0.1164211556315422, 0.11400280892848969, -0.09838104993104935, -0.2085132896900177, 0.048827461898326874, -0.11072209477424622, -0.09598693996667862, 0.017565248534083366, 0.12117788195610046, -0.01927025057375431, -0.06767793744802475, -0.04250861704349518, 0.027239063754677773, -0.09227478504180908, 0.09877248108386993, -0.0075137680396437645, 0.009969905018806458, -0.02391701191663742, 0.10092965513467789, 0.21084247529506683, 0.035687193274497986, -0.008771166205406189, -0.007854260504245758, 0.019600404426455498, 0.24674692749977112, -0.12572728097438812, -0.06036553159356117, -0.2936723828315735, 0.015150737948715687, -0.018040040507912636, -0.05332367494702339, 0.16117675602436066, 0.05368739739060402, 0.04188040271401405, -0.005990064237266779, -0.007616429589688778, 0.029077501967549324, 0.12094630300998688, 0.06368446350097656, -0.0011045098071917892, -0.06038622930645943, 0.03947315365076065, -0.09998427331447601, -0.10266104340553284, 0.01423409953713417, -0.08620592951774597, 0.1577499359846115, 0.011474281549453735, 0.03776242583990097, -0.06681836396455765, 0.06189832463860512, 0.0019186928402632475, 0.008981656283140182, 0.02219417504966259, 0.0030411621555685997, -0.01745654083788395, 0.09205212444067001, 0.0031514386646449566, -0.1410212218761444, 0.20111943781375885, 0.15588422119617462, -0.08265340328216553, -0.01047996710985899, -0.15373961627483368, 0.052545420825481415, -0.03580351918935776, -0.08321730047464371, -0.08058745414018631, -0.00766183715313673, -0.1283530294895172, 0.02445661649107933, -0.08279082179069519, 0.0579071044921875, 0.0529855415225029, -0.09471193701028824, -0.06754358857870102, 0.011816849932074547, -0.005855114199221134, -0.03300819173455238, 0.17662252485752106, 0.15262499451637268, 0.002305656671524048, 0.2497338354587555, -0.055659033358097076, -0.12258855253458023, 0.0074449866078794, -0.0515754297375679, -0.09347698092460632, 0.20405332744121552, -0.19101737439632416, -0.002237185835838318, 0.09159886091947556, -0.00062141491798684, 0.12348922342061996, -0.1656532883644104, 0.010614577680826187, 0.0005265224608592689, 0.0022594365291297436, -0.12734292447566986, -0.05258834362030029, -0.013893764466047287, 0.05916006490588188, -0.05918170139193535, -0.08452416956424713, 0.11630398780107498, -0.022683944553136826, -0.06345710903406143, 0.04957444593310356, -0.2372981458902359, -0.2787546217441559, -0.13361391425132751, -0.13300511240959167, 0.08628761023283005, 0.06974563002586365, 0.009329108521342278, -0.12564261257648468, -0.011680442839860916, 0.06127450615167618, -0.04223022237420082, -0.14760664105415344, -0.015061719343066216, -0.023287303745746613, 0.04648372158408165, -0.021362120285630226, -0.047618135809898376, 0.022630611434578896, -0.05508522689342499, 0.2781420350074768, 0.08908841758966446, -0.0807415172457695, 0.1064368411898613, 0.2162000983953476, -0.0016695873346179724, 0.052139393985271454, -0.010057145729660988, 0.12127379328012466, -0.05835314467549324, -0.04992987960577011, 0.02081313543021679, -0.08223574608564377, 0.0220255795866251, 0.13285595178604126, 0.0466877706348896, -0.09284395724534988, 0.00540173752233386, -0.051809970289468765, -0.2200292944908142, -0.20938776433467865, -0.13858193159103394, -0.12159235030412674, 0.052094466984272, -0.022007843479514122, 0.051765076816082, 0.12162943184375763, 0.021122964099049568, 0.12821801006793976, -0.09562105685472488, -0.042881980538368225, -0.06230669841170311, -0.05175751447677612, -0.05791889876127243, 0.03074592910706997, -0.12106279283761978, -0.02439635992050171, 0.13745570182800293, 0.13925927877426147, 0.24127960205078125, 0.1440807282924652, 0.049369748681783676, 0.0030919958371669054, 0.08290854096412659, 0.1997889131307602, 0.11251037567853928, 0.0723704993724823, 0.04631812870502472, -0.00029426516266539693, -0.07059421390295029, -0.10188174247741699, 0.08247219026088715, 0.20391972362995148, -0.13620427250862122, 0.0182166900485754, -0.10799171030521393, -0.035256028175354004, -0.17951536178588867, 0.09881223738193512, -0.2611890733242035, 0.03004022128880024, 0.054449133574962616, 0.16750779747962952, -0.10718198120594025, 0.092723049223423, 0.08925021439790726, -0.011079732328653336, 0.03674549236893654, -0.0058960202150046825, 0.03959309682250023, -0.03725874423980713, 0.015469640493392944, -0.011409789323806763, -0.010738259181380272, -0.025061406195163727, 0.010877774097025394, -0.014875354245305061, 0.21741047501564026, 0.034334924072027206, -0.05242915078997612, -0.027577199041843414, 0.0012263049138709903, -0.029590977355837822, 0.004336669575423002, 0.17663952708244324, 0.05483989790081978, -0.433560311794281, -0.20193010568618774, -0.0521768257021904, -0.044634874910116196, 0.21082568168640137, 0.06822417676448822, -0.1479920744895935, 0.0604865588247776, -0.02272477187216282, 0.00948114413768053, -0.24514691531658173, -0.023576410487294197, -0.09227075427770615, 0.014497668482363224, 0.04851091280579567, -0.04720433056354523, -0.014698908664286137, -0.04936365783214569, 0.017411669716238976, 0.11962577700614929, 0.010053666308522224, -0.035013847053050995, -0.07602440565824509, -0.06598588824272156, 0.19876378774642944, 0.031256455928087234, 0.13939696550369263, -0.010635429061949253, -0.004301391076296568, -0.024763820692896843, -0.18290819227695465, 0.15648144483566284, -0.0452687032520771, 0.14222854375839233, -0.1591748595237732, 0.24913358688354492, 0.03835450857877731, 0.06809235364198685, -0.019916344434022903, 0.040591392666101456, -0.014142712578177452, 0.00259205955080688, 0.1502474993467331, -0.02364734187722206, 0.017896395176649094, 0.24685318768024445, 0.012847664766013622, -0.2071567177772522, 0.0851721465587616, 0.015415335074067116, 0.1091679111123085, 0.024484626948833466, -0.022894233465194702, 0.22312694787979126, 0.27215343713760376, -0.05839736387133598, -0.29459449648857117, 0.10210026055574417, -0.04362987354397774, 0.012283746153116226, 0.03815317526459694, -0.24302874505519867, 0.16310156881809235, 0.06361331790685654, -0.057806674391031265, 0.21830937266349792, -0.13599202036857605, -0.03659839555621147, 0.22767212986946106, -0.04276145622134209, 0.18776392936706543, -0.08504088222980499, -0.16525548696517944, -0.13127708435058594, -0.02609516866505146, 0.15486234426498413, -0.03806496039032936, 0.05309969186782837, 0.09213626384735107, 0.0849442109465599, 0.04102165997028351, -0.028413383290171623, 0.16969963908195496, 0.133799746632576, 0.049072954803705215, -0.05371611937880516, 0.01375658344477415, 0.07218264043331146, 0.0025589321739971638, 0.008926477283239365, 0.16341924667358398, 0.04340435937047005, -0.06318593770265579, -0.034800391644239426, -0.017085440456867218, 0.07814327627420425, 0.09614518284797668, -0.057461075484752655, -0.09884081780910492, -0.04765990749001503, -0.1607964038848877, -0.039088137447834015, 0.09570597112178802, -0.050828736275434494, 0.029733670875430107, 0.1956060379743576, 0.04369582608342171, -0.06421817094087601, -0.19558970630168915, -0.005953752901405096, -0.07039312273263931, 0.07064095139503479, -0.21295006573200226, 0.021797576919198036, 0.09893079102039337, 0.10301471501588821, 0.008767606690526009, 0.058983635157346725, -0.0855497196316719, 0.025929924100637436, 0.11885039508342743, -0.10723044723272324, 0.008229915052652359, 0.020618267357349396, -0.08230467140674591, -0.0009659260394982994, 0.08936756104230881, 0.004533717874437571, 0.07821773737668991, -0.003669414669275284, -0.038276903331279755, 0.038395967334508896, -0.08343375474214554, 0.21402987837791443, 0.12127377092838287, 0.017570456489920616, -0.176776722073555, 0.16217951476573944, -0.01131516508758068, -0.141034334897995, 0.011959263123571873, -0.07713329792022705, -0.04214441031217575, -0.07680640369653702, 0.031949978321790695, 0.07600973546504974, 0.021492311730980873, -0.10843405872583389, 0.09816886484622955, -0.08188267052173615, 0.008267470635473728, 0.0986509770154953, 0.04784790799021721, 0.060590971261262894, -0.016801370307803154, 0.029555857181549072, 0.033579956740140915, 0.030993899330496788, -0.024863040074706078, 0.08894751965999603, -0.0785650759935379, -0.09127755463123322, -0.03548898920416832, 0.13837316632270813, -0.1013684794306755, -0.08362270891666412, -0.057854194194078445, 0.0904359370470047, -0.10325633734464645, 0.056000158190727234, -0.013206368312239647, -0.04490874707698822, 0.026858985424041748, 0.050076715648174286, 0.0046794842928647995, 0.04236529767513275, -0.11097171157598495, 0.12239252775907516, 0.011358401738107204, 0.01102873869240284, -0.0749775841832161, 0.004239738918840885, 0.07141097635030746, 0.01714535430073738, 0.04197094216942787, 0.23129446804523468, -0.03831034153699875, 0.0710667297244072, -0.29622071981430054, -0.17788520455360413, 0.210038959980011, 0.041178710758686066, 0.01610480435192585, 0.0014564127195626497, -0.029159415513277054, 0.07978681474924088, 0.08121577650308609, 0.002595780184492469, 0.02249438688158989, -0.0797690600156784, -0.028479456901550293, -0.18789714574813843, -0.1343112736940384, -0.0030604959465563297, -0.05321676656603813, 0.23450128734111786, 0.04773905500769615, 0.003988438751548529, 0.043041396886110306, 0.012015225365757942, 0.01863572560250759, -0.02455415017902851, -0.011962891556322575, -0.1453428566455841, -0.0603516511619091, 0.008645074442029, 0.03205285593867302, -0.06163949891924858, 0.3769530653953552, 0.017581036314368248, -0.10279485583305359, -0.06135460361838341, 0.1827748417854309, 0.08014646172523499, 0.11157868802547455, 0.31175360083580017, 0.07547934353351593, -0.06798898428678513, -0.029531151056289673, 0.082402803003788, 0.016135146841406822, 0.3248055875301361, 0.03282395377755165, 0.09613554924726486, -0.005238212179392576, 0.03166859969496727, 0.067598357796669, 0.0025473320856690407, 0.015524815768003464, 0.1215229332447052, -0.02321639284491539, 0.0436561182141304, 0.05223677307367325, 0.037395674735307693, -0.022147051990032196, 0.016047179698944092, 0.11063205450773239, -0.05100860446691513, -0.1292494237422943, -0.10858271270990372, -0.13544124364852905, -0.054550353437662125, -0.05696581304073334, -0.0019135753391310573, -0.06873048096895218, 0.01799868978559971, 0.2425200194120407, -0.014389333315193653, 0.020574046298861504, 0.21083562076091766, -0.13372455537319183, -0.0441252775490284, 0.02200205810368061, -0.005189863033592701, -0.09649395942687988, -0.009039182215929031, -0.1394755095243454, 0.1775284707546234, 0.010077210143208504, -0.029899297282099724, -0.01306501217186451, 0.016586685553193092, 0.029593387618660927, -0.13606519997119904, -0.061093855649232864, -0.0786902979016304, 0.0059446413069963455, -0.10465507209300995, -0.011842701584100723, 0.05860505998134613, -0.06309191137552261, 0.05561745539307594, 0.07455452531576157, -0.043968915939331055, 0.03128887712955475, 0.005167193245142698, 0.01681675761938095, -0.1271195113658905, 0.15421828627586365, -0.0034446020144969225, -0.07339048385620117, -0.03078848496079445, 0.03386921435594559, 0.31128549575805664, 0.002675506519153714, -0.025664418935775757, 0.002402304206043482, 0.04135729372501373, -0.016789115965366364, 0.08303947001695633, 0.038229189813137054, 0.13326741755008698, 0.052584581077098846, -0.03754909709095955, 0.0008809006540104747, -0.06803636252880096, -0.06978534907102585, -0.02908615581691265, 0.09601929783821106, -0.08221795409917831, -0.08475276827812195, 0.17215381562709808, -0.24340374767780304, 0.005203394219279289, -0.0027119943406432867, -0.10835444182157516, -0.09138096868991852, 0.011511369608342648, 0.12069248408079147, 0.10560989379882812, -0.0545508936047554, -0.14737838506698608, -0.020282018929719925, -0.021522557362914085, -0.00893401075154543, -0.3630782961845398, -0.08044399321079254, -0.042488325387239456, -0.09207646548748016, -0.01945893093943596, 0.022806305438280106, 0.17624203860759735, -0.06249473989009857, 0.08221951872110367, 0.021363966166973114, 0.021647922694683075, -0.0003323386190459132, -0.06242581829428673, -0.009367135353386402, 0.18596608936786652, -0.029569651931524277, -0.01949106901884079, 0.07507254928350449, 0.05600370839238167, -0.05594337731599808, -0.0013257043901830912, -0.0190457534044981, -0.03463222086429596, -0.08243591338396072, -0.14001531898975372, 0.0694279670715332, -0.09431697428226471, 0.028541631996631622, -0.044032856822013855, -0.03398510068655014, 0.037267882376909256, 0.04501112177968025, -0.10776367783546448, -0.029699653387069702, -0.09329308569431305, -0.0975002571940422, 0.04159589856863022, -0.026285184547305107, -0.20323830842971802, 0.021604005247354507, -0.11510252207517624, 0.09465085715055466, 0.0005272626876831055, 0.036554884165525436, 0.03678932040929794, 0.011968211270868778, -0.028081528842449188, 0.040791094303131104, 0.08162439614534378, 0.04058648273348808, -0.03368280827999115, -0.09408194571733475 ]
206eae0b49785320d08d3dce87ecb2e2294cf780
# Dataset Card for Genshin Voice ## Dataset Description ### Dataset Summary The Genshin Voice dataset is a text-to-voice dataset of different Genshin Impact characters unpacked from the game. ### Languages The text in the dataset is in Mandarin. ## Dataset Creation ### Source Data #### Initial Data Collection and Normalization The data was obtained by unpacking the [Genshin Impact](https://genshin.hoyoverse.com/) game. #### Who are the source language producers? The language producers are the employee of [Hoyoverse](https://hoyoverse.com/) and contractors from [EchoSky Studio](http://qx.asiacu.com/). ### Annotations The dataset contains official annotations from the game, including ingame speaker name and transcripts. ## Additional Information ### Dataset Curators The dataset was created by [w4123](https://github.com/w4123) initially in his [GitHub repository](https://github.com/w4123/GenshinVoice). ### Licensing Information Copyright © COGNOSPHERE. All Rights Reserved.
hanamizuki-ai/genshin-voice-v3.4-mandarin
[ "task_categories:text-to-speech", "task_categories:automatic-speech-recognition", "multilinguality:monolingual", "source_datasets:original", "language:zh", "region:us" ]
2023-02-09T01:50:09+00:00
{"language": ["zh"], "multilinguality": ["monolingual"], "source_datasets": ["original"], "task_categories": ["text-to-speech", "automatic-speech-recognition"], "pretty_name": "Genshin Voice", "dataset_info": {"features": [{"name": "audio", "dtype": "audio"}, {"name": "language", "dtype": "string"}, {"name": "npcName", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "type", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 20516788863.251, "num_examples": 78337}], "download_size": 34041643248, "dataset_size": 20516788863.251}}
2023-04-13T01:28:53+00:00
[]
[ "zh" ]
TAGS #task_categories-text-to-speech #task_categories-automatic-speech-recognition #multilinguality-monolingual #source_datasets-original #language-Chinese #region-us
# Dataset Card for Genshin Voice ## Dataset Description ### Dataset Summary The Genshin Voice dataset is a text-to-voice dataset of different Genshin Impact characters unpacked from the game. ### Languages The text in the dataset is in Mandarin. ## Dataset Creation ### Source Data #### Initial Data Collection and Normalization The data was obtained by unpacking the Genshin Impact game. #### Who are the source language producers? The language producers are the employee of Hoyoverse and contractors from EchoSky Studio. ### Annotations The dataset contains official annotations from the game, including ingame speaker name and transcripts. ## Additional Information ### Dataset Curators The dataset was created by w4123 initially in his GitHub repository. ### Licensing Information Copyright © COGNOSPHERE. All Rights Reserved.
[ "# Dataset Card for Genshin Voice", "## Dataset Description", "### Dataset Summary\n\nThe Genshin Voice dataset is a text-to-voice dataset of different Genshin Impact characters unpacked from the game.", "### Languages\n\nThe text in the dataset is in Mandarin.", "## Dataset Creation", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe data was obtained by unpacking the Genshin Impact game.", "#### Who are the source language producers?\n\nThe language producers are the employee of Hoyoverse and contractors from EchoSky Studio.", "### Annotations\n\nThe dataset contains official annotations from the game, including ingame speaker name and transcripts.", "## Additional Information", "### Dataset Curators\n\nThe dataset was created by w4123 initially in his GitHub repository.", "### Licensing Information\n\nCopyright © COGNOSPHERE. All Rights Reserved." ]
[ "TAGS\n#task_categories-text-to-speech #task_categories-automatic-speech-recognition #multilinguality-monolingual #source_datasets-original #language-Chinese #region-us \n", "# Dataset Card for Genshin Voice", "## Dataset Description", "### Dataset Summary\n\nThe Genshin Voice dataset is a text-to-voice dataset of different Genshin Impact characters unpacked from the game.", "### Languages\n\nThe text in the dataset is in Mandarin.", "## Dataset Creation", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe data was obtained by unpacking the Genshin Impact game.", "#### Who are the source language producers?\n\nThe language producers are the employee of Hoyoverse and contractors from EchoSky Studio.", "### Annotations\n\nThe dataset contains official annotations from the game, including ingame speaker name and transcripts.", "## Additional Information", "### Dataset Curators\n\nThe dataset was created by w4123 initially in his GitHub repository.", "### Licensing Information\n\nCopyright © COGNOSPHERE. All Rights Reserved." ]
[ 56, 8, 4, 35, 15, 5, 4, 25, 30, 28, 5, 26, 18 ]
[ "passage: TAGS\n#task_categories-text-to-speech #task_categories-automatic-speech-recognition #multilinguality-monolingual #source_datasets-original #language-Chinese #region-us \n# Dataset Card for Genshin Voice## Dataset Description### Dataset Summary\n\nThe Genshin Voice dataset is a text-to-voice dataset of different Genshin Impact characters unpacked from the game.### Languages\n\nThe text in the dataset is in Mandarin.## Dataset Creation### Source Data#### Initial Data Collection and Normalization\n\nThe data was obtained by unpacking the Genshin Impact game.#### Who are the source language producers?\n\nThe language producers are the employee of Hoyoverse and contractors from EchoSky Studio.### Annotations\n\nThe dataset contains official annotations from the game, including ingame speaker name and transcripts.## Additional Information### Dataset Curators\n\nThe dataset was created by w4123 initially in his GitHub repository.### Licensing Information\n\nCopyright © COGNOSPHERE. All Rights Reserved." ]
[ -0.04358046501874924, 0.24640122056007385, 0.0003402675502002239, 0.0840378925204277, 0.11374203860759735, -0.006628377828747034, 0.10172588378190994, 0.07335937768220901, 0.006881765089929104, 0.07418303191661835, 0.04526573419570923, 0.023192554712295532, 0.14485716819763184, 0.18549202382564545, 0.051302384585142136, -0.13139554858207703, 0.049708131700754166, 0.020261740311980247, 0.03675517439842224, 0.06058136001229286, 0.029327571392059326, -0.0682683140039444, 0.08816400170326233, -0.03367001563310623, -0.13303181529045105, -0.005730557721108198, -0.0072910841554403305, -0.02961263246834278, 0.038802385330200195, 0.04045940563082695, 0.006030416116118431, -0.01433753501623869, 0.04262346774339676, -0.1503540277481079, 0.006573695223778486, 0.024193868041038513, 0.004661937709897757, 0.006577909458428621, 0.041073381900787354, 0.04050273075699806, 0.07080389559268951, -0.024884991347789764, 0.00792667455971241, 0.09049701690673828, -0.07924031466245651, -0.08440633118152618, -0.1391470581293106, -0.05271781235933304, 0.08101677894592285, 0.12024093419313431, -0.03206077590584755, 0.004379162099212408, 0.00404924713075161, 0.0401739701628685, 0.11080959439277649, -0.13767674565315247, -0.03521702438592911, 0.17540894448757172, 0.022277524694800377, 0.13973712921142578, -0.08926405757665634, -0.0015021554427221417, 0.04077013581991196, 0.03818345442414284, 0.06434224545955658, -0.058047592639923096, -0.06049972400069237, 0.03119640424847603, -0.062149759382009506, -0.011513441801071167, 0.27287477254867554, -0.049124594777822495, -0.04344271868467331, -0.04593657702207565, -0.001971886493265629, -0.09508422762155533, 0.06071263551712036, 0.04776016250252724, 0.000048657737352186814, 0.015165726654231548, -0.02241501212120056, -0.11826681345701218, -0.044333960860967636, -0.07132339477539062, -0.012712342664599419, 0.11616647243499756, -0.027184586971998215, 0.045981939882040024, -0.04439311474561691, 0.06110767275094986, -0.023562626913189888, -0.0794123038649559, -0.07394234836101532, 0.025309095159173012, -0.1259027123451233, 0.000631336763035506, 0.054296839982271194, -0.07459869980812073, 0.046475786715745926, 0.09946128726005554, -0.16137157380580902, 0.06480810791254044, -0.07736148685216904, -0.004284407012164593, 0.08795269578695297, 0.10733786970376968, -0.06029479578137398, -0.062381941825151443, 0.058004241436719894, -0.032488226890563965, 0.06499450653791428, -0.09835735708475113, -0.11993813514709473, 0.055816650390625, -0.010892573744058609, 0.06830936670303345, 0.052250366657972336, 0.014418449252843857, -0.02792022004723549, -0.021920667961239815, 0.11558212339878082, -0.12242570519447327, 0.032953109592199326, 0.03711375594139099, -0.08499303460121155, -0.06071672961115837, -0.04786474257707596, 0.0033553647808730602, -0.07104891538619995, -0.008226511999964714, -0.07794363051652908, -0.030161501839756966, -0.07352586090564728, -0.053502846509218216, 0.09317576140165329, -0.1432826966047287, -0.02414816804230213, -0.014036007225513458, -0.17150409519672394, -0.07293378561735153, 0.016824252903461456, -0.02905803918838501, -0.09960715472698212, -0.09087581932544708, -0.06927481293678284, -0.0041544390842318535, -0.0024502319283783436, -0.07012688368558884, -0.047226548194885254, 0.04983238875865936, -0.06980682909488678, 0.03331172093749046, -0.19931507110595703, 0.07042356580495834, -0.11670828610658646, 0.07851000130176544, -0.07962773740291595, 0.08391803503036499, -0.06532840430736542, -0.0062432135455310345, -0.05370311811566353, 0.013841130770742893, 0.09759774804115295, -0.04192228615283966, -0.015643227845430374, 0.13076215982437134, -0.1915365606546402, -0.050374679267406464, 0.10252119600772858, -0.09310831129550934, -0.06265097856521606, 0.060419198125600815, -0.028817497193813324, 0.060275882482528687, 0.09151192754507065, 0.20771609246730804, -0.04155419394373894, -0.011775722727179527, -0.0639987662434578, -0.07845918834209442, -0.01173882745206356, 0.08374868333339691, 0.1251024752855301, -0.02775954082608223, 0.008393941447138786, 0.029246482998132706, -0.053265564143657684, 0.057268720120191574, -0.009882660582661629, -0.06998645514249802, 0.022605523467063904, -0.09240686148405075, -0.0205933079123497, 0.035495638847351074, 0.013630184344947338, 0.016908181831240654, 0.013381876982748508, -0.019062822684645653, 0.018997710198163986, -0.10377820581197739, 0.021825984120368958, -0.07730452716350555, 0.06821536272764206, -0.0058442638255655766, 0.03768985718488693, -0.09794332832098007, -0.09046845138072968, 0.07722888886928558, -0.011018526740372181, 0.10898632556200027, -0.1344473510980606, 0.004255905747413635, 0.07327419519424438, -0.01802147552371025, -0.043165940791368484, -0.03942006826400757, -0.008269896730780602, 0.026143092662096024, -0.16408950090408325, -0.04785798862576485, -0.056822288781404495, 0.11471084505319595, -0.12770618498325348, -0.009663354605436325, 0.001155290869064629, 0.043087854981422424, 0.013828855939209461, -0.0903983786702156, 0.04133356735110283, 0.06519483029842377, -0.0881245881319046, -0.07207480072975159, -0.020070455968379974, 0.006339932791888714, -0.07847137004137039, 0.11830637603998184, -0.14492397010326385, -0.12299062311649323, 0.1020001471042633, 0.06670765578746796, 0.013915467076003551, -0.01981239579617977, -0.002703113714233041, -0.07679642736911774, -0.05891558527946472, -0.007189626805484295, 0.058026138693094254, -0.031924180686473846, 0.050429943948984146, -0.07566015422344208, 0.0732772946357727, 0.011750707402825356, 0.0019487857352942228, -0.030472828075289726, 0.04841957241296768, 0.08271682262420654, -0.11380550265312195, 0.20124448835849762, -0.07987665385007858, 0.024967772886157036, 0.23287802934646606, -0.026424415409564972, -0.056505490094423294, -0.03853697329759598, -0.013337729498744011, -0.021158581599593163, 0.18459460139274597, -0.15398184955120087, 0.015308797359466553, 0.011292818933725357, -0.04236946627497673, 0.008162078447639942, -0.1191391572356224, -0.032133642584085464, 0.006263958290219307, -0.06151392683386803, 0.0050002336502075195, -0.0347021222114563, -0.05482983589172363, 0.08906146138906479, 0.006976369768381119, 0.07297111302614212, 0.03292550891637802, -0.008379360660910606, -0.14135196805000305, 0.10632132738828659, -0.16075533628463745, -0.1930215209722519, -0.08953123539686203, -0.1218019425868988, -0.09612339735031128, 0.06195283308625221, 0.004022822715342045, -0.10674849152565002, -0.03860513120889664, -0.09818428754806519, 0.09075069427490234, -0.08897692710161209, -0.08247635513544083, 0.027813589200377464, -0.0486639104783535, -0.13681262731552124, -0.050876982510089874, 0.029678691178560257, 0.06080331653356552, -0.13757067918777466, 0.09481358528137207, -0.04772268980741501, 0.17492295801639557, 0.18521735072135925, 0.019662369042634964, 0.018405970185995102, -0.04136938974261284, 0.17799997329711914, -0.1021767184138298, 0.11574334651231766, 0.0194622203707695, -0.07487740367650986, 0.017348071560263634, 0.15178069472312927, 0.019602900370955467, -0.03834500163793564, -0.004915707744657993, -0.0106772780418396, -0.132534921169281, -0.23081599175930023, -0.07699371874332428, -0.11020320653915405, 0.11482808738946915, 0.055595461279153824, 0.04802236333489418, 0.1520020067691803, 0.03655129298567772, -0.03882373124361038, 0.06367089599370956, 0.11367852240800858, 0.04933696240186691, -0.05249738693237305, 0.013791574165225029, -0.01896768808364868, -0.025933129712939262, 0.02868296205997467, 0.09326296299695969, 0.03868669643998146, 0.26634079217910767, 0.01704377867281437, 0.24852119386196136, 0.012618864886462688, 0.10511281341314316, 0.0033087371848523617, 0.1044839546084404, 0.058768026530742645, 0.08466559648513794, -0.0008198858704417944, -0.08110698312520981, 0.008818985894322395, 0.08051440119743347, 0.04000586271286011, -0.07626327127218246, 0.08159583806991577, 0.01639533042907715, -0.04411403834819794, 0.16013792157173157, 0.020118756219744682, -0.11705169826745987, -0.05543474107980728, 0.07306715101003647, 0.09895257651805878, -0.12754115462303162, 0.09983809292316437, 0.20017030835151672, -0.10380471497774124, 0.1168469786643982, 0.013351119123399258, 0.09863082319498062, -0.016183823347091675, -0.06746445596218109, 0.033576931804418564, -0.017385346814990044, -0.02880733832716942, 0.05539770424365997, -0.2777886390686035, 0.029436210170388222, 0.029293972998857498, 0.0394769050180912, -0.10816164314746857, -0.029616691172122955, -0.02171092852950096, -0.003793133422732353, 0.12129363417625427, 0.06864479184150696, -0.1260603964328766, -0.08069941401481628, -0.05346174165606499, -0.016534285619854927, 0.02585512027144432, -0.02982459031045437, 0.073061004281044, 0.08270630985498428, 0.030116884037852287, -0.055087484419345856, -0.011638650670647621, -0.10702992230653763, -0.17756806313991547, 0.011565814726054668, 0.08606404811143875, 0.13640202581882477, -0.00140218751039356, -0.004797301720827818, 0.0716463252902031, 0.0932355523109436, 0.01167814340442419, -0.08343145996332169, -0.10215704888105392, 0.030022719874978065, 0.10231819748878479, -0.051209334284067154, 0.0408814363181591, -0.037629496306180954, 0.08979848772287369, -0.06459011137485504, -0.09264819324016571, 0.03925738111138344, 0.0009328628657385707, -0.1396646499633789, -0.007624671328812838, 0.08836719393730164, 0.19360369443893433, 0.08833833783864975, -0.038115184754133224, 0.0356106199324131, 0.08278895169496536, -0.11380988359451294, 0.09885310381650925, 0.12788432836532593, -0.04390515387058258, 0.14167609810829163, 0.04973529651761055, -0.15399070084095, -0.14502659440040588, -0.1028725877404213, 0.11057177186012268, 0.11476519703865051, -0.05949302017688751, 0.16461817920207977, 0.046483151614665985, -0.1231735497713089, -0.2277693897485733, 0.006412302143871784, -0.05212271586060524, 0.011082180775702, -0.015232211910188198, -0.29940104484558105, -0.012429973110556602, -0.036803748458623886, -0.015413284301757812, 0.21734128892421722, -0.20745770633220673, -0.0945332869887352, -0.0006285044946707785, 0.0929114818572998, -0.028684470802545547, -0.15418501198291779, -0.03660435602068901, 0.0008819065405987203, -0.14937171339988708, 0.21332746744155884, -0.0990113690495491, 0.0317736491560936, -0.03862291947007179, 0.10713621973991394, 0.010677948594093323, -0.05182914808392525, 0.1191793754696846, 0.0404219813644886, 0.04781164228916168, -0.048883095383644104, -0.04008492827415466, 0.18589521944522858, 0.005915858317166567, 0.10930069535970688, 0.0460968054831028, -0.04472571983933449, -0.04689078778028488, -0.007228499744087458, -0.1179567277431488, -0.006016090512275696, -0.05273839831352234, -0.060049332678318024, -0.13438668847084045, 0.10116744786500931, 0.08363478630781174, 0.035714905709028244, 0.16777761280536652, 0.023382173851132393, 0.060631945729255676, 0.13953110575675964, 0.044542208313941956, 0.04315432161092758, 0.012693338096141815, -0.003814521711319685, -0.03502640128135681, 0.04890553653240204, -0.05429030582308769, 0.0025145816616714, 0.10871729254722595, 0.08063139021396637, 0.11977383494377136, 0.03822225332260132, -0.18508023023605347, 0.08940843492746353, 0.00005599257565336302, -0.08842156082391739, -0.19499003887176514, -0.019911253824830055, -0.0013142921961843967, 0.0428939051926136, -0.025528019294142723, 0.015525318682193756, -0.06873060762882233, -0.028766201809048653, -0.013194681145250797, 0.07650892436504364, -0.03581438586115837, 0.08219760656356812, -0.02405255287885666, -0.021202702075242996, -0.17259162664413452, 0.1616380363702774, 0.16005615890026093, -0.07913617789745331, 0.038537271320819855, 0.10227581113576889, -0.10676319152116776, 0.02541520446538925, 0.002733352594077587, 0.04136281833052635, -0.08823265880346298, -0.11348120868206024, 0.055418774485588074, -0.1347738653421402, 0.0303395614027977, 0.0683373287320137, -0.0380697026848793, 0.08177030831575394, 0.051701925694942474, -0.037796925753355026, -0.08696981519460678, 0.05739310756325722, -0.023993585258722305, 0.02239002287387848, -0.04783613607287407, -0.023490438237786293, 0.0819670706987381, 0.11370423436164856, -0.03500046581029892, -0.09567447751760483, -0.12089189887046814, 0.023029960691928864, -0.08234009146690369, 0.04498334601521492, -0.1491827368736267, -0.04546460881829262, -0.03919505327939987, -0.0720662996172905, -0.020336555317044258, 0.03978777304291725, -0.0612330324947834, -0.02497183531522751, -0.035270918160676956, -0.0040460797026753426, -0.09592632204294205, -0.03541415557265282, 0.03545064106583595, -0.04901085048913956, 0.09848418831825256, 0.10521397739648819, -0.05920273810625076, 0.06066087633371353, -0.11333134025335312, 0.030959783121943474, -0.021281804889440536, 0.004377865698188543, 0.04243718087673187, -0.04876042157411575, -0.09638461470603943, 0.02587062120437622, -0.08615490049123764, 0.006861240603029728, 0.03895668685436249, -0.05267941579222679, 0.01415224839001894, -0.07789349555969238, -0.03017517365515232, -0.0463445745408535, 0.09861086308956146, 0.09927550703287125, 0.011457383632659912, 0.056192874908447266, -0.011903493665158749, 0.12089575827121735, -0.11253352463245392, -0.04585334286093712, 0.00472888583317399, 0.011748779565095901, -0.08746030181646347, -0.01893303170800209, 0.015968171879649162, 0.018806520849466324, 0.19186170399188995, -0.023692773655056953, -0.0774463415145874, -0.03448732569813728, 0.027135273441672325, -0.003357998328283429, 0.02535403147339821, 0.1316969096660614, -0.05855506286025047, -0.049277715384960175, 0.10147053748369217, 0.04535897448658943, -0.031692422926425934, 0.12433791160583496, 0.18358807265758514, -0.0987108126282692, 0.14414119720458984, 0.04243814945220947, -0.025280943140387535, -0.09298958629369736, -0.08485911041498184, 0.01053561270236969, -0.010534029453992844, 0.009334146045148373, -0.013774506747722626, 0.1286630481481552, 0.10434409230947495, -0.17857509851455688, 0.11715967208147049, -0.00033824166166596115, -0.10677825659513474, -0.06332999467849731, -0.19759207963943481, -0.05612172931432724, -0.062025509774684906, 0.004163331352174282, -0.12052655220031738, 0.12651044130325317, 0.03678989037871361, 0.023488743230700493, -0.0120916198939085, 0.12654772400856018, 0.03276741877198219, -0.10248752683401108, -0.012556882575154305, 0.010799044743180275, 0.007038479205220938, 0.02946007251739502, 0.059774141758680344, 0.05735404044389725, -0.028913278132677078, 0.0969083234667778, 0.11629272252321243, 0.0520763136446476, 0.13011085987091064, -0.0026611292269080877, -0.04237571731209755, 0.02067881077528, 0.01570921391248703, 0.02699609287083149, 0.1632908284664154, 0.04646202176809311, -0.0083867646753788, 0.01999003067612648, 0.13761840760707855, 0.012157371267676353, -0.006087594199925661, -0.054680708795785904, 0.0857415571808815, -0.049935974180698395, -0.11750876158475876, 0.032793208956718445, -0.12144997715950012, 0.010759987868368626, 0.1447092443704605, 0.14414869248867035, 0.043026890605688095, -0.035857800394296646, -0.14370203018188477, 0.01168699748814106, -0.0015078370925039053, 0.09519001096487045, -0.015416748821735382, 0.20472195744514465, -0.09590894728899002, -0.009840451180934906, -0.13411179184913635, -0.03286880999803543, -0.07025710493326187, 0.013088766485452652, 0.06170973554253578, -0.028920374810695648, -0.07462619990110397, 0.06666126102209091, -0.2249736487865448, -0.14836536347866058, 0.02784254029393196, -0.0884443074464798, -0.013944216072559357, 0.016656795516610146, 0.0356186106801033, -0.003635701723396778, -0.007349832449108362, 0.0075166006572544575, 0.08720686286687851, 0.06475366652011871, 0.021573061123490334, -0.15962950885295868, 0.039091333746910095, 0.12686875462532043, -0.10118797421455383, 0.18953481316566467, -0.04738236591219902, 0.085799440741539, 0.031380731612443924, 0.043560732156038284, -0.09954864531755447, 0.04701359197497368, 0.038021016865968704, 0.06600364297628403, -0.08510266244411469, 0.16681618988513947, 0.0075380620546638966, 0.15125036239624023, 0.01235384400933981, 0.05590938776731491, 0.02542751282453537, 0.11919716745615005, 0.0011734286090359092, -0.07860361039638519, -0.036527421325445175, -0.12202686816453934, 0.1334504932165146, 0.08461356163024902, -0.05588587000966072, 0.015521257184445858, -0.03762487322092056, 0.009667513892054558, -0.07194980978965759, 0.13472600281238556, -0.005884428042918444, -0.16317011415958405, -0.01400802843272686, -0.04598703235387802, 0.044279795140028, -0.15578371286392212, 0.07091185450553894, -0.07602030038833618, -0.0711267739534378, -0.025805102661252022, 0.08784505724906921, 0.04174021631479263, -0.008238679729402065, -0.07695292681455612, -0.0841992199420929, 0.04193253070116043, 0.096305713057518, -0.05715509131550789, -0.051592737436294556 ]
806da0c59c7c6a1176362a4cfe6add9b59cb66ed
# Dataset Card for "Hatefulmemes_test_facebook_opt_6.7b_Hatefulmemes_ns_1000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Multimodal-Fatima/Hatefulmemes_test_facebook_opt_6.7b_Hatefulmemes_ns_1000
[ "region:us" ]
2023-02-09T02:41:25+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "prompt", "dtype": "string"}, {"name": "true_label", "dtype": "string"}, {"name": "prediction", "dtype": "string"}, {"name": "scores", "sequence": "float64"}], "splits": [{"name": "fewshot_1_bs_16", "num_bytes": 362719567.0, "num_examples": 1000}, {"name": "fewshot_3_bs_16", "num_bytes": 363587206.0, "num_examples": 1000}, {"name": "fewshot_5_bs_16", "num_bytes": 364454992.0, "num_examples": 1000}, {"name": "fewshot_8_bs_16", "num_bytes": 365760377.0, "num_examples": 1000}, {"name": "fewshot_10_bs_16", "num_bytes": 366632224.0, "num_examples": 1000}], "download_size": 1814428039, "dataset_size": 1823154366.0}}
2023-02-09T03:01:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Hatefulmemes_test_facebook_opt_6.7b_Hatefulmemes_ns_1000" More Information needed
[ "# Dataset Card for \"Hatefulmemes_test_facebook_opt_6.7b_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Hatefulmemes_test_facebook_opt_6.7b_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ 6, 35 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Hatefulmemes_test_facebook_opt_6.7b_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ -0.12587831914424896, 0.126942977309227, -0.0024774959310889244, -0.0069762542843818665, 0.027502451092004776, 0.11023194342851639, 0.11047940701246262, 0.050932206213474274, 0.30478033423423767, -0.017271418124437332, 0.18400277197360992, 0.006191852502524853, -0.022307615727186203, 0.18511946499347687, -0.11057554185390472, 0.08341240137815475, 0.0650896430015564, 0.03126627951860428, -0.015532007440924644, 0.10139884054660797, 0.04176236316561699, -0.0126132657751441, 0.11190103739500046, -0.061273716390132904, -0.24853059649467468, 0.1593523621559143, 0.09942572563886642, -0.026993630453944206, 0.09299744665622711, -0.09208373725414276, 0.08241788297891617, -0.047712769359350204, -0.06296069175004959, 0.0034709579776972532, 0.055661678314208984, -0.006037140730768442, -0.027929652482271194, 0.00698694447055459, -0.01899622566998005, -0.21464647352695465, 0.1032666340470314, -0.013599788770079613, 0.034347258508205414, 0.08928631991147995, -0.14918622374534607, -0.10533451288938522, -0.07576639950275421, 0.00967116467654705, 0.07525468617677689, 0.10045314580202103, -0.01848304085433483, 0.17603477835655212, -0.10823571681976318, 0.07467526197433472, 0.12371359020471573, 0.17064832150936127, -0.037395451217889786, -0.04667181894183159, -0.10560939460992813, -0.015060252510011196, 0.0005723887006752193, 0.06679298728704453, 0.18655185401439667, 0.03439855948090553, -0.09430976212024689, -0.07131050527095795, 0.019986053928732872, 0.019788434728980064, -0.039276327937841415, -0.06588315963745117, 0.11052904278039932, 0.13391247391700745, 0.0031197331845760345, -0.034309979528188705, -0.03566477820277214, -0.07594186067581177, 0.08044435828924179, -0.008428875356912613, -0.01790495775640011, 0.005253473296761513, -0.06229227036237717, 0.018180890008807182, -0.03720596060156822, -0.08256715536117554, -0.11714132130146027, -0.02244645729660988, -0.0846422016620636, 0.10035554319620132, -0.12770581245422363, -0.094623863697052, -0.08183391392230988, -0.05634294077754021, -0.00829443521797657, -0.0789204016327858, -0.1021295115351677, -0.01501557044684887, -0.07433224469423294, 0.020529266446828842, 0.14068157970905304, -0.07808179408311844, 0.08684820681810379, 0.05271817743778229, -0.10346198827028275, -0.01433231309056282, 0.17849986255168915, -0.07116232812404633, 0.0859377458691597, 0.020008478313684464, -0.004694403614848852, 0.046593502163887024, 0.007351045496761799, 0.011834681034088135, 0.03255952522158623, -0.05551951378583908, 0.03954782336950302, 0.15210458636283875, -0.014100661501288414, -0.05287788063287735, -0.17074936628341675, 0.0009062368771992624, 0.09956031292676926, -0.10968203097581863, 0.07258592545986176, 0.06765443086624146, -0.11926180869340897, -0.020828930661082268, -0.0420367494225502, -0.08973277360200882, 0.02317560277879238, -0.06015870347619057, -0.04536785930395126, 0.031100310385227203, -0.06123021990060806, -0.013018949888646603, 0.14023052155971527, -0.08641068637371063, 0.059004317969083786, -0.09855499118566513, -0.24049463868141174, -0.02572748064994812, -0.05308711901307106, -0.01573782041668892, 0.11529643833637238, -0.03245539218187332, 0.06141764298081398, -0.033994197845458984, -0.03212124854326248, -0.024366486817598343, -0.044863805174827576, 0.020141402259469032, -0.029375378042459488, 0.056536201387643814, -0.06348899006843567, 0.028551135212183, -0.10912197828292847, 0.08889717608690262, -0.031754717230796814, 0.014467359520494938, -0.1908472627401352, 0.14829783141613007, -0.025266334414482117, -0.02423342689871788, -0.1376953274011612, 0.024243824183940887, 0.045377690345048904, 0.15274889767169952, -0.24565389752388, -0.047746021300554276, -0.024148108437657356, -0.1658240705728531, -0.19900567829608917, 0.0906081274151802, -0.043517112731933594, -0.0574682392179966, 0.11344031244516373, 0.28381577134132385, -0.07356780022382736, -0.13682183623313904, 0.003549775807186961, 0.05490674078464508, -0.21643519401550293, -0.1396094411611557, -0.06420710682868958, -0.10830864310264587, -0.14090101420879364, -0.028096318244934082, 0.23098072409629822, 0.08692184090614319, -0.01808987371623516, -0.06666135042905807, -0.04628433287143707, -0.1179804727435112, 0.15334749221801758, 0.054203882813453674, -0.09892677515745163, -0.16449716687202454, 0.09498229622840881, -0.02017691731452942, 0.09841176867485046, 0.030651351436972618, -0.05702219530940056, -0.06027057394385338, 0.08247901499271393, -0.022098902612924576, -0.05756736174225807, -0.1249128207564354, -0.1687026470899582, -0.00811014324426651, -0.17115876078605652, 0.04679466784000397, 0.04876356199383736, 0.09557919204235077, -0.13160806894302368, 0.02264537289738655, -0.015530199743807316, 0.013242988847196102, 0.051792971789836884, -0.010418624617159367, 0.02036287821829319, 0.04278657212853432, -0.044171638786792755, 0.12055765837430954, -0.11262698471546173, -0.03424696996808052, 0.16377957165241241, 0.07139122486114502, -0.03516484424471855, -0.019538018852472305, 0.09890761971473694, 0.027246737852692604, 0.08671925216913223, -0.08340588957071304, 0.027257725596427917, -0.032732997089624405, -0.03330564871430397, 0.007434115745127201, -0.05054771155118942, 0.09233775734901428, 0.18885371088981628, -0.041061725467443466, -0.042447350919246674, 0.15061919391155243, 0.01861460879445076, 0.033113401383161545, -0.015846002846956253, -0.023190289735794067, -0.044599078595638275, -0.014666140079498291, -0.01739772967994213, -0.10478232800960541, -0.05725383758544922, 0.023327311500906944, 0.016768932342529297, -0.16524836421012878, 0.07921966165304184, 0.05985226482152939, -0.3614455759525299, 0.11662179976701736, 0.2892317771911621, -0.006727768108248711, 0.0708499327301979, -0.03905054181814194, -0.05266838148236275, -0.03899058327078819, -0.04039311408996582, -0.056855954229831696, 0.19412848353385925, -0.21394559741020203, 0.03261541947722435, 0.010333597660064697, -0.01174723170697689, 0.08721370249986649, -0.04495539143681526, -0.050453510135412216, -0.011486581526696682, -0.04375554993748665, -0.1448531448841095, 0.09682109951972961, 0.07930903136730194, 0.048394352197647095, -0.03476324677467346, -0.04291367158293724, 0.07596107572317123, -0.014245745725929737, -0.16179153323173523, 0.04815419390797615, -0.1599041372537613, -0.1826128214597702, 0.08575252443552017, 0.11156777292490005, -0.03844505548477173, -0.012558686546981335, -0.015361581929028034, -0.22581788897514343, 0.004173286259174347, -0.023111511021852493, -0.13217997550964355, -0.09154563397169113, 0.015862036496400833, 0.12543076276779175, 0.019370978698134422, 0.056574657559394836, -0.0693269595503807, -0.03721652179956436, -0.06386619806289673, 0.12299696356058121, 0.03492703288793564, -0.13956139981746674, 0.0775320902466774, 0.08085720986127853, -0.013969889841973782, 0.031832970678806305, -0.03813892975449562, 0.23535935580730438, -0.06858035176992416, -0.034881867468357086, 0.0949728861451149, 0.005400842987000942, 0.01721121557056904, -0.034606680274009705, -0.056549251079559326, -0.1730709969997406, 0.04959720000624657, 0.06460297852754593, -0.06886205822229385, -0.1393854320049286, -0.10014069825410843, 0.003109941491857171, 0.09655522555112839, 0.13153506815433502, 0.062081508338451385, 0.010408558882772923, 0.10675308108329773, 0.14859601855278015, -0.1879653036594391, -0.08614973723888397, -0.06464062631130219, -0.0014617808628827333, -0.010428758338093758, -0.0959443524479866, -0.1164756789803505, 0.04208342358469963, 0.157725989818573, -0.11661724746227264, 0.0817493200302124, 0.025348322466015816, -0.003469312097877264, 0.049480993300676346, 0.13607512414455414, 0.07439179718494415, 0.060875024646520615, 0.0540211983025074, -0.06857085973024368, 0.041587378829717636, 0.0519341379404068, -0.14456607401371002, -0.03084431402385235, 0.14239788055419922, -0.008211629465222359, -0.02918488159775734, -0.15556283295154572, 0.08905963599681854, -0.02877710945904255, 0.1612948775291443, -0.21899287402629852, 0.06854410469532013, -0.010386629030108452, 0.04280262067914009, 0.02901042252779007, 0.009852324612438679, 0.03900245204567909, -0.06094425171613693, 0.17590579390525818, 0.04781397804617882, 0.04348054155707359, 0.06965366750955582, 0.010818160139024258, -0.07468137890100479, -0.06965045630931854, -0.013389301486313343, 0.08332143723964691, -0.18810898065567017, 0.20601162314414978, 0.009548318572342396, 0.024569284170866013, -0.12278788536787033, -0.1115947812795639, 0.07996722310781479, 0.002377492841333151, 0.10756367444992065, 0.03119043819606304, -0.1327691227197647, -0.10672745108604431, -0.013150054961442947, 0.02828652411699295, 0.03540505841374397, 0.1250116229057312, -0.0998864695429802, 0.06378258764743805, 0.032061245292425156, -0.005290157161653042, -0.09532102197408676, -0.18685932457447052, -0.025826232507824898, -0.08836068212985992, 0.051320239901542664, -0.022113202139735222, -0.03643554076552391, -0.026291772723197937, -0.00856836698949337, 0.12086687237024307, 0.12114392220973969, -0.02277909405529499, -0.17877629399299622, 0.121897853910923, 0.13079378008842468, -0.05020979791879654, -0.04020693153142929, 0.03239984065294266, 0.027881955727934837, -0.07627459615468979, -0.15545666217803955, 0.10682637989521027, -0.06334870308637619, 0.055589910596609116, -0.032385360449552536, 0.14295744895935059, 0.055968549102544785, 0.06274616718292236, 0.0945114865899086, 0.0014069013996049762, 0.057971756905317307, -0.10509543120861053, 0.18565557897090912, -0.12269794940948486, -0.10282451659440994, 0.23943760991096497, 0.10946818441152573, -0.047862470149993896, 0.014914006926119328, 0.02744424156844616, 0.1434044986963272, 0.24072501063346863, 0.04135921224951744, 0.05374203622341156, 0.13468798995018005, -0.06259104609489441, -0.20539239048957825, 0.11396628618240356, -0.08617089688777924, -0.023595334962010384, 0.049339693039655685, -0.07040350884199142, 0.027558382600545883, 0.17781908810138702, 0.025177786126732826, 0.14054687321186066, -0.12549340724945068, -0.034767936915159225, 0.1758335381746292, 0.09617165476083755, 0.34879690408706665, -0.008779294788837433, -0.0262987669557333, -0.13492484390735626, 0.0006968625821173191, 0.141010120511055, -0.15385761857032776, -0.03082488849759102, 0.03157443553209305, 0.12203394621610641, -0.006345344241708517, -0.030031146481633186, 0.21946215629577637, 0.05974958837032318, 0.23951932787895203, -0.08837345242500305, -0.07393934577703476, 0.1102989912033081, -0.034805476665496826, 0.1039511114358902, 0.016837231814861298, 0.02901633270084858, -0.11663122475147247, -0.016792505979537964, -0.09832886606454849, 0.10297907888889313, 0.031587500125169754, 0.02675575762987137, -0.06543440371751785, -0.004804724361747503, -0.06461668014526367, -0.06580481678247452, -0.10028914362192154, -0.05624748766422272, 0.070856012403965, 0.029393013566732407, 0.12393180280923843, -0.07291062921285629, 0.018563764169812202, 0.04823824018239975, -0.08714492619037628, 0.01903447136282921, -0.06000997871160507, 0.001850047381594777, 0.06728523224592209, -0.004715886898338795, 0.06879964470863342, -0.02388850785791874, -0.08600835502147675, 0.09159200638532639, 0.09650760143995285, -0.043035998940467834, -0.09329216182231903, 0.037407536059617996, -0.2450336217880249, -0.04639796167612076, -0.09079214930534363, 0.08070407062768936, 0.11472471058368683, 0.010753621347248554, -0.03814520314335823, 0.029846519231796265, -0.13474701344966888, 0.09419777989387512, 0.09995447099208832, 0.017888149246573448, -0.1375807523727417, 0.11396738886833191, -0.06299649924039841, -0.2339121699333191, 0.1476454883813858, 0.10096043348312378, -0.11029353737831116, -0.0840640738606453, -0.03394313529133797, 0.3654991090297699, 0.009611892513930798, -0.08786273002624512, -0.09690006822347641, -0.08037406206130981, 0.007224366534501314, 0.2530818581581116, 0.07470599561929703, 0.1347847431898117, 0.08639755845069885, -0.06318409740924835, 0.009949439205229282, -0.0611557736992836, 0.07167019695043564, -0.0017865210538730025, -0.03990434482693672, -0.09680954366922379, -0.03685282543301582, 0.16881412267684937, -0.05862726271152496, -0.03869998827576637, -0.06737302988767624, 0.0501985140144825, -0.25122371315956116, -0.04035539925098419, -0.07982339709997177, 0.019589724019169807, 0.05110975727438927, -0.013853097334504128, -0.03520115837454796, -0.019835801795125008, -0.1219511479139328, 0.07890661805868149, 0.10872738063335419, -0.020327281206846237, -0.1368134766817093, -0.013681553304195404, 0.139412060379982, 0.0632203072309494, 0.10156252980232239, 0.16762188076972961, -0.07154177874326706, 0.025964586064219475, -0.08078747242689133, -0.2048204392194748, 0.11370804905891418, 0.03142133727669716, 0.05205627158284187, -0.043751440942287445, 0.03447636589407921, 0.10445823520421982, 0.03455078974366188, 0.12637098133563995, 0.05521111562848091, -0.037635475397109985, -0.005401021800935268, 0.04299066960811615, -0.12678411602973938, -0.020817575976252556, -0.029200885444879532, 0.20696260035037994, 0.04036589711904526, 0.11489084362983704, -0.02585241012275219, 0.005123627372086048, -0.1082707941532135, -0.06520174443721771, -0.011725327931344509, -0.0012737626675516367, 0.028667567297816277, 0.05822376161813736, 0.10081212967634201, -0.04286128282546997, 0.25391748547554016, -0.045066121965646744, -0.13449648022651672, 0.0786699578166008, 0.051236703991889954, -0.023936228826642036, 0.001441224361769855, 0.15250001847743988, -0.06314615160226822, -0.06720985472202301, 0.02905743569135666, -0.025251250714063644, 0.06636051833629608, 0.021942296996712685, 0.0930291935801506, 0.10577894747257233, 0.1061561182141304, 0.047772470861673355, 0.03346768766641617, -0.002604125067591667, 0.21787603199481964, -0.030191216617822647, -0.11435390263795853, 0.05359848216176033, 0.07943066209554672, -0.0678955689072609, -0.00979122519493103, 0.00630158931016922, -0.0068563916720449924, -0.028955897316336632, -0.09771190583705902, -0.0945155918598175, -0.16851334273815155, -0.06723649799823761, -0.1170588806271553, 0.1075628399848938, -0.030939992517232895, -0.035692282021045685, 0.09443557262420654, 0.07945241034030914, -0.04903217777609825, 0.08418529480695724, -0.02100183628499508, 0.005643772892653942, 0.14799204468727112, -0.04970043897628784, -0.08364762365818024, 0.050131671130657196, -0.03079654462635517, 0.04681861773133278, -0.03006201796233654, -0.0050171297043561935, -0.042792920023202896, -0.030677130445837975, 0.02250640094280243, -0.15987931191921234, -0.062293048948049545, -0.0062248799949884415, 0.07168607413768768, -0.0795200765132904, 0.0753670409321785, 0.0920334905385971, 0.09077315032482147, 0.019164852797985077, -0.03530442342162132, 0.021640866994857788, -0.047008611261844635, -0.1258450597524643, 0.010859107598662376, -0.11970125138759613, 0.04512687772512436, -0.049223899841308594, -0.0236984696239233, 0.005926187615841627, 0.06412531435489655, 0.17623014748096466, -0.1724843829870224, 0.042512454092502594, -0.14359831809997559, 0.04721667990088463, -0.03497156500816345, 0.0390671044588089, -0.01110840868204832, -0.07990894466638565, -0.06602466106414795, 0.024643296375870705, 0.01693899556994438, -0.08377277851104736, -0.056401707231998444, 0.04088467359542847, 0.035542648285627365, 0.02354029007256031, -0.1143466979265213, 0.19042576849460602, -0.04637991636991501, 0.10655862838029861, 0.05331632122397423, -0.06132787466049194, -0.1309221386909485, 0.04685620218515396, -0.018310483545064926, 0.12033169716596603, 0.10760361701250076, -0.0813688337802887, -0.02859422378242016, 0.0022788094356656075, -0.07548397779464722, -0.2969307005405426, -0.24611324071884155, 0.026860220357775688, -0.07396645098924637, 0.053554095327854156, 0.008173082955181599, 0.09339490532875061, 0.05836894363164902, -0.07047098875045776, -0.14066888391971588, 0.07592178881168365, 0.10934824496507645, 0.10508128255605698, -0.0144770173355937, 0.04865431413054466, 0.027585644274950027, -0.10686244070529938, 0.0625995397567749, 0.036415234208106995, -0.02067539468407631, -0.10067716240882874, 0.028689898550510406, -0.1239820048213005, 0.03037383034825325, -0.08347533643245697, 0.08327173441648483, 0.00032907858258113265, -0.017734533175826073, 0.04078944772481918, -0.0006915383273735642, 0.027993112802505493, -0.00430151354521513, -0.13980159163475037, -0.035601235926151276, -0.08347974717617035, -0.04536381736397743, 0.131486713886261, -0.02056751400232315, -0.07834529131650925, 0.008736341260373592, -0.12725725769996643, -0.0064140670001506805, 0.10107087343931198, 0.08900521695613861, -0.05595066398382187, 0.08123032003641129, 0.004900726489722729, -0.06936950981616974, 0.10538226366043091, 0.06463871151208878, -0.010899246670305729, -0.062379080802202225 ]
b72308c25e89ec8484d1d71011b47ab0c60ebbfa
# Dataset Card for "Hatefulmemes_test_facebook_opt_13b_Hatefulmemes_ns_1000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Multimodal-Fatima/Hatefulmemes_test_facebook_opt_13b_Hatefulmemes_ns_1000
[ "region:us" ]
2023-02-09T03:18:48+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "prompt", "dtype": "string"}, {"name": "true_label", "dtype": "string"}, {"name": "prediction", "dtype": "string"}, {"name": "scores", "sequence": "float64"}], "splits": [{"name": "fewshot_1_bs_16", "num_bytes": 362719683.0, "num_examples": 1000}, {"name": "fewshot_3_bs_16", "num_bytes": 363588098.0, "num_examples": 1000}, {"name": "fewshot_5_bs_16", "num_bytes": 364455860.0, "num_examples": 1000}, {"name": "fewshot_8_bs_16", "num_bytes": 365761089.0, "num_examples": 1000}, {"name": "fewshot_10_bs_16", "num_bytes": 366632848.0, "num_examples": 1000}], "download_size": 1814428412, "dataset_size": 1823157578.0}}
2023-02-09T03:41:39+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Hatefulmemes_test_facebook_opt_13b_Hatefulmemes_ns_1000" More Information needed
[ "# Dataset Card for \"Hatefulmemes_test_facebook_opt_13b_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Hatefulmemes_test_facebook_opt_13b_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ 6, 35 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Hatefulmemes_test_facebook_opt_13b_Hatefulmemes_ns_1000\"\n\nMore Information needed" ]
[ -0.12883368134498596, 0.14030852913856506, -0.002593347104266286, -0.0014271874679252505, 0.028512483462691307, 0.11054672300815582, 0.11977017670869827, 0.051762621849775314, 0.2716117799282074, -0.015895823016762733, 0.18838976323604584, 0.01563093438744545, -0.019490815699100494, 0.198342427611351, -0.10433018952608109, 0.07619310170412064, 0.06664266437292099, 0.02437095157802105, 0.007796368561685085, 0.10926500707864761, 0.0395180769264698, -0.009482338093221188, 0.10667044669389725, -0.05957162752747536, -0.2219868302345276, 0.1523439586162567, 0.09841221570968628, -0.036776814609766006, 0.09913571923971176, -0.08518997579813004, 0.09323494881391525, -0.06306639313697815, -0.06308037042617798, -0.006854461971670389, 0.05684918165206909, -0.019627904519438744, -0.033870719373226166, 0.010539826937019825, -0.03411177173256874, -0.2052159458398819, 0.079924575984478, -0.024397196248173714, 0.04440164193511009, 0.08471614122390747, -0.1646580547094345, -0.09644169360399246, -0.0773947611451149, 0.03279764950275421, 0.08077113330364227, 0.09278114885091782, -0.015636714175343513, 0.19216418266296387, -0.09614118933677673, 0.07366742193698883, 0.1359156221151352, 0.20349769294261932, -0.04427113011479378, -0.02634126879274845, -0.09665065258741379, -0.0050829630345106125, 0.015037793666124344, 0.06336014717817307, 0.18090811371803284, 0.039487726986408234, -0.0966787114739418, -0.07034268975257874, 0.010998900979757309, 0.02765437215566635, -0.039418719708919525, -0.08092904835939407, 0.09823516011238098, 0.12916281819343567, 0.009275673888623714, -0.031704921275377274, -0.046748388558626175, -0.12211909890174866, 0.06649242341518402, -0.01660391315817833, -0.0186636820435524, 0.0032339540775865316, -0.05703893303871155, 0.02234603650867939, -0.033606868237257004, -0.08188553154468536, -0.1354987919330597, -0.0046508535742759705, -0.08008706569671631, 0.09148135781288147, -0.1366661638021469, -0.09939856827259064, -0.1012512817978859, -0.04107722267508507, -0.00282865297049284, -0.08002296090126038, -0.10208381712436676, -0.021497828885912895, -0.07608864456415176, 0.01477938611060381, 0.1343860775232315, -0.03423498570919037, 0.06141504645347595, 0.047860581427812576, -0.08588327467441559, -0.009889764711260796, 0.18717363476753235, -0.07955469191074371, 0.06392819434404373, 0.03146541118621826, -0.0004964831750839949, 0.030744999647140503, 0.028889864683151245, 0.005732797086238861, 0.03069208934903145, -0.05505929887294769, 0.03163047134876251, 0.15391772985458374, -0.0059721521101891994, -0.049591053277254105, -0.17398415505886078, -0.002004217356443405, 0.10423613339662552, -0.11774162948131561, 0.06472167372703552, 0.053816720843315125, -0.11284341663122177, -0.03203367814421654, -0.03939678892493248, -0.08054037392139435, 0.02658737823367119, -0.055633001029491425, -0.0464852973818779, 0.02261757291853428, -0.05515749752521515, -0.015605437569320202, 0.15012551844120026, -0.05617643520236015, 0.06657824665307999, -0.09832713752985, -0.2664980888366699, -0.02235306054353714, -0.04753274470567703, -0.002150133019313216, 0.10818979144096375, -0.027628203853964806, 0.06635940074920654, -0.03585313260555267, -0.03729943186044693, -0.05970266833901405, -0.042594414204359055, 0.016519300639629364, -0.023332715034484863, 0.05297797545790672, -0.05878325551748276, 0.022080043330788612, -0.11080516874790192, 0.09572037309408188, -0.04500312730669975, 0.016006361693143845, -0.18696770071983337, 0.17107492685317993, -0.00852882768958807, -0.023360328748822212, -0.14969027042388916, 0.03285878896713257, 0.047773633152246475, 0.15990115702152252, -0.23626708984375, -0.05405149608850479, -0.008469541557133198, -0.16378635168075562, -0.2006375789642334, 0.08705113083124161, -0.04794413596391678, -0.05983096361160278, 0.12147168070077896, 0.28331103920936584, -0.05716097727417946, -0.13156694173812866, 0.010717916302382946, 0.06443355232477188, -0.22772642970085144, -0.15753400325775146, -0.04985733702778816, -0.10361580550670624, -0.14161065220832825, -0.030300665646791458, 0.21665526926517487, 0.10218153893947601, -0.020780690014362335, -0.07801911234855652, -0.03990178927779198, -0.11076434701681137, 0.15802480280399323, 0.05424204468727112, -0.09669356793165207, -0.16109570860862732, 0.09691280871629715, 0.001382170827127993, 0.09474353492259979, 0.03400740027427673, -0.05623800307512283, -0.059443846344947815, 0.08258006721735, -0.016950365155935287, -0.06822902709245682, -0.10828897356987, -0.1723092496395111, -0.024716049432754517, -0.193229541182518, 0.03809715434908867, 0.04906633123755455, 0.10043789446353912, -0.1302308887243271, 0.0313573032617569, -0.006172660272568464, 0.01849336363375187, 0.04623875021934509, -0.0023849010467529297, 0.03287390619516373, 0.04684529826045036, -0.04193415492773056, 0.1161530390381813, -0.10320008546113968, -0.020441396161913872, 0.14095979928970337, 0.049934081733226776, -0.04310627654194832, -0.028319410979747772, 0.11116600781679153, 0.02394135482609272, 0.0880427360534668, -0.0825909897685051, 0.029392048716545105, -0.0279186200350523, -0.030810203403234482, 0.008216437883675098, -0.05759202688932419, 0.09135984629392624, 0.19092680513858795, -0.04698695242404938, -0.05060204491019249, 0.14240828156471252, 0.010301511734724045, 0.03578641265630722, -0.01632111147046089, -0.026324912905693054, -0.04176067188382149, -0.01006446871906519, -0.01716793328523636, -0.10314017534255981, -0.07519281655550003, 0.02433266118168831, 0.012796272523701191, -0.15800628066062927, 0.07741682976484299, 0.07527826726436615, -0.31884270906448364, 0.1295592039823532, 0.25559884309768677, -0.011787602677941322, 0.06268282979726791, -0.035093843936920166, -0.047363754361867905, -0.042253635823726654, -0.03929056227207184, -0.05690060555934906, 0.1914452463388443, -0.2238369584083557, 0.032529544085264206, 0.012956277467310429, -0.015940438956022263, 0.08802385628223419, -0.039154957979917526, -0.06649912893772125, 0.0038530793972313404, -0.04719153419137001, -0.156525656580925, 0.08633328229188919, 0.07373162358999252, 0.040720924735069275, -0.032365210354328156, -0.03314220532774925, 0.08073610067367554, -0.010323592461645603, -0.1659916788339615, 0.044507499784231186, -0.16237817704677582, -0.19476301968097687, 0.07192447781562805, 0.09317804127931595, -0.031216595321893692, -0.006252928636968136, -0.01642209105193615, -0.20890256762504578, 0.01206915732473135, -0.020534170791506767, -0.12648428976535797, -0.09836278855800629, 0.01075383648276329, 0.13411904871463776, 0.0077947708778083324, 0.054124973714351654, -0.06872105598449707, -0.03481636196374893, -0.05841902643442154, 0.13107264041900635, 0.04119890183210373, -0.1432548463344574, 0.083076611161232, 0.09238117188215256, -0.02200787141919136, 0.02575753442943096, -0.04487289860844612, 0.25170913338661194, -0.07060090452432632, -0.029206713661551476, 0.07228665798902512, 0.0015845396555960178, 0.018504826352000237, -0.021481703966856003, -0.04757661372423172, -0.16908541321754456, 0.041046902537345886, 0.060259703546762466, -0.07567639648914337, -0.15628930926322937, -0.10093118995428085, 0.01120273768901825, 0.12821990251541138, 0.1230720654129982, 0.06082817167043686, 0.03365767374634743, 0.11283461004495621, 0.14718708395957947, -0.16546832025051117, -0.08571209758520126, -0.06386535614728928, 0.018682893365621567, -0.012980448082089424, -0.1025848463177681, -0.10938561707735062, 0.03476281464099884, 0.1634112000465393, -0.11019308120012283, 0.05110987648367882, 0.027659134939312935, 0.0045536900870501995, 0.041266072541475296, 0.1266295313835144, 0.07581838220357895, 0.06878860294818878, 0.06189605966210365, -0.06565412133932114, 0.04313848167657852, 0.05099393054842949, -0.1540687382221222, -0.027473263442516327, 0.11627081781625748, -0.011878480203449726, -0.011685466393828392, -0.1566499024629593, 0.0960802361369133, -0.05702082812786102, 0.14423410594463348, -0.22482456266880035, 0.06049486622214317, -0.014020975679159164, 0.03488704934716225, 0.030589837580919266, 0.024771157652139664, 0.03255462273955345, -0.06333393603563309, 0.17222310602664948, 0.04378744214773178, 0.04472506791353226, 0.053258784115314484, 0.0078639080747962, -0.0749281644821167, -0.07590103894472122, -0.017992552369832993, 0.08342356234788895, -0.16670463979244232, 0.21211043000221252, 0.007937044836580753, 0.01702263578772545, -0.11183411628007889, -0.10476420819759369, 0.08691338449716568, 0.009463491849601269, 0.12190193682909012, 0.04426940158009529, -0.13477636873722076, -0.12052154541015625, -0.02541590854525566, 0.027079712599515915, 0.015655530616641045, 0.12585099041461945, -0.10823621600866318, 0.06694298982620239, 0.03662427142262459, -0.009302651509642601, -0.09798052161931992, -0.17517715692520142, -0.015130947344005108, -0.07897496968507767, 0.04906952753663063, -0.04154885187745094, -0.028626617044210434, -0.034942127764225006, -0.05205737054347992, 0.11957622319459915, 0.11191897094249725, -0.03319266065955162, -0.17860808968544006, 0.12418273091316223, 0.129829540848732, -0.05604076385498047, -0.029548395425081253, 0.032507359981536865, 0.03025539219379425, -0.08353105932474136, -0.1580299735069275, 0.10813932120800018, -0.06792342662811279, 0.07198832184076309, -0.0332997664809227, 0.13156691193580627, 0.056022997945547104, 0.06708019971847534, 0.0834333598613739, 0.0009837005054578185, 0.06220259144902229, -0.11080146580934525, 0.17267955839633942, -0.10631047189235687, -0.11054965853691101, 0.21709416806697845, 0.11393516510725021, -0.04466436058282852, 0.021435903385281563, 0.03401152417063713, 0.15750178694725037, 0.25020164251327515, 0.034637145698070526, 0.05526144057512283, 0.12996774911880493, -0.06074541062116623, -0.21248359978199005, 0.10270269215106964, -0.09630776196718216, -0.020374435931444168, 0.07030542939901352, -0.07101050019264221, 0.024757863953709602, 0.20905403792858124, 0.022709833458065987, 0.11677340418100357, -0.14937835931777954, -0.03435664623975754, 0.18026214838027954, 0.1008136123418808, 0.3554486036300659, -0.013387642800807953, -0.04044225066900253, -0.12532620131969452, -0.01739887334406376, 0.12519977986812592, -0.145621657371521, -0.04308246448636055, 0.03604114055633545, 0.1303478628396988, -0.004243897274136543, -0.03727274015545845, 0.22772915661334991, 0.07152248173952103, 0.23297426104545593, -0.09514132887125015, -0.08852635324001312, 0.12085158377885818, -0.03646417334675789, 0.10536372661590576, 0.03981981426477432, 0.03792022913694382, -0.1365177482366562, -0.02034207433462143, -0.09316185861825943, 0.09920717030763626, 0.030469153076410294, 0.016138233244419098, -0.0770011618733406, -0.0036226152442395687, -0.05164262279868126, -0.06557417660951614, -0.09516449272632599, -0.05912238359451294, 0.07508854568004608, 0.008020670153200626, 0.1229529157280922, -0.06997106224298477, 0.025644712150096893, 0.0500403493642807, -0.09363551437854767, 0.010129100643098354, -0.0642344281077385, -0.00027715761098079383, 0.07502397149801254, 0.0017939084209501743, 0.06297285109758377, -0.027058066800236702, -0.07889285683631897, 0.0830170288681984, 0.10039529949426651, -0.04892175644636154, -0.08674102276563644, 0.031555190682411194, -0.24988692998886108, -0.046928830444812775, -0.08224297314882278, 0.07997433841228485, 0.10969257354736328, 0.008979668840765953, -0.031602635979652405, 0.029883408918976784, -0.13296861946582794, 0.08619199693202972, 0.11190875619649887, 0.01031205803155899, -0.14117316901683807, 0.10464831441640854, -0.056942954659461975, -0.2246902883052826, 0.14039674401283264, 0.11373121291399002, -0.10347030311822891, -0.07881946116685867, -0.02953723445534706, 0.3574860394001007, -0.016919206827878952, -0.09100283682346344, -0.09518174827098846, -0.059927843511104584, 0.011997153982520103, 0.2735137641429901, 0.07187171280384064, 0.14260894060134888, 0.09034082293510437, -0.05659216269850731, 0.015151238068938255, -0.06362824141979218, 0.06430879980325699, 0.0009794195648282766, -0.039556894451379776, -0.08154627680778503, -0.03606100752949715, 0.160564124584198, -0.05703490227460861, -0.03810055926442146, -0.06679120659828186, 0.05895819142460823, -0.2364005595445633, -0.047885484993457794, -0.10847765952348709, 0.02043880894780159, 0.053068388253450394, -0.0016851723194122314, -0.04581617936491966, -0.03259100392460823, -0.11954691261053085, 0.09089085459709167, 0.0992099940776825, -0.02715460956096649, -0.14336150884628296, -0.001557193580083549, 0.1433754861354828, 0.07191655039787292, 0.1047029048204422, 0.16513140499591827, -0.06791268289089203, 0.022345293313264847, -0.10745581239461899, -0.1829131841659546, 0.10830705612897873, 0.021745715290308, 0.05427800863981247, -0.03608831390738487, 0.03245534002780914, 0.10605202615261078, 0.029918871819972992, 0.12927842140197754, 0.030189594253897667, -0.03799648955464363, 0.007152543403208256, 0.059622492641210556, -0.13489536941051483, -0.028986724093556404, -0.04596265032887459, 0.2019498199224472, 0.028017111122608185, 0.09149385243654251, -0.018623987212777138, 0.008357810787856579, -0.10436251759529114, -0.0666804164648056, -0.008242235518991947, -0.0015072486130520701, 0.020197995007038116, 0.06166202574968338, 0.0933886393904686, -0.03453744947910309, 0.3032030761241913, -0.04312342777848244, -0.14403143525123596, 0.07402214407920837, 0.03752938285470009, -0.0067271036095917225, -0.005912970285862684, 0.17204606533050537, -0.0527435839176178, -0.07554634660482407, 0.02485273964703083, -0.01769889146089554, 0.05637727677822113, -0.02112739346921444, 0.07948175817728043, 0.09679131954908371, 0.11105018109083176, 0.05076857656240463, 0.029816770926117897, 0.011513271369040012, 0.22336894273757935, -0.04634440690279007, -0.12397655844688416, 0.05063371732831001, 0.0831039547920227, -0.06745882332324982, 0.014224777929484844, -0.0036099182907491922, 0.0031246794387698174, -0.023888831958174706, -0.09989789128303528, -0.10500385612249374, -0.18701738119125366, -0.059386592358350754, -0.12459320574998856, 0.11030631512403488, -0.035789065062999725, -0.054871998727321625, 0.10912805050611496, 0.07949173450469971, -0.05037921667098999, 0.08690565079450607, -0.010648708790540695, 0.009593258611857891, 0.1281241625547409, -0.04763465374708176, -0.06492915004491806, 0.01694650761783123, -0.05061531066894531, 0.04906734451651573, -0.021878298372030258, -0.00037883486947976053, -0.05506580322980881, -0.010687730275094509, 0.026160158216953278, -0.16943353414535522, -0.06341394782066345, -0.010718134231865406, 0.06803014874458313, -0.08623917400836945, 0.05955466628074646, 0.08549989014863968, 0.09420384466648102, 0.026396717876195908, -0.05050969496369362, 0.026987256482243538, -0.04654857888817787, -0.13951192796230316, -0.007579202298074961, -0.11634791642427444, 0.04503483325242996, -0.04939423128962517, -0.028045592829585075, 0.005940115544945002, 0.08819703757762909, 0.1913774311542511, -0.15900419652462006, 0.0399608351290226, -0.13560165464878082, 0.04775787517428398, -0.03593152016401291, 0.026678303256630898, -0.01792452111840248, -0.08584529906511307, -0.060976602137088776, 0.005608601029962301, 0.025104951113462448, -0.08328699320554733, -0.04363710433244705, 0.02473088726401329, 0.03362824022769928, 0.024651458486914635, -0.11285845190286636, 0.20599301159381866, -0.05471677705645561, 0.11437977850437164, 0.05597137287259102, -0.05549043044447899, -0.12573163211345673, 0.05270717293024063, -0.015013822354376316, 0.1315271556377411, 0.10216128081083298, -0.06772060692310333, -0.0353839173913002, -0.002367596607655287, -0.06797663867473602, -0.3169175386428833, -0.24823307991027832, 0.030893007293343544, -0.010343479923903942, 0.06961174309253693, 0.009124674834311008, 0.08642897754907608, 0.05545232072472572, -0.06942562758922577, -0.13463345170021057, 0.07971419394016266, 0.12237318605184555, 0.11758293211460114, -0.031064970418810844, 0.03328318148851395, 0.029131226241588593, -0.10612335056066513, 0.059723351150751114, 0.047337066382169724, -0.013312914408743382, -0.08714529871940613, 0.03711466118693352, -0.1298564076423645, 0.02590867131948471, -0.0809158980846405, 0.07928399741649628, -0.0011048634769394994, -0.00795064214617014, 0.042540792375802994, -0.0033510772045701742, 0.02025124616920948, -0.010128606110811234, -0.15265008807182312, -0.0331600047647953, -0.08452197909355164, -0.04394722357392311, 0.11160445958375931, -0.01032294426113367, -0.07726766914129257, 0.012159652076661587, -0.130323126912117, -0.004243951290845871, 0.09968826174736023, 0.08739624172449112, -0.064568892121315, 0.07740247994661331, 0.0072026122361421585, -0.027697520330548286, 0.10575997829437256, 0.06311479955911636, -0.009620506316423416, -0.06140114367008209 ]
f8b80ef811934c64f783726712fb57b3a58850a1
## Source Combined text-only dataset from - poloclub/diffusiondb - Gustavosta/Stable-Diffusion-Prompts - bartman081523/stable-diffusion-discord-prompts - FredZhang7/krea-ai-prompts For preprocessing methods, please see [Fast GPT2 PromptGen](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion-v2). ## Python Download and save the dataset to `all_prompts.txt` locally. ```bash pip install datasets ``` ```python import datasets dataset = datasets.load_dataset("FredZhang7/stable-diffusion-prompts-2.47M") train = dataset["train"] prompts = train["text"] with open("all_prompts.txt", "w") as f: for prompt in prompts: f.write(prompt + "\n") ```
FredZhang7/stable-diffusion-prompts-2.47M
[ "task_categories:text-generation", "size_categories:1M<n<10M", "language:en", "license:creativeml-openrail-m", "region:us" ]
2023-02-09T04:03:22+00:00
{"language": ["en"], "license": "creativeml-openrail-m", "size_categories": ["1M<n<10M"], "task_categories": ["text-generation"], "pretty_name": "SDP-2.47M"}
2023-02-11T21:59:33+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #size_categories-1M<n<10M #language-English #license-creativeml-openrail-m #region-us
## Source Combined text-only dataset from - poloclub/diffusiondb - Gustavosta/Stable-Diffusion-Prompts - bartman081523/stable-diffusion-discord-prompts - FredZhang7/krea-ai-prompts For preprocessing methods, please see Fast GPT2 PromptGen. ## Python Download and save the dataset to 'all_prompts.txt' locally.
[ "## Source\n\nCombined text-only dataset from\n- poloclub/diffusiondb\n- Gustavosta/Stable-Diffusion-Prompts\n- bartman081523/stable-diffusion-discord-prompts\n- FredZhang7/krea-ai-prompts\n\nFor preprocessing methods, please see Fast GPT2 PromptGen.", "## Python\n\nDownload and save the dataset to 'all_prompts.txt' locally." ]
[ "TAGS\n#task_categories-text-generation #size_categories-1M<n<10M #language-English #license-creativeml-openrail-m #region-us \n", "## Source\n\nCombined text-only dataset from\n- poloclub/diffusiondb\n- Gustavosta/Stable-Diffusion-Prompts\n- bartman081523/stable-diffusion-discord-prompts\n- FredZhang7/krea-ai-prompts\n\nFor preprocessing methods, please see Fast GPT2 PromptGen.", "## Python\n\nDownload and save the dataset to 'all_prompts.txt' locally." ]
[ 45, 84, 21 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-1M<n<10M #language-English #license-creativeml-openrail-m #region-us \n## Source\n\nCombined text-only dataset from\n- poloclub/diffusiondb\n- Gustavosta/Stable-Diffusion-Prompts\n- bartman081523/stable-diffusion-discord-prompts\n- FredZhang7/krea-ai-prompts\n\nFor preprocessing methods, please see Fast GPT2 PromptGen.## Python\n\nDownload and save the dataset to 'all_prompts.txt' locally." ]
[ -0.11881642788648605, 0.08145098388195038, 0.000015234394595609047, 0.05050230398774147, 0.12201006710529327, 0.030828850343823433, 0.11406320333480835, 0.10677596926689148, 0.004664041567593813, 0.018704744055867195, 0.04358106479048729, 0.06568154692649841, 0.05027936026453972, 0.20427946746349335, -0.014227760955691338, -0.2605825662612915, 0.006961633451282978, -0.020166940987110138, 0.0004276864056009799, 0.07884091883897781, 0.12290401756763458, -0.007151822093874216, 0.05047198757529259, -0.024759437888860703, -0.132798969745636, 0.011029018089175224, -0.031293295323848724, -0.11802080273628235, 0.013351403176784515, 0.026836469769477844, 0.03316347673535347, 0.04220826178789139, 0.01686999574303627, -0.07689044624567032, 0.02946167066693306, 0.025620291009545326, -0.022335845977067947, 0.026736697182059288, 0.06876734644174576, -0.11283791065216064, 0.0904373750090599, -0.09231074154376984, 0.01827085018157959, 0.07779031246900558, -0.07992138713598251, -0.10295570641756058, -0.07167786359786987, -0.016768956556916237, 0.06538748741149902, 0.08319557458162308, 0.012079042382538319, 0.14899592101573944, -0.025173909962177277, 0.09004092961549759, 0.15526387095451355, -0.2827613055706024, -0.009096682071685791, 0.13955311477184296, 0.046066612005233765, 0.14097507297992706, -0.036575380712747574, -0.002705756574869156, 0.01241425983607769, -0.0015061020385473967, 0.01851017214357853, -0.11902721971273422, -0.2109580934047699, -0.0849246010184288, -0.10351866483688354, 0.03994240611791611, 0.35673636198043823, 0.002190033905208111, -0.03579122945666313, -0.09818694740533829, -0.043418239802122116, -0.03766797110438347, -0.0733085498213768, 0.1751091033220291, -0.017865007743239403, -0.04322871193289757, 0.04329177737236023, -0.05991346389055252, -0.10994531959295273, -0.079292893409729, -0.07730542123317719, 0.1901719719171524, 0.0062657748349010944, 0.069739930331707, -0.04107377305626869, 0.05336553975939751, -0.1692584604024887, -0.10231700539588928, 0.011540132574737072, -0.09512938559055328, -0.07339619100093842, -0.0220043882727623, -0.04356157034635544, -0.16969262063503265, 0.09785496443510056, 0.062105223536491394, 0.07753511518239975, 0.039132799953222275, 0.05052793025970459, 0.06564421206712723, 0.14024637639522552, -0.006649716291576624, -0.07772751152515411, -0.03718850761651993, 0.08912413567304611, -0.09384714812040329, -0.0011445974232628942, -0.004037328530102968, -0.09196940809488297, -0.07166171818971634, -0.1016518771648407, 0.02678355947136879, 0.07428093254566193, 0.0496286042034626, 0.003559540258720517, -0.11153540015220642, 0.15532004833221436, -0.07178352773189545, -0.07907571643590927, -0.00807437114417553, -0.09133704751729965, 0.11666978150606155, -0.010094334371387959, 0.015434055589139462, -0.022164931520819664, 0.07193734496831894, -0.08495090156793594, -0.0017398176714777946, 0.007772465702146292, -0.12143148481845856, 0.012526708655059338, -0.13861775398254395, 0.021259726956486702, -0.1213855892419815, -0.27844423055648804, -0.011575398035347462, 0.0019108587875962257, -0.03773854300379753, -0.04693126678466797, 0.025051819160580635, 0.030427824705839157, -0.03391864150762558, -0.019633915275335312, 0.04594637453556061, -0.10452099144458771, 0.06332925707101822, -0.04384922981262207, 0.05951054021716118, -0.2266790121793747, 0.03464150056242943, -0.09857475757598877, -0.03626073896884918, -0.20982611179351807, 0.09632525593042374, -0.127109557390213, 0.09302331507205963, -0.1394316852092743, -0.02647745981812477, 0.03247867152094841, -0.018065495416522026, -0.020000362768769264, 0.09667260199785233, -0.14899572730064392, -0.002726559294387698, 0.23075057566165924, -0.06792781502008438, -0.07474371045827866, 0.041835520416498184, 0.021591667085886, 0.10442742705345154, 0.07391700148582458, 0.16643266379833221, 0.22217173874378204, -0.06294955313205719, 0.02645142376422882, 0.10321831703186035, 0.016235532239079475, -0.21940623223781586, 0.12349772453308105, -0.013639282435178757, -0.025845065712928772, 0.09862954169511795, -0.02021142467856407, 0.1034904196858406, -0.016318954527378082, 0.03669600188732147, -0.011464291252195835, -0.11174111068248749, -0.008710289373993874, -0.022741297259926796, 0.13637833297252655, -0.006814804393798113, 0.0015652308939024806, -0.0032816710881888866, 0.11761516332626343, 0.0056172702461481094, 0.0006740237004123628, 0.011269201524555683, 0.06906712800264359, -0.02008683606982231, 0.0015031665097922087, -0.16011255979537964, -0.05621352791786194, 0.0431993193924427, 0.13181962072849274, 0.057302020490169525, 0.026575522497296333, 0.018883543089032173, 0.010194175876677036, -0.021779604256153107, 0.058383043855428696, 0.09264042973518372, 0.0026697367429733276, -0.024871475994586945, -0.10206599533557892, 0.05118450149893761, -0.07981906086206436, 0.11715896427631378, -0.03498699516057968, 0.058197833597660065, 0.04639900103211403, 0.039069510996341705, 0.01564190164208412, -0.01619313657283783, 0.08552542328834534, 0.0013510365970432758, -0.01737319305539131, -0.01673698052763939, 0.02534649707376957, 0.046300072222948074, -0.0417766198515892, 0.061308786273002625, -0.08239413797855377, -0.01385695394128561, 0.1240115538239479, 0.11672496050596237, -0.060496632009744644, -0.14493873715400696, -0.021976659074425697, -0.004503227770328522, -0.06480524688959122, 0.011438466608524323, -0.06059791147708893, 0.07078931480646133, 0.1477227658033371, -0.07028640806674957, -0.03145919740200043, 0.04130161553621292, -0.0497400276362896, 0.07626639306545258, 0.10277509689331055, 0.04854124039411545, -0.12215398997068405, 0.10645001381635666, 0.022206299006938934, -0.04599956423044205, 0.17161153256893158, -0.01688431017100811, -0.06079348921775818, 0.032443150877952576, 0.03616853430867195, -0.02560841105878353, 0.11657003313302994, -0.031244363635778427, 0.04036930575966835, 0.11297892034053802, 0.03840118274092674, 0.047805026173591614, -0.018903931602835655, -0.049585193395614624, -0.031570225954055786, 0.017385857179760933, -0.055609893053770065, 0.08138079196214676, -0.002533332444727421, 0.08141239732503891, -0.06286720931529999, 0.030865872278809547, 0.008457116782665253, -0.008128794841468334, -0.04972289130091667, 0.1524021029472351, -0.10158230364322662, -0.11340838670730591, -0.1190115287899971, -0.1337752342224121, -0.11952664703130722, -0.010663820430636406, 0.06191771849989891, -0.01589762419462204, -0.0181769747287035, -0.0594952367246151, 0.06851781159639359, -0.10103508085012436, -0.021251752972602844, -0.12786056101322174, -0.013140447437763214, -0.08225973695516586, -0.09708953648805618, 0.023339346051216125, -0.00022391590755432844, 0.035012297332286835, 0.13633222877979279, -0.07292170822620392, 0.03919775038957596, 0.10114465653896332, -0.0026755107101053, 0.0030970259103924036, -0.06343808770179749, 0.17916469275951385, 0.0006559544708579779, 0.039136532694101334, 0.12908603250980377, 0.05420278012752533, 0.004581504035741091, 0.08281078189611435, 0.0327209010720253, -0.0459822453558445, 0.03378890082240105, 0.00010484264930710196, -0.06498707085847855, -0.22773663699626923, -0.15759021043777466, -0.12527264654636383, 0.13109897077083588, 0.0629517063498497, 0.03444141894578934, -0.012147266417741776, 0.13510353863239288, -0.006941677071154118, 0.08241792768239975, 0.0005604173056781292, 0.10965237766504288, 0.07787131518125534, 0.00610934616997838, 0.06330931186676025, -0.08688773214817047, 0.05195925757288933, 0.15372776985168457, 0.013670964166522026, 0.17193378508090973, -0.04113810509443283, 0.1484289914369583, 0.0122635867446661, 0.07064592093229294, 0.05143645405769348, 0.15727388858795166, -0.002226521959528327, 0.015947358682751656, -0.008918048813939095, -0.038968902081251144, -0.020202508196234703, 0.0018269879510626197, -0.004966672044247389, -0.11009491980075836, -0.0237001720815897, -0.05214690417051315, 0.0020313793793320656, 0.18748906254768372, 0.05628222972154617, -0.16534538567066193, -0.013701500371098518, 0.021677719429135323, 0.05985178053379059, -0.10344291478395462, 0.030483949929475784, 0.0469815768301487, -0.10481466352939606, 0.09547974914312363, -0.0414532795548439, 0.12052111327648163, 0.018363600596785545, -0.07599885016679764, -0.05771641805768013, 0.036270059645175934, -0.04703804850578308, 0.08906342089176178, -0.11559870094060898, 0.13162046670913696, 0.021408939734101295, -0.0317331999540329, -0.07083626091480255, -0.024550966918468475, -0.046186164021492004, 0.0927402451634407, 0.10458196699619293, 0.025290343910455704, 0.05705292150378227, -0.02357160486280918, -0.14280745387077332, 0.009728966280817986, -0.009825722314417362, -0.07184892892837524, 0.016096515581011772, 0.030655482783913612, 0.038613684475421906, -0.03127937391400337, -0.08803906291723251, -0.05394471809267998, -0.14884918928146362, 0.03893474116921425, 0.08650833368301392, -0.028085684403777122, -0.0006611474673263729, 0.020354488864541054, -0.07277566939592361, 0.1447470337152481, 0.009560752660036087, -0.1378827840089798, -0.12551671266555786, 0.020540433004498482, 0.12139459699392319, -0.05679541453719139, 0.04899044707417488, -0.10375048965215683, -0.04376959800720215, -0.04347282648086548, -0.06732600927352905, 0.07862243801355362, -0.08727166801691055, -0.0025259549729526043, -0.05133287236094475, 0.0813336968421936, -0.015135224908590317, -0.015640797093510628, -0.01842191256582737, -0.01813862845301628, -0.023534858599305153, -0.11215953528881073, -0.060546617954969406, 0.03639225661754608, 0.06916075944900513, 0.12286248803138733, -0.08623488992452621, -0.11176526546478271, -0.017331736162304878, -0.054968059062957764, 0.2513934075832367, 0.2943772077560425, -0.07432321459054947, 0.1035233661532402, 0.07498382031917572, 0.0034845906775444746, -0.15472161769866943, -0.010825923644006252, 0.014752584509551525, -0.01762956753373146, 0.008161043748259544, -0.16817717254161835, 0.09609868377447128, 0.12004553526639938, -0.040911365300416946, 0.1388251781463623, -0.2972539961338043, -0.08119320869445801, 0.13970407843589783, 0.042358770966529846, 0.19588172435760498, -0.15902039408683777, -0.052986618131399155, -0.08074355125427246, -0.18543268740177155, 0.19453065097332, -0.12782397866249084, 0.11866190284490585, -0.06416434794664383, 0.07587485760450363, 0.001101955072954297, -0.039355840533971786, 0.10875007510185242, 0.07077004015445709, 0.009969636797904968, -0.03514084592461586, 0.10450206696987152, 0.13992562890052795, -0.015683097764849663, 0.08537454903125763, -0.11351035535335541, 0.06972353905439377, -0.22216717898845673, -0.019372964277863503, -0.07025282829999924, 0.09375520795583725, 0.018226513639092445, -0.08683302998542786, -0.016943205147981644, 0.009679452516138554, -0.00904872640967369, -0.03546547144651413, 0.02386501617729664, -0.0014252089895308018, -0.03951408714056015, 0.1257718801498413, -0.058916203677654266, 0.07796874642372131, -0.07239511609077454, -0.05593346804380417, -0.01345907524228096, 0.05393149331212044, -0.1339680552482605, -0.03062862530350685, 0.09782993793487549, 0.06579167395830154, 0.021557489410042763, -0.015251237899065018, -0.02688809297978878, 0.025326360017061234, 0.07318281382322311, -0.11365485936403275, -0.049128297716379166, 0.0010677904356271029, 0.1813119500875473, -0.018983013927936554, 0.009535457007586956, 0.09923022240400314, 0.009644298814237118, -0.05564546957612038, 0.0013404772616922855, -0.040536802262067795, -0.011754537001252174, 0.14746877551078796, 0.003478296333923936, 0.017625508829951286, -0.13860128819942474, 0.08945833891630173, 0.08758970350027084, -0.026132116094231606, -0.08926217257976532, 0.11286050081253052, -0.13474515080451965, -0.07620640099048615, 0.07889290153980255, -0.028012553229928017, -0.06127128750085831, 0.048455554991960526, 0.009492885321378708, -0.024097701534628868, -0.009944957681000233, 0.13229280710220337, 0.02973335236310959, -0.035024017095565796, -0.0029798189643770456, -0.04925108328461647, -0.05236826837062836, 0.014016569592058659, 0.11798108369112015, 0.08992329239845276, -0.10321156680583954, -0.004255952313542366, -0.049737848341464996, 0.04854811728000641, -0.03378119319677353, -0.02323312498629093, -0.08994445204734802, -0.038722455501556396, -0.10819453746080399, 0.056275058537721634, -0.09357408434152603, -0.00704055605456233, -0.07843820750713348, 0.01355676632374525, -0.0003640140639618039, -0.045563697814941406, -0.0920799970626831, 0.005052282940596342, -0.04682135954499245, 0.08465535193681717, -0.055377159267663956, -0.057080090045928955, 0.0203488040715456, -0.03880874440073967, 0.10817036777734756, 0.14599129557609558, -0.022916415706276894, 0.014426108449697495, -0.03992913290858269, -0.02784864418208599, 0.07151199132204056, 0.031470078974962234, 0.03484027460217476, 0.07935624569654465, 0.02949763648211956, 0.0024360711686313152, 0.08396854251623154, 0.015057825483381748, -0.028508365154266357, -0.18283869326114655, -0.002617766847833991, -0.06394042819738388, -0.03773762658238411, -0.07358913868665695, -0.07839690893888474, 0.08760032802820206, 0.12393970787525177, 0.14066164195537567, -0.0357329323887825, 0.08855204284191132, -0.0556047186255455, -0.009521831758320332, 0.009207915514707565, -0.05860479921102524, -0.027165858075022697, -0.014834873378276825, 0.016679009422659874, 0.009415021166205406, 0.2036464512348175, 0.0343315564095974, -0.06159718334674835, 0.027580205351114273, 0.05210943520069122, 0.09285903722047806, -0.031295228749513626, 0.24394747614860535, 0.04946763813495636, 0.01754802279174328, -0.04140723496675491, 0.07355806976556778, 0.0696287527680397, 0.06782262772321701, 0.059751443564891815, 0.12968476116657257, -0.06314774602651596, -0.004892429802566767, -0.037488292902708054, -0.05730859190225601, 0.07242636382579803, -0.004943559877574444, 0.03696203976869583, 0.05216173827648163, -0.04896058514714241, 0.09194295108318329, 0.01804771088063717, -0.07054295390844345, 0.026353737339377403, 0.04796850308775902, -0.08885637670755386, -0.07863092422485352, -0.11089327186346054, -0.046490684151649475, -0.11036475747823715, 0.0000955440555117093, -0.08134818822145462, 0.035064954310655594, 0.06242608651518822, 0.06995541602373123, 0.047254323959350586, 0.05533236265182495, -0.13109861314296722, -0.1554534137248993, 0.06363499909639359, -0.022170156240463257, -0.018974317237734795, -0.05937354266643524, 0.04295431077480316, 0.03023468144237995, -0.003510324517264962, -0.010994894430041313, 0.05023104324936867, 0.010449917055666447, 0.0493399016559124, -0.08500852435827255, -0.05185377597808838, -0.05922487750649452, 0.061678558588027954, 0.028426213189959526, 0.19811485707759857, 0.06607134640216827, -0.011394798755645752, 0.008268379606306553, 0.2718929946422577, -0.012565724551677704, -0.1573425978422165, -0.07490815222263336, 0.05765411630272865, -0.016076257452368736, -0.012510810978710651, -0.014469497837126255, -0.10959789156913757, -0.016283249482512474, 0.16819363832473755, 0.20449712872505188, -0.011523259803652763, -0.007299799472093582, -0.049992188811302185, -0.0041544330306351185, 0.05650255084037781, 0.03850892558693886, 0.02438744157552719, 0.13160601258277893, -0.04197050631046295, 0.0376472994685173, -0.029581258073449135, 0.0020437855273485184, -0.1075708195567131, 0.03283488377928734, 0.020083997398614883, -0.09618473052978516, -0.03794929385185242, 0.15936537086963654, -0.1862410604953766, -0.03431691601872444, -0.04133818671107292, -0.0044148932211101055, -0.11093463003635406, -0.058297742158174515, -0.05296417325735092, 0.06789650768041611, 0.03409910947084427, -0.07434403151273727, 0.0008637688006274402, 0.01723727025091648, -0.010644338093698025, -0.17096051573753357, -0.11647319048643112, 0.12268809974193573, -0.053125567734241486, 0.06499845534563065, -0.046075884252786636, 0.17038726806640625, 0.043001070618629456, -0.025513576343655586, -0.1032775267958641, 0.02798149362206459, -0.031153453513979912, -0.020678412169218063, 0.04508223757147789, 0.08562696725130081, -0.044932715594768524, 0.03305963799357414, -0.008169323205947876, -0.10114763677120209, -0.027245983481407166, 0.1158309057354927, 0.06991395354270935, -0.12425345182418823, 0.04556283727288246, -0.04365276172757149, 0.10120386630296707, 0.05581054091453552, -0.0717644914984703, -0.01948874443769455, -0.0761372447013855, -0.007393874693661928, 0.06839651614427567, -0.102248914539814, -0.06885900348424911, -0.1408325731754303, -0.08216768503189087, 0.09509141743183136, 0.05015076696872711, -0.21305254101753235, 0.08211962878704071, -0.13809381425380707, 0.014904480427503586, -0.04267749935388565, 0.09301687031984329, 0.05790073797106743, -0.01608787290751934, -0.039383288472890854, -0.13723814487457275, -0.028136437758803368, 0.02936062403023243, -0.12875652313232422, -0.11946753412485123 ]
d341e36418ac5d3f485a2258bfbd65939f4ce56f
# Dataset Card for "filled_stacks_metadata" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
bejaeger/filled_stacks_metadata
[ "region:us" ]
2023-02-09T04:39:49+00:00
{"dataset_info": {"features": [{"name": "videoId", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "channelId", "dtype": "string"}, {"name": "description", "dtype": "string"}, {"name": "publishedAt", "dtype": "string"}, {"name": "likes", "dtype": "string"}, {"name": "views", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 45766, "num_examples": 98}], "download_size": 0, "dataset_size": 45766}}
2023-02-09T04:40:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "filled_stacks_metadata" More Information needed
[ "# Dataset Card for \"filled_stacks_metadata\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"filled_stacks_metadata\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"filled_stacks_metadata\"\n\nMore Information needed" ]
[ -0.08087994158267975, 0.17983736097812653, -0.003792619099840522, 0.007103737443685532, 0.09010938555002213, 0.07502581179141998, 0.008026023395359516, 0.10346142202615738, 0.09046200662851334, -0.00026273514959029853, 0.10981149226427078, 0.025665996596217155, 0.01816381886601448, 0.2320948988199234, -0.09360464662313461, -0.03266225382685661, 0.08675552159547806, -0.016530243679881096, -0.10023276507854462, 0.05184438079595566, 0.03185374662280083, -0.05842220410704613, 0.04656510427594185, -0.16771569848060608, -0.1385030746459961, 0.04090384766459465, -0.06449542939662933, -0.010586504824459553, 0.0432298369705677, -0.10895203799009323, 0.12587305903434753, -0.017210060730576515, -0.060624897480010986, -0.1362735480070114, 0.031861625611782074, 0.008830766193568707, -0.04251083359122276, 0.05099118873476982, -0.055566754192113876, -0.08169662952423096, -0.06361941993236542, -0.07166115939617157, 0.03855514153838158, 0.02801365777850151, -0.10892315953969955, -0.259231299161911, -0.08668690919876099, -0.0922863632440567, 0.00896149966865778, -0.03600665554404259, 0.04802520200610161, 0.12677642703056335, -0.06447327136993408, 0.036745063960552216, 0.11931780725717545, -0.014052927494049072, 0.03321799263358116, 0.19580116868019104, 0.02907637134194374, 0.0604727603495121, -0.037568043917417526, 0.047537535429000854, 0.06641121953725815, -0.04159105196595192, 0.0012627829564735293, -0.031744517385959625, -0.24205616116523743, 0.12086443603038788, 0.01184866763651371, -0.07914730161428452, 0.3252388834953308, -0.0036161672323942184, 0.03415175899863243, -0.07377632707357407, -0.07287228107452393, -0.00038647864130325615, 0.01161570381373167, 0.123042993247509, 0.011084722355008125, 0.026242855936288834, 0.03318848833441734, -0.033778514713048935, -0.07819489389657974, -0.09478075057268143, -0.11277639865875244, 0.04978860169649124, -0.05688583850860596, 0.13637332618236542, -0.1858227550983429, -0.043497588485479355, -0.08104582875967026, -0.07713421434164047, 0.03201926499605179, -0.10643839836120605, -0.09420613944530487, -0.01102131512016058, -0.004317781887948513, -0.07696481794118881, 0.14466749131679535, 0.02227049507200718, 0.024808330461382866, 0.025237347930669785, -0.0857558622956276, 0.09102582931518555, 0.2185007482767105, -0.20698371529579163, -0.006658703088760376, 0.02239506132900715, -0.06346194446086884, -0.16140137612819672, -0.04248298332095146, -0.11716115474700928, -0.08367322385311127, 0.043025799095630646, -0.0973588228225708, 0.08498858660459518, 0.013896191492676735, -0.10279349237680435, -0.08482392877340317, -0.04022664576768875, 0.0800400897860527, -0.0800648182630539, 0.0009792399359866977, 0.07048378884792328, -0.06449936330318451, 0.002745231846347451, -0.06308797746896744, -0.008300255052745342, 0.09234046190977097, 0.05415266379714012, -0.08456359058618546, 0.0014048394514247775, -0.04701622948050499, -0.06334991753101349, 0.10908133536577225, -0.2613813877105713, 0.05738229304552078, -0.07288569957017899, -0.34001728892326355, 0.006925069261342287, 0.040472012013196945, -0.05186086520552635, 0.13942326605319977, 0.03961915522813797, 0.09907761961221695, 0.029539482668042183, -0.06021871790289879, 0.2053084820508957, -0.08251774311065674, 0.10765474289655685, -0.11969603598117828, 0.07007817178964615, -0.1830296516418457, 0.04276949167251587, -0.11589787900447845, -0.01762842759490013, 0.02057875134050846, 0.022868914529681206, -0.0772102028131485, 0.1657876968383789, -0.12151309102773666, 0.0504574179649353, -0.12845487892627716, -0.015482730232179165, -0.06600581109523773, 0.0917309895157814, -0.27254730463027954, -0.0057700867764651775, 0.08044075965881348, -0.07449068129062653, -0.20711837708950043, -0.013735874556005001, -0.060510821640491486, 0.10140197724103928, 0.00021818386449012905, 0.3051120340824127, 0.0009158083121292293, -0.04186226800084114, 0.013674532994627953, 0.11900020390748978, -0.055927030742168427, -0.19120895862579346, 0.10433076322078705, -0.08995536714792252, -0.09561832994222641, 0.0012321925023570657, 0.22165369987487793, -0.027354126796126366, -0.0311184860765934, -0.09139589220285416, 0.001433379016816616, -0.12985293567180634, 0.06932718306779861, -0.0025107008405029774, 0.011875124648213387, -0.05279858037829399, 0.14919982850551605, 0.05230342969298363, 0.061294373124837875, 0.010068923234939575, 0.007939225994050503, 0.06236649677157402, 0.08178384602069855, -0.09316078573465347, -0.013073657639324665, -0.19270934164524078, -0.18804137408733368, -0.015417377464473248, -0.03594117611646652, -0.042875222861766815, -0.01840284839272499, 0.07944699376821518, -0.0827329158782959, 0.03809775039553642, 0.11079370230436325, 0.12178770452737808, 0.07535094767808914, 0.007424061186611652, -0.06960143893957138, 0.02945059910416603, -0.12234241515398026, -0.09150137007236481, -0.03528987243771553, -0.0504591129720211, 0.07620108127593994, 0.06535428762435913, 0.07376397401094437, -0.08453414589166641, 0.14834332466125488, -0.03545951843261719, 0.058122243732213974, -0.042163264006376266, 0.050514284521341324, 0.012257367372512817, -0.06351888924837112, 0.03676389902830124, -0.1264340579509735, 0.2142195999622345, 0.07800527662038803, 0.01457703672349453, -0.00006117139855632558, -0.1139635518193245, 0.012455533258616924, -0.036893103271722794, -0.1551516354084015, 0.030977020040154457, -0.09981446713209152, -0.02988770231604576, 0.06482202559709549, -0.06997302919626236, 0.02225702628493309, 0.04907355085015297, 0.017719091847538948, -0.08427978307008743, 0.052516043186187744, 0.10513685643672943, -0.25802573561668396, 0.16218087077140808, 0.17049503326416016, 0.19223637878894806, 0.21910515427589417, -0.024571120738983154, -0.1034448966383934, 0.01977367326617241, -0.01295524276793003, -0.08692149072885513, 0.20263394713401794, -0.12060966342687607, 0.05572839453816414, 0.14897127449512482, 0.04636858031153679, 0.07366365939378738, -0.02155838906764984, -0.07851506024599075, 0.03813207149505615, -0.013091825880110264, -0.17587454617023468, 0.0799858421087265, 0.029873782768845558, 0.06554335355758667, 0.011874505318701267, 0.05845099687576294, 0.13035336136817932, -0.02303793840110302, -0.032127536833286285, 0.08055664598941803, -0.16189514100551605, -0.30118805170059204, 0.02828112617135048, -0.17176201939582825, 0.07380132377147675, 0.02453112229704857, -0.015478228218853474, -0.052874695509672165, -0.06532090902328491, 0.04283129796385765, -0.08915255963802338, -0.12352436780929565, 0.026329541578888893, -0.015549148432910442, 0.04821081832051277, 0.0057128737680613995, -0.087574802339077, 0.049606140702962875, -0.030162140727043152, 0.13855445384979248, 0.0921352356672287, -0.021690305322408676, 0.13936872780323029, 0.04931231960654259, -0.006329687777906656, 0.1000886783003807, -0.04515576735138893, 0.0081543093547225, -0.036515794694423676, -0.08497782796621323, 0.07286243140697479, -0.041556913405656815, -0.01266767829656601, 0.12344963103532791, 0.04908489063382149, -0.11983434855937958, 0.029869800433516502, -0.004496817011386156, -0.17743204534053802, -0.23843254148960114, -0.15266010165214539, -0.09966284781694412, 0.0997455045580864, 0.14041845500469208, 0.08088816702365875, -0.13529112935066223, 0.05288563296198845, 0.09178626537322998, -0.04265749827027321, -0.12685558199882507, -0.037229426205158234, -0.09686989337205887, -0.013464810326695442, -0.01717757247388363, -0.11110588163137436, 0.05156182497739792, 0.12308181822299957, 0.1559334248304367, 0.16920211911201477, 0.08555074036121368, 0.12010210007429123, 0.03502565994858742, 0.023810263723134995, 0.05338369682431221, 0.11251824349164963, 0.06951708346605301, 0.0018792173359543085, 0.006753676570951939, -0.02472161129117012, -0.05845503881573677, 0.005318116396665573, 0.10353430360555649, -0.1200413852930069, -0.016900941729545593, -0.14904916286468506, 0.059939827769994736, -0.16877494752407074, 0.1434154212474823, -0.11269795894622803, 0.06428644806146622, 0.05080211162567139, 0.14240695536136627, -0.11703271418809891, 0.044244375079870224, 0.08962152898311615, -0.09248651564121246, 0.06170852109789848, 0.02042880468070507, 0.10802178829908371, -0.02210480347275734, -0.024916529655456543, -0.12180883437395096, -0.08404015004634857, -0.034930404275655746, 0.16537700593471527, -0.16441117227077484, 0.2606422007083893, 0.04374018684029579, -0.10512732714414597, -0.09049604833126068, -0.0838550478219986, -0.05044427141547203, -0.1761712282896042, 0.19989164173603058, 0.030028508976101875, -0.10665770620107651, -0.03493938595056534, -0.12771931290626526, -0.019315319135785103, 0.064954973757267, -0.040656860917806625, -0.14796873927116394, 0.09462004154920578, 0.018901169300079346, -0.029934506863355637, -0.06583020836114883, -0.004322235006839037, -0.11043202131986618, -0.039712369441986084, 0.07086776196956635, -0.22534629702568054, 0.047331634908914566, -0.0012980879982933402, -0.11693433672189713, 0.12674906849861145, 0.17397628724575043, -0.05121609941124916, -0.11458424478769302, 0.04609013348817825, 0.1267770379781723, 0.01551122311502695, -0.003949739970266819, -0.0011212900280952454, 0.011769047938287258, -0.10066647827625275, -0.15491339564323425, 0.1758255958557129, -0.06321161240339279, 0.1332501471042633, -0.13682587444782257, 0.10588943958282471, 0.012387643568217754, 0.04146226868033409, -0.06191910058259964, 0.035363223403692245, -0.05644167214632034, -0.016283759847283363, 0.11101045459508896, -0.05534457415342331, 0.19065368175506592, 0.3382191061973572, 0.08312855660915375, 0.03166584670543671, 0.13797496259212494, -0.017555583268404007, 0.20419053733348846, 0.057522717863321304, -0.07279998809099197, 0.3128107190132141, 0.1535218060016632, -0.04129877686500549, -0.24207182228565216, 0.023448999971151352, -0.18797408044338226, -0.018024278804659843, -0.015234450809657574, -0.2098812311887741, 0.044763267040252686, 0.05289018899202347, -0.057043641805648804, 0.17008145153522491, -0.17116856575012207, -0.02175520546734333, 0.2369186133146286, -0.02266266942024231, 0.3918621838092804, -0.08423705399036407, -0.09036470949649811, -0.07523391395807266, -0.12594719231128693, 0.2071739137172699, -0.24469657242298126, 0.005108253099024296, -0.0010984241962432861, 0.03963235393166542, 0.007388480007648468, -0.08534263074398041, 0.1565769463777542, 0.08737305551767349, 0.08643771708011627, -0.08783191442489624, 0.04702729359269142, 0.03399801626801491, -0.04621722549200058, 0.08959595859050751, 0.0078116110526025295, 0.03798500820994377, -0.1687559336423874, 0.012098096311092377, 0.03649318963289261, 0.04241534695029259, 0.07494711130857468, -0.08174031227827072, -0.08899939060211182, -0.013565408065915108, -0.06934289634227753, -0.02457696571946144, 0.16340197622776031, 0.00919419713318348, 0.11648805439472198, 0.09039859473705292, -0.03375983610749245, -0.1391335427761078, -0.11217812448740005, -0.038682740181684494, -0.07533647865056992, 0.1155063584446907, -0.28809693455696106, 0.03549063950777054, 0.13277678191661835, 0.03799089789390564, 0.05582455173134804, 0.04310666769742966, -0.014610705897212029, 0.02641955018043518, 0.11423725634813309, -0.16384723782539368, -0.002596544334664941, 0.07905836403369904, -0.03144621104001999, -0.06469675898551941, -0.06125185266137123, -0.008961541578173637, 0.07245685160160065, 0.01636711321771145, -0.02457096241414547, 0.07722773402929306, -0.002244219183921814, 0.1043212041258812, 0.047234851866960526, 0.0707651749253273, -0.20870518684387207, 0.25691288709640503, 0.07301045954227448, -0.1435026228427887, 0.047465674579143524, -0.019677311182022095, -0.07954452931880951, -0.056611936539411545, 0.03745286911725998, 0.21502184867858887, 0.04213220253586769, -0.07204962521791458, 0.020036160945892334, 0.005325183272361755, 0.03849552199244499, 0.13351929187774658, 0.08902557939291, 0.08327805995941162, 0.038983818143606186, -0.09978202730417252, -0.021007223054766655, -0.02657335437834263, -0.007270908448845148, -0.03990878537297249, -0.03956865146756172, -0.1996314972639084, -0.03842281177639961, 0.14773111045360565, -0.047173697501420975, -0.07299049943685532, -0.086445651948452, 0.06718851625919342, -0.04439273104071617, 0.05226951092481613, -0.011198803782463074, -0.0028928539250046015, -0.013652690686285496, 0.06930050998926163, -0.0035668860655277967, -0.060040611773729324, -0.12476173788309097, 0.1096261665225029, 0.06279619038105011, 0.04179748147726059, -0.08884290605783463, -0.03503641113638878, 0.08644860982894897, 0.04968317970633507, 0.11826097965240479, 0.15859200060367584, -0.03863383084535599, 0.03112505003809929, -0.14265581965446472, -0.17288708686828613, 0.07330574095249176, 0.02906186319887638, 0.0715351477265358, -0.025551235303282738, -0.009701116010546684, 0.07948130369186401, -0.013909867964684963, 0.06095567345619202, -0.06289733201265335, -0.1009553000330925, 0.0121656758710742, -0.12033158540725708, -0.013614712283015251, 0.03343302384018898, -0.10926861315965652, 0.09099643677473068, 0.12756597995758057, -0.011882205493748188, 0.060021620243787766, 0.04750201478600502, -0.008939468301832676, -0.02756398916244507, -0.030071143060922623, -0.11813221871852875, -0.0007094405591487885, 0.11986596137285233, 0.06691768020391464, -0.08348578214645386, 0.4638226330280304, -0.05963816121220589, -0.07744202762842178, -0.027253974229097366, 0.1467282772064209, -0.00420248880982399, -0.017946990206837654, 0.290306031703949, 0.062386948615312576, -0.05447761341929436, 0.06900081783533096, 0.10739592462778091, 0.05036105960607529, 0.21828655898571014, 0.12758253514766693, 0.11079482734203339, 0.12771527469158173, -0.06415710598230362, 0.008408812806010246, -0.09334015846252441, 0.07439949363470078, 0.10028357058763504, 0.04050669074058533, 0.054497648030519485, 0.06829426437616348, -0.1319001019001007, 0.07027977705001831, -0.0755830928683281, 0.0736587643623352, -0.040123190730810165, -0.045400381088256836, -0.10801909863948822, -0.061806049197912216, -0.029974335804581642, -0.04913144186139107, 0.044071633368730545, -0.038120467215776443, -0.04938897117972374, 0.2264554798603058, 0.06860234588384628, 0.09091543406248093, 0.02530265413224697, -0.09644000977277756, 0.05112103745341301, -0.022895755246281624, -0.014893920160830021, -0.018962418660521507, 0.02525388076901436, -0.06690818816423416, 0.060145922005176544, -0.03808622434735298, -0.03345658630132675, -0.0054634991101920605, 0.19212333858013153, 0.05935767665505409, -0.14160330593585968, -0.05755070969462395, -0.0758889764547348, 0.08485477417707443, -0.07347613573074341, 0.14239466190338135, 0.07602589577436447, 0.04787927120923996, 0.002456535352393985, 0.19658365845680237, 0.017282046377658844, 0.005527778062969446, -0.07330267876386642, -0.16407492756843567, -0.029672663658857346, 0.0016047050012275577, -0.002743786433711648, -0.05984478071331978, -0.05110744759440422, 0.060876935720443726, 0.343927800655365, -0.026328815147280693, 0.045198407024145126, 0.006703960243612528, 0.043060991913080215, 0.08417756855487823, 0.06917419284582138, -0.009444803930819035, 0.05016760900616646, -0.00700347451493144, -0.14149218797683716, 0.024187693372368813, -0.03852211683988571, -0.05177294462919235, 0.04141199588775635, 0.05454195290803909, -0.036003708839416504, -0.08134108781814575, 0.15015387535095215, -0.17256376147270203, 0.025444980710744858, 0.005764347966760397, -0.13500244915485382, -0.09158550202846527, -0.0401635579764843, 0.10149645060300827, 0.045638687908649445, -0.02607407607138157, -0.09438012540340424, -0.0014905621064826846, -0.08780712634325027, -0.007911286316812038, -0.31908050179481506, -0.2126162052154541, 0.0017067891312763095, 0.059372786432504654, 0.14087025821208954, -0.00017577409744262695, 0.07954185456037521, -0.006907116621732712, 0.00967099517583847, -0.0872010588645935, 0.01684124395251274, 0.035284604877233505, 0.11143478006124496, -0.011665900237858295, 0.07132041454315186, -0.07547365128993988, -0.007259040139615536, 0.09955849498510361, -0.057083599269390106, -0.0715586394071579, -0.022129520773887634, 0.02925100550055504, 0.02344099059700966, -0.010360004380345345, -0.045364610850811005, 0.09618784487247467, 0.004711732268333435, 0.0026988103054463863, 0.01890781708061695, 0.0034383221063762903, 0.07350603491067886, 0.002049975097179413, -0.16328056156635284, -0.0840037614107132, 0.06670031696557999, -0.08338738232851028, 0.09044524282217026, -0.008869520388543606, -0.13299500942230225, 0.02581268735229969, -0.02580154873430729, 0.0008746683597564697, -0.0006121066980995238, 0.047829385846853256, 0.04137226194143295, 0.030568111687898636, -0.055589430034160614, -0.019203463569283485, 0.09498977661132812, -0.015754669904708862, 0.0006240332149900496, -0.11051731556653976 ]
f8e94d0e3d17822667514cd0cdaf989433ce48d8
# Dataset Card for "filled_stacks_transcriptions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
bejaeger/filled_stacks_transcriptions
[ "region:us" ]
2023-02-09T05:41:25+00:00
{"dataset_info": {"features": [{"name": "url", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "published", "dtype": "string"}, {"name": "id", "dtype": "string"}, {"name": "videoId", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "start", "dtype": "float64"}, {"name": "end", "dtype": "float64"}], "splits": [{"name": "train", "num_bytes": 3495561, "num_examples": 13292}], "download_size": 959645, "dataset_size": 3495561}}
2023-02-09T05:41:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "filled_stacks_transcriptions" More Information needed
[ "# Dataset Card for \"filled_stacks_transcriptions\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"filled_stacks_transcriptions\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"filled_stacks_transcriptions\"\n\nMore Information needed" ]
[ -0.08514009416103363, 0.14677266776561737, -0.003456263104453683, -0.022198546677827835, 0.0780026838183403, 0.08120354264974594, 0.0289840679615736, 0.13222156465053558, 0.11163708567619324, 0.015792982652783394, 0.10361789911985397, -0.0016132490709424019, 0.060594744980335236, 0.23124895989894867, -0.0880902111530304, 0.005739987827837467, 0.07095350325107574, 0.011848260648548603, -0.1100643128156662, 0.05192991718649864, 0.01423131488263607, -0.019976692274212837, 0.02894657291471958, -0.1531488448381424, -0.15208987891674042, 0.019963761791586876, -0.04884609580039978, -0.01851026900112629, 0.055232975631952286, -0.07972677052021027, 0.12606129050254822, 0.02753203548491001, -0.04232993721961975, -0.14261102676391602, 0.027197621762752533, -0.00269803823903203, -0.03773169219493866, 0.06501691043376923, -0.06046009808778763, -0.024100426584482193, -0.03357016667723656, 0.014253277331590652, -0.004619866609573364, 0.053724613040685654, -0.10806125402450562, -0.2495313137769699, -0.05837962403893471, -0.11223490536212921, -0.022505586966872215, -0.061369460076093674, 0.02607419155538082, 0.12347381561994553, -0.019533349201083183, 0.0423356331884861, 0.12488660961389542, -0.08722742646932602, 0.07871142029762268, 0.19759412109851837, 0.08673129975795746, 0.09285735338926315, -0.004774327855557203, 0.05526893213391304, 0.09246654808521271, -0.07490427047014236, -0.024507753551006317, -0.05633409693837166, -0.21943683922290802, 0.08158878982067108, 0.0002039614482782781, -0.052009936422109604, 0.3263041079044342, -0.04639000445604324, 0.03409042954444885, -0.07566308230161667, -0.06771349906921387, -0.09252773225307465, 0.026639742776751518, 0.08859515935182571, 0.013022685423493385, 0.03468679264187813, 0.026897002011537552, -0.01892939768731594, -0.07493004202842712, -0.09195248782634735, -0.1189449280500412, -0.02686217799782753, -0.029753902927041054, 0.10562817752361298, -0.19716624915599823, -0.025334954261779785, -0.04419464245438576, -0.06396348029375076, 0.010978961363434792, -0.09064935147762299, -0.07150989025831223, 0.0122231375426054, -0.00618562800809741, -0.029546473175287247, 0.1481958031654358, 0.038549941033124924, 0.03528609126806259, 0.05282632261514664, -0.12204906344413757, 0.10058314353227615, 0.1820918172597885, -0.19959209859371185, 0.02025565132498741, 0.03504917398095131, -0.05623786896467209, -0.1201830580830574, -0.034303758293390274, -0.10588598251342773, -0.14705467224121094, 0.03083072043955326, -0.06087416782975197, 0.1261841356754303, -0.01933426968753338, -0.0990656316280365, -0.018743781372904778, -0.02274876832962036, 0.16011084616184235, -0.08288353681564331, 0.018535945564508438, 0.09100036323070526, -0.037838164716959, 0.0025784471072256565, -0.061077989637851715, -0.015227282419800758, 0.04549425095319748, -0.026077011600136757, -0.06367885321378708, 0.014983405359089375, -0.028777403756976128, -0.09863539040088654, 0.09762665629386902, -0.27085739374160767, 0.049577746540308, -0.09097148478031158, -0.22078852355480194, 0.04958237335085869, -0.007734084967523813, -0.0564282089471817, 0.16379515826702118, 0.012748857960104942, 0.081722192466259, 0.02316983789205551, -0.06192276254296303, 0.14026004076004028, -0.05037979409098625, 0.10962141305208206, -0.03477397561073303, 0.09841892868280411, -0.13653334975242615, 0.03771055117249489, -0.12887658178806305, -0.014091080985963345, -0.017059698700904846, 0.004901623819023371, -0.04977278783917427, 0.11205561459064484, -0.11979438364505768, -0.01671799272298813, -0.11375374346971512, 0.018383702263236046, -0.06620024144649506, 0.0651354044675827, -0.24596107006072998, -0.027487177401781082, 0.13619962334632874, -0.09675555676221848, -0.15956081449985504, 0.002555068815127015, -0.049015942960977554, 0.08835754543542862, -0.027545368298888206, 0.34267452359199524, -0.006509414874017239, 0.0072800880298018456, 0.05350448191165924, 0.10712934285402298, -0.059591419994831085, -0.2149190753698349, 0.10273899137973785, -0.11889106780290604, -0.07633481919765472, -0.003360810922458768, 0.1952083259820938, -0.019944947212934494, -0.006480518262833357, -0.05556380748748779, 0.019571740180253983, -0.1084815189242363, 0.08472613990306854, -0.00042038102401420474, 0.02725386992096901, -0.06768358498811722, 0.1286333203315735, 0.03955240175127983, 0.03710458055138588, -0.03636688366532326, 0.030216699466109276, 0.025066232308745384, 0.08844874799251556, -0.10704625397920609, 0.0008460483513772488, -0.17250153422355652, -0.10660897940397263, 0.01716279797255993, -0.13154610991477966, -0.021536756306886673, 0.04954751580953598, 0.05322246998548508, -0.04623826965689659, 0.041928980499506, 0.10180378705263138, 0.17614667117595673, 0.03294777125120163, 0.01634957827627659, -0.029640134423971176, 0.018133515492081642, -0.11585880070924759, -0.11991511285305023, -0.06264996528625488, -0.033702027052640915, -0.0037283836863934994, 0.027910733595490456, 0.024198202416300774, -0.04266504570841789, 0.12077765166759491, -0.015493737533688545, -0.0008200448355637491, -0.03229958564043045, 0.06566494703292847, -0.014671431854367256, -0.08301233500242233, 0.061882179230451584, -0.22191593050956726, 0.15846841037273407, 0.09512852877378464, -0.0282340906560421, -0.011358668096363544, -0.10284024477005005, 0.028821805492043495, -0.02923438511788845, -0.08865512907505035, -0.011195095255970955, -0.08337198197841644, -0.05708920210599899, 0.10273397713899612, -0.10572688281536102, 0.0017423105891793966, 0.0570160448551178, 0.005639297887682915, -0.07315098494291306, 0.07595865428447723, 0.15919671952724457, -0.29846376180648804, 0.12970313429832458, 0.16655844449996948, 0.2287493348121643, 0.20742635428905487, -0.03056267276406288, -0.08780420571565628, 0.015329268760979176, 0.019675379619002342, -0.07354266941547394, 0.17118503153324127, -0.07732374966144562, 0.010114667937159538, 0.1385776251554489, 0.08639993518590927, 0.07562379539012909, -0.047850996255874634, -0.06167419254779816, 0.03233980014920235, -0.04612108692526817, -0.22734007239341736, 0.07238117605447769, 0.013320320285856724, 0.07526277750730515, -0.030938131734728813, 0.04565630853176117, 0.13309428095817566, -0.01885233074426651, -0.055243175476789474, 0.07198220491409302, -0.19301250576972961, -0.3213929831981659, -0.034789539873600006, -0.11243186146020889, 0.11047132313251495, 0.050090182572603226, 0.018078748136758804, -0.04822110757231712, -0.04140471667051315, 0.016763582825660706, -0.07594562321901321, -0.17907100915908813, -0.02282797545194626, -0.03147375211119652, 0.03462165966629982, 0.018756069242954254, -0.10123998671770096, 0.05405152589082718, -0.031134210526943207, 0.1252683401107788, 0.10344258695840836, -0.02079186402261257, 0.11506570130586624, 0.08968833088874817, -0.02122141607105732, 0.06129971146583557, -0.06677895784378052, -0.06069943308830261, -0.005307711195200682, -0.04790226370096207, 0.08796517550945282, -0.058141276240348816, -0.02441461756825447, 0.12897169589996338, 0.027245163917541504, -0.10012741386890411, 0.01292441226541996, -0.06987926363945007, -0.21729275584220886, -0.24200312793254852, -0.10637649893760681, -0.09119334816932678, 0.13159553706645966, 0.09923528879880905, 0.06946058571338654, -0.07388414442539215, 0.030815724283456802, 0.08636292070150375, -0.0485101118683815, -0.10964446514844894, -0.037478283047676086, -0.086520716547966, 0.024938886985182762, 0.0103325629606843, -0.12741254270076752, 0.03451252728700638, 0.08658787608146667, 0.11856985092163086, 0.20499490201473236, 0.09228040277957916, 0.22880472242832184, 0.012114835903048515, 0.06064765155315399, 0.1270422637462616, 0.13534174859523773, 0.0683356449007988, 0.019469978287816048, -0.010566839016973972, -0.0038291211239993572, -0.04511282220482826, -0.018781747668981552, 0.07323533296585083, -0.12686491012573242, -0.027840059250593185, -0.12919822335243225, 0.027541182935237885, -0.26397284865379333, 0.15690816938877106, -0.09657210111618042, 0.08795219659805298, 0.0381188727915287, 0.14138205349445343, -0.12246735394001007, 0.07739117741584778, 0.11667060852050781, -0.05187191814184189, 0.02483537420630455, 0.008906947448849678, 0.09167340397834778, -0.0322858951985836, 0.00465392554178834, -0.10320528596639633, -0.062346845865249634, -0.021351082250475883, 0.1703135371208191, -0.19673778116703033, 0.25246569514274597, 0.020539648830890656, -0.09497611224651337, -0.0634927898645401, -0.04275500029325485, -0.06181858479976654, -0.1845421940088272, 0.15285471081733704, 0.033594127744436264, -0.2370096743106842, -0.1011037826538086, -0.10956869274377823, -0.020870545879006386, 0.1008104458451271, -0.03451364487409592, -0.13286961615085602, 0.0727672353386879, 0.015716994181275368, -0.017137976363301277, -0.10903284698724747, -0.006334230769425631, -0.10583140701055527, 0.019394084811210632, 0.048267167061567307, -0.20174184441566467, 0.08013207465410233, 0.020607035607099533, -0.20406122505664825, 0.09463949501514435, 0.0400884635746479, -0.08545990288257599, -0.06695003062486649, -0.021535005420446396, 0.15236808359622955, 0.002122083678841591, -0.0027345195412635803, 0.018866516649723053, -0.009096727706491947, -0.09073882550001144, -0.19442564249038696, 0.17417827248573303, -0.05858312547206879, 0.07302774488925934, -0.12370266765356064, 0.1403074860572815, -0.009018522687256336, 0.03552304580807686, -0.04241342842578888, 0.03520898148417473, -0.04610393941402435, -0.02013484016060829, 0.12874633073806763, -0.07983262091875076, 0.14440174400806427, 0.2670191526412964, 0.03887241706252098, 0.06868194043636322, 0.1265225112438202, -0.006418374367058277, 0.175346240401268, 0.12968981266021729, -0.07481704652309418, 0.2794746458530426, 0.19492413103580475, -0.07790249586105347, -0.18386682868003845, -0.012726940214633942, -0.222410187125206, -0.009561649523675442, 0.011874218471348286, -0.2152407467365265, -0.002892344258725643, 0.0429886095225811, -0.03587023913860321, 0.2170652151107788, -0.19647957384586334, -0.026388300582766533, 0.21557827293872833, -0.024280129000544548, 0.39418983459472656, -0.11315233260393143, -0.11869435012340546, -0.055544354021549225, -0.14293545484542847, 0.16161346435546875, -0.19283521175384521, 0.01803082413971424, 0.0053341626189649105, 0.012442616745829582, -0.016830680891871452, -0.08793915063142776, 0.1246420368552208, 0.0990588441491127, 0.060169100761413574, -0.10463804751634598, 0.019816040992736816, 0.008662533946335316, -0.034596435725688934, 0.07830781489610672, -0.05353674665093422, 0.014504710212349892, -0.13809508085250854, 0.03440188989043236, 0.0639982521533966, 0.04410017281770706, 0.05318325012922287, -0.05489594489336014, -0.10433382540941238, -0.056926216930150986, -0.09110026061534882, -0.01879356987774372, 0.13679562509059906, -0.01672946847975254, 0.13913743197917938, 0.15345191955566406, 0.025042343884706497, -0.06592060625553131, -0.024663740769028664, -0.022228799760341644, -0.0836646631360054, 0.09213454276323318, -0.17278878390789032, 0.024772804230451584, 0.12604501843452454, 0.015895895659923553, 0.06046951934695244, 0.04177384451031685, -0.0034438103903084993, 0.057450972497463226, 0.07978925108909607, -0.11861124634742737, -0.022220436483621597, 0.07912464439868927, -0.07072323560714722, -0.03215630725026131, -0.01048320159316063, 0.004606213420629501, 0.08961452543735504, 0.013255318626761436, -0.022501425817608833, 0.0846659317612648, 0.014257351867854595, 0.10469645261764526, 0.044479887932538986, 0.08387474715709686, -0.21571385860443115, 0.21888157725334167, 0.04563385620713234, -0.11318147927522659, 0.08856804668903351, -0.01710452511906624, -0.11490757763385773, -0.06507652252912521, -0.011230657808482647, 0.2536640167236328, 0.02598285675048828, -0.0823623389005661, -0.014764728024601936, -0.03226202353835106, 0.015987714752554893, 0.11771346628665924, 0.06338668614625931, 0.07398952543735504, 0.03074837289750576, -0.05630792677402496, -0.03584256023168564, -0.03748230263590813, -0.03093086928129196, 0.002982696983963251, -0.00738809397444129, -0.10320175439119339, -0.03256992995738983, 0.12936773896217346, -0.05040724575519562, -0.04518711566925049, -0.0751752108335495, 0.04172820970416069, -0.032475706189870834, 0.03345457464456558, -0.018830370157957077, -0.028324797749519348, 0.018557511270046234, 0.0715222880244255, 0.014972561970353127, -0.05682326480746269, -0.1247149333357811, 0.09832610934972763, 0.03667037561535835, 0.034484267234802246, -0.08273759484291077, -0.0009351865737698972, 0.06419786810874939, 0.06313344836235046, 0.11360576003789902, 0.12134380638599396, -0.05462111160159111, 0.04533000662922859, -0.0547439344227314, -0.1346808522939682, 0.038919299840927124, 0.04172554612159729, 0.02335989847779274, -0.016645224764943123, -0.017403027042746544, 0.09723591804504395, -0.027455782517790794, 0.03698081523180008, -0.10982035100460052, -0.07785823941230774, 0.020913271233439445, -0.16466666758060455, 0.0014113393845036626, 0.03524980694055557, -0.09872714430093765, 0.07848404347896576, 0.09789147973060608, -0.04280105605721474, 0.05611824244260788, 0.032422393560409546, -0.00802044477313757, -0.04201759025454521, 0.018015170469880104, -0.1331411749124527, -0.025578573346138, 0.08844295889139175, 0.0555797703564167, -0.06735735386610031, 0.43866828083992004, -0.06870606541633606, -0.06724201142787933, -0.058060094714164734, 0.11239221692085266, 0.007891310378909111, 0.001391153666190803, 0.32807934284210205, 0.05876707285642624, -0.06387171894311905, 0.004039955325424671, 0.08948768675327301, 0.009632936678826809, 0.08535224199295044, 0.16100284457206726, 0.09456857293844223, 0.07557355612516403, -0.04489476606249809, -0.005492534954100847, -0.14130312204360962, 0.082187220454216, 0.10858073830604553, 0.0702579915523529, 0.060046467930078506, 0.10390324890613556, -0.06139244884252548, 0.07551468908786774, -0.04112730920314789, 0.05871211364865303, -0.03944087401032448, -0.07261592894792557, -0.128360316157341, -0.08232737332582474, -0.02902749553322792, -0.0649268627166748, 0.016403300687670708, -0.04624716192483902, -0.03483104705810547, 0.19466078281402588, 0.0737508088350296, 0.03572836518287659, 0.01112227700650692, -0.04698241874575615, 0.02651834487915039, -0.04388654977083206, -0.025009986013174057, -0.005999159999191761, 0.04398462548851967, -0.11074593663215637, 0.1225748211145401, -0.012724693864583969, 0.0023713097907602787, -0.004466172773391008, 0.17601236701011658, 0.051651544868946075, -0.15898694097995758, -0.057794176042079926, -0.069370798766613, 0.09583351761102676, -0.0735011175274849, 0.13564756512641907, 0.0932193249464035, 0.025235675275325775, -0.0024855495430529118, 0.0976802408695221, 0.024637779220938683, 0.01401144452393055, -0.013146909885108471, -0.11639817804098129, -0.03399113565683365, 0.05031677708029747, -0.019142864271998405, -0.054014015942811966, -0.07816595584154129, 0.15603727102279663, 0.35520756244659424, -0.000505465897731483, 0.02096303552389145, 0.013077623210847378, 0.03346103057265282, 0.13144509494304657, 0.10661853849887848, 0.024902118369936943, 0.035411134362220764, 0.01145770214498043, -0.15714100003242493, 0.020723901689052582, -0.00827797967940569, -0.09361980855464935, 0.02916119433939457, 0.05813470110297203, -0.053745336830616, -0.04986651986837387, 0.09291945397853851, -0.16787531971931458, 0.018115051090717316, -0.05257413163781166, -0.08001281321048737, -0.04457005113363266, -0.027695955708622932, 0.1896243542432785, 0.043973203748464584, -0.06013411656022072, -0.09291037172079086, 0.017659399658441544, -0.018719211220741272, -0.014152775518596172, -0.27210959792137146, -0.14285404980182648, -0.06857258081436157, -0.06439833343029022, 0.06042376160621643, 0.014168422669172287, 0.0824332907795906, 0.014622439630329609, 0.036231864243745804, -0.043850257992744446, 0.06840591877698898, 0.015787843614816666, 0.15129223465919495, 0.03799429535865784, 0.11023201048374176, -0.025952257215976715, -0.03503452241420746, 0.09586260467767715, -0.051999133080244064, -0.04786792770028114, -0.0873311311006546, 0.00273121427744627, 0.008861510083079338, -0.030140366405248642, -0.039853718131780624, 0.12395963817834854, -0.00397881492972374, 0.00891785230487585, 0.009499716572463512, 0.014128182083368301, 0.025904696434736252, -0.007137538865208626, -0.1445612609386444, -0.05804870277643204, 0.03044002503156662, -0.10222785174846649, 0.07830934971570969, 0.019966749474406242, -0.16799861192703247, 0.05657283216714859, -0.07960601150989532, -0.0031177729833871126, -0.040727656334638596, 0.0332491472363472, 0.06570808589458466, 0.056045085191726685, -0.05336333066225052, 0.05637776851654053, 0.0928836390376091, 0.017423506826162338, -0.025810234248638153, -0.08967766165733337 ]
9ad3be54f50b7e9a616d0f74be76ba39850abb8d
# Dataset Card for "turkishReviews-ds-mini1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ramazank2000/turkishReviews-ds-mini1
[ "region:us" ]
2023-02-09T06:02:03+00:00
{"dataset_info": {"features": [{"name": "review", "dtype": "string"}, {"name": "review_length", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 1252876.2642514652, "num_examples": 3378}, {"name": "validation", "num_bytes": 139455.7357485349, "num_examples": 376}], "download_size": 0, "dataset_size": 1392332.0}}
2023-02-13T03:03:24+00:00
[]
[]
TAGS #region-us
# Dataset Card for "turkishReviews-ds-mini1" More Information needed
[ "# Dataset Card for \"turkishReviews-ds-mini1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"turkishReviews-ds-mini1\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"turkishReviews-ds-mini1\"\n\nMore Information needed" ]
[ -0.07392438501119614, -0.051003001630306244, -0.004343125037848949, -0.04308893159031868, 0.10858982056379318, 0.11012228578329086, 0.1979493498802185, 0.02168482542037964, 0.0896306037902832, -0.03739431872963905, 0.08815512806177139, -0.07471156120300293, 0.05104562267661095, 0.14645835757255554, -0.04945376142859459, -0.09492255747318268, 0.07469231635332108, -0.0374566912651062, -0.0678822323679924, 0.05169636383652687, 0.05413482338190079, -0.04645073786377907, 0.04130213335156441, -0.11779927462339401, -0.21347102522850037, 0.08384358882904053, -0.045423779636621475, -0.10144641995429993, 0.06382732093334198, -0.12227042764425278, 0.11499641090631485, -0.06175713241100311, -0.026053331792354584, -0.03303747996687889, 0.025886135175824165, -0.014314761385321617, 0.005077578593045473, -0.01203212235122919, 0.05947667360305786, -0.12863551080226898, 0.05793347209692001, -0.1394640952348709, -0.03049469366669655, -0.04795912280678749, -0.08728000521659851, -0.23832231760025024, -0.1344231218099594, 0.033225249499082565, 0.10573261231184006, 0.0021442074794322252, 0.04427691921591759, 0.0681733638048172, -0.17394055426120758, 0.049408093094825745, 0.06283603608608246, -0.06899147480726242, 0.006844187621027231, 0.03727442026138306, -0.17815500497817993, 0.1364297866821289, 0.1574331670999527, 0.09915701299905777, 0.037478938698768616, -0.05250578746199608, -0.22977043688297272, -0.0482383631169796, -0.09793110191822052, -0.021075308322906494, 0.07126715034246445, -0.10529275238513947, 0.43515142798423767, -0.04427938535809517, 0.04360731691122055, -0.0063079227693378925, 0.022972309961915016, -0.039672382175922394, -0.0071076275780797005, -0.005307488609105349, -0.009470302611589432, -0.013659569434821606, 0.09368083626031876, 0.030769558623433113, -0.10595668107271194, -0.08933685719966888, -0.2346981316804886, 0.19228233397006989, 0.0059728617779910564, 0.13540372252464294, -0.19836050271987915, 0.0015779872192069888, 0.018243873491883278, -0.04120790213346481, 0.016391487792134285, 0.0026291708927601576, -0.024845566600561142, 0.0043918173760175705, -0.042692072689533234, -0.030663251876831055, 0.14773590862751007, 0.06133843958377838, 0.1023748368024826, 0.024265963584184647, -0.000566910719498992, 0.08427686244249344, 0.09727165848016739, -0.1166229248046875, 0.06690555065870285, -0.054385922849178314, -0.03370344638824463, -0.17273622751235962, 0.06520287692546844, -0.04179154708981514, -0.100883848965168, 0.008026449009776115, -0.0003781149862334132, 0.17669007182121277, -0.06169506534934044, -0.08370824158191681, 0.04743141308426857, -0.010556272231042385, 0.13641929626464844, -0.11423373967409134, -0.03700770437717438, 0.0011437430512160063, -0.08964203298091888, 0.10084956139326096, -0.16972562670707703, -0.06859268993139267, 0.017390497028827667, 0.15396280586719513, 0.022106222808361053, 0.025326501578092575, 0.02523081749677658, 0.009244843386113644, 0.03582378849387169, -0.18213510513305664, 0.09315921366214752, -0.17729255557060242, -0.1983286738395691, 0.06605628877878189, 0.03180837631225586, -0.0780956894159317, 0.16118745505809784, 0.029540367424488068, 0.046665746718645096, 0.022804196923971176, -0.06662965565919876, 0.07434823364019394, -0.0783689022064209, 0.02919853664934635, 0.05980883538722992, 0.06642620265483856, -0.14447857439517975, 0.01997673138976097, -0.1628897488117218, 0.0030816346406936646, 0.048496391624212265, 0.07341469079256058, -0.04360189288854599, 0.08998671174049377, -0.05466684326529503, 0.027026871219277382, -0.11387540400028229, -0.006721193436533213, -0.053125906735658646, 0.047030456364154816, -0.23234772682189941, -0.09029781073331833, 0.14407607913017273, -0.1889539659023285, -0.1421692967414856, 0.00181127293035388, 0.02177640236914158, -0.008495483547449112, 0.1130652129650116, 0.41139620542526245, 0.037127234041690826, 0.09159386903047562, -0.04699409753084183, 0.08217894285917282, -0.08408860117197037, -0.18377159535884857, 0.08091006428003311, -0.0655580684542656, 0.03008069284260273, 0.08537387102842331, 0.0188060961663723, 0.027658339589834213, 0.009146432392299175, -0.021229799836874008, 0.027880510315299034, -0.11522921919822693, 0.07026012241840363, 0.0031885518692433834, 0.12251504510641098, -0.13249093294143677, 0.11854011565446854, -0.030684590339660645, 0.10564813017845154, 0.018961751833558083, -0.0583249107003212, -0.009926533326506615, 0.14891481399536133, -0.12631072103977203, 0.03876425698399544, -0.16227130591869354, -0.019478363916277885, -0.038027308881282806, 0.0032709965016692877, 0.001144792651757598, 0.1170303151011467, 0.06741978973150253, -0.11488763242959976, 0.017151299864053726, 0.11010415107011795, 0.08904232829809189, 0.061932310461997986, 0.05565650016069412, -0.01249629631638527, 0.08053503930568695, -0.059364575892686844, 0.029079454019665718, -0.008275618776679039, -0.07902411371469498, 0.14243720471858978, 0.11261872947216034, 0.0104312002658844, 0.03622981533408165, -0.05115656554698944, 0.016113562509417534, 0.03067905083298683, -0.059295739978551865, 0.022734979167580605, -0.05954508110880852, 0.08499687165021896, 0.03049047477543354, -0.1291891634464264, 0.14155444502830505, 0.1914825439453125, 0.042446549981832504, -0.016522152349352837, 0.040561724454164505, 0.04517107456922531, -0.005628377199172974, 0.049609072506427765, 0.01944585330784321, 0.003374203108251095, 0.0036034181248396635, 0.0521988645195961, -0.004860223270952702, -0.011513099074363708, 0.02582365833222866, -0.05466120317578316, -0.0997081771492958, 0.03371552377939224, 0.036323897540569305, -0.27147114276885986, 0.16560731828212738, 0.21361607313156128, 0.15413738787174225, 0.17055727541446686, -0.08750076591968536, -0.04846204072237015, 0.011636531911790371, -0.07027088850736618, -0.042372990399599075, 0.22046248614788055, -0.11056292057037354, -0.0821598544716835, 0.09701976925134659, 0.08784198760986328, 0.10379750281572342, -0.03469236567616463, -0.05097470432519913, 0.016525451093912125, -0.03507113456726074, -0.10044167935848236, 0.03442143648862839, -0.011781514622271061, 0.11917885392904282, -0.014728875830769539, 0.09999804198741913, 0.10539276152849197, -0.0167476125061512, -0.029536394402384758, 0.08026931434869766, -0.13841629028320312, -0.2329346090555191, 0.08061375468969345, -0.028456659987568855, 0.02575213462114334, -0.015113305300474167, -0.0379306934773922, -0.20227274298667908, 0.008637861348688602, 0.05792657658457756, -0.00788030307739973, -0.19388917088508606, -0.04056669399142265, -0.005202194210141897, 0.0250423364341259, -0.12533177435398102, -0.10083918273448944, -0.006677151657640934, -0.0675443485379219, 0.061248913407325745, 0.07246322929859161, -0.07858557999134064, 0.034282200038433075, 0.08990705758333206, -0.07986561208963394, 0.11446167528629303, -0.03238490968942642, -0.04068345949053764, -0.1414388120174408, -0.057114046066999435, 0.11299176514148712, 0.023929836228489876, -0.06735588610172272, 0.15267781913280487, 0.004832978826016188, -0.10374157130718231, -0.042552195489406586, -0.017090149223804474, -0.16097408533096313, -0.14526160061359406, -0.19058175384998322, -0.06532500684261322, 0.06572989374399185, 0.009169131517410278, 0.025078672915697098, -0.08280505239963531, 0.08920419961214066, 0.04376089572906494, -0.05556420609354973, -0.11415605247020721, -0.09292362630367279, 0.1881699115037918, 0.06939086318016052, 0.02527967281639576, -0.21558138728141785, 0.017563391476869583, 0.15912121534347534, 0.09399985522031784, 0.2731150984764099, 0.07133502513170242, 0.10891325026750565, -0.018800487741827965, 0.011747743934392929, 0.07153166085481644, 0.08789888024330139, 0.14625579118728638, -0.0069799660705029964, 0.02916882187128067, 0.010744906030595303, -0.08500294387340546, -0.09504284709692001, -0.01185156311839819, -0.16918566823005676, 0.011363477446138859, 0.002413449576124549, 0.1296757012605667, -0.15018682181835175, 0.06339255720376968, -0.1279636025428772, -0.0274150762706995, -0.035517629235982895, 0.03611264377832413, 0.013709043152630329, 0.025629591196775436, 0.06944998353719711, -0.0881279706954956, 0.09709415584802628, 0.016052735969424248, 0.04055031016469002, -0.16766570508480072, 0.005011952016502619, -0.029253248125314713, -0.14409255981445312, 0.06326188147068024, 0.1380613148212433, -0.14286664128303528, 0.2634245455265045, 0.03148617222905159, 0.022523196414113045, -0.14496366679668427, -0.04197673127055168, 0.029821671545505524, 0.02903798036277294, 0.05387282744050026, 0.06835811585187912, -0.23772436380386353, -0.09954415261745453, -0.08162162452936172, 0.07482007890939713, 0.14998210966587067, -0.05872708186507225, -0.11582399159669876, -0.04912964627146721, 0.053171467036008835, -0.09528851509094238, -0.16828285157680511, -0.09121239185333252, -0.17910823225975037, 0.05979976803064346, 0.005033298395574093, -0.19828550517559052, 0.022452039644122124, 0.00864547397941351, -0.04646670073270798, 0.09906256943941116, 0.06949334591627121, -0.0926976203918457, -0.051448650658130646, -0.023113640025258064, 0.078702412545681, -0.03143876791000366, -0.06517922878265381, 0.010524550452828407, -0.08373033255338669, -0.028440583497285843, -0.21952778100967407, -0.002828785218298435, -0.09114197641611099, 0.07559958845376968, -0.048905033618211746, 0.09885946661233902, -0.014047974720597267, 0.008691798895597458, 0.04361307621002197, 0.02903871051967144, 0.026005415245890617, -0.040318433195352554, 0.07939507067203522, -0.12076645344495773, 0.014888777397572994, 0.1623823195695877, 0.17622923851013184, -0.03729363903403282, 0.04658463969826698, -0.025697896257042885, 0.15309467911720276, 0.09973753243684769, -0.04932979866862297, 0.18652954697608948, 0.02569585293531418, -0.0037091041449457407, -0.19302377104759216, -0.016439396888017654, -0.13371562957763672, -0.010428777895867825, 0.015527299605309963, -0.1920977532863617, 0.18098601698875427, 0.15258055925369263, -0.03865843638777733, 0.2548788785934448, -0.2966187298297882, -0.00140558579005301, 0.20729754865169525, -0.010458928532898426, 0.38866183161735535, -0.07661844789981842, -0.06055460870265961, -0.046591226011514664, -0.03799821808934212, 0.1419472098350525, -0.14960719645023346, -0.02187599614262581, -0.016277560964226723, 0.13888263702392578, -0.005517494864761829, -0.013747465796768665, 0.20896734297275543, 0.017159823328256607, 0.10668779909610748, -0.15995502471923828, -0.13440434634685516, 0.18455763161182404, 0.0038681752048432827, -0.003425013041123748, -0.013278882019221783, 0.028413446620106697, -0.11046051979064941, -0.00029493073816411197, 0.06353358924388885, 0.019398929551243782, 0.05602872744202614, 0.009953612461686134, -0.10370707511901855, -0.018375393003225327, -0.1627059280872345, -0.0066738855093717575, 0.06702359020709991, 0.03294297307729721, -0.10679612308740616, -0.09181421250104904, 0.03551119938492775, -0.11529972404241562, 0.07543177902698517, -0.06271876394748688, -0.039255425333976746, 0.05310104042291641, -0.09987235069274902, -0.026634924113750458, 0.11580979079008102, -0.00817276444286108, -0.06331678479909897, 0.0038141203112900257, -0.04714260995388031, 0.12721312046051025, 0.15877491235733032, -0.057049427181482315, -0.06968557089567184, 0.08002623170614243, -0.13023966550827026, 0.08525126427412033, 0.03020019643008709, 0.04498148337006569, 0.07306673377752304, 0.022209782153367996, -0.0398046113550663, -0.01702267862856388, -0.04830924794077873, 0.11444219201803207, 0.0128133874386549, 0.010772792622447014, -0.16633768379688263, 0.2610022723674774, 0.07435330003499985, -0.1459127813577652, 0.05145689472556114, -0.021201936528086662, -0.14349476993083954, -0.0547633096575737, -0.0570015087723732, 0.18150682747364044, 0.10115794092416763, -0.18282070755958557, -0.02906033582985401, -0.11700054258108139, -0.058720555156469345, -0.06406623870134354, 0.07245011627674103, 0.0689011812210083, -0.06453356891870499, -0.043953489512205124, -0.0551597997546196, -0.000239574903389439, 0.022846275940537453, 0.006376095116138458, -0.09299549460411072, -0.12167520821094513, -0.06702734529972076, 0.12767502665519714, -0.053090207278728485, -0.06437373161315918, 0.04443133622407913, 0.05230599269270897, -0.2290295958518982, 0.004203747492283583, -0.08356650918722153, 0.0008657880243845284, 0.05424875393509865, 0.05481449142098427, -0.06942763179540634, -0.08310535550117493, -0.10380945354700089, 0.11537682265043259, 0.030779102817177773, 0.020740866661071777, -0.08376448601484299, 0.027930740267038345, 0.02095450647175312, 0.06779184192419052, 0.12083732336759567, 0.24205321073532104, 0.04111796244978905, 0.1411287486553192, -0.04218871891498566, -0.1256226748228073, 0.05260726436972618, 0.07443707436323166, 0.06430017203092575, 0.06931566447019577, -0.023977922275662422, 0.13919754326343536, -0.00464651407673955, 0.11192648112773895, 0.03452026844024658, -0.04285167530179024, 0.01801263727247715, -0.16951623558998108, -0.06311644613742828, -0.013599268160760403, 0.0025153523311018944, 0.16586987674236298, 0.050732795149087906, 0.00324973720125854, 0.002761236159130931, 0.044837042689323425, 0.03748754411935806, -0.03018077276647091, -0.02619985118508339, -0.13197728991508484, -0.03012644127011299, 0.0482211597263813, 0.035017114132642746, -0.048083480447530746, 0.43241554498672485, 0.07062382251024246, -0.03340268135070801, -0.022258013486862183, 0.09924168139696121, -0.021462082862854004, -0.0012697746278718114, 0.33645638823509216, 0.0815909206867218, -0.06364721059799194, -0.13637635111808777, 0.03538258746266365, 0.025756342336535454, -0.04865435138344765, 0.19107069075107574, 0.19966652989387512, -0.0532434806227684, -0.0005228964146226645, -0.053496744483709335, -0.17982803285121918, 0.05917160585522652, -0.02702350541949272, -0.05706366151571274, 0.021834885701537132, 0.09512682259082794, -0.07802055776119232, 0.16597683727741241, -0.038739752024412155, -0.07368690520524979, -0.030339006334543228, -0.04962702468037605, -0.023560471832752228, -0.19447949528694153, -0.012442497536540031, -0.1510189026594162, 0.0037551268469542265, -0.0393436998128891, -0.024403493851423264, 0.27777352929115295, 0.061114583164453506, -0.061539459973573685, 0.15721635520458221, -0.14564497768878937, 0.008843203075230122, 0.052659373730421066, -0.05581856146454811, -0.07136217504739761, 0.0013761187437921762, -0.10150837898254395, -0.06994975358247757, -0.028570856899023056, 0.026587579399347305, 0.04205991327762604, -0.027493039146065712, -0.031762655824422836, -0.13826481997966766, -0.05570746585726738, -0.06205836310982704, 0.10947859287261963, -0.05245164409279823, 0.08339674025774002, 0.06477022171020508, 0.022970885038375854, -0.03271784633398056, 0.12475364655256271, 0.06898472458124161, -0.05923685058951378, 0.040591053664684296, -0.20229864120483398, -0.022171994671225548, 0.06790831685066223, 0.04723650589585304, -0.08707637339830399, -0.0761742889881134, 0.08201570808887482, 0.3964545428752899, 0.055784933269023895, 0.037824392318725586, -0.017524313181638718, 0.047034844756126404, -0.03982347622513771, 0.1355542540550232, -0.06333521008491516, 0.05912582576274872, 0.03820652887225151, -0.09375575184822083, 0.02696344256401062, -0.034386321902275085, -0.09297511726617813, 0.07384378463029861, 0.06616484373807907, -0.10640803724527359, -0.05561591684818268, 0.17321749031543732, -0.11671101301908493, 0.10512324422597885, 0.12611347436904907, -0.07743940502405167, -0.11621925234794617, 0.043128617107868195, 0.1091000884771347, 0.03971882164478302, 0.01533492561429739, -0.07702698558568954, -0.06109125167131424, -0.043378882110118866, 0.04295149818062782, -0.3141616880893707, -0.19457769393920898, 0.037811849266290665, 0.013375765644013882, 0.11617172509431839, -0.032069671899080276, 0.09914272278547287, -0.013955452479422092, 0.08228025585412979, -0.08073414862155914, 0.010749155655503273, 0.046929169446229935, 0.17307479679584503, 0.03810562938451767, 0.016938146203756332, -0.06466587632894516, -0.1624707281589508, 0.18589085340499878, -0.024957595393061638, -0.024823136627674103, 0.06061344966292381, 0.04791434109210968, -0.02932748943567276, -0.00041271347436122596, -0.10866833478212357, 0.09184999018907547, 0.06809648126363754, -0.006910727359354496, 0.05651907995343208, 0.03846397250890732, 0.06998974829912186, 0.10165178030729294, -0.06478583067655563, -0.07335679233074188, -0.02106168121099472, -0.13490082323551178, 0.10913576930761337, 0.014776567928493023, -0.005524694919586182, 0.06540119647979736, -0.099805548787117, 0.028732091188430786, 0.030237684026360512, 0.027974212542176247, 0.08705592155456543, 0.0381908193230629, -0.06386726349592209, 0.043849434703588486, 0.05617259442806244, 0.03654098138213158, -0.02902010828256607, -0.08306754380464554 ]
3f1c54f7517556648417cdc487bd924dfbe1d02c
# Dataset Card for "srk_images" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
rkhilnani96/srk_images
[ "region:us" ]
2023-02-09T07:47:57+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 226593.0, "num_examples": 7}], "download_size": 227211, "dataset_size": 226593.0}}
2023-02-09T07:48:02+00:00
[]
[]
TAGS #region-us
# Dataset Card for "srk_images" More Information needed
[ "# Dataset Card for \"srk_images\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"srk_images\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"srk_images\"\n\nMore Information needed" ]
[ -0.06596684455871582, 0.0841391384601593, -0.0003128820681013167, 0.013507014140486717, 0.12097916007041931, 0.09765172749757767, 0.09112933278083801, 0.10432904958724976, 0.248085156083107, -0.026059959083795547, 0.13126686215400696, 0.08725758641958237, 0.03217221423983574, 0.07175078243017197, -0.0022027837112545967, -0.19439485669136047, 0.06245749443769455, -0.006403477396816015, -0.0915694460272789, 0.011013617739081383, -0.014481859281659126, -0.08552507311105728, 0.09837803244590759, -0.14765672385692596, -0.29577651619911194, 0.018581172451376915, -0.03392629697918892, -0.03948810324072838, 0.09444642812013626, -0.10484156012535095, 0.13248290121555328, 0.08040744066238403, 0.10673923790454865, -0.05304645374417305, 0.040816232562065125, 0.020545020699501038, 0.01119544543325901, 0.04914864897727966, 0.03528570011258125, -0.015301339328289032, -0.10879544168710709, -0.06458864361047745, -0.02567281946539879, -0.10660862177610397, -0.0387994684278965, -0.21671268343925476, -0.07364494353532791, -0.03152408078312874, 0.08679196983575821, -0.0778113305568695, 0.09235696494579315, 0.07966266572475433, -0.12493367493152618, 0.07496800273656845, 0.06399815529584885, 0.05934041365981102, 0.035446569323539734, 0.14390908181667328, -0.17782941460609436, 0.15862371027469635, -0.03776438161730766, 0.13482767343521118, -0.02723366767168045, -0.018524164333939552, -0.06549534946680069, -0.023992283269762993, -0.21863237023353577, 0.06431654095649719, 0.011650178581476212, -0.08959026634693146, 0.2537008225917816, 0.06598415970802307, 0.06641636043787003, 0.035805560648441315, -0.054238103330135345, -0.04601960629224777, -0.0067742555402219296, 0.11127615720033646, -0.016040660440921783, -0.044553183019161224, -0.1411219835281372, -0.019717073068022728, -0.1123637855052948, -0.16024821996688843, -0.09595837444067001, 0.022031689062714577, 0.008095944300293922, 0.19918832182884216, -0.14737872779369354, 0.03185487538576126, -0.07176045328378677, -0.06778373569250107, 0.04404590651392937, -0.10328643769025803, 0.022738130763173103, 0.1301906257867813, 0.029147012159228325, -0.12178859859704971, 0.09494787454605103, -0.035982705652713776, -0.006189584266394377, 0.04079408943653107, -0.01303020678460598, 0.15344156324863434, 0.10431810468435287, -0.06219632923603058, -0.06143520399928093, 0.1343330591917038, -0.0022163409739732742, -0.1432558000087738, -0.059430066496133804, -0.11594261229038239, -0.09378154575824738, 0.00468513322994113, -0.08749492466449738, 0.014233218505978584, -0.08539928495883942, -0.04808218032121658, 0.07196822017431259, -0.021670298650860786, 0.265707790851593, 0.004113411996513605, -0.024980073794722557, -0.028980359435081482, -0.04530869796872139, -0.013560397550463676, -0.033740073442459106, -0.05669090151786804, 0.08847501128911972, 0.21840927004814148, -0.032543353736400604, 0.006957954727113247, -0.020139172673225403, 0.029176101088523865, 0.03255986049771309, -0.18510109186172485, 0.08031248301267624, -0.11236503720283508, -0.1977800875902176, 0.025482648983597755, -0.004049560520797968, -0.06514078378677368, 0.18616676330566406, 0.03774438798427582, 0.018830468878149986, 0.025528309866786003, -0.01975824683904648, 0.09994421899318695, -0.05292034149169922, 0.061526890844106674, -0.1372753381729126, 0.13321727514266968, -0.24850524961948395, 0.049629125744104385, -0.12141142040491104, -0.022191470488905907, -0.12459619343280792, 0.10185650736093521, -0.1561349332332611, 0.0338294543325901, -0.0022145581897348166, -0.02771587297320366, -0.23182271420955658, 0.030833391472697258, -0.046822331845760345, 0.0569554902613163, -0.12259843200445175, -0.03534736484289169, 0.17788982391357422, -0.1518053263425827, -0.08840740472078323, 0.01835484430193901, -0.04862445220351219, -0.055841490626335144, -0.03932694345712662, 0.42773833870887756, 0.05310218408703804, 0.06572550535202026, -0.011328544467687607, 0.16232475638389587, -0.13374590873718262, -0.21560166776180267, 0.048298195004463196, 0.007111172657459974, -0.024222899228334427, 0.0504327155649662, -0.006448173429816961, 0.0865030288696289, -0.04988911747932434, -0.027059460058808327, -0.019711347296833992, -0.08363141864538193, 0.04063406586647034, 0.08211293816566467, 0.1388394981622696, 0.00843406654894352, 0.12863197922706604, 0.01514305081218481, 0.0603475421667099, -0.04864075034856796, -0.043949250131845474, 0.028508581221103668, 0.11310741305351257, -0.11191925406455994, 0.000263167021330446, -0.17115472257137299, -0.12212075293064117, 0.009598140604794025, 0.0005155288963578641, 0.06486888229846954, -0.04865506663918495, 0.08044017851352692, -0.020944204181432724, -0.026271147653460503, 0.017796644940972328, 0.10505897551774979, 0.06264638900756836, 0.044945791363716125, -0.012867940589785576, 0.08611705899238586, -0.04452821612358093, -0.0766700953245163, -0.0021078221034258604, -0.08399305492639542, 0.18382211029529572, 0.08574473112821579, 0.04247866943478584, -0.01977912150323391, 0.04505254700779915, -0.017653249204158783, 0.036261752247810364, -0.04362799972295761, 0.030354876071214676, -0.058262623846530914, 0.07554131001234055, 0.09522867947816849, 0.003523759776726365, -0.01523375790566206, 0.12869438529014587, -0.0855378806591034, -0.015273582190275192, 0.04678623378276825, 0.0769588053226471, -0.008117650635540485, -0.060993414372205734, 0.05357160046696663, -0.15479210019111633, -0.030241364613175392, 0.00822738092392683, -0.01096626278012991, 0.05654418095946312, 0.03187516704201698, -0.013751143589615822, -0.045131757855415344, 0.022408954799175262, 0.20478413999080658, -0.26977288722991943, 0.14919327199459076, 0.19056230783462524, 0.04830559715628624, 0.09536999464035034, -0.05905142426490784, -0.09114883095026016, 0.08698942512273788, -0.0459367036819458, -0.08520326018333435, 0.22839775681495667, -0.019464731216430664, -0.031816862523555756, 0.12100877612829208, -0.02495221607387066, 0.03246528282761574, -0.16676080226898193, -0.0478510819375515, -0.05562116578221321, 0.008200046606361866, -0.10624971985816956, 0.09392774850130081, -0.0001521873491583392, 0.07166613638401031, -0.04886450245976448, -0.01754133775830269, 0.10128992050886154, -0.0422884002327919, 0.03626669570803642, 0.1127355769276619, -0.16257496178150177, -0.22763966023921967, -0.09646257758140564, 0.00837036594748497, 0.00910747516900301, -0.0037630742881447077, -0.00874437764286995, -0.21531111001968384, -0.03567318618297577, 0.05688943341374397, -0.12680795788764954, -0.08103976398706436, -0.052382711321115494, -0.01774935983121395, -0.053265415132045746, -0.1180894672870636, -0.015695948153734207, 0.0006898753345012665, -0.027340788394212723, 0.16499431431293488, 0.2233010083436966, -0.07374002784490585, 0.16331298649311066, 0.09133849292993546, -0.07115839421749115, 0.08638038486242294, 0.004292386583983898, -0.06284485757350922, -0.0794488936662674, -0.002426383551210165, 0.040893033146858215, -0.06813804805278778, 0.027548842132091522, 0.02287341095507145, 0.06326223164796829, -0.054686665534973145, -0.04602040350437164, 0.012251414358615875, -0.2520679235458374, -0.12728700041770935, -0.12638191878795624, -0.04708310216665268, 0.04544999077916145, 0.039580024778842926, 0.07697348296642303, -0.022418607026338577, 0.19900859892368317, 0.10118232667446136, -0.08741612732410431, -0.08132486045360565, -0.036733631044626236, -0.06227440759539604, 0.01583000272512436, -0.04066440463066101, -0.1707576960325241, -0.017705583944916725, 0.13026347756385803, 0.10993015021085739, 0.30069831013679504, -0.010946276597678661, -0.03821766749024391, 0.042118895798921585, 0.19290664792060852, 0.15183480083942413, 0.11270498484373093, 0.051417384296655655, -0.0020550978370010853, -0.019354166463017464, -0.00044822468771599233, -0.019442366436123848, 0.0051115695387125015, -0.041078925132751465, -0.2193973958492279, 0.09827348589897156, 0.018027987331151962, -0.005980979185551405, -0.020493261516094208, 0.07444886863231659, -0.24771057069301605, 0.06315995007753372, -0.013080316595733166, 0.2509212791919708, -0.06646950542926788, 0.09631198644638062, 0.19090183079242706, -0.06750612705945969, 0.057114891707897186, -0.05889793857932091, 0.014918523840606213, -0.12253362685441971, -0.030649080872535706, 0.01226371806114912, -0.09423595666885376, 0.01987380161881447, 0.10167176276445389, 0.046889618039131165, 0.2836349606513977, -0.028100013732910156, -0.15660719573497772, -0.12200998514890671, -0.10880375653505325, 0.03339286893606186, 0.09740399569272995, 0.17667196691036224, 0.06900712847709656, -0.3676074147224426, -0.17193645238876343, -0.012650778517127037, 0.0009821412386372685, 0.1738690733909607, -0.0024770917370915413, -0.14507442712783813, 0.05967613309621811, -0.041659269481897354, -0.047208838164806366, -0.2156514972448349, 0.0810156911611557, -0.1270870566368103, -0.041939109563827515, 0.0356665663421154, -0.1931818723678589, 0.02197449281811714, 0.027461018413305283, -0.024630211293697357, -0.06594935059547424, 0.1623586267232895, -0.03540324047207832, -0.07646738737821579, 0.04338744282722473, 0.13727059960365295, -0.08939125388860703, 0.009191337041556835, -0.014839771203696728, -0.01877008192241192, 0.0450219064950943, -0.22193241119384766, 0.1017046868801117, -0.05032530799508095, 0.07911726832389832, -0.0662742629647255, 0.00804063305258751, -0.01948438584804535, -0.06157880276441574, -0.036816276609897614, 0.08426672965288162, 0.0116921691223979, -0.06650559604167938, 0.21597404778003693, -0.12361235916614532, 0.0591638945043087, 0.25329089164733887, 0.0032514517661184072, 0.05153689906001091, 0.04088151827454567, -0.012410324066877365, 0.17552293837070465, 0.060846272855997086, -0.13932296633720398, 0.18539787828922272, 0.1390213519334793, -0.014515560120344162, -0.35988521575927734, 0.004340352024883032, -0.15329886972904205, -0.06462741643190384, 0.12354486435651779, -0.19183999300003052, 0.11797323077917099, 0.11289385706186295, -0.04914836585521698, 0.1851779818534851, -0.12497449666261673, -0.03358476981520653, 0.18565094470977783, 0.08927194774150848, 0.3153311610221863, -0.13439954817295074, -0.054761528968811035, -0.07777881622314453, -0.06645144522190094, 0.12444884330034256, 0.0011912822956219316, -0.003214256837964058, 0.010398737154901028, 0.17670516669750214, -0.004380975384265184, -0.04278215393424034, 0.13919885456562042, 0.03471316397190094, 0.13740023970603943, -0.14051507413387299, -0.07489809393882751, 0.10871957987546921, -0.05471060797572136, -0.0027651607524603605, 0.09832913428544998, 0.09258554130792618, -0.15618588030338287, 0.06630690395832062, -0.03428938239812851, -0.03928380087018013, 0.15709470212459564, -0.03036569431424141, -0.09497874975204468, -0.01233548205345869, -0.12969280779361725, -0.005922130309045315, 0.21963481605052948, 0.08696044981479645, -0.020471064373850822, 0.017867842689156532, -0.1362023800611496, 0.041529666632413864, -0.05558086559176445, -0.11778046935796738, -0.08870934695005417, 0.07160284370183945, -0.23508651554584503, 0.047555528581142426, 0.0445418544113636, 0.06318951398134232, -0.0070200045593082905, 0.03486840799450874, 0.015173587948083878, 0.07453018426895142, 0.17534703016281128, -0.09578466415405273, -0.06958269327878952, 0.07761777937412262, -0.05636385828256607, 0.1697198748588562, 0.05314777418971062, 0.03551897406578064, 0.03188673406839371, -0.00672490056604147, -0.039396654814481735, 0.0912775993347168, -0.0027207625098526478, 0.06206871196627617, 0.12483787536621094, 0.009158606640994549, -0.16711761057376862, 0.2678716778755188, -0.0055762361735105515, -0.061790142208337784, -0.022655988112092018, -0.035728007555007935, -0.1478240042924881, -0.10282110422849655, 0.04836408048868179, 0.09397139400243759, -0.17413398623466492, -0.09364389628171921, 0.040326546877622604, -0.005401700735092163, -0.06288181990385056, -0.010388609953224659, 0.023658743128180504, -0.019094834104180336, 0.038898639380931854, -0.02932169660925865, -0.03829841688275337, -0.0034682643599808216, -0.07959374785423279, 0.09911077469587326, -0.14548294246196747, -0.2867852449417114, -0.08969232439994812, 0.2140357941389084, -0.09349265694618225, -0.015841882675886154, -0.06354692578315735, 0.06235185265541077, -0.13557811081409454, 0.07398045808076859, 0.057985659688711166, -0.04443449154496193, 0.015731044113636017, 0.006899659521877766, 0.015059370547533035, -0.032700106501579285, -0.16962450742721558, 0.05717208981513977, 0.03700777143239975, 0.02816799469292164, -0.030143389478325844, -0.04367071017622948, 0.06921753287315369, 0.050755858421325684, 0.08135661482810974, 0.21126602590084076, -0.03171766921877861, 0.17193686962127686, -0.11028507351875305, -0.1940240114927292, 0.13668842613697052, 0.06514822691679001, -0.004512903746217489, 0.21562610566616058, 0.016944658011198044, -0.00472456868737936, 0.01759488135576248, 0.04548737406730652, -0.013711240142583847, -0.07224320620298386, 0.053404226899147034, -0.20274825394153595, -0.049267541617155075, -0.0495084710419178, 0.054655708372592926, 0.12601912021636963, 0.11409874260425568, -0.04079411178827286, 0.007079163566231728, 0.04493037238717079, 0.022490479052066803, -0.04134763777256012, 0.014502439647912979, -0.17793670296669006, -0.050032660365104675, -0.020512476563453674, 0.04263817146420479, -0.07413987070322037, 0.35373833775520325, 0.016926608979701996, -0.16132311522960663, -0.04559962823987007, 0.1578703373670578, -0.013542097061872482, 0.016182037070393562, 0.2222704440355301, 0.05914133042097092, -0.04306324943900108, -0.07369109988212585, 0.08825216442346573, -0.041285429149866104, 0.04761428013443947, 0.08739949017763138, 0.14588718116283417, -0.017565710470080376, -0.05648937076330185, 0.13949570059776306, 0.0049713789485394955, 0.08238442242145538, -0.02132498286664486, -0.04419173672795296, 0.09786882251501083, -0.012848627753555775, -0.06792042404413223, 0.029434828087687492, -0.009622407145798206, 0.018696384504437447, -0.05794926732778549, -0.06161060929298401, -0.09538707137107849, -0.14085771143436432, -0.08309409767389297, -0.18751868605613708, 0.10846719890832901, 0.010939487256109715, -0.0031380755826830864, 0.3878878355026245, 0.036500025540590286, 0.03485216200351715, 0.12871073186397552, -0.11199893057346344, 0.06099594011902809, 0.04258137568831444, -0.007895845919847488, -0.1467766910791397, 0.04706383869051933, -0.04210050404071808, 0.13927622139453888, 0.008852523751556873, -0.01873709447681904, -0.047097932547330856, 0.04361391067504883, -0.01012969296425581, -0.0863850861787796, -0.05757573992013931, -0.0835186168551445, 0.08506683260202408, -0.0831594169139862, -0.01919357292354107, 0.02601388469338417, 0.05532122030854225, 0.009536040015518665, 0.19067539274692535, -0.041865672916173935, 0.09171155095100403, 0.012818225659430027, -0.11719141155481339, -0.08984760195016861, 0.06583574414253235, 0.018409350886940956, -0.09859085828065872, -0.020378654822707176, 0.03135354816913605, 0.27743637561798096, -0.03520593047142029, -0.025165626779198647, 0.006655313540250063, 0.04791673272848129, -0.0570528507232666, 0.20464704930782318, 0.02279648743569851, -0.022988710552453995, -0.02509940229356289, -0.0666251853108406, 0.007141878828406334, -0.05776422843337059, -0.039315883070230484, -0.09690313041210175, 0.07346530258655548, -0.08925113826990128, -0.16705776751041412, 0.14711640775203705, -0.15283514559268951, -0.05764002725481987, 0.15752513706684113, -0.1115933358669281, -0.08535399287939072, 0.008211095817387104, 0.0555165559053421, 0.02648020349442959, -0.061094049364328384, -0.14798948168754578, 0.03450560197234154, -0.07692614942789078, 0.04776383563876152, -0.31492704153060913, -0.1183708980679512, -0.06400291621685028, -0.05984237790107727, 0.0692330077290535, -0.01647893898189068, 0.113555908203125, -0.03479976952075958, -0.014489583671092987, -0.05896388366818428, 0.021762389689683914, -0.056475650519132614, 0.015558192506432533, -0.07186548411846161, 0.16622735559940338, -0.08108503371477127, -0.15229052305221558, 0.09211955964565277, 0.01097884215414524, -0.03898751363158226, 0.07696765661239624, -0.013831683434545994, -0.0026549219619482756, -0.019261885434389114, -0.12666764855384827, 0.111752450466156, 0.03465603291988373, 0.0578625313937664, 0.013238232582807541, -0.00503723556175828, 0.010866493918001652, 0.046102505177259445, -0.1968631148338318, -0.03292873874306679, 0.1298346072435379, -0.12466747313737869, 0.019482694566249847, 0.04878424480557442, -0.09184680879116058, 0.05446575954556465, -0.11260554939508438, 0.05445115268230438, 0.03689039498567581, 0.08339885622262955, 0.13023641705513, 0.059325315058231354, -0.040980610996484756, -0.09331199526786804, 0.08915414661169052, 0.009666312485933304, -0.040514446794986725, -0.0885339006781578 ]
ab788cd63e2b59f2ab1fe7086c62a82b1f4a65ca
For more info on data collection and the preprocessing algorithm, please see [Fast Anime PromptGen](https://huggingface.co/FredZhang7/anime-anything-promptgen-v2). ## 80K unique prompts - `safebooru_clean`: Cleaned prompts with upscore ≥ 8 from the Safebooru API --- For disclaimers about the Danbooru data, please see [Danbooru Tag Generator](https://huggingface.co/FredZhang7/danbooru-tag-generator). ## 100K unique prompts (each) - `danbooru_raw`: Raw prompts with upscore ≥ 3 from Danbooru API - `danbooru_clean`: Cleaned prompts with upscore ≥ 3 from Danbooru API --- ## Python Download and save the dataset to anime_prompts.csv locally. ```bash pip install datasets ``` ```python import csv import datasets dataset = datasets.load_dataset("FredZhang7/anime-prompts-180K") train = dataset["train"] safebooru_clean = train["safebooru_clean"] danbooru_clean = train["danbooru_clean"] danbooru_raw = train["danbooru_raw"] with open("anime_prompts.csv", "w") as f: writer = csv.writer(f) writer.writerow(["safebooru_clean", "danbooru_clean", "danbooru_raw"]) for i in range(len(safebooru_clean)): writer.writerow([safebooru_clean[i], danbooru_clean[i], danbooru_raw[i]]) ```
FredZhang7/anime-prompts-180K
[ "task_categories:text-generation", "size_categories:100K<n<1M", "language:en", "license:creativeml-openrail-m", "region:us" ]
2023-02-09T07:55:28+00:00
{"language": ["en"], "license": "creativeml-openrail-m", "size_categories": ["100K<n<1M"], "task_categories": ["text-generation"], "viewer": false}
2023-12-20T07:18:20+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #size_categories-100K<n<1M #language-English #license-creativeml-openrail-m #region-us
For more info on data collection and the preprocessing algorithm, please see Fast Anime PromptGen. ## 80K unique prompts - 'safebooru_clean': Cleaned prompts with upscore ≥ 8 from the Safebooru API --- For disclaimers about the Danbooru data, please see Danbooru Tag Generator. ## 100K unique prompts (each) - 'danbooru_raw': Raw prompts with upscore ≥ 3 from Danbooru API - 'danbooru_clean': Cleaned prompts with upscore ≥ 3 from Danbooru API --- ## Python Download and save the dataset to anime_prompts.csv locally.
[ "## 80K unique prompts\n- 'safebooru_clean': Cleaned prompts with upscore ≥ 8 from the Safebooru API\n\n---\n\nFor disclaimers about the Danbooru data, please see Danbooru Tag Generator.", "## 100K unique prompts (each)\n- 'danbooru_raw': Raw prompts with upscore ≥ 3 from Danbooru API\n- 'danbooru_clean': Cleaned prompts with upscore ≥ 3 from Danbooru API\n\n---", "## Python\n\nDownload and save the dataset to anime_prompts.csv locally." ]
[ "TAGS\n#task_categories-text-generation #size_categories-100K<n<1M #language-English #license-creativeml-openrail-m #region-us \n", "## 80K unique prompts\n- 'safebooru_clean': Cleaned prompts with upscore ≥ 8 from the Safebooru API\n\n---\n\nFor disclaimers about the Danbooru data, please see Danbooru Tag Generator.", "## 100K unique prompts (each)\n- 'danbooru_raw': Raw prompts with upscore ≥ 3 from Danbooru API\n- 'danbooru_clean': Cleaned prompts with upscore ≥ 3 from Danbooru API\n\n---", "## Python\n\nDownload and save the dataset to anime_prompts.csv locally." ]
[ 45, 53, 60, 20 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-100K<n<1M #language-English #license-creativeml-openrail-m #region-us \n## 80K unique prompts\n- 'safebooru_clean': Cleaned prompts with upscore ≥ 8 from the Safebooru API\n\n---\n\nFor disclaimers about the Danbooru data, please see Danbooru Tag Generator.## 100K unique prompts (each)\n- 'danbooru_raw': Raw prompts with upscore ≥ 3 from Danbooru API\n- 'danbooru_clean': Cleaned prompts with upscore ≥ 3 from Danbooru API\n\n---## Python\n\nDownload and save the dataset to anime_prompts.csv locally." ]
[ -0.05870174989104271, 0.1080266684293747, -0.0011891659814864397, 0.05272061377763748, 0.13970385491847992, -0.007245725952088833, 0.12960565090179443, 0.10105317831039429, 0.052258770912885666, 0.1233668327331543, -0.00016020108887460083, 0.12326718121767044, 0.048131708055734634, 0.31233692169189453, -0.11861812323331833, -0.21411123871803284, 0.0882636234164238, -0.05103250592947006, 0.11164451390504837, 0.04737801104784012, 0.025037899613380432, -0.043096933513879776, 0.0237515177577734, -0.10600220412015915, 0.0006718264776282012, 0.014221061952412128, -0.004400193225592375, -0.10998912155628204, 0.05239815264940262, -0.03907042369246483, 0.06309477239847183, 0.010212406516075134, -0.03999362513422966, -0.031382616609334946, 0.07355580478906631, 0.007420713547617197, -0.04782776162028313, 0.01170677226036787, -0.03427128121256828, 0.009764720685780048, -0.03006523661315441, -0.029254183173179626, -0.003278750227764249, 0.09403214603662491, -0.06858669966459274, 0.016641544178128242, -0.12047974765300751, 0.072754867374897, 0.15166881680488586, 0.16837704181671143, -0.06310231983661652, 0.16980326175689697, -0.0941835269331932, 0.01987653411924839, -0.006304383277893066, -0.059456732124090195, -0.026264196261763573, 0.19499137997627258, 0.011613965034484863, 0.0801776573061943, -0.03825234994292259, -0.01989910565316677, 0.03622966259717941, 0.010499776341021061, -0.14855509996414185, -0.06310636550188065, 0.012333589605987072, -0.057337552309036255, -0.03412959352135658, 0.0523778572678566, 0.07105011492967606, 0.13689786195755005, -0.12265114486217499, -0.211578369140625, -0.15253284573554993, -0.07172033935785294, -0.07197748869657516, 0.05608072504401207, -0.08065970242023468, 0.058978836983442307, 0.012830575928092003, -0.038159094750881195, -0.05892794951796532, -0.06351743638515472, -0.010391393676400185, 0.2182149738073349, 0.06398331373929977, -0.011204397305846214, -0.020949747413396835, 0.01665439084172249, -0.08675286918878555, -0.08361008018255234, -0.06402750313282013, -0.042996954172849655, -0.024110672995448112, 0.012064853683114052, -0.021982776001095772, -0.2484869509935379, 0.16517245769500732, 0.3605331480503082, 0.0784783884882927, 0.019747093319892883, -0.11542452126741409, -0.01967327855527401, 0.043588925153017044, 0.06648445874452591, -0.019468041136860847, 0.10254359990358353, 0.19472017884254456, 0.07027002424001694, 0.14104028046131134, -0.025780783966183662, -0.08612039685249329, -0.0184163898229599, -0.039800871163606644, 0.12966406345367432, 0.0555720292031765, 0.07344888150691986, -0.008092885836958885, -0.014150219969451427, 0.24264530837535858, -0.148616760969162, -0.0032368567772209644, 0.05335749685764313, -0.0358535535633564, -0.02792442962527275, -0.0685148760676384, 0.014780343510210514, -0.0019827215000987053, 0.06515216827392578, -0.06714201718568802, -0.05599444359540939, 0.009966930374503136, -0.08863629400730133, 0.01862713322043419, -0.18069255352020264, 0.02431042119860649, -0.15398596227169037, -0.15914472937583923, -0.05386140197515488, -0.014379646629095078, -0.014120472595095634, -0.02985258772969246, 0.04984491318464279, -0.06414440274238586, -0.03111886978149414, 0.00019992013403680176, -0.06180434674024582, -0.07509265094995499, 0.06042686104774475, 0.02779948152601719, -0.013442466966807842, -0.1868302971124649, -0.005304351449012756, -0.15276522934436798, -0.004298345651477575, -0.22326017916202545, -0.01292212214320898, -0.0598338358104229, 0.17121851444244385, -0.06955888122320175, 0.08564486354589462, -0.0685269758105278, 0.024255627766251564, -0.047532010823488235, 0.17635269463062286, -0.13304631412029266, 0.02140049822628498, 0.24035818874835968, -0.1140204593539238, -0.03520836681127548, 0.11662490665912628, 0.036091454327106476, 0.04374729469418526, 0.036581289023160934, 0.164057195186615, -0.08628450334072113, -0.22488561272621155, -0.013550644740462303, -0.05805555731058121, -0.0025390975642949343, -0.04693413898348808, 0.09187513589859009, -0.10959399491548538, 0.055494148284196854, 0.07348030805587769, 0.051986999809741974, 0.10468361526727676, 0.04580527916550636, -0.04407820478081703, -0.02590426616370678, -0.04826333746314049, -0.16485585272312164, -0.010197395458817482, 0.08582033962011337, -0.059071749448776245, -0.06680870056152344, -0.1900303065776825, 0.1615143120288849, -0.03792235627770424, 0.010225847363471985, -0.16842269897460938, 0.08082818239927292, -0.024441786110401154, 0.05285532400012016, -0.06089642271399498, -0.03901113197207451, 0.05210176110267639, 0.02477938123047352, -0.03039386309683323, -0.08983534574508667, 0.04041993245482445, 0.03313489258289337, 0.02091413550078869, -0.09309503436088562, -0.05255412682890892, -0.02563459239900112, 0.030154220759868622, -0.01768581196665764, 0.0686933621764183, -0.09837131202220917, 0.1685391068458557, -0.08909423649311066, 0.0893702507019043, 0.02689908817410469, 0.06120147556066513, 0.09162542223930359, -0.06833110004663467, 0.11171736568212509, 0.017312852665781975, -0.0768241286277771, -0.04774031788110733, -0.022519925609230995, -0.007923860102891922, -0.03537299856543541, -0.04843301698565483, -0.12509122490882874, 0.03670033439993858, 0.14666056632995605, 0.35359466075897217, -0.04722420498728752, 0.1289149522781372, -0.060978639870882034, 0.012891256250441074, -0.07786405086517334, 0.025637628510594368, -0.08934582024812698, 0.08707918971776962, 0.0896231085062027, 0.03156623989343643, 0.1192346066236496, 0.006333878729492426, 0.034460388123989105, -0.06614668667316437, 0.0745067149400711, 0.154792919754982, -0.029527079313993454, 0.1393989622592926, -0.06453102827072144, -0.012134180404245853, 0.11012782901525497, -0.04816022515296936, -0.0741984099149704, 0.03140577673912048, 0.09097705036401749, 0.05083298310637474, 0.08663304150104523, 0.042891547083854675, 0.08062306046485901, 0.021173842251300812, -0.02525601163506508, 0.018666652962565422, -0.020512394607067108, -0.11363435536623001, -0.0866008773446083, -0.005471055395901203, 0.018238434568047523, 0.19526566565036774, -0.009971356019377708, 0.010936564765870571, -0.060954317450523376, 0.00016153928299900144, 0.035481225699186325, 0.04924152046442032, -0.02282985858619213, 0.11060895025730133, -0.009593871422111988, -0.19716723263263702, -0.10231553763151169, -0.02330748923122883, -0.09133113920688629, 0.019998950883746147, 0.08923878520727158, -0.1137533113360405, -0.10368487238883972, -0.12576350569725037, 0.1181422621011734, 0.03577592223882675, -0.02683318220078945, -0.01873052306473255, 0.06268055737018585, -0.02637987583875656, -0.10922086983919144, 0.020459530875086784, 0.0067895036190748215, -0.07167837768793106, 0.1177060529589653, -0.013849540613591671, 0.1770206093788147, 0.06455839425325394, 0.08006244152784348, -0.0030323159880936146, 0.04316221550107002, 0.20115970075130463, -0.049710046499967575, 0.05554968863725662, 0.16785070300102234, -0.0075226956978440285, -0.0019214889034628868, 0.2318539172410965, -0.021839488297700882, -0.09762127697467804, 0.06769256293773651, 0.08537104725837708, -0.00871103722602129, -0.1563979983329773, -0.02962644025683403, -0.08714758604764938, 0.20082056522369385, 0.06836108863353729, 0.16593526303768158, 0.10675814747810364, 0.06846031546592712, -0.06013539060950279, -0.08130084723234177, 0.00008734854054637253, 0.0986061617732048, 0.0007666372111998498, -0.01719321683049202, -0.012883652932941914, -0.05392719432711601, -0.03318577632308006, 0.11833412945270538, -0.006503171753138304, -0.02638082206249237, 0.06407923996448517, 0.12534724175930023, 0.0017309726681560278, 0.030044209212064743, 0.040217965841293335, 0.07519601285457611, 0.03320886194705963, -0.050636354833841324, -0.022397665306925774, -0.008731947280466557, -0.009102845564484596, 0.09062612801790237, 0.007606289815157652, -0.11130092293024063, 0.0267547108232975, -0.0047665671445429325, 0.0786626935005188, 0.1527387648820877, 0.05577026307582855, -0.16939690709114075, -0.08887357264757156, 0.0016425445210188627, -0.0038003730587661266, -0.03291494771838188, -0.00995803065598011, 0.0655621886253357, -0.015489822253584862, -0.031817030161619186, -0.04194643348455429, 0.09259162843227386, 0.03581931069493294, -0.05108501762151718, -0.16995365917682648, 0.032738666981458664, -0.018979880958795547, 0.009932476095855236, -0.22783741354942322, -0.047292858362197876, 0.006577043328434229, 0.1194269210100174, -0.011151306331157684, -0.014480154030025005, 0.014563003554940224, -0.0014123606961220503, 0.08393607288599014, -0.0573689304292202, -0.08330291509628296, -0.11507285386323929, -0.2680343985557556, 0.038828376680612564, -0.007504470180720091, -0.0751466378569603, 0.043721213936805725, -0.008040251210331917, 0.01719164289534092, 0.005354228895157576, 0.16006925702095032, -0.2657555937767029, -0.1019681766629219, -0.028755666688084602, 0.14165259897708893, 0.10480605065822601, -0.023268211632966995, -0.0012124001514166594, 0.008188250474631786, 0.07175619900226593, 0.0325327068567276, 0.009838379919528961, -0.12971118092536926, 0.04780397564172745, 0.0981128141283989, -0.10305649042129517, 0.032805174589157104, -0.08082116395235062, 0.016835546121001244, -0.06967061012983322, -0.059960030019283295, 0.07831517606973648, -0.06426849216222763, -0.02589443512260914, -0.026481887325644493, 0.007086177356541157, -0.016449104994535446, -0.0005583003512583673, -0.021450225263834, -0.03930412605404854, 0.08763046562671661, -0.06325932592153549, 0.011952558532357216, 0.02982768788933754, 0.15182442963123322, 0.0696408748626709, -0.16876909136772156, -0.18030008673667908, -0.08367190510034561, -0.12526966631412506, 0.17648279666900635, 0.2700418531894684, 0.028419725596904755, 0.022790098562836647, 0.009901938028633595, 0.09235193580389023, -0.13337646424770355, -0.016933515667915344, -0.09630336612462997, 0.052415963262319565, -0.07720382511615753, -0.2006133496761322, 0.04024646431207657, 0.09623546153306961, -0.05381316319108009, 0.17195184528827667, -0.20510335266590118, -0.11691199988126755, 0.1567118614912033, 0.10108880698680878, 0.2857762277126312, -0.2164348065853119, 0.016625700518488884, -0.009659933857619762, -0.11075091361999512, 0.12745139002799988, 0.004612121265381575, 0.06550928205251694, -0.035051725804805756, 0.03986931964755058, 0.00458780350163579, -0.07977428287267685, 0.041700202971696854, 0.0074536968022584915, 0.06418401002883911, -0.0811881422996521, -0.06036090478301048, 0.0696617141366005, 0.008864509873092175, 0.1292586624622345, -0.04078269749879837, -0.03407485410571098, -0.05137823522090912, -0.053832825273275375, -0.01712190918624401, 0.07927163690328598, 0.0356694757938385, -0.09506507217884064, -0.030791783705353737, 0.047198254615068436, -0.008737214840948582, 0.0252700112760067, 0.23121249675750732, -0.003722256049513817, 0.023203996941447258, -0.028298113495111465, -0.27965784072875977, 0.012904602102935314, 0.03692672401666641, -0.013793103396892548, -0.030394328758120537, 0.038472820073366165, -0.027313807979226112, 0.022986723110079765, -0.021784357726573944, 0.018841970711946487, 0.14791205525398254, 0.008272925391793251, -0.03943869471549988, 0.08473677933216095, 0.06218390911817551, -0.11116303503513336, -0.07490301877260208, 0.08427402377128601, -0.1284864842891693, 0.03621406480669975, 0.0054693883284926414, 0.10355822741985321, 0.024947820231318474, -0.012328943237662315, -0.013321042992174625, 0.04585131257772446, 0.03583408147096634, 0.034168872982263565, 0.005313741974532604, -0.04863033443689346, -0.08706583827733994, 0.04218589887022972, 0.0722501277923584, -0.24250666797161102, 0.03895193710923195, 0.06390687823295593, -0.11489889025688171, -0.07378022372722626, 0.013033361174166203, 0.01979803666472435, 0.06033698469400406, 0.013718397356569767, -0.16247764229774475, 0.052740149199962616, 0.041851747781038284, -0.05140285938978195, 0.048531051725149155, -0.009733297862112522, 0.043237000703811646, -0.016642406582832336, -0.13340045511722565, -0.0159519761800766, -0.012540632858872414, 0.044840916991233826, -0.14923018217086792, -0.0781560018658638, -0.0018357805674895644, -0.055533744394779205, 0.005371818318963051, 0.004788259044289589, -0.12495651096105576, -0.03821827098727226, -0.11457919329404831, 0.07376056164503098, -0.07633648812770844, -0.02429082803428173, -0.05389559268951416, -0.02895980328321457, -0.03942294046282768, -0.025425618514418602, -0.10354068875312805, -0.057161103934049606, -0.03593876212835312, 0.022306760773062706, -0.06637433171272278, 0.041379839181900024, -0.0006394246011041105, -0.05444710701704025, 0.09685447067022324, 0.19489344954490662, -0.06871004402637482, -0.024714842438697815, -0.09254765510559082, -0.02703513577580452, 0.11263938248157501, -0.021578358486294746, 0.01661810465157032, 0.04116273671388626, 0.027886483818292618, 0.03353509306907654, 0.005695602856576443, -0.0034938727039843798, 0.21888811886310577, -0.18936698138713837, -0.046844691038131714, -0.0738583579659462, -0.07235720008611679, -0.07328998297452927, -0.05512223020195961, 0.049148306250572205, 0.08581618964672089, 0.19994159042835236, -0.05289430171251297, 0.0841897502541542, -0.05773826688528061, -0.02822953462600708, -0.020258182659745216, 0.0013961519580334425, -0.01741630956530571, 0.05610792711377144, 0.004324151668697596, 0.030040038749575615, 0.10308027267456055, -0.023135537281632423, -0.05293126776814461, 0.028419271111488342, -0.05456453189253807, 0.145114466547966, -0.006671401672065258, 0.373304158449173, 0.06344528496265411, -0.008593768812716007, 0.05404233932495117, -0.026058480143547058, 0.18675492703914642, 0.017718227580189705, 0.04745693877339363, 0.17648489773273468, 0.04478504881262779, 0.05648620054125786, -0.03474310785531998, -0.12282339483499527, -0.04695126786828041, 0.047262538224458694, -0.09894435107707977, 0.033297110348939896, 0.004150636959820986, 0.10717394948005676, 0.15483126044273376, -0.019954239949584007, -0.04351302981376648, 0.02972337417304516, -0.0038413337897509336, -0.07243169099092484, -0.15517359972000122, -0.11453106999397278, -0.10393651574850082, 0.10830940306186676, 0.004560484085232019, -0.08443077653646469, 0.03217584267258644, 0.024036843329668045, 0.019521314650774002, 0.16911807656288147, -0.001300457282923162, -0.07006553560495377, -0.03127081319689751, -0.027340805158019066, -0.17921701073646545, 0.10544270277023315, -0.0592990405857563, -0.023541681468486786, -0.03332513943314552, 0.10450736433267593, 0.04455307126045227, -0.015352586284279823, 0.13498447835445404, -0.16326597332954407, -0.005524359177798033, -0.049503300338983536, 0.10588861256837845, -0.000738282862585038, 0.21619103848934174, 0.0890592709183693, -0.07221367210149765, 0.057661186903715134, 0.2584080398082733, 0.030631814152002335, -0.08817797154188156, -0.14439745247364044, -0.01730886846780777, 0.0811643972992897, -0.017746521160006523, -0.01592455804347992, -0.14025293290615082, -0.0018768149893730879, 0.13562656939029694, 0.15711958706378937, -0.0033031378407031298, 0.006431723479181528, 0.010211066342890263, 0.01490870863199234, -0.07241183519363403, 0.07934913039207458, 0.09331776946783066, 0.10230889171361923, 0.03856753930449486, 0.007862354628741741, -0.02295362949371338, -0.11495576798915863, -0.17816372215747833, 0.11258817464113235, -0.044576872140169144, -0.06968890875577927, -0.07222749292850494, 0.08678938448429108, -0.15954558551311493, -0.10607970505952835, -0.03047945164144039, -0.06901988387107849, -0.06869300454854965, -0.06775921583175659, 0.0356830470263958, 0.011491136625409126, 0.06103901192545891, -0.0669596940279007, 0.02979230135679245, -0.05368659272789955, -0.041650086641311646, -0.06438886374235153, -0.03290950134396553, 0.053436778485774994, 0.038221098482608795, 0.16935661435127258, 0.012575885280966759, 0.015812726691365242, 0.11529998481273651, -0.029609356075525284, -0.09683912992477417, 0.16303466260433197, -0.020959090441465378, 0.007836883887648582, 0.03526744991540909, 0.10805089771747589, -0.11780714243650436, 0.07066932320594788, 0.036891717463731766, -0.11925294995307922, -0.007834133692085743, -0.008324804715812206, -0.016685590147972107, -0.13855980336666107, 0.10532717406749725, -0.1466686874628067, 0.09377843141555786, 0.05228113755583763, -0.03935200721025467, 0.02562560699880123, -0.04790014773607254, 0.14354439079761505, 0.0560770183801651, -0.09954844415187836, -0.08355175703763962, -0.2055186778306961, 0.0030103474855422974, 0.032959431409835815, 0.01639709621667862, -0.3074778914451599, 0.0000924482592381537, -0.11971361935138702, 0.006768511142581701, -0.1456548124551773, 0.01932692900300026, 0.01308241207152605, -0.03760899603366852, -0.01898292452096939, -0.17812517285346985, 0.024769524112343788, 0.03130209445953369, -0.10699789226055145, -0.09033863246440887 ]
304a05a55bc6abc0446d8fae0d0771716b6a271a
Dataset from https://www.kaggle.com/datasets/rmisra/news-category-dataset
heegyu/news-category-dataset
[ "license:cc-by-4.0", "region:us" ]
2023-02-09T08:08:22+00:00
{"license": "cc-by-4.0"}
2023-02-09T08:10:48+00:00
[]
[]
TAGS #license-cc-by-4.0 #region-us
Dataset from URL
[]
[ "TAGS\n#license-cc-by-4.0 #region-us \n" ]
[ 15 ]
[ "passage: TAGS\n#license-cc-by-4.0 #region-us \n" ]
[ -0.01481373980641365, 0.04256531968712807, -0.007405269891023636, -0.03204619884490967, -0.01672360859811306, 0.06821797043085098, 0.17897477746009827, 0.015087852254509926, 0.18323910236358643, -0.05904258042573929, 0.14758829772472382, 0.08314985781908035, -0.010972206480801105, 0.001331416773609817, -0.019378159195184708, -0.09078969061374664, 0.035985905677080154, -0.0014469489688053727, 0.03115522488951683, 0.02071862854063511, 0.004305256996303797, -0.03893125057220459, 0.016421321779489517, -0.04968859627842903, -0.13132476806640625, 0.0021503623574972153, 0.07631397247314453, -0.03952905163168907, 0.0815119594335556, -0.028560321778059006, 0.09575827419757843, 0.1293928176164627, -0.004874087404459715, -0.20230811834335327, 0.0007498817285522819, -0.07766028493642807, -0.17020897567272186, 0.04272386431694031, 0.05575311928987503, 0.06678208708763123, 0.04520222544670105, 0.09292775392532349, -0.05895129591226578, 0.04096038267016411, -0.18762512505054474, -0.17511719465255737, -0.12690071761608124, -0.0009623138466849923, 0.07555325329303741, 0.0442480742931366, 0.08691404014825821, 0.07096758484840393, -0.1886615753173828, -0.029521089047193527, -0.004517432767897844, -0.4276128113269806, 0.07353708893060684, 0.2748754620552063, 0.040632933378219604, 0.12295889854431152, -0.03976337984204292, 0.10895809531211853, 0.08420821279287338, -0.02225753478705883, -0.05576581880450249, -0.0903439000248909, 0.049407124519348145, 0.14205193519592285, -0.0012761809630319476, -0.08902473002672195, 0.35433605313301086, 0.02503598853945732, -0.037414319813251495, 0.09280463308095932, 0.018983667716383934, -0.03115575574338436, 0.01066653709858656, 0.08192736655473709, 0.08869965374469757, 0.18518388271331787, 0.04693219065666199, -0.023217452690005302, -0.17944665253162384, -0.06938177347183228, -0.20399068295955658, -0.009839222766458988, -0.03511960804462433, 0.1197211742401123, -0.10315916687250137, 0.02454104647040367, -0.16256368160247803, -0.0008154251845553517, -0.0652901828289032, -0.0658745989203453, 0.12458550184965134, 0.00285485852509737, -0.08474667370319366, 0.23963616788387299, 0.08932731300592422, 0.13792634010314941, -0.07311104238033295, -0.012841098010540009, -0.08460397273302078, 0.17036664485931396, -0.03910244628787041, -0.024162329733371735, 0.10055889934301376, 0.1546764373779297, 0.04865511879324913, -0.1671656370162964, 0.02334476262331009, -0.016830669716000557, -0.18300096690654755, -0.019063737243413925, -0.1790601760149002, 0.16934216022491455, -0.06540846079587936, -0.09127568453550339, -0.06836444139480591, 0.09497050195932388, 0.20421601831912994, 0.014286180958151817, 0.00969767663627863, 0.03977099061012268, 0.023395143449306488, -0.054192882031202316, -0.0364033468067646, 0.02086588181555271, 0.10239887237548828, 0.071991465985775, -0.1368798017501831, -0.009349252097308636, 0.0014167600311338902, 0.038306381553411484, 0.1458488255739212, -0.060846518725156784, 0.03946412727236748, -0.10890422016382217, -0.08238746970891953, 0.029826998710632324, -0.013526522554457188, 0.0021422693971544504, 0.04247462749481201, 0.08032833784818649, 0.0396772101521492, -0.03199848532676697, -0.08436042815446854, -0.118647500872612, -0.10511494427919388, 0.09824854880571365, -0.06532371789216995, 0.006936889141798019, -0.28316327929496765, -0.032291512936353683, -0.1091856062412262, 0.055053096264600754, -0.014745153486728668, -0.09624166041612625, -0.08922319114208221, 0.1386178731918335, -0.038210105150938034, -0.02515040896832943, -0.07410421967506409, -0.000736620684619993, -0.0729934573173523, 0.10577414184808731, -0.09439235180616379, -0.020983600988984108, 0.1200648620724678, -0.12337325513362885, -0.16109296679496765, -0.006153112277388573, 0.02233303152024746, -0.003719120752066374, 0.04389514774084091, 0.27461886405944824, -0.07072313129901886, -0.14032696187496185, 0.06560457497835159, 0.18919909000396729, -0.08430752903223038, -0.2737993896007538, 0.1201397255063057, -0.17667481303215027, -0.16601243615150452, 0.004006030969321728, -0.10229922086000443, 0.018754860386252403, -0.030205562710762024, -0.05967820808291435, 0.01409585028886795, -0.01181043405085802, -0.03281095251441002, -0.0323028564453125, 0.05260542035102844, -0.048216771334409714, 0.09041395038366318, -0.017430011183023453, 0.005771958734840155, 0.07522662729024887, 0.05385506898164749, -0.08372174203395844, 0.05931909382343292, -0.04207699000835419, -0.01351868361234665, -0.035456255078315735, -0.0473126620054245, 0.038904786109924316, 0.06521131843328476, 0.11534175276756287, 0.12508435547351837, 0.031866297125816345, -0.03239703178405762, 0.0072103627026081085, 0.03819214552640915, 0.003237414173781872, 0.0362107940018177, 0.02292945422232151, -0.09036735445261002, 0.05722765624523163, 0.03003997914493084, 0.007690513040870428, -0.06752926111221313, -0.05200733616948128, 0.23855425417423248, -0.08390182256698608, -0.041270703077316284, 0.07410582900047302, -0.03344397991895676, 0.02654939331114292, 0.06050322577357292, 0.0472090058028698, 0.15102678537368774, 0.03776239603757858, -0.10791455954313278, 0.25061148405075073, -0.03809100762009621, 0.18154913187026978, 0.20631927251815796, -0.13713131844997406, 0.0644393116235733, -0.11615727096796036, 0.041231364011764526, -0.010772707872092724, 0.07847366482019424, -0.032822489738464355, 0.024280449375510216, -0.04564208909869194, 0.045771170407533646, -0.0605543777346611, 0.06892836838960648, -0.006849425379186869, -0.04998279735445976, -0.0844278335571289, -0.005703025963157415, 0.23670101165771484, -0.07527022808790207, 0.1174154281616211, 0.4843216836452484, 0.08048244565725327, 0.07782433927059174, -0.10923488438129425, -0.03568534553050995, -0.09253465384244919, 0.033446550369262695, -0.015535351820290089, 0.16070808470249176, -0.03555133938789368, -0.010640576481819153, 0.05124405771493912, 0.033275704830884933, 0.08212140947580338, -0.2082206904888153, -0.13475213944911957, -0.020434850826859474, -0.06551092863082886, -0.23051783442497253, 0.030304905027151108, -0.0845644623041153, 0.026944292709231377, 0.02327129617333412, -0.1299920380115509, 0.1838233321905136, -0.038919586688280106, -0.08784317225217819, 0.08367791026830673, -0.21915511786937714, -0.05645256116986275, -0.20492306351661682, -0.11985811591148376, 0.010820457711815834, 0.04931153729557991, 0.04080415889620781, -0.02224213443696499, -0.05819361284375191, 0.01596781052649021, -0.12133723497390747, -0.1270834058523178, -0.04002001881599426, 0.001247765845619142, 0.09618199616670609, -0.03504321351647377, -0.08129218965768814, -0.048965271562337875, -0.017510022968053818, -0.09554532915353775, 0.0831621065735817, -0.10115476697683334, 0.11235853284597397, 0.13986125588417053, 0.032467301934957504, 0.04702005162835121, -0.06845910102128983, 0.09603692591190338, -0.030049318447709084, -0.13537202775478363, 0.12645843625068665, -0.006042985711246729, 0.02582751028239727, 0.14207340776920319, 0.12949153780937195, -0.11137007176876068, -0.04410148784518242, -0.13942010700702667, -0.13120688498020172, -0.229031041264534, -0.06789946556091309, -0.09090540558099747, 0.11773023754358292, 0.05523562431335449, 0.0917237177491188, 0.09545762836933136, 0.040535423904657364, 0.07606862485408783, 0.020875193178653717, 0.024838782846927643, 0.022844204679131508, 0.210661381483078, -0.055110979825258255, -0.02344030886888504, -0.12380387634038925, 0.08019575476646423, 0.16516081988811493, 0.17115949094295502, 0.19093726575374603, 0.30061179399490356, 0.19346685707569122, 0.14480620622634888, 0.18355126678943634, 0.16471132636070251, 0.06210710480809212, 0.053314778953790665, 0.00040647818241268396, -0.0070779770612716675, -0.05410284921526909, 0.058125704526901245, 0.053221289068460464, 0.04671337082982063, -0.24995672702789307, 0.02987775020301342, -0.2803707718849182, 0.023290887475013733, 0.009131565690040588, 0.11751503497362137, -0.09516610950231552, 0.12707757949829102, 0.050425998866558075, 0.13911768794059753, 0.005592888221144676, 0.15152545273303986, -0.010176235809922218, -0.019377321004867554, 0.023218421265482903, 0.035408586263656616, 0.055648136883974075, -0.013842977583408356, 0.04392075911164284, -0.024224134162068367, -0.18983174860477448, 0.04610505700111389, 0.0975353941321373, -0.1751636266708374, 0.23009905219078064, 0.04013461992144585, -0.0791231095790863, -0.02800440788269043, -0.07103647291660309, 0.014687989838421345, 0.21666398644447327, 0.10961052030324936, 0.05240489915013313, -0.23173710703849792, -0.1203552782535553, -0.06519921869039536, 0.0026747588999569416, 0.12323632091283798, -0.033122118562459946, -0.13795657455921173, -0.014822169207036495, 0.05457860603928566, 0.00225260853767395, 0.06391683965921402, -0.06288982927799225, -0.07318410277366638, 0.00699187908321619, 0.12383930385112762, 0.06345683336257935, -0.06356023997068405, 0.08081269264221191, -0.07008252292871475, 0.07291839271783829, -0.23125533759593964, 0.03875049948692322, -0.039983976632356644, -0.2523737847805023, 0.05557449907064438, 0.0051801493391394615, 0.02190724015235901, -0.017256446182727814, -0.12530818581581116, -0.12805509567260742, -0.1759767383337021, 0.10977373272180557, -0.05397772789001465, 0.019184241071343422, -0.02504711039364338, 0.1491832286119461, -0.09810318797826767, 0.03921498730778694, 0.018084460869431496, 0.051520220935344696, -0.019124502316117287, -0.12492825835943222, 0.10259892046451569, -0.13557100296020508, 0.0910923033952713, 0.0357355922460556, -0.05707225203514099, 0.05251661688089371, 0.0635957419872284, -0.07082206010818481, 0.15336893498897552, 0.3987480103969574, -0.06819146126508713, 0.17893005907535553, 0.34540653228759766, -0.12315003573894501, -0.23351676762104034, -0.10169301927089691, -0.3017251193523407, -0.09996698051691055, 0.07797366380691528, -0.19039523601531982, 0.023493731394410133, 0.211283877491951, -0.1140134334564209, 0.28180015087127686, -0.19533291459083557, -0.049672797322273254, 0.06997371464967728, -0.03219682350754738, 0.39483770728111267, -0.11283934861421585, -0.13024868071079254, -0.04192265495657921, -0.16616643965244293, 0.10935178399085999, -0.07970268279314041, 0.06322821974754333, 0.020576752722263336, -0.033288925886154175, -0.04486938565969467, -0.01947551593184471, 0.22373852133750916, -0.0036786398850381374, 0.1251690536737442, -0.05105212330818176, -0.10392441600561142, 0.26264047622680664, -0.004656231962144375, -0.03417721018195152, -0.09636406600475311, -0.053729940205812454, -0.024440394714474678, 0.04823200777173042, -0.02346804551780224, 0.03993063047528267, -0.027069255709648132, -0.06359937787055969, -0.083415687084198, -0.015510433353483677, -0.1311647891998291, -0.033495254814624786, 0.2669394016265869, -0.04373224824666977, -0.011316937394440174, 0.1349078267812729, 0.010653998702764511, -0.10966186970472336, -0.023623894900083542, -0.04358319938182831, -0.09909043461084366, 0.07841844856739044, -0.1945284903049469, 0.0009796344675123692, 0.10271190851926804, -0.030476262792944908, 0.06629736721515656, 0.09606128931045532, -0.04163875803351402, 0.04718022421002388, 0.18832601606845856, -0.1281154304742813, -0.01885593682527542, 0.03951207175850868, -0.004378371872007847, 0.16165895760059357, 0.018945330753922462, 0.07442041486501694, 0.015782002359628677, 0.040712613612413406, 0.011794351041316986, 0.025828227400779724, -0.15604300796985626, -0.04090731590986252, 0.021880514919757843, -0.021075233817100525, -0.12195020169019699, 0.2098986804485321, 0.05773457884788513, -0.05912880599498749, -0.07948102802038193, 0.01997550204396248, -0.10169723629951477, -0.07818134874105453, -0.22273342311382294, -0.053505491465330124, -0.15080463886260986, -0.15137846767902374, -0.00409771129488945, -0.11430440098047256, -0.041108209639787674, 0.06840159744024277, 0.04975655674934387, 0.15359626710414886, 0.0801740512251854, -0.029619010165333748, 0.07771969586610794, -0.08002496510744095, -0.2813967764377594, 0.006623448338359594, -0.044692616909742355, -0.06175762787461281, 0.017123602330684662, 0.03674982488155365, -0.04681847617030144, -0.04940566420555115, -0.11716268956661224, 0.08741603046655655, -0.09278449416160583, 0.025713970884680748, -0.08634588867425919, -0.02442978508770466, 0.050536420196294785, 0.04042615368962288, -0.03228005766868591, 0.016325512900948524, -0.1501990109682083, 0.0251288041472435, 0.024351079016923904, 0.07835760712623596, -0.04115303233265877, -0.03875304386019707, 0.07860691100358963, 0.03919206187129021, 0.11429455131292343, 0.06511614471673965, 0.022720029577612877, 0.12896043062210083, -0.10388824343681335, -0.0270615816116333, 0.10223729908466339, -0.005608823150396347, -0.005919143557548523, 0.051795843988657, -0.0470738485455513, 0.08495733141899109, -0.10869279503822327, 0.05098428204655647, -0.07861866801977158, -0.13274741172790527, -0.10663357377052307, -0.0038159238174557686, -0.12468156218528748, 0.009536153636872768, -0.12302873283624649, 0.23100097477436066, 0.059423476457595825, 0.11376943439245224, 0.05344565212726593, -0.022674255073070526, 0.0448075607419014, -0.011911056935787201, -0.024117296561598778, -0.0945458635687828, -0.14371894299983978, -0.0487220399081707, -0.0744447186589241, -0.03484679386019707, 0.3970675766468048, -0.04262489080429077, -0.1628873497247696, 0.04754376411437988, 0.13705062866210938, -0.01805698312819004, 0.03245030716061592, 0.30003097653388977, 0.04811948165297508, -0.004157142713665962, -0.15563063323497772, 0.07741160690784454, -0.04279997944831848, -0.15675611793994904, 0.030356159433722496, 0.03731629624962807, 0.09102614223957062, 0.01832282915711403, 0.15706788003444672, -0.07307957112789154, -0.007847734726965427, -0.012288115918636322, 0.09486307948827744, 0.042120348662137985, -0.0008661990286782384, 0.001955944811925292, 0.1800367832183838, -0.04755660891532898, -0.003193648997694254, -0.033473748713731766, -0.009449935518205166, -0.1452087163925171, -0.11983460187911987, 0.00893209595233202, -0.14940877258777618, 0.06828675419092178, -0.01294539775699377, 0.03147614747285843, 0.29573145508766174, 0.023632341995835304, -0.06490083783864975, -0.06330358982086182, -0.18788854777812958, -0.06262761354446411, 0.02603844739496708, -0.014760478399693966, 0.0050043268129229546, -0.09059875458478928, -0.1253105252981186, 0.0027333886828273535, -0.22779420018196106, -0.03311586380004883, 0.02956961654126644, 0.06866352260112762, -0.02123778499662876, -0.10309992730617523, -0.04339056834578514, -0.07726194709539413, 0.10099945217370987, -0.03569476678967476, 0.23404593765735626, 0.004481055773794651, -0.011378359980881214, 0.07274336367845535, 0.018154799938201904, -0.034772925078868866, -0.039777785539627075, 0.014465877786278725, 0.13328741490840912, -0.009227908216416836, 0.09261452406644821, -0.03156153857707977, -0.025044962763786316, 0.04503166675567627, 0.20404526591300964, 0.2441548854112625, -0.10105842351913452, 0.004145526792854071, -0.02134348824620247, 0.025015810504555702, 0.0792217031121254, 0.19655144214630127, -0.00902579165995121, 0.19124671816825867, -0.06344056874513626, -0.02944808267056942, -0.0457332618534565, 0.07244420796632767, -0.07596578449010849, 0.010706261731684208, -0.007726265583187342, -0.1027572751045227, -0.08171910047531128, 0.12354543060064316, -0.10372564941644669, 0.13624687492847443, 0.24340546131134033, -0.04462688788771629, 0.08773111552000046, -0.012773470021784306, 0.09645264595746994, -0.028027290478348732, 0.07145309448242188, -0.15669886767864227, -0.0893646627664566, -0.06976386904716492, 0.0081441355869174, -0.32340848445892334, -0.1247125044465065, 0.07263229042291641, 0.11929464340209961, 0.1608528196811676, 0.008237072266638279, 0.17793746292591095, -0.0059174662455916405, 0.09702000766992569, -0.08639675378799438, 0.16629427671432495, 0.022383684292435646, -0.10391025990247726, -0.1335333287715912, -0.18716788291931152, -0.05416296795010567, 0.04928826168179512, 0.031633149832487106, 0.06396656483411789, 0.05741013213992119, 0.1290345937013626, -0.08521036803722382, -0.03033316135406494, -0.08768059313297272, -0.11821363121271133, 0.05593964830040932, -0.059702131897211075, -0.00677085854113102, -0.0936068594455719, -0.01843923330307007, -0.02971850521862507, 0.08882183581590652, -0.23304784297943115, -0.04317920282483101, 0.13423141837120056, 0.002479246584698558, 0.24204768240451813, 0.0016171198803931475, -0.026661451905965805, 0.012049473822116852, -0.035223547369241714, 0.10428419709205627, -0.13302338123321533, 0.047816816717386246, 0.13526952266693115, -0.011842441745102406, 0.0075031002052128315, -0.191005140542984, 0.05773235112428665, -0.04535052552819252, -0.04246394708752632, -0.09546002000570297 ]
a8142d89cd7e437f8750761598505dfd1e456ef8
# 3Blue1Brown transcripts ## Data This dataset provides transcriptions of all videos of the amazing [3Blue1Brown](https://www.youtube.com/c/3blue1brown?app=desktop). Last update was on 09.02.2022. ### Schema ``` # Column Non-Null Count Dtype --- ------ -------------- ----- 0 video_title 116 non-null object 1 transcription 116 non-null object ```
psetinek/3Blue1Brown_transcripts
[ "language:en", "region:us" ]
2023-02-09T08:53:34+00:00
{"language": ["en"]}
2023-02-09T09:09:55+00:00
[]
[ "en" ]
TAGS #language-English #region-us
# 3Blue1Brown transcripts ## Data This dataset provides transcriptions of all videos of the amazing 3Blue1Brown. Last update was on 09.02.2022. ### Schema
[ "# 3Blue1Brown transcripts", "## Data\n\nThis dataset provides transcriptions of all videos of the amazing 3Blue1Brown.\n\nLast update was on 09.02.2022.", "### Schema" ]
[ "TAGS\n#language-English #region-us \n", "# 3Blue1Brown transcripts", "## Data\n\nThis dataset provides transcriptions of all videos of the amazing 3Blue1Brown.\n\nLast update was on 09.02.2022.", "### Schema" ]
[ 10, 9, 29, 4 ]
[ "passage: TAGS\n#language-English #region-us \n# 3Blue1Brown transcripts## Data\n\nThis dataset provides transcriptions of all videos of the amazing 3Blue1Brown.\n\nLast update was on 09.02.2022.### Schema" ]
[ -0.12395584583282471, 0.18704476952552795, -0.002132865833118558, 0.07610952854156494, 0.07520981878042221, 0.0004460649215616286, 0.04268304631114006, 0.168907031416893, -0.16593848168849945, -0.013721175491809845, 0.11257796734571457, 0.046520110219717026, -0.026679981499910355, 0.1885383278131485, 0.0697510689496994, -0.1774112731218338, 0.062233973294496536, 0.031183715909719467, 0.02317838929593563, 0.06322738528251648, 0.05653348192572594, -0.048643629997968674, 0.04820366948843002, -0.15745186805725098, -0.18000078201293945, 0.11053506284952164, -0.01667974703013897, -0.028171757236123085, 0.06406459212303162, -0.00916074775159359, -0.010487095452845097, 0.027461452409625053, 0.08355449140071869, -0.14545495808124542, 0.04049037769436836, -0.061916548758745193, -0.029667509719729424, 0.012568740174174309, 0.04544231668114662, -0.05764846131205559, 0.030057352036237717, 0.061154693365097046, -0.08827502280473709, 0.10787755995988846, -0.1956770420074463, 0.04260683059692383, -0.06427818536758423, 0.013172835111618042, 0.04634607210755348, 0.0407029464840889, -0.019825533032417297, 0.020674530416727066, -0.1013917550444603, 0.08961105346679688, 0.36532777547836304, -0.11044547706842422, -0.014683295972645283, 0.07118610292673111, 0.14112946391105652, 0.12867048382759094, -0.07511194795370102, 0.13612601161003113, 0.10499079525470734, -0.030897755175828934, -0.1468418836593628, -0.1173950806260109, -0.1823302060365677, -0.07880586385726929, -0.07576962560415268, -0.004451644141227007, 0.25337594747543335, 0.0587717704474926, -0.0328616239130497, 0.03975006937980652, 0.026225443929433823, -0.19322817027568817, -0.04354819655418396, 0.044993359595537186, 0.011678801849484444, 0.010679015889763832, -0.13039842247962952, 0.00029274768894538283, -0.09774480760097504, -0.0269776564091444, -0.004294124431908131, 0.011783585883677006, -0.04610172659158707, 0.10742650926113129, -0.16738806664943695, -0.003864288330078125, 0.1449650079011917, -0.044372208416461945, 0.013680384494364262, -0.07027983665466309, 0.0695471465587616, 0.01977437362074852, -0.023903582245111465, 0.08889229595661163, 0.1036679744720459, 0.09998323768377304, 0.028947893530130386, 0.04695006459951401, -0.0898079127073288, 0.08960907906293869, 0.09542042016983032, -0.04205947369337082, 0.039202846586704254, -0.14658251404762268, 0.03833567723631859, 0.006104718428105116, 0.04068965092301369, -0.023120788857340813, -0.08789904415607452, 0.10018526017665863, -0.06597525626420975, 0.1270231157541275, 0.04435106739401817, -0.05977463722229004, -0.11518534272909164, -0.012518854811787605, 0.0977974683046341, -0.05251156911253929, -0.021941879764199257, 0.008036392740905285, -0.04652528837323189, -0.11329302936792374, -0.005980965215712786, 0.0534169003367424, 0.037541188299655914, -0.17404331266880035, -0.09709692001342773, 0.04375556856393814, 0.02701963298022747, 0.025035472586750984, 0.05704597011208534, -0.10665891319513321, 0.04857852682471275, -0.09040044248104095, -0.06664150208234787, 0.02073453739285469, -0.04017115384340286, -0.006179512944072485, 0.056587111204862595, -0.1042589321732521, 0.04426642507314682, 0.007517744321376085, -0.0436197929084301, 0.07218622416257858, -0.026994436979293823, 0.021265584975481033, 0.11193327605724335, 0.07001856714487076, -0.18873795866966248, 0.014635516330599785, -0.12304419279098511, -0.04957875609397888, 0.01219955738633871, 0.17219826579093933, -0.1086704358458519, 0.0058484370820224285, -0.005312188994139433, -0.014316119253635406, -0.023418385535478592, 0.046465013176202774, -0.016259020194411278, 0.18925878405570984, -0.3362419009208679, -0.04645570367574692, 0.24172040820121765, -0.050290681421756744, -0.07008840888738632, 0.03552154451608658, 0.0040079206228256226, -0.08432881534099579, 0.058872707188129425, 0.2388271540403366, -0.10896886885166168, -0.06774277985095978, -0.0433957576751709, 0.0511510893702507, -0.006183713674545288, -0.06447785347700119, 0.11131417751312256, 0.029502036049962044, 0.12292009592056274, -0.03428708016872406, 0.0705505833029747, 0.0903608575463295, -0.07213501632213593, -0.06742741167545319, 0.06823910772800446, -0.07374946027994156, -0.09150361269712448, 0.050527606159448624, 0.014154603704810143, -0.089701347053051, 0.05977874994277954, 0.035232555121183395, 0.10285608470439911, -0.005163413938134909, 0.0746081992983818, -0.050731111317873, 0.07147829979658127, -0.035909462720155716, -0.09426998347043991, -0.06186540052294731, 0.03671920672059059, -0.046145617961883545, 0.1615896224975586, 0.058368828147649765, 0.0802982971072197, 0.02130729891359806, 0.021062340587377548, -0.03234485536813736, -0.0379565954208374, -0.03618362173438072, 0.046268366277217865, 0.020831262692809105, -0.07915552705526352, 0.05417092517018318, -0.14757217466831207, -0.027936486527323723, -0.1167333573102951, -0.07478737831115723, -0.03372800722718239, 0.11653520166873932, 0.03266925364732742, -0.13582096993923187, 0.09738756716251373, 0.008709857240319252, -0.04995540529489517, -0.03987842798233032, 0.08347856253385544, 0.00667747063562274, -0.03999686241149902, 0.17786018550395966, -0.065714992582798, -0.001063260599039495, 0.10527504980564117, -0.19866140186786652, 0.010058277286589146, 0.006769186817109585, -0.03391683101654053, 0.014806664548814297, 0.043361861258745193, -0.04363962262868881, 0.027950067073106766, -0.010814615525305271, 0.1135149821639061, -0.01447345595806837, -0.008196481503546238, 0.03297232463955879, -0.03389192000031471, -0.1055898442864418, 0.07071793079376221, 0.07534009963274002, -0.2630574405193329, 0.06273126602172852, 0.12656794488430023, 0.198956698179245, 0.2889333665370941, -0.012112357653677464, -0.037240806967020035, 0.019536051899194717, -0.05089805647730827, -0.04182857275009155, 0.11200951039791107, -0.04565141722559929, -0.05428943410515785, -0.016599295660853386, 0.06801898777484894, 0.03290985897183418, -0.05923577770590782, -0.08560407161712646, -0.012800688855350018, -0.04575245827436447, -0.003949562553316355, -0.025654420256614685, -0.09358954429626465, 0.025076502934098244, -0.042544227093458176, -0.07010971009731293, 0.016193019226193428, -0.04534938186407089, -0.05645022541284561, 0.07631591707468033, -0.13832642138004303, -0.2661363184452057, -0.06826316565275192, -0.18560071289539337, 0.03314013034105301, 0.05451418086886406, 0.04226971045136452, -0.09203507006168365, 0.004796952474862337, 0.004602954722940922, 0.0009691608720459044, -0.17472107708454132, -0.0368698425590992, 0.13265082240104675, 0.010722937062382698, -0.016807956621050835, -0.14113633334636688, 0.019054029136896133, -0.030255228281021118, -0.12209616601467133, 0.05356133356690407, -0.09499971568584442, 0.06608899682760239, -0.02989405207335949, 0.07456265389919281, 0.055563073605298996, -0.0998092070221901, 0.1549650877714157, -0.04973505064845085, -0.07498367875814438, -0.016295595094561577, -0.05156712979078293, -0.09627913683652878, 0.029894867911934853, 0.06063607707619667, -0.1298431009054184, 0.005787390749901533, 0.02551380917429924, -0.08892697840929031, -0.17287728190422058, -0.03663056343793869, -0.041167132556438446, 0.17551609873771667, 0.040737900882959366, 0.04794685170054436, -0.049736518412828445, -0.018863482400774956, 0.08178697526454926, -0.06529534608125687, -0.010494425892829895, 0.00565225537866354, -0.06849875301122665, -0.05269920080900192, 0.025595830753445625, -0.049469657242298126, 0.05879155918955803, 0.11767034977674484, 0.020858552306890488, 0.05292632058262825, 0.06648912280797958, 0.09623786062002182, 0.05419711023569107, -0.05645924434065819, -0.008347894065082073, 0.05214617773890495, 0.10519371926784515, -0.046397846192121506, -0.008988337591290474, -0.014837376773357391, -0.06287083029747009, -0.034300193190574646, 0.09782665222883224, -0.1189391165971756, -0.019043292850255966, 0.11881130933761597, 0.020907962694764137, 0.039490751922130585, 0.16352854669094086, -0.09385853260755539, 0.05226820334792137, 0.07130201905965805, 0.02481721341609955, -0.013497209176421165, 0.16676925122737885, 0.09462624788284302, -0.0715014785528183, 0.07128451019525528, 0.08359258621931076, 0.05102246254682541, -0.11277066916227341, -0.03079339861869812, -0.09367495775222778, -0.17658768594264984, 0.036066923290491104, 0.04165353253483772, -0.27157360315322876, 0.15566860139369965, 0.020650634542107582, -0.01716519705951214, 0.11554907262325287, -0.0746222510933876, 0.01039835810661316, -0.08664989471435547, 0.19858276844024658, 0.06589771062135696, -0.009837125428020954, -0.1293085366487503, -0.19245824217796326, -0.009867648594081402, 0.060113053768873215, 0.013002320192754269, -0.040487535297870636, 0.004481970332562923, -0.0021583111956715584, -0.029895665124058723, -0.008924993686378002, -0.20350207388401031, -0.06154847890138626, -0.0017267893999814987, 0.04128891974687576, 0.02540426142513752, -0.01641363464295864, -0.0964544266462326, -0.06439311802387238, 0.11754822731018066, 0.01448196079581976, 0.043975092470645905, -0.044116999953985214, 0.12188229709863663, 0.07492779940366745, 0.007221517153084278, 0.01768452301621437, -0.003598090261220932, 0.0008371345466002822, -0.10189548879861832, -0.11995053291320801, 0.14112593233585358, -0.1387757956981659, -0.04633789509534836, -0.12428844720125198, 0.1756087988615036, 0.10812731087207794, 0.044277697801589966, 0.008513749577105045, 0.05372769385576248, 0.09427426010370255, -0.024418827146291733, 0.08749749511480331, -0.15651771426200867, -0.00648294435814023, 0.05230597406625748, 0.01789555512368679, -0.048897016793489456, -0.07615065574645996, -0.026350578293204308, 0.29377755522727966, 0.196481391787529, -0.0588812418282032, 0.10333579778671265, 0.0646837130188942, -0.09494473785161972, -0.13500794768333435, -0.10458493232727051, 0.02540830709040165, -0.04091610386967659, 0.03880457952618599, -0.14399637281894684, 0.07934641093015671, 0.1015368327498436, 0.015324997715651989, 0.14886853098869324, -0.1997785121202469, -0.05258041247725487, 0.08396095037460327, 0.02383880503475666, 0.33049139380455017, -0.10815280675888062, -0.022580135613679886, 0.021274251863360405, -0.1959136426448822, 0.1502777487039566, 0.0732697993516922, 0.0833357721567154, -0.017229530960321426, -0.05253128334879875, -0.038447774946689606, 0.01542530208826065, 0.04328193888068199, 0.010358811356127262, -0.04441100358963013, -0.07800572365522385, -0.1734253168106079, 0.06813059002161026, -0.004270618315786123, -0.10074249655008316, 0.009572863578796387, -0.0168704055249691, -0.2501358091831207, 0.064869724214077, -0.10619427263736725, -0.004706475418061018, -0.01161767728626728, -0.003485331078991294, 0.010419124737381935, 0.05174705758690834, -0.07573214918375015, 0.08645123988389969, 0.2700824439525604, -0.07918883860111237, -0.004913883749395609, 0.09391548484563828, 0.04388657584786415, -0.016578614711761475, -0.005855102092027664, -0.11650906503200531, -0.046777427196502686, -0.009983859024941921, 0.07655762881040573, 0.04596211388707161, 0.07780231535434723, 0.015422369353473186, 0.10302024334669113, 0.010553310625255108, 0.01817854307591915, 0.16834190487861633, 0.18294408917427063, -0.09892385452985764, 0.013175487518310547, -0.02533830516040325, -0.0874304249882698, 0.1491851955652237, -0.00801684521138668, 0.16398228704929352, 0.06635455042123795, -0.09521730244159698, -0.049170058220624924, 0.04229852929711342, -0.14394812285900116, 0.06190131977200508, 0.01348927803337574, -0.0076326727867126465, -0.1330564320087433, 0.16281679272651672, -0.022693688049912453, 0.027303174138069153, 0.018061360344290733, 0.22809895873069763, 0.013795033097267151, -0.056729864329099655, -0.004186945967376232, 0.17283901572227478, -0.1593865156173706, 0.002192238112911582, -0.06023145094513893, 0.053187403827905655, 0.06182709336280823, 0.11608479917049408, -0.015325324609875679, 0.06257448345422745, 0.008160329423844814, 0.025176608934998512, 0.02193520963191986, -0.02456587553024292, -0.018561961129307747, 0.03743121773004532, -0.09450701624155045, -0.05383703485131264, 0.008296213112771511, 0.08722279220819473, -0.07706768065690994, -0.06619935482740402, -0.04254451394081116, 0.014188800938427448, -0.12128446251153946, 0.001198113546706736, -0.0720164030790329, 0.021474700421094894, -0.06229936331510544, -0.03874518349766731, -0.060897018760442734, -0.019778916612267494, -0.0440370999276638, -0.01942049153149128, 0.03589700534939766, 0.040198419243097305, -0.14488889276981354, 0.013887151144444942, -0.009755712933838367, 0.015473072417080402, 0.07868091017007828, 0.1400047093629837, 0.050947707146406174, 0.0467694066464901, -0.08849846571683884, -0.13253776729106903, 0.16958355903625488, -0.0532950833439827, 0.01947268471121788, -0.0015812525525689125, -0.02384244278073311, 0.053555332124233246, 0.04132098704576492, -0.03730003908276558, 0.019679369404911995, -0.11542832106351852, -0.08993443101644516, -0.04690280929207802, -0.060220200568437576, -0.03323179855942726, 0.010508844628930092, 0.07742027193307877, 0.027277473360300064, 0.04092567414045334, -0.05440395325422287, -0.02820439077913761, -0.050386540591716766, -0.015830395743250847, -0.029072653502225876, -0.06670782715082169, -0.1495753973722458, 0.02382953278720379, -0.004804238211363554, -0.01823025569319725, 0.1969645470380783, -0.07564622908830643, -0.12976069748401642, 0.011508852243423462, -0.057807378470897675, -0.03286157175898552, -0.006900944747030735, 0.19293586909770966, 0.05529117211699486, -0.05539776757359505, -0.09956518560647964, 0.05963093414902687, 0.07541241496801376, 0.056020017713308334, 0.022435175254940987, 0.061220984905958176, 0.019855380058288574, 0.047446347773075104, 0.050468605011701584, -0.045838963240385056, -0.06923889368772507, -0.10006894916296005, 0.030698658898472786, 0.02198260836303234, 0.02185535617172718, -0.07582730054855347, 0.161162868142128, -0.06363777071237564, -0.020781099796295166, 0.01420652400702238, -0.013705207034945488, -0.07103593647480011, 0.048836708068847656, 0.007746967952698469, -0.024091621860861778, 0.01925566978752613, -0.15843398869037628, 0.10595820844173431, 0.0019779205322265625, 0.14561602473258972, -0.011961372569203377, 0.024999279528856277, 0.12706993520259857, -0.09357398748397827, 0.029912594705820084, -0.012828770093619823, 0.07504270225763321, -0.007701179478317499, 0.08396114408969879, 0.048056554049253464, 0.024569373577833176, 0.031064268201589584, -0.01782493107020855, 0.017824234440922737, 0.06572111696004868, -0.151380255818367, -0.08513275533914566, 0.005055758636444807, 0.054006773978471756, 0.005568721331655979, 0.21432283520698547, 0.09434867650270462, 0.017855843529105186, 0.05474130064249039, 0.1660684198141098, -0.02397269383072853, 0.02080630324780941, -0.0159394983202219, -0.006804297678172588, -0.0712050348520279, 0.08914060145616531, -0.1805749088525772, 0.01502165012061596, -0.06631811708211899, 0.10839158296585083, 0.25540003180503845, -0.04049799218773842, -0.06215295195579529, 0.020197581499814987, 0.03618655726313591, 0.054506123065948486, 0.054933998733758926, 0.0213161651045084, 0.10699304193258286, -0.09805919975042343, -0.13783296942710876, -0.002645119559019804, -0.03979474678635597, -0.009153714403510094, -0.03155656158924103, 0.016474561765789986, 0.030061068013310432, -0.013306447304785252, 0.060094330459833145, -0.14370164275169373, 0.03054744005203247, -0.1666615903377533, -0.1618083417415619, -0.05857948586344719, -0.05214323848485947, 0.02786736562848091, 0.1467190831899643, 0.014888974837958813, 0.04014000669121742, -0.029343711212277412, -0.01042580883949995, 0.017096344381570816, -0.20584209263324738, -0.11414965242147446, -0.05246586725115776, -0.1609828621149063, 0.11321614682674408, -0.06750279664993286, 0.0036853717174381018, 0.008714260533452034, 0.07448167353868484, -0.0746195912361145, 0.025535481050610542, 0.009092294611036777, 0.12071209400892258, -0.10670537501573563, 0.17936541140079498, -0.02844494953751564, 0.08716969937086105, 0.08098820596933365, 0.06573467701673508, 0.017319364473223686, 0.054895829409360886, -0.026083100587129593, -0.03269293159246445, 0.01943407766520977, -0.034127987921237946, 0.14811621606349945, 0.049775030463933945, -0.046372413635253906, 0.0009864496532827616, -0.05130528286099434, -0.0161123126745224, 0.07652980834245682, -0.022136667743325233, -0.09296900033950806, -0.08475176990032196, -0.026305386796593666, 0.18436966836452484, -0.014911283738911152, -0.10706283152103424, 0.08277473598718643, -0.10178500413894653, -0.017840061336755753, 0.0007454848964698613, 0.15957264602184296, 0.017460940405726433, 0.045948129147291183, -0.005729359108954668, -0.0758596882224083, 0.10923624038696289, 0.042285528033971786, -0.0811321809887886, -0.11640369892120361 ]
cb22f5f801015f0159ef5cadf2d16de9d33b5ee6
# Dataset Card for Dataset Name ## Dataset Description - **Repository:** https://www.kaggle.com/datasets/muhammadalbrham/rgb-arabic-alphabets-sign-language-dataset - **Paper:** https://arxiv.org/abs/2301.11932 - **Point of Contact:** [email protected] ### Dataset Summary RGB Arabic Alphabet Sign Language (AASL) dataset comprises 7,857 raw and fully labelled RGB images of the Arabic sign language alphabets, which to our best knowledge is the first publicly available RGB dataset. The dataset is aimed to help those interested in developing real-life Arabic sign language classification models. AASL was collected from more than 200 participants and with different settings such as lighting, background, image orientation, image size, and image resolution. Experts in the field supervised, validated and filtered the collected images to ensure a high-quality dataset. ### Supported Tasks and Leaderboards - Image Classification ### Languages - Arabic ## Dataset Structure ### Data Splits - All images for now ### Licensing Information https://creativecommons.org/licenses/by-sa/4.0/ ### Citation Information ``` @misc{https://doi.org/10.48550/arxiv.2301.11932, doi = {10.48550/ARXIV.2301.11932}, url = {https://arxiv.org/abs/2301.11932}, author = {Al-Barham, Muhammad and Alsharkawi, Adham and Al-Yaman, Musa and Al-Fetyani, Mohammad and Elnagar, Ashraf and SaAleek, Ahmad Abu and Al-Odat, Mohammad}, keywords = {Computer Vision and Pattern Recognition (cs.CV), FOS: Computer and information sciences, FOS: Computer and information sciences}, title = {RGB Arabic Alphabets Sign Language Dataset}, publisher = {arXiv}, year = {2023}, copyright = {Creative Commons Attribution 4.0 International} } ```
pain/AASL
[ "task_categories:image-segmentation", "size_categories:1K<n<10K", "language:ar", "license:cc-by-sa-4.0", "arxiv:2301.11932", "region:us" ]
2023-02-09T09:36:57+00:00
{"language": ["ar"], "license": "cc-by-sa-4.0", "size_categories": ["1K<n<10K"], "task_categories": ["image-segmentation"], "pretty_name": "RGB Arabic Alphabets Sign Language Dataset"}
2023-02-20T19:17:55+00:00
[ "2301.11932" ]
[ "ar" ]
TAGS #task_categories-image-segmentation #size_categories-1K<n<10K #language-Arabic #license-cc-by-sa-4.0 #arxiv-2301.11932 #region-us
# Dataset Card for Dataset Name ## Dataset Description - Repository: URL - Paper: URL - Point of Contact: muhammadal-brham@URL ### Dataset Summary RGB Arabic Alphabet Sign Language (AASL) dataset comprises 7,857 raw and fully labelled RGB images of the Arabic sign language alphabets, which to our best knowledge is the first publicly available RGB dataset. The dataset is aimed to help those interested in developing real-life Arabic sign language classification models. AASL was collected from more than 200 participants and with different settings such as lighting, background, image orientation, image size, and image resolution. Experts in the field supervised, validated and filtered the collected images to ensure a high-quality dataset. ### Supported Tasks and Leaderboards - Image Classification ### Languages - Arabic ## Dataset Structure ### Data Splits - All images for now ### Licensing Information URL
[ "# Dataset Card for Dataset Name", "## Dataset Description\n\n- Repository: URL\n- Paper: URL\n- Point of Contact: muhammadal-brham@URL", "### Dataset Summary\n\nRGB Arabic Alphabet Sign Language (AASL) dataset comprises 7,857 raw and fully labelled RGB images of the Arabic sign language alphabets, which to our best knowledge is the first publicly available RGB dataset. The dataset is aimed to help those interested in developing real-life Arabic sign language classification models. AASL was collected from more than 200 participants and with different settings such as lighting, background, image orientation, image size, and image resolution. Experts in the field supervised, validated and filtered the collected images to ensure a high-quality dataset.", "### Supported Tasks and Leaderboards\n\n- Image Classification", "### Languages\n\n- Arabic", "## Dataset Structure", "### Data Splits\n\n- All images for now", "### Licensing Information\n\nURL" ]
[ "TAGS\n#task_categories-image-segmentation #size_categories-1K<n<10K #language-Arabic #license-cc-by-sa-4.0 #arxiv-2301.11932 #region-us \n", "# Dataset Card for Dataset Name", "## Dataset Description\n\n- Repository: URL\n- Paper: URL\n- Point of Contact: muhammadal-brham@URL", "### Dataset Summary\n\nRGB Arabic Alphabet Sign Language (AASL) dataset comprises 7,857 raw and fully labelled RGB images of the Arabic sign language alphabets, which to our best knowledge is the first publicly available RGB dataset. The dataset is aimed to help those interested in developing real-life Arabic sign language classification models. AASL was collected from more than 200 participants and with different settings such as lighting, background, image orientation, image size, and image resolution. Experts in the field supervised, validated and filtered the collected images to ensure a high-quality dataset.", "### Supported Tasks and Leaderboards\n\n- Image Classification", "### Languages\n\n- Arabic", "## Dataset Structure", "### Data Splits\n\n- All images for now", "### Licensing Information\n\nURL" ]
[ 55, 8, 27, 136, 14, 6, 6, 10, 7 ]
[ "passage: TAGS\n#task_categories-image-segmentation #size_categories-1K<n<10K #language-Arabic #license-cc-by-sa-4.0 #arxiv-2301.11932 #region-us \n# Dataset Card for Dataset Name## Dataset Description\n\n- Repository: URL\n- Paper: URL\n- Point of Contact: muhammadal-brham@URL### Dataset Summary\n\nRGB Arabic Alphabet Sign Language (AASL) dataset comprises 7,857 raw and fully labelled RGB images of the Arabic sign language alphabets, which to our best knowledge is the first publicly available RGB dataset. The dataset is aimed to help those interested in developing real-life Arabic sign language classification models. AASL was collected from more than 200 participants and with different settings such as lighting, background, image orientation, image size, and image resolution. Experts in the field supervised, validated and filtered the collected images to ensure a high-quality dataset.### Supported Tasks and Leaderboards\n\n- Image Classification### Languages\n\n- Arabic## Dataset Structure### Data Splits\n\n- All images for now### Licensing Information\n\nURL" ]
[ -0.11708732694387436, 0.12635751068592072, 0.0004092155722901225, 0.036207880824804306, 0.053349047899246216, 0.03289686515927315, 0.139436736702919, 0.08058731257915497, 0.06625036895275116, 0.030681421980261803, 0.07041429728269577, -0.12042589485645294, 0.10248199105262756, 0.15650279819965363, 0.02179158665239811, -0.15533418953418732, 0.000825967057608068, -0.06685414165258408, 0.0986395850777626, 0.1262180656194687, 0.0828692764043808, -0.04307474568486214, 0.10217887908220291, -0.09507429599761963, -0.18169021606445312, -0.008737560361623764, -0.027146711945533752, -0.04492364823818207, 0.0780579075217247, 0.08656346797943115, 0.07671169936656952, 0.06048876419663429, 0.03561699390411377, -0.20385414361953735, 0.057680580765008926, 0.028158599510788918, -0.043067511171102524, 0.009650785475969315, 0.0062670777551829815, -0.10583379119634628, 0.1299777626991272, -0.13844455778598785, -0.07731465250253677, 0.012856676243245602, -0.09188973903656006, -0.06706240773200989, -0.015696311369538307, 0.09104878455400467, 0.11466418951749802, 0.01305784285068512, -0.00991264171898365, 0.0042771534062922, -0.10440997779369354, 0.051113639026880264, 0.00885095912963152, 0.011738650500774384, -0.04521995782852173, 0.06472495198249817, -0.06762199103832245, 0.1510668694972992, -0.11322210729122162, 0.07084673643112183, -0.016565341502428055, -0.02438029833137989, -0.05544012412428856, -0.06725911796092987, -0.11710274964570999, -0.035539090633392334, -0.04073945805430412, -0.09298370033502579, 0.11774927377700806, 0.08679615706205368, -0.05400608852505684, -0.14152397215366364, -0.0801372155547142, -0.027767889201641083, -0.0445946529507637, 0.16000224649906158, -0.029415016993880272, -0.006663525011390448, -0.04528561607003212, 0.004500272683799267, -0.08173726499080658, -0.0815066248178482, -0.07251601666212082, 0.04024748504161835, 0.027487806975841522, 0.10492793470621109, 0.010783777572214603, 0.08456185460090637, -0.10053781419992447, -0.10828517377376556, -0.05460810661315918, -0.11407501995563507, -0.09875072538852692, 0.0685209110379219, 0.05680473893880844, 0.011523107066750526, 0.07964140921831131, 0.05387014523148537, -0.08961345255374908, 0.0655619204044342, 0.01760484278202057, 0.06539864093065262, 0.034772809594869614, 0.016151199117302895, -0.06485015898942947, -0.01967073604464531, 0.05351073294878006, 0.011840838938951492, 0.052434321492910385, 0.025023873895406723, -0.009647789411246777, 0.026696207001805305, -0.01921171508729458, 0.031060628592967987, -0.03714146465063095, 0.026877496391534805, -0.030798209831118584, 0.018315071240067482, 0.16863957047462463, -0.1124730259180069, -0.03354684263467789, 0.02276797965168953, -0.10550282895565033, -0.14942562580108643, 0.01662830077111721, -0.050821755081415176, -0.0026139100082218647, -0.04489969462156296, 0.015951626002788544, 0.04635494202375412, -0.03054134175181389, -0.057381268590688705, 0.05528874695301056, -0.15258868038654327, 0.008428826928138733, -0.16470669209957123, -0.20566006004810333, 0.0034969558473676443, 0.024036508053541183, -0.07062772661447525, 0.07744719088077545, 0.0388714037835598, 0.0685027465224266, 0.0431220643222332, -0.025673769414424896, 0.041673991829156876, -0.08513552695512772, 0.13508614897727966, 0.03424527123570442, 0.11939242482185364, -0.06567998975515366, 0.015569852665066719, -0.09714553505182266, 0.013869907706975937, -0.16196377575397491, 0.18581970036029816, -0.12160179764032364, -0.01170740369707346, -0.13774140179157257, 0.021577753126621246, -0.01753431186079979, 0.011796446517109871, -0.02628282643854618, 0.16053646802902222, -0.16161049902439117, -0.06185256689786911, 0.11659615486860275, -0.09090070426464081, -0.06952614337205887, 0.09625240415334702, -0.03414459899067879, -0.002683018334209919, 0.07144545018672943, 0.13507692515850067, 0.04692123830318451, 0.03171044960618019, -0.19550953805446625, 0.05729350447654724, 0.055474866181612015, -0.023626884445548058, 0.11064169555902481, 0.06133938580751419, 0.0795648843050003, 0.013806752860546112, -0.015632789582014084, 0.1439095139503479, -0.010290324687957764, -0.08231277018785477, -0.013187703676521778, -0.06902517378330231, 0.009356020018458366, 0.12347779422998428, 0.015254335477948189, -0.025062279775738716, -0.09944318979978561, -0.14074356853961945, 0.058211907744407654, -0.0025742389261722565, -0.030073918402194977, -0.10803413391113281, 0.07278451323509216, -0.20066864788532257, 0.007863670587539673, -0.12268222123384476, -0.07449519634246826, -0.02862669713795185, 0.09319547563791275, 0.07503607124090195, -0.17312273383140564, 0.04826444387435913, 0.044305719435214996, -0.08051352202892303, -0.03942810371518135, 0.04406110197305679, -0.05039995536208153, -0.006285709794610739, -0.09245887398719788, 0.021872110664844513, -0.05261524021625519, 0.16689613461494446, -0.13119763135910034, -0.033187080174684525, 0.12438436597585678, 0.12180907279253006, 0.03467962145805359, -0.03078523278236389, 0.13816286623477936, -0.0015042416052892804, -0.0022010281682014465, -0.05775096267461777, 0.014464284293353558, -0.0386197566986084, -0.038750678300857544, 0.021890807896852493, -0.06340862810611725, 0.062034014612436295, 0.12122682482004166, 0.05070226639509201, -0.07045584172010422, 0.03502682223916054, -0.020278606563806534, 0.004582107998430729, -0.08984149992465973, 0.037979837507009506, 0.05506269261240959, 0.005928982514888048, 0.08848312497138977, -0.07612937688827515, 0.0466126874089241, 0.032872363924980164, -0.005470476113259792, -0.011121074669063091, 0.09984210878610611, 0.09492818266153336, -0.1968807429075241, 0.1190260574221611, -0.0027681963983923197, 0.08487819135189056, 0.17947939038276672, 0.030066773295402527, -0.06094108149409294, 0.09789039194583893, 0.08107593655586243, -0.05836939439177513, 0.21732336282730103, -0.028375493362545967, -0.03238053247332573, 0.036796122789382935, -0.03499569371342659, -0.029761172831058502, -0.13589344918727875, 0.0083699282258749, -0.011438333429396152, -0.09385718405246735, -0.09676722437143326, -0.005056965630501509, -0.004821291193366051, 0.10979655385017395, -0.04456273093819618, -0.026147006079554558, -0.0033742773812264204, -0.025401268154382706, -0.07962881028652191, 0.1944001168012619, 0.021725520491600037, -0.2897413671016693, -0.02036477066576481, -0.09665388613939285, -0.08509274572134018, 0.00840086955577135, 0.04881921038031578, -0.14021824300289154, -0.00655273487791419, -0.07899362593889236, 0.07020943611860275, 0.0408075749874115, -0.05150461196899414, -0.1021590456366539, -0.048883579671382904, -0.010841663926839828, -0.07734059542417526, 0.033573780208826065, -0.04440232366323471, -0.06936733424663544, 0.131885826587677, -0.048190709203481674, 0.15475177764892578, 0.012797539122402668, -0.047943416982889175, 0.005894182715564966, -0.050424639135599136, 0.17091678082942963, -0.1208362728357315, 0.11228010803461075, 0.1359679400920868, 0.04728539660573006, 0.011043859645724297, 0.19416742026805878, 0.02364368923008442, -0.07180742919445038, 0.007617534603923559, 0.06560434401035309, -0.11941515654325485, -0.08026732504367828, -0.09153498709201813, -0.05496087297797203, -0.10990352183580399, 0.06414193660020828, 0.10733398050069809, -0.13616591691970825, 0.09314863383769989, -0.0711873397231102, 0.027557317167520523, 0.006876738276332617, 0.005669882521033287, -0.027752995491027832, 0.007442140486091375, 0.06398263573646545, -0.14166483283042908, 0.010046001523733139, 0.10951966792345047, 0.08237048983573914, 0.2560759484767914, -0.0952654704451561, 0.11046119779348373, 0.07218703627586365, 0.07098798453807831, 0.13000938296318054, 0.03953821212053299, -0.03408849984407425, 0.018139777705073357, -0.034866947680711746, -0.042697735130786896, -0.08206900954246521, 0.028712531551718712, 0.00417498592287302, -0.05321211367845535, 0.0245558712631464, -0.044720135629177094, 0.0718822330236435, 0.06740805506706238, 0.04485861212015152, -0.28159859776496887, -0.0283955167979002, 0.0647749975323677, 0.03230210766196251, -0.10331711918115616, 0.0013523707166314125, 0.13420268893241882, -0.06186783313751221, 0.09734450280666351, -0.03867189958691597, 0.10350233316421509, -0.16324706375598907, -0.05494207888841629, -0.06063076853752136, -0.07923436909914017, -0.03682026267051697, 0.07955607026815414, -0.20829127728939056, 0.22634842991828918, 0.07453092187643051, 0.03241192549467087, -0.0566161684691906, -0.05463104322552681, 0.09178350865840912, 0.0051707616075873375, 0.18574653565883636, 0.031330741941928864, -0.07695673406124115, -0.17720024287700653, -0.10982473939657211, 0.09171216189861298, 0.04688337445259094, 0.025450941175222397, 0.02037370577454567, 0.07975946366786957, -0.012859557755291462, -0.04000357910990715, -0.000920312711969018, -0.15896573662757874, -0.15373224020004272, -0.06239142268896103, 0.06833257526159286, 0.002273211255669594, -0.02166890725493431, 0.0213700532913208, 0.026512181386351585, 0.008607978001236916, -0.10255526006221771, -0.14724218845367432, -0.1251954883337021, 0.08177542686462402, 0.02156963013112545, -0.09391653537750244, -0.035112928599119186, -0.06953995674848557, 0.013631078414618969, 0.002628881251439452, -0.053276289254426956, 0.049462348222732544, -0.047807030379772186, -0.03189942240715027, -0.06135042756795883, 0.03691018372774124, 0.03129330649971962, 0.03904442861676216, -0.02909918874502182, 0.014166295528411865, 0.004107124637812376, -0.0731428936123848, 0.07083404809236526, 0.05522505193948746, -0.040164459496736526, 0.19862952828407288, -0.003960927948355675, -0.05172405019402504, 0.0018704114481806755, -0.0399601012468338, 0.14630413055419922, 0.09629938006401062, -0.04027450457215309, 0.11423928290605545, 0.15692034363746643, -0.02889952063560486, -0.25871050357818604, -0.034656208008527756, -0.01773550920188427, 0.06679876893758774, -0.11733365058898926, -0.2122042328119278, 0.010799014009535313, 0.013513338752090931, -0.0039054411463439465, 0.08764180541038513, -0.19443391263484955, -0.05963156744837761, 0.06894562393426895, 0.07178758829832077, 0.20538118481636047, -0.1742766797542572, -0.0070697288028895855, -0.1026827022433281, -0.0663638785481453, 0.05477069690823555, -0.02480066940188408, 0.09826070815324783, -0.06536815315485, 0.024107692763209343, -0.056509651243686676, -0.022724920883774757, 0.1353287547826767, 0.022054336965084076, 0.08073825389146805, -0.0930427834391594, 0.07103290408849716, 0.09482860565185547, 0.004576314240694046, 0.06592823565006256, -0.05722397193312645, 0.03606433421373367, -0.2534748911857605, -0.055010393261909485, -0.04362546280026436, -0.02339434064924717, 0.036878276616334915, -0.013158061541616917, -0.05902616307139397, 0.021861983463168144, 0.014912057667970657, 0.041984256356954575, 0.056830573827028275, -0.09020520001649857, -0.0023470239248126745, 0.01041707955300808, 0.08604798465967178, -0.053844671696424484, -0.12470994144678116, -0.05663115158677101, 0.0012456548865884542, 0.07774298638105392, -0.3073631525039673, 0.018402889370918274, 0.08049560338258743, 0.042158495634794235, 0.07722266763448715, -0.006705895531922579, -0.06470393389463425, 0.14232027530670166, 0.15322664380073547, 0.022061755880713463, -0.21496786177158356, 0.03670032322406769, 0.018822090700268745, -0.021950284019112587, -0.07822699844837189, 0.09025023132562637, -0.025227965787053108, -0.008243813179433346, -0.0410710871219635, 0.05918974056839943, 0.015350745990872383, 0.1516500860452652, 0.040950533002614975, 0.05259149149060249, -0.120479516685009, 0.15044063329696655, 0.07299204915761948, -0.0637158676981926, -0.04840675741434097, 0.08346618711948395, -0.14245128631591797, -0.05362822860479355, -0.02227000519633293, 0.05181363970041275, -0.11731955409049988, -0.08902907371520996, -0.058902423828840256, -0.05706701800227165, 0.005388224497437477, 0.12340594828128815, 0.034177493304014206, 0.001463562250137329, 0.035650625824928284, -0.06721503287553787, -0.02069001831114292, 0.06116435304284096, -0.017083287239074707, 0.02312668412923813, -0.05919443815946579, -0.1955575793981552, 0.043758291751146317, 0.1250574141740799, -0.05048748478293419, -0.017668001353740692, -0.06303736567497253, 0.06600286066532135, -0.22414395213127136, 0.11782118678092957, 0.007327215280383825, 0.010674722492694855, -0.0622137226164341, 0.018442071974277496, -0.05352133885025978, -0.04187764972448349, -0.06680605560541153, 0.021067192777991295, -0.01360765378922224, 0.04234148934483528, -0.12468203902244568, 0.004132154397666454, 0.01791376993060112, -0.006050384137779474, 0.13538049161434174, 0.007415411062538624, -0.07304719090461731, 0.03394854813814163, -0.17755506932735443, -0.09989368915557861, 0.038712192326784134, -0.01731172762811184, -0.025380613282322884, 0.0010068537667393684, 0.147273451089859, 0.033095698803663254, -0.016111323609948158, 0.026221755892038345, 0.05213402956724167, -0.04919304698705673, 0.061253782361745834, -0.17738935351371765, 0.07962658256292343, -0.06831855326890945, 0.1366436779499054, 0.014587409794330597, 0.1608876734972, 0.06631092727184296, -0.036594048142433167, -0.07415155321359634, -0.10808013379573822, -0.029023583978414536, -0.0355544313788414, -0.08327009528875351, -0.11422715336084366, -0.03368351608514786, 0.07011532038450241, 0.0029230332002043724, 0.27225321531295776, 0.1197463870048523, -0.08782585710287094, 0.012174520641565323, 0.11467897146940231, 0.014373067766427994, -0.05444732680916786, 0.14407463371753693, 0.010818813927471638, 0.013616131618618965, 0.08414668589830399, -0.02175910957157612, 0.01687464490532875, 0.06633669883012772, 0.07061246782541275, 0.2658803164958954, 0.15653234720230103, 0.004162423312664032, -0.02049754559993744, -0.10316506773233414, 0.0758981928229332, 0.006453902926295996, -0.02247699908912182, 0.007044884841889143, -0.07420213520526886, -0.0066438340581953526, 0.19483815133571625, -0.09776342660188675, 0.047731973230838776, -0.022524531930685043, -0.04201638326048851, -0.043667957186698914, -0.10137279331684113, -0.06674303859472275, -0.09671346843242645, 0.06007718667387962, -0.06726477295160294, -0.05902760475873947, 0.28880736231803894, 0.02255924418568611, 0.04777558892965317, 0.1105683371424675, -0.021769816055893898, -0.07728271186351776, 0.051579155027866364, -0.024683715775609016, 0.014310440048575401, 0.10260491818189621, 0.035608164966106415, 0.12638403475284576, -0.05879780650138855, 0.09575942158699036, 0.052615340799093246, 0.031087953597307205, 0.09780427068471909, -0.08117008954286575, -0.05232507735490799, -0.07096770405769348, 0.06662248075008392, 0.0698220431804657, 0.1985667645931244, 0.07467805594205856, -0.023120110854506493, 0.007056425791233778, 0.25378844141960144, 0.016918489709496498, -0.06653193384408951, -0.07067367434501648, 0.09628189355134964, -0.08294259756803513, -0.03269695118069649, -0.026796601712703705, -0.13644902408123016, 0.038728974759578705, 0.07537239789962769, 0.16498589515686035, -0.07313194870948792, -0.020689576864242554, -0.11214035004377365, 0.017184611409902573, -0.01754852570593357, 0.14070507884025574, 0.027988919988274574, 0.29438209533691406, -0.13019530475139618, -0.038270823657512665, -0.010232925415039062, -0.05640820041298866, -0.04082604870200157, 0.05626765638589859, 0.02026328444480896, 0.001926116761751473, -0.13837039470672607, 0.12532255053520203, -0.053296275436878204, -0.11794451624155045, 0.14103221893310547, -0.07858099043369293, -0.07169831544160843, 0.0002661653561517596, -0.012147846631705761, 0.13607041537761688, -0.08877787739038467, -0.05300498008728027, 0.0457802452147007, -0.04574685916304588, 0.049642413854599, -0.19474554061889648, -0.09567742049694061, 0.0315961055457592, 0.0225527323782444, 0.16273365914821625, -0.02949570305645466, 0.10708218067884445, 0.07915843278169632, -0.0856621190905571, -0.10353823751211166, 0.13469839096069336, -0.0017114718211814761, 0.01872413046658039, 0.00007629879837622866, 0.2482556700706482, -0.022639291360974312, 0.1103692427277565, 0.07388743758201599, 0.11040546000003815, 0.047103401273489, -0.040063247084617615, -0.023815883323550224, -0.10009291768074036, 0.03283476456999779, -0.08530554175376892, 0.10585212707519531, 0.08839967846870422, 0.003919137176126242, 0.05878323316574097, -0.07701008766889572, 0.07009415328502655, 0.053728751838207245, 0.012175092473626137, 0.007878131233155727, -0.06981167197227478, -0.013104251585900784, 0.030759818851947784, 0.034313105046749115, -0.25051960349082947, -0.013036909513175488, -0.04805093631148338, 0.006285601295530796, 0.0232611782848835, 0.1700611710548401, 0.11209699511528015, 0.06822367757558823, -0.06792715936899185, -0.23544904589653015, 0.03101617656648159, 0.04604111984372139, -0.05415632575750351, -0.09532371908426285 ]
205552ab8c0a1938f79394d2992fc10fc2b020d9
# Dataset Card for "github-issues" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
jaese/github-issues
[ "region:us" ]
2023-02-09T09:46:39+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": "avatar_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "followers_url", "dtype": "string"}, {"name": "following_url", "dtype": "string"}, {"name": "gists_url", "dtype": "string"}, {"name": "gravatar_id", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "login", "dtype": "string"}, {"name": "node_id", "dtype": "string"}, {"name": "organizations_url", "dtype": "string"}, {"name": "received_events_url", "dtype": "string"}, {"name": "repos_url", "dtype": "string"}, {"name": "site_admin", "dtype": "bool"}, {"name": "starred_url", "dtype": "string"}, {"name": "subscriptions_url", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "labels", "list": [{"name": "color", "dtype": "string"}, {"name": "default", "dtype": "bool"}, {"name": "description", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "name", "dtype": "string"}, {"name": "node_id", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "state", "dtype": "string"}, {"name": "locked", "dtype": "bool"}, {"name": "comments", "dtype": "int64"}, {"name": "created_at", "dtype": "string"}, {"name": "updated_at", "dtype": "string"}, {"name": "author_association", "dtype": "string"}, {"name": "body", "dtype": "string"}, {"name": "reactions", "struct": [{"name": "+1", "dtype": "int64"}, {"name": "-1", "dtype": "int64"}, {"name": "confused", "dtype": "int64"}, {"name": "eyes", "dtype": "int64"}, {"name": "heart", "dtype": "int64"}, {"name": "hooray", "dtype": "int64"}, {"name": "laugh", "dtype": "int64"}, {"name": "rocket", "dtype": "int64"}, {"name": "total_count", "dtype": "int64"}, {"name": "url", "dtype": "string"}]}, {"name": "timeline_url", "dtype": "string"}, {"name": "draft", "dtype": "bool"}, {"name": "pull_request", "struct": [{"name": "diff_url", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "merged_at", "dtype": "string"}, {"name": "patch_url", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "closed_at", "dtype": "string"}, {"name": "state_reason", "dtype": "string"}, {"name": "assignee", "struct": [{"name": "avatar_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "followers_url", "dtype": "string"}, {"name": "following_url", "dtype": "string"}, {"name": "gists_url", "dtype": "string"}, {"name": "gravatar_id", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "login", "dtype": "string"}, {"name": "node_id", "dtype": "string"}, {"name": "organizations_url", "dtype": "string"}, {"name": "received_events_url", "dtype": "string"}, {"name": "repos_url", "dtype": "string"}, {"name": "site_admin", "dtype": "bool"}, {"name": "starred_url", "dtype": "string"}, {"name": "subscriptions_url", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "assignees", "list": [{"name": "avatar_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "followers_url", "dtype": "string"}, {"name": "following_url", "dtype": "string"}, {"name": "gists_url", "dtype": "string"}, {"name": "gravatar_id", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "login", "dtype": "string"}, {"name": "node_id", "dtype": "string"}, {"name": "organizations_url", "dtype": "string"}, {"name": "received_events_url", "dtype": "string"}, {"name": "repos_url", "dtype": "string"}, {"name": "site_admin", "dtype": "bool"}, {"name": "starred_url", "dtype": "string"}, {"name": "subscriptions_url", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "milestone", "struct": [{"name": "closed_at", "dtype": "string"}, {"name": "closed_issues", "dtype": "int64"}, {"name": "created_at", "dtype": "string"}, {"name": "creator", "struct": [{"name": "avatar_url", "dtype": "string"}, {"name": "events_url", "dtype": "string"}, {"name": "followers_url", "dtype": "string"}, {"name": "following_url", "dtype": "string"}, {"name": "gists_url", "dtype": "string"}, {"name": "gravatar_id", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "login", "dtype": "string"}, {"name": "node_id", "dtype": "string"}, {"name": "organizations_url", "dtype": "string"}, {"name": "received_events_url", "dtype": "string"}, {"name": "repos_url", "dtype": "string"}, {"name": "site_admin", "dtype": "bool"}, {"name": "starred_url", "dtype": "string"}, {"name": "subscriptions_url", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "description", "dtype": "string"}, {"name": "due_on", "dtype": "string"}, {"name": "html_url", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "labels_url", "dtype": "string"}, {"name": "node_id", "dtype": "string"}, {"name": "number", "dtype": "int64"}, {"name": "open_issues", "dtype": "int64"}, {"name": "state", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "updated_at", "dtype": "string"}, {"name": "url", "dtype": "string"}]}, {"name": "is_pull_request", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 16723706, "num_examples": 5524}], "download_size": 3919619, "dataset_size": 16723706}}
2023-02-09T09:46:52+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 ]
c7c4247a49a2760735dd267c52adec3c76eeacc4
# Dataset Card for "restaurant_order_local_test" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
figfig/restaurant_order_local_test
[ "region:us" ]
2023-02-09T09:53:56+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": "audio"}, {"name": "sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 270680.0, "num_examples": 2}, {"name": "test", "num_bytes": 270680.0, "num_examples": 2}], "download_size": 272201, "dataset_size": 541360.0}}
2023-02-09T12:44:23+00:00
[]
[]
TAGS #region-us
# Dataset Card for "restaurant_order_local_test" More Information needed
[ "# Dataset Card for \"restaurant_order_local_test\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"restaurant_order_local_test\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"restaurant_order_local_test\"\n\nMore Information needed" ]
[ -0.08093367516994476, 0.29273664951324463, 0.0005942014395259321, -0.017765603959560394, 0.040185924619436264, 0.08233681321144104, 0.05872166529297829, 0.16604124009609222, 0.25453123450279236, 0.02485288865864277, 0.0897684246301651, 0.017468774691224098, 0.007213586010038853, 0.1998317539691925, -0.06007559224963188, 0.07523151487112045, -0.00958857499063015, 0.12206858396530151, -0.033963195979595184, 0.13244926929473877, -0.07709755003452301, -0.0363093800842762, 0.09252875298261642, -0.041965994983911514, -0.11254435032606125, 0.09996652603149414, -0.006379357073456049, -0.0587352029979229, 0.13600695133209229, -0.09017395228147507, 0.18343620002269745, -0.06236641854047775, -0.019749553874135017, -0.1408858597278595, 0.013348300009965897, -0.020428352057933807, -0.013684416189789772, 0.014581219293177128, -0.00068153056781739, -0.0742388591170311, -0.23713397979736328, 0.11794546246528625, 0.05643543601036072, 0.033500559628009796, -0.10207672417163849, -0.2708628177642822, -0.15398336946964264, -0.05404208227992058, -0.1537632793188095, 0.03927817940711975, 0.06299640983343124, 0.0939907431602478, -0.30089518427848816, 0.05201322212815285, 0.054732780903577805, -0.012062340043485165, 0.03655635565519333, 0.14785721898078918, 0.07707063108682632, 0.02660154551267624, -0.004063101951032877, 0.017070690169930458, 0.19160178303718567, 0.02557099238038063, -0.20984621345996857, -0.016222866252064705, -0.05720746889710426, 0.11691121011972427, 0.04655442386865616, -0.11985942721366882, 0.2830337584018707, -0.04816174507141113, -0.05986585095524788, 0.010771524161100388, -0.004835165571421385, -0.05209440737962723, 0.07307141274213791, -0.03608427569270134, 0.024809006601572037, 0.01593637280166149, -0.03295087069272995, 0.05578891560435295, -0.07431796193122864, -0.20479261875152588, -0.12169981002807617, 0.18683430552482605, 0.015175185166299343, 0.027906157076358795, -0.1840038001537323, 0.005991816520690918, -0.0170018058270216, 0.005769733805209398, -0.026630742475390434, -0.06005191057920456, -0.16065609455108643, -0.0681283175945282, 0.03217487409710884, 0.07225841283798218, 0.1685882806777954, 0.14260810613632202, -0.02717301994562149, 0.02932378463447094, -0.10296563804149628, -0.021806372329592705, 0.0710856094956398, 0.11472596228122711, 0.14932824671268463, 0.04986155405640602, -0.24104087054729462, -0.05488111451268196, -0.11582600325345993, -0.0024375622160732746, 0.00018138687300961465, 0.01751594804227352, -0.07524795085191727, 0.10427182167768478, 0.02807013876736164, -0.08695084601640701, -0.005816218908876181, -0.020934119820594788, 0.19601507484912872, -0.015900615602731705, 0.04308776184916496, 0.11160801351070404, -0.08444057404994965, -0.07523972541093826, -0.15204979479312897, -0.06464001536369324, 0.025503525510430336, 0.06770386546850204, -0.04649404063820839, -0.050763893872499466, -0.014194857329130173, 0.05035502091050148, 0.09257111698389053, -0.0787721574306488, 0.02213549241423607, -0.08315297961235046, -0.21729567646980286, -0.06410926580429077, 0.004668411333113909, -0.06967828422784805, 0.1585790514945984, 0.013157178647816181, 0.13862715661525726, -0.023722931742668152, -0.009212584234774113, 0.09684272110462189, -0.08415886014699936, 0.13811612129211426, 0.002582558896392584, -0.07177253067493439, -0.007496215868741274, 0.07100745290517807, -0.11946772783994675, -0.0030152511317282915, 0.053102757781744, -0.02286444790661335, -0.08897389471530914, 0.0732274278998375, -0.08579359203577042, -0.007723362185060978, -0.11891022324562073, 0.09440485388040543, -0.06339344382286072, 0.2324259728193283, -0.22929467260837555, 0.010962358675897121, 0.12203031033277512, -0.09053952246904373, -0.1477394700050354, 0.0972769558429718, -0.023982703685760498, 0.0448819063603878, 0.13802610337734222, 0.31413009762763977, 0.12784038484096527, -0.13897141814231873, 0.03572928160429001, 0.19757133722305298, -0.19943217933177948, -0.20531931519508362, 0.10376821458339691, -0.09451332688331604, -0.22664105892181396, 0.061802562326192856, 0.02744009904563427, -0.027642156928777695, -0.017468826845288277, -0.04657931253314018, -0.008160571567714214, -0.08679356426000595, 0.17861545085906982, 0.017535779625177383, 0.022986209020018578, -0.030261747539043427, 0.05431770533323288, -0.12184284627437592, 0.06636795401573181, 0.029650798067450523, -0.09234539419412613, 0.018070397898554802, 0.2234475165605545, 0.06552647054195404, -0.015920938923954964, -0.11067166179418564, -0.006217967718839645, 0.05368076264858246, -0.16587121784687042, 0.011776781640946865, 0.14230945706367493, 0.07441765069961548, -0.13384872674942017, 0.09931206703186035, -0.015753578394651413, 0.16321676969528198, 0.028441326692700386, -0.006246903445571661, 0.10040300339460373, 0.08036194741725922, -0.105708546936512, 0.0033809917513281107, -0.12304534018039703, -0.07823389768600464, 0.10867773741483688, -0.010574514977633953, -0.014223573729395866, 0.043002933263778687, 0.019530832767486572, 0.013889992609620094, 0.061523061245679855, -0.02825000509619713, -0.0367356613278389, -0.006705803796648979, -0.03255696967244148, 0.04228675737977028, 0.052613262087106705, 0.10471178591251373, 0.06350573897361755, 0.08384812623262405, -0.08228513598442078, -0.15507109463214874, -0.005688013508915901, 0.008680223487317562, -0.20340363681316376, 0.04150454327464104, -0.021249497309327126, 0.00795915350317955, 0.04472256079316139, -0.05721043795347214, 0.03737322986125946, -0.014699378050863743, 0.027120646089315414, -0.10694283246994019, 0.07530668377876282, 0.044536128640174866, -0.16783131659030914, 0.11282924562692642, 0.13015496730804443, 0.12368182092905045, 0.09186404198408127, -0.055506281554698944, 0.0066345431841909885, -0.0008189545478671789, 0.18877817690372467, -0.11685830354690552, 0.14355382323265076, -0.12478174269199371, 0.09613431990146637, 0.060735877603292465, 0.0033620235044509172, 0.05859906226396561, -0.09964226186275482, -0.09745350480079651, -0.0030641837511211634, -0.06634244322776794, -0.14568780362606049, -0.015750642865896225, 0.055227335542440414, 0.0038146188016980886, 0.0035727189388126135, -0.10957322269678116, 0.15194979310035706, 0.009958023205399513, -0.03683861345052719, 0.10921445488929749, -0.16841575503349304, -0.27903488278388977, -0.041327863931655884, -0.11337664723396301, 0.09091352671384811, 0.0229696836322546, 0.07791129499673843, -0.24079367518424988, 0.02027003839612007, 0.07588495314121246, -0.1547698974609375, -0.048699215054512024, -0.07338957488536835, -0.2647062838077545, 0.09416139870882034, -0.0888557881116867, -0.09126493334770203, 0.010693659074604511, -0.05649380013346672, 0.2084129899740219, 0.09927254915237427, -0.1726674735546112, 0.10309042781591415, 0.11430992931127548, 0.020861191675066948, 0.060081690549850464, -0.03191310539841652, 0.043086376041173935, -0.11016639322042465, -0.10748299211263657, 0.045409154146909714, 0.10320048779249191, -0.000959603872615844, 0.14144565165042877, 0.044837236404418945, -0.10560973733663559, 0.02622363530099392, -0.04770150035619736, -0.0705750361084938, -0.2817407250404358, -0.07735752314329147, 0.0038992955815047026, 0.04487479105591774, 0.14427140355110168, 0.1213502436876297, -0.03684530407190323, 0.08022169768810272, 0.09351444244384766, -0.042761366814374924, -0.1795017570257187, -0.10142987966537476, 0.06910523027181625, -0.03601851686835289, -0.08792694658041, -0.1161252111196518, -0.0977100357413292, 0.15178345143795013, 0.19213666021823883, 0.14065934717655182, 0.1348782181739807, 0.1876799613237381, 0.07266915589570999, 0.03683670237660408, 0.08723283559083939, -0.00839708000421524, 0.1655457466840744, -0.02506142668426037, -0.018202021718025208, -0.03737817704677582, -0.1131678894162178, 0.006412223447114229, 0.23400984704494476, -0.2146225869655609, 0.028034280985593796, -0.22657394409179688, 0.027180436998605728, -0.10111971944570541, 0.005617782939225435, -0.19784629344940186, 0.13576734066009521, -0.007791728246957064, 0.050329260528087616, -0.12499674409627914, 0.09949792176485062, 0.01611616462469101, -0.0820324718952179, 0.014156905934214592, -0.01965506002306938, 0.11490696668624878, -0.004496842622756958, 0.011323871091008186, 0.07684537768363953, -0.18583862483501434, 0.0015547833172604442, 0.16914351284503937, -0.18596260249614716, 0.29840540885925293, 0.023234538733959198, -0.027678802609443665, -0.14924226701259613, -0.07169868052005768, -0.06618750840425491, 0.0070472415536642075, 0.12743772566318512, -0.013156280852854252, -0.265453577041626, -0.20131026208400726, -0.008751110173761845, 0.03785945847630501, 0.06408417969942093, 0.09293418377637863, -0.11166226118803024, -0.010337136685848236, 0.032844509929418564, -0.1175931990146637, -0.15739606320858002, -0.058207351714372635, 0.019562698900699615, -0.07895122468471527, -0.05301036685705185, -0.03765862435102463, -0.004193886183202267, 0.020966973155736923, -0.0018190493574365973, -0.009337734431028366, 0.03893683850765228, 0.04486308619379997, -0.10622052103281021, -0.03579196706414223, 0.0895368680357933, -0.040168099105358124, -0.07545015215873718, -0.05967551842331886, -0.011334266513586044, -0.04461263120174408, -0.07165218889713287, -0.006156709510833025, 0.008756373077630997, 0.06118186190724373, -0.12003211677074432, 0.06071937456727028, 0.04511893168091774, 0.041544169187545776, 0.09873516112565994, 0.008062011562287807, -0.05104920640587807, -0.08366823196411133, 0.005836710333824158, -0.15591688454151154, 0.05987827107310295, 0.3171415627002716, 0.015499193221330643, -0.03148997575044632, 0.02766404114663601, 0.048946183174848557, 0.0283792857080698, 0.12394915521144867, -0.0032581437844783068, 0.1455453634262085, 0.16077877581119537, -0.05172130838036537, -0.03762073069810867, -0.0050503346137702465, -0.21252968907356262, -0.06841573119163513, 0.002999599790200591, -0.1512441635131836, 0.189736470580101, 0.07811770588159561, -0.10069920122623444, 0.1885433942079544, -0.1370028257369995, -0.03818802908062935, 0.16260464489459991, 0.09482938796281815, 0.25715845823287964, -0.06953684985637665, -0.13457249104976654, -0.06295161694288254, -0.0784396082162857, 0.04042556509375572, -0.04184930771589279, 0.052953630685806274, -0.03289363905787468, -0.009899548254907131, 0.010064281523227692, -0.05936171114444733, 0.18376228213310242, 0.09081996977329254, 0.13913577795028687, -0.03465783968567848, -0.0663372203707695, 0.01610252447426319, 0.029383063316345215, 0.06549592316150665, -0.05981136113405228, 0.023246370255947113, -0.2168087214231491, -0.01171876396983862, 0.05459192022681236, 0.06882817298173904, 0.005680859554558992, -0.03935198858380318, -0.18137380480766296, 0.060308948159217834, -0.11037540435791016, -0.003507360816001892, -0.0856528952717781, -0.023304162546992302, 0.09949368238449097, 0.012227349914610386, -0.03759457543492317, -0.011414610780775547, -0.1905716508626938, -0.01986277475953102, -0.05882498621940613, 0.06820869445800781, -0.07886172086000443, -0.020077016204595566, 0.13369247317314148, 0.06263890117406845, 0.10231446474790573, -0.014441020786762238, -0.0706876814365387, -0.05133785307407379, 0.0737214908003807, -0.04104442894458771, -0.0032277030404657125, 0.11523228138685226, -0.2232702374458313, -0.03935127332806587, -0.14377406239509583, 0.03672109916806221, 0.08911272138357162, 0.007566423155367374, -0.06707847863435745, 0.029645053669810295, -0.009714197367429733, 0.1547027975320816, 0.15980908274650574, 0.05256931483745575, -0.1491793692111969, 0.1347111463546753, 0.11957551538944244, -0.11201344430446625, -0.01687200367450714, -0.03425988554954529, -0.011381381191313267, -0.06527456641197205, 0.08054088056087494, 0.25784358382225037, -0.02093326672911644, -0.19328823685646057, -0.16591428220272064, -0.029514316469430923, 0.06908906996250153, 0.020735617727041245, 0.16437949240207672, 0.17662344872951508, 0.012860710732638836, -0.08609462529420853, 0.06705810129642487, -0.0031850719824433327, -0.03478463739156723, -0.005377011839300394, -0.06746836006641388, -0.10264434665441513, -0.013067804276943207, 0.17413510382175446, -0.07891266793012619, -0.1026880294084549, -0.15883363783359528, 0.10790891200304031, -0.20648306608200073, 0.1782703995704651, 0.04568925127387047, 0.07183977961540222, -0.01246232446283102, 0.02465478889644146, -0.026335861533880234, -0.09045785665512085, -0.11402595788240433, 0.1692201942205429, 0.08729878067970276, 0.09850230813026428, -0.2509434223175049, 0.022250639274716377, 0.1371900886297226, 0.040989890694618225, -0.02646210417151451, 0.009946727193892002, -0.06667347252368927, 0.061796143651008606, -0.10960821062326431, -0.1511976569890976, 0.014565050601959229, 0.09298167377710342, -0.002970684552565217, -0.11397843807935715, 0.03537300229072571, 0.0956105887889862, 0.03976640850305557, 0.11690263450145721, -0.09191564470529556, -0.10656429082155228, -0.06727138161659241, -0.07715922594070435, -0.09326260536909103, -0.010405494831502438, -0.010398125275969505, 0.170303612947464, 0.002657475881278515, 0.037579137831926346, 0.07776689529418945, -0.017593219876289368, 0.026497773826122284, -0.09706734120845795, -0.0471813939511776, -0.09445834904909134, -0.07499022781848907, 0.07788409292697906, 0.0068413009867072105, 0.0658908262848854, 0.40865159034729004, 0.09772740304470062, 0.001338018337264657, 0.0072621311992406845, 0.08681625872850418, 0.054156847298145294, -0.02977386675775051, 0.24831055104732513, -0.03234139084815979, 0.00910018477588892, -0.02008678764104843, 0.007281903643161058, -0.07608768343925476, 0.059928588569164276, 0.0892733633518219, 0.28381118178367615, -0.023920683190226555, -0.02789984829723835, 0.03833196684718132, -0.04866858944296837, 0.0014445384731516242, -0.012106142938137054, -0.07002197206020355, 0.027098456397652626, 0.03368876874446869, -0.05852707102894783, -0.06161973997950554, -0.10571275651454926, 0.05364054813981056, -0.06970860064029694, -0.04917699471116066, -0.06053318828344345, -0.12196070700883865, -0.045745108276605606, -0.1687319427728653, 0.06715844571590424, 0.03736492991447449, 0.020410653203725815, 0.17935115098953247, 0.017165234312415123, -0.015316433273255825, 0.005698392633348703, -0.13379384577274323, 0.08319378644227982, 0.040777355432510376, -0.06778596341609955, -0.02260017581284046, -0.05133388563990593, -0.051090601831674576, 0.056466348469257355, -0.028173021972179413, -0.010255293920636177, 0.0015246046241372824, 0.039580028504133224, 0.054371949285268784, -0.12334834039211273, 0.014849415980279446, -0.014712637290358543, 0.012023169547319412, -0.035472724586725235, 0.06950163096189499, 0.11590701341629028, 0.0875244066119194, 0.05061794072389603, 0.2461397349834442, 0.04516677185893059, -0.05684448033571243, -0.06808815896511078, 0.13571511209011078, 0.02184843085706234, 0.035344187170267105, 0.011243069544434547, -0.022790297865867615, 0.010056420229375362, 0.17598554491996765, 0.17843717336654663, 0.005335092544555664, -0.029096439480781555, 0.0020224363543093204, 0.03959055617451668, 0.09136475622653961, 0.1701238751411438, -0.08180741965770721, 0.07176888734102249, -0.06704405695199966, -0.1429516077041626, 0.058405861258506775, -0.07950730621814728, -0.04417794197797775, 0.0053284126333892345, 0.11280623823404312, -0.09217633306980133, -0.1378735452890396, 0.27062860131263733, -0.11230409890413284, 0.03935695439577103, -0.01932835578918457, 0.01483879890292883, -0.1602419763803482, -0.06320751458406448, 0.038081321865320206, 0.01340069342404604, 0.058606844395399094, -0.0979306772351265, -0.054229117929935455, -0.082457534968853, -0.04954339563846588, -0.37944138050079346, -0.19563934206962585, 0.0537373386323452, 0.042786940932273865, 0.1797340214252472, 0.05194240063428879, 0.11996806412935257, 0.059801869094371796, -0.006871243938803673, -0.016497166827321053, 0.04990065470337868, 0.057710401713848114, 0.029386436566710472, 0.04644892364740372, -0.06121539697051048, 0.0038982911501079798, -0.1286197453737259, 0.10084468126296997, -0.05371103808283806, 0.04910135269165039, 0.1812187284231186, 0.08526933938264847, -0.23901325464248657, -0.031531330198049545, -0.11544937640428543, 0.09566070139408112, 0.0929088443517685, 0.04442698881030083, 0.07834659516811371, 0.03824596107006073, 0.16110099852085114, -0.013285725377500057, -0.1854059398174286, 0.004952443763613701, -0.06457703560590744, -0.06269484758377075, -0.0017583591397851706, -0.12681756913661957, -0.10565449297428131, 0.005063340533524752, -0.07902289181947708, 0.07075468450784683, 0.13666851818561554, 0.07115191966295242, 0.048621293157339096, 0.07706914097070694, -0.01729138195514679, -0.20937082171440125, -0.02344408817589283, 0.04207703098654747, -0.07477663457393646, -0.08341806381940842 ]
491eca866122317396e68d4cc8ce2a4ef1f42bfb
# squad_v2_factuality_v1 This dataset is derived from "squad_v2" training "context" with the following steps. 1. NER is run to extract entities. 2. Lexicon of person's name, date, organisation name and location are collected. 3. 20% of the time, one of the text attribute (person's name, date, organisation name and location) is randomly replaced. For consistency of context, all other place with the same name is also replaced. # Purpose of the Dataset The purpose of this dataset is to assess if a language model could detect factuality.
kenhktsui/squad_v2_factuality_v1
[ "task_categories:text-classification", "size_categories:10K<n<100K", "language:en", "license:cc-by-sa-4.0", "region:us" ]
2023-02-09T12:18:35+00:00
{"language": ["en"], "license": "cc-by-sa-4.0", "size_categories": ["10K<n<100K"], "task_categories": ["text-classification"]}
2023-02-13T04:06:43+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-10K<n<100K #language-English #license-cc-by-sa-4.0 #region-us
# squad_v2_factuality_v1 This dataset is derived from "squad_v2" training "context" with the following steps. 1. NER is run to extract entities. 2. Lexicon of person's name, date, organisation name and location are collected. 3. 20% of the time, one of the text attribute (person's name, date, organisation name and location) is randomly replaced. For consistency of context, all other place with the same name is also replaced. # Purpose of the Dataset The purpose of this dataset is to assess if a language model could detect factuality.
[ "# squad_v2_factuality_v1\nThis dataset is derived from \"squad_v2\" training \"context\" with the following steps.\n1. NER is run to extract entities.\n2. Lexicon of person's name, date, organisation name and location are collected.\n3. 20% of the time, one of the text attribute (person's name, date, organisation name and location) is randomly replaced. For consistency of context, all other place with the same name is also replaced.\n\n # Purpose of the Dataset\n The purpose of this dataset is to assess if a language model could detect factuality." ]
[ "TAGS\n#task_categories-text-classification #size_categories-10K<n<100K #language-English #license-cc-by-sa-4.0 #region-us \n", "# squad_v2_factuality_v1\nThis dataset is derived from \"squad_v2\" training \"context\" with the following steps.\n1. NER is run to extract entities.\n2. Lexicon of person's name, date, organisation name and location are collected.\n3. 20% of the time, one of the text attribute (person's name, date, organisation name and location) is randomly replaced. For consistency of context, all other place with the same name is also replaced.\n\n # Purpose of the Dataset\n The purpose of this dataset is to assess if a language model could detect factuality." ]
[ 44, 141 ]
[ "passage: TAGS\n#task_categories-text-classification #size_categories-10K<n<100K #language-English #license-cc-by-sa-4.0 #region-us \n# squad_v2_factuality_v1\nThis dataset is derived from \"squad_v2\" training \"context\" with the following steps.\n1. NER is run to extract entities.\n2. Lexicon of person's name, date, organisation name and location are collected.\n3. 20% of the time, one of the text attribute (person's name, date, organisation name and location) is randomly replaced. For consistency of context, all other place with the same name is also replaced.\n\n # Purpose of the Dataset\n The purpose of this dataset is to assess if a language model could detect factuality." ]
[ 0.02248764969408512, -0.035524480044841766, -0.004608701448887587, 0.008053985424339771, 0.06338770687580109, 0.07460422068834305, 0.07348106056451797, -0.02320132404565811, 0.040253862738609314, 0.07883995771408081, 0.07764531672000885, 0.01272177416831255, 0.1250353902578354, 0.06909453868865967, -0.02636568620800972, -0.08196858316659927, 0.12741337716579437, -0.022496599704027176, 0.13809503614902496, 0.08920934796333313, 0.07039481401443481, -0.04179926961660385, 0.02146942727267742, 0.017242249101400375, -0.12275741994380951, 0.03671552240848541, 0.03233522176742554, -0.013153555803000927, 0.12765762209892273, 0.07229837030172348, 0.1095215454697609, 0.0465891994535923, -0.009787419810891151, -0.2108292579650879, 0.02893463522195816, -0.0033347865100950003, -0.07325786352157593, -0.039735808968544006, -0.06395763158798218, -0.041103117167949677, 0.12357991188764572, 0.02705354243516922, -0.03533702716231346, 0.06211947277188301, -0.11523246765136719, 0.07165029644966125, -0.012127659283578396, 0.021261336281895638, -0.08437663316726685, 0.04933184012770653, 0.002241870854049921, 0.1313181221485138, -0.2561522126197815, 0.02504713647067547, 0.15068896114826202, -0.19793517887592316, 0.015454459004104137, 0.2974298596382141, -0.06303156167268753, 0.10011820495128632, -0.04394072666764259, 0.030536608770489693, 0.02790875919163227, 0.0495351105928421, 0.05392906814813614, 0.012927703559398651, -0.26357942819595337, 0.08114936947822571, -0.06245995685458183, -0.1135900691151619, 0.21434618532657623, 0.027026012539863586, 0.021829791367053986, -0.006215730216354132, -0.058171339333057404, -0.052261821925640106, -0.055851712822914124, -0.0009357061935588717, -0.00839299988001585, 0.023075906559824944, 0.1359952837228775, 0.011092104949057102, -0.008585512638092041, -0.1552400439977646, -0.14347557723522186, 0.05111794173717499, 0.037218645215034485, 0.0946546271443367, -0.15281391143798828, 0.07629857957363129, -0.16931569576263428, -0.030102290213108063, -0.1257246732711792, -0.05049250274896622, -0.21720775961875916, 0.01339330617338419, -0.05520746484398842, 0.01605219766497612, 0.057101331651210785, 0.03278382495045662, -0.0341472290456295, 0.023230701684951782, -0.060259122401475906, 0.1309829205274582, 0.05358361080288887, 0.006652627605944872, -0.027890238910913467, -0.009740209206938744, 0.010417964309453964, -0.09374262392520905, -0.03193322569131851, -0.01883813738822937, -0.05054527521133423, -0.03387796878814697, 0.05635876953601837, 0.03291528671979904, -0.03198131546378136, 0.151153102517128, -0.09947844594717026, -0.021088410168886185, 0.01499270647764206, -0.04738662764430046, -0.06895511597394943, 0.07492907345294952, -0.11244985461235046, 0.012263302691280842, -0.009898739866912365, -0.012201768346130848, -0.047655362635850906, -0.024468185380101204, -0.0946149080991745, -0.07931795716285706, -0.03571818023920059, -0.12773416936397552, 0.07599706202745438, -0.12713387608528137, -0.04069656878709793, -0.13534054160118103, -0.36587026715278625, -0.08565637469291687, 0.010338738560676575, -0.000484084157506004, -0.08100888878107071, -0.11541587859392166, -0.034955091774463654, -0.06346003711223602, -0.04585496336221695, -0.06326606869697571, -0.08488393574953079, 0.04041300714015961, -0.11642947793006897, 0.16162484884262085, -0.19502507150173187, 0.023834621533751488, -0.09601878374814987, -0.004065764602273703, -0.035573311150074005, 0.07508885115385056, -0.10298119485378265, -0.027277175337076187, -0.060877274721860886, 0.013807588256895542, -0.13049361109733582, -0.024614810943603516, -0.05955351144075394, 0.13962289690971375, -0.13989529013633728, -0.09392140060663223, 0.10412517189979553, -0.06548083573579788, -0.07658205181360245, 0.03696037828922272, -0.022245250642299652, 0.17850974202156067, 0.14929945766925812, 0.16385170817375183, 0.06370651721954346, -0.07169137895107269, -0.03801503777503967, -0.011753711849451065, -0.15366004407405853, -0.08338645845651627, -0.02410084940493107, 0.11719099432229996, -0.08217117935419083, 0.10166453570127487, -0.06607113033533096, 0.061166901141405106, -0.03408001735806465, -0.06612458825111389, 0.04977389797568321, -0.009795292280614376, 0.09020042419433594, 0.024583468213677406, 0.07003764063119888, 0.06264195591211319, 0.06581210345029831, 0.04277811571955681, 0.006621943786740303, -0.020832093432545662, 0.0513065829873085, -0.009534746408462524, 0.07656655460596085, 0.08976626396179199, 0.10026516020298004, -0.1232118085026741, -0.1715223342180252, 0.06240377575159073, 0.09667974710464478, 0.08790292590856552, 0.13475370407104492, -0.02705645188689232, -0.06610026955604553, -0.05490798503160477, 0.014402922242879868, -0.0755629613995552, -0.014115899801254272, 0.014724746346473694, -0.088004931807518, 0.015546646900475025, -0.006733042653650045, 0.06668858230113983, -0.14159829914569855, 0.04426680505275726, -0.03203560411930084, -0.0003282243269495666, 0.0017595312092453241, 0.042248133569955826, -0.043205782771110535, 0.04386332631111145, -0.05385451391339302, 0.03819860890507698, 0.04935162514448166, 0.008340447209775448, -0.02817375399172306, 0.18000106513500214, 0.018174519762396812, -0.07775593549013138, 0.03032468445599079, -0.003057231428101659, -0.016466347500681877, 0.030407363548874855, -0.031594954431056976, -0.029647082090377808, -0.0869237631559372, -0.06335122138261795, 0.013560537248849869, 0.014103498309850693, 0.017482256516814232, -0.10460244119167328, 0.021489392966032028, 0.021034136414527893, 0.016254497691988945, 0.06287552416324615, 0.010297750122845173, 0.11614517867565155, -0.11372676491737366, 0.1472245305776596, -0.09339747577905655, -0.07762690633535385, 0.23156867921352386, 0.02371574565768242, -0.03348032012581825, 0.013427474536001682, 0.0013695689849555492, -0.0385284386575222, 0.06177202984690666, -0.11697393655776978, -0.005647239275276661, 0.0400727279484272, 0.07833151519298553, 0.04806096851825714, -0.04003972187638283, 0.005455947946757078, -0.01730239763855934, -0.08824252337217331, -0.14655457437038422, -0.01669374108314514, 0.02683314122259617, 0.1395765095949173, -0.01722310297191143, -0.10559961944818497, 0.018069881945848465, -0.005319931078702211, -0.11329679191112518, 0.15386845171451569, -0.010677637532353401, -0.09219180792570114, -0.20593519508838654, 0.015402385033667088, -0.1515904814004898, 0.04389996454119682, 0.001044367323629558, 0.05605495348572731, 0.024878229945898056, -0.057893477380275726, 0.10423125326633453, 0.03195791319012642, -0.03077588602900505, -0.10589209944009781, 0.01965755596756935, -0.08729701489210129, -0.06372545659542084, -0.0022579773794859648, -0.09502992033958435, 0.004167733248323202, 0.0913049504160881, -0.2231500744819641, 0.14575840532779694, 0.14051011204719543, -0.0544106625020504, 0.0073120784945786, -0.08549828827381134, 0.20976833999156952, -0.07156158238649368, 0.07862970232963562, -0.033081281930208206, 0.061978891491889954, -0.006852671038359404, 0.22252489626407623, -0.023014061152935028, -0.04257367551326752, 0.016557876020669937, 0.07746653258800507, -0.12044977396726608, -0.20888395607471466, -0.14519332349300385, -0.12965184450149536, 0.04600302875041962, 0.019344530999660492, 0.03245507925748825, 0.14254896342754364, -0.02612689696252346, -0.007606438361108303, 0.03243637830018997, 0.0601949505507946, 0.027142420411109924, 0.16146208345890045, 0.0013159841764718294, 0.10529373586177826, 0.011931285262107849, 0.004291483201086521, -0.0019252733327448368, 0.033146362751722336, 0.27675145864486694, -0.017174046486616135, 0.11028958112001419, 0.11716745793819427, 0.00312757957726717, 0.05448615178465843, 0.11964476853609085, 0.00838238000869751, -0.019384151324629784, -0.053895723074674606, 0.006055830512195826, -0.03519143909215927, 0.08432704210281372, 0.06601473689079285, -0.07903267443180084, 0.06434532254934311, -0.1615447998046875, 0.04849069565534592, 0.10640113800764084, 0.05805327743291855, -0.23613321781158447, -0.01063572894781828, 0.019790789112448692, 0.06820815056562424, -0.026806484907865524, 0.05704333633184433, 0.14524737000465393, -0.03447112441062927, 0.06329657882452011, 0.029467487707734108, 0.11913985759019852, 0.08954054862260818, 0.025412479415535927, -0.20448872447013855, -0.1481916308403015, -0.03170599788427353, 0.11026129871606827, -0.10241123288869858, 0.21995952725410461, 0.0407613143324852, 0.018854282796382904, -0.09803853929042816, -0.14283373951911926, -0.0882139578461647, 0.12091699987649918, 0.1331924945116043, 0.01948661170899868, -0.1443212479352951, -0.12257803231477737, 0.06041206046938896, 0.0754096582531929, -0.051932137459516525, 0.02625490538775921, 0.1160305067896843, 0.05873974785208702, 0.08078394830226898, 0.024884022772312164, 0.13676482439041138, -0.0903453528881073, -0.023547831922769547, -0.05331549420952797, 0.22900037467479706, 0.02596333995461464, 0.011505991220474243, -0.03145809471607208, -0.03227797523140907, 0.09851695597171783, -0.16581448912620544, 0.007504099979996681, -0.07977447658777237, 0.06306006759405136, -0.005832823459059, -0.08334022760391235, -0.02511453628540039, -0.008443102240562439, 0.05076725408434868, -0.0826481431722641, -0.1148141622543335, 0.03558918833732605, -0.015988949686288834, -0.004663016647100449, -0.0033720580395311117, 0.009374923072755337, 0.11529097706079483, 0.05482258275151253, 0.016638925299048424, 0.031293343752622604, 0.10599477589130402, -0.10124750435352325, 0.0008932441123761237, 0.08074307441711426, -0.05209129676222801, 0.154420405626297, -0.06695329397916794, -0.13726508617401123, 0.008999521844089031, 0.012377236038446426, 0.18230114877223969, 0.16298019886016846, -0.05577148497104645, 0.1888040453195572, 0.17944420874118805, -0.09133891761302948, -0.31144434213638306, -0.03089355304837227, 0.0019315531244501472, 0.09356141835451126, 0.04667310789227486, -0.08311525732278824, -0.04178658127784729, 0.06117628514766693, -0.011508898809552193, 0.03016529604792595, -0.24332387745380402, -0.05991753935813904, 0.09418933838605881, -0.06266704201698303, 0.36589178442955017, 0.02643214352428913, -0.014646139927208424, -0.04174365475773811, -0.16212934255599976, 0.1225021630525589, -0.150724396109581, 0.10936859995126724, -0.06739446520805359, 0.05689115822315216, 0.0037764771841466427, -0.04357346519827843, 0.07843851298093796, 0.13510745763778687, 0.07047156244516373, 0.011677947826683521, -0.08142377436161041, 0.24146616458892822, -0.039350591599941254, 0.11378643661737442, -0.0013636138755828142, 0.040513135492801666, 0.0751226469874382, -0.06090402230620384, -0.175072580575943, 0.10581933706998825, 0.024622881785035133, -0.0029772918205708265, -0.13975870609283447, 0.05000918731093407, 0.08785014599561691, 0.0369565449655056, 0.1564074605703354, -0.1262669712305069, 0.07737849652767181, 0.24528661370277405, -0.09447046369314194, -0.10512173175811768, 0.012097280472517014, 0.01970333606004715, -0.012623109854757786, 0.15638810396194458, -0.12737774848937988, 0.03490399569272995, 0.14213182032108307, 0.029644103720784187, 0.1104964017868042, 0.10268504172563553, -0.10275571048259735, -0.022898031398653984, 0.04332388937473297, -0.0842728316783905, -0.1290970891714096, 0.02362922951579094, -0.15763522684574127, -0.05724428594112396, -0.014737325720489025, 0.04607871174812317, -0.093160480260849, 0.05263103172183037, 0.021828053519129753, -0.00005050405525253154, -0.01368746068328619, 0.12882255017757416, -0.011956253089010715, 0.04476810619235039, -0.10938794910907745, 0.04220763221383095, 0.08129765093326569, 0.037158794701099396, -0.034733813256025314, -0.12108708918094635, -0.143013134598732, -0.007395900320261717, 0.02901843935251236, -0.004637707024812698, -0.028208836913108826, -0.11079559475183487, -0.08287377655506134, -0.10362681746482849, 0.06216104328632355, 0.17127853631973267, 0.009929722175002098, 0.1360279619693756, -0.05712033435702324, -0.08251441270112991, 0.0722920373082161, 0.01318878959864378, -0.04018954187631607, 0.05838463827967644, -0.016555745154619217, -0.018948310986161232, 0.03767877072095871, 0.12573587894439697, -0.06475658714771271, -0.032717496156692505, -0.19709494709968567, 0.10379749536514282, -0.09209044277667999, 0.021027781069278717, -0.030732767656445503, -0.020329203456640244, -0.00003721797475009225, 0.03005063533782959, -0.09409032762050629, 0.028956621885299683, -0.05869410187005997, 0.046214208006858826, -0.04219284653663635, 0.14594987034797668, -0.06990491598844528, -0.024370385333895683, 0.08083410561084747, -0.031079063192009926, 0.013203379698097706, 0.057014960795640945, -0.04289461672306061, 0.14106996357440948, -0.18960115313529968, -0.0038101193495094776, 0.13334998488426208, 0.045221712440252304, 0.02641903981566429, 0.01967332512140274, -0.024121712893247604, 0.07444314658641815, -0.0029740799218416214, 0.05466783046722412, -0.24095924198627472, -0.07902388274669647, 0.0414937399327755, -0.11744863539934158, -0.07430967688560486, -0.006076292600482702, 0.0011114707449451089, -0.017044300213456154, 0.09988563507795334, 0.1402280032634735, -0.03465503826737404, -0.03218674659729004, -0.08072829991579056, 0.01094807405024767, 0.01742645725607872, -0.042709339410066605, 0.012423684820532799, -0.08564192056655884, -0.009134531952440739, 0.0029985185246914625, 0.21209603548049927, -0.012186484411358833, -0.115834541618824, -0.016488654538989067, 0.14523367583751678, -0.05938517302274704, -0.059484947472810745, 0.04543089494109154, 0.09912346303462982, -0.02750927396118641, 0.0646044984459877, 0.0010893929284065962, 0.0038154711946845055, 0.10768637806177139, 0.3227494955062866, 0.031810641288757324, 0.0305616557598114, 0.09058982878923416, 0.06922365725040436, -0.048228394240140915, 0.11342828720808029, 0.09757081419229507, -0.07187545299530029, -0.002905926899984479, 0.07491657137870789, 0.008962001651525497, 0.1991388201713562, -0.09471834450960159, 0.11596409976482391, -0.026782143861055374, -0.0921117514371872, -0.09733471274375916, -0.19837136566638947, -0.08209987729787827, -0.14874306321144104, -0.028099004179239273, -0.06494180858135223, -0.05671798437833786, 0.1659405678510666, -0.007192791905254126, -0.0006747946026735008, 0.00711854686960578, 0.006406114902347326, -0.14085614681243896, -0.06498316675424576, -0.09581560641527176, -0.0631149411201477, -0.04938255622982979, 0.030484693124890327, 0.11115919798612595, 0.01692946068942547, 0.06137937307357788, 0.034886863082647324, 0.1351478397846222, 0.024233577772974968, -0.11011067032814026, -0.011866086162626743, -0.025582503527402878, 0.03191772848367691, -0.07555489987134933, 0.004454878158867359, 0.0816788524389267, -0.0211779847741127, 0.04622359573841095, 0.04811671003699303, 0.09014646708965302, -0.16631972789764404, -0.11559534072875977, 0.2624075412750244, 0.10146702826023102, 0.020933521911501884, -0.034090641885995865, -0.0708950087428093, -0.061898116022348404, 0.16639573872089386, 0.16728858649730682, 0.010777465999126434, -0.039159756153821945, -0.06906069070100784, 0.007952208630740643, 0.053120482712984085, 0.0343453623354435, -0.08437784761190414, 0.20037466287612915, -0.004168232902884483, 0.01378930825740099, -0.05121175944805145, 0.0229853093624115, -0.0017231546808034182, 0.0794353112578392, 0.06442275643348694, -0.06500590592622757, -0.14575457572937012, 0.07808221876621246, -0.22865892946720123, 0.011150816455483437, 0.06417917460203171, 0.01854603737592697, -0.0791185200214386, -0.057629700750112534, -0.09526996314525604, 0.001098147826269269, 0.069087915122509, -0.11517830193042755, 0.008063984103500843, -0.03332487493753433, -0.03050180897116661, -0.15398059785366058, -0.1259373128414154, 0.09149546176195145, 0.11552879214286804, 0.13293364644050598, -0.07374196499586105, 0.07387351244688034, 0.008039982058107853, -0.016757279634475708, -0.03689900413155556, 0.12197081744670868, 0.0031255162321031094, 0.06534333527088165, -0.0791657492518425, -0.032107140868902206, -0.04226686432957649, 0.07252349704504013, 0.0851222574710846, -0.0910571962594986, 0.023578794673085213, 0.034195903688669205, -0.011039973236620426, -0.12457326799631119, -0.0022272253409028053, 0.04700181260704994, 0.030742885544896126, 0.048548076301813126, 0.018420226871967316, -0.00893154926598072, -0.05748504400253296, -0.016724318265914917, 0.025321319699287415, 0.05444761738181114, -0.03319927677512169, -0.11013452708721161, -0.005865867715328932, -0.03952143341302872, 0.015077527612447739, -0.17127147316932678, 0.05157965049147606, 0.05954177677631378, 0.0035310713574290276, 0.11339946836233139, 0.07371162623167038, 0.0003248696739319712, -0.013584966771304607, -0.029547501355409622, -0.3985971510410309, 0.03680110722780228, 0.10662536323070526, -0.0374704971909523, -0.16425821185112 ]
45294eb6d4d2aa1230c8caa07dda2a03982e350e
# VRoid Image Dataset Lite This is a dataset to train text-to-image or other models without any copyright issue. All materials used in this dataset are CC0 or properly licensed. This dataset is also used to train [Mitsua Diffusion One](https://huggingface.co/Mitsua/mitsua-diffusion-one), which is a latent text-to-image diffusion model, whose VAE and U-Net are trained from scratch using only public domain/CC0 or copyright images with permission for use. Various parameters such as camera angle, pose, skin color and facial expression were randomly set and the images were output. ## Dataset License [Creative Open-Rail++-M License](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL) This model is open access and available to all, with a CreativeML OpenRAIL++-M license further specifying rights and usage. The CreativeML OpenRAIL++-M License specifies: 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL++-M to all your users (please read the license entirely and carefully) [Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL) ## Materials used in this dataset and their licenses ### VRoid Models - VRM models used in this dataset are all CC0. - These models are made by VRoid Project - [HairSample_Male](https://vroid.pixiv.help/hc/en-us/articles/4402614652569-Do-VRoid-Studio-s-sample-models-come-with-conditions-of-use-) - [HairSample_Female](https://vroid.pixiv.help/hc/en-us/articles/4402614652569-Do-VRoid-Studio-s-sample-models-come-with-conditions-of-use-) - [AvatarSample-D](https://vroid.pixiv.help/hc/en-us/articles/360012381793-AvatarSample-D) - [AvatarSample-E](https://vroid.pixiv.help/hc/en-us/articles/360014900273-AvatarSample-E) - [AvatarSample-F](https://vroid.pixiv.help/hc/en-us/articles/360014900113-AvatarSample-F) - [AvatarSample-G](https://vroid.pixiv.help/hc/en-us/articles/360014900233-AvatarSample-G) - [Sakurada Fumiriya](https://vroid.pixiv.help/hc/en-us/articles/360014788554-Sakurada-Fumiriya) - [Sendagaya Shino](https://vroid.pixiv.help/hc/en-us/articles/360013482714-Sendagaya-Shino) - These models are made by pastelskies - [015](https://hub.vroid.com/characters/1636202188966335207/models/6893459099891579554) - [009](https://hub.vroid.com/characters/2472286065213980612/models/9151142999439416702) - [008](https://hub.vroid.com/characters/601931587119584437/models/3857812504036458003) - These models are made by yomox9 - [Qi](https://hub.vroid.com/characters/2048759159111415425/models/6905433332368675090) - These models are made by くつした - [【CC0】オリジナルアバター「少女A」【Cluster想定】](https://hub.vroid.com/characters/5271108759876567944/models/9069514665234246177) - These models are made by ろーてく - [【CC0】オリジナルアバター「シャペル」【VRChat想定】](https://lowteq.booth.pm/items/1349366) ### Pose and motions - Our original poses. - Free edition pose subset in [Unity Humanoid AnimationClip - PoseCollection](https://necocoya.booth.pm/items/1634088) made by かんな久@ねここや様 (❗❗**NOT CC0**❗❗) - We have obtained permission directly from the author for training or distributing the AI model. - This dataset uses only a subset of the "Free edition (ポーズ詰め合わせ(無料版)in Japanese)", which is allowed to use for AI training. - We have confirmed directly from the author that an exact equivalent license is not necesserily needed to distribute the trained model or to generate images. - Therefore, to avoid harmful content generation, the Creative Open Rail++-M license is applied to this dataset, and an equivalent or more restrictive license must be applied to its derivatives. ### Shader - MToon (MIT) with some modification by dev team. ### Other Textures for Skybox / Ground - [Poly Haven](https://polyhaven.com/) (CC0) - [ambientCG](https://ambientcg.com/) (CC0) ## Metadata Description The final caption is not provided in this dataset, but you can create complete caption from metadata. ### Color Shifting Color shift is used to create more diverse images. It is applied to skin/hair/eye/cloth/accesories independently. - Parameter xyz = (H_Shift, S_Factor, V_Factor) - New Color HSV = (H + H_Shift, S * S_Factor, V * V_Factor) ### Metadata Items - vrm_name : VRoid model name - clip_name : Pose Clip Number - camera_profile - facial_expression - lighting - lighting_color - outline - shade_toony - skin_profile - looking_label - camera_position : 3D position in meter - camera_rotation : Pitch/Yaw/Roll in degree - camera_fov : in degree - hair_color_shift : HSV color shift of hair - eye_color_shift : HSV color shift of eye - color_shift : HSV color shift of cloth and accesories - ground_plane_material - left_hand_sign - right_hand_sign - skybox ## Full Dataset This is a subset of full dataset consisting of approx. 600k images. Full dataset would be available upon request only for non-commercial research purposes. You will need to provide 1 TB of online storage so that we could upload the data set or send us an empty 1 TB physical hard drive to our office located in Tokyo Japan. Contact : info [at] elanmitsua.com ## Developed by - Abstract Engine dev team - Special Thanks to Mitsua Contributors - VRoid is a trademark or registered trademark of Pixiv inc. in Japan and other regions.
Mitsua/vroid-image-dataset-lite
[ "task_categories:text-to-image", "size_categories:1K<n<10K", "language:en", "language:ja", "license:openrail++", "region:us" ]
2023-02-09T12:27:18+00:00
{"language": ["en", "ja"], "license": "openrail++", "size_categories": ["1K<n<10K"], "task_categories": ["text-to-image"]}
2023-03-03T15:02:51+00:00
[]
[ "en", "ja" ]
TAGS #task_categories-text-to-image #size_categories-1K<n<10K #language-English #language-Japanese #license-openrail++ #region-us
# VRoid Image Dataset Lite This is a dataset to train text-to-image or other models without any copyright issue. All materials used in this dataset are CC0 or properly licensed. This dataset is also used to train Mitsua Diffusion One, which is a latent text-to-image diffusion model, whose VAE and U-Net are trained from scratch using only public domain/CC0 or copyright images with permission for use. Various parameters such as camera angle, pose, skin color and facial expression were randomly set and the images were output. ## Dataset License Creative Open-Rail++-M License This model is open access and available to all, with a CreativeML OpenRAIL++-M license further specifying rights and usage. The CreativeML OpenRAIL++-M License specifies: 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL++-M to all your users (please read the license entirely and carefully) Please read the full license here ## Materials used in this dataset and their licenses ### VRoid Models - VRM models used in this dataset are all CC0. - These models are made by VRoid Project - HairSample_Male - HairSample_Female - AvatarSample-D - AvatarSample-E - AvatarSample-F - AvatarSample-G - Sakurada Fumiriya - Sendagaya Shino - These models are made by pastelskies - 015 - 009 - 008 - These models are made by yomox9 - Qi - These models are made by くつした - 【CC0】オリジナルアバター「少女A」【Cluster想定】 - These models are made by ろーてく - 【CC0】オリジナルアバター「シャペル」【VRChat想定】 ### Pose and motions - Our original poses. - Free edition pose subset in Unity Humanoid AnimationClip - PoseCollection made by かんな久@ねここや様 (NOT CC0) - We have obtained permission directly from the author for training or distributing the AI model. - This dataset uses only a subset of the "Free edition (ポーズ詰め合わせ(無料版)in Japanese)", which is allowed to use for AI training. - We have confirmed directly from the author that an exact equivalent license is not necesserily needed to distribute the trained model or to generate images. - Therefore, to avoid harmful content generation, the Creative Open Rail++-M license is applied to this dataset, and an equivalent or more restrictive license must be applied to its derivatives. ### Shader - MToon (MIT) with some modification by dev team. ### Other Textures for Skybox / Ground - Poly Haven (CC0) - ambientCG (CC0) ## Metadata Description The final caption is not provided in this dataset, but you can create complete caption from metadata. ### Color Shifting Color shift is used to create more diverse images. It is applied to skin/hair/eye/cloth/accesories independently. - Parameter xyz = (H_Shift, S_Factor, V_Factor) - New Color HSV = (H + H_Shift, S * S_Factor, V * V_Factor) ### Metadata Items - vrm_name : VRoid model name - clip_name : Pose Clip Number - camera_profile - facial_expression - lighting - lighting_color - outline - shade_toony - skin_profile - looking_label - camera_position : 3D position in meter - camera_rotation : Pitch/Yaw/Roll in degree - camera_fov : in degree - hair_color_shift : HSV color shift of hair - eye_color_shift : HSV color shift of eye - color_shift : HSV color shift of cloth and accesories - ground_plane_material - left_hand_sign - right_hand_sign - skybox ## Full Dataset This is a subset of full dataset consisting of approx. 600k images. Full dataset would be available upon request only for non-commercial research purposes. You will need to provide 1 TB of online storage so that we could upload the data set or send us an empty 1 TB physical hard drive to our office located in Tokyo Japan. Contact : info [at] URL ## Developed by - Abstract Engine dev team - Special Thanks to Mitsua Contributors - VRoid is a trademark or registered trademark of Pixiv inc. in Japan and other regions.
[ "# VRoid Image Dataset Lite\n\nThis is a dataset to train text-to-image or other models without any copyright issue.\nAll materials used in this dataset are CC0 or properly licensed.\n\nThis dataset is also used to train Mitsua Diffusion One, which is a latent text-to-image diffusion model, whose VAE and U-Net are trained from scratch using only public domain/CC0 or copyright images with permission for use. \n\nVarious parameters such as camera angle, pose, skin color and facial expression were randomly set and the images were output.", "## Dataset License\nCreative Open-Rail++-M License\n\nThis model is open access and available to all, with a CreativeML OpenRAIL++-M license further specifying rights and usage. The CreativeML OpenRAIL++-M License specifies:\n\n1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content\n2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license\n3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL++-M to all your users (please read the license entirely and carefully) Please read the full license here", "## Materials used in this dataset and their licenses", "### VRoid Models\n- VRM models used in this dataset are all CC0.\n- These models are made by VRoid Project\n - HairSample_Male\n - HairSample_Female\n - AvatarSample-D\n - AvatarSample-E\n - AvatarSample-F\n - AvatarSample-G\n - Sakurada Fumiriya\n - Sendagaya Shino\n- These models are made by pastelskies\n - 015\n - 009\n - 008\n- These models are made by yomox9\n - Qi\n- These models are made by くつした\n - 【CC0】オリジナルアバター「少女A」【Cluster想定】\n- These models are made by ろーてく\n - 【CC0】オリジナルアバター「シャペル」【VRChat想定】", "### Pose and motions\n- Our original poses.\n- Free edition pose subset in Unity Humanoid AnimationClip - PoseCollection made by かんな久@ねここや様 (NOT CC0)\n - We have obtained permission directly from the author for training or distributing the AI model.\n - This dataset uses only a subset of the \"Free edition (ポーズ詰め合わせ(無料版)in Japanese)\", which is allowed to use for AI training.\n - We have confirmed directly from the author that an exact equivalent license is not necesserily needed to distribute the trained model or to generate images.\n - Therefore, to avoid harmful content generation, the Creative Open Rail++-M license is applied to this dataset, and an equivalent or more restrictive license must be applied to its derivatives.", "### Shader\n- MToon (MIT) with some modification by dev team.", "### Other Textures for Skybox / Ground\n- Poly Haven (CC0)\n- ambientCG (CC0)", "## Metadata Description\nThe final caption is not provided in this dataset, but you can create complete caption from metadata.", "### Color Shifting\nColor shift is used to create more diverse images. It is applied to skin/hair/eye/cloth/accesories independently.\n- Parameter xyz = (H_Shift, S_Factor, V_Factor)\n- New Color HSV = (H + H_Shift, S * S_Factor, V * V_Factor)", "### Metadata Items\n- vrm_name : VRoid model name\n- clip_name : Pose Clip Number\n- camera_profile\n- facial_expression\n- lighting\n- lighting_color\n- outline\n- shade_toony\n- skin_profile\n- looking_label\n- camera_position : 3D position in meter\n- camera_rotation : Pitch/Yaw/Roll in degree\n- camera_fov : in degree\n- hair_color_shift : HSV color shift of hair\n- eye_color_shift : HSV color shift of eye\n- color_shift : HSV color shift of cloth and accesories\n- ground_plane_material\n- left_hand_sign\n- right_hand_sign\n- skybox", "## Full Dataset\nThis is a subset of full dataset consisting of approx. 600k images.\n\nFull dataset would be available upon request only for non-commercial research purposes. \n\nYou will need to provide 1 TB of online storage so that we could upload the data set or send us an empty 1 TB physical hard drive to our office located in Tokyo Japan.\n\nContact : info [at] URL", "## Developed by\n- Abstract Engine dev team\n- Special Thanks to Mitsua Contributors\n\n- VRoid is a trademark or registered trademark of Pixiv inc. in Japan and other regions." ]
[ "TAGS\n#task_categories-text-to-image #size_categories-1K<n<10K #language-English #language-Japanese #license-openrail++ #region-us \n", "# VRoid Image Dataset Lite\n\nThis is a dataset to train text-to-image or other models without any copyright issue.\nAll materials used in this dataset are CC0 or properly licensed.\n\nThis dataset is also used to train Mitsua Diffusion One, which is a latent text-to-image diffusion model, whose VAE and U-Net are trained from scratch using only public domain/CC0 or copyright images with permission for use. \n\nVarious parameters such as camera angle, pose, skin color and facial expression were randomly set and the images were output.", "## Dataset License\nCreative Open-Rail++-M License\n\nThis model is open access and available to all, with a CreativeML OpenRAIL++-M license further specifying rights and usage. The CreativeML OpenRAIL++-M License specifies:\n\n1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content\n2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license\n3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL++-M to all your users (please read the license entirely and carefully) Please read the full license here", "## Materials used in this dataset and their licenses", "### VRoid Models\n- VRM models used in this dataset are all CC0.\n- These models are made by VRoid Project\n - HairSample_Male\n - HairSample_Female\n - AvatarSample-D\n - AvatarSample-E\n - AvatarSample-F\n - AvatarSample-G\n - Sakurada Fumiriya\n - Sendagaya Shino\n- These models are made by pastelskies\n - 015\n - 009\n - 008\n- These models are made by yomox9\n - Qi\n- These models are made by くつした\n - 【CC0】オリジナルアバター「少女A」【Cluster想定】\n- These models are made by ろーてく\n - 【CC0】オリジナルアバター「シャペル」【VRChat想定】", "### Pose and motions\n- Our original poses.\n- Free edition pose subset in Unity Humanoid AnimationClip - PoseCollection made by かんな久@ねここや様 (NOT CC0)\n - We have obtained permission directly from the author for training or distributing the AI model.\n - This dataset uses only a subset of the \"Free edition (ポーズ詰め合わせ(無料版)in Japanese)\", which is allowed to use for AI training.\n - We have confirmed directly from the author that an exact equivalent license is not necesserily needed to distribute the trained model or to generate images.\n - Therefore, to avoid harmful content generation, the Creative Open Rail++-M license is applied to this dataset, and an equivalent or more restrictive license must be applied to its derivatives.", "### Shader\n- MToon (MIT) with some modification by dev team.", "### Other Textures for Skybox / Ground\n- Poly Haven (CC0)\n- ambientCG (CC0)", "## Metadata Description\nThe final caption is not provided in this dataset, but you can create complete caption from metadata.", "### Color Shifting\nColor shift is used to create more diverse images. It is applied to skin/hair/eye/cloth/accesories independently.\n- Parameter xyz = (H_Shift, S_Factor, V_Factor)\n- New Color HSV = (H + H_Shift, S * S_Factor, V * V_Factor)", "### Metadata Items\n- vrm_name : VRoid model name\n- clip_name : Pose Clip Number\n- camera_profile\n- facial_expression\n- lighting\n- lighting_color\n- outline\n- shade_toony\n- skin_profile\n- looking_label\n- camera_position : 3D position in meter\n- camera_rotation : Pitch/Yaw/Roll in degree\n- camera_fov : in degree\n- hair_color_shift : HSV color shift of hair\n- eye_color_shift : HSV color shift of eye\n- color_shift : HSV color shift of cloth and accesories\n- ground_plane_material\n- left_hand_sign\n- right_hand_sign\n- skybox", "## Full Dataset\nThis is a subset of full dataset consisting of approx. 600k images.\n\nFull dataset would be available upon request only for non-commercial research purposes. \n\nYou will need to provide 1 TB of online storage so that we could upload the data set or send us an empty 1 TB physical hard drive to our office located in Tokyo Japan.\n\nContact : info [at] URL", "## Developed by\n- Abstract Engine dev team\n- Special Thanks to Mitsua Contributors\n\n- VRoid is a trademark or registered trademark of Pixiv inc. in Japan and other regions." ]
[ 47, 124, 195, 12, 168, 177, 17, 23, 25, 85, 159, 85, 42 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-1K<n<10K #language-English #language-Japanese #license-openrail++ #region-us \n# VRoid Image Dataset Lite\n\nThis is a dataset to train text-to-image or other models without any copyright issue.\nAll materials used in this dataset are CC0 or properly licensed.\n\nThis dataset is also used to train Mitsua Diffusion One, which is a latent text-to-image diffusion model, whose VAE and U-Net are trained from scratch using only public domain/CC0 or copyright images with permission for use. \n\nVarious parameters such as camera angle, pose, skin color and facial expression were randomly set and the images were output.## Dataset License\nCreative Open-Rail++-M License\n\nThis model is open access and available to all, with a CreativeML OpenRAIL++-M license further specifying rights and usage. The CreativeML OpenRAIL++-M License specifies:\n\n1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content\n2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license\n3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL++-M to all your users (please read the license entirely and carefully) Please read the full license here## Materials used in this dataset and their licenses", "passage: ### VRoid Models\n- VRM models used in this dataset are all CC0.\n- These models are made by VRoid Project\n - HairSample_Male\n - HairSample_Female\n - AvatarSample-D\n - AvatarSample-E\n - AvatarSample-F\n - AvatarSample-G\n - Sakurada Fumiriya\n - Sendagaya Shino\n- These models are made by pastelskies\n - 015\n - 009\n - 008\n- These models are made by yomox9\n - Qi\n- These models are made by くつした\n - 【CC0】オリジナルアバター「少女A」【Cluster想定】\n- These models are made by ろーてく\n - 【CC0】オリジナルアバター「シャペル」【VRChat想定】### Pose and motions\n- Our original poses.\n- Free edition pose subset in Unity Humanoid AnimationClip - PoseCollection made by かんな久@ねここや様 (NOT CC0)\n - We have obtained permission directly from the author for training or distributing the AI model.\n - This dataset uses only a subset of the \"Free edition (ポーズ詰め合わせ(無料版)in Japanese)\", which is allowed to use for AI training.\n - We have confirmed directly from the author that an exact equivalent license is not necesserily needed to distribute the trained model or to generate images.\n - Therefore, to avoid harmful content generation, the Creative Open Rail++-M license is applied to this dataset, and an equivalent or more restrictive license must be applied to its derivatives.### Shader\n- MToon (MIT) with some modification by dev team.### Other Textures for Skybox / Ground\n- Poly Haven (CC0)\n- ambientCG (CC0)## Metadata Description\nThe final caption is not provided in this dataset, but you can create complete caption from metadata.### Color Shifting\nColor shift is used to create more diverse images. It is applied to skin/hair/eye/cloth/accesories independently.\n- Parameter xyz = (H_Shift, S_Factor, V_Factor)\n- New Color HSV = (H + H_Shift, S * S_Factor, V * V_Factor)### Metadata Items\n- vrm_name : VRoid model name\n- clip_name : Pose Clip Number\n- camera_profile\n- facial_expression\n- lighting\n- lighting_color\n- outline\n- shade_toony\n- skin_profile\n- looking_label\n- camera_position : 3D position in meter\n- camera_rotation : Pitch/Yaw/Roll in degree\n- camera_fov : in degree\n- hair_color_shift : HSV color shift of hair\n- eye_color_shift : HSV color shift of eye\n- color_shift : HSV color shift of cloth and accesories\n- ground_plane_material\n- left_hand_sign\n- right_hand_sign\n- skybox" ]
[ -0.022741075605154037, 0.054088301956653595, -0.0021918441634625196, 0.013927014544606209, 0.1240982860326767, -0.00643114373087883, 0.13343577086925507, 0.06582757830619812, 0.02982504293322563, 0.013405976817011833, -0.007311237044632435, 0.014467781409621239, 0.05898132920265198, 0.0008398443460464478, 0.0023279665037989616, -0.17283248901367188, -0.0017918874509632587, -0.05159768462181091, 0.03462207317352295, 0.019244501367211342, 0.10000403970479965, -0.026398083195090294, 0.07848992198705673, 0.0018964639166370034, -0.07995100319385529, -0.030800888314843178, 0.04513176158070564, -0.014054222032427788, 0.0466860756278038, 0.10300292074680328, 0.02595943957567215, 0.07631705701351166, 0.08991756290197372, -0.19794419407844543, -0.000041138846427202225, 0.030792461708188057, -0.07967516779899597, -0.01626329869031906, 0.06212472543120384, 0.007645660080015659, 0.20758897066116333, -0.06722614169120789, 0.019905289635062218, 0.09633578360080719, -0.0648336261510849, -0.19053904712200165, -0.049851126968860626, 0.012146640568971634, 0.12880529463291168, 0.08031664788722992, -0.014211779460310936, 0.039917223155498505, -0.014614379964768887, 0.025915872305631638, 0.08211329579353333, -0.12956184148788452, -0.021372606977820396, 0.11011067032814026, -0.026975976303219795, 0.07881829142570496, -0.054463259875774384, 0.06690973788499832, 0.049177948385477066, 0.032880473881959915, 0.07574746012687683, -0.058066852390766144, 0.08880706131458282, -0.03406933322548866, -0.10077495872974396, -0.016880501061677933, 0.2575363516807556, 0.006057270336896181, -0.1027166098356247, -0.12401629984378815, -0.005933680571615696, 0.12870295345783234, 0.005995460320264101, 0.03679393604397774, 0.0283869169652462, -0.00994980800896883, -0.005646783858537674, -0.09386295825242996, -0.11857151985168457, -0.048540517687797546, 0.015806498005986214, 0.028149262070655823, 0.03799691051244736, 0.01981404423713684, -0.03327485918998718, 0.06303635239601135, -0.0499681681394577, -0.057317428290843964, -0.05018991976976395, -0.053569041192531586, -0.049072057008743286, 0.02486610971391201, -0.061342693865299225, -0.17559796571731567, -0.00129121751524508, 0.09688962250947952, -0.03865297883749008, -0.01784397102892399, -0.04597768187522888, 0.046718038618564606, 0.055609121918678284, 0.03595275059342384, -0.11443963646888733, 0.11407727748155594, 0.05521136522293091, -0.06777120381593704, 0.06518974900245667, -0.042599644511938095, -0.07165876030921936, -0.03283993527293205, -0.026221968233585358, 0.07069967687129974, 0.013789365068078041, 0.03967772424221039, 0.017308026552200317, -0.04163242131471634, 0.1439942866563797, -0.07268813252449036, -0.011630475521087646, -0.00798379722982645, -0.06091917306184769, -0.0687091052532196, 0.11882179230451584, 0.01686057634651661, -0.005001886282116175, 0.06973165273666382, -0.031190071254968643, 0.010396639816462994, -0.0846112072467804, -0.08603228628635406, 0.048203784972429276, 0.02586125023663044, -0.03075883910059929, -0.11198161542415619, -0.047716837376356125, -0.05945025756955147, 0.07228658348321915, -0.009555529803037643, 0.0026589687913656235, 0.06894798576831818, -0.006949807517230511, -0.014062279835343361, 0.021858083084225655, -0.06352761387825012, -0.015793360769748688, 0.04062022268772125, -0.06410492211580276, -0.010775254108011723, -0.01865098439157009, 0.04913423955440521, -0.012355169281363487, 0.05289577692747116, -0.16440540552139282, 0.016769014298915863, -0.050300098955631256, 0.037059344351291656, -0.03639734536409378, -0.044829223304986954, 0.08530376851558685, -0.012382393702864647, -0.006762836128473282, 0.08548897504806519, -0.0926174521446228, -0.006086033768951893, 0.07658097892999649, -0.12709152698516846, -0.048355959355831146, 0.10933687537908554, -0.02940235286951065, 0.02809317037463188, 0.039404258131980896, 0.07321198284626007, 0.1109749972820282, -0.18290561437606812, 0.010337517596781254, -0.037269748747348785, -0.03472013399004936, -0.030137404799461365, 0.0638824850320816, -0.026241106912493706, -0.018259063363075256, 0.02516140416264534, -0.1245141476392746, 0.0020582471042871475, 0.01619035378098488, -0.059930071234703064, 0.03827911987900734, -0.04024307429790497, -0.05431622266769409, 0.041395191103219986, -0.026762474328279495, 0.005077294539660215, -0.015424886718392372, -0.018203746527433395, 0.08032896369695663, -0.057374462485313416, 0.038452282547950745, -0.054382987320423126, 0.05910888686776161, -0.03209596499800682, -0.01071955170482397, -0.0563577264547348, -0.02505090832710266, 0.06518488377332687, -0.10835691541433334, 0.07900963723659515, 0.030471941456198692, -0.0011826911941170692, 0.0942261666059494, -0.08665105700492859, -0.004029620438814163, -0.03695247322320938, -0.007077476941049099, 0.015012560412287712, -0.16128233075141907, 0.010775008238852024, -0.014478939585387707, 0.2021147757768631, -0.14142030477523804, 0.01304686814546585, 0.05936901271343231, -0.0017699934542179108, 0.021606294438242912, 0.0037500045727938414, 0.051323167979717255, -0.004709220491349697, 0.004570425488054752, 0.02073463425040245, 0.04386653006076813, 0.027748169377446175, -0.1080181896686554, 0.16047902405261993, -0.15706200897693634, -0.0398159921169281, 0.05752450227737427, -0.027085088193416595, -0.08138732612133026, -0.05544476583600044, -0.0024386891163885593, -0.027683328837156296, -0.025767311453819275, 0.001821158453822136, 0.04251643642783165, -0.014961982145905495, 0.05233660340309143, -0.09502571821212769, -0.02220015414059162, 0.02565416879951954, -0.0857076644897461, -0.06054700165987015, 0.022818876430392265, 0.11840540915727615, -0.13541556894779205, 0.024622881785035133, 0.054368551820516586, -0.03668142855167389, 0.20111796259880066, 0.053538426756858826, -0.032263077795505524, -0.09675924479961395, 0.05036826431751251, 0.05108713358640671, 0.14132580161094666, -0.01049835979938507, 0.008088843896985054, 0.010195408947765827, -0.014518868178129196, 0.008035540580749512, -0.09782001376152039, -0.019868850708007812, 0.03407282754778862, -0.024660391733050346, -0.0016342848539352417, 0.028099166229367256, -0.06941303610801697, 0.0705781877040863, -0.037112195044755936, 0.05640752613544464, 0.03500305116176605, -0.07815468311309814, -0.13763542473316193, 0.09569595754146576, -0.13697926700115204, -0.03220350295305252, -0.12833233177661896, 0.0007505565881729126, -0.16705328226089478, 0.005974257364869118, 0.03563167527318001, -0.042323119938373566, -0.0676022544503212, -0.0773993581533432, -0.03910314291715622, -0.04019559174776077, -0.136932373046875, -0.11785076558589935, 0.05791974812746048, 0.015272654592990875, -0.09262040257453918, -0.01674792729318142, -0.0022072005085647106, -0.14281821250915527, 0.06292043626308441, 0.013509747572243214, 0.15867668390274048, 0.05077740550041199, 0.03454343229532242, -0.021689115092158318, -0.019851036369800568, 0.10403132438659668, -0.04262213408946991, 0.06370320916175842, 0.1659802794456482, 0.08348871767520905, 0.06701996922492981, 0.19666680693626404, 0.035587962716817856, -0.0480448454618454, 0.03041117452085018, 0.02263694442808628, -0.08377838134765625, -0.17717941105365753, -0.07324101775884628, -0.06408539414405823, -0.022961460053920746, -0.01921355165541172, 0.038993168622255325, 0.11273910850286484, 0.055720727890729904, -0.09197504818439484, 0.013123808428645134, 0.08993630111217499, 0.09432797133922577, 0.09234438836574554, -0.02568860724568367, 0.03008776530623436, -0.057304494082927704, 0.035989910364151, 0.11184239387512207, -0.009043660014867783, 0.2588897943496704, -0.02725277841091156, 0.120805524289608, 0.09107378125190735, 0.12090335786342621, -0.011942733079195023, 0.02643870934844017, -0.019131682813167572, 0.036102429032325745, -0.02714775875210762, -0.09340573847293854, 0.01503971591591835, 0.12005303800106049, 0.04094119742512703, -0.1211123839020729, -0.06724095344543457, -0.006835117936134338, 0.012856023386120796, 0.12349777668714523, -0.039313942193984985, -0.07379376888275146, 0.02144099958240986, 0.019138788804411888, 0.10562489926815033, -0.015840446576476097, 0.015005452558398247, 0.17965099215507507, -0.11960920691490173, 0.11207734048366547, -0.02521822229027748, 0.03561164066195488, -0.013766171410679817, -0.011755276471376419, 0.006043406203389168, 0.00034019353915937245, -0.01335334125906229, 0.08160734921693802, -0.23126181960105896, 0.14555132389068604, 0.017041197046637535, 0.04305874928832054, -0.05392156541347504, -0.015770630910992622, 0.040299370884895325, 0.12391515076160431, 0.15818080306053162, 0.04015900194644928, -0.12714049220085144, -0.06632950156927109, 0.06346112489700317, 0.021237319335341454, 0.05812714621424675, -0.06328151375055313, 0.04110879451036453, 0.01852891966700554, -0.0044489167630672455, -0.013548914343118668, 0.19530132412910461, -0.1952085793018341, -0.1522073745727539, 0.05091450363397598, 0.0021127238869667053, -0.05873636528849602, -0.08293911069631577, 0.03655962646007538, -0.006029220297932625, 0.054623644798994064, -0.1470472514629364, -0.06852351874113083, -0.09069158881902695, -0.11863279342651367, 0.01490965485572815, -0.08972035348415375, -0.013515057042241096, -0.017368827015161514, 0.0810900330543518, -0.08781880140304565, -0.038685161620378494, 0.019560573622584343, -0.05523255839943886, -0.11818790435791016, -0.013111820444464684, 0.007673837244510651, 0.0357036329805851, 0.056094273924827576, 0.01467377133667469, 0.013374676927924156, 0.03076937422156334, -0.11913321167230606, 0.011087930761277676, 0.12498278170824051, 0.01844710297882557, 0.035784874111413956, -0.16414111852645874, -0.06466498970985413, -0.10007910430431366, -0.10137003660202026, 0.04027047008275986, 0.23624616861343384, -0.07003055512905121, 0.09533517062664032, 0.2579590082168579, -0.11981983482837677, -0.2197534739971161, -0.0587138831615448, -0.046679772436618805, -0.009761035442352295, 0.04412323608994484, -0.22926591336727142, -0.032508593052625656, 0.010640271008014679, -0.017126452177762985, -0.0276867114007473, -0.1950230896472931, -0.14090633392333984, 0.00036472082138061523, 0.13803407549858093, 0.015726476907730103, -0.12015784531831741, -0.015017743222415447, -0.10205323994159698, -0.06536582857370377, 0.053101666271686554, -0.10277563333511353, 0.08297635614871979, -0.007932009175419807, 0.04447820037603378, 0.012025415897369385, -0.03497498854994774, 0.1291520595550537, 0.004394308663904667, 0.15750551223754883, -0.1208752766251564, 0.026313230395317078, 0.0970672219991684, -0.05724925920367241, 0.13202990591526031, -0.07927560806274414, -0.01068076491355896, -0.02278200536966324, -0.030951805412769318, -0.08214002847671509, 0.06247223913669586, -0.07141531258821487, -0.11620250344276428, -0.050942253321409225, 0.09774920344352722, 0.05847042053937912, -0.026307683438062668, -0.05368755757808685, -0.0601036362349987, -0.007635345682501793, 0.1520400047302246, 0.1108727976679802, 0.02383967489004135, 0.008454062044620514, -0.018164828419685364, -0.01749490574002266, 0.09785707294940948, -0.07541710883378983, -0.010076167993247509, 0.043516501784324646, 0.01975834183394909, 0.14426858723163605, -0.008080468513071537, -0.13193438947200775, 0.03710551559925079, 0.07341934740543365, -0.04025174304842949, -0.19950425624847412, -0.029030848294496536, 0.13913390040397644, 0.0029734205454587936, -0.057899486273527145, 0.08541318774223328, -0.100637286901474, 0.044163864105939865, -0.048108167946338654, 0.08378234505653381, 0.0004950105212628841, 0.032446619123220444, 0.03685053437948227, -0.00763576477766037, -0.06328091025352478, 0.12133108824491501, 0.08484931290149689, -0.060399167239665985, 0.06258414685726166, 0.047301892191171646, -0.047026075422763824, -0.08921124041080475, -0.03687995299696922, 0.11957167088985443, -0.12614235281944275, -0.08771459758281708, 0.014409307390451431, -0.06959950923919678, -0.04641211777925491, 0.06519170850515366, 0.010915424674749374, 0.026507334783673286, 0.04464186728000641, -0.03813193738460541, -0.09509842097759247, 0.07366856932640076, -0.06623370945453644, 0.0028164461255073547, -0.06801120191812515, 0.0006503351032733917, 0.046673208475112915, 0.03747044503688812, -0.013327425345778465, -0.028267528861761093, -0.05102170258760452, -0.002351835137233138, -0.1259174644947052, -0.01581183448433876, -0.03722217679023743, -0.014450609683990479, -0.01838041841983795, 0.04082324355840683, -0.020184781402349472, 0.04591748118400574, -0.06477084755897522, -0.04878600686788559, -0.006913374178111553, 0.10677839815616608, -0.12581300735473633, -0.08575796335935593, 0.026757631450891495, -0.03642309457063675, 0.07677389681339264, 0.005866310093551874, -0.048108551651239395, 0.0045676277950406075, -0.10524528473615646, 0.022533077746629715, -0.09105512499809265, 0.0020365151576697826, 0.0035927954595535994, -0.15902408957481384, 0.010365350171923637, -0.007311796769499779, -0.07557836174964905, 0.015936462208628654, 0.05140891671180725, -0.10683169215917587, 0.03476868197321892, -0.014515946619212627, -0.06471313536167145, -0.10499289631843567, 0.06670890748500824, -0.019768714904785156, 0.06644675880670547, 0.05675281956791878, -0.05919647216796875, 0.06307173520326614, -0.10571084916591644, -0.03364153951406479, 0.032077085226774216, 0.040835581719875336, -0.06709517538547516, -0.022066909819841385, -0.0007367664948105812, -0.021207759156823158, 0.11585327237844467, 0.0313161164522171, -0.08543644100427628, 0.014989631250500679, 0.018736131489276886, -0.01791985332965851, -0.02085017040371895, -0.01874619536101818, -0.04317620024085045, 0.0009844307787716389, -0.00468724500387907, 0.024662602692842484, -0.037710051983594894, -0.011708974838256836, 0.011319804936647415, 0.06460951268672943, 0.1323554813861847, -0.001190053764730692, 0.1021495908498764, -0.12055924534797668, 0.018928300589323044, 0.02278251200914383, 0.05777169018983841, 0.07832525670528412, -0.08160533010959625, -0.040282879024744034, 0.21475772559642792, -0.1346588432788849, 0.1086650937795639, 0.03148887678980827, -0.04753786697983742, -0.09725937247276306, -0.2530883848667145, -0.027900509536266327, -0.048237353563308716, 0.03137184679508209, -0.04263320565223694, 0.02766692079603672, -0.00991599541157484, 0.010249304585158825, -0.03623584657907486, 0.07194091379642487, -0.11987326294183731, -0.05363229289650917, 0.02357802540063858, -0.018380502238869667, -0.02856295555830002, 0.07380297034978867, 0.04597039520740509, 0.07252214848995209, -0.03313034772872925, 0.03180660307407379, 0.09282920509576797, 0.042973555624485016, 0.05949363112449646, 0.010869672521948814, -0.04898260533809662, -0.013355215080082417, -0.004894828889518976, 0.05771718919277191, 0.2627314627170563, 0.015252543613314629, -0.027421023696660995, 0.0018818564713001251, 0.12858358025550842, -0.012631271965801716, -0.02615661360323429, -0.10764613747596741, 0.19630366563796997, 0.0307037103921175, -0.04139336943626404, -0.0040384032763540745, -0.04583214223384857, 0.05852469056844711, 0.1351844072341919, 0.18339231610298157, -0.019680583849549294, -0.00809653289616108, -0.0666341632604599, -0.00034660351229831576, -0.04783151298761368, 0.10416185855865479, -0.012094542384147644, 0.2562021315097809, -0.02142472192645073, 0.1713530719280243, -0.04829646274447441, 0.03157985955476761, -0.07745854556560516, 0.08672183752059937, 0.013895589858293533, -0.029267601668834686, -0.008131093345582485, 0.07456035166978836, -0.010909506119787693, -0.10360734164714813, 0.06489945948123932, 0.03272354602813721, 0.026600688695907593, 0.009120626375079155, 0.018093399703502655, -0.008013084530830383, 0.061373382806777954, -0.03465436398983002, 0.01933874562382698, 0.13335616886615753, 0.013521515764296055, -0.07761932164430618, 0.019321732223033905, 0.09083719551563263, 0.040790118277072906, 0.21244588494300842, 0.019977884367108345, 0.06651295721530914, 0.07152905315160751, -0.01625639945268631, -0.11344964057207108, 0.14784854650497437, 0.012415331788361073, -0.08229787647724152, -0.02677750401198864, 0.16610878705978394, -0.05664684623479843, 0.09555794298648834, 0.01478878315538168, 0.05606139823794365, 0.08408842980861664, -0.002021070569753647, 0.01165699865669012, -0.07200054824352264, 0.11945974081754684, -0.12169820070266724, 0.12850108742713928, 0.12410874664783478, -0.0330435074865818, -0.0452592708170414, -0.10541359335184097, -0.03602970018982887, 0.023329278454184532, -0.030793597921729088, 0.02550233155488968, -0.018062347546219826, 0.05171370506286621, 0.010992182418704033, 0.06481900066137314, -0.22988273203372955, -0.04306095093488693, 0.07304464280605316, -0.04048372060060501, -0.012887708842754364, 0.0539788194000721, 0.07787846028804779, 0.02067272923886776, -0.04390542954206467, -0.11822175234556198, -0.004883425775915384, 0.026615861803293228, -0.09837284684181213, -0.0736694484949112 ]
befda45d8d4e8b8082bb8a1912d1f9eb9483991c
![GLAMI-1M Image](https://raw.githubusercontent.com/glami/glami-1m/main/media/glami-1m-dataset-examples.png) GLAMI-1M contains 1.1 million fashion items, 968 thousand unique images and 1 million unique texts. It contains 13 languages, mostly European. And 191 fine-grained categories, for example we have 15 shoe types. It contains high quality annotations from professional curators and it also presents a difficult production industry problem. Each sample contains an image, country code, name in corresponding language, description, target category and source of the label which can be of multiple types, it can be human or rule-based but most of the samples are human-based labels. Read more on [GLAMI-1M home page at GitHub](https://github.com/glami/glami-1m)
glami/glami-1m
[ "license:apache-2.0", "region:us" ]
2023-02-09T12:47:17+00:00
{"license": "apache-2.0"}
2023-02-10T08:11:55+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
!GLAMI-1M Image GLAMI-1M contains 1.1 million fashion items, 968 thousand unique images and 1 million unique texts. It contains 13 languages, mostly European. And 191 fine-grained categories, for example we have 15 shoe types. It contains high quality annotations from professional curators and it also presents a difficult production industry problem. Each sample contains an image, country code, name in corresponding language, description, target category and source of the label which can be of multiple types, it can be human or rule-based but most of the samples are human-based labels. Read more on GLAMI-1M home page at GitHub
[]
[ "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 ]
51dadf57bfdf335e71dee740bdca4c0d3d288df1
# Dataset Card for "Hansard" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Nadav/Hansard
[ "region:us" ]
2023-02-09T13:32:10+00:00
{"dataset_info": {"features": [{"name": "sentence_id", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "decade", "dtype": "string"}, {"name": "speechdate", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 3568239600, "num_examples": 8074848}, {"name": "test", "num_bytes": 398954434, "num_examples": 897205}], "download_size": 1234278574, "dataset_size": 3967194034}}
2023-02-09T13:34:02+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Hansard" More Information needed
[ "# Dataset Card for \"Hansard\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Hansard\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Hansard\"\n\nMore Information needed" ]
[ -0.11275680363178253, 0.22037425637245178, -0.0027268778067082167, 0.02238311804831028, 0.06786578893661499, 0.07089731842279434, 0.10405659675598145, 0.05494105815887451, 0.1196226105093956, -0.020490143448114395, 0.14797888696193695, 0.03240465000271797, 0.07090054452419281, 0.1541064977645874, -0.057442355901002884, -0.09546995162963867, 0.08109213411808014, 0.024543896317481995, -0.07510726153850555, 0.013126562349498272, 0.0475403293967247, -0.07802354544401169, 0.08550411462783813, -0.08772611618041992, -0.21199750900268555, 0.070952408015728, -0.04248609393835068, -0.037790220230817795, 0.06812918186187744, -0.07382049411535263, 0.1396457701921463, 0.02193499356508255, 0.03058343008160591, -0.1223394051194191, 0.01548807229846716, -0.017543762922286987, -0.06393548101186752, 0.06910110265016556, -0.01185268722474575, -0.10947094857692719, -0.0400862917304039, -0.01963922381401062, 0.030811786651611328, -0.019806254655122757, -0.10758569091558456, -0.24235345423221588, -0.11733847111463547, -0.011136733926832676, -0.0064073242247104645, -0.064380943775177, 0.09456969052553177, 0.09353064745664597, -0.09771421551704407, 0.053331438452005386, 0.08868549019098282, -0.08609992265701294, 0.043771639466285706, 0.3142997920513153, 0.024152953177690506, 0.12165582925081253, -0.001896458794362843, 0.1071372851729393, 0.12134258449077606, -0.04822589457035065, -0.030565625056624413, -0.03213939070701599, -0.11272210627794266, 0.12277409434318542, 0.025641780346632004, -0.08841071277856827, 0.4118224084377289, -0.019624456763267517, -0.009534433484077454, 0.02382589690387249, 0.04273427650332451, -0.043937645852565765, 0.03840344399213791, 0.03689027577638626, 0.028545446693897247, -0.015727631747722626, 0.09166828542947769, -0.036186400800943375, -0.09206732362508774, -0.15408891439437866, -0.0869085043668747, 0.13842274248600006, -0.04433782026171684, 0.16770070791244507, -0.18168161809444427, -0.03072069212794304, -0.11414279788732529, -0.024727197363972664, -0.027038132771849632, -0.09501247107982635, -0.025282999500632286, -0.041701942682266235, -0.03795842453837395, -0.02367628924548626, 0.07586415857076645, 0.07582014799118042, 0.14890366792678833, 0.023624524474143982, -0.08483973890542984, 0.10639866441488266, 0.2351064234972, -0.08750494569540024, 0.05393603444099426, 0.03159881755709648, -0.05570527911186218, -0.18048544228076935, -0.02233278751373291, -0.1491888016462326, -0.13948577642440796, 0.0067886165343225, -0.09227541089057922, 0.10712115466594696, -0.046827856451272964, -0.131254181265831, 0.001328429440036416, -0.03497975692152977, 0.18466800451278687, -0.08795091509819031, 0.032174695283174515, 0.010302819311618805, -0.09081759303808212, 0.05339793115854263, -0.11963062733411789, -0.007690158672630787, 0.0794210433959961, 0.10585206747055054, -0.07882416993379593, 0.0003937631845474243, -0.022289592772722244, -0.09532356262207031, 0.09542006254196167, -0.23386839032173157, 0.0748516172170639, -0.08301893621683121, -0.23907470703125, 0.03004910983145237, 0.06069997698068619, -0.06265571713447571, 0.1697167158126831, -0.0009475791011936963, 0.051782235503196716, -0.02426282688975334, -0.06549771875143051, 0.044187530875205994, -0.07426265627145767, 0.026606667786836624, -0.09724333137273788, 0.08280160278081894, -0.1752137988805771, 0.0282916072756052, -0.08145394176244736, 0.002814371371641755, -0.041700877249240875, -0.029178744181990623, -0.1978188455104828, 0.091344453394413, -0.010997983627021313, -0.021997909992933273, 0.009617804549634457, 0.04557850956916809, -0.06345359981060028, 0.075005903840065, -0.24897326529026031, -0.041839707642793655, 0.14774684607982635, -0.17247259616851807, -0.16718874871730804, -0.02299531362950802, -0.05231350287795067, 0.01450665108859539, 0.036772578954696655, 0.3026440143585205, 0.10027895122766495, -0.11422470211982727, 0.022299274802207947, 0.16322965919971466, -0.1527276486158371, -0.31402671337127686, 0.08753232657909393, -0.009755061939358711, -0.14292381703853607, 0.02002617157995701, 0.09330489486455917, -0.015076023526489735, -0.05171499028801918, -0.049674421548843384, 0.028011038899421692, -0.10925017297267914, 0.014994733035564423, 0.01835556887090206, 0.03953174501657486, -0.07059655338525772, 0.17171511054039001, 0.04084302484989166, 0.056135233491659164, -0.015096612274646759, -0.020779117941856384, 0.03448238596320152, 0.0836060643196106, -0.06772025674581528, -0.01086677610874176, -0.11860876530408859, -0.13961952924728394, 0.00696433475241065, -0.05876009911298752, -0.015819063410162926, 0.07813175022602081, 0.10666293650865555, 0.02083779126405716, 0.02769060991704464, 0.08033126592636108, 0.14205864071846008, 0.0835585817694664, 0.01822337880730629, -0.024019405245780945, -0.04111912101507187, -0.1304190754890442, -0.05744499713182449, -0.04073987528681755, -0.024607673287391663, 0.11193288862705231, 0.03319204971194267, 0.050435278564691544, -0.03413352370262146, 0.045258283615112305, -0.010651488788425922, -0.00020935418433509767, -0.05597930774092674, -0.009701506234705448, -0.033022042363882065, -0.06494710594415665, 0.08084350824356079, -0.02495253086090088, 0.1363564431667328, 0.11075342446565628, -0.03411538526415825, 0.02656487002968788, -0.12670855224132538, 0.05026357248425484, -0.014455609023571014, -0.06068343669176102, -0.03420666605234146, -0.16757020354270935, -0.046069659292697906, 0.07375988364219666, -0.04035917669534683, 0.017251795157790184, 0.044759344309568405, -0.02781369909644127, -0.149932399392128, 0.05314719304442406, 0.055561743676662445, -0.18471269309520721, 0.15513405203819275, 0.1607678383588791, 0.1069687232375145, 0.10730496793985367, -0.05277149751782417, -0.07670094817876816, 0.006207149941474199, -0.05793960019946098, -0.03373924642801285, 0.2134459912776947, -0.019948454573750496, -0.045348428189754486, 0.10025103390216827, 0.03276257589459419, 0.058702658861875534, -0.05557769164443016, -0.09957647323608398, 0.036373697221279144, -0.00800672173500061, -0.16676531732082367, 0.00013371524983085692, -0.033399105072021484, 0.06865274906158447, 0.017880011349916458, -0.07873450219631195, 0.13359379768371582, -0.035094939172267914, -0.004460607655346394, 0.0940331369638443, -0.15597188472747803, -0.2065623253583908, -0.07143799215555191, -0.2245437651872635, 0.04633066803216934, 0.05478404834866524, -0.05082802101969719, -0.142597034573555, -0.05859188362956047, -0.0023959893733263016, -0.1722830832004547, -0.19689103960990906, -0.035220030695199966, -0.020408347249031067, 0.00792329479008913, -0.10501229017972946, -0.11665242910385132, 0.014436278492212296, -0.05798869580030441, 0.18065311014652252, 0.14286945760250092, -0.10214636474847794, 0.1296718269586563, 0.06191501021385193, -0.04238859564065933, 0.14241726696491241, -0.04956905171275139, 0.006549420766532421, 0.002926683984696865, -0.06560056656599045, 0.08535357564687729, -0.04702659323811531, 0.0025480000767856836, 0.007104805205017328, 0.08471251279115677, -0.10112587362527847, -0.06497631967067719, -0.08283958584070206, -0.22537851333618164, -0.2502325773239136, -0.12760861217975616, -0.0421026311814785, 0.20781613886356354, 0.1266183853149414, 0.0641380175948143, 0.04536333680152893, 0.046337831765413284, 0.16985395550727844, -0.011213229037821293, -0.07146411389112473, 0.006332188844680786, -0.09688779711723328, -0.02326016128063202, -0.02163788117468357, -0.12228120863437653, 0.035569459199905396, 0.1409456878900528, 0.18565905094146729, 0.18617238104343414, 0.13810479640960693, 0.13033579289913177, -0.020681284368038177, 0.06594261527061462, 0.07012753188610077, 0.1851612627506256, 0.09734341502189636, -0.0276334285736084, 0.00018804293358698487, 0.00045053433859720826, -0.04963652417063713, 0.026664085686206818, 0.08434073626995087, -0.16271118819713593, 0.0074571268633008, -0.16011090576648712, -0.015114896930754185, -0.22747769951820374, 0.08861817419528961, -0.1492011398077011, 0.051049042493104935, 0.048242609947919846, 0.16970039904117584, -0.08420978486537933, 0.09390729665756226, 0.1541731208562851, -0.04314718395471573, 0.06854236871004105, 0.003329398576170206, 0.06305842846632004, -0.04416096583008766, -0.03148150071501732, -0.06428229808807373, -0.09126727283000946, -0.00649997079744935, 0.12410580366849899, -0.12813377380371094, 0.23227447271347046, 0.02394815906882286, -0.08137878030538559, -0.14288590848445892, -0.0476311556994915, -0.017119545489549637, 0.01728866994380951, 0.18363408744335175, 0.04313013330101967, -0.23432528972625732, -0.17529550194740295, -0.11279527097940445, -0.04721027985215187, 0.10409185290336609, -0.020187266170978546, -0.15876182913780212, 0.0736125260591507, 0.005350112449377775, -0.060740891844034195, -0.16380274295806885, 0.010865393094718456, -0.08543018996715546, 0.0029616341926157475, 0.04192191734910011, -0.1224237009882927, 0.039437077939510345, -0.022523216903209686, -0.17624056339263916, 0.16456535458564758, 0.11382471024990082, -0.020509470254182816, -0.12922407686710358, 0.009357270784676075, 0.10579591244459152, 0.0060034547932446, -0.011394781060516834, 0.039829086512327194, 0.03877810388803482, -0.05696336552500725, -0.17996008694171906, 0.07872337847948074, -0.07620494067668915, 0.1523520052433014, -0.09697075188159943, 0.15408268570899963, 0.025326402857899666, 0.051639508455991745, -0.007510042749345303, 0.0403752364218235, -0.04906858131289482, -0.06823898106813431, 0.20589172840118408, -0.11778982728719711, 0.12915916740894318, 0.2672455310821533, 0.11897168308496475, 0.018939068540930748, 0.13689354062080383, 0.00785298552364111, 0.2100265920162201, 0.16580495238304138, -0.06865058094263077, 0.2301657348871231, 0.14422984421253204, -0.03116825595498085, -0.2505573332309723, 0.036827441304922104, -0.23446352779865265, -0.031513966619968414, 0.055806078016757965, -0.19942517578601837, 0.13248373568058014, 0.1574530452489853, -0.03829070180654526, 0.21449659764766693, -0.08396142721176147, -0.0019349477952346206, 0.21337009966373444, 0.03941475972533226, 0.4169316589832306, -0.060842130333185196, -0.09844803065061569, -0.08791526407003403, -0.26471760869026184, 0.2470104992389679, -0.1641809642314911, -0.002677568467333913, 0.008466703817248344, 0.05899691581726074, 0.014331353828310966, -0.0888110026717186, 0.20297247171401978, 0.1156591922044754, 0.10743708163499832, -0.09371276199817657, -0.10230604559183121, 0.09957864135503769, -0.0791868045926094, 0.097943514585495, -0.04561698064208031, 0.025608176365494728, -0.12709160149097443, 0.009667296893894672, 0.03421856090426445, 0.04302358254790306, 0.06377553194761276, -0.09666145592927933, -0.09136006981134415, 0.0036017715465277433, -0.09561395645141602, -0.005727833602577448, 0.2260173261165619, 0.010679068975150585, 0.049549125134944916, 0.019051358103752136, 0.0374828465282917, -0.1236065998673439, 0.05091460421681404, -0.057221997529268265, -0.08520001173019409, 0.09562749415636063, -0.2128399908542633, 0.0303257554769516, 0.13984760642051697, 0.03348410502076149, 0.07409726828336716, 0.051394250243902206, -0.01947171613574028, 0.007906732149422169, 0.08058370649814606, -0.14183849096298218, 0.025452995672822, 0.07675875723361969, -0.09742013365030289, 0.06408057361841202, 0.08213154971599579, 0.006470050662755966, 0.02820015512406826, 0.028240012004971504, -0.03613084927201271, 0.04690254107117653, -0.038444481790065765, 0.03197252377867699, 0.11322309821844101, 0.03560151904821396, -0.19820408523082733, 0.19702205061912537, 0.022036459296941757, -0.06425651907920837, 0.023030031472444534, -0.030373889952898026, -0.06607040017843246, -0.07681851089000702, -0.12546245753765106, 0.24289634823799133, -0.08053410798311234, -0.13477349281311035, 0.042317572981119156, -0.06767672300338745, -0.006690298672765493, 0.07334987074136734, 0.05950106680393219, 0.08473909646272659, -0.010028071701526642, -0.04470187798142433, -0.061337221413850784, -0.06573807448148727, -0.10236731916666031, 0.03391176462173462, -0.06639338284730911, -0.08783163875341415, -0.051690392196178436, 0.17393550276756287, -0.06549791991710663, -0.08368291705846786, -0.04839775711297989, 0.0871598944067955, -0.12801727652549744, 0.003168025752529502, -0.03381286561489105, 0.015638576820492744, 0.01944933459162712, 0.02780330181121826, 0.019328664988279343, -0.015446258708834648, -0.1375722885131836, 0.14822378754615784, 0.07962287217378616, 0.011266539804637432, -0.09139087796211243, -0.05004311725497246, 0.04589615762233734, 0.024525383487343788, 0.11182398349046707, 0.16177357733249664, 0.026985835283994675, 0.09141485393047333, -0.13724079728126526, -0.10180889815092087, 0.08685434609651566, 0.05088967829942703, 0.12701885402202606, 0.040043458342552185, -0.04839292913675308, 0.06852312386035919, -0.1446687877178192, 0.06144052371382713, -0.10338668525218964, -0.036978986114263535, 0.007360122166574001, -0.0959305539727211, -0.1164775863289833, -0.0071119023486971855, -0.04849781095981598, 0.23715674877166748, 0.03309452161192894, -0.03119610622525215, 0.13075140118598938, 0.05830564722418785, 0.02694234438240528, -0.05670659616589546, 0.012552956119179726, -0.1696900874376297, -0.10749437659978867, 0.07997483015060425, 0.025268197059631348, -0.08597133308649063, 0.4623757302761078, -0.015755165368318558, -0.15517359972000122, -0.040343254804611206, 0.07328468561172485, 0.006303257774561644, 0.008471528999507427, 0.29324910044670105, 0.06825672835111618, -0.06350845843553543, -0.0004561353998724371, 0.0863020122051239, 0.013953334651887417, 0.09144218266010284, 0.16153879463672638, -0.0025887354277074337, 0.04770452901721001, -0.009837315417826176, 0.04294887185096741, -0.09404096752405167, 0.01912110485136509, -0.07777143269777298, 0.02947046235203743, 0.0418640673160553, 0.11362741142511368, -0.03868011385202408, -0.007613851223140955, -0.03124343790113926, 0.02866550162434578, -0.05171662196516991, -0.08138903975486755, -0.08942259848117828, -0.11646144092082977, -0.017490306869149208, -0.025607259944081306, 0.029703989624977112, -0.06282609701156616, 0.0176090020686388, 0.20793190598487854, 0.0647236704826355, 0.052082207053899765, 0.018065186217427254, -0.1503760665655136, 0.10761728137731552, 0.02754574827849865, -0.03217539191246033, -0.05560391768813133, -0.026500437408685684, -0.09251250326633453, 0.03868631273508072, -0.054167453199625015, -0.04029591754078865, -0.04282772168517113, 0.1814645230770111, 0.022051453590393066, -0.13430815935134888, -0.09195003658533096, -0.06651178747415543, 0.06594476848840714, -0.06787623465061188, 0.0481756255030632, 0.04902809485793114, 0.07147177308797836, 0.02683570794761181, 0.045369282364845276, 0.031214222311973572, 0.07747715711593628, -0.0037753062788397074, -0.03829418122768402, 0.027298912405967712, 0.07530130445957184, -0.0006642387015745044, -0.058436933904886246, -0.0417679138481617, 0.04986875504255295, 0.29388561844825745, -0.0020038329530507326, -0.020981445908546448, -0.008685014210641384, 0.030681436881422997, 0.06715533137321472, 0.09375257045030594, -0.0033065418247133493, 0.019049178808927536, 0.001449712086468935, -0.03913018852472305, 0.019517960026860237, -0.04498598352074623, -0.034002337604761124, 0.05678677558898926, 0.07258500903844833, -0.09333671629428864, -0.1139315590262413, 0.11544102430343628, -0.1321006715297699, 0.07223492115736008, 0.17359517514705658, -0.11901956796646118, -0.08991441875696182, -0.0031314187217503786, 0.09304430335760117, 0.03144288435578346, -0.002483221935108304, -0.10196682810783386, -0.03540852293372154, -0.05242156609892845, -0.016191506758332253, -0.31779101490974426, -0.21243906021118164, 0.032373957335948944, 0.011387193575501442, 0.15918241441249847, -0.014017101377248764, 0.1367318034172058, 0.003142746165394783, 0.02721194364130497, -0.09537463635206223, 0.006438453681766987, 0.03552085906267166, 0.02607067860662937, -0.07149918377399445, 0.05422027036547661, -0.07202880829572678, -0.026858007535338402, 0.06342954933643341, -0.05210893228650093, -0.1033657118678093, 0.1107601523399353, -0.01308580581098795, 0.020958835259079933, -0.02387111261487007, -0.04180135577917099, 0.12429141253232956, 0.01762320101261139, -0.0013122711097821593, -0.04309239983558655, -0.007899198681116104, 0.04749874398112297, 0.07402995228767395, -0.1487751454114914, -0.08238265663385391, 0.0663503035902977, -0.08925988525152206, 0.11266915500164032, 0.013445538468658924, -0.0449615977704525, 0.06241222098469734, -0.1385851502418518, 0.037000544369220734, 0.013469496741890907, -0.00898631289601326, 0.11214752495288849, 0.07817166298627853, -0.03558380901813507, 0.17347706854343414, 0.07878237217664719, 0.005304486956447363, -0.0164952389895916, -0.1018904373049736 ]
294441fae4c22275c33e3fa368e694b4e71d7e2a
# Dataset Card for "Clemt" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Nadav/Clemt
[ "region:us" ]
2023-02-09T13:56:46+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "file", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 180028095, "num_examples": 300}, {"name": "test", "num_bytes": 18814514, "num_examples": 33}], "download_size": 117182541, "dataset_size": 198842609}}
2023-02-09T13:57:06+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Clemt" More Information needed
[ "# Dataset Card for \"Clemt\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Clemt\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Clemt\"\n\nMore Information needed" ]
[ -0.10437426716089249, 0.05512556806206703, -0.0018867894541472197, 0.022225042805075645, 0.05243441462516785, 0.08829730749130249, -0.00422312505543232, 0.05593143403530121, 0.20567120611667633, 0.009800860658288002, 0.11255098134279251, 0.005877165589481592, -0.004376871511340141, 0.15353265404701233, -0.054722391068935394, -0.04976877570152283, 0.07159119099378586, 0.031106241047382355, 0.022162629291415215, 0.023060141131281853, 0.011866841465234756, -0.07975365966558456, 0.1253817230463028, -0.11268004029989243, -0.15900647640228271, 0.042848747223615646, -0.03260478749871254, -0.03403707593679428, 0.0916651114821434, -0.06628257036209106, 0.12015672028064728, 0.03186197206377983, 0.04749297723174095, -0.1408369094133377, 0.013076218776404858, -0.008480260148644447, -0.07939574122428894, 0.03588207811117172, -0.05669008195400238, -0.05485650151968002, -0.09938915073871613, -0.043755240738391876, 0.06264554709196091, -0.03283710032701492, -0.09355325251817703, -0.06163809075951576, -0.10373514890670776, -0.1626713126897812, 0.025852639228105545, -0.02815737947821617, 0.10172727704048157, 0.16357438266277313, -0.21565009653568268, 0.03072747215628624, 0.06185080111026764, -0.13044700026512146, 0.06051615998148918, 0.1990029364824295, 0.057854995131492615, 0.11626158654689789, -0.019791319966316223, 0.07119657844305038, 0.11066805571317673, -0.04841350391507149, -0.02419920079410076, -0.02561231516301632, -0.11358917504549026, 0.10587957501411438, -0.04186512902379036, -0.07479312270879745, 0.3227565288543701, -0.0556621327996254, 0.03797633573412895, 0.06427208334207535, -0.013352354988455772, -0.11417998373508453, 0.04384770616889, 0.09048487991094589, 0.014643652364611626, 0.02748788520693779, 0.013242590241134167, -0.04133491963148117, -0.09212113171815872, -0.1174137145280838, -0.18098244071006775, -0.021607041358947754, -0.02890811301767826, 0.13939593732357025, -0.14225447177886963, -0.0018651796272024512, -0.17439337074756622, -0.003623920725658536, -0.07788104563951492, -0.0571456179022789, -0.047217968851327896, -0.07794179767370224, -0.02072981186211109, 0.09148915112018585, 0.11616778373718262, 0.07776021212339401, 0.15904611349105835, 0.08180256187915802, -0.08898793160915375, 0.12082116305828094, 0.1659919172525406, -0.09538812190294266, 0.02627580054104328, 0.058652132749557495, -0.006086437497287989, -0.16926512122154236, -0.008035442791879177, -0.10506229847669601, -0.13205204904079437, 0.01902468502521515, -0.04167045280337334, 0.1570090800523758, -0.09110722690820694, -0.09588084369897842, -0.011962022632360458, 0.006559544708579779, 0.10808113217353821, -0.11545449495315552, 0.03301277011632919, 0.008232534863054752, -0.06340198963880539, -0.09138314425945282, -0.04862422123551369, -0.02335316687822342, 0.0770709291100502, 0.06423062831163406, -0.12629473209381104, -0.005203915294259787, -0.05804947018623352, -0.04151105508208275, 0.11305539309978485, -0.21109560132026672, 0.046308040618896484, -0.10237336158752441, -0.2477424293756485, 0.043847668915987015, -0.0008741120109334588, -0.03983277454972267, 0.14590506255626678, -0.021143153309822083, 0.07370328158140182, -0.004163960460573435, -0.06549125909805298, -0.018348850309848785, -0.09526247531175613, 0.012452399358153343, -0.060138918459415436, 0.07068241387605667, -0.27834826707839966, 0.023692285642027855, -0.09650836884975433, 0.042954493314027786, -0.12257546931505203, 0.006283720023930073, -0.1165890172123909, 0.08358944207429886, -0.0555596761405468, -0.02869030460715294, -0.09587989002466202, 0.006712273228913546, -0.011587288230657578, 0.031646911054849625, -0.2934778928756714, 0.004672886338084936, 0.10145700722932816, -0.14147283136844635, -0.18028868734836578, -0.022763241082429886, -0.06889443844556808, 0.028780769556760788, 0.009179257787764072, 0.335031121969223, 0.09000494331121445, -0.10612541437149048, 0.018031900748610497, 0.10255392640829086, -0.1294638216495514, -0.2593749165534973, 0.0175901148468256, -0.05093572288751602, -0.17182232439517975, 0.0137260677292943, 0.03408760949969292, -0.03039955534040928, -0.05888361111283302, -0.04253170266747475, -0.004486325662583113, -0.09655987471342087, 0.030388513579964638, -0.024193180724978447, -0.011927610263228416, -0.0371684692800045, 0.22515197098255157, 0.16204790771007538, 0.06470935046672821, 0.0054554687812924385, -0.019894734025001526, -0.03373941406607628, 0.09865724295377731, -0.11438332498073578, -0.04178052395582199, -0.15724748373031616, -0.20197878777980804, 0.05343297868967056, -0.035968683660030365, 0.07582239806652069, 0.01888587325811386, 0.09786587208509445, 0.007801842410117388, 0.03853022679686546, 0.0906643271446228, 0.1299954503774643, 0.08609654754400253, 0.010642996057868004, 0.01746762916445732, 0.017534300684928894, -0.08645552396774292, 0.007083086762577295, -0.06562179327011108, -0.046543363481760025, 0.22076043486595154, 0.06364589929580688, 0.010154384188354015, -0.022716835141181946, 0.0021511856466531754, -0.005048124585300684, 0.017859838902950287, -0.04205029457807541, 0.00812824908643961, -0.020686611533164978, -0.0699794813990593, 0.053648363798856735, -0.10645610094070435, 0.21292491257190704, 0.14056605100631714, 0.022468721494078636, 0.031629789620637894, -0.16603723168373108, 0.03919091075658798, -0.036232057958841324, -0.06597062945365906, -0.03146430850028992, 0.05967291444540024, -0.02421555481851101, 0.07870908081531525, -0.06916355341672897, -0.029481519013643265, 0.03129884973168373, 0.02080027386546135, -0.1149417906999588, 0.027653414756059647, 0.24025031924247742, -0.18655677139759064, 0.10675202310085297, 0.18619085848331451, 0.12433696538209915, 0.13157148659229279, -0.042874716222286224, -0.05291791632771492, -0.025065509602427483, -0.019062582403421402, -0.05249006673693657, 0.19919569790363312, -0.010694126598536968, 0.0028016192372888327, 0.05746358260512352, 0.004489712882786989, 0.10483717173337936, -0.09129567444324493, -0.07250362634658813, 0.005472883582115173, -0.012242731638252735, -0.11913056671619415, 0.009016324765980244, 0.00602740840986371, 0.07058646529912949, 0.017810121178627014, -0.03331662341952324, 0.10772692412137985, 0.0048993416130542755, -0.01989334262907505, 0.11608662456274033, -0.24895991384983063, -0.24378566443920135, -0.035572804510593414, -0.03717481717467308, 0.05715830251574516, 0.010019431822001934, -0.06663962453603745, -0.11720800399780273, -0.037626951932907104, -0.00022448923846241087, -0.1537749022245407, -0.1675805002450943, -0.01649896800518036, -0.006576355546712875, 0.022442663088440895, -0.10186286270618439, -0.12743310630321503, 0.005992963444441557, -0.020689859986305237, 0.07815957814455032, 0.12357249110937119, -0.0662715956568718, 0.12575508654117584, 0.10325953364372253, -0.0577186718583107, 0.0939805805683136, -0.06108386442065239, 0.018635153770446777, -0.019763058051466942, -0.04364892840385437, -0.012084179557859898, -0.06480403244495392, -0.002947060391306877, 0.09491278976202011, 0.04369403421878815, -0.16826894879341125, -0.007154828868806362, -0.06637873500585556, -0.2085646688938141, -0.19948710501194, -0.2091349959373474, -0.09030082076787949, 0.09524273127317429, 0.09359947592020035, 0.10665376484394073, 0.0513477548956871, 0.001057744724676013, 0.1439133584499359, -0.03002101741731167, -0.07092925906181335, -0.026614028960466385, 0.049657195806503296, -0.056427955627441406, -0.06186307594180107, -0.11351243406534195, -0.020039027556777, 0.15419341623783112, 0.16005834937095642, 0.24459849298000336, 0.11722345650196075, 0.18497097492218018, 0.000925696745980531, 0.10271267592906952, 0.10401574522256851, 0.1395168900489807, 0.07262201607227325, 0.01127934455871582, 0.011074722744524479, -0.003048438113182783, -0.04367802292108536, -0.01973603665828705, 0.16932202875614166, -0.17572690546512604, 0.0011898339726030827, -0.13362941145896912, 0.053843554109334946, -0.24401770532131195, 0.03811125084757805, -0.201171875, 0.12704794108867645, 0.02749284729361534, 0.1499032825231552, -0.09690931439399719, 0.09123343229293823, 0.13534308969974518, -0.029372166842222214, 0.05949017405509949, 0.0715910866856575, 0.07222872972488403, -0.1404164582490921, -0.04005223140120506, -0.04298493266105652, -0.06760866194963455, 0.0020212207455188036, 0.08671730756759644, -0.134401336312294, 0.16678737103939056, 0.05030707269906998, -0.09240098297595978, -0.11289899051189423, -0.0979464128613472, -0.0707281157374382, 0.009395774453878403, 0.11831758171319962, 0.05699053034186363, -0.2803952395915985, -0.1552215963602066, -0.13444174826145172, -0.020621536299586296, 0.12670648097991943, -0.026667838916182518, -0.13408613204956055, 0.04520697146654129, -0.020664166659116745, -0.04749315604567528, -0.25635021924972534, -0.07073494791984558, -0.10228509455919266, 0.0002684956125449389, 0.10334145277738571, -0.150921031832695, 0.008643286302685738, -0.00018028460908681154, -0.007099130656570196, 0.16691038012504578, 0.02741372026503086, 0.000621963117737323, -0.1340329945087433, -0.09548158198595047, 0.17842455208301544, 0.011625700630247593, 0.076487697660923, 0.07175896316766739, 0.03756881132721901, -0.040012285113334656, -0.1901596337556839, 0.09646745026111603, -0.025552785024046898, 0.1445942372083664, -0.09482152760028839, 0.14876295626163483, -0.022764073684811592, 0.0558483749628067, 0.024410532787442207, 0.045859646052122116, 0.027384022250771523, -0.07759241759777069, 0.03681150823831558, 0.030877886340022087, 0.038668036460876465, 0.21774663031101227, -0.01673906482756138, 0.07199770212173462, 0.14030656218528748, -0.013934049755334854, 0.2718263864517212, 0.11681685596704483, -0.08175181597471237, 0.2024361789226532, 0.14514701068401337, -0.0685766264796257, -0.27508631348609924, 0.052537284791469574, -0.19713236391544342, -0.04127202928066254, -0.06045541912317276, -0.1774088442325592, 0.09009050577878952, 0.14968492090702057, -0.010478388518095016, 0.2658578157424927, -0.13610334694385529, -0.04876422882080078, 0.1711197942495346, -0.01689731515944004, 0.38788339495658875, -0.037919651716947556, -0.11048518866300583, -0.09258288890123367, -0.08364267647266388, 0.2395581305027008, -0.14499130845069885, -0.009196986444294453, 0.02858782932162285, 0.023590989410877228, -0.0035821690689772367, -0.07111853361129761, 0.1788475662469864, 0.15216763317584991, 0.0825546532869339, -0.08830390125513077, -0.10472776740789413, 0.04113039746880531, -0.06243700534105301, 0.1268787533044815, 0.046542417258024216, 0.015961389988660812, -0.11954119056463242, 0.031898383051157, 0.04414261505007744, 0.07238335907459259, 0.07641077041625977, -0.04337521269917488, -0.1097615510225296, -0.024326451122760773, -0.12472067773342133, -0.017026904970407486, 0.05536973848938942, 0.021406129002571106, -0.046808574348688126, 0.07251184433698654, 0.07898804545402527, -0.10223380476236343, 0.02765306457877159, 0.011278805322945118, -0.0889391079545021, 0.07689984142780304, -0.11951810121536255, 0.04403037577867508, 0.18698665499687195, 0.029215890914201736, 0.049429751932621, 0.05432170256972313, -0.03457942232489586, -0.00426973681896925, 0.14422623813152313, -0.1640140265226364, 0.07229194790124893, 0.07974117994308472, -0.023425614461302757, 0.08344794064760208, 0.008077527396380901, 0.04025666043162346, 0.01831757463514805, 0.006107226479798555, -0.024211209267377853, 0.058617085218429565, -0.021052474156022072, 0.10611289739608765, 0.10247402638196945, 0.008518201299011707, -0.1994013786315918, 0.21640272438526154, 0.04775414243340492, -0.1678786426782608, 0.014280220493674278, 0.023337747901678085, -0.12350057810544968, -0.09867781400680542, -0.02834959700703621, 0.23263168334960938, -0.08027105778455734, -0.10507792234420776, 0.07217749208211899, -0.07503293454647064, 0.02104911580681801, 0.3045038878917694, 0.04000767320394516, 0.13841032981872559, 0.051332537084817886, -0.025016479194164276, -0.025351228192448616, -0.05047859996557236, -0.07278579473495483, 0.05206649377942085, -0.04509449005126953, -0.14648973941802979, -0.038843147456645966, 0.15326641499996185, -0.06406323611736298, -0.06265357881784439, -0.10294981300830841, 0.04417887330055237, -0.021150989457964897, 0.05659280717372894, 0.08917304873466492, 0.011103666387498379, 0.06163685768842697, 0.024799073114991188, -0.03713419288396835, -0.033895786851644516, -0.11113809794187546, 0.1158461794257164, 0.023912839591503143, 0.02937871403992176, -0.06949952989816666, -0.056057557463645935, 0.11360496282577515, 0.03198262304067612, 0.09111295640468597, 0.12509649991989136, 0.024737227708101273, 0.1135561466217041, -0.039095815271139145, -0.1489330381155014, 0.13225768506526947, 0.09127633273601532, 0.11590424925088882, 0.07834445685148239, -0.0210331492125988, 0.08423905819654465, -0.03107445314526558, 0.0499136820435524, -0.04049685224890709, -0.0639888197183609, -0.07441107928752899, -0.13178209960460663, -0.11623301357030869, 0.03183724358677864, -0.10570032894611359, 0.21273082494735718, 0.07243629544973373, -0.06659165024757385, 0.08306827396154404, 0.02546887844800949, 0.0160311721265316, -0.049586232751607895, -0.025221440941095352, -0.15446488559246063, -0.004211821127682924, 0.07525433599948883, 0.05853841453790665, -0.05968335270881653, 0.4465351402759552, -0.039137762039899826, -0.1257355809211731, -0.041746679693460464, 0.20431829988956451, -0.13088516891002655, 0.04665139317512512, 0.3050961196422577, 0.08194434642791748, -0.052611324936151505, -0.08508089929819107, 0.07200121879577637, 0.0010083012748509645, -0.056363750249147415, 0.06867974996566772, -0.018858183175325394, 0.0723481997847557, -0.034846797585487366, 0.11245337873697281, -0.09839756786823273, 0.10924080014228821, 0.02151492051780224, 0.006594292353838682, 0.03327895328402519, 0.08290879428386688, 0.02749827690422535, -0.0110116396099329, -0.04268724098801613, 0.017586754634976387, -0.038117121905088425, -0.09344062954187393, -0.08650211244821548, -0.03255405277013779, -0.04160047695040703, -0.054972488433122635, 0.013849208131432533, -0.07582785934209824, -0.05006052181124687, 0.16597320139408112, 0.06770386546850204, 0.07753115147352219, 0.13286274671554565, -0.17522309720516205, 0.05583886057138443, -0.006649673450738192, 0.0015164004871621728, -0.04555356130003929, -0.015543523244559765, -0.09198237210512161, 0.0331348180770874, -0.048537056893110275, -0.04662153124809265, 0.008507480844855309, 0.15140984952449799, 0.052555445581674576, -0.0918300449848175, -0.02906484715640545, -0.07511144876480103, 0.03714550659060478, -0.12993770837783813, 0.02425588294863701, 0.03493155166506767, -0.01663791947066784, 0.03834334388375282, 0.04033242538571358, 0.014070695266127586, 0.06350873410701752, 0.017150510102510452, 0.03613073378801346, 0.03442525491118431, 0.0996987521648407, -0.004457233473658562, -0.018946658819913864, -0.031098205596208572, 0.13298003375530243, 0.25652363896369934, -0.04895709827542305, 0.008053450845181942, -0.025230392813682556, 0.04678820073604584, 0.06633105129003525, 0.1372305005788803, 0.013184978626668453, 0.0833493173122406, 0.00015359542157966644, -0.09454992413520813, -0.011466671712696552, -0.015859367325901985, -0.06600038707256317, -0.03334997966885567, 0.03270319104194641, -0.04306700825691223, -0.12012552469968796, 0.10416263341903687, -0.13501574099063873, 0.08822070807218552, 0.06340308487415314, -0.14152051508426666, -0.07123985141515732, -0.0025227072183042765, 0.1271829754114151, -0.023151550441980362, -0.0326961912214756, -0.09699901193380356, -0.030738167464733124, -0.06800609827041626, 0.004950755275785923, -0.41557925939559937, -0.15231812000274658, 0.008299547247588634, 0.08161457628011703, 0.16174402832984924, -0.022450415417551994, 0.15659241378307343, -0.0016039751935750246, 0.028896430507302284, -0.07035435736179352, 0.06072903797030449, 0.03391510993242264, 0.027286721393465996, -0.05027667433023453, 0.03140788897871971, -0.09672016650438309, -0.01903870329260826, 0.07432767748832703, -0.07216533273458481, -0.030498268082737923, 0.06579963862895966, 0.034740060567855835, -0.009970170445740223, 0.005223625339567661, -0.06537528336048126, 0.13638973236083984, -0.03801484778523445, 0.009097369387745857, -0.00235507870092988, -0.006474798079580069, 0.014601304195821285, -0.00884518213570118, -0.12578102946281433, -0.05168602615594864, 0.051414843648672104, -0.08621401339769363, -0.039240170270204544, -0.011569559574127197, -0.08489257097244263, -0.0015997614245861769, -0.10525917261838913, 0.03477504849433899, -0.043419741094112396, 0.06815478205680847, 0.12731485068798065, 0.049808718264102936, -0.04722971096634865, 0.04385766386985779, 0.06682324409484863, -0.03770885616540909, -0.04522349685430527, -0.094317227602005 ]
e062bf9ffba7bb193cdba2802c557fe8090401d6
# Dataset Card for "testimdb1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
abhishek/testimdb1
[ "region:us" ]
2023-02-09T14:09:03+00:00
{"dataset_info": {"features": [{"name": "review", "dtype": "string"}, {"name": "sentiment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 66283508, "num_examples": 50000}], "download_size": 42961480, "dataset_size": 66283508}}
2023-02-09T14:09:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for "testimdb1" More Information needed
[ "# Dataset Card for \"testimdb1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"testimdb1\"\n\nMore Information needed" ]
[ 6, 14 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"testimdb1\"\n\nMore Information needed" ]
[ -0.1740535944700241, 0.09554599970579147, -0.003327529178932309, 0.005683197174221277, 0.02781732939183712, 0.12426815181970596, 0.19505047798156738, 0.12335994839668274, 0.2388077974319458, -0.02724333666265011, 0.17154985666275024, -0.02347686141729355, 0.016748996451497078, 0.21920502185821533, -0.07837200909852982, 0.05746345594525337, 0.04922903701663017, 0.03548470139503479, -0.015474452637135983, 0.09958279132843018, 0.02397211082279682, -0.045513760298490524, 0.05187179520726204, -0.08717169612646103, -0.2244497537612915, 0.07150235027074814, 0.0025425616186112165, -0.044571101665496826, 0.07247014343738556, -0.09741129726171494, 0.17426730692386627, 0.039051126688718796, 0.008641555905342102, -0.1633279174566269, 0.008603985421359539, -0.047831688076257706, -0.01503611821681261, 0.03058564104139805, -0.002818423556163907, -0.06920460611581802, -0.09809917211532593, 0.1283411979675293, 0.031201196834445, -0.009474390186369419, -0.14577056467533112, -0.206141397356987, -0.12140297889709473, -0.01990695111453533, -0.0369718000292778, 0.03047911264002323, 0.06484993547201157, 0.19571001827716827, -0.14594940841197968, 0.03261170908808708, 0.10158747434616089, 0.0012510642409324646, 0.08836301416158676, 0.20507121086120605, -0.0038492020685225725, 0.09308641403913498, -0.004220632370561361, 0.03656984493136406, 0.11511963605880737, -0.0016354136168956757, -0.1639365404844284, -0.05457201972603798, -0.04825424775481224, 0.10168591141700745, -0.008380203507840633, -0.13957487046718597, 0.3295000493526459, -0.03686491400003433, -0.05391097068786621, 0.025943942368030548, 0.017438439652323723, -0.10850685089826584, 0.056048210710287094, 0.01373240351676941, 0.0049059330485761166, 0.006879165768623352, 0.03478778898715973, 0.015138612128794193, -0.10496773570775986, -0.18387983739376068, -0.14068521559238434, 0.05424633249640465, -0.06157323718070984, 0.15947376191616058, -0.20087189972400665, -0.021153198555111885, -0.05145912989974022, -0.04910780489444733, -0.0848163366317749, -0.11898743361234665, -0.0007834797725081444, -0.03494987636804581, -0.04687860980629921, -0.03226832300424576, 0.1680033653974533, 0.15067310631275177, 0.009928997606039047, 0.08547288179397583, -0.11927091330289841, 0.061131685972213745, 0.16167031228542328, 0.006136742886155844, 0.11488113552331924, 0.06114428862929344, -0.038271043449640274, -0.0893036350607872, -0.07105208933353424, -0.05606684461236, -0.09488783031702042, -0.024680698290467262, 0.06397902220487595, 0.12247875332832336, -0.05931173637509346, -0.12366294115781784, -0.0866389200091362, -0.034117523580789566, 0.13578684628009796, -0.08537807315587997, 0.008041166700422764, 0.06599322706460953, -0.053485941141843796, -0.09046880155801773, -0.0461377389729023, -0.0819053053855896, 0.10122886300086975, -0.006995812524110079, -0.05630210041999817, -0.014378339983522892, -0.031714968383312225, -0.022507937625050545, 0.09832099825143814, -0.17495028674602509, 0.09174660593271255, -0.1156802698969841, -0.2815813720226288, 0.008790479972958565, 0.030336469411849976, -0.03226678445935249, 0.21995456516742706, 0.02213124930858612, 0.06170433759689331, -0.0177548099309206, -0.06101248785853386, 0.05131334066390991, -0.05236615613102913, 0.07287819683551788, 0.06635104864835739, 0.02378424070775509, -0.189036563038826, 0.030261056497693062, -0.14581501483917236, 0.018294217064976692, -0.05330703780055046, -0.0006863915477879345, -0.17861521244049072, 0.028885329142212868, -0.050232093781232834, 0.004630824085325003, -0.10855656862258911, 0.02837604284286499, 0.03732255473732948, 0.13692431151866913, -0.206501767039299, -0.03553635999560356, 0.14318937063217163, -0.16156184673309326, -0.22901003062725067, -0.02735043503344059, -0.04210200533270836, 0.09867607802152634, 0.0210553091019392, 0.3695603311061859, 0.07738351076841354, -0.15904055535793304, 0.03231879323720932, 0.12341159582138062, -0.12981432676315308, -0.2575107514858246, 0.1053873673081398, -0.06339552998542786, -0.14887399971485138, 0.03733236715197563, 0.1496264785528183, -0.0026578998658806086, -0.048708539456129074, -0.03616906702518463, -0.024893807247281075, -0.10163739323616028, 0.07537206262350082, 0.043868113309144974, 0.024091631174087524, -0.06317339092493057, 0.1300627440214157, 0.05362999439239502, 0.07270932197570801, 0.030597826465964317, -0.061552856117486954, -0.05817228555679321, 0.16549652814865112, -0.19738036394119263, -0.043145742267370224, -0.17417661845684052, -0.08216952532529831, 0.019368214532732964, 0.03453771770000458, 0.015196225605905056, 0.06684564799070358, 0.11522681266069412, -0.09987805038690567, 0.02351347543299198, 0.02447008527815342, 0.07864511013031006, 0.03822767734527588, -0.003302576718851924, 0.02294778637588024, 0.00003666741031338461, -0.13306856155395508, 0.00027979910373687744, -0.07453156262636185, -0.05560334399342537, 0.04893600940704346, -0.02580205351114273, 0.032284677028656006, -0.05504418537020683, 0.07001293450593948, -0.030176101252436638, -0.0004080957733094692, -0.07309385389089584, -0.014676611870527267, -0.02348949946463108, -0.02758158929646015, -0.005944287870079279, 0.0508757121860981, 0.16125798225402832, 0.1169135570526123, 0.05736226961016655, -0.01482054591178894, -0.08340340107679367, 0.010097093880176544, 0.01172578800469637, -0.06937641650438309, 0.02382121980190277, -0.06187376007437706, -0.021131567656993866, 0.03449080511927605, -0.0921395793557167, 0.03175364062190056, 0.050790321081876755, -0.0373389832675457, -0.10544947534799576, 0.053827133029699326, 0.0782129243016243, -0.2264595776796341, 0.13710395991802216, 0.1934555172920227, 0.13280142843723297, 0.10951492935419083, -0.11765781790018082, -0.12367192655801773, -0.0048576113767921925, 0.004051819909363985, -0.06077076122164726, 0.2503240406513214, -0.10616890341043472, 0.09020934253931046, 0.1003083810210228, 0.07046734541654587, 0.08777431398630142, -0.0773308202624321, -0.10476171970367432, -0.002860716776922345, -0.04038592800498009, -0.21418918669223785, 0.02754170261323452, 0.02849160134792328, 0.05007823929190636, 0.00028516785823740065, -0.015337924472987652, 0.1289685219526291, 0.002493868349120021, -0.09448962658643723, 0.1359749585390091, -0.15557730197906494, -0.2598746120929718, -0.03882265463471413, -0.060186613351106644, 0.07326623052358627, 0.022240614518523216, -0.02589486539363861, -0.14068005979061127, 0.008682480081915855, -0.00541386054828763, -0.05573393031954765, -0.13815347850322723, -0.027054889127612114, 0.03244955465197563, 0.03369605541229248, -0.04060305282473564, -0.1065668836236, -0.01833031140267849, -0.01359688863158226, 0.16016295552253723, 0.16803361475467682, -0.16939453780651093, 0.07979091256856918, 0.06835392117500305, -0.039304085075855255, 0.10888821631669998, -0.024924255907535553, 0.15475036203861237, -0.04536402225494385, -0.060488197952508926, 0.09347731620073318, -0.037787992507219315, -0.04288659989833832, 0.04608512297272682, -0.008787247352302074, -0.15068896114826202, -0.02195526845753193, -0.0894213616847992, -0.16020651161670685, -0.2774151861667633, -0.08285033702850342, -0.012271801941096783, 0.10573866218328476, 0.06539073586463928, 0.05703176185488701, 0.005278186406940222, 0.10038760304450989, 0.17980845272541046, -0.07873997092247009, -0.1243194118142128, -0.03983300179243088, -0.07256337255239487, -0.009279887191951275, -0.03643368184566498, -0.15944288671016693, 0.01516773458570242, 0.14182472229003906, 0.15790709853172302, 0.23198302090168, 0.11478918790817261, 0.08493807166814804, 0.026415064930915833, 0.08555483818054199, 0.10474107414484024, 0.15747861564159393, 0.08489412069320679, -0.045727770775556564, 0.012060808949172497, 0.008212754502892494, -0.11037010699510574, -0.02377443201839924, 0.07474420219659805, -0.11758118867874146, -0.00568745844066143, -0.1848398596048355, -0.01458064466714859, -0.23268921673297882, 0.14731533825397491, -0.1952430158853531, 0.04097391292452812, -0.01204227190464735, 0.08946041017770767, -0.13422797620296478, 0.053426533937454224, 0.03968637064099312, -0.09739100933074951, 0.05148746445775032, 0.021313780918717384, 0.08043207973241806, 0.010165398009121418, -0.03163343295454979, -0.10880455374717712, -0.19212691485881805, -0.03350242227315903, 0.13120795786380768, -0.29155847430229187, 0.2029622346162796, 0.03473004698753357, -0.04279758036136627, -0.1436668038368225, -0.06780445575714111, -0.04539771005511284, 0.012355444021522999, 0.12109556049108505, 0.010717934928834438, -0.130801722407341, -0.18360398709774017, -0.02386830933392048, -0.002667665481567383, 0.10298708081245422, 0.11165497452020645, -0.07661321014165878, 0.03652739152312279, 0.05957336351275444, -0.05220004543662071, -0.13635341823101044, -0.10878348350524902, -0.006089056376367807, 0.001126278773881495, 0.02140806056559086, -0.10760509967803955, 0.000529496290255338, 0.04216352105140686, -0.017081191763281822, 0.057134583592414856, 0.08260761201381683, -0.029058417305350304, -0.13799850642681122, 0.04019313305616379, 0.18226738274097443, -0.009226825088262558, -0.03642191365361214, 0.0058588385581970215, -0.0346490852534771, -0.04950961470603943, -0.19566263258457184, 0.05468757078051567, -0.0719544067978859, 0.053447823971509933, -0.10320118814706802, 0.0779385045170784, -0.02534051425755024, 0.049762338399887085, 0.026362037286162376, 0.010884873569011688, -0.026144208386540413, -0.0360238254070282, 0.14948652684688568, -0.17200548946857452, 0.01636786013841629, 0.19040556252002716, 0.06423825770616531, 0.08236943185329437, 0.08358118683099747, -0.03234613314270973, 0.17986266314983368, 0.18962247669696808, -0.0188832376152277, 0.1868026703596115, 0.08255930989980698, -0.05951773002743721, -0.22230269014835358, 0.10081124305725098, -0.09728843718767166, -0.006219623610377312, 0.02757210098206997, -0.1917000263929367, 0.08869192004203796, 0.12699280679225922, -0.06644659489393234, 0.3423541486263275, -0.13541735708713531, -0.015142521820962429, 0.1988813430070877, 0.04174055531620979, 0.33550968766212463, -0.1383262425661087, -0.10118398815393448, -0.08374755829572678, -0.13074848055839539, 0.10955803841352463, -0.04490676894783974, 0.030346078798174858, -0.04938320443034172, 0.07147005945444107, 0.02039503864943981, -0.09470858424901962, 0.1696690171957016, 0.05235600844025612, 0.13262711465358734, -0.05149000510573387, -0.025556795299053192, 0.16031141579151154, -0.03352463245391846, 0.13889861106872559, 0.029331153258681297, 0.07349430024623871, -0.20548729598522186, -0.011165737174451351, 0.02084202878177166, 0.03103168122470379, 0.0357147753238678, -0.07509069889783859, -0.06465410441160202, -0.009880251251161098, -0.16717100143432617, -0.061019767075777054, 0.12719352543354034, -0.027415968477725983, 0.006525680422782898, 0.09867674857378006, 0.02362550050020218, -0.07253354042768478, 0.05518319830298424, -0.010643458925187588, -0.09298854321241379, 0.039018962532281876, -0.19545340538024902, 0.03592412546277046, 0.11841098219156265, 0.02362704835832119, 0.07912996411323547, 0.04346044361591339, -0.07421714812517166, 0.016757667064666748, 0.12673471868038177, -0.06538307666778564, 0.0367124006152153, 0.06284773349761963, -0.08888953179121017, -0.016653114929795265, 0.05890391767024994, 0.03657456114888191, 0.06748019903898239, 0.0028527455870062113, -0.07463925331830978, 0.02835860848426819, -0.10595930367708206, 0.1443229466676712, 0.14020399749279022, 0.04533393681049347, -0.17217285931110382, 0.1820552945137024, -0.01277270819991827, -0.04299991950392723, 0.05279781296849251, -0.05064361169934273, -0.06403403729200363, -0.08876058459281921, 0.03886888176202774, 0.3640446364879608, -0.05123302340507507, -0.10614912956953049, -0.04589452967047691, -0.02672954462468624, 0.049243222922086716, 0.2320612668991089, 0.08593124896287918, 0.09623682498931885, 0.07738231867551804, -0.07530029863119125, -0.043986182659864426, -0.026147974655032158, -0.0840437188744545, 0.047057922929525375, -0.055220186710357666, -0.1773282289505005, -0.06514355540275574, 0.15119874477386475, -0.09095338732004166, -0.07137327641248703, -0.12330732494592667, 0.11654871702194214, -0.2685030400753021, 0.07253313809633255, 0.035889413207769394, -0.009985644370317459, 0.055336568504571915, -0.001574031077325344, 0.0036123867612332106, -0.0400044210255146, -0.12915097177028656, 0.13166500627994537, 0.05231113359332085, -0.007762098219245672, -0.10542372614145279, -0.018865391612052917, 0.08350241929292679, 0.022807808592915535, 0.10930339246988297, 0.16585877537727356, 0.009391813538968563, 0.0927804633975029, -0.08249756693840027, -0.06618430465459824, 0.07992035150527954, 0.06989096850156784, 0.048221442848443985, -0.016239944845438004, 0.01636628620326519, 0.113973468542099, -0.04373837634921074, 0.11762497574090958, 0.019329417496919632, -0.05972309038043022, -0.04362154006958008, -0.14051716029644012, -0.11272283643484116, -0.012991003692150116, -0.023785293102264404, 0.15971772372722626, 0.07107234001159668, 0.02036154270172119, 0.06316089630126953, 0.03136006370186806, -0.0407329685986042, -0.07422788441181183, -0.009809981100261211, -0.06664814054965973, -0.05548497661948204, 0.061648089438676834, 0.0383262038230896, -0.05346165597438812, 0.4462609589099884, -0.05326055362820625, -0.11910122632980347, -0.04849759861826897, 0.07086450606584549, 0.04544483497738838, -0.015165057964622974, 0.3238019049167633, 0.06337630748748779, -0.06758809089660645, -0.04548574984073639, 0.05873037874698639, -0.01851283572614193, 0.06941625475883484, 0.086600162088871, 0.2007220983505249, -0.06502264738082886, 0.00735543854534626, -0.004917313810437918, -0.035569775849580765, 0.17161233723163605, -0.06635826826095581, 0.006241990253329277, -0.024111419916152954, 0.10624688863754272, 0.0863056480884552, -0.010277309454977512, -0.03954734280705452, 0.02577214129269123, -0.08013779670000076, -0.06982740014791489, -0.09938762336969376, -0.046430498361587524, -0.059178877621889114, -0.1043328046798706, 0.08325500041246414, -0.0423688106238842, -0.009379192255437374, 0.23154699802398682, 0.07650893181562424, -0.013879228383302689, 0.07275169342756271, -0.011559762991964817, 0.05768227577209473, 0.013152141124010086, -0.03277605026960373, -0.07961461693048477, 0.01673593372106552, -0.019822288304567337, 0.10513216257095337, -0.051871735602617264, 0.008463308215141296, -0.0052331252954900265, 0.024411669000983238, -0.01520001981407404, -0.1323256939649582, -0.08686545491218567, -0.061467189341783524, 0.07934974879026413, -0.10548757761716843, 0.09529560804367065, 0.01250795554369688, 0.0945553407073021, 0.033662304282188416, 0.0940893217921257, 0.04825761914253235, -0.06877949088811874, -0.043758466839790344, 0.0514843575656414, -0.06349196285009384, 0.08019223064184189, -0.041798729449510574, -0.05883932113647461, -0.0049932957626879215, 0.1676623821258545, 0.2163034826517105, -0.0621560700237751, -0.032190170139074326, 0.04584462568163872, 0.03597909212112427, 0.03509948030114174, 0.16580979526042938, -0.05069069564342499, 0.07904484122991562, -0.04097381606698036, -0.10664904117584229, -0.014310605823993683, -0.06570517271757126, 0.017972705885767937, 0.08677669614553452, 0.03721732273697853, -0.06735549122095108, -0.13247577846050262, 0.11747997999191284, -0.13579462468624115, 0.08701718598604202, 0.12815262377262115, -0.0731462612748146, -0.11156818270683289, -0.0351642370223999, 0.06868038326501846, -0.023880960419774055, -0.02679341472685337, -0.07760079950094223, -0.0005596503615379333, -0.11638248711824417, -0.059599798172712326, -0.28612980246543884, -0.17582274973392487, 0.010633439756929874, 0.015159162692725658, 0.09017235040664673, 0.008672862313687801, 0.22465328872203827, 0.03845876455307007, 0.04885515943169594, -0.10940230637788773, 0.09691967815160751, 0.0401206910610199, 0.07986140996217728, -0.05071408674120903, 0.03185884281992912, 0.005376656074076891, -0.028069237247109413, 0.08414682000875473, -0.020771006122231483, -0.028281494975090027, 0.06714010238647461, -0.01583050936460495, -0.09767257422208786, -0.04002808406949043, -0.07308296859264374, 0.10347387939691544, -0.01305230613797903, -0.015619702637195587, 0.04162334278225899, -0.05393123999238014, 0.12356290221214294, 0.08764433115720749, -0.09800028800964355, -0.0879884660243988, -0.025996459648013115, -0.05259327217936516, 0.16402365267276764, -0.04798673465847969, -0.26174068450927734, 0.07664822041988373, -0.1138978824019432, 0.0005755436723120511, 0.04828400909900665, 0.08252906799316406, 0.07377412915229797, 0.13108494877815247, -0.028694288805127144, 0.04010053351521492, 0.059764306992292404, 0.03407508507370949, -0.05413539707660675, -0.08433107286691666 ]
37fed152b283cc3dc1dc9ab313d4ea9bfc92cd60
# Dataset Card for "davinci-vs-lit-pairwise" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/davinci-vs-lit-pairwise
[ "region:us" ]
2023-02-09T14:10:08+00:00
{"dataset_info": {"features": [{"name": "davinci", "dtype": "string"}, {"name": "lit", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "api_prompt", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1845380427, "num_examples": 47954}], "download_size": 809346083, "dataset_size": 1845380427}}
2023-02-10T12:02:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "davinci-vs-lit-pairwise" More Information needed
[ "# Dataset Card for \"davinci-vs-lit-pairwise\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"davinci-vs-lit-pairwise\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"davinci-vs-lit-pairwise\"\n\nMore Information needed" ]
[ -0.09773027151823044, 0.07246045768260956, -0.005897263530641794, 0.03272092714905739, 0.00823330506682396, 0.1163547933101654, 0.16896162927150726, 0.060993827879428864, 0.06748879700899124, -0.014931014738976955, 0.09762795269489288, -0.007992108352482319, 0.05924932658672333, 0.1807161569595337, -0.035254381597042084, -0.0880470797419548, 0.04187573492527008, 0.0669773519039154, -0.06367049366235733, 0.06526707857847214, 0.03920963034033775, -0.08045564591884613, 0.024219054728746414, -0.09460543841123581, -0.18568940460681915, 0.03068465366959572, -0.03177374601364136, 0.010989299044013023, 0.05203554034233093, -0.02156541682779789, 0.21830087900161743, 0.029567953199148178, 0.020079873502254486, -0.12603768706321716, 0.028106873854994774, 0.02043781615793705, -0.028068488463759422, 0.06848475337028503, 0.0357036367058754, -0.05642520263791084, -0.11908897757530212, 0.03640911728143692, 0.03438257426023483, -0.032833706587553024, -0.1000203937292099, -0.2801644504070282, -0.0864725410938263, -0.07345880568027496, -0.017044054344296455, -0.05180096626281738, 0.04936845600605011, 0.058483198285102844, -0.11375671625137329, 0.009001411497592926, 0.015552142634987831, -0.004840694833546877, 0.027615370228886604, 0.1480163335800171, -0.04535667598247528, 0.1428285837173462, -0.036811139434576035, 0.015491300262510777, 0.08915557712316513, -0.0446501262485981, -0.0046741655096411705, -0.003213138785213232, -0.10996013134717941, 0.16115950047969818, -0.03609735891222954, -0.04376482963562012, 0.29940009117126465, -0.027423080056905746, 0.028031811118125916, -0.04245396703481674, -0.04830079898238182, -0.045634642243385315, -0.003911862149834633, 0.06484026461839676, 0.02407839708030224, 0.02399146556854248, 0.03900020569562912, 0.014854521490633488, -0.10111570358276367, -0.12948092818260193, -0.2172107994556427, 0.12051279842853546, 0.00882420688867569, 0.15200026333332062, -0.14406202733516693, 0.02398741990327835, 0.004615072626620531, -0.07071759551763535, 0.008554589934647083, -0.11405999958515167, -0.07567624747753143, 0.01910170167684555, -0.023257233202457428, 0.08253350853919983, 0.052248451858758926, 0.048296354711055756, 0.053304895758628845, 0.057696178555488586, -0.03711041063070297, 0.04829923063516617, 0.14985291659832, -0.06281796842813492, 0.031755827367305756, 0.05302523076534271, -0.11603076010942459, -0.08148787170648575, -0.0033524585887789726, -0.09137924760580063, -0.07687900960445404, -0.03176601231098175, -0.14530843496322632, 0.09209011495113373, -0.0129163209348917, -0.12559349834918976, -0.08498837798833847, -0.0586252361536026, 0.16992023587226868, -0.11171161383390427, 0.052187975496053696, 0.017451047897338867, -0.03127465397119522, 0.041893571615219116, -0.12002396583557129, -0.022753937169909477, 0.06957235187292099, 0.07314195483922958, -0.06026243790984154, -0.03145396709442139, -0.11529180407524109, -0.058507706969976425, 0.07329049706459045, -0.15576668083667755, 0.03158144652843475, -0.030749917030334473, -0.17790734767913818, 0.0952100083231926, 0.04204856976866722, -0.08996205776929855, 0.1646699607372284, -0.011184489354491234, 0.11785230785608292, 0.004624832421541214, -0.046881094574928284, 0.12791503965854645, -0.039722990244627, 0.06728585064411163, 0.05588222295045853, 0.07528951019048691, -0.16665856540203094, 0.04263956472277641, -0.040195807814598083, 0.031394075602293015, -0.02747241221368313, 0.06544523686170578, -0.11967611312866211, -0.018192466348409653, -0.03876136988401413, -0.020227929577231407, -0.15982098877429962, 0.009176613762974739, -0.03720593452453613, 0.04512841999530792, -0.2590539753437042, -0.07276469469070435, 0.1697780042886734, -0.1450386345386505, -0.153167724609375, 0.04993206635117531, -0.08790891617536545, -0.04388504847884178, 0.013659248128533363, 0.22110579907894135, 0.19199420511722565, -0.0388525053858757, 0.010520418174564838, 0.16249817609786987, -0.06852807849645615, -0.1752004325389862, 0.11098381876945496, 0.0022866632789373398, -0.13292986154556274, 0.009361018426716328, 0.07281602174043655, -0.016446752473711967, -0.03702966123819351, -0.06595121324062347, -0.012510807253420353, -0.06523480266332626, 0.10293012112379074, 0.007309241220355034, -0.021002041175961494, -0.03095374070107937, 0.09934338182210922, 0.044056087732315063, 0.12381073832511902, -0.03183475881814957, -0.028972499072551727, -0.05505048856139183, 0.06258147209882736, -0.11170080304145813, -0.005604930687695742, -0.15002021193504333, -0.11452259123325348, 0.0525498129427433, -0.044923897832632065, 0.020642219111323357, 0.09884042292833328, 0.07983153313398361, -0.033746685832738876, -0.039510343223810196, 0.058055948466062546, 0.09294798970222473, 0.011137542314827442, 0.04770905524492264, -0.0410434789955616, 0.030111398547887802, -0.10878189653158188, -0.0611422173678875, -0.0072861481457948685, -0.07801103591918945, 0.12830385565757751, 0.04464494436979294, 0.015309114009141922, 0.018556077033281326, -0.0087685976177454, 0.002892123768106103, 0.0056060366332530975, -0.04568200558423996, -0.015436658635735512, -0.06461954861879349, -0.01105048693716526, 0.01792691834270954, -0.05553248152136803, 0.20114776492118835, 0.13625255227088928, -0.0227655041962862, 0.09323625266551971, -0.12878380715847015, 0.05184466391801834, 0.005038084462285042, -0.10115526616573334, 0.013680209405720234, -0.1273355782032013, -0.031229043379426003, 0.005283779464662075, -0.1072666198015213, -0.01641228049993515, 0.026021664962172508, 0.009151331149041653, -0.09032932668924332, 0.0162583626806736, 0.09972179681062698, -0.16748905181884766, 0.13865569233894348, 0.16580712795257568, 0.11818879842758179, 0.17381884157657623, -0.07611557841300964, -0.07922886312007904, -0.054086100310087204, 0.006866771262139082, -0.07479128241539001, 0.21221256256103516, -0.040715381503105164, 0.03821588307619095, 0.1241365596652031, 0.017252683639526367, 0.07335599511861801, -0.14992937445640564, -0.05286462977528572, 0.003939885180443525, -0.05800900608301163, -0.15131151676177979, -0.021414000540971756, 0.006902326829731464, 0.05828447267413139, 0.010107344947755337, 0.023540284484624863, 0.1190597265958786, -0.01969723030924797, -0.022846750915050507, 0.09410534054040909, -0.21156485378742218, -0.26406070590019226, -0.08724153786897659, -0.14176657795906067, 0.028424398973584175, 0.03880394250154495, -0.06203240528702736, -0.10520121455192566, -0.06871083378791809, 0.051356978714466095, -0.014996820129454136, -0.16936013102531433, -0.024827733635902405, -0.002193672815337777, 0.023548197001218796, -0.10056959092617035, -0.11129872500896454, 0.03301093727350235, 0.006556835025548935, 0.18420876562595367, 0.09221779555082321, -0.1017233282327652, 0.08764255791902542, 0.13065966963768005, -0.01167840976268053, 0.07682410627603531, -0.03499289229512215, 0.013720475137233734, -0.08458201587200165, -0.02453475631773472, 0.10674305260181427, 0.01423945464193821, 0.05867151543498039, 0.08153961598873138, 0.08730857074260712, -0.0801786258816719, -0.03489401191473007, -0.04862534627318382, -0.15180604159832, -0.22399333119392395, -0.1358979344367981, -0.0968555435538292, 0.07089590281248093, 0.06999833136796951, 0.04045388102531433, -0.07553905248641968, 0.09238101541996002, 0.030555207282304764, -0.031144076958298683, -0.07674410194158554, -0.045224595814943314, 0.06563322991132736, -0.0279520433396101, 0.04287443310022354, -0.17316845059394836, -0.02866794727742672, 0.19104120135307312, 0.20947310328483582, 0.24733740091323853, 0.07900448143482208, 0.14306031167507172, 0.027468550950288773, 0.16789782047271729, 0.10831005871295929, 0.10473499447107315, 0.0605616569519043, -0.004211736377328634, 0.00881542544811964, 0.003377811750397086, -0.038340453058481216, -0.01527421921491623, 0.09127186983823776, -0.1609775274991989, 0.09377744793891907, -0.08913502842187881, 0.03991224989295006, -0.16943389177322388, 0.07208355516195297, -0.21315541863441467, 0.11404954642057419, 0.048687778413295746, 0.15425096452236176, -0.14300747215747833, 0.03903914615511894, 0.08950860053300858, 0.010997883044183254, 0.08783546090126038, -0.021603330969810486, 0.055758677423000336, -0.09533035010099411, -0.06781022250652313, -0.028116773813962936, -0.016951164230704308, -0.018182596191763878, 0.15650273859500885, -0.2222285121679306, 0.2009669989347458, 0.01968754082918167, -0.050245556980371475, -0.0942574068903923, -0.02370481565594673, -0.059802062809467316, -0.021112004294991493, 0.07138732075691223, 0.017629478126764297, -0.05296983942389488, -0.06604649126529694, -0.006302425637841225, 0.01991075649857521, 0.16292142868041992, 0.03863610327243805, -0.10723865777254105, 0.029777728021144867, 0.023500751703977585, -0.0019805440679192543, -0.14984282851219177, 0.05698314681649208, -0.15493465960025787, 0.03878876566886902, 0.04664284363389015, -0.1802174597978592, 0.00987904891371727, 0.0013117296621203423, -0.09015888720750809, 0.03274896368384361, -0.01503380574285984, -0.08741506934165955, -0.11338382214307785, -0.058626897633075714, 0.18299220502376556, 0.004511008970439434, 0.0209187064319849, -0.015026820823550224, 0.11323798447847366, -0.04292411357164383, -0.1519705057144165, 0.020809318870306015, -0.04867740347981453, 0.09304357320070267, -0.08246427029371262, 0.08897659182548523, -0.025574536994099617, 0.00955093652009964, -0.02579519711434841, 0.015001923777163029, -0.12139534205198288, -0.11039120703935623, 0.1271413117647171, -0.08042504638433456, 0.04601934924721718, 0.21368369460105896, 0.08726730197668076, 0.029301531612873077, 0.09918851405382156, 0.019900687038898468, 0.0619242824614048, 0.0820123627781868, -0.06210679933428764, 0.1883055567741394, 0.16602370142936707, -0.023142334073781967, -0.21020935475826263, -0.026209309697151184, -0.15046724677085876, -0.025548800826072693, -0.004286443814635277, -0.25411486625671387, 0.07098309695720673, 0.052717629820108414, -0.025565603747963905, 0.1480128914117813, -0.09425494074821472, -0.007099777460098267, 0.14678959548473358, 0.03540896624326706, 0.23498140275478363, -0.050086960196495056, -0.09816709160804749, -0.0989961102604866, -0.13313420116901398, 0.1946605145931244, -0.0014048023149371147, 0.020711902529001236, -0.0012123554479330778, 0.11780888587236404, -0.03684449568390846, -0.046253666281700134, 0.20733985304832458, 0.014972343109548092, 0.11475332081317902, -0.04551667347550392, -0.05915873125195503, 0.1311902403831482, -0.030552294105291367, 0.026466570794582367, -0.028122995048761368, 0.06081699579954147, -0.08964984863996506, -0.0363851934671402, 0.07372357696294785, -0.06272437423467636, 0.048479631543159485, -0.07250944525003433, -0.1295338273048401, 0.0058689783327281475, -0.08750218152999878, -0.04150806739926338, 0.056119706481695175, 0.07258447259664536, -0.0780038833618164, -0.0036564613692462444, 0.05888830125331879, -0.033249951899051666, -0.0636010691523552, -0.12245582789182663, -0.06742804497480392, 0.07773531228303909, -0.23043043911457062, 0.047559529542922974, 0.1080508753657341, 0.0043697962537407875, 0.05893629416823387, 0.07640669494867325, -0.05078008398413658, -0.006453894544392824, 0.13678878545761108, -0.09034273773431778, -0.07690344005823135, 0.06567256152629852, -0.07334751635789871, -0.05434047803282738, 0.03580539673566818, -0.01567789353430271, 0.11948491632938385, 0.010059954598546028, 0.0037575482856482267, 0.0402570441365242, -0.06804892420768738, 0.12607675790786743, 0.0855187326669693, 0.054771021008491516, -0.1667456477880478, 0.2056652158498764, 0.03216177970170975, -0.05218903347849846, -0.026303794234991074, -0.06170397624373436, -0.07919903099536896, -0.030907655134797096, 0.0021262704394757748, 0.13885676860809326, -0.049154989421367645, -0.14357095956802368, 0.00024741169181652367, -0.12659145891666412, 0.0717424601316452, 0.06874757260084152, 0.060745351016521454, 0.15662427246570587, -0.018621526658535004, -0.0034738420508801937, -0.01609414629638195, 0.03958651423454285, -0.05569049343466759, 0.06666061282157898, -0.053433746099472046, -0.12453987449407578, -0.045903585851192474, 0.10059965401887894, -0.059145938605070114, -0.06834147870540619, -0.0415768139064312, 0.08131778985261917, -0.19925008714199066, 0.038362808525562286, 0.05436721816658974, 0.014819635078310966, 0.011303484439849854, -0.0014825077960267663, 0.0005873020272701979, -0.02434481494128704, -0.07030527293682098, 0.12851719558238983, 0.036294206976890564, 0.027157528325915337, -0.126239612698555, -0.03806750476360321, 0.09151356667280197, 0.031107433140277863, 0.06028583273291588, 0.10672611743211746, 0.005072137340903282, 0.028824197128415108, -0.03466305881738663, -0.11915937066078186, 0.0416756197810173, 0.11301382631063461, 0.027903465554118156, -0.0669017806649208, 0.01114741712808609, 0.0929485633969307, -0.06986583769321442, 0.052184395492076874, 0.001793429721146822, -0.060101475566625595, 0.0744442343711853, -0.19462309777736664, -0.08770454674959183, -0.02682659775018692, -0.0029144708532840014, 0.14080944657325745, 0.07972897589206696, -0.048265259712934494, 0.13148587942123413, -0.015946608036756516, -0.03583097830414772, -0.03982345759868622, 0.006894105579704046, -0.10409515351057053, -0.03339776024222374, 0.04005783051252365, 0.030540063977241516, -0.027099445462226868, 0.42759209871292114, -0.005241525359451771, -0.19001851975917816, -0.0497625432908535, 0.1672806292772293, -0.040335480123758316, 0.021943379193544388, 0.3149856626987457, 0.05436553806066513, -0.05320659652352333, -0.031164078041911125, 0.04576588422060013, 0.008257330395281315, 0.11253317445516586, 0.043206166476011276, 0.11960116773843765, -0.00014334711886476725, -0.035279419273138046, 0.05040091648697853, -0.08820716291666031, -0.01021342072635889, 0.06214491277933121, -0.005210754461586475, -0.054644182324409485, 0.0841045081615448, 0.01833466999232769, -0.01200579572468996, -0.07489617168903351, 0.08313547074794769, 0.012042935937643051, -0.09917894005775452, -0.0705123022198677, -0.15265537798404694, -0.04289663955569267, -0.10732979327440262, 0.0233742818236351, -0.10240891575813293, 0.0006351193296723068, 0.23526325821876526, 0.06917869299650192, 0.025859767571091652, 0.09870514273643494, -0.08880207687616348, 0.0677662119269371, 0.011348159983754158, 0.022826554253697395, -0.022148704156279564, 0.04511060565710068, -0.10359456390142441, 0.05373666062951088, -0.009845574386417866, 0.004002295900136232, -0.00981732178479433, 0.08382486552000046, 0.009945955127477646, -0.07120078057050705, -0.04341188073158264, -0.06971476972103119, 0.016352500766515732, -0.05505779758095741, 0.1263459324836731, 0.008716589771211147, 0.07459104806184769, 0.034947969019412994, 0.1256934106349945, -0.00517452135682106, -0.030183501541614532, -0.03466024994850159, -0.08131902664899826, -0.09631615877151489, 0.09831025451421738, 0.07634992152452469, -0.03819044679403305, -0.061319559812545776, 0.16157545149326324, 0.21391348540782928, -0.03711029142141342, -0.027637727558612823, 0.05475253239274025, 0.033947017043828964, 0.08287619054317474, 0.15647315979003906, -0.026027962565422058, 0.14858144521713257, -0.034411851316690445, -0.10962814837694168, -0.01628175750374794, -0.03583493083715439, 0.060140978544950485, 0.05041835084557533, 0.026721250265836716, -0.061295222491025925, -0.1212722659111023, 0.12472937256097794, -0.0442933589220047, 0.09129282832145691, 0.11346735060214996, -0.04483731463551521, -0.0635128766298294, -0.025309408083558083, 0.1933668702840805, -0.07747673243284225, -0.0482938252389431, -0.10136280953884125, -0.02216346748173237, -0.01486439723521471, 0.016646621748805046, -0.289177805185318, -0.10914980620145798, 0.04764281213283539, -0.008966419845819473, 0.012790790759027004, 0.010987045243382454, 0.1678028702735901, 0.019617781043052673, 0.04301084578037262, -0.0390809141099453, 0.048670146614313126, -0.0029582546558231115, 0.048153311014175415, -0.05319365859031677, 0.034335821866989136, -0.035882946103811264, -0.0527665838599205, 0.07811115682125092, 0.04705249145627022, -0.03816712275147438, 0.10901650041341782, -0.034559816122055054, -0.04160849004983902, -0.027446052059531212, -0.09754946827888489, 0.10949156433343887, -0.002660995814949274, 0.002129267668351531, -0.007327054627239704, 0.014754042960703373, 0.09111104160547256, -0.0017009994480758905, -0.024401314556598663, 0.00591730372980237, 0.041231632232666016, -0.1269349753856659, 0.16051959991455078, -0.005713186226785183, -0.13308189809322357, 0.013620411977171898, -0.058668360114097595, 0.028587859123945236, 0.0355093814432621, 0.0648764967918396, 0.10263914614915848, 0.08469143509864807, -0.04664723202586174, -0.046649638563394547, 0.0166039876639843, -0.019781436771154404, -0.02334010601043701, -0.04175034165382385 ]
25eac818b32ac9657363088400cab47ff019d7ac
# Dataset Card for "whisper_mix_data" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
thanhduycao/whisper_mix_data
[ "region:us" ]
2023-02-09T14:31:01+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1287134674.425454, "num_examples": 8373}, {"name": "test", "num_bytes": 540858435.8587947, "num_examples": 1903}], "download_size": 1785316365, "dataset_size": 1827993110.2842486}}
2023-02-09T14:32:44+00:00
[]
[]
TAGS #region-us
# Dataset Card for "whisper_mix_data" More Information needed
[ "# Dataset Card for \"whisper_mix_data\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"whisper_mix_data\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"whisper_mix_data\"\n\nMore Information needed" ]
[ -0.10499320179224014, 0.2676146626472473, 0.00026161663117818534, -0.012950528413057327, 0.07988782227039337, 0.08908076584339142, 0.15605972707271576, 0.07414741814136505, 0.07713252305984497, -0.01088858861476183, 0.06182267516851425, 0.04456578195095062, 0.05551578104496002, 0.28992748260498047, -0.08320502936840057, -0.056058622896671295, 0.08163776248693466, -0.00942000187933445, -0.024500904604792595, 0.029869044199585915, 0.023971769958734512, -0.08185788244009018, 0.026370370760560036, -0.12313362210988998, -0.1301010400056839, 0.019054047763347626, -0.04764484986662865, -0.023974858224391937, 0.02268507331609726, -0.00036243791691958904, 0.13530656695365906, 0.045476991683244705, -0.03157469630241394, -0.13901980221271515, 0.05424270033836365, -0.011015051044523716, -0.030765511095523834, 0.06020888686180115, 0.0451752170920372, -0.12431295961141586, -0.20363619923591614, 0.058272264897823334, 0.022838694974780083, 0.05067615211009979, -0.09851056337356567, -0.2085806131362915, -0.1600366234779358, -0.07853727042675018, 0.04830877110362053, -0.07437965273857117, 0.012885687872767448, 0.19967934489250183, -0.04759783297777176, 0.04715528339147568, 0.12861159443855286, -0.086602583527565, 0.07426919788122177, 0.1556033343076706, -0.09123972058296204, 0.1132625862956047, 0.02332606539130211, 0.08056854456663132, 0.12263273447751999, -0.019118454307317734, -0.09435662627220154, 0.001560652395710349, -0.1800498217344284, 0.08924989402294159, -0.049559950828552246, -0.04076676070690155, 0.3038290739059448, -0.00959249958395958, 0.017205338925123215, -0.03097345121204853, -0.03695443272590637, -0.0741654559969902, 0.03565111756324768, 0.015545778907835484, -0.006963834632188082, 0.029797343537211418, -0.01861787959933281, 0.03897935524582863, -0.06704778969287872, -0.12246274203062057, -0.13121989369392395, 0.12715581059455872, -0.03534504398703575, 0.1419765055179596, -0.17682220041751862, -0.026639869436621666, 0.03424094244837761, -0.0527411513030529, 0.01467902585864067, -0.08887499570846558, -0.08881890028715134, -0.024057907983660698, -0.04312404617667198, -0.12755535542964935, 0.15730899572372437, 0.019555948674678802, 0.11621740460395813, 0.09548578411340714, -0.06789328157901764, 0.1043306291103363, 0.2523593604564667, -0.14694522321224213, 0.01557524036616087, -0.09794289618730545, -0.03126624971628189, -0.1507190763950348, 0.060377225279808044, -0.12172740697860718, -0.07011688500642776, 0.019596541300415993, -0.15970900654792786, 0.10190850496292114, -0.01632806472480297, -0.08705943077802658, -0.12465296685695648, -0.0519665963947773, 0.04616687819361687, -0.07926417142152786, -0.00578749505802989, -0.01765510067343712, 0.017853014171123505, -0.04032990708947182, -0.03021145984530449, 0.05471716448664665, 0.0795375257730484, 0.043755318969488144, -0.07680764049291611, -0.0575597919523716, -0.019959285855293274, -0.02880258671939373, 0.07120295614004135, -0.07047239691019058, 0.02613554149866104, -0.0711245909333229, -0.15472401678562164, 0.012497913092374802, 0.038383599370718, -0.0034349930938333273, 0.11314715445041656, -0.02971244603395462, 0.1625172346830368, -0.010723530314862728, -0.05255458503961563, -0.03165631741285324, -0.08265557140111923, 0.024678099900484085, -0.06003805622458458, 0.09081397205591202, -0.18955659866333008, 0.03822672739624977, -0.10475824773311615, 0.042662594467401505, -0.08995003253221512, 0.11969412118196487, -0.1241035908460617, 0.1222054585814476, -0.10918675363063812, -0.00011925565195269883, -0.028992781415581703, -0.025214167311787605, 0.009366244077682495, 0.1226470023393631, -0.26699188351631165, -0.07929862290620804, 0.15764249861240387, -0.22184467315673828, -0.16470251977443695, 0.09247580170631409, -0.04999827966094017, -0.026688363403081894, 0.07565747946500778, 0.337207168340683, 0.18414832651615143, 0.012551761232316494, -0.03444117680191994, 0.13979662954807281, -0.18158817291259766, -0.2608773708343506, 0.10220804810523987, -0.05492912232875824, -0.22948890924453735, 0.027858572080731392, 0.2949383854866028, 0.08757621794939041, -0.09293874353170395, -0.08638496696949005, 0.012969540432095528, -0.13094989955425262, 0.12876661121845245, -0.036860618740320206, -0.009703302755951881, -0.05408601090312004, 0.17554256319999695, 0.05975339561700821, 0.133860245347023, -0.016370216384530067, -0.033746011555194855, -0.03912963718175888, 0.16261190176010132, -0.1588878035545349, -0.03777800500392914, -0.11899997293949127, 0.003177698003128171, -0.022183028981089592, -0.0023577986285090446, 0.01788979396224022, 0.008402743376791477, 0.06812348961830139, 0.006724472623318434, -0.012997194193303585, 0.053717274218797684, 0.18507710099220276, 0.05254177749156952, 0.0011169413337484002, -0.03564859554171562, -0.015044203959405422, -0.11782197654247284, 0.022171612828969955, -0.015818724408745766, -0.06484511494636536, 0.07168769091367722, 0.08722135424613953, 0.02935868315398693, -0.05515993386507034, 0.134344682097435, 0.021144721657037735, 0.010532532818615437, -0.011667486280202866, 0.01719079725444317, 0.013342631049454212, -0.15050888061523438, 0.00930398516356945, -0.10215558856725693, 0.096202552318573, 0.11968029290437698, 0.017548533156514168, 0.07276663184165955, -0.2507806718349457, 0.05072799697518349, -0.033914580941200256, -0.06528294831514359, 0.03490883484482765, 0.03553207591176033, -0.022269245237112045, 0.05491111800074577, -0.0743870735168457, -0.008179587312042713, 0.02794952504336834, -0.037469372153282166, -0.1554100215435028, 0.03811541199684143, -0.07728210836648941, -0.25797075033187866, 0.15035241842269897, 0.1585765928030014, 0.11975865066051483, 0.23168934881687164, -0.057464953511953354, -0.022350294515490532, -0.022211609408259392, -0.04297555983066559, -0.052017442882061005, 0.033792637288570404, -0.03709642216563225, 0.06715664267539978, 0.1266690194606781, 0.023960528895258904, 0.09341675788164139, -0.04265360161662102, -0.0899726077914238, 0.0004507489502429962, 0.0025246634613722563, -0.12776730954647064, 0.031268052756786346, 0.009084217250347137, 0.037757258862257004, -0.013197362422943115, 0.07859332114458084, 0.14936189353466034, -0.04654887318611145, -0.07332447171211243, 0.10783801227807999, -0.27637314796447754, -0.21793092787265778, -0.1303960382938385, -0.14374768733978271, 0.011186061426997185, 0.04333365336060524, 0.006838911212980747, -0.19781024754047394, -0.007384391967207193, 0.036786094307899475, -0.006888821721076965, -0.15187527239322662, 0.002761831507086754, 0.04606965184211731, 0.02231265790760517, -0.06146664917469025, -0.13868610560894012, 0.0574769452214241, -0.002958234865218401, 0.1897186040878296, 0.15272502601146698, -0.10489451140165329, 0.07018903642892838, 0.16026164591312408, -0.014062738046050072, 0.07585971802473068, -0.051936157047748566, 0.13691066205501556, -0.023256616666913033, -0.12207282334566116, 0.10776615142822266, -0.1058674231171608, 0.059955332428216934, 0.1144416406750679, 0.026995716616511345, -0.10764459520578384, -0.018008265644311905, -0.08563739061355591, -0.18103888630867004, -0.26534485816955566, -0.22477315366268158, -0.05234793201088905, 0.07455921173095703, -0.005665919277817011, 0.01705869287252426, -0.03719337284564972, 0.09095043689012527, 0.05231563746929169, -0.1436961442232132, -0.12213297933340073, -0.03928091377019882, -0.06809765100479126, -0.039074890315532684, -0.02008223906159401, -0.14289726316928864, 0.01137214433401823, 0.14122794568538666, 0.16582362353801727, 0.22634217143058777, 0.11276005208492279, 0.15681153535842896, 0.01408884022384882, 0.05531442537903786, 0.16843929886817932, 0.12606173753738403, 0.10100136697292328, 0.0016668831231072545, -0.0014738760655745864, -0.005520406644791365, -0.135384202003479, 0.006272937636822462, 0.13804519176483154, -0.0870152935385704, 0.0020224610343575478, -0.03149327635765076, 0.07228423655033112, -0.04980161413550377, 0.08029738068580627, -0.199672132730484, 0.03635552152991295, 0.08945722877979279, 0.13539038598537445, -0.028424525633454323, 0.07039543986320496, 0.1981945037841797, 0.0009036933188326657, 0.11824427545070648, -0.007362696807831526, 0.06763429194688797, -0.09488934278488159, -0.0694737508893013, -0.1482277661561966, -0.04782538861036301, -0.04854597896337509, 0.11618529260158539, -0.031220348551869392, 0.2564333379268646, 0.025815000757575035, -0.07673102617263794, -0.054219916462898254, -0.04735517501831055, -0.045836441218853, 0.013282188214361668, 0.0625341385602951, 0.06948298960924149, -0.24272286891937256, -0.18935082852840424, -0.07144218683242798, -0.01878400146961212, 0.0704386904835701, 0.10473387688398361, -0.1285991668701172, 0.035485826432704926, 0.020359156653285027, -0.05045006051659584, -0.07162827253341675, -0.01243746466934681, -0.13040797412395477, 0.009105860255658627, 0.1371079534292221, -0.03610013425350189, 0.0076453289948403835, -0.014510657638311386, -0.06362954527139664, 0.07292713224887848, 0.055219102650880814, -0.0695529654622078, -0.0885232463479042, -0.010269807651638985, 0.16412869095802307, -0.006145307328552008, 0.014655371196568012, 0.010299424640834332, 0.006260900758206844, -0.10568833351135254, -0.18576586246490479, 0.04986162483692169, -0.04417763277888298, 0.08022227138280869, -0.10618492215871811, 0.14505256712436676, 0.017696334049105644, 0.04193751886487007, -0.0023322005290538073, 0.025361888110637665, 0.019217215478420258, -0.07175852358341217, 0.13631927967071533, -0.03284292295575142, 0.13814188539981842, 0.2572838068008423, 0.11915021389722824, -0.10168702155351639, 0.0749395489692688, -0.09033112972974777, 0.2935793399810791, 0.1427432894706726, -0.07246984541416168, 0.29680195450782776, 0.3188791871070862, -0.08115559071302414, -0.2220454216003418, -0.05915048345923424, -0.10697484016418457, -0.05206896737217903, 0.0639030858874321, -0.20991191267967224, 0.11529224365949631, 0.13326938450336456, -0.03279503807425499, 0.04788399487733841, -0.23807783424854279, -0.033673688769340515, 0.19312123954296112, 0.016553455963730812, 0.39176806807518005, -0.06329742074012756, -0.11305397748947144, -0.17647933959960938, -0.10117559134960175, 0.14739125967025757, -0.18312595784664154, 0.037907928228378296, 0.05967974662780762, 0.046298813074827194, 0.0278108362108469, -0.06827038526535034, 0.18452170491218567, 0.023408452048897743, 0.10626132041215897, -0.08430219441652298, -0.10230249911546707, 0.06543083488941193, -0.027169503271579742, -0.004602294415235519, -0.06112714111804962, 0.06637714058160782, -0.05183367058634758, -0.01063978299498558, 0.0658426433801651, -0.0076718684285879135, 0.10305554419755936, -0.0829843133687973, -0.07092101126909256, -0.02329196035861969, -0.03696649894118309, -0.020632078871130943, 0.12135221064090729, -0.005979571025818586, 0.10108882188796997, 0.00756784388795495, 0.09895538538694382, -0.11726170778274536, -0.012892854399979115, -0.06162228062748909, -0.08836778998374939, 0.10640358179807663, -0.14437025785446167, 0.057837460190057755, 0.10177455097436905, 0.0015429169870913029, 0.04212355613708496, 0.04880353808403015, -0.01546985562890768, 0.09325512498617172, 0.15408137440681458, -0.13328689336776733, -0.11515232920646667, 0.04855945333838463, 0.0008024661801755428, -0.017578594386577606, 0.05034830421209335, 0.03871658816933632, 0.10487592965364456, -0.02995142713189125, -0.045023512095212936, 0.06805460155010223, -0.1231711357831955, 0.14110952615737915, 0.0250533577054739, 0.08110104501247406, -0.2136993259191513, 0.23963823914527893, 0.043108485639095306, -0.054992370307445526, 0.06270495057106018, -0.017634952440857887, -0.0714816302061081, -0.08715883642435074, 0.0030788558069616556, 0.23457938432693481, 0.106190986931324, -0.09732352197170258, 0.041609860956668854, -0.03932856023311615, -0.02847141958773136, 0.12950098514556885, 0.0464487224817276, 0.12525217235088348, 0.02250291034579277, -0.09824179112911224, 0.013423200696706772, -0.05198775231838226, -0.018626537173986435, -0.01948636770248413, -0.10972300171852112, 0.008624153211712837, -0.07146348804235458, 0.15492859482765198, -0.07691984623670578, -0.13807280361652374, -0.1304558515548706, 0.07464297860860825, -0.14654721319675446, 0.08094974607229233, -0.05140082165598869, 0.016735639423131943, -0.006059132982045412, 0.06001494452357292, 0.0018929021898657084, -0.030793262645602226, -0.11151733994483948, 0.15006664395332336, 0.056154780089855194, 0.0742870420217514, -0.011637501418590546, -0.03854423016309738, 0.07969047129154205, 0.09169092029333115, 0.12838958203792572, 0.13025440275669098, -0.038164421916007996, 0.049738265573978424, -0.1538802534341812, -0.2035219818353653, 0.13021200895309448, 0.06015774980187416, 0.01740093156695366, -0.005626159720122814, -0.054202184081077576, 0.07953353971242905, -0.08306988328695297, 0.05001083016395569, 0.08327046036720276, -0.08894167840480804, -0.07226379215717316, -0.12470222264528275, -0.08756696432828903, -0.0703454315662384, -0.10874758660793304, 0.19330726563930511, 0.06796099245548248, -0.004036773927509785, 0.016845831647515297, 0.05268825590610504, -0.026373840868473053, -0.06724058836698532, -0.00526822404935956, -0.1659221351146698, -0.13466989994049072, 0.05007675662636757, 0.026931116357445717, -0.059106066823005676, 0.36810776591300964, -0.05520584061741829, -0.22607778012752533, -0.03726782649755478, 0.11975369602441788, -0.07773978263139725, 0.013318425975739956, 0.349450945854187, 0.07805752754211426, -0.028470119461417198, -0.02309211529791355, 0.06896799057722092, -0.015533591620624065, 0.16429470479488373, -0.0042963335290551186, 0.07070091366767883, 0.08910198509693146, -0.02353591099381447, -0.010096848011016846, -0.0942571759223938, 0.0250373687595129, -0.025306282564997673, 0.004719639662653208, 0.02014857903122902, 0.06161591783165932, -0.04689380154013634, 0.0027581711765378714, 0.020059896633028984, 0.09866861999034882, -0.05506935715675354, -0.07267986238002777, -0.11335692554712296, -0.1453135460615158, -0.052025724202394485, -0.10904975235462189, 0.025797225534915924, -0.07129120081663132, -0.020601140335202217, 0.2282899171113968, 0.031163524836301804, 0.038672033697366714, 0.007719101849943399, -0.14812952280044556, 0.053571682423353195, -0.05512281879782677, -0.05921882018446922, -0.0050432137213647366, 0.013440077193081379, -0.13120654225349426, 0.15594415366649628, 0.017050622031092644, -0.04361272230744362, 0.009193060919642448, 0.06933432072401047, 0.07707080990076065, -0.15907785296440125, -0.14197590947151184, -0.07758177071809769, 0.05880670249462128, -0.015809740871191025, 0.06354912370443344, 0.06662116944789886, 0.03060982935130596, 0.01684758998453617, 0.07470174133777618, 0.004843151196837425, 0.008650602772831917, -0.0798412412405014, 0.03148782625794411, -0.07052754610776901, 0.0849815309047699, 0.01318709459155798, -0.09799131751060486, -0.08672428131103516, 0.07810967415571213, 0.36699378490448, 0.05440668389201164, 0.0016583750257268548, -0.02160162851214409, 0.041026968508958817, 0.02303914539515972, 0.1612582951784134, -0.0352843776345253, 0.048642754554748535, -0.014781748875975609, 0.007769271265715361, -0.002959653502330184, -0.0831216350197792, -0.005483656190335751, 0.033928848803043365, -0.012340414337813854, -0.055462926626205444, -0.03879315406084061, 0.17443092167377472, -0.18819153308868408, 0.09606152772903442, -0.004915869794785976, -0.15312832593917847, -0.07852963358163834, -0.0582340732216835, 0.03956286236643791, 0.06659816950559616, 0.008162500336766243, -0.049592308700084686, -0.014010440558195114, 0.005286542233079672, 0.0055065276101231575, -0.3587629199028015, -0.20354615151882172, 0.03980569168925285, -0.05620281770825386, 0.04286868870258331, 0.014937217347323895, 0.09492408484220505, 0.006120842881500721, 0.05110962316393852, -0.06310582906007767, 0.04713597893714905, -0.011266110464930534, 0.00843085441738367, -0.01777842454612255, 0.054543253034353256, -0.09123112261295319, 0.015835056081414223, 0.010588697157800198, -0.01192549616098404, -0.05778253450989723, 0.008095597848296165, 0.04256073012948036, 0.04382529854774475, 0.023113755509257317, -0.04792788624763489, 0.12223152071237564, -0.011105263605713844, -0.03839686140418053, -0.027261367067694664, 0.02846130169928074, 0.07088490575551987, -0.00017224969633389264, -0.13816238939762115, -0.05716622620820999, -0.08321622014045715, -0.1289757788181305, 0.0330139584839344, 0.016020826995372772, -0.10176268965005875, 0.0922921821475029, -0.10294213891029358, 0.032149605453014374, 0.0021047929767519236, 0.05182080715894699, 0.17063143849372864, 0.02432546578347683, -0.04817681014537811, -0.05181873217225075, 0.08697785437107086, -0.02950054220855236, -0.018035663291811943, -0.09578275680541992 ]
b2fbc10431b721dc9b0409b716d56a759d1cf332
# Dataset Card for "vivos_ng_only" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
thanhduycao/vivos_ng_only
[ "region:us" ]
2023-02-09T14:41:51+00:00
{"dataset_info": {"features": [{"name": "speaker_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8858003.732418524, "num_examples": 60}, {"name": "test", "num_bytes": 453063.74736842106, "num_examples": 4}], "download_size": 717197, "dataset_size": 9311067.479786946}}
2023-02-09T14:42:53+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vivos_ng_only" More Information needed
[ "# Dataset Card for \"vivos_ng_only\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vivos_ng_only\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vivos_ng_only\"\n\nMore Information needed" ]
[ -0.15202699601650238, 0.09758535027503967, -0.004978004842996597, -0.004373661242425442, 0.09614081680774689, 0.0882190689444542, 0.025670023635029793, 0.06709867715835571, -0.009256858378648758, 0.0024894317612051964, 0.051604535430669785, -0.02219768799841404, -0.014904768206179142, 0.13218672573566437, -0.06064669415354729, 0.07390857487916946, 0.08722726255655289, 0.06786469370126724, 0.14635397493839264, -0.006150092463940382, -0.007958619855344296, -0.033103492110967636, 0.043447986245155334, -0.07787498086690903, -0.10834284126758575, 0.02336026169359684, -0.0017505961004644632, -0.000021283549358486198, 0.07610154151916504, -0.044161632657051086, 0.13466988503932953, 0.000528855191078037, 0.029054565355181694, -0.17430460453033447, 0.02141854725778103, 0.07553496956825256, -0.09439406543970108, 0.021881617605686188, -0.018782977014780045, -0.11280442774295807, -0.025973733514547348, 0.07865764200687408, 0.013308688066899776, 0.017067119479179382, -0.12958486378192902, -0.25215017795562744, -0.0666932463645935, -0.12641967833042145, -0.003167153801769018, 0.04568656161427498, 0.04448569193482399, 0.13242143392562866, -0.08308088034391403, 0.012551840394735336, 0.01840905100107193, -0.040286771953105927, -0.0004003357025794685, 0.19038476049900055, -0.012794313952326775, 0.11354164034128189, -0.04139474406838417, 0.14104412496089935, 0.10317004472017288, -0.007961062714457512, -0.030992433428764343, 0.050666991621255875, -0.1772276759147644, 0.0701679140329361, -0.03292783722281456, -0.09472223371267319, 0.30791276693344116, -0.003864624770358205, 0.05612577497959137, 0.12103749811649323, -0.03841565176844597, -0.14386387169361115, -0.05495309829711914, 0.09534544497728348, 0.031845368444919586, 0.05330438166856766, 0.08757206052541733, -0.018889928236603737, -0.11167896538972855, -0.12959979474544525, -0.11771725863218307, 0.014672462828457355, -0.022392157465219498, 0.152226984500885, -0.23807379603385925, 0.010862933471798897, -0.260489821434021, 0.006497127935290337, -0.056746672838926315, -0.09332545846700668, -0.09402526170015335, -0.022015754133462906, 0.03257160261273384, -0.004554822575300932, 0.14250367879867554, 0.08161056786775589, 0.10616406798362732, 0.0023607825860381126, -0.13480693101882935, 0.06564968824386597, 0.11928793042898178, -0.11621516942977905, 0.038026828318834305, 0.13972978293895721, -0.006280994974076748, -0.2209216207265854, -0.00859849900007248, -0.10468833893537521, -0.05583803728222847, 0.004958197474479675, -0.133126899600029, 0.13401061296463013, 0.005266638472676277, -0.10979093611240387, 0.01833302155137062, -0.022470153868198395, 0.18731944262981415, 0.009001605212688446, 0.01925582066178322, 0.013071473687887192, 0.07541800290346146, 0.07285283505916595, -0.04804251715540886, -0.007776108104735613, 0.08710484206676483, -0.005957531742751598, -0.0870080515742302, -0.015287434682250023, -0.01843649335205555, -0.031730037182569504, 0.11476868391036987, -0.060174766927957535, 0.05874038487672806, -0.12806956470012665, -0.15344959497451782, 0.021224362775683403, 0.04134376719594002, -0.05217432603240013, 0.10482309758663177, 0.006271223071962595, 0.03394841030240059, -0.012862714007496834, -0.01471391785889864, 0.05814265459775925, -0.0984887033700943, 0.029467402026057243, 0.06969337910413742, 0.04553418606519699, -0.09329306334257126, 0.04142546281218529, -0.053695544600486755, 0.0335809588432312, 0.09988360106945038, -0.019489869475364685, -0.2172168791294098, -0.0162274818867445, -0.04508271813392639, 0.02369239553809166, -0.053167346864938736, -0.03431010991334915, -0.024648083373904228, 0.030411051586270332, -0.17047391831874847, -0.007091328036040068, 0.17540961503982544, -0.2381245642900467, -0.10479744523763657, -0.01848086714744568, 0.01861458085477352, -0.03393237292766571, 0.023163799196481705, 0.2636875510215759, 0.19512201845645905, -0.1754167228937149, 0.04279223084449768, 0.11066111922264099, -0.13606034219264984, -0.2838766872882843, 0.09150964021682739, 0.0007091893348842859, -0.18256139755249023, 0.07926327735185623, -0.0368177592754364, 0.036567896604537964, -0.07214827835559845, -0.08290734887123108, -0.023817144334316254, -0.1472630500793457, 0.15696947276592255, 0.03255191445350647, 0.06217300519347191, 0.05368606746196747, 0.1423952728509903, -0.022377848625183105, 0.18731318414211273, -0.009120474569499493, 0.015828896313905716, -0.04196500405669212, 0.10046081990003586, -0.20188729465007782, 0.031732816249132156, -0.0732446163892746, -0.1464485079050064, 0.039641570299863815, -0.06118283420801163, -0.056623879820108414, 0.14876165986061096, 0.07303236424922943, -0.03431623801589012, -0.06550396233797073, 0.08965133875608444, 0.012490247376263142, 0.09225645661354065, 0.07349514961242676, -0.0819910392165184, -0.018084848299622536, -0.14813067018985748, -0.11523169279098511, -0.1680397391319275, -0.05597719922661781, 0.023582784458994865, -0.009474831633269787, 0.0012712947791442275, -0.05131939426064491, 0.048926711082458496, -0.016183480620384216, -0.044438425451517105, -0.025625279173254967, 0.007571482565253973, -0.04973981902003288, 0.07018427550792694, 0.025299526751041412, -0.000509767618495971, 0.09539171308279037, 0.08013606816530228, 0.017657414078712463, 0.01952633634209633, -0.03798677399754524, 0.05099945515394211, -0.0332135409116745, -0.16435861587524414, 0.06141386926174164, -0.18773385882377625, 0.004325217101722956, 0.018542036414146423, -0.06826350092887878, 0.050010327249765396, 0.11753233522176743, 0.001982244662940502, -0.11093005537986755, 0.06436152756214142, 0.2756490111351013, -0.12168925255537033, 0.08569590002298355, 0.06616616994142532, 0.09522201120853424, 0.038086000829935074, -0.006151670124381781, -0.06112449988722801, 0.022180354222655296, -0.00929082278162241, -0.005998426117002964, 0.2438700646162033, -0.21502435207366943, 0.06602095812559128, 0.060951367020606995, 0.10788456350564957, 0.08741766959428787, -0.08937228471040726, -0.13227756321430206, 0.013118825852870941, -0.013573069125413895, -0.22271855175495148, 0.07774125784635544, -0.11312389373779297, 0.02092096582055092, -0.06438350677490234, 0.04777377098798752, 0.08478941768407822, 0.008567548356950283, -0.04397549107670784, 0.06385228037834167, -0.1810036301612854, -0.19165180623531342, 0.05856020376086235, -0.13891346752643585, -0.043859902769327164, 0.05082259699702263, 0.02464345283806324, -0.22363832592964172, -0.05816890299320221, 0.07165588438510895, -0.1438070684671402, -0.18270596861839294, -0.0130479596555233, 0.04668300971388817, 0.021535145118832588, -0.07862147688865662, -0.0705527737736702, 0.04973701760172844, -0.08440490812063217, 0.07901337742805481, 0.06484789401292801, -0.08253828436136246, 0.1477944552898407, 0.13344046473503113, 0.02419259399175644, 0.058841902762651443, -0.003759176004678011, 0.11913356930017471, -0.017528021708130836, -0.08988285064697266, 0.21129082143306732, 0.14156049489974976, -0.016408152878284454, 0.04179292544722557, 0.07847221940755844, -0.11811389029026031, -0.0359586738049984, -0.010615556500852108, -0.24142087996006012, -0.23955148458480835, -0.16741754114627838, -0.07867656648159027, 0.06587447971105576, 0.08736397325992584, 0.11290068179368973, -0.04964888095855713, 0.06416255980730057, 0.1270129382610321, -0.06589583307504654, -0.03676731511950493, -0.014119881205260754, 0.13094007968902588, 0.01866026781499386, -0.04472101479768753, -0.09146834909915924, 0.08746795356273651, 0.15354759991168976, 0.18243570625782013, 0.1672622114419937, 0.10987377166748047, 0.008144613355398178, 0.046204619109630585, 0.15372931957244873, 0.08417245745658875, 0.13424521684646606, 0.044749338179826736, -0.03638986125588417, 0.007909583859145641, 0.005761710926890373, -0.0013081143843010068, -0.06163490191102028, 0.023955974727869034, -0.2397940307855606, -0.0333021841943264, -0.033589575439691544, 0.010278902016580105, -0.26090487837791443, 0.06297514587640762, -0.022317202761769295, 0.09042954444885254, -0.03359620273113251, 0.14887841045856476, -0.1043904721736908, 0.07588652521371841, 0.11601769179105759, -0.011611356399953365, 0.07510631531476974, 0.024118361994624138, 0.08575040102005005, 0.026634709909558296, -0.0029389963019639254, -0.03601649031043053, -0.0969453752040863, 0.030782580375671387, 0.14520317316055298, -0.08274046331644058, 0.2363254725933075, -0.02129065990447998, -0.007391413673758507, -0.05171869695186615, -0.08532536774873734, -0.11588852852582932, 0.23591235280036926, 0.15493392944335938, 0.08900818973779678, 0.03076842799782753, -0.05624956265091896, -0.019198136404156685, 0.014089172706007957, -0.06694747507572174, 0.026143351569771767, -0.18331892788410187, 0.062291692942380905, -0.0005249916575849056, -0.024947842583060265, -0.008792570792138577, -0.02003374882042408, -0.08263076096773148, 0.049158722162246704, 0.11298495531082153, -0.05664528161287308, 0.028865350410342216, -0.01954711228609085, -0.1545824110507965, 0.09709540009498596, 0.1604790985584259, 0.024763481691479683, -0.10110107064247131, -0.07510972023010254, 0.1772339940071106, 0.02272084914147854, 0.03559461608529091, -0.010492555797100067, 0.11157473921775818, -0.07860897481441498, -0.08578061312437057, 0.017149601131677628, -0.1006970927119255, 0.06424465775489807, -0.0721823126077652, 0.0025052560959011316, -0.11266609281301498, -0.06169906258583069, 0.018583932891488075, -0.04697151482105255, -0.051199771463871, -0.10585977137088776, 0.1646300107240677, -0.024806972593069077, -0.12243971973657608, 0.07595544308423996, 0.08923668414354324, -0.013278634287416935, 0.10998249053955078, -0.125244602560997, 0.054258767515420914, 0.27577000856399536, -0.09590650349855423, 0.24689233303070068, 0.1765087991952896, -0.09511620551347733, -0.1636240929365158, -0.10753390192985535, -0.19986875355243683, -0.14297828078269958, 0.07881351560354233, -0.1653924286365509, 0.08707751333713531, 0.06332166492938995, -0.06974663585424423, 0.16069917380809784, -0.07063159346580505, -0.027039960026741028, 0.10839813947677612, 0.016128744930028915, 0.3662719130516052, 0.002902652369812131, -0.07226745039224625, -0.07003592699766159, -0.11111965775489807, 0.15800631046295166, -0.1469275802373886, 0.03373074531555176, 0.03256348520517349, 0.024349335581064224, -0.016692332923412323, -0.07150913774967194, 0.18985335528850555, 0.11420859396457672, 0.07751740515232086, 0.016099272295832634, -0.019857678562402725, 0.11604877561330795, -0.027985109016299248, -0.0017688263906165957, 0.13619130849838257, 0.06617431342601776, -0.03360702097415924, -0.022339798510074615, -0.009761975146830082, 0.05365370959043503, 0.06195688247680664, -0.026195034384727478, -0.03200652822852135, -0.033340003341436386, -0.008038484491407871, -0.019759858027100563, 0.14366213977336884, 0.03371836245059967, 0.01956254616379738, 0.0520084872841835, -0.037327997386455536, -0.028127189725637436, -0.07302450388669968, -0.10476084053516388, -0.0783361867070198, 0.08772393316030502, -0.11707261949777603, 0.05619857832789421, 0.05976463109254837, 0.039735130965709686, -0.027234040200710297, 0.019033681601285934, -0.0012235986068844795, 0.023272942751646042, 0.06905008107423782, -0.035723909735679626, -0.00509469723328948, 0.10935556143522263, 0.019035426899790764, 0.09220749884843826, 0.13631561398506165, 0.037943124771118164, 0.009159022942185402, -0.00260232575237751, -0.0424482561647892, 0.06756877154111862, -0.0329468697309494, 0.0405263677239418, 0.0004861225897911936, 0.05141149461269379, -0.19399374723434448, 0.17019888758659363, 0.10301035642623901, -0.09605568647384644, 0.0023854707833379507, -0.09304987639188766, -0.10812146216630936, -0.13689450919628143, 0.07269494980573654, 0.1887538731098175, -0.08687836676836014, -0.08505884557962418, 0.08041512221097946, 0.0331278033554554, 0.022860821336507797, 0.17188432812690735, 0.0207749642431736, 0.11144145578145981, -0.004268366377800703, -0.023592520505189896, -0.07967738062143326, -0.11055459082126617, -0.07480785250663757, 0.05412166193127632, -0.17019961774349213, -0.23804514110088348, 0.0144458943977952, 0.19737271964550018, -0.06859927624464035, -0.07172077149152756, -0.08263159543275833, 0.09034513682126999, -0.19905748963356018, 0.11019584536552429, -0.006194667890667915, 0.049149464815855026, 0.013616434298455715, -0.03494856134057045, -0.021503333002328873, -0.002836001804098487, -0.12716016173362732, 0.14280655980110168, 0.08567842841148376, 0.047006551176309586, -0.07182399183511734, 0.0392121747136116, 0.04983378201723099, 0.053366467356681824, 0.08291222155094147, 0.10417793691158295, 0.03183463215827942, 0.09737014770507812, -0.17552849650382996, -0.08779231458902359, 0.015491081401705742, 0.04252445325255394, 0.03987369313836098, 0.014455909840762615, 0.025434641167521477, 0.11046899110078812, -0.06515529751777649, 0.04342246800661087, -0.025369051843881607, -0.13943329453468323, -0.07031172513961792, -0.08285117894411087, -0.12160433828830719, 0.07455287873744965, -0.08978014439344406, 0.08215583115816116, 0.07202497869729996, -0.03502701595425606, 0.03873381391167641, 0.04970604553818703, 0.004150270484387875, -0.059617653489112854, -0.024585353210568428, -0.06060975044965744, -0.06252718716859818, 0.07450100034475327, 0.00013811113603878766, -0.07835932075977325, 0.3825570344924927, 0.083280548453331, -0.03662861883640289, -0.07156072556972504, 0.01573619432747364, -0.18710686266422272, -0.027299316599965096, 0.2896074056625366, 0.0735187828540802, 0.02460387535393238, -0.018713876605033875, 0.02902471087872982, -0.004328438080847263, 0.09046849608421326, -0.05761977657675743, 0.07523159682750702, 0.01648501120507717, -0.1338781714439392, 0.004456687718629837, -0.19662214815616608, -0.04127064347267151, -0.12299011647701263, -0.07570456713438034, 0.03473431617021561, -0.017273619771003723, -0.14140090346336365, -0.05612155422568321, 0.04474230110645294, 0.0432068333029747, -0.06688804179430008, -0.05396526679396629, -0.09621062874794006, -0.22942045331001282, -0.014068784192204475, -0.19376270473003387, 0.07807551324367523, -0.051081664860248566, 0.03508223965764046, 0.02649073116481304, 0.0502394363284111, 0.008961077779531479, 0.024746617302298546, 0.033559221774339676, 0.010283608920872211, -0.03180777654051781, -0.02270115166902542, -0.07921244204044342, -0.022367360070347786, 0.019970381632447243, 0.09990598261356354, -0.05782205983996391, -0.07077469676733017, 0.0025150582659989595, 0.1421109288930893, 0.0458526685833931, -0.0410492867231369, -0.06798908114433289, -0.04909959435462952, 0.04012865945696831, -0.05853575840592384, 0.1668064445257187, 0.00755792623385787, 0.040570322424173355, 0.04007437452673912, 0.20096367597579956, 0.06841707229614258, -0.012776045128703117, -0.07923293113708496, 0.04848562180995941, -0.08404601365327835, 0.07562864571809769, -0.06055222451686859, 0.013349508866667747, -0.041581038385629654, 0.30088162422180176, 0.11804395914077759, 0.09421343356370926, -0.004102799575775862, 0.0510433129966259, 0.020713631063699722, 0.06429386138916016, 0.06573659926652908, -0.027206910774111748, 0.014494461007416248, -0.07102400809526443, -0.04651486501097679, 0.016738398000597954, 0.030561299994587898, -0.03738389164209366, 0.037579961121082306, 0.025968709960579872, -0.02966305799782276, -0.13661840558052063, 0.13673168420791626, -0.15928442776203156, 0.09947317838668823, 0.05341353639960289, 0.015134405344724655, -0.02426309511065483, -0.04700954630970955, 0.19094885885715485, 0.020466290414333344, -0.040780339390039444, -0.10411068797111511, -0.036504462361335754, -0.00015082955360412598, -0.0025751679204404354, -0.210731640458107, -0.2328142374753952, 0.07369036972522736, 0.1367557793855667, 0.15696373581886292, -0.052784498780965805, 0.002846673596650362, 0.002243514871224761, 0.01396078709512949, -0.14779099822044373, 0.0630824938416481, -0.02389618195593357, -0.014530397951602936, -0.02642340585589409, 0.018588481470942497, -0.10407008975744247, 0.021993163973093033, -0.004756097216159105, -0.021157648414373398, -0.09801792353391647, 0.17652446031570435, 0.10682125389575958, 0.07300473004579544, 0.02825574018061161, -0.018882712349295616, 0.08221488445997238, -0.11168161779642105, -0.03969366103410721, -0.046311043202877045, -0.0736384317278862, 0.1550573706626892, -0.04222501069307327, -0.04334264248609543, -0.04135053604841232, -0.04458006098866463, -0.05406368151307106, 0.23593534529209137, 0.05647449940443039, -0.04653456062078476, 0.0756044089794159, -0.021719984710216522, 0.021486688405275345, 0.011823230423033237, 0.017130937427282333, 0.17910902202129364, 0.017542239278554916, -0.0780610740184784, -0.011930078268051147, 0.054614827036857605, -0.00559314526617527, -0.015957191586494446, -0.10856404155492783 ]
ad2a0fdfdffed33ec5e6424728addc6bedfede6a
# Dataset Card for "QADatasetForPatho" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Galahad3x/QADatasetForPatho
[ "region:us" ]
2023-02-09T14:43:19+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "struct": [{"name": "answer_start", "sequence": "int64"}, {"name": "text", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 35253904, "num_examples": 1567}, {"name": "test", "num_bytes": 9123066, "num_examples": 339}], "download_size": 655278, "dataset_size": 44376970}}
2023-02-09T15:13:03+00:00
[]
[]
TAGS #region-us
# Dataset Card for "QADatasetForPatho" More Information needed
[ "# Dataset Card for \"QADatasetForPatho\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"QADatasetForPatho\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"QADatasetForPatho\"\n\nMore Information needed" ]
[ -0.14813344180583954, 0.19924746453762054, -0.0040603685192763805, 0.01593863219022751, 0.10462421923875809, 0.08773735910654068, 0.05931037291884422, 0.09873434901237488, 0.12894794344902039, -0.015965644270181656, 0.07639206945896149, -0.02989666722714901, 0.10871778428554535, 0.21718648076057434, -0.039446569979190826, -0.10153722763061523, 0.02405977062880993, 0.03416662663221359, -0.07771623879671097, 0.06383206695318222, 0.02081557735800743, -0.05196932703256607, 0.04743674769997597, -0.07453586161136627, -0.15972821414470673, 0.06126381829380989, -0.023256948217749596, -0.09043209254741669, 0.0844927653670311, -0.050310585647821426, 0.13470786809921265, 0.05244527757167816, -0.014570529572665691, -0.16476386785507202, 0.03647496923804283, -0.026436369866132736, -0.10969355702400208, 0.0186601709574461, 0.02759876661002636, -0.04307202994823456, -0.20271101593971252, 0.0755171850323677, -0.023642586544156075, 0.014169881120324135, -0.14620685577392578, -0.19678974151611328, -0.10339676588773727, -0.08085313439369202, -0.004106959328055382, -0.005643922369927168, 0.04447633773088455, 0.11953269690275192, -0.14819391071796417, 0.023705385625362396, -0.016026131808757782, -0.1694333702325821, 0.024407263845205307, 0.09281603991985321, 0.000035616354580270126, 0.11582786589860916, -0.01714814081788063, 0.03218398243188858, 0.0855986699461937, -0.008626602590084076, -0.06215741112828255, -0.07887884229421616, -0.07488562166690826, 0.06708315014839172, -0.039516083896160126, -0.05839057266712189, 0.28708451986312866, -0.0016081585781648755, -0.02132568508386612, 0.08729061484336853, -0.039861857891082764, -0.07788854092359543, 0.03718172013759613, 0.07766731828451157, -0.002926376648247242, 0.031472545117139816, 0.08222134411334991, 0.01315117347985506, -0.11609721183776855, -0.10106693208217621, -0.18428418040275574, -0.014010303653776646, -0.029470670968294144, 0.10077109932899475, -0.2287190556526184, -0.008274424821138382, -0.1227281242609024, -0.052197959274053574, -0.03553086891770363, -0.14233101904392242, -0.04302321374416351, 0.03454979509115219, 0.03742648661136627, -0.015816448256373405, 0.1286802738904953, 0.05212204158306122, 0.15585511922836304, 0.0611945204436779, -0.08170630037784576, 0.06461142003536224, 0.15309251844882965, 0.05355898290872574, 0.030715107917785645, -0.023182708770036697, 0.027609361335635185, -0.07600518316030502, -0.059041544795036316, -0.09293218702077866, -0.11231409013271332, -0.048759348690509796, -0.030230937525629997, 0.16697818040847778, 0.00003827191176242195, -0.1287824958562851, -0.02428649738430977, -0.06219790503382683, 0.1611231416463852, -0.09063274413347244, -0.03909526392817497, -0.010002417489886284, -0.038354359567165375, -0.014942421577870846, -0.11585820466279984, 0.007186933420598507, 0.054434895515441895, 0.005483192391693592, -0.03826013207435608, -0.08423798531293869, 0.001091125188395381, 0.012604630552232265, 0.049280907958745956, -0.13414837419986725, 0.10330184549093246, -0.15210489928722382, -0.18850788474082947, 0.03808682784438133, 0.02061711810529232, -0.04029802978038788, 0.08869075775146484, 0.03764256462454796, 0.12383794784545898, -0.07517584413290024, -0.061159320175647736, 0.1147003248333931, -0.06670327484607697, 0.1105305626988411, 0.04518177732825279, 0.1000288650393486, -0.2641946077346802, 0.06240620091557503, -0.08425240963697433, 0.04503800347447395, -0.02019280008971691, 0.03392542898654938, -0.10969449579715729, 0.07387144863605499, -0.028182102367281914, -0.017960162833333015, -0.07911653071641922, -0.004527243785560131, -0.006758448202162981, 0.08492621779441833, -0.2011357843875885, -0.042919762432575226, 0.2444837987422943, -0.14573949575424194, -0.23976373672485352, -0.0010958864586427808, -0.006853597704321146, 0.12203659117221832, -0.00003749934694496915, 0.34761911630630493, 0.1477881371974945, -0.08380891382694244, 0.0008415826014243066, 0.07556942105293274, -0.1268886923789978, -0.3247516453266144, 0.06682327389717102, -0.008242541924118996, -0.07819310575723648, 0.046530582010746, 0.07607328146696091, 0.021808339282870293, -0.030235519632697105, -0.1164596751332283, -0.0008374163298867643, -0.16530320048332214, 0.02747475914657116, -0.017681272700428963, 0.03936447948217392, 0.06278146803379059, 0.14955483376979828, -0.10637913644313812, 0.04617557302117348, 0.0444612056016922, -0.025363799184560776, -0.03937022015452385, 0.20208050310611725, -0.07278722524642944, 0.0001540092343930155, -0.12353686988353729, -0.10139891505241394, 0.026924150064587593, -0.04190659150481224, -0.0008176845731213689, 0.018148936331272125, 0.06266280263662338, -0.04681883007287979, 0.012010086327791214, -0.009700811468064785, 0.10074318945407867, 0.029899418354034424, 0.011893127113580704, 0.11728397011756897, 0.06287603080272675, -0.10421749949455261, 0.03921231999993324, 0.02670951932668686, -0.04665190353989601, 0.10600828379392624, -0.027943028137087822, 0.02845851518213749, 0.05198226496577263, 0.06310125440359116, 0.03860703483223915, 0.02091003768146038, -0.011865327134728432, 0.02742740884423256, -0.010642724111676216, -0.036123041063547134, -0.005455017555505037, -0.046772293746471405, 0.24141111969947815, 0.08980187028646469, 0.03282785788178444, 0.056522268801927567, -0.20058488845825195, 0.01649845764040947, -0.012364136055111885, -0.0495295450091362, 0.05702415481209755, -0.06722499430179596, -0.009439928457140923, 0.054239705204963684, -0.07061063498258591, 0.04747864231467247, 0.07721041142940521, 0.003052883083000779, -0.08896105736494064, 0.016326798126101494, 0.1553933024406433, -0.1750413030385971, 0.09076353907585144, 0.27439409494400024, 0.1663409024477005, 0.16458283364772797, -0.07993759214878082, -0.061850469559431076, -0.007850201800465584, -0.0011140165152028203, -0.05001156032085419, 0.21813593804836273, -0.018553096801042557, 0.03942853584885597, 0.08103672415018082, 0.016663016751408577, 0.07308982312679291, -0.08819636702537537, -0.13739164173603058, -0.04122646898031235, 0.02132885716855526, -0.2644309997558594, 0.031289346516132355, 0.014649842865765095, 0.05128324776887894, 0.04239577427506447, 0.015728063881397247, 0.13725396990776062, -0.014160452410578728, -0.0005026328144595027, 0.12407730519771576, -0.16679716110229492, -0.29702794551849365, -0.04976169764995575, -0.09325898438692093, 0.03934834524989128, -0.029024163261055946, 0.0029703264590352774, -0.18521632254123688, -0.013185989111661911, 0.11277810484170914, -0.12157471477985382, -0.1241617202758789, -0.009033206850290298, -0.0344076007604599, 0.03252767026424408, -0.029657434672117233, -0.06795057654380798, 0.0063202958554029465, -0.07145988941192627, 0.07112514227628708, 0.19136160612106323, -0.1522907167673111, 0.1472650170326233, 0.09398332238197327, -0.03196734935045242, 0.09133324027061462, -0.0603790208697319, 0.17842546105384827, -0.08576764166355133, -0.009575565345585346, 0.12297336757183075, 0.01391926035284996, 0.040428176522254944, 0.1279410719871521, 0.015353239141404629, -0.13087081909179688, -0.009489670395851135, -0.03552421182394028, -0.17156177759170532, -0.2746064066886902, -0.0997748002409935, -0.03799416869878769, 0.0827198177576065, 0.0047649359330534935, 0.07304789125919342, -0.026217611506581306, 0.11880331486463547, 0.17335137724876404, -0.07740518450737, -0.2062073051929474, -0.04190200939774513, -0.008099157363176346, 0.021190105006098747, -0.005737494211643934, -0.12471500784158707, 0.04445159062743187, 0.16617324948310852, 0.3327156603336334, 0.2736174166202545, 0.059965576976537704, 0.021754596382379532, 0.03322289139032364, 0.2568663954734802, 0.15475575625896454, 0.1117779091000557, 0.04639802873134613, -0.033951546996831894, -0.0016219245735555887, 0.032906923443078995, -0.13414445519447327, 0.016125790774822235, 0.10911906510591507, -0.1838650107383728, -0.01568526215851307, -0.05460089445114136, -0.004046544432640076, -0.06658877432346344, 0.025292102247476578, 0.0007970270235091448, 0.10654273629188538, 0.004570994060486555, 0.13294294476509094, -0.09497571736574173, 0.10705539584159851, 0.018374744802713394, -0.11654399335384369, 0.05844998359680176, -0.014922866597771645, 0.07487855851650238, -0.047639306634664536, -0.004524699877947569, -0.07363268733024597, -0.1778387725353241, -0.010216458700597286, 0.12538295984268188, -0.25372233986854553, 0.28336337208747864, 0.025029711425304413, -0.04444119706749916, -0.08831652253866196, -0.07244246453046799, -0.0407281368970871, -0.006508666556328535, 0.15775643289089203, 0.02740255929529667, -0.10918411612510681, -0.20630668103694916, -0.06370358169078827, 0.06624235957860947, 0.0756741315126419, 0.05727769434452057, -0.09047231078147888, 0.05092114210128784, 0.03274479880928993, -0.07808835804462433, -0.10102079808712006, 0.013710380531847477, -0.09072241187095642, 0.01724645495414734, -0.0003410829813219607, -0.032114870846271515, 0.01070929504930973, 0.021128293126821518, -0.10419519990682602, -0.07016898691654205, -0.010405545122921467, -0.0834624394774437, -0.06939183175563812, -0.09114428609609604, 0.11053665727376938, -0.07142475247383118, 0.06690828502178192, -0.01504802331328392, -0.0293333251029253, -0.038257621228694916, -0.1595141738653183, 0.07062967866659164, -0.058263760060071945, 0.10528896749019623, -0.059478893876075745, 0.07933664321899414, -0.0460159108042717, 0.019367869943380356, 0.031010659411549568, -0.026656655594706535, -0.08457271754741669, -0.07848363369703293, 0.15711751580238342, -0.18734917044639587, 0.04360058531165123, 0.1426490694284439, 0.013525454327464104, -0.0003643935779109597, 0.0488157719373703, -0.05044449120759964, 0.23824644088745117, 0.16795875132083893, -0.056562330573797226, 0.18835067749023438, 0.17121762037277222, -0.04332676902413368, -0.21970370411872864, -0.02011714316904545, -0.11869902908802032, -0.023581670597195625, 0.0491352453827858, -0.2489704042673111, 0.02842612750828266, 0.15332426130771637, -0.033983681350946426, 0.21755798161029816, -0.0900859534740448, 0.010987772606313229, 0.15743528306484222, 0.039542682468891144, 0.31319284439086914, -0.13851870596408844, -0.07006562501192093, -0.02005787007510662, -0.2047004997730255, 0.1440993994474411, -0.08018554002046585, 0.02107987552881241, -0.02669110707938671, 0.14707040786743164, -0.024355104193091393, -0.04352843761444092, 0.16610059142112732, 0.07605256885290146, 0.02273022010922432, -0.05522589385509491, -0.10183987021446228, 0.10678069293498993, -0.05669742077589035, -0.05195630341768265, 0.08979969471693039, 0.030590860173106194, -0.2241995483636856, 0.012227589264512062, -0.026759501546621323, -0.011941226199269295, 0.0519462451338768, -0.11752676963806152, -0.04087860882282257, 0.03068920597434044, -0.08335713297128677, -0.014183505438268185, 0.008917846716940403, -0.038476988673210144, 0.046930812299251556, 0.17251095175743103, 0.034037791192531586, -0.08829494565725327, -0.01233483012765646, -0.11110590398311615, -0.06963572651147842, 0.08839964121580124, -0.14153465628623962, 0.04080668464303017, 0.1464504897594452, 0.004082594998180866, 0.02194196730852127, 0.022942764684557915, -0.01266142912209034, 0.135629802942276, 0.14427487552165985, -0.04773864522576332, -0.08358124643564224, 0.048731327056884766, 0.016617784276604652, 0.013185539282858372, 0.0611971877515316, 0.01037591602653265, 0.1219271719455719, -0.04209823161363602, -0.030222032219171524, 0.02023436315357685, -0.04377402737736702, 0.08195846527814865, 0.1629125475883484, 0.031489308923482895, -0.16347721219062805, 0.18813973665237427, 0.05662812665104866, -0.0904853343963623, 0.005008081905543804, 0.0006157870520837605, -0.07325397431850433, -0.08874663710594177, -0.06927868723869324, 0.16765166819095612, -0.19079262018203735, -0.11967141926288605, 0.01724402792751789, -0.04877651482820511, -0.004844084847718477, 0.14510710537433624, 0.0022708005271852016, 0.03690231591463089, 0.03980753943324089, -0.0403156653046608, 0.00971323624253273, -0.05545760691165924, -0.08523901551961899, 0.028283627703785896, -0.08370476216077805, -0.21977247297763824, -0.04469067603349686, 0.27502167224884033, -0.07275047898292542, -0.1357450634241104, -0.09560488164424896, 0.08480744808912277, -0.26049789786338806, 0.06268192827701569, 0.02584978938102722, 0.017300348728895187, -0.051091331988573074, -0.005964582320302725, -0.030654219910502434, -0.014833074063062668, -0.13359445333480835, 0.1351313441991806, 0.03397113084793091, -0.005499687511473894, -0.06026676669716835, -0.030687468126416206, 0.05395851284265518, 0.08188491314649582, 0.13514508306980133, 0.06940428167581558, 0.00006493009277619421, 0.13077804446220398, 0.058102745562791824, -0.09102737903594971, 0.03816821426153183, 0.04878133907914162, 0.10101049393415451, 0.07930869609117508, 0.0035623586736619473, 0.04010292515158653, -0.12059278041124344, 0.06340070813894272, 0.02366407960653305, -0.10011870414018631, 0.018771395087242126, -0.06222976744174957, -0.08522914350032806, 0.0020465864799916744, -0.04306310787796974, 0.11864005774259567, 0.027294408529996872, -0.06534703820943832, 0.07055705040693283, 0.056158460676670074, -0.009090680629014969, -0.06692031025886536, -0.009585591033101082, -0.09404284507036209, -0.03573385253548622, 0.017863672226667404, 0.006316227372735739, -0.01834902912378311, 0.3881673216819763, -0.042498547583818436, -0.04264972358942032, -0.03105553612112999, 0.07916851341724396, -0.04169385880231857, -0.03791237622499466, 0.3088763952255249, 0.09990011900663376, -0.018188973888754845, -0.018376730382442474, 0.07441657036542892, -0.05884416401386261, 0.15337225794792175, 0.1039678156375885, 0.05731978639960289, 0.09557817876338959, -0.04767587035894394, 0.024310769513249397, -0.0033795142080634832, 0.024155208840966225, -0.04732948914170265, -0.022969236597418785, 0.015215268358588219, 0.060260873287916183, -0.13936704397201538, 0.009603477083146572, -0.006817887537181377, 0.028247468173503876, -0.04901909455657005, -0.07566210627555847, -0.08103673905134201, -0.04820912703871727, -0.03613904491066933, -0.05549301579594612, 0.0437069796025753, -0.05799984559416771, -0.018179623410105705, 0.18925811350345612, 0.033903568983078, -0.03127988427877426, 0.1170000284910202, -0.021598802879452705, 0.019581347703933716, 0.05791005119681358, 0.02457280084490776, -0.01630908064544201, -0.01753673329949379, -0.004942708648741245, 0.009534181095659733, 0.004866417963057756, -0.05309726670384407, 0.011295209638774395, 0.023729590699076653, -0.022794276475906372, -0.14962011575698853, -0.02706962823867798, -0.08490727841854095, 0.10882485657930374, -0.09580035507678986, 0.100522980093956, -0.0002484119904693216, 0.05404561012983322, 0.04761730134487152, 0.11360025405883789, 0.05601540952920914, 0.02906763181090355, -0.04646756127476692, -0.016736995428800583, -0.08212987333536148, 0.07695680111646652, -0.0053157564252614975, -0.06260202825069427, -0.036706119775772095, 0.24431750178337097, 0.18528185784816742, -0.12514322996139526, -0.005586173851042986, 0.027652598917484283, 0.047789957374334335, 0.03164762631058693, 0.22819918394088745, 0.0424112007021904, 0.12674961984157562, -0.07094935327768326, -0.0868239775300026, -0.043574102222919464, -0.02141493186354637, -0.054662127047777176, 0.12259028851985931, 0.06257839500904083, -0.024528976529836655, -0.11522114276885986, 0.1487961858510971, -0.18905402719974518, 0.18267753720283508, -0.04062068462371826, -0.1381845772266388, -0.17898862063884735, -0.07546350359916687, 0.067742720246315, 0.04795285314321518, -0.018736548721790314, -0.07336468249559402, -0.011966511607170105, 0.020715894177556038, 0.0013556641060858965, -0.24963736534118652, -0.16485531628131866, 0.08201801031827927, 0.05129881203174591, 0.10126274079084396, -0.010209365747869015, 0.015902776271104813, 0.014720560051500797, 0.07515455037355423, -0.06609613448381424, 0.07421927154064178, 0.057871442288160324, 0.032245077192783356, -0.0675772950053215, -0.012016833759844303, -0.02086133509874344, -0.09727154672145844, 0.06632070988416672, 0.052928585559129715, -0.017428608611226082, 0.09126106649637222, 0.05199554190039635, -0.014600568450987339, 0.08057259023189545, -0.08764442801475525, 0.12034520506858826, -0.022697828710079193, -0.016271911561489105, -0.0020398239139467478, -0.02555643394589424, 0.07293581962585449, 0.033796533942222595, -0.055727336555719376, -0.07431623339653015, 0.04037141054868698, -0.09148064255714417, 0.06961627304553986, -0.024385865777730942, -0.1875825673341751, 0.08676750957965851, -0.1295771300792694, 0.0734972134232521, -0.006826744414865971, 0.12291563302278519, 0.052861157804727554, 0.05748117342591286, -0.01744864508509636, 0.12028833478689194, -0.0026977485977113247, -0.012331599369645119, -0.03279675543308258, -0.04502483457326889 ]
e0194203f77ab05bdccca4f1b197ced598100206
# Satvision Pretraining Dataset - Small - **Developed by:** NASA GSFC CISTO Data Science Group - **Model type:** Pre-trained visual transformer model - **License:** Apache license 2.0 This dataset repository houses the pretraining data for the Satvision pretrained transformers. This dataset was constructed using [webdatasets](https://github.com/webdataset/webdataset) to limit the number of inodes used in HPC systems with limited shared storage. Each file has 100000 tiles, with pairs of image input and annotation. The data has been further compressed to ease the download from HuggingFace. SatelliteVision-Base (SatVis-B) is a pre-trained vision transformer based on the SwinV2 mode architecture. The model is pre-trained on global MODIS surface reflectance data from which 1.99 million image chips were used. SatVis-B is pre-trained using the masked-image-modeling (MIM) contrastive pre-training strategy. The MIM pre-training approach utilizes random masking of the input geospatial image chip, using a linear layer to regress the raw pixel values of the masked area with an l1 loss serving as the loss function. Resolution of the pre-training MODIS chips was `128x128` with a window size of `16x16`. SatViz-B was pre-trained for `800` epochs on 8x A100 GPUs and 12x V100 GPUs. ### SatVision Transformer **Pre-trained models pre-trained on MODIS-Small dataset** | name | pre-train epochs | pre-train resolution | #params | pre-trained model | | :---: | :---: | :---: | :---: | :---: | | SatVision-Base | 800 | 128x128 | 84.5m | [checkpoint](https://huggingface.co/nasa-cisto-data-science-group/satvision-base/blob/main/ckpt_epoch_800.pth)/[config](https://github.com/nasa-nccs-hpda/pytorch-caney/blob/develop/examples/satvision/mim_pretrain_swinv2_satvision_base_192_window12_800ep.yaml) | ## Getting Started with SatVision-Base - **Training repository:** https://github.com/nasa-nccs-hpda/pytorch-caney - **Pre-training dataset repository:** https://huggingface.co/datasets/nasa-cisto-data-science-group/satvision-pretrain-small ### Installation If you have singularity installed ```bash $ git clone [email protected]:nasa-nccs-hpda/pytorch-caney.git $ singularity build --sandbox pytorch-caney.sif docker://nasanccs/pytorch-caney:latest # To shell into the container $ singularity shell --nv -B <mounts> pytorch-caney.sif ``` Anaconda installation ```bash $ git clone [email protected]:nasa-nccs-hpda/pytorch-caney.git $ conda create -n satvision-env python==3.9 ``` ### Fine-tuning Satvision-Base - Create config file [example config](https://github.com/nasa-nccs-hpda/pytorch-caney/blob/finetuning/examples/satvision/finetune_satvision_base_landcover5class_192_window12_100ep.yaml) - Download checkpoint from this HF model repo - `$ git clone [email protected]:nasa-nccs-hpda/pytorch-caney.git` - Add a new pytorch dataset in pytorch-caney/pytorch_caney/data/datasets/ - Add new pytorch dataset to dict in pytorch-caney/pytorch_caney/data/datamodules/finetune_datamodule.py ```bash torchrun --nproc_per_node <NGPUS> pytorch-caney/pytorch_caney/pipelines/finetuning/finetune.py --cfg <config-file> --pretrained <path-to-pretrained> --dataset <dataset-name (key for new dataset)> --data-paths <path-to-data-dir> --batch-size <batch-size> --output <output-dir> --enable-amp ``` ### Pre-training with pytorch-caney ## Pre-training with SatVision-Base with Masked Image Modeling and pytorch-caney To pre-train the swinv2 base model with masked image modeling pre-training, run: ```bash torchrun --nproc_per_node <NGPUS> pytorch-caney/pytorch_caney/pipelines/pretraining/mim.py --cfg <config-file> --dataset <dataset-name> --data-paths <path-to-data-subfolder-1> --batch-size <batch-size> --output <output-dir> --enable-amp ``` For example to run on a compute node with 4 GPUs and a batch size of 128 on the MODIS SatVision pre-training dataset with a base swinv2 model, run: ```bash singularity shell --nv -B <mounts> /path/to/container/pytorch-caney-container Singularity> export PYTHONPATH=$PWD:$PWD/pytorch-caney Singularity> torchrun --nproc_per_node 4 pytorch-caney/pytorch_caney/pipelines/pretraining/mim.py --cfg pytorch-caney/examples/satvision/mim_pretrain_swinv2_satvision_base_192_window12_800ep.yaml --dataset MODIS --data-paths /explore/nobackup/projects/ilab/data/satvision/pretraining/training_* --batch-size 128 --output . --enable-amp ``` ## SatVision-Base Pre-Training Datasets | name | bands | resolution | #chips | meters-per-pixel | | :---: | :---: | :---: | :---: | :---: | | MODIS-Small | 7 | 128x128 | 1,994,131 | 500m | ## Citing SatVision-Base If this model helped your research, please cite `satvision-base` in your publications. ``` @misc{satvision-base, author = {Carroll, Mark and Li, Jian and Spradlin, Caleb and Caraballo-Vega, Jordan}, doi = {10.57967/hf/1017}, month = aug, title = {{satvision-base}}, url = {https://huggingface.co/nasa-cisto-data-science-group/satvision-base}, repository-code = {https://github.com/nasa-nccs-hpda/pytorch-caney} year = {2023} } ```
nasa-cisto-data-science-group/satvision-pretrain-small
[ "language:en", "license:apache-2.0", "region:us" ]
2023-02-09T14:55:44+00:00
{"language": ["en"], "license": "apache-2.0"}
2023-08-31T00:38:48+00:00
[]
[ "en" ]
TAGS #language-English #license-apache-2.0 #region-us
Satvision Pretraining Dataset - Small ===================================== * Developed by: NASA GSFC CISTO Data Science Group * Model type: Pre-trained visual transformer model * License: Apache license 2.0 This dataset repository houses the pretraining data for the Satvision pretrained transformers. This dataset was constructed using webdatasets to limit the number of inodes used in HPC systems with limited shared storage. Each file has 100000 tiles, with pairs of image input and annotation. The data has been further compressed to ease the download from HuggingFace. SatelliteVision-Base (SatVis-B) is a pre-trained vision transformer based on the SwinV2 mode architecture. The model is pre-trained on global MODIS surface reflectance data from which 1.99 million image chips were used. SatVis-B is pre-trained using the masked-image-modeling (MIM) contrastive pre-training strategy. The MIM pre-training approach utilizes random masking of the input geospatial image chip, using a linear layer to regress the raw pixel values of the masked area with an l1 loss serving as the loss function. Resolution of the pre-training MODIS chips was '128x128' with a window size of '16x16'. SatViz-B was pre-trained for '800' epochs on 8x A100 GPUs and 12x V100 GPUs. ### SatVision Transformer Pre-trained models pre-trained on MODIS-Small dataset Getting Started with SatVision-Base ----------------------------------- * Training repository: URL * Pre-training dataset repository: URL ### Installation If you have singularity installed Anaconda installation ### Fine-tuning Satvision-Base * Create config file example config * Download checkpoint from this HF model repo * '$ git clone git@URL:nasa-nccs-hpda/URL' * Add a new pytorch dataset in pytorch-caney/pytorch\_caney/data/datasets/ * Add new pytorch dataset to dict in pytorch-caney/pytorch\_caney/data/datamodules/finetune\_datamodule.py ### Pre-training with pytorch-caney Pre-training with SatVision-Base with Masked Image Modeling and pytorch-caney ----------------------------------------------------------------------------- To pre-train the swinv2 base model with masked image modeling pre-training, run: For example to run on a compute node with 4 GPUs and a batch size of 128 on the MODIS SatVision pre-training dataset with a base swinv2 model, run: SatVision-Base Pre-Training Datasets ------------------------------------ Citing SatVision-Base --------------------- If this model helped your research, please cite 'satvision-base' in your publications.
[ "### SatVision Transformer\n\n\nPre-trained models pre-trained on MODIS-Small dataset\n\n\n\nGetting Started with SatVision-Base\n-----------------------------------\n\n\n* Training repository: URL\n* Pre-training dataset repository: URL", "### Installation\n\n\nIf you have singularity installed\n\n\nAnaconda installation", "### Fine-tuning Satvision-Base\n\n\n* Create config file example config\n* Download checkpoint from this HF model repo\n* '$ git clone git@URL:nasa-nccs-hpda/URL'\n* Add a new pytorch dataset in pytorch-caney/pytorch\\_caney/data/datasets/\n* Add new pytorch dataset to dict in pytorch-caney/pytorch\\_caney/data/datamodules/finetune\\_datamodule.py", "### Pre-training with pytorch-caney\n\n\nPre-training with SatVision-Base with Masked Image Modeling and pytorch-caney\n-----------------------------------------------------------------------------\n\n\nTo pre-train the swinv2 base model with masked image modeling pre-training, run:\n\n\nFor example to run on a compute node with 4 GPUs and a batch size of 128 on the MODIS SatVision pre-training dataset with a base swinv2 model, run:\n\n\nSatVision-Base Pre-Training Datasets\n------------------------------------\n\n\n\nCiting SatVision-Base\n---------------------\n\n\nIf this model helped your research, please cite 'satvision-base' in your publications." ]
[ "TAGS\n#language-English #license-apache-2.0 #region-us \n", "### SatVision Transformer\n\n\nPre-trained models pre-trained on MODIS-Small dataset\n\n\n\nGetting Started with SatVision-Base\n-----------------------------------\n\n\n* Training repository: URL\n* Pre-training dataset repository: URL", "### Installation\n\n\nIf you have singularity installed\n\n\nAnaconda installation", "### Fine-tuning Satvision-Base\n\n\n* Create config file example config\n* Download checkpoint from this HF model repo\n* '$ git clone git@URL:nasa-nccs-hpda/URL'\n* Add a new pytorch dataset in pytorch-caney/pytorch\\_caney/data/datasets/\n* Add new pytorch dataset to dict in pytorch-caney/pytorch\\_caney/data/datamodules/finetune\\_datamodule.py", "### Pre-training with pytorch-caney\n\n\nPre-training with SatVision-Base with Masked Image Modeling and pytorch-caney\n-----------------------------------------------------------------------------\n\n\nTo pre-train the swinv2 base model with masked image modeling pre-training, run:\n\n\nFor example to run on a compute node with 4 GPUs and a batch size of 128 on the MODIS SatVision pre-training dataset with a base swinv2 model, run:\n\n\nSatVision-Base Pre-Training Datasets\n------------------------------------\n\n\n\nCiting SatVision-Base\n---------------------\n\n\nIf this model helped your research, please cite 'satvision-base' in your publications." ]
[ 18, 53, 14, 124, 152 ]
[ "passage: TAGS\n#language-English #license-apache-2.0 #region-us \n### SatVision Transformer\n\n\nPre-trained models pre-trained on MODIS-Small dataset\n\n\n\nGetting Started with SatVision-Base\n-----------------------------------\n\n\n* Training repository: URL\n* Pre-training dataset repository: URL### Installation\n\n\nIf you have singularity installed\n\n\nAnaconda installation### Fine-tuning Satvision-Base\n\n\n* Create config file example config\n* Download checkpoint from this HF model repo\n* '$ git clone git@URL:nasa-nccs-hpda/URL'\n* Add a new pytorch dataset in pytorch-caney/pytorch\\_caney/data/datasets/\n* Add new pytorch dataset to dict in pytorch-caney/pytorch\\_caney/data/datamodules/finetune\\_datamodule.py### Pre-training with pytorch-caney\n\n\nPre-training with SatVision-Base with Masked Image Modeling and pytorch-caney\n-----------------------------------------------------------------------------\n\n\nTo pre-train the swinv2 base model with masked image modeling pre-training, run:\n\n\nFor example to run on a compute node with 4 GPUs and a batch size of 128 on the MODIS SatVision pre-training dataset with a base swinv2 model, run:\n\n\nSatVision-Base Pre-Training Datasets\n------------------------------------\n\n\n\nCiting SatVision-Base\n---------------------\n\n\nIf this model helped your research, please cite 'satvision-base' in your publications." ]
[ -0.10034067183732986, 0.14931818842887878, -0.003801466664299369, 0.0336209274828434, 0.12164171785116196, 0.06367415934801102, 0.07151414453983307, 0.1555173248052597, -0.006584804970771074, 0.07091446220874786, 0.05866234004497528, 0.042655546218156815, 0.13868848979473114, 0.06808753311634064, 0.09922385960817337, -0.27593761682510376, 0.00659906817600131, -0.05694442614912987, -0.08910873532295227, 0.10525428503751755, 0.09810846298933029, -0.11188188940286636, 0.0655040591955185, -0.006492616608738899, -0.057973820716142654, -0.026281479746103287, -0.05775141716003418, -0.028445597738027573, 0.07595276832580566, -0.007680241018533707, 0.08969039469957352, 0.01010804157704115, 0.12811796367168427, -0.26478463411331177, 0.009392138570547104, 0.08941538631916046, 0.04153569042682648, 0.06831447035074234, 0.11415095627307892, 0.021769270300865173, 0.09508167952299118, -0.08029831200838089, 0.07189076393842697, 0.07436243444681168, -0.07703191787004471, -0.24203528463840485, -0.08997467160224915, 0.02267412282526493, 0.09853383898735046, 0.11307405680418015, -0.054078295826911926, 0.07015293836593628, -0.05197782814502716, 0.05020330101251602, 0.1489826887845993, -0.14139674603939056, -0.06743194162845612, 0.0897066667675972, 0.03733908757567406, 0.09004411846399307, -0.0754784420132637, -0.014580993913114071, -0.02624647691845894, 0.05059165507555008, 0.024300923570990562, 0.008079526014626026, 0.0008479605312459171, 0.01696896180510521, -0.14054761826992035, -0.09085101634263992, 0.08913902193307877, 0.011410471051931381, -0.015474066138267517, -0.12955906987190247, -0.04854433983564377, -0.10934669524431229, -0.052542153745889664, -0.02733674831688404, 0.019234776496887207, -0.013170159421861172, 0.03857417777180672, -0.12174466997385025, -0.12374259531497955, -0.07628627121448517, 0.09902825206518173, 0.012961674481630325, 0.09243568032979965, 0.027734024450182915, 0.06957463175058365, 0.13100717961788177, 0.038882046937942505, -0.10589949786663055, 0.028591493144631386, -0.06453069299459457, -0.137121319770813, 0.03390667960047722, -0.009379174560308456, -0.04268087074160576, 0.021843386813998222, 0.15071573853492737, -0.06996732950210571, 0.044888123869895935, -0.025837669149041176, -0.005115156527608633, -0.024730436503887177, 0.06830380856990814, -0.15055924654006958, -0.007421557325869799, -0.0499752014875412, 0.07427169382572174, -0.03929957374930382, 0.0117073068395257, -0.04147293046116829, 0.018687350675463676, 0.030911263078451157, 0.061144132167100906, 0.059577666223049164, -0.009191685356199741, -0.07140081375837326, -0.06744775921106339, 0.1147410050034523, -0.10589593648910522, 0.010508048348128796, 0.016069883480668068, -0.013005953282117844, -0.04578348621726036, 0.04170006141066551, 0.03411899134516716, -0.08773644268512726, 0.07546575367450714, -0.0320022813975811, -0.013544576242566109, -0.11035893112421036, -0.06055702269077301, 0.003902400378137827, -0.0622895210981369, -0.07778458297252655, -0.05601038783788681, -0.11317338794469833, -0.02694450505077839, 0.088669054210186, -0.0561363585293293, -0.0637497752904892, 0.004978489596396685, -0.046210795640945435, 0.0033688603434711695, 0.017070218920707703, 0.1477278620004654, -0.024563120678067207, 0.06013346463441849, 0.013746516779065132, 0.06396397948265076, 0.048350244760513306, 0.03519798070192337, -0.04061683267354965, 0.044591523706912994, -0.106853187084198, 0.09600640088319778, -0.11635098606348038, -0.02304399572312832, -0.12593740224838257, -0.06700615584850311, -0.0651061162352562, 0.0092680174857378, 0.06188467517495155, 0.1120932549238205, -0.1781761348247528, -0.014318933710455894, 0.1771603524684906, -0.07424665242433548, -0.08255946636199951, 0.12732112407684326, -0.01514520589262247, -0.012067253701388836, 0.021013202145695686, 0.07469584047794342, 0.0872451663017273, -0.14949379861354828, 0.004772620741277933, -0.027166683226823807, 0.0075359586626291275, 0.060494206845760345, 0.08581700921058655, -0.06470957398414612, -0.0028523714281618595, 0.0035146076697856188, -0.10671350359916687, 0.012523387558758259, -0.04523666203022003, -0.09643953293561935, -0.019034765660762787, -0.06561928242444992, 0.023957254365086555, 0.06713461130857468, -0.03347475081682205, -0.024345487356185913, -0.15647749602794647, -0.07004967331886292, 0.13435383141040802, -0.04756702110171318, 0.04030798748135567, -0.07386629283428192, 0.030860532075166702, -0.03389601781964302, -0.021664340049028397, -0.1753615140914917, -0.06677854061126709, 0.04099932685494423, -0.03574547544121742, 0.03854834660887718, 0.016944851726293564, 0.029831891879439354, 0.07210928946733475, -0.07612410187721252, -0.02518933080136776, -0.036350954324007034, -0.009049715474247932, -0.02636466920375824, -0.11423929035663605, -0.05474022030830383, -0.019620554521679878, 0.17042791843414307, -0.10241615027189255, 0.04857770726084709, 0.025509370490908623, 0.09371840953826904, 0.005306879058480263, -0.06598018109798431, 0.013348687440156937, -0.021592387929558754, 0.04949631169438362, -0.04810497164726257, 0.04305766895413399, -0.021846801042556763, 0.011802800931036472, -0.01545742992311716, -0.06499816477298737, -0.1985255479812622, 0.128797709941864, 0.00817568227648735, -0.07190699875354767, 0.025159066542983055, -0.058706190437078476, -0.043304044753313065, -0.05225372314453125, -0.0765952467918396, 0.06439877301454544, 0.04872305318713188, 0.057021379470825195, -0.06190533936023712, -0.018803419545292854, -0.0017375031020492315, 0.012615667656064034, -0.035172805190086365, 0.0850071907043457, 0.12400589138269424, -0.022862039506435394, 0.10566418617963791, 0.03877153620123863, -0.011062092147767544, 0.10059323906898499, -0.0017667114734649658, -0.11360237747430801, -0.020637385547161102, 0.008372974582016468, 0.019931050017476082, 0.1399146169424057, -0.07969939708709717, 0.04176061972975731, 0.06878901273012161, -0.04296622797846794, 0.048259176313877106, -0.13583576679229736, 0.02774190902709961, 0.0034331250935792923, -0.07014239579439163, 0.10266932845115662, -0.013992048799991608, -0.0016981473891064525, 0.0722385048866272, 0.027633395045995712, 0.043682798743247986, -0.021094810217618942, -0.053527556359767914, -0.09775973111391068, 0.11622222512960434, -0.12738749384880066, -0.1910703033208847, -0.10640310496091843, 0.04700610786676407, -0.01143025141209364, 0.02371530421078205, 0.02230561524629593, -0.1118822917342186, -0.05585336312651634, -0.06678922474384308, 0.016931427642703056, -0.017890019342303276, -0.06626415252685547, -0.12351551651954651, 0.04951881617307663, 0.031153667718172073, -0.09752675890922546, 0.023308126255869865, 0.028653692454099655, -0.05357316508889198, 0.020759329199790955, 0.051162805408239365, 0.07316029071807861, 0.10673317313194275, 0.04495057091116905, 0.006956013385206461, 0.019053153693675995, 0.19326409697532654, -0.11786078661680222, 0.07946344465017319, 0.13246776163578033, 0.014748496934771538, 0.06154637783765793, 0.15615606307983398, 0.03777581453323364, -0.043793778866529465, 0.03371041268110275, 0.08733297884464264, -0.00750065129250288, -0.21778981387615204, -0.07748223096132278, -0.05756845697760582, 0.015346197411417961, 0.10273943096399307, 0.023966539651155472, -0.007255428936332464, 0.07464499771595001, -0.0974850282073021, -0.07686171680688858, 0.01872911863029003, 0.07764658331871033, 0.028893623501062393, -0.03319191932678223, 0.07393994927406311, -0.015049752779304981, -0.003376589622348547, 0.06976016610860825, 0.05494219809770584, 0.1888037472963333, -0.05226587876677513, 0.21475759148597717, 0.08217814564704895, 0.17681173980236053, -0.014030897989869118, -0.011667147278785706, 0.010111156851053238, 0.01963483914732933, 0.03475113958120346, -0.04305289313197136, -0.057784728705883026, 0.06924858689308167, 0.12052407115697861, -0.05157914385199547, 0.01741277240216732, -0.019014619290828705, 0.023851361125707626, 0.2813684940338135, 0.06204022467136383, -0.19718654453754425, -0.0066604008898139, 0.0440511479973793, -0.037443872541189194, -0.08514063060283661, 0.007011153269559145, 0.08985494077205658, -0.14736966788768768, -0.012627662159502506, -0.11160334199666977, 0.06453704833984375, -0.06866194307804108, -0.023026464506983757, 0.10565177351236343, 0.09317166358232498, 0.00635030772536993, 0.09642161428928375, -0.15539218485355377, 0.14592090249061584, -0.008793620392680168, 0.005422891583293676, -0.08160573244094849, 0.08453252166509628, 0.00877536740154028, -0.06716398894786835, 0.17376260459423065, -0.004312500823289156, -0.06690628826618195, -0.047107379883527756, -0.06175622716546059, -0.00866359006613493, 0.08765984326601028, -0.13832731544971466, 0.03631576895713806, -0.017309555783867836, -0.05396479368209839, -0.011717363260686398, -0.06450102478265762, -0.173736110329628, -0.18150483071804047, 0.06456741690635681, -0.06582386046648026, -0.014342508278787136, -0.10138120502233505, -0.04602411016821861, -0.046349555253982544, 0.1452447921037674, -0.06257683038711548, -0.10626080632209778, -0.1208297535777092, 0.1032804623246193, 0.17949844896793365, -0.027757767587900162, 0.07290736585855484, -0.025765640661120415, 0.11196301132440567, -0.018323231488466263, 0.029737282544374466, 0.06860723346471786, -0.0675208643078804, -0.18388797342777252, -0.04326967895030975, 0.18742574751377106, 0.11070268601179123, 0.06697843223810196, -0.033536430448293686, 0.036795616149902344, -0.004951980896294117, -0.055036649107933044, 0.01584634929895401, 0.02141623944044113, 0.09556002169847488, 0.05197393149137497, -0.06932743638753891, -0.08037378638982773, -0.11286795884370804, -0.020542319864034653, 0.1479407697916031, 0.1338849812746048, -0.07916910201311111, 0.08251920342445374, 0.14389079809188843, -0.040551137179136276, -0.18463942408561707, -0.03902691602706909, 0.08690620958805084, -0.0013352587120607495, 0.008352809585630894, -0.24530872702598572, 0.06356711685657501, 0.04938216134905815, -0.02439863048493862, 0.014492261223495007, -0.2799936830997467, -0.12050629407167435, 0.07734858244657516, 0.10626030713319778, -0.23649191856384277, -0.1339157670736313, -0.05072338134050369, -0.017177993431687355, -0.0702754482626915, 0.16551361978054047, 0.03582990914583206, 0.055968817323446274, -0.004388257395476103, -0.006754380650818348, 0.044397685676813126, -0.0690084844827652, 0.17336022853851318, -0.026060331612825394, -0.012667776085436344, -0.06383056938648224, 0.05554760992527008, 0.06985794752836227, -0.015757286921143532, 0.09072919934988022, 0.017348719760775566, 0.01913602091372013, -0.14688467979431152, -0.03328670188784599, -0.09518566727638245, -0.03752043843269348, -0.06642135232686996, -0.08457227051258087, -0.05130396783351898, 0.10820258408784866, 0.051780447363853455, -0.010798524133861065, -0.011938365176320076, -0.0632370337843895, -0.012735016644001007, 0.09340303391218185, 0.1261780560016632, 0.06280415505170822, -0.12621162831783295, -0.011303373612463474, 0.010391505435109138, 0.02285885065793991, -0.10361816734075546, 0.029568377882242203, 0.08412742614746094, -0.0150222172960639, 0.05894184112548828, -0.00005210219751461409, -0.17033734917640686, -0.03207431361079216, 0.06969484686851501, -0.09727536886930466, -0.14432689547538757, -0.004317908547818661, 0.02676454558968544, -0.18504054844379425, -0.1104680672287941, 0.06783603131771088, -0.0025400505401194096, -0.05154785141348839, 0.03342795372009277, 0.09775868058204651, -0.033530112355947495, 0.1413155198097229, 0.10185404121875763, 0.06701606512069702, -0.07749101519584656, 0.07979456335306168, 0.08913490921258926, -0.08749783039093018, -0.047354090958833694, 0.190113827586174, -0.07459553331136703, -0.08536145091056824, -0.02209050953388214, -0.05196862295269966, 0.03741621598601341, -0.03842001408338547, 0.05240974202752113, -0.07415590435266495, 0.026406550779938698, -0.1317349374294281, 0.03190218657255173, -0.024071210995316505, 0.007604737766087055, 0.019480448216199875, -0.10699412226676941, 0.139643594622612, 0.030087660998106003, 0.043270453810691833, -0.06072208657860756, 0.02201414294540882, 0.016326623037457466, 0.04751485586166382, 0.013006315566599369, 0.020928911864757538, -0.04090603068470955, 0.04037885367870331, -0.10361272841691971, -0.030435213819146156, -0.08132701367139816, -0.03609754517674446, 0.013236096128821373, -0.0174113679677248, 0.03533628210425377, 0.0031572477892041206, -0.08245633542537689, -0.0987463891506195, -0.05308152735233307, 0.07113202661275864, -0.10922874510288239, 0.00813922006636858, 0.07809951901435852, -0.09511616826057434, 0.09796435385942459, -0.007065767887979746, 0.015588786453008652, 0.004930483642965555, -0.04917816072702408, -0.038244470953941345, -0.052081149071455, 0.06767187267541885, -0.004944969434291124, -0.14125922322273254, 0.02059944160282612, -0.026096154004335403, -0.030986612662672997, -0.01629224419593811, 0.14084163308143616, -0.12406662851572037, 0.08251301199197769, 0.0065717026591300964, -0.06599573791027069, -0.03984648734331131, 0.030147185549139977, 0.04809204488992691, 0.0416213721036911, 0.07390996068716049, -0.03384837135672569, 0.1058797761797905, -0.17428049445152283, 0.004077136516571045, -0.017351364716887474, 0.027603840455412865, 0.0790773257613182, -0.054300419986248016, 0.06526409834623337, -0.0016644453862681985, 0.06315212696790695, -0.03443310782313347, 0.08891157060861588, 0.05454951152205467, -0.006375296972692013, 0.0917082130908966, 0.06553208082914352, 0.045485712587833405, -0.01198449358344078, -0.014140951447188854, 0.05546020343899727, -0.027525782585144043, -0.027594856917858124, 0.03250899165868759, 0.10484573245048523, 0.17170418798923492, 0.12383830547332764, 0.022449415177106857, 0.04405507817864418, -0.13550177216529846, -0.051370035856962204, 0.1501883864402771, -0.07265926897525787, 0.04736641049385071, -0.06617787480354309, 0.1366637647151947, 0.09177235513925552, -0.19832900166511536, 0.07023447006940842, -0.0269172303378582, -0.10278388112783432, -0.04268033057451248, -0.13811145722866058, -0.025206612423062325, -0.06544952839612961, 0.022100314497947693, -0.08080393821001053, -0.002925474662333727, 0.20209619402885437, 0.029082436114549637, -0.00975433923304081, 0.16057033836841583, 0.008388949558138847, -0.052493590861558914, 0.03530260547995567, 0.06997298449277878, 0.04551444947719574, 0.03643875569105148, -0.034797780215740204, 0.009137856774032116, 0.04631902277469635, 0.06744280457496643, -0.011825005523860455, -0.07630347460508347, 0.07431775331497192, 0.015746040269732475, -0.05590444058179855, 0.006004142574965954, -0.03061833791434765, 0.055645737797021866, 0.22086964547634125, 0.015679307281970978, 0.029099106788635254, -0.026788026094436646, 0.1953950971364975, -0.06425894796848297, -0.09533253312110901, -0.17181019484996796, 0.0003815365780610591, -0.016018502414226532, -0.012147420085966587, 0.030213184654712677, -0.11554164439439774, -0.017924437299370766, 0.18710175156593323, 0.2455282062292099, -0.08219438791275024, -0.023516656830906868, 0.07237333059310913, -0.009548499248921871, -0.07276036590337753, 0.07421991974115372, 0.0708274096250534, 0.14430540800094604, -0.11096671223640442, 0.032701969146728516, -0.015421342104673386, -0.07314734905958176, -0.09635487198829651, 0.04765189066529274, 0.0064076571725308895, -0.00023443000100087374, -0.01314491219818592, 0.138693168759346, 0.01981537602841854, -0.19891542196273804, 0.0971001461148262, -0.05278855934739113, -0.13292604684829712, 0.014186158776283264, 0.05720178410410881, -0.00702080549672246, 0.010460786521434784, -0.0012198778567835689, 0.023050980642437935, 0.17714545130729675, 0.0217343270778656, -0.05402389541268349, -0.09999097138643265, 0.10288101434707642, -0.09566403180360794, 0.2754000425338745, -0.01882989890873432, 0.09253311157226562, 0.09751604497432709, -0.037673935294151306, -0.1345939338207245, 0.012430105358362198, 0.08587456494569778, -0.06154812127351761, 0.044626884162425995, 0.1797104775905609, -0.01844692975282669, 0.06027907878160477, 0.03862661123275757, -0.05228181183338165, 0.025685641914606094, -0.014123286120593548, 0.0067270915023982525, -0.08088912069797516, 0.08263551443815231, -0.13444532454013824, 0.12562821805477142, 0.16410157084465027, -0.04299314692616463, 0.004158766940236092, -0.05780991539359093, 0.012227864935994148, -0.0015935559058561921, 0.13152381777763367, -0.02004825696349144, -0.17150118947029114, 0.01066235639154911, -0.05147695168852806, 0.024696500971913338, -0.15196634829044342, -0.07421234995126724, 0.05834570899605751, -0.03764835372567177, -0.05352848395705223, 0.09348747879266739, 0.009341483935713768, 0.012795453891158104, 0.002985914470627904, -0.035097792744636536, -0.048118095844984055, 0.1028127372264862, -0.1743689924478531, -0.0437748096883297 ]
0a63f6f8433496978efefb90416376832f25fbb7
# Dataset Card for "whisper_mix_data_v2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
thanhduycao/whisper_mix_data_v2
[ "region:us" ]
2023-02-09T15:10:51+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1287134674.425454, "num_examples": 8373}, {"name": "test", "num_bytes": 540858435.8587947, "num_examples": 1903}], "download_size": 1785351931, "dataset_size": 1827993110.2842486}}
2023-02-09T15:12:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "whisper_mix_data_v2" More Information needed
[ "# Dataset Card for \"whisper_mix_data_v2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"whisper_mix_data_v2\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"whisper_mix_data_v2\"\n\nMore Information needed" ]
[ -0.09342435002326965, 0.2260313630104065, -0.0005899795214645565, -0.00012098352453904226, 0.057255007326602936, 0.09069088101387024, 0.14406134188175201, 0.09936096519231796, 0.058545276522636414, -0.030127938836812973, 0.07134188711643219, 0.027775529772043228, 0.06808541715145111, 0.2837896943092346, -0.06983072310686111, -0.05919520556926727, 0.08271192014217377, -0.00309623870998621, -0.033992353826761246, 0.03677885979413986, 0.048106420785188675, -0.08807479590177536, 0.027079228311777115, -0.09856683760881424, -0.13660205900669098, 0.02395508997142315, -0.023894965648651123, -0.007096408866345882, 0.023799967020750046, -0.004525264725089073, 0.12989220023155212, 0.07170980423688889, 0.015634965151548386, -0.13678833842277527, 0.046327605843544006, -0.006098926067352295, -0.05132461339235306, 0.05433981493115425, 0.045658763498067856, -0.0943499431014061, -0.1832667738199234, 0.06370698660612106, -0.003994050435721874, 0.06092924252152443, -0.0880173072218895, -0.25523409247398376, -0.16905291378498077, -0.020716212689876556, 0.05929508060216904, -0.10392066836357117, 0.02811948023736477, 0.20177385210990906, -0.025516102090477943, 0.03539370745420456, 0.1462220698595047, -0.12475232034921646, 0.0887972041964531, 0.14324191212654114, -0.10441546142101288, 0.11665107309818268, 0.05974600464105606, 0.08275678753852844, 0.11318376660346985, -0.025487039238214493, -0.09163843095302582, 0.005379967857152224, -0.2167600691318512, 0.09196940064430237, -0.05662427470088005, -0.08372149616479874, 0.29739663004875183, 0.0007734174723736942, 0.011997452937066555, 0.009106411598622799, -0.057724956423044205, -0.10098258405923843, 0.03736746311187744, -0.009045330807566643, 0.0015887980116531253, 0.026192085817456245, -0.0026054149493575096, 0.013376867398619652, -0.10068093985319138, -0.15349318087100983, -0.09947667270898819, 0.08268650621175766, -0.023287160322070122, 0.17148584127426147, -0.16800642013549805, -0.007178881671279669, -0.01837361603975296, -0.04534360393881798, 0.014328916557133198, -0.09620960801839828, -0.08415815979242325, -0.0021810962352901697, -0.03595855087041855, -0.16272251307964325, 0.131504088640213, -0.018323831260204315, 0.1353008896112442, 0.06044749170541763, -0.05805861949920654, 0.10277721285820007, 0.234263613820076, -0.129374161362648, 0.0052746436558663845, -0.05947938933968544, -0.0051101758144795895, -0.13953295350074768, 0.06627288460731506, -0.11338058114051819, -0.10399124026298523, -0.025749467313289642, -0.11583442240953445, 0.10677622258663177, -0.006106744986027479, -0.10155181586742401, -0.13300029933452606, -0.055579617619514465, 0.03242809697985649, -0.06965549290180206, 0.007180722430348396, 0.008180967532098293, 0.020293962210416794, -0.05470109358429909, 0.005258716642856598, 0.05532592907547951, 0.04876640811562538, -0.009365510195493698, -0.05902725085616112, -0.05041525140404701, -0.022319616749882698, -0.052654195576906204, 0.08336612582206726, -0.04810207709670067, 0.014286323450505733, -0.0890582725405693, -0.14082762598991394, 0.02284315973520279, 0.03135145083069801, 0.0034329125192016363, 0.10822544246912003, -0.006879442371428013, 0.1511877030134201, -0.01251988299190998, -0.047985903918743134, -0.011236850172281265, -0.0521036796271801, 0.03043469786643982, -0.04375717416405678, 0.1010822057723999, -0.1793011724948883, 0.03211601451039314, -0.09486989676952362, 0.04088474065065384, -0.028071561828255653, 0.08049440383911133, -0.11367639899253845, 0.07935051620006561, -0.11909901350736618, -0.004797912668436766, 0.00559022044762969, -0.04915880411863327, 0.014150556176900864, 0.0969667136669159, -0.3067021667957306, -0.07258129864931107, 0.16398578882217407, -0.2341161072254181, -0.17202888429164886, 0.09602569788694382, -0.021791422739624977, -0.057369109243154526, 0.06664213538169861, 0.30013924837112427, 0.20497053861618042, -0.02006549760699272, -0.02075294591486454, 0.13569621741771698, -0.1906425654888153, -0.2658443748950958, 0.12547634541988373, -0.029163669794797897, -0.21025066077709198, 0.014091811142861843, 0.2577119469642639, 0.06319751590490341, -0.10086748003959656, -0.109198197722435, -0.009763721376657486, -0.11730623245239258, 0.1363590806722641, -0.05241256579756737, -0.0063133882358670235, -0.04579945281147957, 0.1601756364107132, 0.036560870707035065, 0.14649072289466858, -0.02974802441895008, -0.01829599216580391, -0.05510301515460014, 0.19364799559116364, -0.17111314833164215, -0.025253988802433014, -0.08091594278812408, 0.04006083309650421, -0.010003477334976196, 0.006525329779833555, 0.006294048856943846, 0.07892182469367981, 0.07077639549970627, 0.008937817998230457, -0.018678493797779083, 0.03033626638352871, 0.11658965796232224, 0.053743962198495865, 0.0029820005875080824, -0.04343177378177643, -0.05487610399723053, -0.10145094990730286, -0.018827782943844795, -0.011075575836002827, -0.06640084087848663, 0.10194646567106247, 0.11334647238254547, 0.03890608996152878, -0.043130602687597275, 0.12105978280305862, -0.0023056964855641127, 0.011201519519090652, -0.004378492012619972, 0.017907733097672462, 0.00309488782659173, -0.13574784994125366, 0.041541799902915955, -0.05526545271277428, 0.10682888329029083, 0.11705266684293747, -0.002936441684141755, 0.11121772974729538, -0.19626747071743011, 0.030340027064085007, -0.016685158014297485, -0.0697859451174736, 0.02922375686466694, -0.02074902504682541, -0.0313347689807415, 0.04832940548658371, -0.09247652441263199, 0.006058564875274897, 0.046029169112443924, -0.06671030819416046, -0.15809661149978638, 0.023364251479506493, -0.06811244040727615, -0.2529706358909607, 0.1193566769361496, 0.181700199842453, 0.10660284012556076, 0.22016611695289612, -0.04276255890727043, -0.04419342055916786, -0.04542200639843941, -0.05175236612558365, -0.0428609699010849, 0.04030090570449829, -0.04000000283122063, 0.07228405773639679, 0.137302428483963, 0.024190349504351616, 0.08153590559959412, -0.07461840659379959, -0.07224969565868378, 0.016697172075510025, -0.021997252479195595, -0.13243632018566132, 0.03426375240087509, 0.0040334113873541355, 0.055438365787267685, -0.036844633519649506, 0.10504961013793945, 0.13395379483699799, -0.051239971071481705, -0.10598524659872055, 0.09837271273136139, -0.2627793550491333, -0.22294262051582336, -0.12916594743728638, -0.09041277319192886, 0.03222281485795975, 0.060759082436561584, 0.0020075656939297915, -0.18614818155765533, -0.010439757257699966, 0.02752956934273243, 0.012424054555594921, -0.153512641787529, 0.0349535271525383, 0.04859773442149162, 0.07080423831939697, -0.03455450385808945, -0.13127033412456512, 0.0519355908036232, -0.011491666547954082, 0.14425776898860931, 0.16115611791610718, -0.07877299189567566, 0.05470264330506325, 0.14785535633563995, -0.0465250238776207, 0.08055403083562851, -0.042005978524684906, 0.14403489232063293, 0.012729641981422901, -0.1113150417804718, 0.15709607303142548, -0.09632361680269241, 0.053659502416849136, 0.11538057774305344, 0.011032076552510262, -0.08805864304304123, -0.03772781789302826, -0.11659529060125351, -0.17870591580867767, -0.27875471115112305, -0.20814329385757446, -0.05357770621776581, 0.08422470092773438, -0.004310294985771179, 0.013483120128512383, -0.057633593678474426, 0.08276936411857605, 0.023058267310261726, -0.0978250578045845, -0.1235342025756836, -0.05543890967965126, -0.04367149621248245, -0.050844255834817886, -0.02903502620756626, -0.1355658322572708, 0.02854521945118904, 0.14851048588752747, 0.1857845038175583, 0.22023770213127136, 0.09440795332193375, 0.1243060752749443, 0.022549230605363846, 0.07871133834123611, 0.17950330674648285, 0.12070148438215256, 0.10085108131170273, -0.005911010783165693, -0.005265508778393269, -0.012142281047999859, -0.14305070042610168, 0.03253597766160965, 0.19178888201713562, -0.08639848232269287, -0.021187568083405495, 0.014959460124373436, 0.06882321834564209, -0.061687204986810684, 0.11295388638973236, -0.17796537280082703, 0.03321744129061699, 0.10801094025373459, 0.13458290696144104, -0.026338595896959305, 0.043653704226017, 0.1977176070213318, -0.003097160719335079, 0.09820368885993958, 0.012666190974414349, 0.05506284534931183, -0.11465616524219513, -0.06533743441104889, -0.16750089824199677, -0.07392474263906479, -0.012339014559984207, 0.1318216621875763, -0.04184364527463913, 0.2583165168762207, 0.02922421135008335, -0.07184555381536484, -0.05840592831373215, -0.030946115031838417, -0.08492830395698547, 0.009300289675593376, 0.08530175685882568, 0.08506333082914352, -0.21042054891586304, -0.16551440954208374, -0.06297116726636887, -0.00844934768974781, 0.048544857650995255, 0.12181942909955978, -0.12420031428337097, 0.021913746371865273, 0.0070718079805374146, -0.05137641727924347, -0.027946777641773224, -0.04969532787799835, -0.08951083570718765, 0.0320705883204937, 0.12299927324056625, -0.04174637049436569, -0.02444715052843094, -0.02374078892171383, -0.014395061880350113, 0.0883861556649208, 0.03731028735637665, -0.07402937859296799, -0.09085647761821747, 0.040928296744823456, 0.1554388403892517, -0.00854878593236208, 0.012455372139811516, 0.012626448646187782, 0.05408851429820061, -0.12351340800523758, -0.17085835337638855, 0.046837978065013885, -0.05395525321364403, 0.012399272061884403, -0.1131659597158432, 0.17831704020500183, -0.012221389450132847, 0.05890165641903877, 0.012923981063067913, 0.015749432146549225, 0.030570013448596, -0.06332223117351532, 0.18315988779067993, -0.005437918473035097, 0.08409948647022247, 0.20395556092262268, 0.13470453023910522, -0.11649580299854279, 0.0969068706035614, -0.09195635467767715, 0.30769410729408264, 0.18698103725910187, -0.085354283452034, 0.31834742426872253, 0.2806853950023651, -0.07338393479585648, -0.25089848041534424, -0.10212554782629013, -0.07514293491840363, -0.03198494017124176, 0.06653591990470886, -0.16416414082050323, 0.06628900021314621, 0.09976007044315338, -0.05139220505952835, -0.004859948065131903, -0.24636337161064148, -0.04240230843424797, 0.17467109858989716, 0.0375978946685791, 0.35950151085853577, -0.022293714806437492, -0.1043824851512909, -0.17751961946487427, -0.14922259747982025, 0.151836097240448, -0.1733110249042511, 0.03968868404626846, 0.02727390266954899, 0.03751026839017868, 0.030286993831396103, -0.06474495679140091, 0.1755647361278534, 0.007789242081344128, 0.07949455827474594, -0.0720323696732521, -0.11738589406013489, 0.09460972249507904, -0.03090028092265129, -0.014575794339179993, -0.020958852022886276, 0.09163696318864822, -0.07638175040483475, -0.002264204900711775, 0.05917080491781235, -0.009330974891781807, 0.07763922214508057, -0.09118632972240448, -0.06328041106462479, -0.039085324853658676, -0.023453550413250923, -0.03088271990418434, 0.09316175431013107, 0.006607488729059696, 0.047780852764844894, 0.07953052222728729, 0.0705900639295578, -0.1150062084197998, 0.02837028168141842, -0.05226324126124382, -0.08585306257009506, 0.1052798256278038, -0.15774886310100555, 0.08954714983701706, 0.08866537362337112, -0.0034025630448013544, 0.030234890058636665, 0.04812358319759369, -0.030057109892368317, 0.088384710252285, 0.15942226350307465, -0.1575259566307068, -0.11660587787628174, 0.02645585872232914, -0.016678865998983383, -0.009631031192839146, 0.052798595279455185, 0.0645960345864296, 0.06425050646066666, -0.04325183108448982, -0.047425128519535065, 0.06698906421661377, -0.15723109245300293, 0.14593003690242767, 0.054312873631715775, 0.084088996052742, -0.2056446373462677, 0.23269249498844147, 0.02064090222120285, -0.031533125787973404, 0.05689094960689545, -0.028847288340330124, -0.06543426960706711, -0.09796550869941711, 0.026360489428043365, 0.20142892003059387, 0.09792772680521011, -0.09923596680164337, 0.02990299090743065, -0.048766810446977615, -0.01715632900595665, 0.08950713276863098, 0.047485001385211945, 0.14302285015583038, 0.024596083909273148, -0.110245481133461, 0.013414720073342323, -0.028199970722198486, -0.016687702387571335, -0.03402350842952728, -0.13397090137004852, 0.039149802178144455, -0.09504406154155731, 0.17309576272964478, -0.08189574629068375, -0.113490991294384, -0.11256878077983856, 0.06697853654623032, -0.15051943063735962, 0.06212930381298065, -0.029308568686246872, 0.005092643201351166, -0.003798777936026454, 0.03205351158976555, -0.015388982370495796, 0.013178209774196148, -0.11267164349555969, 0.1366177648305893, 0.019552402198314667, 0.07164228707551956, -0.019300008192658424, -0.039412323385477066, 0.07944653928279877, 0.09614737331867218, 0.13049429655075073, 0.12581808865070343, -0.01761746220290661, 0.05352967977523804, -0.15381579101085663, -0.21756216883659363, 0.13712725043296814, 0.07421021908521652, 0.024828804656863213, -0.013617157936096191, -0.034807752817869186, 0.09084963798522949, -0.11447477340698242, 0.03579781949520111, 0.1168111115694046, -0.06544467061758041, -0.08796326816082001, -0.14742423593997955, -0.07494456321001053, -0.0710030272603035, -0.08667413145303726, 0.1660328060388565, 0.08603712171316147, -0.010241535492241383, 0.02164539508521557, 0.058272648602724075, -0.0684591606259346, -0.05498190596699715, -0.001024290919303894, -0.13373355567455292, -0.16942180693149567, 0.05613492429256439, 0.019299129024147987, -0.07314806431531906, 0.34032633900642395, -0.03239654749631882, -0.21579509973526, -0.02810615673661232, 0.11762603372335434, -0.07181885093450546, 0.01679847575724125, 0.3351571261882782, 0.060965847223997116, -0.015021517872810364, -0.03144144266843796, 0.037689488381147385, -0.0043032304383814335, 0.15749530494213104, -0.0018686573021113873, 0.017540600150823593, 0.10656574368476868, -0.01534761767834425, 0.02500280924141407, -0.08127224445343018, -0.03742038086056709, -0.024183865636587143, -0.003558266209438443, 0.02126232720911503, 0.05289711058139801, -0.04107114300131798, 0.04056371748447418, 0.00038901640800759196, 0.06535223126411438, -0.037194546312093735, -0.08314260095357895, -0.12811779975891113, -0.18198147416114807, -0.08876528590917587, -0.14584487676620483, 0.03335050866007805, -0.07396100461483002, -0.001605347846634686, 0.14969567954540253, 0.018560227006673813, 0.03460786119103432, -0.02943209372460842, -0.10400322079658508, 0.05380828306078911, -0.07351163029670715, -0.05874747410416603, -0.004622943699359894, 0.05453170835971832, -0.11287184059619904, 0.1722700446844101, 0.017428947612643242, -0.039466045796871185, 0.009980075992643833, 0.05946856737136841, 0.07539653033018112, -0.13225841522216797, -0.15003295242786407, -0.09378267079591751, 0.029321366921067238, -0.010230554267764091, 0.0789795070886612, 0.07408485561609268, 0.03439772129058838, 0.022396624088287354, 0.07117410004138947, -0.003679986810311675, -0.02484765090048313, -0.06974193453788757, 0.00571076013147831, -0.058109305799007416, 0.1042657345533371, 0.045856740325689316, -0.08803366124629974, -0.0905415341258049, 0.07783099263906479, 0.3601500689983368, 0.07080461084842682, 0.019428914412856102, -0.0027680022176355124, 0.034210205078125, 0.009478455409407616, 0.15494991838932037, -0.046892013400793076, 0.04979303851723671, -0.03600476682186127, 0.011033573187887669, -0.017639566212892532, -0.07337085157632828, 0.013236387632787228, 0.09686975181102753, -0.03360319882631302, -0.06119118258357048, -0.02029040828347206, 0.15037468075752258, -0.1473250389099121, 0.08800014853477478, 0.01662377454340458, -0.14788800477981567, -0.0561392717063427, -0.028722170740365982, 0.09090141206979752, 0.06973735988140106, 0.005383913870900869, -0.07524072378873825, -0.012877574190497398, 0.05607195943593979, 0.008782025426626205, -0.3625369668006897, -0.17734864354133606, 0.04561786726117134, -0.07034298777580261, 0.054498493671417236, 0.016447341069579124, 0.1254728138446808, 0.0009819387923926115, 0.05767810344696045, -0.07434875518083572, 0.06276444345712662, -0.01669752411544323, -0.011353820562362671, -0.03506799042224884, 0.0938769206404686, -0.09518574178218842, 0.0350901298224926, 0.007611249107867479, -0.01684451848268509, -0.06957557797431946, 0.030354076996445656, 0.041395314037799835, 0.05150391161441803, 0.014564917422831059, -0.04583758860826492, 0.10467827320098877, -0.04232985898852348, -0.055947087705135345, -0.03405558317899704, 0.00802253931760788, 0.07606053352355957, 0.008426055312156677, -0.09471596777439117, -0.02432684227824211, -0.07372093200683594, -0.10428651422262192, 0.079524464905262, 0.03127368912100792, -0.018299942836165428, 0.0701996386051178, -0.12326685339212418, 0.011124755255877972, -0.01715168170630932, 0.07844985276460648, 0.17174823582172394, 0.019927263259887695, -0.034919314086437225, -0.041806284338235855, 0.08345749974250793, -0.028846336528658867, -0.03294448181986809, -0.12415604293346405 ]
e827cf62747fe23bd20759e7f2be8b7fec78c573
# Dataset Card for "binhvq-news-corpus" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
hieunguyen1053/binhvq-news-corpus
[ "region:us" ]
2023-02-09T15:33:41+00:00
{"dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "category", "dtype": "string"}, {"name": "content", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 51179763136, "num_examples": 13954498}], "download_size": 19065155948, "dataset_size": 51179763136}}
2023-02-09T15:49:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "binhvq-news-corpus" More Information needed
[ "# Dataset Card for \"binhvq-news-corpus\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"binhvq-news-corpus\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"binhvq-news-corpus\"\n\nMore Information needed" ]
[ -0.0700656846165657, 0.15411104261875153, -0.004285894334316254, -0.05814831331372261, -0.00939515046775341, 0.12482466548681259, 0.11560720950365067, 0.10921735316514969, 0.053285595029592514, -0.08014057576656342, 0.14102140069007874, -0.04898162931203842, 0.024853767827153206, 0.15477284789085388, -0.02213216759264469, 0.005157331470400095, 0.09477659314870834, 0.054846636950969696, -0.01897365413606167, 0.0192780289798975, -0.018014635890722275, -0.033903785049915314, 0.04143259674310684, -0.10000000894069672, -0.17984116077423096, 0.06483501195907593, -0.09869146347045898, -0.018949434161186218, 0.0845947340130806, -0.03348807245492935, 0.07378460466861725, 0.03212329000234604, -0.016131171956658363, -0.10975994169712067, 0.03962417319417, -0.022855406627058983, -0.1283494532108307, 0.07440108805894852, -0.03228198364377022, -0.08748362958431244, -0.1316554993391037, -0.17404510080814362, -0.07753726094961166, -0.03712913766503334, -0.10337306559085846, -0.20151178538799286, -0.08144985139369965, -0.01679006777703762, 0.017214985564351082, 0.026135796681046486, 0.03792329505085945, 0.18215592205524445, -0.13416944444179535, 0.014634566381573677, 0.08735793083906174, -0.07383657246828079, 0.04939620941877365, 0.15793929994106293, -0.05759323760867119, 0.06589454412460327, -0.015936311334371567, 0.0853230282664299, 0.0891965702176094, -0.023778200149536133, -0.1484605073928833, -0.0212236437946558, -0.09689866006374359, 0.08765321224927902, 0.0066724782809615135, -0.10009186714887619, 0.2231685370206833, -0.029179899021983147, 0.039149072021245956, 0.1078491136431694, 0.0015823803842067719, -0.029385849833488464, -0.011225338093936443, 0.1348143368959427, -0.036529820412397385, 0.022191843017935753, -0.002775907050818205, -0.026883987709879875, -0.11943455785512924, -0.1163017749786377, -0.17927312850952148, 0.06926547735929489, -0.035208750516176224, 0.15488536655902863, -0.18957339227199554, 0.053151197731494904, -0.020865922793745995, -0.04931149259209633, 0.0019860994070768356, -0.1427621692419052, 0.05168171599507332, 0.0354614183306694, -0.009508611634373665, 0.06768255680799484, 0.12625561654567719, -0.11416445672512054, -0.031087638810276985, -0.010913022793829441, -0.1002361923456192, 0.12213817983865738, 0.14900422096252441, -0.20867644250392914, -0.005469036754220724, 0.026079650968313217, 0.00641093822196126, -0.09522396326065063, -0.027714882045984268, -0.027966197580099106, -0.07580540329217911, 0.07803268730640411, -0.13352879881858826, 0.08646081387996674, 0.007251647301018238, -0.048028480261564255, -0.01846746727824211, 0.02394450083374977, 0.14582081139087677, -0.07312530279159546, -0.04042970389127731, 0.020092813298106194, -0.013682737946510315, -0.035428427159786224, -0.07829994708299637, -0.012237406335771084, 0.05310225486755371, 0.04416049271821976, -0.07383619993925095, -0.04830013960599899, -0.030476773157715797, 0.029967505484819412, 0.06720216572284698, -0.16865190863609314, 0.04877125471830368, -0.11744152009487152, -0.2398708611726761, 0.05956894904375076, -0.0024406288284808397, -0.0589386522769928, 0.17249730229377747, 0.0023935032077133656, 0.050690848380327225, -0.00015456974506378174, -0.06225931644439697, 0.18599237501621246, -0.12590256333351135, 0.08943019807338715, -0.040262844413518906, 0.07223063707351685, -0.201150581240654, 0.023203834891319275, -0.09055308997631073, 0.0059812432155013084, 0.17305497825145721, 0.11779904365539551, -0.1510814130306244, 0.11405141651630402, -0.04581868648529053, 0.0434463806450367, -0.15831609070301056, 0.0506783165037632, -0.008310108445584774, 0.15093748271465302, -0.26231056451797485, -0.08316516876220703, 0.1016354113817215, -0.05913436785340309, -0.06997241824865341, -0.0253288634121418, -0.0806565210223198, 0.09717132151126862, 0.09539178758859634, 0.23581182956695557, 0.05691519007086754, 0.00932680070400238, -0.07450547069311142, 0.1141522154211998, -0.1369718313217163, -0.1934153288602829, 0.004654190968722105, 0.054262738674879074, -0.1515229195356369, 0.011499947868287563, 0.046485014259815216, 0.010981820523738861, -0.04200918227434158, -0.06197969242930412, 0.030776603147387505, -0.07629883289337158, 0.1049724593758583, -0.026478184387087822, 0.06458061188459396, -0.008292393758893013, 0.08453794568777084, 0.06518197059631348, 0.05118805915117264, 0.04980473965406418, 0.002846044022589922, -0.03931785002350807, 0.06102033331990242, -0.10286199301481247, 0.06944713741540909, -0.11538887768983841, 0.014794898219406605, -0.020668627694249153, -0.006531354505568743, 0.04932023957371712, 0.1287161260843277, 0.06351042538881302, -0.07262669503688812, 0.0031969633419066668, 0.028307365253567696, 0.11452364176511765, 0.0625389888882637, 0.03670107200741768, -0.07428032904863358, 0.07519222050905228, -0.10643788427114487, 0.034734372049570084, -0.05322147533297539, -0.052633028477430344, 0.109311543405056, 0.06040279194712639, 0.021087104454636574, 0.05434391275048256, 0.07720054686069489, 0.0005467566079460084, 0.03551678732037544, 0.0037586039397865534, 0.015637146309018135, -0.017166826874017715, -0.06977900862693787, 0.05135667324066162, 0.0714276060461998, 0.12011056393384933, 0.1085471585392952, -0.0195351243019104, 0.09868752956390381, -0.02902400493621826, 0.017620163038372993, -0.0022439397871494293, -0.06146688014268875, -0.01869902014732361, -0.02211054041981697, -0.06686166673898697, 0.014030508697032928, -0.07142522186040878, -0.05142034962773323, 0.01710544154047966, 0.015997672453522682, -0.11004892736673355, 0.04931383579969406, -0.02577166073024273, -0.2247583568096161, 0.12968547642230988, 0.21642649173736572, 0.07957224547863007, 0.2301478087902069, -0.04214507341384888, -0.05175778269767761, 0.01955428533256054, -0.09351186454296112, -0.07191140204668045, 0.17783160507678986, -0.064804308116436, 0.02447565458714962, 0.08404151350259781, -0.021546531468629837, 0.08889777958393097, -0.06794183701276779, -0.1335090845823288, -0.07166387885808945, -0.014336710795760155, -0.23206917941570282, 0.006313171703368425, 0.005758060608059168, 0.07433168590068817, 0.03716820478439331, 0.039787907153367996, 0.11082638055086136, -0.06412822008132935, -0.019946342334151268, 0.0676795020699501, -0.17588727176189423, -0.3377957046031952, -0.03074204921722412, -0.12309161573648453, 0.04921331629157066, -0.006392261944711208, -0.052300479263067245, -0.21117360889911652, 0.0039662085473537445, 0.000010901263522100635, -0.09303319454193115, -0.026854995638132095, 0.022393157705664635, 0.08868815004825592, 0.08819591253995895, 0.000015365225408459082, -0.09599786251783371, 0.0438593365252018, -0.1141369566321373, 0.14360125362873077, 0.12403358519077301, -0.13180102407932281, 0.11496410518884659, -0.01878199353814125, 0.04086142033338547, 0.09663067758083344, -0.054384443908929825, 0.09627360850572586, -0.06542836874723434, -0.04116646572947502, -0.0057456414215266705, -0.06724854558706284, -0.008040024898946285, 0.15563185513019562, 0.1057296022772789, -0.0769355520606041, -0.03155941516160965, -0.054504550993442535, -0.11317256838083267, -0.23752404749393463, -0.10982286930084229, -0.054367177188396454, 0.06248694658279419, 0.00991586409509182, 0.07311737537384033, -0.039919961243867874, -0.010209311731159687, 0.04804155230522156, 0.0356111042201519, -0.10431879013776779, 0.002116286428645253, -0.011909320950508118, 0.012267308309674263, -0.033966872841119766, -0.1498080939054489, -0.018274938687682152, 0.1459239274263382, 0.2171800434589386, 0.1820167750120163, 0.05377157777547836, 0.15062502026557922, 0.03582220897078514, 0.0888475701212883, 0.18807151913642883, 0.09417830407619476, 0.024097954854369164, -0.060656819492578506, 0.023088622838258743, 0.0023812593426555395, -0.0396309532225132, 0.0031858931761235, 0.03489919751882553, -0.10377665609121323, 0.14773595333099365, -0.18570014834403992, 0.02748740091919899, -0.07544742524623871, 0.12209843844175339, -0.14901138842105865, 0.07785778492689133, 0.055209074169397354, 0.1441955864429474, -0.09016624838113785, 0.01059076189994812, 0.06776846945285797, 0.03768348693847656, 0.09268424659967422, 0.055414021015167236, 0.0647037997841835, -0.09390441328287125, 0.008071835152804852, -0.08064891397953033, -0.19936521351337433, -0.050814658403396606, 0.1645713895559311, -0.19399723410606384, 0.28876474499702454, 0.07394580543041229, -0.04914313554763794, -0.0620574951171875, -0.1147930696606636, -0.015698811039328575, 0.03756896033883095, 0.05938363075256348, 0.03769353777170181, 0.011327042244374752, -0.1479017436504364, -0.15869154036045074, 0.03502475097775459, 0.021635090932250023, -0.002214479725807905, -0.09376537054777145, 0.10739914327859879, -0.01844869740307331, -0.05041869729757309, -0.1938711553812027, -0.03551887348294258, -0.10848576575517654, 0.02995908260345459, 0.05170280858874321, 0.009768815711140633, -0.016741544008255005, -0.033500295132398605, 0.02409461699426174, -0.006274587009102106, -0.11745256185531616, -0.06362253427505493, -0.06981047242879868, 0.09835921972990036, 0.028653835877776146, 0.008929993025958538, -0.09338075667619705, 0.047375865280628204, 0.053837623447179794, -0.03893560916185379, -0.2322644144296646, 0.03341369703412056, -0.08106629550457001, 0.03947267681360245, -0.09357251226902008, 0.1499602049589157, 0.05315662547945976, 0.04598909616470337, -0.006759269628673792, -0.005384667776525021, -0.058179907500743866, -0.031220722943544388, 0.139213427901268, -0.02947872318327427, 0.10306441783905029, 0.17573271691799164, 0.042505621910095215, -0.14070817828178406, 0.05935978889465332, -0.022252384573221207, 0.1650611311197281, 0.18972480297088623, -0.0852493867278099, 0.20739682018756866, 0.2612249255180359, -0.04398269206285477, -0.2364131361246109, -0.00638555409386754, -0.08233265578746796, -0.05014702305197716, -0.024903422221541405, -0.18043343722820282, 0.08760323375463486, 0.13494156301021576, -0.027327075600624084, 0.21867336332798004, -0.10606096684932709, 0.027033057063817978, 0.1459188461303711, -0.15301404893398285, 0.4505630135536194, -0.06490916013717651, -0.11067424714565277, -0.09441191703081131, -0.13258002698421478, 0.2325340360403061, -0.2072083055973053, 0.009012016467750072, -0.028439810499548912, 0.09351642429828644, -0.041730184108018875, -0.02890809439122677, 0.15773186087608337, 0.07350193709135056, 0.06023770943284035, -0.07407418638467789, -0.09235425293445587, 0.1438359171152115, -0.04591166228055954, 0.0026855480391532183, -0.0028839590959250927, 0.021754471585154533, -0.188668891787529, 0.017845680937170982, -0.022914012894034386, -0.002709573833271861, 0.05993805080652237, -0.0285018477588892, -0.056650310754776, -0.004311921540647745, -0.12986047565937042, -0.02190871350467205, 0.18583014607429504, 0.0018036897527053952, 0.04164966940879822, 0.037663400173187256, 0.012690856121480465, -0.15147919952869415, 0.054870009422302246, -0.04909626767039299, -0.06507814675569534, 0.0992802232503891, -0.23060975968837738, -0.029581980779767036, 0.08409231156110764, 0.006101988255977631, 0.05062677338719368, 0.05417380854487419, -0.07555694133043289, 0.060248877853155136, 0.10590590536594391, -0.18967655301094055, 0.06895994395017624, 0.05968685820698738, 0.06309698522090912, 0.02680189721286297, 0.10174334049224854, 0.09226282685995102, 0.03767590969800949, -0.013278807513415813, 0.06947894394397736, 0.05575611814856529, -0.047040436416864395, 0.07327874004840851, 0.09218335151672363, 0.04846152290701866, -0.21495778858661652, 0.1892634481191635, 0.06502647697925568, 0.017478298395872116, 0.003165705129504204, -0.008737063966691494, -0.12837155163288116, -0.0959007740020752, -0.04333832487463951, 0.26980575919151306, -0.007404477335512638, -0.11139857769012451, 0.029610546305775642, -0.04435274004936218, 0.0797988772392273, 0.17375622689723969, 0.017757778987288475, 0.08293744176626205, -0.00938297901302576, -0.02964775450527668, 0.06690200418233871, 0.018772900104522705, -0.13709582388401031, 0.022914187982678413, 0.024330930784344673, -0.24355319142341614, -0.020960507914423943, 0.23930655419826508, -0.09933458268642426, -0.08707332611083984, -0.07030496746301651, 0.12777365744113922, -0.21852482855319977, 0.07281917333602905, 0.01854468509554863, 0.016720853745937347, -0.08504454046487808, 0.007748463656753302, -0.033183638006448746, -0.029233409091830254, -0.08056621253490448, 0.11855228990316391, 0.053102072328329086, 0.05002352222800255, -0.10561881959438324, 0.004838470835238695, 0.0035328385420143604, 0.06335853040218353, 0.12348376214504242, 0.11307381093502045, 0.00042124305036850274, 0.10425763577222824, -0.019956078380346298, -0.1509629189968109, 0.09851552546024323, 0.00717936921864748, 0.09341443330049515, 0.1345573216676712, -0.0324893482029438, 0.03266299143433571, -0.10354195535182953, 0.07926060259342194, -0.03282562270760536, -0.041691601276397705, 0.08783859759569168, -0.12911181151866913, -0.03582903742790222, -0.007427146192640066, -0.07165118306875229, 0.1733669936656952, 0.07857201993465424, 0.05683570355176926, 0.059906966984272, -0.03282663971185684, 0.006984225008636713, -0.0752510204911232, -0.002475311979651451, -0.18157601356506348, -0.10876113921403885, 0.004947028122842312, 0.017743410542607307, -0.07785984128713608, 0.4485104978084564, -0.08411668986082077, -0.17795458436012268, -0.053851108998060226, 0.1144055500626564, -0.12415708601474762, -0.028394561260938644, 0.22623218595981598, 0.10776620358228683, -0.0005591165972873569, -0.1419394463300705, 0.019980059936642647, -0.007075942121446133, 0.10720022022724152, 0.05262747034430504, 0.058826994150877, 0.2664955258369446, 0.02393381856381893, 0.12490399926900864, -0.04071173444390297, 0.08743016421794891, 0.01082839909940958, -0.06562108546495438, 0.03377193212509155, 0.05967423692345619, -0.013634614646434784, 0.06036194786429405, -0.003139898646622896, -0.022416898980736732, -0.0208570696413517, -0.015850160270929337, 0.03084038384258747, -0.08627460896968842, 0.0035329614765942097, -0.13551519811153412, 0.014634290710091591, -0.04959773272275925, -0.043421972543001175, 0.27105849981307983, 0.05885389819741249, 0.010602808557450771, 0.060439467430114746, 0.09859275817871094, 0.003921803552657366, 0.0759483352303505, -0.01972935162484646, -0.03665267676115036, -0.09568146616220474, -0.015433180145919323, 0.10486007481813431, 0.0227508507668972, -0.05743620544672012, 0.022380933165550232, 0.14450104534626007, 0.013923010788857937, -0.15312650799751282, -0.09287767112255096, -0.021536272019147873, 0.1235039159655571, -0.09883326292037964, 0.04223410412669182, 0.06733544170856476, 0.030102355405688286, 0.07272741943597794, 0.04005623236298561, 0.05691174045205116, 0.007435088511556387, 0.0004671141505241394, -0.15521082282066345, -0.08444829285144806, 0.0965949296951294, -0.027184780687093735, -0.08745604008436203, -0.03858014941215515, 0.11517933756113052, 0.31077829003334045, -0.06661587953567505, 0.03504190966486931, -0.0006148256361484528, 0.0626320168375969, 0.057388536632061005, 0.12352529913187027, 0.06302007287740707, 0.10737361013889313, -0.049152929335832596, -0.16072310507297516, 0.03213353082537651, -0.04372921213507652, -0.0329740010201931, 0.0016628269804641604, 0.012342631816864014, -0.06440090388059616, -0.09173054248094559, 0.13361023366451263, -0.1815362274646759, 0.007769561372697353, -0.01662786491215229, -0.14545907080173492, -0.10911381989717484, -0.03222966194152832, 0.12241048365831375, -0.0004589228774420917, -0.054429590702056885, -0.06499079614877701, 0.0016296777175739408, -0.03666054084897041, -0.05113210156559944, -0.20193800330162048, -0.24355730414390564, 0.05496416613459587, 0.05956998094916344, -0.010675023309886456, -0.04700439050793648, 0.046419594436883926, -0.03596638888120651, 0.017864814028143883, -0.08131752908229828, 0.07130444794893265, 0.026342907920479774, 0.006835288368165493, -0.049937035888433456, 0.00842969212681055, -0.01416971068829298, -0.054191917181015015, 0.1700831800699234, 0.0015053664101287723, -0.017714565619826317, 0.005645666737109423, -0.002865424146875739, -0.04200548678636551, 0.02082182466983795, -0.020349809899926186, 0.108217254281044, 0.04852968454360962, -0.012999231927096844, 0.0036327478010207415, -0.005556080024689436, 0.06939912587404251, 0.055640339851379395, -0.11093146353960037, -0.03437689319252968, -0.015202841721475124, -0.048654306679964066, 0.06833978742361069, 0.049970824271440506, -0.11205291748046875, 0.07824452966451645, -0.1268875002861023, 0.036223720759153366, 0.06025560572743416, 0.0680396780371666, 0.11655955761671066, 0.08208783715963364, -0.05292676016688347, -0.08066506683826447, 0.08369214087724686, -0.06997396796941757, -0.05531948804855347, -0.10388018190860748 ]
12ee32c1971c11b429da8e4eb2099941847e83c8
# Indonesian Instructions Dataset
cahya/instructions_indonesian
[ "license:mit", "region:us" ]
2023-02-09T16:34:47+00:00
{"license": "mit"}
2023-02-09T17:03:53+00:00
[]
[]
TAGS #license-mit #region-us
# Indonesian Instructions Dataset
[ "# Indonesian Instructions Dataset" ]
[ "TAGS\n#license-mit #region-us \n", "# Indonesian Instructions Dataset" ]
[ 11, 8 ]
[ "passage: TAGS\n#license-mit #region-us \n# Indonesian Instructions Dataset" ]
[ -0.02724297158420086, -0.03935305029153824, -0.002279641106724739, -0.049190178513526917, 0.0743725523352623, 0.0317208506166935, 0.19466416537761688, 0.07891204953193665, 0.07549665123224258, -0.043553899973630905, 0.05276542156934738, -0.03904984891414642, 0.09795337915420532, 0.009949127212166786, -0.01306979637593031, -0.2600613832473755, 0.09356695413589478, -0.0454682894051075, 0.15660202503204346, 0.07925894111394882, 0.07244711369276047, 0.006115425378084183, 0.06749703735113144, -0.031715091317892075, -0.029956307262182236, -0.0354006253182888, -0.11891011893749237, -0.1012008786201477, 0.07509971410036087, -0.08356557041406631, 0.1712603121995926, 0.04201919957995415, 0.028495892882347107, -0.13384240865707397, -0.009770247153937817, -0.082032211124897, -0.0789736807346344, -0.04896993562579155, -0.10003259778022766, 0.1759088784456253, 0.10254727303981781, 0.06906887143850327, -0.030398499220609665, -0.059748101979494095, -0.1574765145778656, -0.1755630075931549, -0.09941700100898743, 0.029164260253310204, 0.21625946462154388, 0.08530697226524353, 0.04588977247476578, 0.04004698619246483, -0.1773539036512375, -0.029355494305491447, -0.011951013468205929, -0.2105921059846878, 0.041528649628162384, 0.1579134315252304, 0.07968748360872269, 0.1247614398598671, -0.04494133219122887, -0.019245639443397522, 0.058946672827005386, -0.02798975072801113, -0.05173609405755997, -0.17740409076213837, -0.16194215416908264, 0.009084231220185757, 0.03972538560628891, -0.0299264807254076, 0.3880119323730469, 0.013598203659057617, -0.07851815968751907, 0.0008285078220069408, 0.04605090245604515, 0.010070957243442535, -0.04461362957954407, 0.031185442581772804, -0.0012947162613272667, 0.09369921684265137, 0.2151833474636078, 0.027716850861907005, -0.17132432758808136, -0.06024959683418274, -0.16714440286159515, 0.005857221316546202, -0.0007583852275274694, 0.05240664258599281, -0.1521364450454712, -0.028406741097569466, -0.1618252992630005, -0.10472220927476883, -0.10989093780517578, 0.015114089474081993, 0.03906191140413284, 0.03169791027903557, 0.0579514242708683, 0.09055209904909134, 0.17807307839393616, 0.1216578483581543, 0.13271544873714447, 0.008389912545681, -0.0060102795250713825, 0.13730567693710327, 0.01168124284595251, 0.05805326998233795, 0.014614698477089405, 0.08625178784132004, -0.02319115214049816, -0.1266455501317978, 0.07871672511100769, -0.08120724558830261, -0.09675166755914688, -0.02776857651770115, -0.06164642423391342, 0.13381290435791016, -0.09136133641004562, -0.039795808494091034, -0.018324891105294228, -0.009736252017319202, 0.20459069311618805, -0.11871867626905441, -0.050311118364334106, -0.05819918215274811, -0.03355881944298744, -0.12183356285095215, -0.08160843700170517, 0.05689534917473793, 0.05827777460217476, 0.12028396874666214, -0.03493055701255798, 0.007158850785344839, -0.004413556307554245, 0.057096920907497406, 0.05362066999077797, -0.048128675669431686, 0.03172096610069275, -0.09400291740894318, -0.2504197955131531, -0.02086760103702545, 0.055943459272384644, -0.06447732448577881, 0.16536623239517212, 0.008768757805228233, 0.06760870665311813, -0.010861453600227833, -0.10510534048080444, -0.042960502207279205, -0.07348370552062988, 0.10644332319498062, 0.022290004417300224, 0.046453092247247696, -0.1633366197347641, 0.004814771469682455, -0.15712258219718933, 0.0930573120713234, -0.033882010728120804, -0.053891442716121674, -0.10130544006824493, 0.1415311098098755, -0.016281964257359505, -0.0033531170338392258, -0.03742014989256859, -0.011928130872547626, -0.03142789751291275, 0.05589216575026512, -0.16115960478782654, -0.03090742789208889, 0.13223779201507568, -0.1935950517654419, -0.25354519486427307, 0.0137467160820961, 0.022007061168551445, 0.2894098162651062, -0.08448303490877151, 0.28562086820602417, -0.022874753922224045, -0.021896973252296448, 0.15751346945762634, 0.13431531190872192, -0.05680854246020317, -0.2595340311527252, 0.12819205224514008, -0.04212116450071335, -0.0037223398685455322, 0.07520841807126999, -0.060629118233919144, 0.02966366894543171, 0.025042863562703133, -0.06838613003492355, 0.07824163138866425, -0.027075421065092087, -0.07318121194839478, -0.015853995457291603, 0.1065911203622818, -0.09520258754491806, 0.14812342822551727, 0.03923915699124336, 0.05295765772461891, 0.033660318702459335, -0.06245434656739235, -0.009254345670342445, -0.012582974508404732, 0.000032839892810443416, -0.036486171185970306, -0.03662164881825447, -0.0575345978140831, 0.012461764737963676, 0.05885579437017441, 0.03396853804588318, 0.02666993997991085, 0.023404471576213837, -0.03360634669661522, -0.0076156603172421455, 0.037127889692783356, 0.08675416558980942, 0.08770854771137238, 0.06975649297237396, 0.06687919795513153, 0.039660222828388214, 0.022240353748202324, 0.0031547287944704294, -0.08241578191518784, -0.013356141746044159, -0.010728616267442703, -0.06940805912017822, -0.06458549946546555, 0.09691984951496124, 0.021392127498984337, 0.06848390400409698, 0.04786045476794243, 0.008848972618579865, 0.05757316201925278, 0.06782906502485275, -0.0842505618929863, 0.17317773401737213, -0.06140381470322609, 0.19768266379833221, 0.11356855183839798, -0.0755210891366005, -0.010984241031110287, -0.041140712797641754, 0.004331550560891628, -0.08166000247001648, -0.10530363768339157, 0.07646627724170685, -0.08695502579212189, -0.04756728559732437, 0.06634542346000671, -0.03552340343594551, -0.0023641965817660093, -0.005280946847051382, -0.14661598205566406, -0.05890214443206787, -0.018594687804579735, 0.13683339953422546, -0.2449585199356079, 0.17712943255901337, 0.16962309181690216, 0.051492489874362946, 0.113502137362957, -0.07854650169610977, -0.0163287241011858, -0.06759066879749298, 0.1213669553399086, -0.026037976145744324, 0.11641864478588104, -0.2157697230577469, -0.06104905530810356, 0.10726933926343918, 0.09532561153173447, 0.021554389968514442, -0.13713930547237396, -0.18786057829856873, -0.025169914588332176, 0.0032803844660520554, -0.18762913346290588, 0.001930692233145237, -0.10767317563295364, 0.06019947677850723, -0.030458709225058556, -0.09796738624572754, 0.09703893214464188, -0.0483836904168129, -0.08109284192323685, 0.12083578109741211, -0.08190808445215225, -0.24112854897975922, -0.12381754070520401, -0.07498648017644882, 0.008132261224091053, -0.010402274318039417, 0.07162059098482132, -0.09189952909946442, -0.038208577781915665, 0.007656510919332504, -0.24233731627464294, 0.0049451966769993305, -0.052282799035310745, -0.04439225792884827, 0.10431879758834839, -0.12242033332586288, -0.13083334267139435, -0.059684544801712036, -0.004460928030312061, 0.06627974659204483, 0.16483938694000244, -0.1762063205242157, 0.07730203121900558, 0.11175214499235153, -0.028883343562483788, 0.04810448735952377, -0.017075706273317337, 0.09480905532836914, -0.10864732414484024, -0.03981940820813179, 0.14772018790245056, -0.005304992198944092, -0.01691364496946335, 0.18607956171035767, 0.06549734622240067, -0.1457260549068451, 0.028149444609880447, -0.09362372010946274, -0.1617787778377533, -0.19884395599365234, -0.04157121106982231, -0.16013211011886597, 0.047469884157180786, -0.03639569133520126, 0.04317891597747803, 0.1652643233537674, 0.06971170753240585, 0.12087006866931915, 0.07440608739852905, -0.0026123153511434793, -0.02894817665219307, 0.05054634064435959, 0.011696950532495975, 0.023780107498168945, -0.158942312002182, -0.02401767671108246, 0.10738157480955124, 0.10449709743261337, 0.2595409154891968, 0.22706854343414307, 0.19886355102062225, 0.14751595258712769, 0.21208064258098602, 0.0892600566148758, 0.10140254348516464, -0.0956837609410286, 0.0005379092181101441, -0.010826527141034603, -0.09397733956575394, -0.05743582174181938, 0.035553254187107086, -0.16239826381206512, -0.13775941729545593, 0.04839152842760086, -0.18202410638332367, 0.0634613111615181, -0.07260289043188095, 0.046533502638339996, -0.05404419079422951, 0.01177743636071682, 0.03395361825823784, 0.14383864402770996, 0.016070054844021797, 0.07859282940626144, 0.11455561965703964, -0.11054594814777374, 0.04426835849881172, 0.09270109236240387, 0.10846540331840515, -0.027112042531371117, -0.005611289292573929, -0.07801859080791473, -0.2123641073703766, 0.015449493192136288, 0.15936852991580963, -0.2044132500886917, 0.4001172184944153, 0.023055315017700195, -0.008202222175896168, -0.13999900221824646, -0.06186643987894058, -0.006347320508211851, 0.06463417410850525, 0.13008584082126617, 0.08842220157384872, -0.33865877985954285, -0.1732923835515976, -0.028929948806762695, 0.03378133475780487, 0.07294982671737671, 0.0751507356762886, -0.15876759588718414, -0.002359904581680894, 0.049631036818027496, 0.011285044252872467, 0.07548785209655762, -0.0837969183921814, -0.07158458977937698, 0.049046002328395844, 0.1225169226527214, -0.04872974753379822, -0.034172214567661285, 0.033768706023693085, 0.14651477336883545, 0.18465279042720795, 0.046320781111717224, -0.05855777487158775, -0.08718500286340714, -0.2578999996185303, 0.1091296449303627, -0.08556681871414185, -0.05267493799328804, -0.00035054332693107426, -0.13562670350074768, -0.018662944436073303, -0.06740828603506088, 0.1460350900888443, -0.04398948326706886, 0.043193522840738297, -0.08232355862855911, 0.07114849239587784, 0.0076908450573682785, -0.023544669151306152, 0.038458872586488724, -0.0067340959794819355, 0.04706989601254463, -0.19756485521793365, -0.022084157913923264, -0.08956712484359741, 0.08981360495090485, -0.013473086059093475, -0.08627495914697647, 0.0354110524058342, 0.05101829394698143, -0.20520524680614471, 0.13614682853221893, 0.15909729897975922, 0.02693990059196949, 0.10249047726392746, 0.39445048570632935, -0.08921556919813156, -0.14489687979221344, -0.20734168589115143, -0.16622650623321533, -0.026383301243185997, 0.0046823155134916306, -0.09837156534194946, 0.05601269751787186, 0.302297979593277, -0.06557706743478775, 0.05654039978981018, -0.2146499902009964, -0.10025353729724884, 0.12598294019699097, 0.05200156942009926, 0.33363133668899536, -0.1759006232023239, -0.13234248757362366, -0.024891739711165428, -0.33098796010017395, 0.09239768236875534, 0.02683759480714798, 0.04723306745290756, 0.02052031084895134, -0.03762205317616463, -0.05710805952548981, -0.021036071702837944, 0.27660229802131653, 0.08749379962682724, 0.06660617142915726, -0.12319941818714142, -0.1023317202925682, 0.23219531774520874, 0.0037100710906088352, 0.12022984772920609, -0.062425173819065094, -0.014272223226726055, -0.18574944138526917, 0.044960953295230865, -0.028314020484685898, 0.011618589982390404, 0.026948656886816025, -0.14363384246826172, -0.06172899156808853, 0.11930042505264282, -0.10943163931369781, 0.000573206867557019, 0.27830374240875244, 0.06372381001710892, -0.015986384823918343, 0.001604215009137988, -0.020750613883137703, -0.12806300818920135, 0.13109266757965088, -0.12784932553768158, -0.004286572802811861, 0.022616080939769745, -0.16008183360099792, -0.039044491946697235, 0.05957023426890373, -0.021615704521536827, 0.15367554128170013, 0.020790323615074158, -0.0697685033082962, 0.1340918242931366, 0.1516924351453781, 0.055737219750881195, -0.05685673654079437, 0.07996491342782974, 0.00011675707355607301, 0.1042289137840271, -0.02624489925801754, -0.08385999500751495, -0.07991078495979309, 0.02113935723900795, -0.02660895511507988, 0.04443615302443504, -0.11802959442138672, 0.08873160928487778, 0.06308207660913467, 0.08804872632026672, -0.08748798072338104, 0.22511032223701477, 0.1711132675409317, 0.05282728001475334, 0.018641401082277298, 0.09040585905313492, -0.08870188146829605, -0.030601678416132927, -0.000959950964897871, 0.11161498725414276, -0.03505762293934822, -0.14699481427669525, -0.01962682604789734, -0.04738874360918999, -0.09339679777622223, -0.03876695781946182, 0.040953628718853, 0.07452168315649033, 0.0498766265809536, -0.0511930026113987, 0.035580143332481384, -0.02245914749801159, -0.05202064290642738, 0.06681470572948456, 0.016325484961271286, -0.18603333830833435, 0.12873293459415436, 0.08325561136007309, -0.06595735996961594, -0.15599821507930756, -0.15344293415546417, 0.05121224746108055, -0.07762683182954788, 0.05012918636202812, -0.2042326033115387, -0.040235068649053574, -0.016124973073601723, -0.06120609864592552, -0.030171481892466545, -0.06175170838832855, -0.06756120920181274, 0.07582179456949234, -0.03392910584807396, 0.11273425817489624, -0.12403824180364609, -0.08306515961885452, 0.12382544577121735, 0.04143599048256874, 0.035995010286569595, 0.1066584512591362, 0.013625629246234894, 0.1573745757341385, -0.15807904303073883, 0.019362790510058403, 0.10940800607204437, 0.020600946620106697, 0.1024763286113739, -0.05457942932844162, -0.0002257227897644043, 0.12644268572330475, -0.029118413105607033, 0.048838645219802856, -0.054919615387916565, -0.12523676455020905, -0.10841836035251617, -0.11131907254457474, -0.17217814922332764, -0.038573477417230606, -0.05661923065781593, 0.2219400405883789, -0.03318146988749504, 0.03957413509488106, 0.018668213859200478, 0.03686777502298355, -0.04280603304505348, -0.046897172927856445, -0.0400608666241169, -0.14710596203804016, 0.048507027328014374, -0.09601380676031113, -0.06316426396369934, -0.07829000800848007, 0.3426329493522644, 0.006902646739035845, -0.06633531302213669, 0.0043021603487432, 0.02906317077577114, 0.01743680238723755, 0.008041325025260448, 0.3778912425041199, 0.1460547298192978, -0.0423070527613163, -0.13589608669281006, 0.017604423686861992, -0.06939331442117691, -0.11442404985427856, 0.07711915671825409, 0.12075003236532211, 0.058857135474681854, 0.06307940930128098, 0.11982899159193039, -0.08562078326940536, -0.11562281101942062, -0.17228682339191437, 0.06521274894475937, 0.01654246635735035, 0.07637035101652145, -0.0035858957562595606, 0.2222147434949875, -0.11955714970827103, 0.05485466122627258, -0.09239893406629562, -0.10532251745462418, -0.06408283859491348, -0.323301762342453, 0.017268380150198936, -0.050449103116989136, -0.01630808599293232, -0.017605174332857132, -0.027761278674006462, 0.28259944915771484, 0.06008550524711609, -0.027990220114588737, 0.030885877087712288, -0.11667122691869736, 0.04715627059340477, -0.05569786950945854, -0.0366029217839241, -0.002290229545906186, -0.1669386625289917, -0.05778239667415619, -0.023799728602170944, -0.015826458111405373, -0.027570117264986038, 0.019499683752655983, 0.037265367805957794, 0.007184804882854223, -0.06902198493480682, -0.0754329189658165, -0.07467665523290634, -0.00017555187514517456, -0.02925679460167885, 0.03951790928840637, 0.05758676305413246, 0.0627523735165596, 0.08071015030145645, 0.1747235804796219, 0.03284963592886925, -0.1738520860671997, -0.013798045925796032, 0.03733500838279724, 0.048272158950567245, -0.030711589381098747, 0.023481201380491257, -0.05934707075357437, -0.031394511461257935, 0.19664716720581055, 0.1891138255596161, 0.026007045060396194, 0.0013059416087344289, -0.037143830209970474, 0.02823522314429283, 0.0315958708524704, 0.20793256163597107, 0.08852563053369522, 0.23201434314250946, -0.025901079177856445, 0.005565969739109278, -0.07267135381698608, -0.07539837062358856, -0.09889520704746246, 0.05760656297206879, 0.060886234045028687, -0.07025860995054245, -0.05193958058953285, 0.19614848494529724, -0.11711584776639938, -0.002267085947096348, 0.14026133716106415, -0.02942550741136074, -0.12148609012365341, -0.00768039608374238, 0.07763875275850296, 0.03804928809404373, 0.02200271002948284, -0.04747819900512695, 0.0279987845569849, -0.023708408698439598, 0.12662707269191742, -0.21159055829048157, -0.19854901731014252, 0.05801350250840187, 0.22693592309951782, 0.15559552609920502, 0.03249040246009827, 0.07605557143688202, -0.0006971346447244287, 0.09349064528942108, -0.0755285993218422, 0.2898930609226227, 0.09483847767114639, 0.1764148622751236, -0.07501360774040222, -0.09542955458164215, -0.08224796503782272, -0.1082829162478447, 0.07907072454690933, -0.05604725703597069, 0.05845227837562561, 0.1255055069923401, 0.05999595299363136, -0.043192509561777115, -0.017480580136179924, -0.07298286259174347, 0.10987918078899384, 0.05625684931874275, -0.017852196469902992, -0.024239135906100273, -0.0624946765601635, 0.10357780009508133, 0.05612020567059517, -0.19931532442569733, -0.07843653112649918, 0.019060920923948288, -0.08570590615272522, 0.12141849845647812, 0.01655162125825882, -0.06310214102268219, 0.07031019777059555, -0.08235359936952591, 0.030493760481476784, -0.01619964838027954, 0.0412813276052475, 0.027906883507966995, 0.05233489349484444, -0.025841832160949707, -0.2145041972398758, 0.009739992208778858, 0.0026074512861669064, -0.026384321972727776, -0.09161575883626938 ]
3347fc072b366e468feaa42b5ef9b99012b0b0d4
# Dataset Card for "binhvq-news-corpus" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ademax/binhvq-news-corpus
[ "region:us" ]
2023-02-09T17:34:08+00:00
{"dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "category", "dtype": "string"}, {"name": "content", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 50813003038.15213, "num_examples": 13854498}, {"name": "test", "num_bytes": 366761776.84786654, "num_examples": 100000}], "download_size": 27332182633, "dataset_size": 51179764815.0}}
2023-02-09T18:49:26+00:00
[]
[]
TAGS #region-us
# Dataset Card for "binhvq-news-corpus" More Information needed
[ "# Dataset Card for \"binhvq-news-corpus\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"binhvq-news-corpus\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"binhvq-news-corpus\"\n\nMore Information needed" ]
[ -0.0700656846165657, 0.15411104261875153, -0.004285894334316254, -0.05814831331372261, -0.00939515046775341, 0.12482466548681259, 0.11560720950365067, 0.10921735316514969, 0.053285595029592514, -0.08014057576656342, 0.14102140069007874, -0.04898162931203842, 0.024853767827153206, 0.15477284789085388, -0.02213216759264469, 0.005157331470400095, 0.09477659314870834, 0.054846636950969696, -0.01897365413606167, 0.0192780289798975, -0.018014635890722275, -0.033903785049915314, 0.04143259674310684, -0.10000000894069672, -0.17984116077423096, 0.06483501195907593, -0.09869146347045898, -0.018949434161186218, 0.0845947340130806, -0.03348807245492935, 0.07378460466861725, 0.03212329000234604, -0.016131171956658363, -0.10975994169712067, 0.03962417319417, -0.022855406627058983, -0.1283494532108307, 0.07440108805894852, -0.03228198364377022, -0.08748362958431244, -0.1316554993391037, -0.17404510080814362, -0.07753726094961166, -0.03712913766503334, -0.10337306559085846, -0.20151178538799286, -0.08144985139369965, -0.01679006777703762, 0.017214985564351082, 0.026135796681046486, 0.03792329505085945, 0.18215592205524445, -0.13416944444179535, 0.014634566381573677, 0.08735793083906174, -0.07383657246828079, 0.04939620941877365, 0.15793929994106293, -0.05759323760867119, 0.06589454412460327, -0.015936311334371567, 0.0853230282664299, 0.0891965702176094, -0.023778200149536133, -0.1484605073928833, -0.0212236437946558, -0.09689866006374359, 0.08765321224927902, 0.0066724782809615135, -0.10009186714887619, 0.2231685370206833, -0.029179899021983147, 0.039149072021245956, 0.1078491136431694, 0.0015823803842067719, -0.029385849833488464, -0.011225338093936443, 0.1348143368959427, -0.036529820412397385, 0.022191843017935753, -0.002775907050818205, -0.026883987709879875, -0.11943455785512924, -0.1163017749786377, -0.17927312850952148, 0.06926547735929489, -0.035208750516176224, 0.15488536655902863, -0.18957339227199554, 0.053151197731494904, -0.020865922793745995, -0.04931149259209633, 0.0019860994070768356, -0.1427621692419052, 0.05168171599507332, 0.0354614183306694, -0.009508611634373665, 0.06768255680799484, 0.12625561654567719, -0.11416445672512054, -0.031087638810276985, -0.010913022793829441, -0.1002361923456192, 0.12213817983865738, 0.14900422096252441, -0.20867644250392914, -0.005469036754220724, 0.026079650968313217, 0.00641093822196126, -0.09522396326065063, -0.027714882045984268, -0.027966197580099106, -0.07580540329217911, 0.07803268730640411, -0.13352879881858826, 0.08646081387996674, 0.007251647301018238, -0.048028480261564255, -0.01846746727824211, 0.02394450083374977, 0.14582081139087677, -0.07312530279159546, -0.04042970389127731, 0.020092813298106194, -0.013682737946510315, -0.035428427159786224, -0.07829994708299637, -0.012237406335771084, 0.05310225486755371, 0.04416049271821976, -0.07383619993925095, -0.04830013960599899, -0.030476773157715797, 0.029967505484819412, 0.06720216572284698, -0.16865190863609314, 0.04877125471830368, -0.11744152009487152, -0.2398708611726761, 0.05956894904375076, -0.0024406288284808397, -0.0589386522769928, 0.17249730229377747, 0.0023935032077133656, 0.050690848380327225, -0.00015456974506378174, -0.06225931644439697, 0.18599237501621246, -0.12590256333351135, 0.08943019807338715, -0.040262844413518906, 0.07223063707351685, -0.201150581240654, 0.023203834891319275, -0.09055308997631073, 0.0059812432155013084, 0.17305497825145721, 0.11779904365539551, -0.1510814130306244, 0.11405141651630402, -0.04581868648529053, 0.0434463806450367, -0.15831609070301056, 0.0506783165037632, -0.008310108445584774, 0.15093748271465302, -0.26231056451797485, -0.08316516876220703, 0.1016354113817215, -0.05913436785340309, -0.06997241824865341, -0.0253288634121418, -0.0806565210223198, 0.09717132151126862, 0.09539178758859634, 0.23581182956695557, 0.05691519007086754, 0.00932680070400238, -0.07450547069311142, 0.1141522154211998, -0.1369718313217163, -0.1934153288602829, 0.004654190968722105, 0.054262738674879074, -0.1515229195356369, 0.011499947868287563, 0.046485014259815216, 0.010981820523738861, -0.04200918227434158, -0.06197969242930412, 0.030776603147387505, -0.07629883289337158, 0.1049724593758583, -0.026478184387087822, 0.06458061188459396, -0.008292393758893013, 0.08453794568777084, 0.06518197059631348, 0.05118805915117264, 0.04980473965406418, 0.002846044022589922, -0.03931785002350807, 0.06102033331990242, -0.10286199301481247, 0.06944713741540909, -0.11538887768983841, 0.014794898219406605, -0.020668627694249153, -0.006531354505568743, 0.04932023957371712, 0.1287161260843277, 0.06351042538881302, -0.07262669503688812, 0.0031969633419066668, 0.028307365253567696, 0.11452364176511765, 0.0625389888882637, 0.03670107200741768, -0.07428032904863358, 0.07519222050905228, -0.10643788427114487, 0.034734372049570084, -0.05322147533297539, -0.052633028477430344, 0.109311543405056, 0.06040279194712639, 0.021087104454636574, 0.05434391275048256, 0.07720054686069489, 0.0005467566079460084, 0.03551678732037544, 0.0037586039397865534, 0.015637146309018135, -0.017166826874017715, -0.06977900862693787, 0.05135667324066162, 0.0714276060461998, 0.12011056393384933, 0.1085471585392952, -0.0195351243019104, 0.09868752956390381, -0.02902400493621826, 0.017620163038372993, -0.0022439397871494293, -0.06146688014268875, -0.01869902014732361, -0.02211054041981697, -0.06686166673898697, 0.014030508697032928, -0.07142522186040878, -0.05142034962773323, 0.01710544154047966, 0.015997672453522682, -0.11004892736673355, 0.04931383579969406, -0.02577166073024273, -0.2247583568096161, 0.12968547642230988, 0.21642649173736572, 0.07957224547863007, 0.2301478087902069, -0.04214507341384888, -0.05175778269767761, 0.01955428533256054, -0.09351186454296112, -0.07191140204668045, 0.17783160507678986, -0.064804308116436, 0.02447565458714962, 0.08404151350259781, -0.021546531468629837, 0.08889777958393097, -0.06794183701276779, -0.1335090845823288, -0.07166387885808945, -0.014336710795760155, -0.23206917941570282, 0.006313171703368425, 0.005758060608059168, 0.07433168590068817, 0.03716820478439331, 0.039787907153367996, 0.11082638055086136, -0.06412822008132935, -0.019946342334151268, 0.0676795020699501, -0.17588727176189423, -0.3377957046031952, -0.03074204921722412, -0.12309161573648453, 0.04921331629157066, -0.006392261944711208, -0.052300479263067245, -0.21117360889911652, 0.0039662085473537445, 0.000010901263522100635, -0.09303319454193115, -0.026854995638132095, 0.022393157705664635, 0.08868815004825592, 0.08819591253995895, 0.000015365225408459082, -0.09599786251783371, 0.0438593365252018, -0.1141369566321373, 0.14360125362873077, 0.12403358519077301, -0.13180102407932281, 0.11496410518884659, -0.01878199353814125, 0.04086142033338547, 0.09663067758083344, -0.054384443908929825, 0.09627360850572586, -0.06542836874723434, -0.04116646572947502, -0.0057456414215266705, -0.06724854558706284, -0.008040024898946285, 0.15563185513019562, 0.1057296022772789, -0.0769355520606041, -0.03155941516160965, -0.054504550993442535, -0.11317256838083267, -0.23752404749393463, -0.10982286930084229, -0.054367177188396454, 0.06248694658279419, 0.00991586409509182, 0.07311737537384033, -0.039919961243867874, -0.010209311731159687, 0.04804155230522156, 0.0356111042201519, -0.10431879013776779, 0.002116286428645253, -0.011909320950508118, 0.012267308309674263, -0.033966872841119766, -0.1498080939054489, -0.018274938687682152, 0.1459239274263382, 0.2171800434589386, 0.1820167750120163, 0.05377157777547836, 0.15062502026557922, 0.03582220897078514, 0.0888475701212883, 0.18807151913642883, 0.09417830407619476, 0.024097954854369164, -0.060656819492578506, 0.023088622838258743, 0.0023812593426555395, -0.0396309532225132, 0.0031858931761235, 0.03489919751882553, -0.10377665609121323, 0.14773595333099365, -0.18570014834403992, 0.02748740091919899, -0.07544742524623871, 0.12209843844175339, -0.14901138842105865, 0.07785778492689133, 0.055209074169397354, 0.1441955864429474, -0.09016624838113785, 0.01059076189994812, 0.06776846945285797, 0.03768348693847656, 0.09268424659967422, 0.055414021015167236, 0.0647037997841835, -0.09390441328287125, 0.008071835152804852, -0.08064891397953033, -0.19936521351337433, -0.050814658403396606, 0.1645713895559311, -0.19399723410606384, 0.28876474499702454, 0.07394580543041229, -0.04914313554763794, -0.0620574951171875, -0.1147930696606636, -0.015698811039328575, 0.03756896033883095, 0.05938363075256348, 0.03769353777170181, 0.011327042244374752, -0.1479017436504364, -0.15869154036045074, 0.03502475097775459, 0.021635090932250023, -0.002214479725807905, -0.09376537054777145, 0.10739914327859879, -0.01844869740307331, -0.05041869729757309, -0.1938711553812027, -0.03551887348294258, -0.10848576575517654, 0.02995908260345459, 0.05170280858874321, 0.009768815711140633, -0.016741544008255005, -0.033500295132398605, 0.02409461699426174, -0.006274587009102106, -0.11745256185531616, -0.06362253427505493, -0.06981047242879868, 0.09835921972990036, 0.028653835877776146, 0.008929993025958538, -0.09338075667619705, 0.047375865280628204, 0.053837623447179794, -0.03893560916185379, -0.2322644144296646, 0.03341369703412056, -0.08106629550457001, 0.03947267681360245, -0.09357251226902008, 0.1499602049589157, 0.05315662547945976, 0.04598909616470337, -0.006759269628673792, -0.005384667776525021, -0.058179907500743866, -0.031220722943544388, 0.139213427901268, -0.02947872318327427, 0.10306441783905029, 0.17573271691799164, 0.042505621910095215, -0.14070817828178406, 0.05935978889465332, -0.022252384573221207, 0.1650611311197281, 0.18972480297088623, -0.0852493867278099, 0.20739682018756866, 0.2612249255180359, -0.04398269206285477, -0.2364131361246109, -0.00638555409386754, -0.08233265578746796, -0.05014702305197716, -0.024903422221541405, -0.18043343722820282, 0.08760323375463486, 0.13494156301021576, -0.027327075600624084, 0.21867336332798004, -0.10606096684932709, 0.027033057063817978, 0.1459188461303711, -0.15301404893398285, 0.4505630135536194, -0.06490916013717651, -0.11067424714565277, -0.09441191703081131, -0.13258002698421478, 0.2325340360403061, -0.2072083055973053, 0.009012016467750072, -0.028439810499548912, 0.09351642429828644, -0.041730184108018875, -0.02890809439122677, 0.15773186087608337, 0.07350193709135056, 0.06023770943284035, -0.07407418638467789, -0.09235425293445587, 0.1438359171152115, -0.04591166228055954, 0.0026855480391532183, -0.0028839590959250927, 0.021754471585154533, -0.188668891787529, 0.017845680937170982, -0.022914012894034386, -0.002709573833271861, 0.05993805080652237, -0.0285018477588892, -0.056650310754776, -0.004311921540647745, -0.12986047565937042, -0.02190871350467205, 0.18583014607429504, 0.0018036897527053952, 0.04164966940879822, 0.037663400173187256, 0.012690856121480465, -0.15147919952869415, 0.054870009422302246, -0.04909626767039299, -0.06507814675569534, 0.0992802232503891, -0.23060975968837738, -0.029581980779767036, 0.08409231156110764, 0.006101988255977631, 0.05062677338719368, 0.05417380854487419, -0.07555694133043289, 0.060248877853155136, 0.10590590536594391, -0.18967655301094055, 0.06895994395017624, 0.05968685820698738, 0.06309698522090912, 0.02680189721286297, 0.10174334049224854, 0.09226282685995102, 0.03767590969800949, -0.013278807513415813, 0.06947894394397736, 0.05575611814856529, -0.047040436416864395, 0.07327874004840851, 0.09218335151672363, 0.04846152290701866, -0.21495778858661652, 0.1892634481191635, 0.06502647697925568, 0.017478298395872116, 0.003165705129504204, -0.008737063966691494, -0.12837155163288116, -0.0959007740020752, -0.04333832487463951, 0.26980575919151306, -0.007404477335512638, -0.11139857769012451, 0.029610546305775642, -0.04435274004936218, 0.0797988772392273, 0.17375622689723969, 0.017757778987288475, 0.08293744176626205, -0.00938297901302576, -0.02964775450527668, 0.06690200418233871, 0.018772900104522705, -0.13709582388401031, 0.022914187982678413, 0.024330930784344673, -0.24355319142341614, -0.020960507914423943, 0.23930655419826508, -0.09933458268642426, -0.08707332611083984, -0.07030496746301651, 0.12777365744113922, -0.21852482855319977, 0.07281917333602905, 0.01854468509554863, 0.016720853745937347, -0.08504454046487808, 0.007748463656753302, -0.033183638006448746, -0.029233409091830254, -0.08056621253490448, 0.11855228990316391, 0.053102072328329086, 0.05002352222800255, -0.10561881959438324, 0.004838470835238695, 0.0035328385420143604, 0.06335853040218353, 0.12348376214504242, 0.11307381093502045, 0.00042124305036850274, 0.10425763577222824, -0.019956078380346298, -0.1509629189968109, 0.09851552546024323, 0.00717936921864748, 0.09341443330049515, 0.1345573216676712, -0.0324893482029438, 0.03266299143433571, -0.10354195535182953, 0.07926060259342194, -0.03282562270760536, -0.041691601276397705, 0.08783859759569168, -0.12911181151866913, -0.03582903742790222, -0.007427146192640066, -0.07165118306875229, 0.1733669936656952, 0.07857201993465424, 0.05683570355176926, 0.059906966984272, -0.03282663971185684, 0.006984225008636713, -0.0752510204911232, -0.002475311979651451, -0.18157601356506348, -0.10876113921403885, 0.004947028122842312, 0.017743410542607307, -0.07785984128713608, 0.4485104978084564, -0.08411668986082077, -0.17795458436012268, -0.053851108998060226, 0.1144055500626564, -0.12415708601474762, -0.028394561260938644, 0.22623218595981598, 0.10776620358228683, -0.0005591165972873569, -0.1419394463300705, 0.019980059936642647, -0.007075942121446133, 0.10720022022724152, 0.05262747034430504, 0.058826994150877, 0.2664955258369446, 0.02393381856381893, 0.12490399926900864, -0.04071173444390297, 0.08743016421794891, 0.01082839909940958, -0.06562108546495438, 0.03377193212509155, 0.05967423692345619, -0.013634614646434784, 0.06036194786429405, -0.003139898646622896, -0.022416898980736732, -0.0208570696413517, -0.015850160270929337, 0.03084038384258747, -0.08627460896968842, 0.0035329614765942097, -0.13551519811153412, 0.014634290710091591, -0.04959773272275925, -0.043421972543001175, 0.27105849981307983, 0.05885389819741249, 0.010602808557450771, 0.060439467430114746, 0.09859275817871094, 0.003921803552657366, 0.0759483352303505, -0.01972935162484646, -0.03665267676115036, -0.09568146616220474, -0.015433180145919323, 0.10486007481813431, 0.0227508507668972, -0.05743620544672012, 0.022380933165550232, 0.14450104534626007, 0.013923010788857937, -0.15312650799751282, -0.09287767112255096, -0.021536272019147873, 0.1235039159655571, -0.09883326292037964, 0.04223410412669182, 0.06733544170856476, 0.030102355405688286, 0.07272741943597794, 0.04005623236298561, 0.05691174045205116, 0.007435088511556387, 0.0004671141505241394, -0.15521082282066345, -0.08444829285144806, 0.0965949296951294, -0.027184780687093735, -0.08745604008436203, -0.03858014941215515, 0.11517933756113052, 0.31077829003334045, -0.06661587953567505, 0.03504190966486931, -0.0006148256361484528, 0.0626320168375969, 0.057388536632061005, 0.12352529913187027, 0.06302007287740707, 0.10737361013889313, -0.049152929335832596, -0.16072310507297516, 0.03213353082537651, -0.04372921213507652, -0.0329740010201931, 0.0016628269804641604, 0.012342631816864014, -0.06440090388059616, -0.09173054248094559, 0.13361023366451263, -0.1815362274646759, 0.007769561372697353, -0.01662786491215229, -0.14545907080173492, -0.10911381989717484, -0.03222966194152832, 0.12241048365831375, -0.0004589228774420917, -0.054429590702056885, -0.06499079614877701, 0.0016296777175739408, -0.03666054084897041, -0.05113210156559944, -0.20193800330162048, -0.24355730414390564, 0.05496416613459587, 0.05956998094916344, -0.010675023309886456, -0.04700439050793648, 0.046419594436883926, -0.03596638888120651, 0.017864814028143883, -0.08131752908229828, 0.07130444794893265, 0.026342907920479774, 0.006835288368165493, -0.049937035888433456, 0.00842969212681055, -0.01416971068829298, -0.054191917181015015, 0.1700831800699234, 0.0015053664101287723, -0.017714565619826317, 0.005645666737109423, -0.002865424146875739, -0.04200548678636551, 0.02082182466983795, -0.020349809899926186, 0.108217254281044, 0.04852968454360962, -0.012999231927096844, 0.0036327478010207415, -0.005556080024689436, 0.06939912587404251, 0.055640339851379395, -0.11093146353960037, -0.03437689319252968, -0.015202841721475124, -0.048654306679964066, 0.06833978742361069, 0.049970824271440506, -0.11205291748046875, 0.07824452966451645, -0.1268875002861023, 0.036223720759153366, 0.06025560572743416, 0.0680396780371666, 0.11655955761671066, 0.08208783715963364, -0.05292676016688347, -0.08066506683826447, 0.08369214087724686, -0.06997396796941757, -0.05531948804855347, -0.10388018190860748 ]
bd7e0dc3256a31e3dae03c41b756dddf3b947f20
The NEG-1500-SIMP-TEMP is the extension of NEG-136-SIMP. It is created using a template derived from original papers. If this dataset is useful to you please cite our work @article{shivagunde2023larger, title={Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning}, author={Shivagunde, Namrata and Lialin, Vladislav and Rumshisky, Anna}, journal={arXiv preprint arXiv:2303.16445}, year={2023} }
text-machine-lab/NEG-1500-SIMP-TEMP
[ "size_categories:1K<n<10K", "language:en", "license:mit", "region:us" ]
2023-02-09T18:18:15+00:00
{"language": ["en"], "license": "mit", "size_categories": ["1K<n<10K"]}
2023-04-20T17:09:50+00:00
[]
[ "en" ]
TAGS #size_categories-1K<n<10K #language-English #license-mit #region-us
The NEG-1500-SIMP-TEMP is the extension of NEG-136-SIMP. It is created using a template derived from original papers. If this dataset is useful to you please cite our work @article{shivagunde2023larger, title={Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning}, author={Shivagunde, Namrata and Lialin, Vladislav and Rumshisky, Anna}, journal={arXiv preprint arXiv:2303.16445}, year={2023} }
[]
[ "TAGS\n#size_categories-1K<n<10K #language-English #license-mit #region-us \n" ]
[ 27 ]
[ "passage: TAGS\n#size_categories-1K<n<10K #language-English #license-mit #region-us \n" ]
[ -0.025269627571105957, 0.014063925482332706, -0.005082737188786268, 0.040117379277944565, 0.08701138198375702, 0.05619365721940994, 0.2022402137517929, 0.098141610622406, 0.20530466735363007, -0.02699471265077591, 0.10372766107320786, 0.02110969088971615, 0.02340828999876976, 0.08688052743673325, -0.013211539946496487, -0.35139569640159607, 0.03020092286169529, -0.033245932310819626, 0.08762604743242264, 0.04317954182624817, 0.07178740203380585, -0.0741134062409401, 0.01601586490869522, -0.06568411737680435, -0.05164725333452225, 0.039773277938365936, 0.008302152156829834, -0.09212389588356018, 0.08140991628170013, -0.03282163292169571, 0.09723764657974243, 0.023491881787776947, 0.007321501150727272, -0.2645491361618042, -0.006877284962683916, -0.08584386855363846, -0.03701331093907356, 0.001731025637127459, 0.06176642328500748, 0.01949247159063816, 0.010985614731907845, -0.08032383024692535, -0.05574128031730652, 0.09013257175683975, -0.13954178988933563, -0.2136237472295761, -0.026572363451123238, 0.012270773760974407, 0.013477078638970852, 0.028698697686195374, 0.0004623551503755152, 0.10365302860736847, -0.19195397198200226, 0.004217997658997774, 0.10152366012334824, -0.3538179099559784, 0.060946714133024216, 0.20567192137241364, 0.03338240087032318, 0.1490892469882965, -0.08963599056005478, 0.017194941639900208, 0.11528315395116806, -0.029718806967139244, -0.11870699375867844, -0.06850618124008179, -0.012705489061772823, 0.06574233621358871, -0.03177207335829735, -0.04534053057432175, 0.29942622780799866, 0.06325001269578934, 0.0022178012877702713, -0.0662558302283287, -0.00472097797319293, -0.11314481496810913, -0.0347452312707901, 0.10269083827733994, 0.04977645352482796, 0.10108841955661774, 0.0821995884180069, 0.006585267372429371, -0.13093343377113342, -0.0016371376113966107, -0.24822857975959778, 0.19252826273441315, 0.022863436490297318, 0.06976247578859329, -0.0927768424153328, -0.04127082601189613, -0.2851112484931946, -0.07191621512174606, -0.024217095226049423, -0.0769968181848526, -0.0007930681458674371, -0.0017191547667607665, 0.01510882843285799, 0.12007898837327957, 0.1377696990966797, 0.05817713961005211, -0.05074869468808174, 0.03896170109510422, -0.010630340315401554, 0.13637731969356537, 0.04910660535097122, 0.11155671626329422, 0.06013306975364685, -0.021944602951407433, -0.044983286410570145, -0.11674599349498749, 0.05758363753557205, -0.0013913108268752694, -0.1777510792016983, -0.07243508845567703, -0.11726834625005722, 0.14061953127384186, -0.07816045731306076, 0.0010071784490719438, -0.05049039423465729, 0.07328880578279495, 0.06484462320804596, -0.06263048201799393, 0.008705714717507362, 0.01329655572772026, -0.003808285342529416, 0.04842495173215866, -0.20199917256832123, -0.023668423295021057, 0.039503905922174454, 0.06859686225652695, -0.08381875604391098, 0.010496828705072403, 0.0024741599336266518, -0.06693097203969955, 0.0946330800652504, -0.13033214211463928, 0.041148919612169266, -0.10331565886735916, -0.11691759526729584, 0.04281121864914894, -0.01087165717035532, -0.039838243275880814, 0.0453394390642643, -0.03644237294793129, -0.0176909901201725, -0.03752683103084564, -0.05594223365187645, -0.09814167022705078, -0.0913444310426712, 0.07438770681619644, -0.019680045545101166, 0.08571392297744751, -0.2519485652446747, -0.017293203622102737, -0.13031113147735596, 0.03699115663766861, -0.06081106513738632, 0.026678793132305145, -0.10175037384033203, 0.1663747876882553, -0.03154664859175682, -0.03462066501379013, -0.1501418948173523, 0.03814886137843132, -0.11073874682188034, 0.08643241226673126, -0.22555848956108093, -0.0749165490269661, 0.15218494832515717, -0.05143507570028305, -0.053586527705192566, 0.037957314401865005, 0.03175564110279083, 0.0482303723692894, 0.10696692019701004, 0.43154051899909973, -0.0167358610779047, 0.017837002873420715, 0.006748943589627743, 0.22844918072223663, -0.09023203700780869, -0.21533313393592834, 0.12500034272670746, -0.15858861804008484, -0.030858702957630157, 0.043372754007577896, 0.056877072900533676, 0.04325445368885994, -0.018928948789834976, -0.06544268876314163, -0.017295338213443756, -0.013535930775105953, 0.11710365116596222, 0.05145777016878128, 0.10751330107450485, -0.13062410056591034, 0.02578580379486084, 0.07533711194992065, 0.02252705581486225, 0.1015736535191536, -0.0013708212645724416, -0.01350568700581789, 0.027750831097364426, -0.005985354073345661, 0.001600915682502091, -0.0945466011762619, 0.03167473152279854, 0.027348434552550316, -0.0129195936024189, 0.09857437014579773, 0.25867167115211487, 0.032662276178598404, -0.07966383546590805, -0.03417833894491196, 0.09633105248212814, 0.08779456466436386, 0.052575211971998215, -0.04528454318642616, -0.02770693227648735, 0.07743945717811584, -0.022630957886576653, -0.06702688336372375, -0.01909269392490387, -0.0032489714212715626, 0.13973140716552734, -0.07247532904148102, -0.014307253994047642, 0.07968126982450485, -0.030242396518588066, 0.0425429604947567, -0.005293156951665878, -0.014076965861022472, 0.09410456568002701, -0.06442813575267792, -0.08246450126171112, 0.08981619030237198, -0.0972958505153656, 0.08941052109003067, 0.21327131986618042, 0.017584659159183502, 0.060306381434202194, -0.08899398893117905, -0.0066416822373867035, 0.03868010640144348, 0.015583287924528122, -0.0150490403175354, -0.001976063009351492, 0.010815739631652832, 0.05951788276433945, -0.07061640173196793, -0.028009602800011635, -0.011716879904270172, -0.045949455350637436, -0.07582169026136398, 0.08658383786678314, 0.11880110204219818, -0.20791926980018616, 0.18634815514087677, 0.3540288209915161, 0.09517250955104828, 0.2079019397497177, -0.10934620350599289, -0.015981491655111313, 0.004394609481096268, 0.019007591530680656, -0.07241106033325195, 0.12971515953540802, -0.16313768923282623, -0.02051660791039467, 0.0772981122136116, 0.07708419859409332, 0.05109367519617081, -0.13074763119220734, -0.10348697006702423, -0.03386971354484558, -0.06495627760887146, -0.19097639620304108, 0.012152153067290783, 0.015976402908563614, 0.02687026560306549, 0.029224995523691177, -0.07330211251974106, 0.09137921780347824, -0.03821410611271858, -0.027666430920362473, 0.10197001695632935, -0.17028430104255676, -0.09415184706449509, -0.1348039209842682, -0.0492035411298275, -0.0027024473529309034, 0.05625497177243233, 0.06462510675191879, -0.14183755218982697, -0.02021883800625801, -0.002515483181923628, 0.030459431931376457, -0.1461074948310852, -0.04292289540171623, -0.03547264635562897, 0.102785624563694, -0.12576311826705933, -0.10262364894151688, -0.05620734393596649, -0.03375853970646858, 0.034932464361190796, 0.0779641717672348, -0.1483479142189026, -0.014597968198359013, 0.23681533336639404, -0.03130509331822395, 0.053054701536893845, -0.09000685065984726, 0.1243438869714737, -0.06585194170475006, -0.026053832843899727, 0.02537062019109726, 0.0876351073384285, 0.01777651719748974, 0.33628174662590027, 0.1016651839017868, -0.07512706518173218, -0.03296123072504997, -0.032560594379901886, -0.1234046146273613, -0.23609022796154022, -0.05881055071949959, -0.10789477080106735, 0.1502971351146698, 0.048892807215452194, 0.08555713295936584, 0.018504995852708817, 0.04654362425208092, 0.05700592324137688, -0.005294784437865019, 0.02720434032380581, 0.03616805374622345, 0.26354295015335083, -0.017904259264469147, 0.026170354336500168, -0.14302588999271393, -0.053364042192697525, 0.13089856505393982, 0.10085951536893845, 0.16046693921089172, 0.23809747397899628, 0.21400949358940125, 0.05610109865665436, 0.03433063626289368, 0.11452585458755493, 0.08836954087018967, 0.09478655457496643, -0.0059410324320197105, -0.051161352545022964, -0.021746091544628143, 0.0972522720694542, 0.03632267937064171, 0.08987382054328918, -0.16005964577198029, -0.005339084193110466, -0.16715751588344574, 0.07668475806713104, -0.058163031935691833, 0.21137142181396484, -0.05200754106044769, 0.1039995402097702, 0.11884712427854538, -0.031884144991636276, -0.04518505185842514, 0.16565418243408203, 0.08105064183473587, -0.07536745816469193, 0.09733111411333084, 0.06806481629610062, 0.0913742408156395, 0.02203184925019741, 0.07757598906755447, -0.05907565727829933, -0.12750650942325592, 0.023167911916971207, 0.14693915843963623, -0.159221813082695, 0.3152301609516144, 0.038798730820417404, -0.024203812703490257, -0.08207349479198456, -0.07073691487312317, -0.003848559455946088, 0.11825694143772125, 0.07172294706106186, 0.04737085849046707, -0.14345501363277435, -0.13298462331295013, -0.026005294173955917, -0.024366052821278572, 0.0925772413611412, 0.035672836005687714, -0.08947320282459259, -0.028249334543943405, 0.023965300992131233, -0.02744191884994507, -0.007382754236459732, -0.06895437836647034, -0.09679235517978668, -0.03388261795043945, 0.1719408631324768, -0.07976358383893967, -0.028506318107247353, 0.015734683722257614, -0.09569845348596573, 0.0579216368496418, -0.1089959368109703, -0.0660548061132431, -0.061009153723716736, -0.12415829300880432, 0.13296382129192352, -0.043687157332897186, -0.0037587794940918684, -0.06005657836794853, -0.061899662017822266, -0.10477516800165176, -0.08278312534093857, 0.11720717698335648, -0.0024215553421527147, 0.0132813211530447, -0.028380276635289192, 0.15530773997306824, -0.15711885690689087, 0.06904090195894241, -0.004889817908406258, 0.021061768755316734, -0.013465014286339283, -0.12762494385242462, 0.012013453058898449, -0.1210549846291542, -0.01549986656755209, 0.07152540236711502, -0.022447966039180756, -0.10040786117315292, 0.01500002108514309, -0.058804403990507126, 0.22162280976772308, 0.31381893157958984, -0.05170372873544693, 0.10615258663892746, 0.25080814957618713, -0.0373823344707489, -0.2112741470336914, -0.07411924749612808, -0.21349552273750305, -0.03662789985537529, 0.07225553691387177, -0.059966057538986206, 0.05361274629831314, 0.12302426993846893, -0.06864149868488312, 0.1788899004459381, -0.2325490266084671, -0.08116119354963303, 0.1532209813594818, -0.07367144525051117, 0.3653118908405304, -0.10953966528177261, -0.14349810779094696, -0.11842849105596542, -0.09935738891363144, 0.05909523367881775, 0.0014846209669485688, 0.11040973663330078, -0.026408685371279716, 0.036891866475343704, 0.008655181154608727, -0.01369149424135685, 0.19890454411506653, 0.10975481569766998, 0.05260062962770462, -0.06765187531709671, -0.25268954038619995, 0.18777133524417877, 0.020566698163747787, 0.034107860177755356, -0.1052938774228096, -0.05674608424305916, -0.08005011826753616, -0.01465292926877737, -0.0457582026720047, 0.026128847151994705, 0.02163587138056755, -0.08626841753721237, -0.10968237370252609, 0.00655334023758769, -0.1412016600370407, -0.023018667474389076, 0.24369049072265625, -0.030709287151694298, -0.029925767332315445, 0.07362262904644012, 0.06018621474504471, -0.10232977569103241, 0.05712465941905975, -0.01907314360141754, -0.05687129870057106, 0.04803275316953659, -0.1790313571691513, -0.04062856733798981, 0.1492091715335846, -0.005889275576919317, 0.05541423708200455, 0.058526214212179184, -0.04762927070260048, 0.000396501156501472, 0.16451801359653473, 0.05843203514814377, -0.16414617002010345, 0.012738604098558426, -0.03270374611020088, 0.03632647544145584, -0.01634610816836357, -0.054373662918806076, 0.06095987930893898, 0.018283259123563766, -0.004108500201255083, -0.03432663902640343, -0.09688391536474228, 0.02335822582244873, 0.08919455856084824, 0.041537318378686905, -0.1117374375462532, 0.15882465243339539, 0.08454228937625885, -0.0011953653302043676, -0.09363951534032822, 0.14604122936725616, -0.12225071340799332, -0.06867916136980057, -0.0062882197089493275, -0.028018968179821968, -0.013412483036518097, -0.06952453404664993, 0.03971400484442711, -0.14755870401859283, -0.024660473689436913, 0.030024079605937004, 0.02840036153793335, 0.07114510238170624, -0.0011158931301906705, -0.06265812367200851, 0.11095038056373596, 0.004422069527208805, -0.14621417224407196, 0.04203548654913902, -0.10787320882081985, -0.06819088757038116, -0.04866941645741463, 0.0845584124326706, -0.03125160187482834, -0.03268808871507645, -0.150063157081604, 0.031610552221536636, -0.15393729507923126, 0.025991858914494514, -0.1290583461523056, -0.02284989133477211, 0.03356432914733887, -0.04682840034365654, -0.041724566370248795, -0.09525159746408463, -0.16117353737354279, 0.02463657408952713, 0.01219914760440588, 0.1330280601978302, 0.0005921788979321718, -0.029998334124684334, 0.06780233979225159, 0.03768149018287659, 0.10715143382549286, 0.028498368337750435, -0.00541995232924819, 0.1253519058227539, -0.07137265056371689, -0.061734747141599655, 0.13176485896110535, 0.01740139164030552, 0.04514886438846588, 0.11211363226175308, -0.03544595092535019, 0.05163975805044174, 0.10551559180021286, 0.07338738441467285, -0.14016644656658173, -0.14029735326766968, -0.034292928874492645, -0.0658806711435318, -0.20754918456077576, 0.004015657119452953, -0.09876947849988937, 0.16716310381889343, -0.07446953654289246, 0.13136574625968933, 0.04677802696824074, 0.019623683765530586, -0.04030200466513634, 0.0060747177340090275, -0.04047643020749092, -0.09183666855096817, -0.03777530789375305, -0.06212720647454262, -0.03281182423233986, 0.01385680865496397, 0.36238738894462585, 0.06913945078849792, -0.149630606174469, 0.03791686147451401, 0.1145426407456398, 0.0012595579028129578, -0.0027935849502682686, 0.40670764446258545, 0.12328872829675674, -0.055699631571769714, -0.1504773497581482, 0.019244922325015068, -0.02963836118578911, -0.0944044217467308, 0.10938378423452377, 0.17418670654296875, -0.035215817391872406, 0.07848650217056274, 0.07009725272655487, -0.029077887535095215, -0.001600970164872706, 0.044974714517593384, 0.11236941069364548, -0.0031904871575534344, -0.031244251877069473, 0.0737597718834877, 0.1720789074897766, -0.09785331040620804, 0.056372422724962234, -0.06847455352544785, -0.05031181126832962, -0.15672360360622406, -0.16051362454891205, -0.03785194084048271, -0.14119572937488556, 0.060302335768938065, -0.00678995018824935, 0.042488958686590195, 0.18680135905742645, 0.055538877844810486, -0.011376663111150265, 0.016801761463284492, -0.17628343403339386, -0.08400392532348633, -0.0052839103154838085, -0.03914249315857887, 0.05777111276984215, -0.07607676833868027, -0.045049190521240234, -0.04251352697610855, -0.15173041820526123, -0.039709243923425674, 0.03244446963071823, -0.07434803247451782, -0.06140775978565216, -0.16884800791740417, -0.045456208288669586, -0.04585599899291992, 0.08100225031375885, 0.030945874750614166, 0.17437179386615753, 0.022298090159893036, -0.03834224492311478, 0.035008400678634644, 0.08802994340658188, -0.009684435091912746, -0.23697860538959503, 0.045772768557071686, 0.12942229211330414, 0.045428723096847534, 0.11360438913106918, -0.07524441182613373, -0.11719869822263718, -0.017803529277443886, 0.1526084691286087, 0.3365733325481415, 0.014014418236911297, -0.01256695669144392, -0.0075609637424349785, 0.016262756660580635, 0.06868825852870941, 0.11919962614774704, -0.03804020956158638, 0.140809565782547, -0.04364001378417015, 0.04438411444425583, 0.03197348117828369, 0.014662785455584526, -0.16121286153793335, 0.08226370066404343, 0.06645068526268005, -0.10055112838745117, -0.08460965752601624, 0.1640215665102005, -0.0973895937204361, 0.23783883452415466, 0.09472622722387314, -0.10874710232019424, -0.022492581978440285, -0.012079060077667236, 0.09110324829816818, 0.052016038447618484, 0.07635024935007095, -0.09676838666200638, -0.09856268763542175, -0.18261249363422394, 0.0016052562277764082, -0.3487618565559387, -0.0888691395521164, 0.0631837472319603, 0.07350338995456696, 0.11911771446466446, -0.010676463134586811, 0.12622512876987457, 0.05378974601626396, 0.05449614301323891, -0.0349322184920311, 0.1867755502462387, 0.03702570125460625, 0.10360575467348099, -0.05222618952393532, -0.07993476092815399, -0.022234167903661728, -0.1158066838979721, 0.08293133229017258, -0.05236189439892769, 0.0327187106013298, 0.17838911712169647, -0.061869066208601, -0.1188104972243309, 0.014090528711676598, -0.11365719884634018, 0.062133513391017914, 0.0006886865012347698, -0.006116234231740236, -0.06604044139385223, -0.0036390540190041065, -0.022081539034843445, 0.0922270268201828, -0.1579056978225708, -0.11623509228229523, 0.0830223560333252, -0.05169243365526199, 0.13607114553451538, -0.008247604593634605, -0.17201074957847595, 0.039325688034296036, -0.09356506913900375, 0.10659679025411606, -0.12913699448108673, 0.04139060899615288, 0.13117341697216034, -0.018075410276651382, 0.016052767634391785, -0.3169316351413727, 0.026962999254465103, 0.02702222764492035, -0.11296682804822922, -0.06315933167934418 ]
89da87baea593e32704df80a2776bb26916dc772
NEG-1500-SIMP-GEN is an extended version of NEG-136-SIMP. The dataset is extended using GPT-3. If this dataset is useful to you please cite our work @article{shivagunde2023larger, title={Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning}, author={Shivagunde, Namrata and Lialin, Vladislav and Rumshisky, Anna}, journal={arXiv preprint arXiv:2303.16445}, year={2023} }
text-machine-lab/NEG-1500-SIMP-GEN
[ "license:mit", "region:us" ]
2023-02-09T18:30:16+00:00
{"license": "mit"}
2023-04-20T17:09:28+00:00
[]
[]
TAGS #license-mit #region-us
NEG-1500-SIMP-GEN is an extended version of NEG-136-SIMP. The dataset is extended using GPT-3. If this dataset is useful to you please cite our work @article{shivagunde2023larger, title={Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning}, author={Shivagunde, Namrata and Lialin, Vladislav and Rumshisky, Anna}, journal={arXiv preprint arXiv:2303.16445}, year={2023} }
[]
[ "TAGS\n#license-mit #region-us \n" ]
[ 11 ]
[ "passage: TAGS\n#license-mit #region-us \n" ]
[ 0.026221778243780136, -0.033018264919519424, -0.008281232789158821, -0.05295303836464882, 0.052470896393060684, 0.06768012046813965, 0.1598525494337082, 0.04655371606349945, 0.23683255910873413, -0.05407243221998215, 0.11752297729253769, 0.08923697471618652, 0.004284696187824011, -0.0009730930323712528, 0.014216204173862934, -0.17134642601013184, 0.04864625632762909, -0.02878100797533989, 0.08764812350273132, 0.032233644276857376, -0.006205103360116482, -0.03845774009823799, -0.0022142508532851934, -0.03178790956735611, -0.057939812541007996, 0.03869890421628952, 0.045729056000709534, -0.02754949778318405, 0.14189864695072174, -0.021783310920000076, 0.13335508108139038, 0.046146418899297714, -0.011738095432519913, -0.2486042082309723, 0.008575023151934147, -0.07252951711416245, -0.11333522200584412, 0.016201216727495193, 0.035761721432209015, -0.010069100186228752, 0.032174937427043915, 0.11049123108386993, -0.011680051684379578, 0.06288356333971024, -0.2015703022480011, -0.20486389100551605, -0.07508610188961029, -0.07555478066205978, 0.0589042492210865, 0.030872387811541557, 0.05628744140267372, 0.1426718831062317, -0.18022038042545319, -0.0018841808196157217, 0.04129622131586075, -0.3510737717151642, 0.09011197835206985, 0.19666501879692078, 0.06407395005226135, 0.07872317731380463, -0.04774639382958412, 0.06726468354463577, 0.07745297998189926, -0.02402484230697155, -0.10679105669260025, -0.06142130121588707, 0.040939174592494965, 0.15604156255722046, -0.03852643445134163, -0.10356393456459045, 0.2591084837913513, -0.023262828588485718, -0.04234466329216957, 0.08201269060373306, -0.02980397455394268, -0.040379155427217484, 0.04404358193278313, 0.044016025960445404, 0.036236923187971115, 0.182089164853096, 0.1260262131690979, -0.03375067934393883, -0.16269677877426147, -0.030629513785243034, -0.2528207004070282, 0.07418664544820786, -0.003647059667855501, 0.10666298121213913, -0.20037521421909332, 0.03286786004900932, -0.15483668446540833, -0.009493621066212654, -0.02952384203672409, -0.059835705906152725, 0.05229754373431206, -0.0237403754144907, -0.04600388556718826, 0.07238677144050598, 0.08390641957521439, 0.2046167105436325, 0.023024363443255424, 0.016697337850928307, -0.10405295342206955, 0.15052515268325806, 0.019140364602208138, 0.024860305711627007, 0.179348424077034, 0.07677878439426422, -0.04891882464289665, -0.2251969277858734, 0.027894439175724983, -0.03671982139348984, -0.1441805064678192, 0.015881337225437164, -0.1542915552854538, 0.1736440360546112, -0.04078168794512749, -0.06919530034065247, -0.08578147739171982, 0.09790384024381638, 0.07768166810274124, -0.021921472623944283, -0.023105677217245102, -0.01381723117083311, 0.03522264584898949, -0.048196230083703995, -0.11687057465314865, 0.018241960555315018, 0.11869648098945618, 0.12573401629924774, -0.1483907401561737, -0.008189842104911804, -0.017200417816638947, 0.019065292552113533, 0.09696817398071289, -0.112403005361557, 0.028845038264989853, -0.09672309458255768, -0.13033071160316467, 0.036653537303209305, 0.017736904323101044, -0.019008556380867958, 0.1340927630662918, 0.061849117279052734, 0.056560322642326355, -0.011025321669876575, -0.07250872999429703, -0.14035539329051971, -0.08679798245429993, 0.1058693379163742, -0.046787332743406296, 0.010320915840566158, -0.24556252360343933, -0.014234079979360104, -0.14995723962783813, 0.059662189334630966, -0.0037668521981686354, -0.08819212019443512, -0.07740068435668945, 0.21408265829086304, 0.0018596589798107743, 0.04301392287015915, -0.1078512966632843, 0.054903753101825714, -0.06764797121286392, 0.10065380483865738, -0.12895582616329193, -0.06441528350114822, 0.1613781899213791, -0.13135331869125366, -0.14002031087875366, 0.0033312994055449963, -0.009472889825701714, 0.12053907662630081, 0.0802001804113388, 0.44566696882247925, -0.058881040662527084, -0.16201181709766388, 0.1270403116941452, 0.17969723045825958, -0.13685379922389984, -0.25928929448127747, 0.12393020838499069, -0.1636963188648224, -0.16647985577583313, 0.0040023741312325, -0.006962866988033056, 0.08049977570772171, -0.03446655720472336, -0.056274134665727615, 0.042339932173490524, 0.024350708350539207, 0.029094615951180458, 0.01740112341940403, 0.07037191838026047, -0.1023021712899208, 0.08444856107234955, 0.058610700070858, -0.014111426658928394, 0.15077349543571472, 0.011494536884129047, -0.05393160134553909, 0.014761670492589474, 0.044013332575559616, -0.015627963468432426, -0.05899091437458992, -0.09661509096622467, 0.019826244562864304, -0.031149597838521004, 0.08229395002126694, 0.1699674129486084, 0.023824702948331833, -0.02797185815870762, 0.028922779485583305, 0.028606392443180084, 0.1009954959154129, 0.06960704177618027, 0.03099375218153, -0.04839283227920532, 0.04952205345034599, -0.0417071171104908, -0.11430390179157257, -0.004862460307776928, -0.011735930107533932, 0.11975742131471634, -0.08906009048223495, -0.01223952230066061, 0.05951591953635216, -0.04513183981180191, 0.0019881438929587603, 0.0428374819457531, 0.0035966038703918457, 0.1388600617647171, 0.004440935328602791, -0.04352007433772087, 0.17440910637378693, -0.05288633331656456, 0.15533447265625, 0.1715822070837021, -0.07049662619829178, 0.015605369582772255, -0.1273636519908905, 0.003230511210858822, -0.014480113983154297, 0.05292887985706329, -0.05400136485695839, -0.05201306566596031, -0.01274962443858385, 0.014292534440755844, -0.03134604170918465, 0.01711403578519821, -0.06057267636060715, -0.08167021721601486, -0.10849859565496445, 0.018649224191904068, 0.20683221518993378, -0.22544461488723755, 0.1609548032283783, 0.40251004695892334, 0.15190774202346802, 0.21155193448066711, -0.12478897720575333, -0.002471078187227249, -0.06630261242389679, 0.026115071028470993, -0.024814706295728683, 0.13782677054405212, -0.13174867630004883, -0.01413064356893301, 0.03880728408694267, 0.0454997681081295, 0.0661163181066513, -0.17195898294448853, -0.15260353684425354, -0.0034879595041275024, -0.020591814070940018, -0.1749730259180069, 0.04874620959162712, -0.07595308125019073, 0.02181261032819748, 0.018216799944639206, -0.10832522064447403, 0.16837291419506073, -0.033566512167453766, -0.06695768237113953, 0.052613962441682816, -0.20581911504268646, -0.07900715619325638, -0.17772749066352844, -0.18375012278556824, 0.06050071492791176, 0.05760138854384422, 0.07903145253658295, -0.05951719731092453, -0.01922747679054737, 0.061719246208667755, -0.009363299235701561, -0.13802112638950348, -0.04235544428229332, -0.06993678212165833, 0.08744155615568161, -0.09474305808544159, -0.07518411427736282, -0.07833878695964813, -0.046996138989925385, -0.020961694419384003, 0.08125963062047958, -0.1039251759648323, 0.08903530240058899, 0.1493726521730423, 0.03651920333504677, 0.05440247058868408, -0.08271230012178421, 0.12693379819393158, -0.037743739783763885, -0.09459595382213593, 0.07307634502649307, 0.004350725095719099, 0.04920351505279541, 0.24039287865161896, 0.08962162584066391, -0.10578162968158722, -0.01780811697244644, -0.0968487411737442, -0.16405464708805084, -0.2553846538066864, -0.06823288649320602, -0.08744750916957855, 0.14417944848537445, 0.014636521227657795, 0.10712126642465591, 0.14313316345214844, 0.01343101728707552, 0.10255914181470871, -0.08983208239078522, -0.018939344212412834, 0.031209396198391914, 0.2135104089975357, -0.05208220332860947, 0.00838248711079359, -0.13684824109077454, -0.0256142970174551, 0.14601100981235504, 0.13798639178276062, 0.14503207802772522, 0.31421369314193726, 0.15292863547801971, 0.13410434126853943, 0.13474710285663605, 0.12333164364099503, 0.07403261214494705, 0.03444362059235573, -0.015304201282560825, -0.06035377085208893, -0.003846159903332591, 0.02816268615424633, 0.05421729013323784, 0.06724072247743607, -0.22906480729579926, 0.041139665991067886, -0.2661744952201843, 0.03544611483812332, -0.0854712724685669, 0.1161833181977272, -0.028890252113342285, 0.11051984131336212, 0.11386284977197647, 0.05553818494081497, -0.023278791457414627, 0.16036942601203918, 0.032686375081539154, -0.07703183591365814, 0.020292721688747406, 0.024695809930562973, 0.06633034348487854, 0.08606193959712982, 0.09550496190786362, -0.020778406411409378, -0.1831783503293991, 0.025963841006159782, 0.12212833017110825, -0.20747940242290497, 0.289523184299469, 0.013651901856064796, -0.0743619054555893, -0.01690039224922657, -0.06958060711622238, 0.008433517068624496, 0.12829731404781342, 0.10406835377216339, 0.05508929491043091, -0.2613787055015564, -0.13299626111984253, 0.046764206141233444, -0.00873907096683979, 0.11356569826602936, -0.0052223424427211285, -0.14201195538043976, -0.06640999764204025, 0.05814211815595627, -0.006591420155018568, 0.13023322820663452, -0.018290361389517784, -0.08173255622386932, -0.010230090469121933, 0.055564697831869125, -0.001312803477048874, -0.04580084979534149, 0.07523149996995926, 0.009008137509226799, 0.02259289287030697, -0.08178020268678665, 0.03887253627181053, -0.08071476966142654, -0.25375792384147644, 0.019298138096928596, -0.04987313598394394, 0.004092312417924404, -0.04684043675661087, -0.15448936820030212, -0.1129264086484909, -0.15445278584957123, 0.13100723922252655, -0.03675999864935875, 0.091565802693367, -0.0817658007144928, 0.13736046850681305, -0.08521489799022675, 0.05375019088387489, 0.00614814180880785, 0.03918716683983803, -0.017955513671040535, -0.1031481996178627, 0.09334362298250198, -0.1874227225780487, 0.023863423615694046, 0.010427716188132763, -0.056847453117370605, -0.01354232057929039, 0.03918023407459259, -0.08763083070516586, 0.21879427134990692, 0.3331502079963684, -0.011948764324188232, 0.22546616196632385, 0.35863226652145386, -0.13763751089572906, -0.23258967697620392, -0.1205512136220932, -0.3263251483440399, -0.09005610644817352, 0.17321562767028809, -0.18057219684123993, 0.04850830137729645, 0.16150830686092377, -0.10868281871080399, 0.22499866783618927, -0.22723928093910217, -0.04793389141559601, 0.1823979914188385, -0.038322996348142624, 0.4527989625930786, -0.1144307404756546, -0.1784561723470688, -0.03637253865599632, -0.16285361349582672, 0.12426037341356277, -0.026553882285952568, 0.06700495630502701, 0.02416347898542881, -0.011372359469532967, -0.009014161303639412, -0.04529716446995735, 0.2216065675020218, 0.0522729866206646, 0.10468899458646774, -0.09159468114376068, -0.17199653387069702, 0.1907423883676529, -0.0004908236442133784, -0.003372655250132084, -0.05411549657583237, -0.04850282520055771, -0.06871756166219711, 0.033092137426137924, -0.0334564633667469, 0.06195882335305214, 0.03364093229174614, -0.11903523653745651, -0.10248823463916779, 0.034111104905605316, -0.13155671954154968, -0.054850947111845016, 0.26421889662742615, -0.02080743946135044, 0.09609334170818329, 0.04959092289209366, -0.05474294349551201, -0.13538943231105804, 0.005736751481890678, -0.07534020394086838, -0.05711410939693451, 0.06573604047298431, -0.11453206837177277, -0.024341827258467674, 0.1293732225894928, -0.029497180134058, 0.09674722701311111, 0.08061115443706512, -0.07585363835096359, 0.02032829262316227, 0.15617427229881287, -0.07247176766395569, -0.10849180817604065, 0.04999847710132599, 0.04640531167387962, 0.17256882786750793, 0.004101871978491545, 0.02018604800105095, 0.08726977556943893, 0.045959215611219406, -0.007486662827432156, 0.007311292923986912, -0.11321697384119034, -0.04241771996021271, 0.0387241393327713, -0.005273692775517702, -0.10946331918239594, 0.16008898615837097, 0.056837860494852066, 0.004653505515307188, -0.06027700752019882, 0.09720424562692642, -0.06709636747837067, -0.07046061009168625, -0.1753035932779312, 0.018511172384023666, -0.12734080851078033, -0.09874535351991653, 0.06846235692501068, -0.09371624886989594, -0.04084605351090431, 0.08152704685926437, 0.046927981078624725, 0.14401860535144806, -0.006597559433430433, -0.023080874234437943, 0.149825319647789, -0.0884878933429718, -0.2241756170988083, 0.01969664730131626, -0.04083063453435898, -0.07065816223621368, -0.0007070365245454013, 0.06069544702768326, -0.0663156732916832, -0.11958606541156769, -0.20477768778800964, 0.10412076860666275, -0.12043121457099915, -0.03954985365271568, -0.1041841059923172, -0.053260523825883865, 0.07891252636909485, -0.02613759972155094, -0.04122013971209526, -0.047595683485269547, -0.16630595922470093, 0.054254453629255295, 0.07140932232141495, 0.11125344783067703, -0.0759999230504036, -0.018354382365942, 0.1398727148771286, 0.048581548035144806, 0.08479110151529312, 0.07578440010547638, 0.026255371049046516, 0.16728560626506805, -0.1708206981420517, -0.0542997270822525, 0.1068294569849968, -0.026716172695159912, 0.01994573324918747, 0.10631280392408371, -0.04839588701725006, 0.07042654603719711, -0.05095988139510155, 0.05859163776040077, -0.15704534947872162, -0.13073866069316864, -0.04184387996792793, 0.023728877305984497, -0.2260182797908783, 0.015071595087647438, -0.1769561767578125, 0.19692228734493256, -0.024228032678365707, 0.11490963399410248, 0.08052190393209457, 0.02052290178835392, 0.03539382666349411, -0.006019921973347664, 0.00946811307221651, -0.10524865239858627, -0.05784677714109421, -0.07560300827026367, -0.1168874129652977, -0.009665017947554588, 0.36614301800727844, 0.02430291846394539, -0.19682736694812775, 0.051222387701272964, 0.18285293877124786, 0.023639049381017685, -0.0073763905093073845, 0.26180747151374817, 0.08150359988212585, -0.023175053298473358, -0.1782374382019043, 0.0396091528236866, -0.08699734508991241, -0.15269799530506134, 0.11385007947683334, 0.09347525984048843, 0.05813581123948097, 0.022930078208446503, 0.10404518246650696, -0.035940010100603104, -0.05509711429476738, -0.13301853835582733, 0.13368983566761017, -0.001790675800293684, 0.0193882267922163, 0.0897885113954544, 0.19249756634235382, -0.045275162905454636, 0.05437124893069267, -0.07336640357971191, -0.001598604372702539, -0.15740543603897095, -0.13358698785305023, 0.06194563955068588, -0.08269550651311874, 0.06342913210391998, 0.050261519849300385, 0.04341990500688553, 0.31786394119262695, 0.039095040410757065, -0.046439893543720245, 0.003166865324601531, -0.14845187962055206, -0.08075450360774994, -0.06024569645524025, -0.03110554814338684, 0.028620192781090736, -0.13928957283496857, -0.09898591786623001, -0.06917677819728851, -0.130235955119133, -0.06539803743362427, 0.025270747020840645, 0.014251931570470333, -0.053083837032318115, -0.17625881731510162, -0.04808593541383743, -0.06644169986248016, 0.10105955600738525, -0.08462738990783691, 0.1516820639371872, 0.0022449472453445196, 0.030281953513622284, 0.07627002149820328, 0.09585131704807281, 0.018900424242019653, -0.06975197046995163, 0.05599058046936989, 0.12436293810606003, 0.01323844213038683, 0.1259988248348236, -0.06034265458583832, -0.019420607015490532, -0.014145253226161003, 0.14038437604904175, 0.304447740316391, -0.01856905221939087, -0.013814439997076988, -0.022110093384981155, 0.021388787776231766, 0.10893569141626358, 0.19800719618797302, -0.03437356278300285, 0.2551359534263611, -0.058974795043468475, 0.0756678432226181, -0.013180435635149479, -0.005362013820558786, -0.053146667778491974, 0.06074550002813339, 0.06268858164548874, -0.06877048313617706, -0.10191375762224197, 0.15178529918193817, -0.14985080063343048, 0.13306055963039398, 0.14678068459033966, -0.06057753041386604, 0.03797250986099243, 0.0007459368789568543, 0.19896264374256134, -0.03570213168859482, 0.0984780564904213, -0.10653308779001236, -0.10261140763759613, -0.14764924347400665, 0.037690844386816025, -0.36797797679901123, -0.1756322830915451, 0.11731542646884918, 0.14115898311138153, 0.1759258657693863, -0.012341637164354324, 0.056479312479496, 0.0033020609989762306, 0.08296097069978714, -0.04232487455010414, 0.1519634872674942, 0.0612073615193367, -0.017103128135204315, -0.15296664834022522, -0.20328094065189362, -0.0012039330322295427, -0.058561209589242935, 0.055583830922842026, -0.02269243635237217, 0.025347469374537468, 0.07746459543704987, -0.06768939644098282, -0.029180381447076797, -0.02352982573211193, -0.13262848556041718, 0.052229251712560654, -0.04354005306959152, 0.0320255309343338, -0.03958037868142128, -0.022394726052880287, -0.039987675845623016, 0.10721533745527267, -0.22402705252170563, -0.08517231047153473, 0.1422796994447708, -0.03421911224722862, 0.1542559564113617, -0.02848726324737072, -0.12159585952758789, -0.024955326691269875, -0.06977712363004684, 0.10887379199266434, -0.1419300138950348, 0.038592495024204254, 0.13747453689575195, 0.008710617199540138, 0.031119761988520622, -0.2533661723136902, 0.050644006580114365, -0.03556957095861435, -0.016733208671212196, -0.057031940668821335 ]
5d964f929efa2a106edae5894c6c2f03d4b8d127
ROLE-1500 is the extended version of ROLE-88. The dataset is extended using GPT-3. If this dataset is useful to you please cite our work @article{shivagunde2023larger, title={Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning}, author={Shivagunde, Namrata and Lialin, Vladislav and Rumshisky, Anna}, journal={arXiv preprint arXiv:2303.16445}, year={2023} }
text-machine-lab/ROLE-1500
[ "license:mit", "region:us" ]
2023-02-09T18:33:21+00:00
{"license": "mit"}
2023-04-20T17:08:47+00:00
[]
[]
TAGS #license-mit #region-us
ROLE-1500 is the extended version of ROLE-88. The dataset is extended using GPT-3. If this dataset is useful to you please cite our work @article{shivagunde2023larger, title={Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning}, author={Shivagunde, Namrata and Lialin, Vladislav and Rumshisky, Anna}, journal={arXiv preprint arXiv:2303.16445}, year={2023} }
[]
[ "TAGS\n#license-mit #region-us \n" ]
[ 11 ]
[ "passage: TAGS\n#license-mit #region-us \n" ]
[ 0.026221778243780136, -0.033018264919519424, -0.008281232789158821, -0.05295303836464882, 0.052470896393060684, 0.06768012046813965, 0.1598525494337082, 0.04655371606349945, 0.23683255910873413, -0.05407243221998215, 0.11752297729253769, 0.08923697471618652, 0.004284696187824011, -0.0009730930323712528, 0.014216204173862934, -0.17134642601013184, 0.04864625632762909, -0.02878100797533989, 0.08764812350273132, 0.032233644276857376, -0.006205103360116482, -0.03845774009823799, -0.0022142508532851934, -0.03178790956735611, -0.057939812541007996, 0.03869890421628952, 0.045729056000709534, -0.02754949778318405, 0.14189864695072174, -0.021783310920000076, 0.13335508108139038, 0.046146418899297714, -0.011738095432519913, -0.2486042082309723, 0.008575023151934147, -0.07252951711416245, -0.11333522200584412, 0.016201216727495193, 0.035761721432209015, -0.010069100186228752, 0.032174937427043915, 0.11049123108386993, -0.011680051684379578, 0.06288356333971024, -0.2015703022480011, -0.20486389100551605, -0.07508610188961029, -0.07555478066205978, 0.0589042492210865, 0.030872387811541557, 0.05628744140267372, 0.1426718831062317, -0.18022038042545319, -0.0018841808196157217, 0.04129622131586075, -0.3510737717151642, 0.09011197835206985, 0.19666501879692078, 0.06407395005226135, 0.07872317731380463, -0.04774639382958412, 0.06726468354463577, 0.07745297998189926, -0.02402484230697155, -0.10679105669260025, -0.06142130121588707, 0.040939174592494965, 0.15604156255722046, -0.03852643445134163, -0.10356393456459045, 0.2591084837913513, -0.023262828588485718, -0.04234466329216957, 0.08201269060373306, -0.02980397455394268, -0.040379155427217484, 0.04404358193278313, 0.044016025960445404, 0.036236923187971115, 0.182089164853096, 0.1260262131690979, -0.03375067934393883, -0.16269677877426147, -0.030629513785243034, -0.2528207004070282, 0.07418664544820786, -0.003647059667855501, 0.10666298121213913, -0.20037521421909332, 0.03286786004900932, -0.15483668446540833, -0.009493621066212654, -0.02952384203672409, -0.059835705906152725, 0.05229754373431206, -0.0237403754144907, -0.04600388556718826, 0.07238677144050598, 0.08390641957521439, 0.2046167105436325, 0.023024363443255424, 0.016697337850928307, -0.10405295342206955, 0.15052515268325806, 0.019140364602208138, 0.024860305711627007, 0.179348424077034, 0.07677878439426422, -0.04891882464289665, -0.2251969277858734, 0.027894439175724983, -0.03671982139348984, -0.1441805064678192, 0.015881337225437164, -0.1542915552854538, 0.1736440360546112, -0.04078168794512749, -0.06919530034065247, -0.08578147739171982, 0.09790384024381638, 0.07768166810274124, -0.021921472623944283, -0.023105677217245102, -0.01381723117083311, 0.03522264584898949, -0.048196230083703995, -0.11687057465314865, 0.018241960555315018, 0.11869648098945618, 0.12573401629924774, -0.1483907401561737, -0.008189842104911804, -0.017200417816638947, 0.019065292552113533, 0.09696817398071289, -0.112403005361557, 0.028845038264989853, -0.09672309458255768, -0.13033071160316467, 0.036653537303209305, 0.017736904323101044, -0.019008556380867958, 0.1340927630662918, 0.061849117279052734, 0.056560322642326355, -0.011025321669876575, -0.07250872999429703, -0.14035539329051971, -0.08679798245429993, 0.1058693379163742, -0.046787332743406296, 0.010320915840566158, -0.24556252360343933, -0.014234079979360104, -0.14995723962783813, 0.059662189334630966, -0.0037668521981686354, -0.08819212019443512, -0.07740068435668945, 0.21408265829086304, 0.0018596589798107743, 0.04301392287015915, -0.1078512966632843, 0.054903753101825714, -0.06764797121286392, 0.10065380483865738, -0.12895582616329193, -0.06441528350114822, 0.1613781899213791, -0.13135331869125366, -0.14002031087875366, 0.0033312994055449963, -0.009472889825701714, 0.12053907662630081, 0.0802001804113388, 0.44566696882247925, -0.058881040662527084, -0.16201181709766388, 0.1270403116941452, 0.17969723045825958, -0.13685379922389984, -0.25928929448127747, 0.12393020838499069, -0.1636963188648224, -0.16647985577583313, 0.0040023741312325, -0.006962866988033056, 0.08049977570772171, -0.03446655720472336, -0.056274134665727615, 0.042339932173490524, 0.024350708350539207, 0.029094615951180458, 0.01740112341940403, 0.07037191838026047, -0.1023021712899208, 0.08444856107234955, 0.058610700070858, -0.014111426658928394, 0.15077349543571472, 0.011494536884129047, -0.05393160134553909, 0.014761670492589474, 0.044013332575559616, -0.015627963468432426, -0.05899091437458992, -0.09661509096622467, 0.019826244562864304, -0.031149597838521004, 0.08229395002126694, 0.1699674129486084, 0.023824702948331833, -0.02797185815870762, 0.028922779485583305, 0.028606392443180084, 0.1009954959154129, 0.06960704177618027, 0.03099375218153, -0.04839283227920532, 0.04952205345034599, -0.0417071171104908, -0.11430390179157257, -0.004862460307776928, -0.011735930107533932, 0.11975742131471634, -0.08906009048223495, -0.01223952230066061, 0.05951591953635216, -0.04513183981180191, 0.0019881438929587603, 0.0428374819457531, 0.0035966038703918457, 0.1388600617647171, 0.004440935328602791, -0.04352007433772087, 0.17440910637378693, -0.05288633331656456, 0.15533447265625, 0.1715822070837021, -0.07049662619829178, 0.015605369582772255, -0.1273636519908905, 0.003230511210858822, -0.014480113983154297, 0.05292887985706329, -0.05400136485695839, -0.05201306566596031, -0.01274962443858385, 0.014292534440755844, -0.03134604170918465, 0.01711403578519821, -0.06057267636060715, -0.08167021721601486, -0.10849859565496445, 0.018649224191904068, 0.20683221518993378, -0.22544461488723755, 0.1609548032283783, 0.40251004695892334, 0.15190774202346802, 0.21155193448066711, -0.12478897720575333, -0.002471078187227249, -0.06630261242389679, 0.026115071028470993, -0.024814706295728683, 0.13782677054405212, -0.13174867630004883, -0.01413064356893301, 0.03880728408694267, 0.0454997681081295, 0.0661163181066513, -0.17195898294448853, -0.15260353684425354, -0.0034879595041275024, -0.020591814070940018, -0.1749730259180069, 0.04874620959162712, -0.07595308125019073, 0.02181261032819748, 0.018216799944639206, -0.10832522064447403, 0.16837291419506073, -0.033566512167453766, -0.06695768237113953, 0.052613962441682816, -0.20581911504268646, -0.07900715619325638, -0.17772749066352844, -0.18375012278556824, 0.06050071492791176, 0.05760138854384422, 0.07903145253658295, -0.05951719731092453, -0.01922747679054737, 0.061719246208667755, -0.009363299235701561, -0.13802112638950348, -0.04235544428229332, -0.06993678212165833, 0.08744155615568161, -0.09474305808544159, -0.07518411427736282, -0.07833878695964813, -0.046996138989925385, -0.020961694419384003, 0.08125963062047958, -0.1039251759648323, 0.08903530240058899, 0.1493726521730423, 0.03651920333504677, 0.05440247058868408, -0.08271230012178421, 0.12693379819393158, -0.037743739783763885, -0.09459595382213593, 0.07307634502649307, 0.004350725095719099, 0.04920351505279541, 0.24039287865161896, 0.08962162584066391, -0.10578162968158722, -0.01780811697244644, -0.0968487411737442, -0.16405464708805084, -0.2553846538066864, -0.06823288649320602, -0.08744750916957855, 0.14417944848537445, 0.014636521227657795, 0.10712126642465591, 0.14313316345214844, 0.01343101728707552, 0.10255914181470871, -0.08983208239078522, -0.018939344212412834, 0.031209396198391914, 0.2135104089975357, -0.05208220332860947, 0.00838248711079359, -0.13684824109077454, -0.0256142970174551, 0.14601100981235504, 0.13798639178276062, 0.14503207802772522, 0.31421369314193726, 0.15292863547801971, 0.13410434126853943, 0.13474710285663605, 0.12333164364099503, 0.07403261214494705, 0.03444362059235573, -0.015304201282560825, -0.06035377085208893, -0.003846159903332591, 0.02816268615424633, 0.05421729013323784, 0.06724072247743607, -0.22906480729579926, 0.041139665991067886, -0.2661744952201843, 0.03544611483812332, -0.0854712724685669, 0.1161833181977272, -0.028890252113342285, 0.11051984131336212, 0.11386284977197647, 0.05553818494081497, -0.023278791457414627, 0.16036942601203918, 0.032686375081539154, -0.07703183591365814, 0.020292721688747406, 0.024695809930562973, 0.06633034348487854, 0.08606193959712982, 0.09550496190786362, -0.020778406411409378, -0.1831783503293991, 0.025963841006159782, 0.12212833017110825, -0.20747940242290497, 0.289523184299469, 0.013651901856064796, -0.0743619054555893, -0.01690039224922657, -0.06958060711622238, 0.008433517068624496, 0.12829731404781342, 0.10406835377216339, 0.05508929491043091, -0.2613787055015564, -0.13299626111984253, 0.046764206141233444, -0.00873907096683979, 0.11356569826602936, -0.0052223424427211285, -0.14201195538043976, -0.06640999764204025, 0.05814211815595627, -0.006591420155018568, 0.13023322820663452, -0.018290361389517784, -0.08173255622386932, -0.010230090469121933, 0.055564697831869125, -0.001312803477048874, -0.04580084979534149, 0.07523149996995926, 0.009008137509226799, 0.02259289287030697, -0.08178020268678665, 0.03887253627181053, -0.08071476966142654, -0.25375792384147644, 0.019298138096928596, -0.04987313598394394, 0.004092312417924404, -0.04684043675661087, -0.15448936820030212, -0.1129264086484909, -0.15445278584957123, 0.13100723922252655, -0.03675999864935875, 0.091565802693367, -0.0817658007144928, 0.13736046850681305, -0.08521489799022675, 0.05375019088387489, 0.00614814180880785, 0.03918716683983803, -0.017955513671040535, -0.1031481996178627, 0.09334362298250198, -0.1874227225780487, 0.023863423615694046, 0.010427716188132763, -0.056847453117370605, -0.01354232057929039, 0.03918023407459259, -0.08763083070516586, 0.21879427134990692, 0.3331502079963684, -0.011948764324188232, 0.22546616196632385, 0.35863226652145386, -0.13763751089572906, -0.23258967697620392, -0.1205512136220932, -0.3263251483440399, -0.09005610644817352, 0.17321562767028809, -0.18057219684123993, 0.04850830137729645, 0.16150830686092377, -0.10868281871080399, 0.22499866783618927, -0.22723928093910217, -0.04793389141559601, 0.1823979914188385, -0.038322996348142624, 0.4527989625930786, -0.1144307404756546, -0.1784561723470688, -0.03637253865599632, -0.16285361349582672, 0.12426037341356277, -0.026553882285952568, 0.06700495630502701, 0.02416347898542881, -0.011372359469532967, -0.009014161303639412, -0.04529716446995735, 0.2216065675020218, 0.0522729866206646, 0.10468899458646774, -0.09159468114376068, -0.17199653387069702, 0.1907423883676529, -0.0004908236442133784, -0.003372655250132084, -0.05411549657583237, -0.04850282520055771, -0.06871756166219711, 0.033092137426137924, -0.0334564633667469, 0.06195882335305214, 0.03364093229174614, -0.11903523653745651, -0.10248823463916779, 0.034111104905605316, -0.13155671954154968, -0.054850947111845016, 0.26421889662742615, -0.02080743946135044, 0.09609334170818329, 0.04959092289209366, -0.05474294349551201, -0.13538943231105804, 0.005736751481890678, -0.07534020394086838, -0.05711410939693451, 0.06573604047298431, -0.11453206837177277, -0.024341827258467674, 0.1293732225894928, -0.029497180134058, 0.09674722701311111, 0.08061115443706512, -0.07585363835096359, 0.02032829262316227, 0.15617427229881287, -0.07247176766395569, -0.10849180817604065, 0.04999847710132599, 0.04640531167387962, 0.17256882786750793, 0.004101871978491545, 0.02018604800105095, 0.08726977556943893, 0.045959215611219406, -0.007486662827432156, 0.007311292923986912, -0.11321697384119034, -0.04241771996021271, 0.0387241393327713, -0.005273692775517702, -0.10946331918239594, 0.16008898615837097, 0.056837860494852066, 0.004653505515307188, -0.06027700752019882, 0.09720424562692642, -0.06709636747837067, -0.07046061009168625, -0.1753035932779312, 0.018511172384023666, -0.12734080851078033, -0.09874535351991653, 0.06846235692501068, -0.09371624886989594, -0.04084605351090431, 0.08152704685926437, 0.046927981078624725, 0.14401860535144806, -0.006597559433430433, -0.023080874234437943, 0.149825319647789, -0.0884878933429718, -0.2241756170988083, 0.01969664730131626, -0.04083063453435898, -0.07065816223621368, -0.0007070365245454013, 0.06069544702768326, -0.0663156732916832, -0.11958606541156769, -0.20477768778800964, 0.10412076860666275, -0.12043121457099915, -0.03954985365271568, -0.1041841059923172, -0.053260523825883865, 0.07891252636909485, -0.02613759972155094, -0.04122013971209526, -0.047595683485269547, -0.16630595922470093, 0.054254453629255295, 0.07140932232141495, 0.11125344783067703, -0.0759999230504036, -0.018354382365942, 0.1398727148771286, 0.048581548035144806, 0.08479110151529312, 0.07578440010547638, 0.026255371049046516, 0.16728560626506805, -0.1708206981420517, -0.0542997270822525, 0.1068294569849968, -0.026716172695159912, 0.01994573324918747, 0.10631280392408371, -0.04839588701725006, 0.07042654603719711, -0.05095988139510155, 0.05859163776040077, -0.15704534947872162, -0.13073866069316864, -0.04184387996792793, 0.023728877305984497, -0.2260182797908783, 0.015071595087647438, -0.1769561767578125, 0.19692228734493256, -0.024228032678365707, 0.11490963399410248, 0.08052190393209457, 0.02052290178835392, 0.03539382666349411, -0.006019921973347664, 0.00946811307221651, -0.10524865239858627, -0.05784677714109421, -0.07560300827026367, -0.1168874129652977, -0.009665017947554588, 0.36614301800727844, 0.02430291846394539, -0.19682736694812775, 0.051222387701272964, 0.18285293877124786, 0.023639049381017685, -0.0073763905093073845, 0.26180747151374817, 0.08150359988212585, -0.023175053298473358, -0.1782374382019043, 0.0396091528236866, -0.08699734508991241, -0.15269799530506134, 0.11385007947683334, 0.09347525984048843, 0.05813581123948097, 0.022930078208446503, 0.10404518246650696, -0.035940010100603104, -0.05509711429476738, -0.13301853835582733, 0.13368983566761017, -0.001790675800293684, 0.0193882267922163, 0.0897885113954544, 0.19249756634235382, -0.045275162905454636, 0.05437124893069267, -0.07336640357971191, -0.001598604372702539, -0.15740543603897095, -0.13358698785305023, 0.06194563955068588, -0.08269550651311874, 0.06342913210391998, 0.050261519849300385, 0.04341990500688553, 0.31786394119262695, 0.039095040410757065, -0.046439893543720245, 0.003166865324601531, -0.14845187962055206, -0.08075450360774994, -0.06024569645524025, -0.03110554814338684, 0.028620192781090736, -0.13928957283496857, -0.09898591786623001, -0.06917677819728851, -0.130235955119133, -0.06539803743362427, 0.025270747020840645, 0.014251931570470333, -0.053083837032318115, -0.17625881731510162, -0.04808593541383743, -0.06644169986248016, 0.10105955600738525, -0.08462738990783691, 0.1516820639371872, 0.0022449472453445196, 0.030281953513622284, 0.07627002149820328, 0.09585131704807281, 0.018900424242019653, -0.06975197046995163, 0.05599058046936989, 0.12436293810606003, 0.01323844213038683, 0.1259988248348236, -0.06034265458583832, -0.019420607015490532, -0.014145253226161003, 0.14038437604904175, 0.304447740316391, -0.01856905221939087, -0.013814439997076988, -0.022110093384981155, 0.021388787776231766, 0.10893569141626358, 0.19800719618797302, -0.03437356278300285, 0.2551359534263611, -0.058974795043468475, 0.0756678432226181, -0.013180435635149479, -0.005362013820558786, -0.053146667778491974, 0.06074550002813339, 0.06268858164548874, -0.06877048313617706, -0.10191375762224197, 0.15178529918193817, -0.14985080063343048, 0.13306055963039398, 0.14678068459033966, -0.06057753041386604, 0.03797250986099243, 0.0007459368789568543, 0.19896264374256134, -0.03570213168859482, 0.0984780564904213, -0.10653308779001236, -0.10261140763759613, -0.14764924347400665, 0.037690844386816025, -0.36797797679901123, -0.1756322830915451, 0.11731542646884918, 0.14115898311138153, 0.1759258657693863, -0.012341637164354324, 0.056479312479496, 0.0033020609989762306, 0.08296097069978714, -0.04232487455010414, 0.1519634872674942, 0.0612073615193367, -0.017103128135204315, -0.15296664834022522, -0.20328094065189362, -0.0012039330322295427, -0.058561209589242935, 0.055583830922842026, -0.02269243635237217, 0.025347469374537468, 0.07746459543704987, -0.06768939644098282, -0.029180381447076797, -0.02352982573211193, -0.13262848556041718, 0.052229251712560654, -0.04354005306959152, 0.0320255309343338, -0.03958037868142128, -0.022394726052880287, -0.039987675845623016, 0.10721533745527267, -0.22402705252170563, -0.08517231047153473, 0.1422796994447708, -0.03421911224722862, 0.1542559564113617, -0.02848726324737072, -0.12159585952758789, -0.024955326691269875, -0.06977712363004684, 0.10887379199266434, -0.1419300138950348, 0.038592495024204254, 0.13747453689575195, 0.008710617199540138, 0.031119761988520622, -0.2533661723136902, 0.050644006580114365, -0.03556957095861435, -0.016733208671212196, -0.057031940668821335 ]
b8888b24d84d93c82a0a407d2d72962796f05846
Basically used in Correctness Chorus to train T5 model to predict grammar correction.
Owishiboo/grammar-correction
[ "language:en", "region:us" ]
2023-02-09T19:18:01+00:00
{"language": ["en"]}
2023-02-09T19:19:44+00:00
[]
[ "en" ]
TAGS #language-English #region-us
Basically used in Correctness Chorus to train T5 model to predict grammar correction.
[]
[ "TAGS\n#language-English #region-us \n" ]
[ 10 ]
[ "passage: TAGS\n#language-English #region-us \n" ]
[ 0.003932969179004431, -0.00030103191966190934, -0.010348527692258358, -0.06502217799425125, 0.09060309082269669, 0.07065187394618988, 0.027756214141845703, 0.009915231727063656, 0.2147660106420517, -0.04389474168419838, 0.08482275158166885, -0.00810421071946621, -0.03987783193588257, -0.05260207876563072, 0.022513503208756447, -0.26923152804374695, -0.01739790476858616, -0.06073024496436119, 0.04387661814689636, 0.03829241544008255, 0.009287393651902676, -0.04137060418725014, 0.018021052703261375, -0.047968219965696335, -0.0450478196144104, 0.12211562693119049, 0.0368700735270977, -0.02714361622929573, 0.13801279664039612, 0.024955840781331062, 0.20485293865203857, -0.05976470932364464, -0.08919014036655426, -0.31899493932724, 0.015473254024982452, -0.025929244235157967, -0.036461520940065384, -0.030789446085691452, 0.0685511901974678, -0.12189889699220657, 0.019960034638643265, 0.0875396728515625, 0.0038654841482639313, 0.07992974668741226, -0.24570222198963165, -0.12866726517677307, 0.032971035689115524, -0.10499074310064316, 0.014458483085036278, 0.04674101620912552, -0.027592701837420464, 0.07694866508245468, -0.19468596577644348, 0.034580640494823456, 0.03666513413190842, -0.23464138805866241, 0.030549990013241768, 0.07659266889095306, 0.09085465222597122, 0.2032885104417801, -0.09746720641851425, 0.08864597231149673, 0.05275265499949455, 0.004348543472588062, -0.22189787030220032, -0.09218760579824448, -0.13630713522434235, 0.1602402627468109, -0.08499016612768173, -0.07931912690401077, 0.27607056498527527, -0.013913342729210854, 0.024625977501273155, 0.07266701012849808, -0.020504465326666832, -0.019268248230218887, 0.046593133360147476, -0.021745862439274788, -0.02512935921549797, 0.1545594036579132, 0.2180415838956833, -0.11836712807416916, -0.13848261535167694, 0.005607661325484514, -0.2476571500301361, 0.243521049618721, 0.01363731175661087, 0.10842349380254745, -0.1650954931974411, -0.027491796761751175, -0.19710513949394226, -0.02125256322324276, 0.056979529559612274, -0.12140525877475739, -0.01106947846710682, -0.0005688732489943504, -0.039566878229379654, 0.01029529981315136, 0.06387106329202652, 0.04742136970162392, -0.13879986107349396, 0.061212532222270966, -0.10601885616779327, 0.13819041848182678, 0.09326587617397308, 0.10114739835262299, 0.12868335843086243, 0.02340761199593544, -0.09597698599100113, -0.17560745775699615, -0.046123385429382324, -0.018237944692373276, -0.0899546667933464, 0.05277951434254646, -0.1630924940109253, 0.1411474198102951, -0.06374850124120712, -0.0936356857419014, -0.11330229043960571, 0.08294188976287842, -0.051302552223205566, -0.06961347907781601, -0.03538068011403084, 0.006220693234354258, 0.019380545243620872, 0.1120496541261673, -0.16087284684181213, -0.021319568157196045, -0.0032130589243024588, 0.0038738760631531477, -0.09251046180725098, 0.02657768502831459, -0.07370904833078384, -0.0014076753286644816, 0.03454986587166786, -0.16808584332466125, 0.05196010693907738, -0.09321516007184982, -0.08179789036512375, -0.01401811558753252, -0.020521406084299088, -0.01672612689435482, 0.12230806052684784, -0.06639816612005234, 0.09400791674852371, -0.014717338606715202, -0.0488038994371891, -0.14263831079006195, -0.10519648343324661, 0.07752721011638641, 0.004247501026839018, 0.032049085944890976, -0.18886102735996246, 0.016299959272146225, -0.11085085570812225, 0.052229829132556915, -0.08398368209600449, 0.01944245956838131, -0.033357445150613785, 0.13878406584262848, 0.02708474174141884, 0.09484457969665527, -0.19650433957576752, 0.12076171487569809, -0.15263605117797852, 0.20391489565372467, -0.18244688212871552, -0.09922819584608078, 0.23349204659461975, -0.07767748087644577, -0.0575474388897419, 0.04942641407251358, 0.030344735831022263, 0.047690730541944504, 0.11150319874286652, 0.4079734981060028, -0.10448605567216873, -0.07308244705200195, 0.10416532307863235, 0.24396464228630066, -0.05152958258986473, -0.02936365269124508, 0.06705455482006073, -0.16782033443450928, -0.13346192240715027, 0.020939435809850693, 0.10906142741441727, 0.05068239942193031, -0.06578066200017929, -0.06783580034971237, 0.05992523953318596, 0.009318427182734013, 0.12510652840137482, 0.07021553069353104, 0.06840585917234421, -0.09813185781240463, 0.008482509292662144, 0.038261909037828445, 0.02876940742135048, 0.09933764487504959, 0.02203160710632801, -0.02761697769165039, 0.02590842731297016, 0.07801224291324615, 0.045258741825819016, -0.17077280580997467, -0.06052171438932419, -0.01598551869392395, 0.19159848988056183, 0.06234486773610115, 0.17291732132434845, 0.07983043044805527, -0.0932021364569664, -0.019480405375361443, 0.055776096880435944, 0.05750024691224098, 0.044878385961055756, 0.023454664275050163, -0.06934119760990143, 0.15591134130954742, -0.08888780325651169, -0.09900202602148056, -0.12280972301959991, -0.03171766176819801, 0.14986123144626617, -0.00042058105464093387, 0.06617184728384018, -0.00544986966997385, -0.046420615166425705, 0.07659894973039627, 0.04982593283057213, 0.0348455011844635, 0.07554062455892563, -0.09231560677289963, -0.05034148320555687, 0.14988204836845398, -0.11286555975675583, 0.15410557389259338, 0.1775209605693817, -0.23521734774112701, 0.04537581652402878, -0.10505819320678711, -0.0026815820019692183, 0.03249416500329971, 0.10027574747800827, -0.1077951043844223, 0.08429784327745438, 0.05254441499710083, 0.008400319144129753, -0.04395514354109764, 0.026142319664359093, -0.09347210079431534, -0.0618123821914196, -0.10571461170911789, 0.13035984337329865, 0.03751512989401817, -0.08284761011600494, 0.17016103863716125, 0.40539005398750305, 0.11454056203365326, 0.2887175381183624, -0.09616275876760483, -0.019419658929109573, 0.06054526939988136, -0.031419698148965836, -0.10235769301652908, 0.06337260454893112, -0.2021767944097519, -0.03959261626005173, 0.02703799493610859, 0.07631472498178482, 0.09303898364305496, -0.13168613612651825, -0.10264837741851807, -0.058033764362335205, -0.007347343023866415, -0.05181340128183365, -0.004319686908274889, -0.019432932138442993, 0.017097827047109604, 0.022815462201833725, -0.06310812383890152, 0.10882949084043503, -0.03339362144470215, -0.03490840271115303, 0.06717193126678467, -0.2637846767902374, -0.21154259145259857, -0.10513319075107574, -0.12794849276542664, 0.03722736984491348, 0.03693094104528427, 0.041392672806978226, -0.20386585593223572, -0.021419690921902657, 0.07533133774995804, 0.14845772087574005, -0.20475290715694427, -0.11545652151107788, -0.05126934126019478, 0.0867580845952034, -0.14324386417865753, -0.0018707218114286661, -0.018113553524017334, -0.07576297223567963, 0.0045935832895338535, 0.031674936413764954, -0.1824839860200882, 0.0464308075606823, 0.2374476045370102, 0.12564340233802795, 0.03874189406633377, -0.06603624671697617, 0.1656961888074875, -0.1565931886434555, -0.16845190525054932, 0.06832821667194366, -0.07214789092540741, 0.03647566959261894, 0.21052098274230957, 0.05507843941450119, -0.09207449108362198, -0.03224218636751175, 0.00876769982278347, -0.08442502468824387, -0.25494006276130676, -0.1038803681731224, -0.11285519599914551, 0.12029875814914703, -0.0580788254737854, 0.06807676702737808, 0.034041788429021835, -0.1043284460902214, 0.12230916321277618, -0.12810377776622772, 0.009140272624790668, -0.015288093127310276, 0.24502168595790863, -0.10488808900117874, 0.01308565866202116, -0.055175088346004486, -0.03143366426229477, 0.11914660036563873, 0.11747139692306519, 0.03576906397938728, 0.2826438844203949, 0.1397920399904251, 0.04042402282357216, 0.033569276332855225, 0.0902029275894165, -0.0003703885886352509, 0.0437697134912014, -0.03134249895811081, -0.02389124222099781, -0.007977933622896671, -0.008482270874083042, 0.02011701464653015, 0.18234898149967194, -0.25729915499687195, 0.026339055970311165, -0.21914289891719818, 0.09945576637983322, -0.13236750662326813, 0.13626323640346527, 0.03775695338845253, 0.13060148060321808, 0.12881086766719818, -0.012621560133993626, -0.10575426369905472, 0.22414842247962952, 0.07205087691545486, -0.09930963069200516, 0.02809329330921173, 0.10069769620895386, 0.09860248118638992, -0.06499694287776947, 0.14197160303592682, -0.16002225875854492, -0.1759449541568756, 0.025642210617661476, 0.08076240122318268, -0.1379738748073578, 0.31254109740257263, 0.04886708781123161, -0.10594825446605682, -0.004402535501867533, -0.08135249465703964, -0.007970022968947887, 0.16252091526985168, 0.10672211647033691, 0.05562683567404747, -0.15680816769599915, -0.13120917975902557, 0.05059430003166199, -0.028243331238627434, 0.19995371997356415, 0.008016076870262623, -0.14530479907989502, -0.03902578726410866, 0.02066456899046898, -0.07896937429904938, 0.03160209208726883, -0.03140394762158394, -0.138636976480484, -0.00748119642958045, 0.054690469056367874, 0.019247768446803093, 0.018880879506468773, 0.034902963787317276, -0.03651675581932068, 0.019579678773880005, -0.0524689182639122, 0.01052723079919815, -0.07764001190662384, -0.19783779978752136, 0.11902199685573578, -0.03630050644278526, -0.01940278150141239, -0.06219598278403282, -0.11467253416776657, -0.12235236167907715, -0.04564790055155754, 0.11064772307872772, -0.016069035977125168, 0.12169747054576874, -0.04882263392210007, 0.2197246253490448, -0.055161189287900925, 0.04722336307168007, -0.042912982404232025, 0.02968018315732479, -0.02624756470322609, -0.03664516285061836, 0.12422078102827072, -0.10931966453790665, -0.01830114796757698, 0.17294156551361084, -0.0635308250784874, 0.026381801813840866, -0.018574895337224007, -0.12319819629192352, 0.2386053502559662, 0.20487618446350098, 0.06731809675693512, 0.13771148025989532, 0.30539384484291077, -0.11170884221792221, -0.22207152843475342, -0.09183909744024277, -0.23971377313137054, -0.033326245844364166, 0.1106162816286087, -0.22075602412223816, 0.07930626720190048, 0.047389917075634, -0.03328768536448479, 0.2150535136461258, -0.20532485842704773, -0.007799770683050156, 0.1868266612291336, -0.09745127707719803, 0.44147852063179016, -0.10751380026340485, -0.1677248477935791, -0.03055150993168354, -0.0580788180232048, 0.07826776802539825, 0.011448959819972515, 0.06274684518575668, 0.025185680016875267, 0.018325701355934143, 0.05154677852988243, 0.015267157927155495, 0.17867819964885712, -0.017440835013985634, 0.014283793047070503, -0.04205574840307236, -0.22130675613880157, 0.05007437244057655, 0.020975694060325623, -0.11684189736843109, 0.008439990691840649, -0.07188202440738678, -0.12537750601768494, -0.012747062370181084, -0.07598849385976791, -0.017588723450899124, 0.05258110910654068, -0.0166648980230093, -0.010361175052821636, 0.007383434567600489, -0.2200145274400711, 0.021417459473013878, 0.2817092835903168, -0.10364476591348648, 0.11386531591415405, 0.029791507869958878, 0.06565897166728973, -0.07568345963954926, 0.009084544144570827, -0.06355754286050797, -0.01856137625873089, 0.08629001677036285, -0.07691144943237305, -0.002523390343412757, 0.12742049992084503, -0.0641380250453949, 0.08496133238077164, 0.036590028554201126, -0.059844620525836945, -0.005139009561389685, 0.12448462098836899, -0.10811789333820343, -0.12676456570625305, -0.06860323250293732, -0.07697941362857819, 0.11598865687847137, -0.055870164185762405, 0.09315931797027588, 0.18162818253040314, 0.0043146745301783085, -0.025839492678642273, -0.04477866366505623, -0.09588893502950668, -0.028326870873570442, 0.061967842280864716, 0.006251294165849686, -0.07196304947137833, 0.16715386509895325, 0.0699441134929657, -0.1510707587003708, -0.05867474898695946, 0.24095915257930756, -0.04483375325798988, -0.05816928297281265, -0.18165135383605957, 0.09324071556329727, -0.029999801889061928, -0.08615489304065704, 0.05501214787364006, -0.07248294353485107, 0.015274700708687305, 0.18582923710346222, 0.015512610785663128, 0.1320994347333908, -0.0033535987604409456, -0.03897474333643913, 0.25722536444664, -0.03204330801963806, -0.13690118491649628, -0.08467930555343628, -0.05126786604523659, -0.1345808058977127, -0.032443560659885406, 0.16359476745128632, -0.0737537071108818, -0.151324063539505, -0.25571301579475403, 0.11424374580383301, -0.1797730177640915, -0.07217216491699219, -0.007039393298327923, -0.0437813363969326, 0.06210901215672493, -0.025504538789391518, -0.015118095092475414, -0.10195113718509674, -0.165867418050766, 0.09095006436109543, 0.09364796429872513, 0.08626631647348404, -0.02340683899819851, 0.0005984089220874012, 0.1678795963525772, 0.04429659619927406, 0.11345446854829788, 0.11987137049436569, -0.023331845179200172, 0.23964759707450867, -0.11861684173345566, -0.07055572420358658, 0.12390857934951782, -0.005793397780507803, 0.05736533924937248, 0.18208034336566925, -0.11166154593229294, 0.018175775185227394, 0.043876416981220245, 0.03996700048446655, -0.1265411376953125, -0.1014174073934555, 0.0169536042958498, 0.04550055041909218, -0.3069377541542053, 0.015659043565392494, -0.16502581536769867, 0.15849053859710693, -0.07204140722751617, 0.03593675419688225, 0.09595756977796555, 0.09263258427381516, 0.07042630761861801, 0.028053032234311104, 0.03710191324353218, -0.09063458442687988, 0.03668578341603279, -0.07807251065969467, -0.00793542806059122, 0.03266013041138649, 0.3371390700340271, 0.022603478282690048, 0.019517432898283005, 0.035220105201005936, 0.10404553264379501, -0.04970404505729675, 0.023360852152109146, 0.13469716906547546, 0.14091382920742035, -0.08121156692504883, -0.14678296446800232, 0.0040816948749125, -0.034505028277635574, 0.02259788103401661, 0.0715697631239891, 0.08216548711061478, 0.1466267853975296, 0.13351361453533173, -0.023512111976742744, 0.013478660024702549, 0.03511068969964981, -0.13312825560569763, 0.11655499041080475, -0.015629706904292107, -0.09657640010118484, 0.07434816658496857, 0.1364431530237198, -0.003981621935963631, 0.0652918741106987, -0.07745543867349625, -0.03491691127419472, -0.15975697338581085, -0.01864810846745968, 0.037206705659627914, -0.12463074177503586, 0.030719425529241562, -0.03285915032029152, 0.05601292476058006, 0.18191564083099365, 0.03857942298054695, -0.029609426856040955, 0.11236511915922165, -0.05160187557339668, -0.1584825962781906, -0.025349188596010208, -0.05216408893465996, 0.1871958076953888, -0.055000126361846924, -0.0706898495554924, -0.11707465350627899, -0.1315315216779709, -0.07505721598863602, 0.027510320767760277, -0.09906578063964844, -0.07984406501054764, -0.19857542216777802, -0.04520711302757263, -0.04435058683156967, 0.14826813340187073, -0.045752234756946564, 0.17692334949970245, 0.03004288673400879, 0.005301413591951132, 0.03534635156393051, 0.18449468910694122, 0.002153943758457899, -0.02515694871544838, 0.01779974438250065, 0.0957760214805603, -0.006510310340672731, 0.17264197766780853, -0.13212767243385315, -0.04139487072825432, -0.04986415430903435, 0.2135648876428604, 0.26399222016334534, -0.09528645128011703, -0.027882108464837074, 0.031982261687517166, 0.0768408253788948, 0.10756772756576538, 0.09054888784885406, 0.01134713925421238, 0.27453041076660156, -0.02151905559003353, -0.009076662361621857, 0.031601082533597946, 0.014254101552069187, -0.07191687822341919, 0.03052128478884697, 0.10768072307109833, -0.04601813107728958, -0.059960611164569855, 0.17508085072040558, -0.1974109411239624, 0.22128422558307648, 0.03161980211734772, -0.20942570269107819, -0.03298299014568329, -0.07804448902606964, 0.19948947429656982, 0.011331647634506226, 0.12640385329723358, -0.02727608196437359, -0.2492622286081314, -0.15207263827323914, 0.01133651938289404, -0.3180166184902191, -0.20725354552268982, 0.12367703020572662, 0.02949569746851921, 0.046031802892684937, -0.01497678179293871, 0.03720749542117119, -0.031160039827227592, 0.08471117168664932, 0.06190364435315132, 0.02616802789270878, 0.025750845670700073, 0.035553622990846634, -0.17045177519321442, -0.0031956047751009464, 0.02427735924720764, -0.018603086471557617, 0.09540651738643646, -0.022096389904618263, 0.007632482331246138, 0.12829110026359558, -0.0718126967549324, 0.039019227027893066, 0.024105796590447426, -0.21566878259181976, 0.015631217509508133, 0.0533846877515316, 0.08179787546396255, -0.04438396915793419, -0.010809999890625477, -0.033559057861566544, 0.025586074218153954, -0.08523667603731155, -0.1506023406982422, 0.10721437633037567, -0.08239623159170151, 0.2704116702079773, -0.06270918250083923, -0.0931069403886795, 0.016442928463220596, -0.005319441668689251, 0.2124360054731369, -0.1160331442952156, 0.039881642907857895, 0.13458339869976044, -0.004127898719161749, 0.04802729934453964, -0.2438599318265915, 0.12271793186664581, 0.0007855924195609987, -0.0212410781532526, -0.03156251832842827 ]
71dfae610327807488396d01b519baf9aae483a3
## Dataset Description A dataset of pairs of TypeScript code to appropriate type declarations. ## Language TypeScript only. ## To Load ```python from datasets import load_dataset load_dataset("noahshinn024/ts-code2td") ``` ## Distribution of type declaration code lengths - uses the tokenizer from [bigcode/santacoder](https://huggingface.co/bigcode/santacoder) ![](./media/declaration_token_distr.png)
noahshinn/ts-code2td
[ "license:mit", "region:us" ]
2023-02-09T19:26:58+00:00
{"license": "mit"}
2023-02-13T23:58:20+00:00
[]
[]
TAGS #license-mit #region-us
## Dataset Description A dataset of pairs of TypeScript code to appropriate type declarations. ## Language TypeScript only. ## To Load ## Distribution of type declaration code lengths - uses the tokenizer from bigcode/santacoder ![](./media/declaration_token_distr.png)
[ "## Dataset Description\nA dataset of pairs of TypeScript code to appropriate type declarations.", "## Language\nTypeScript only.", "## To Load", "## Distribution of type declaration code lengths\n- uses the tokenizer from bigcode/santacoder\n![](./media/declaration_token_distr.png)" ]
[ "TAGS\n#license-mit #region-us \n", "## Dataset Description\nA dataset of pairs of TypeScript code to appropriate type declarations.", "## Language\nTypeScript only.", "## To Load", "## Distribution of type declaration code lengths\n- uses the tokenizer from bigcode/santacoder\n![](./media/declaration_token_distr.png)" ]
[ 11, 20, 6, 4, 44 ]
[ "passage: TAGS\n#license-mit #region-us \n## Dataset Description\nA dataset of pairs of TypeScript code to appropriate type declarations.## Language\nTypeScript only.## To Load## Distribution of type declaration code lengths\n- uses the tokenizer from bigcode/santacoder\n![](./media/declaration_token_distr.png)" ]
[ -0.08296336978673935, 0.2544002830982208, -0.0046791075728833675, 0.04983736202120781, 0.16616478562355042, -0.024656277149915695, 0.09543630480766296, 0.127201646566391, 0.00538233807310462, 0.02548135071992874, 0.08956919610500336, 0.0069869207218289375, 0.05729430541396141, 0.19402335584163666, -0.05274910852313042, -0.1898116022348404, -0.0416925773024559, 0.011566045694053173, -0.010524427518248558, 0.03600962087512016, 0.12819942831993103, -0.11981069296598434, 0.07352068275213242, -0.05183533579111099, -0.13892678916454315, 0.032377198338508606, 0.015748219564557076, -0.10227613151073456, 0.00000441932797912159, -0.014163444750010967, 0.04969438910484314, 0.06444321572780609, 0.023624127730727196, -0.12584882974624634, 0.022391313686966896, -0.023496117442846298, 0.0062417881563305855, 0.05395716801285744, 0.10406006872653961, 0.04189058393239975, -0.09214234352111816, -0.13121652603149414, -0.05045231431722641, 0.09438943862915039, -0.08055312931537628, -0.28984135389328003, -0.03994406387209892, -0.01568850316107273, -0.03232720121741295, -0.013597222976386547, 0.04817337542772293, -0.0010280376300215721, -0.05650362744927406, 0.030576514080166817, 0.0686120092868805, -0.10496500134468079, 0.016767004504799843, -0.02340468391776085, 0.02430625632405281, 0.14332446455955505, -0.023664012551307678, -0.0014358829939737916, 0.04972393065690994, 0.007888665422797203, 0.04088657721877098, -0.06880899518728256, -0.26159122586250305, 0.08253254741430283, -0.0394807793200016, -0.0093248775228858, 0.44515475630760193, -0.03226890414953232, -0.00586661696434021, -0.016293643042445183, -0.006359481252729893, -0.06530936062335968, -0.0233832485973835, 0.030954452231526375, 0.05235615000128746, 0.0811980813741684, 0.021597687155008316, 0.022529739886522293, -0.1508265882730484, 0.021041259169578552, -0.11196816712617874, -0.11421296745538712, -0.04872443526983261, 0.1100059524178505, -0.21543218195438385, -0.04680200293660164, -0.05936548486351967, -0.1841280311346054, -0.045086029917001724, -0.06738398224115372, 0.10717428475618362, -0.08025319874286652, -0.011078921146690845, 0.004760678857564926, 0.23195596039295197, 0.08755342662334442, -0.0715264305472374, 0.03833228349685669, -0.12848250567913055, 0.042070768773555756, 0.1653570681810379, 0.15629294514656067, 0.004662781488150358, -0.05062197521328926, 0.11091131716966629, -0.04211549833416939, 0.04894232377409935, -0.024359319359064102, -0.16578489542007446, -0.03342314437031746, 0.016520844772458076, 0.14746199548244476, -0.018034784123301506, -0.006425769533962011, 0.004288912285119295, 0.02681879699230194, 0.1395796537399292, -0.11985839158296585, 0.06527399271726608, 0.061441369354724884, -0.02989003248512745, 0.19236214458942413, -0.0685642808675766, -0.06856540590524673, -0.006742661353200674, -0.09161697328090668, -0.08196359872817993, 0.027284249663352966, -0.07396509498357773, -0.05932830646634102, 0.09272412955760956, -0.045198291540145874, 0.010877878405153751, -0.06749703735113144, -0.12000517547130585, 0.07578690350055695, -0.02431422285735607, -0.035657357424497604, 0.04743192344903946, -0.04015159234404564, -0.06029243394732475, 0.02726481854915619, -0.0518973283469677, -0.17464196681976318, -0.07807204872369766, 0.06986618787050247, 0.06434834748506546, 0.10408175736665726, -0.2097327560186386, 0.02447201870381832, -0.17059506475925446, 0.041214536875486374, -0.21370521187782288, 0.10189463943243027, -0.009873288683593273, 0.137223020195961, -0.07168671488761902, -0.061244186013936996, 0.12230811268091202, 0.01355868298560381, -0.00988067127764225, 0.13231797516345978, -0.2976994216442108, -0.022503726184368134, 0.18397070467472076, -0.10119236260652542, -0.1723370999097824, 0.10507689416408539, -0.030695384368300438, 0.11181145906448364, 0.09171967953443527, 0.22026745975017548, 0.1927088499069214, 0.03792236000299454, -0.044621892273426056, 0.14831086993217468, -0.004743431694805622, -0.19826233386993408, 0.09558810293674469, -0.03363828361034393, 0.06167461723089218, 0.07747429609298706, 0.049785904586315155, 0.02471870929002762, -0.014654874801635742, -0.07620587944984436, -0.0010764809558168054, 0.003122638678178191, -0.031714506447315216, -0.019644062966108322, 0.02446018159389496, -0.0932084247469902, 0.08115534484386444, 0.1340695023536682, 0.0034767305478453636, -0.031013887375593185, -0.012209994718432426, -0.09154666215181351, 0.09318587929010391, -0.05042511597275734, -0.005336789879947901, -0.07630950212478638, -0.038890041410923004, 0.04257368668913841, 0.06763824075460434, -0.0049898759461939335, 0.03787887841463089, 0.00687675504013896, -0.007330627646297216, 0.045381609350442886, 0.0653134137392044, 0.12490927428007126, -0.028443053364753723, 0.03297419473528862, -0.09510429203510284, 0.053666576743125916, -0.09999894350767136, -0.09145163744688034, 0.0390637144446373, 0.017328297719359398, 0.21333524584770203, -0.11634255200624466, 0.03839161992073059, 0.06228102743625641, 0.02941451407968998, 0.02359321340918541, -0.07426110655069351, -0.02789694257080555, 0.030039023607969284, -0.012813223525881767, 0.0359422042965889, 0.035803522914648056, -0.13613305985927582, -0.005489491857588291, 0.12069693952798843, -0.06973497569561005, 0.025723770260810852, -0.1608235388994217, 0.04862513393163681, 0.05632850527763367, 0.06250249594449997, -0.03421860933303833, -0.007344934158027172, -0.0090717738494277, 0.10809087753295898, -0.0914851576089859, -0.007182168774306774, -0.01801489293575287, -0.08816028386354446, -0.01839633285999298, -0.022339554503560066, 0.20019398629665375, -0.21955791115760803, 0.17100144922733307, 0.22144773602485657, 0.05021221563220024, 0.21077515184879303, -0.12111923843622208, 0.03718411922454834, -0.04481621831655502, 0.031385038048028946, -0.01586550660431385, 0.023221829906105995, -0.1939384788274765, 0.013305398635566235, 0.03860658407211304, 0.021015463396906853, 0.042003463953733444, -0.04511846601963043, -0.00570500735193491, -0.0019503815565258265, -0.08542949706315994, -0.1380062997341156, -0.07331390678882599, 0.05101974681019783, 0.02593713253736496, 0.05901937931776047, -0.05245015025138855, 0.15032131969928741, -0.014833943918347359, -0.06628259271383286, 0.15503337979316711, -0.22636128962039948, -0.1719253957271576, -0.19306166470050812, -0.06660915911197662, -0.021404502913355827, 0.07064183801412582, 0.06700418144464493, -0.08759298175573349, -0.034232962876558304, -0.044410690665245056, -0.002041034633293748, -0.045264601707458496, 0.01129103358834982, -0.008102118968963623, 0.062150176614522934, -0.046387676149606705, -0.1390531212091446, -0.02304830774664879, 0.060924891382455826, -0.053016066551208496, 0.025319742038846016, -0.030553465709090233, 0.03308789059519768, 0.12616033852100372, -0.033536385744810104, 0.028433170169591904, -0.046790000051259995, 0.08981354534626007, 0.028875302523374557, 0.02185683324933052, 0.2649150490760803, 0.004118158016353846, 0.05411132052540779, 0.13277362287044525, 0.055543795228004456, -0.044327616691589355, -0.045419469475746155, -0.1139136403799057, -0.11080694198608398, -0.10344894230365753, -0.052469201385974884, -0.12496677786111832, 0.1867576241493225, -0.032008182257413864, 0.007022437639534473, -0.040617529302835464, 0.08994544297456741, 0.042470552027225494, -0.045749861747026443, -0.03791620954871178, 0.057090967893600464, 0.11403992027044296, 0.030228974297642708, 0.033747535198926926, -0.11217042803764343, -0.03133564814925194, 0.1296597421169281, 0.06795665621757507, 0.09028331190347672, 0.04946451261639595, 0.27057698369026184, 0.027792366221547127, 0.06785758584737778, 0.07122611254453659, 0.15423306822776794, -0.049402251839637756, 0.04224422574043274, -0.033173367381095886, -0.07686276733875275, -0.009500785730779171, 0.013363760896027088, -0.08866972476243973, -0.09156253933906555, -0.04210943356156349, -0.0527564138174057, 0.08645278215408325, 0.0867481678724289, 0.09962043911218643, -0.23104232549667358, 0.03593922778964043, 0.12908165156841278, 0.09627055376768112, -0.08229532837867737, 0.054741259664297104, 0.2158176153898239, 0.010256614536046982, 0.10343427211046219, 0.029866402968764305, 0.0608462318778038, -0.037170957773923874, 0.04480145126581192, -0.022055601701140404, 0.06929398328065872, 0.027415109798312187, 0.10957866907119751, -0.12215360254049301, -0.026686402037739754, 0.06956647336483002, -0.028928887099027634, -0.0933990553021431, 0.06063944473862648, -0.01677103526890278, 0.12028320133686066, -0.010892711579799652, -0.022397736087441444, -0.1816312074661255, -0.10542107373476028, 0.002824665978550911, 0.04942474141716957, 0.049695082008838654, -0.0050066737458109856, 0.020697252824902534, -0.02061338536441326, 0.001945419586263597, 0.030093491077423096, -0.06319420039653778, 0.04355061054229736, -0.18268589675426483, -0.0327797494828701, 0.0820755809545517, 0.02491656318306923, -0.034306492656469345, 0.07438772916793823, -0.05895180627703667, 0.08102993667125702, -0.15275943279266357, -0.12149721384048462, -0.033459484577178955, -0.10318295657634735, 0.08618941903114319, -0.052981313318014145, 0.0203977283090353, -0.07563143968582153, 0.04424295201897621, 0.019460245966911316, -0.13218025863170624, 0.10578321665525436, -0.01872902922332287, 0.012132900767028332, -0.0676208958029747, 0.06529650837182999, -0.0655047670006752, -0.051720552146434784, 0.04277302697300911, 0.006781877484172583, -0.0271111149340868, -0.1150689572095871, -0.038245826959609985, 0.015170053578913212, 0.0631280168890953, 0.043200019747018814, -0.05902060121297836, -0.20159825682640076, 0.10969532281160355, 0.04464663192629814, 0.24054817855358124, 0.14477455615997314, -0.1154644563794136, 0.12120053172111511, 0.1888740509748459, -0.06783629208803177, -0.2749297320842743, 0.052056048065423965, -0.09630317240953445, -0.03555282950401306, -0.009996434673666954, -0.23622170090675354, 0.11049429327249527, 0.06446530669927597, -0.00870779249817133, 0.1625063270330429, -0.18240725994110107, 0.003454989055171609, -0.028232989832758904, -0.09134279936552048, 0.08921509981155396, -0.15534350275993347, -0.0918513759970665, -0.07743922621011734, 0.06016809865832329, 0.2893408536911011, -0.13399358093738556, 0.023788513615727425, -0.0007286627078428864, 0.02217305265367031, 0.04138829559087753, -0.07064983993768692, 0.08780455589294434, -0.028140470385551453, 0.11056555062532425, -0.06659785658121109, -0.1154857948422432, 0.2688966691493988, -0.032556917518377304, 0.10460951924324036, -0.21608105301856995, 0.006971327587962151, -0.06903993338346481, -0.004935598932206631, -0.043465178459882736, 0.06522028148174286, 0.009152590297162533, -0.06585349887609482, -0.09015347808599472, -0.05110442638397217, -0.06237192824482918, -0.013319289311766624, 0.16649332642555237, -0.043863650411367416, 0.0165534820407629, 0.2976628243923187, 0.1635478287935257, -0.06634675711393356, 0.09388706833124161, -0.019294477999210358, -0.03660282492637634, 0.025214500725269318, -0.17865826189517975, 0.06777378916740417, 0.037984851747751236, -0.011495538055896759, 0.04740329459309578, 0.07706554979085922, -0.006794442888349295, 0.09391911327838898, 0.1434486359357834, -0.060494039207696915, -0.14618313312530518, -0.006084049586206675, 0.10275620222091675, -0.11013630032539368, 0.06821945309638977, 0.08182424306869507, 0.1154317781329155, -0.0002120878198184073, -0.07272867858409882, 0.09185592085123062, -0.011290185153484344, 0.03059161826968193, 0.06476341187953949, 0.04465522989630699, -0.12529072165489197, 0.022761523723602295, 0.07899866253137589, 0.010042627342045307, 0.010702447965741158, 0.18207064270973206, -0.0900999903678894, -0.07409900426864624, 0.07096532732248306, 0.23614008724689484, -0.09430911391973495, -0.0658913403749466, -0.09664800018072128, -0.10284102708101273, -0.022785862907767296, 0.20376147329807281, -0.006387806497514248, 0.07058140635490417, 0.01418178342282772, -0.0281405970454216, -0.01784362830221653, 0.08067354559898376, -0.15933148562908173, 0.0035276005510240793, -0.051471684128046036, 0.13164256513118744, -0.11448626220226288, 0.07294557243585587, -0.029794029891490936, -0.024682341143488884, -0.07800164818763733, -0.000792016158811748, -0.28237488865852356, 0.08429286628961563, -0.06936774402856827, 0.015633581206202507, 0.012340061366558075, 0.09663834422826767, -0.013131215237081051, -0.045288100838661194, -0.09990883618593216, 0.02175934612751007, -0.06566351652145386, 0.12160692363977432, -0.12458528578281403, -0.011170022189617157, 0.001525288331322372, -0.03349308297038078, 0.1365758180618286, -0.03738575056195259, -0.08465518802404404, 0.011264508590102196, -0.07656633853912354, -0.13952293992042542, 0.09452996402978897, 0.050736282020807266, 0.038571689277887344, 0.0883081927895546, 0.031583014875650406, 0.08146817982196808, -0.045993514358997345, -0.006428967230021954, 0.055968351662158966, -0.08933494240045547, 0.08085601031780243, 0.0008508271421305835, -0.09370443224906921, -0.023683635517954826, 0.007540864869952202, 0.14252233505249023, 0.01455612014979124, 0.11407960206270218, -0.03923352435231209, 0.043168049305677414, -0.05714914947748184, -0.045775581151247025, -0.03002544306218624, -0.1374504119157791, -0.2131638526916504, -0.0003289327723905444, 0.02503020130097866, -0.023317964747548103, 0.16403959691524506, 0.07152707874774933, -0.11364256590604782, -0.016135063022375107, 0.006604164373129606, 0.17015288770198822, 0.06098847836256027, 0.22379426658153534, 0.042824868112802505, -0.06642856448888779, -0.0855288952589035, 0.08715353906154633, 0.015994388610124588, -0.09046266227960587, 0.11396901309490204, 0.05798781290650368, -0.10894793272018433, 0.0468713715672493, 0.03726634383201599, -0.07306110113859177, 0.0631997361779213, -0.013036711141467094, 0.10014650225639343, 0.027489881962537766, -0.0407981351017952, 0.0013127087149769068, 0.10294085741043091, -0.027426185086369514, 0.04512389749288559, -0.06399241089820862, -0.0707818865776062, -0.12229384481906891, -0.043295685201883316, -0.0776730552315712, -0.047375813126564026, -0.04799428582191467, -0.10831334441900253, 0.04895796626806259, 0.0770774558186531, 0.023664847016334534, -0.11076405644416809, -0.010915359482169151, 0.07390477508306503, -0.07026345282793045, 0.008266604505479336, 0.006278039421886206, 0.023119915276765823, 0.053978048264980316, -0.003564967308193445, 0.03780331835150719, 0.03657030314207077, -0.00429284293204546, 0.1321415901184082, 0.13702960312366486, -0.033189062029123306, -0.2158636897802353, -0.07607515156269073, -0.05378413200378418, 0.01305196899920702, -0.03810126706957817, 0.011895975098013878, 0.008238284848630428, -0.07665355503559113, 0.08536814898252487, 0.024714088067412376, -0.037953831255435944, -0.07916726917028427, -0.025890575721859932, 0.2153232991695404, -0.02376363053917885, 0.12728628516197205, -0.017320703715085983, -0.06983648985624313, -0.07727179676294327, 0.08448779582977295, 0.2494322508573532, -0.02546018548309803, -0.021924957633018494, -0.12675073742866516, -0.0033745591063052416, 0.007874730043113232, 0.1646256148815155, 0.012812608852982521, 0.2470194399356842, 0.0013433868298307061, 0.08883567154407501, 0.02162133902311325, 0.07064086198806763, -0.18193039298057556, 0.021165581420063972, 0.0038242372684180737, 0.029031945392489433, -0.03624162822961807, 0.06273602694272995, -0.090339794754982, 0.08948250114917755, 0.06684748828411102, -0.09517539292573929, -0.026164047420024872, -0.03688136860728264, 0.13471141457557678, -0.024158967658877373, 0.022590503096580505, -0.023626010864973068, 0.0023115200456231833, 0.012992355041205883, -0.007996676489710808, -0.2188737541437149, -0.020168250426650047, 0.039074260741472244, -0.19260713458061218, 0.062295857816934586, -0.005378476344048977, 0.03140237554907799, 0.1346028596162796, -0.020358989015221596, -0.13348610699176788, 0.024199265986680984, 0.007123684044927359, 0.10677441209554672, -0.004341349471360445, -0.11186286807060242, -0.050425611436367035, 0.05034730210900307, 0.05102221295237541, 0.03660176694393158, -0.04483645036816597, -0.027828864753246307, -0.0510072223842144, -0.13224415481090546, -0.060424793511629105, -0.05713759362697601, 0.03342701122164726, -0.006376918405294418, -0.08594053238630295, -0.02121531218290329, -0.022402966395020485, 0.07142858952283859, 0.028006164357066154, -0.12831714749336243, -0.0833510309457779, -0.03286561742424965, -0.070575051009655, 0.17184753715991974, 0.06534675508737564, -0.2142854630947113, 0.08560213446617126, -0.05511118099093437, 0.14008060097694397, -0.14511454105377197, 0.04666626825928688, 0.06658100336790085, 0.034224797040224075, -0.04986491799354553, 0.013932131230831146, -0.023662161082029343, 0.03849078342318535, -0.06624376773834229, -0.0518987737596035 ]
1a770059d5f6f6014fa414f65556f65f6c85c7fe
# Dataset Card for "arxiv-abstract-matching" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
karukas/arxiv-abstract-matching
[ "region:us" ]
2023-02-09T20:46:50+00:00
{"dataset_info": {"features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7119340064, "num_examples": 203037}, {"name": "validation", "num_bytes": 216202656, "num_examples": 6436}, {"name": "test", "num_bytes": 216585242, "num_examples": 6440}], "download_size": 3635681697, "dataset_size": 7552127962}}
2023-02-09T20:48:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "arxiv-abstract-matching" More Information needed
[ "# Dataset Card for \"arxiv-abstract-matching\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"arxiv-abstract-matching\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"arxiv-abstract-matching\"\n\nMore Information needed" ]
[ -0.11167307198047638, 0.19165095686912537, -0.00434513296931982, 0.015982383862137794, 0.09319663047790527, 0.08608008921146393, 0.07546842843294144, 0.127420112490654, 0.11126430332660675, 0.002944737672805786, 0.09931854158639908, -0.011052901856601238, 0.10421228408813477, 0.19145749509334564, -0.10251890122890472, -0.0971575453877449, 0.00467537809163332, 0.08038277924060822, -0.048194609582424164, 0.012713823467493057, 0.07885000854730606, -0.028617234900593758, 0.09011854231357574, -0.056678492575883865, -0.18924839794635773, 0.10572712868452072, -0.023030180484056473, -0.07137274742126465, 0.09739995002746582, -0.018993930891156197, 0.1461888700723648, -0.015146438032388687, -0.007219238206744194, -0.22083406150341034, 0.019404398277401924, -0.03093154914677143, -0.059295617043972015, 0.07328764349222183, 0.15932275354862213, -0.26159873604774475, -0.11278698593378067, 0.03554924950003624, 0.009809263981878757, -0.014152363874018192, -0.15225665271282196, -0.2228633016347885, -0.0464535728096962, -0.09658779948949814, 0.0565769225358963, -0.09413778781890869, 0.03489140048623085, 0.10429083555936813, -0.04366109520196915, 0.026647508144378662, 0.06826755404472351, -0.1515747755765915, 0.03192897140979767, 0.18021875619888306, -0.09874014556407928, 0.04257865622639656, -0.011982186697423458, 0.05580563470721245, 0.06485940515995026, 0.04170437529683113, -0.02191316708922386, -0.011935274116694927, -0.22783318161964417, 0.16447238624095917, -0.04284930229187012, -0.05372126027941704, 0.29247772693634033, -0.03607219457626343, 0.0860942080616951, -0.022706786170601845, -0.06161365658044815, -0.01737016625702381, 0.03520253673195839, -0.02255895733833313, 0.038938187062740326, 0.017979271709918976, -0.0054473369382321835, 0.04368700087070465, -0.060671865940093994, -0.06609299778938293, -0.1519908905029297, -0.03420567512512207, -0.013337702490389347, 0.14048480987548828, -0.15500211715698242, -0.010522971861064434, -0.20652905106544495, -0.047506723552942276, 0.035168711096048355, -0.12579552829265594, -0.08557186275720596, -0.010148446075618267, -0.10922543704509735, -0.06190676987171173, 0.11927229911088943, 0.13803544640541077, 0.09366733580827713, 0.062077950686216354, 0.006582049652934074, 0.051131345331668854, 0.14048391580581665, 0.0319419726729393, -0.04103302210569382, -0.016955245286226273, -0.10395399481058121, -0.13936755061149597, -0.08112715929746628, -0.06333735585212708, -0.1561281532049179, -0.0330158993601799, -0.0200385432690382, 0.08664042502641678, -0.03904220089316368, -0.11893513053655624, -0.11565504968166351, -0.04003852978348732, 0.06965970247983932, -0.09099794924259186, 0.06919488310813904, -0.07655086368322372, -0.0571211501955986, -0.12563666701316833, -0.13709208369255066, 0.012562467716634274, -0.009599500335752964, 0.027795912697911263, -0.025952689349651337, -0.0038729896768927574, -0.06153683736920357, -0.10895589739084244, 0.022366518154740334, -0.14464715123176575, 0.06465868651866913, -0.093613401055336, -0.08079209923744202, 0.04906023293733597, 0.09556958079338074, -0.08812737464904785, 0.20411314070224762, -0.0661492794752121, 0.10787387192249298, 0.012633176520466805, -0.016458183526992798, 0.0482412725687027, -0.04225451126694679, -0.04842853546142578, 0.07160673290491104, 0.12570826709270477, -0.12798918783664703, 0.07150436192750931, -0.14302682876586914, 0.04229312017560005, 0.001239669043570757, 0.06227395683526993, -0.06254730373620987, -0.06369106471538544, -0.0983484759926796, 0.02463439665734768, -0.12251810729503632, 0.0026687905192375183, 0.06369368731975555, 0.0558452382683754, -0.1627432405948639, -0.04346607252955437, 0.16916999220848083, -0.08566592633724213, -0.13854223489761353, 0.045297376811504364, -0.060352690517902374, -0.10500584542751312, -0.020001960918307304, 0.3707652986049652, -0.030482079833745956, 0.04088171198964119, 0.03302331268787384, 0.16883328557014465, -0.15254707634449005, -0.17145417630672455, 0.08113131672143936, 0.009549989365041256, -0.09844442456960678, 0.03569868579506874, 0.13133053481578827, 0.030211595818400383, -0.0759967640042305, -0.08894796669483185, -0.00942359957844019, -0.07419608533382416, 0.07246825844049454, -0.02370019629597664, 0.010628735646605492, -0.033856917172670364, 0.11209974437952042, -0.048950474709272385, 0.021772902458906174, -0.014565596356987953, -0.06895967572927475, -0.015175004489719868, 0.1770632416009903, -0.2059917449951172, -0.018508141860365868, -0.17161712050437927, -0.12341020256280899, 0.035034384578466415, 0.07282160222530365, 0.029965074732899666, 0.03617732226848602, 0.07398819178342819, 0.01000883523374796, -0.0016707894392311573, 0.004905168432742357, 0.17996296286582947, -0.004830995108932257, 0.0002277255116496235, 0.01557882409542799, 0.029307406395673752, -0.09920113533735275, -0.04247187823057175, -0.10414636880159378, -0.07054407894611359, -0.07701237499713898, 0.06503299623727798, -0.007336760405451059, 0.07774394005537033, 0.05827462673187256, 0.04424608498811722, -0.04770791158080101, -0.04430937021970749, 0.05975170433521271, -0.08526534587144852, -0.03180835023522377, 0.12066461890935898, -0.04766114428639412, 0.26604706048965454, 0.10747737437486649, -0.13397525250911713, 0.03863205760717392, -0.13531847298145294, 0.04605213552713394, 0.0024293784517794847, -0.020731350407004356, 0.08486184477806091, -0.020875239744782448, -0.056773148477077484, 0.10283433645963669, -0.11787642538547516, 0.0315033458173275, 0.029979053884744644, -0.08038683980703354, -0.1251107156276703, 0.08529041707515717, 0.01744920387864113, -0.19574490189552307, 0.19385896623134613, 0.1388716846704483, 0.11378543823957443, 0.005930634215474129, -0.016273489221930504, -0.07608447223901749, -0.021534208208322525, -0.031760793179273605, -0.030847568064928055, 0.11257524788379669, 0.122917540371418, -0.0013211334589868784, 0.13565509021282196, 0.02399286814033985, 0.1170022189617157, -0.14001217484474182, -0.027806643396615982, 0.008608970791101456, -0.029327725991606712, -0.1488375961780548, 0.03443228453397751, 0.003295130794867873, 0.07153704762458801, -0.029178272932767868, -0.07162461429834366, 0.05813024193048477, -0.010159381665289402, -0.06646175682544708, 0.11292986571788788, -0.17577305436134338, -0.25309446454048157, -0.1509282886981964, -0.14291130006313324, -0.0037918349262326956, 0.10221051424741745, -0.02484535053372383, -0.07007446140050888, -0.03743835911154747, 0.04674096778035164, -0.124294213950634, -0.24177312850952148, -0.05480647087097168, -0.16389022767543793, 0.01509052887558937, -0.0302994754165411, -0.11877603828907013, 0.005714882630854845, -0.02715449221432209, 0.18024511635303497, 0.20189669728279114, -0.1376563459634781, 0.1404283046722412, 0.094663105905056, -0.10141054540872574, 0.05724984034895897, -0.06352158635854721, 0.07633793354034424, -0.009737913496792316, -0.08349361270666122, 0.04126951843500137, -0.023832635954022408, 0.05906033515930176, 0.009270158596336842, -0.017348431050777435, -0.13164931535720825, -0.045533519238233566, -0.0785943791270256, -0.1279890090227127, -0.213263601064682, -0.13049769401550293, -0.03678517043590546, -0.01766546629369259, 0.11119447648525238, 0.04837419092655182, -0.06277148425579071, 0.10455340892076492, 0.11237742006778717, -0.05352132022380829, -0.11298149079084396, -0.00019049172988161445, 0.01805361732840538, 0.04203991964459419, 0.05835946649312973, -0.053498316556215286, -0.07946126163005829, 0.10303852707147598, 0.21196290850639343, 0.24570706486701965, 0.09262827038764954, 0.045981694012880325, -0.005066606681793928, 0.07811854779720306, 0.157076895236969, 0.07898209989070892, 0.025597548112273216, 0.02230771631002426, -0.02653740718960762, 0.0388677604496479, -0.01749321259558201, 0.0700051411986351, 0.10341436415910721, -0.17334400117397308, 0.02957746759057045, -0.13799667358398438, 0.03865180164575577, -0.07133282721042633, 0.10556887835264206, -0.36842605471611023, 0.08981023728847504, 0.008378374390304089, 0.10357877612113953, -0.11311272531747818, 0.0027648047544062138, 0.06434668600559235, -0.02513650618493557, 0.06875352561473846, -0.04276283085346222, 0.10865327715873718, -0.01537997368723154, -0.038862552493810654, -0.1308472752571106, -0.032728441059589386, 0.01689690724015236, 0.16435769200325012, -0.24245744943618774, 0.22193841636180878, 0.05310266092419624, -0.09380051493644714, -0.0419769324362278, -0.0156832505017519, -0.008920220658183098, -0.03809613734483719, 0.09518662095069885, 0.031835660338401794, -0.28769442439079285, -0.205609992146492, -0.020679796114563942, 0.05583684518933296, 0.16268488764762878, -0.004786164499819279, -0.06609722226858139, 0.03954632952809334, -0.041740357875823975, -0.006330190226435661, -0.054495979100465775, 0.061933524906635284, -0.13700203597545624, -0.06221754848957062, -0.010325875133275986, -0.0737282931804657, 0.08059905469417572, 0.04794418811798096, -0.186494380235672, 0.0016364117618650198, 0.04857531562447548, -0.023627063259482384, -0.09179461747407913, 0.024215472862124443, 0.13493293523788452, 0.010490840300917625, 0.028772663325071335, 0.0026991437189280987, 0.08738832175731659, -0.0589241124689579, -0.22808249294757843, 0.08929536491632462, -0.09003730118274689, 0.14288094639778137, -0.11057154089212418, 0.07376880943775177, -0.003747201059013605, 0.04914083331823349, 0.024480627849698067, 0.10819166153669357, -0.150237038731575, 0.01506146788597107, 0.20674245059490204, 0.003147181821987033, 0.14104624092578888, 0.18679605424404144, -0.03943173214793205, 0.047708380967378616, 0.002103732666000724, 0.046860646456480026, 0.16987691819667816, 0.1480027735233307, -0.08930854499340057, 0.10855444520711899, 0.14047838747501373, -0.0761558786034584, -0.19006973505020142, 0.017216932028532028, -0.12906862795352936, 0.07358131557703018, 0.08495458960533142, -0.22395899891853333, 0.05786282941699028, 0.04114391654729843, -0.012808945029973984, 0.17117977142333984, -0.03441093862056732, -0.015032213181257248, 0.2050483375787735, -0.010313740000128746, 0.2480468899011612, -0.022195959463715553, -0.08447745442390442, -0.08424686640501022, -0.03508248180150986, 0.15132813155651093, 0.15569238364696503, 0.060543641448020935, -0.05188595503568649, 0.056749824434518814, 0.012357848696410656, -0.015926888212561607, 0.1703067421913147, 0.08693745732307434, 0.1353120356798172, -0.0014103961875662208, 0.02497284486889839, 0.10981815308332443, -0.06544191390275955, 0.06345129758119583, 0.01988363265991211, 0.07268621027469635, -0.11328635364770889, -0.024391276761889458, 0.05073735862970352, 0.03357163444161415, 0.1535179615020752, -0.06454655528068542, -0.11435585469007492, -0.054165568202733994, -0.06396068632602692, -0.009854989126324654, 0.07886096835136414, -0.013691095635294914, 0.08860671520233154, 0.054012663662433624, 0.022791406139731407, -0.09919334948062897, 0.02661844715476036, -0.06485918909311295, -0.07169783860445023, 0.09395682066679001, -0.1323731541633606, 0.07594884186983109, 0.1615026891231537, -0.05009176582098007, 0.03916650637984276, 0.0964203029870987, -0.010683192871510983, -0.014178363606333733, 0.16353580355644226, -0.04697214812040329, -0.03587540239095688, 0.010357691906392574, -0.14421235024929047, 0.06329598277807236, -0.011660059913992882, 0.01649603806436062, 0.08602073788642883, -0.05620260164141655, -0.004686889238655567, 0.021272214129567146, -0.04808421805500984, 0.09471037238836288, 0.09716124832630157, 0.04148756340146065, -0.14580005407333374, 0.20635540783405304, 0.014303223229944706, -0.141117662191391, 0.04460357874631882, -0.08962326496839523, -0.08445509523153305, -0.04894452169537544, 0.019602976739406586, 0.32427215576171875, -0.12477704137563705, -0.16957978904247284, -0.05305905640125275, -0.036320753395557404, 0.04204396530985832, 0.061400845646858215, 0.11308353394269943, 0.05479017272591591, 0.0671023577451706, -0.05166834965348244, -0.012943165376782417, -0.021261155605316162, -0.004973980598151684, 0.09421137720346451, -0.06980176270008087, -0.18373660743236542, -0.05859029293060303, 0.13980963826179504, -0.05141812935471535, -0.09822607040405273, -0.05801873281598091, 0.07130759209394455, -0.1032262071967125, 0.06030271202325821, -0.008137291297316551, -0.011597965843975544, 0.04463457316160202, 0.033216752111911774, -0.033614251762628555, -0.023459844291210175, -0.0945187509059906, 0.09239961206912994, -0.049292758107185364, 0.04968666285276413, -0.0711214542388916, -0.045612167567014694, 0.0448012575507164, 0.040512505918741226, 0.02943197265267372, 0.12368720024824142, -0.022564567625522614, 0.026349134743213654, -0.19032534956932068, -0.23097583651542664, 0.08960576355457306, 0.08258878439664841, 0.03189851716160774, -0.06834860146045685, 0.05029905587434769, 0.094608373939991, -0.09379670023918152, 0.026076665148139, 0.06088100001215935, -0.041350238025188446, -0.07964499294757843, -0.22354944050312042, -0.10909327119588852, -0.009162296541035175, -0.03859877958893776, 0.13476556539535522, 0.1392555832862854, 0.009656430222094059, 0.032435692846775055, -0.00482585234567523, -0.04210712015628815, -0.03757375851273537, -0.031191980466246605, -0.1524755209684372, 0.037380099296569824, -0.0016122306697070599, 0.02191079780459404, -0.02724960632622242, 0.5044280290603638, 0.08891739696264267, -0.08061359077692032, -0.040061917155981064, 0.18469205498695374, -0.06908836215734482, 0.03281284123659134, 0.22103427350521088, 0.09367924183607101, -0.06701800227165222, -0.07251033931970596, 0.176400825381279, 0.02992195077240467, 0.24077577888965607, -0.04569610580801964, 0.154817596077919, 0.02250431291759014, 0.04318695887923241, 0.003859273623675108, -0.093488410115242, 0.04622594639658928, 0.07884804159402847, 0.0191836878657341, 0.06118784844875336, 0.12459681928157806, -0.03845734894275665, 0.11085338890552521, -0.0952141135931015, 0.09012190252542496, -0.04409383609890938, -0.06901262700557709, -0.09113771468400955, -0.1588408201932907, -0.11134805530309677, -0.11016234010457993, 0.02350478246808052, -0.06011815369129181, -0.026430154219269753, 0.36669081449508667, 0.02237040176987648, 0.02218889817595482, -0.034640487283468246, -0.05674314498901367, -0.0256776325404644, -0.03383052349090576, -0.04474560543894768, -0.0020727147348225117, 0.05501295626163483, -0.13102558255195618, 0.07206247746944427, -0.03293720260262489, 0.0143815902993083, -0.04962661489844322, 0.1459173560142517, 0.011696046218276024, -0.17688532173633575, -0.05724488943815231, -0.05095285177230835, 0.03167395293712616, -0.14943495392799377, -0.028149444609880447, 0.055595558136701584, 0.02689577266573906, 0.09671784937381744, 0.20222453773021698, 0.0019123685779049993, 0.04145437479019165, -0.07612118124961853, 0.11440083384513855, -0.04395561292767525, 0.12467794120311737, 0.020607782527804375, -0.056925661861896515, -0.07588451355695724, 0.08708348125219345, 0.2977878451347351, -0.04625682160258293, -0.07838498055934906, 0.03126038238406181, 0.03661390021443367, 0.04185793176293373, 0.08324656635522842, 0.027728555724024773, 0.08498293906450272, -0.08315180242061615, -0.07450810819864273, -0.054985132068395615, 0.006678929086774588, -0.01136711798608303, 0.1470339447259903, 0.07442698627710342, -0.06559959053993225, -0.019598066806793213, 0.12824024260044098, -0.11921454966068268, 0.209796741604805, 0.050913356244564056, -0.11064060777425766, -0.13091422617435455, -0.0023693691473454237, 0.007106756325811148, -0.03247949853539467, 0.039061106741428375, -0.09595087915658951, -0.006437615491449833, -0.09005454927682877, 0.02790408954024315, -0.2652752697467804, -0.06947513669729233, -0.02878316305577755, -0.05161493271589279, -0.049362052232027054, 0.018598783761262894, 0.11119421571493149, 0.03311171382665634, 0.08164572715759277, 0.0022475251462310553, 0.046849559992551804, -0.02641691453754902, 0.16316241025924683, 0.060850195586681366, 0.032804910093545914, -0.020106641575694084, -0.01920788735151291, 0.07138999551534653, -0.042130131274461746, 0.0018712838646024466, -0.013414335437119007, -0.05641567334532738, 0.006034245248883963, -0.06405557692050934, -0.050157323479652405, 0.07107078284025192, -0.005293203517794609, 0.03391053527593613, 0.057056982070207596, -0.0165147352963686, 0.09540414810180664, 0.05775728076696396, -0.09090341627597809, -0.014950727112591267, 0.012038558721542358, -0.10746999084949493, 0.1943647414445877, -0.024353528395295143, -0.14961515367031097, 0.039086297154426575, -0.12043757736682892, -0.004860131070017815, 0.04057725891470909, 0.10099606961011887, 0.1537885069847107, 0.06391005963087082, -0.06375332176685333, -0.09387634694576263, 0.11479142308235168, -0.0047399806790053844, 0.015531587414443493, -0.07918757945299149 ]
97a19fd85201ce3a0cc3627b6485457bc5285eb8
# Dataset Card for "DilbertDiffusionDataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
CSAle/DilbertDiffusionDataset
[ "region:us" ]
2023-02-09T21:13:21+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 530433.0, "num_examples": 7}], "download_size": 531640, "dataset_size": 530433.0}}
2023-02-09T22:57:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "DilbertDiffusionDataset" More Information needed
[ "# Dataset Card for \"DilbertDiffusionDataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"DilbertDiffusionDataset\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"DilbertDiffusionDataset\"\n\nMore Information needed" ]
[ -0.12688487768173218, 0.2122897356748581, -0.004804376047104597, 0.03489232808351517, 0.08524899929761887, 0.09286677837371826, 0.16650179028511047, 0.0342252179980278, 0.09272636473178864, 0.01222213078290224, 0.10326910018920898, 0.003472760319709778, 0.04313444346189499, 0.1216685026884079, -0.1063697561621666, -0.10618259012699127, 0.044152114540338516, 0.03720193728804588, -0.055277638137340546, -0.0015888878842815757, 0.0300296600908041, -0.07760512828826904, 0.06220858544111252, -0.13703684508800507, -0.2247379720211029, 0.07495150715112686, -0.05346899852156639, -0.015104858204722404, 0.062042560428380966, -0.055882666260004044, 0.16962197422981262, 0.07214383035898209, 0.05077856034040451, -0.10432498157024384, 0.009064014069736004, -0.016647061333060265, -0.03934697434306145, 0.048066236078739166, 0.008577275089919567, -0.05135485902428627, -0.029992084950208664, 0.015329355373978615, 0.08540765196084976, -0.03773534297943115, -0.14488986134529114, -0.14830434322357178, -0.16773732006549835, -0.0190466046333313, 0.02380056120455265, -0.04593662545084953, 0.08226163685321808, 0.0652262419462204, -0.08136319369077682, 0.03648409992456436, 0.035876039415597916, -0.10125947743654251, 0.037354134023189545, 0.2510215640068054, -0.004474417306482792, 0.055932410061359406, -0.000663618731778115, 0.05115864798426628, 0.0862421989440918, 0.006652990821748972, -0.01808767393231392, -0.06990168988704681, -0.10272616893053055, 0.04395928606390953, -0.02509661205112934, -0.023753950372338295, 0.36817774176597595, -0.03983958810567856, -0.007558089215308428, 0.03742068633437157, -0.012384308502078056, -0.0030824115965515375, 0.010882277972996235, -0.04934265837073326, 0.028327282518148422, 0.03688131645321846, 0.1162937730550766, -0.0479363389313221, -0.09374742954969406, -0.08530706912279129, -0.20302227139472961, 0.0009370765765197575, -0.03337017819285393, 0.10675311088562012, -0.20224349200725555, -0.024309325963258743, -0.11225342750549316, -0.07047964632511139, 0.0013876056764274836, -0.12338139116764069, -0.01585748791694641, -0.03514889255166054, -0.01422132644802332, -0.09970658272504807, 0.11677106469869614, 0.12572519481182098, 0.050232622772455215, 0.03780604526400566, -0.12912596762180328, 0.06602572649717331, 0.17197801172733307, -0.038722503930330276, 0.004708392079919577, -0.03031470999121666, -0.019492553547024727, -0.12925821542739868, 0.014570529572665691, -0.059769682586193085, -0.10977208614349365, -0.015211360529065132, -0.0524681881070137, 0.10017473250627518, -0.022948043420910835, -0.10489557683467865, -0.08398319780826569, -0.020927781239151955, 0.22621282935142517, -0.08997207134962082, 0.028869682922959328, -0.015722505748271942, -0.04492679238319397, 0.10410845279693604, -0.05055715888738632, 0.019347356632351875, 0.10233812034130096, 0.12652377784252167, -0.07707033306360245, -0.06272286921739578, -0.021853772923350334, -0.060709718614816666, 0.06889868527650833, -0.20526434481143951, 0.06588010489940643, -0.11085452139377594, -0.27370280027389526, 0.059777915477752686, 0.05096973851323128, -0.04838159680366516, 0.19659458100795746, -0.014711471274495125, 0.07336960732936859, 0.001418289844878018, -0.036966897547245026, -0.0318896509706974, -0.02048894204199314, 0.058147817850112915, 0.007237975485622883, 0.07795679569244385, -0.3132133185863495, 0.05118811875581741, -0.04593232646584511, 0.05252287909388542, -0.047009412199258804, 0.03843424841761589, -0.10700143873691559, 0.05544126406311989, -0.04021228104829788, 0.005613972432911396, -0.09760700166225433, 0.01544205192476511, 0.04928979650139809, 0.16538254916667938, -0.2820853292942047, -0.022019093856215477, 0.09799069911241531, -0.16692420840263367, -0.15631279349327087, -0.035866934806108475, -0.04544737935066223, 0.0456351563334465, 0.040185462683439255, 0.3072876036167145, 0.11280354112386703, -0.1110261008143425, 0.00556988874450326, 0.10916882008314133, -0.10967480391263962, -0.24028564989566803, 0.032263241708278656, -0.05086873099207878, 0.02180936001241207, 0.04057645797729492, 0.13199858367443085, -0.013736586086452007, -0.04314495250582695, -0.05096498131752014, 0.002078715246170759, -0.13358160853385925, 0.11085215955972672, 0.033615197986364365, 0.039078108966350555, -0.0002250756515422836, 0.2144104689359665, 0.10231860727071762, 0.04461164027452469, 0.011985406279563904, -0.06906615942716599, -0.014010211452841759, 0.06313588470220566, -0.10235883295536041, -0.013559101149439812, -0.18865366280078888, -0.2317817509174347, 0.033114250749349594, 0.06463752686977386, -0.027321670204401016, 0.0660184770822525, 0.08075588196516037, -0.010281039401888847, 0.029158512130379677, 0.06660213321447372, 0.1078374907374382, 0.05372103676199913, 0.019951969385147095, 0.03929968923330307, 0.026824722066521645, -0.13486741483211517, -0.12357308715581894, -0.06198830157518387, -0.03108719363808632, 0.1082710400223732, 0.052581049501895905, 0.05603746324777603, -0.025036873295903206, 0.007354979403316975, 0.01677575521171093, -0.013870900496840477, -0.06454231590032578, -0.008751149289309978, -0.024340271949768066, 0.014349602162837982, -0.050823844969272614, 0.02488027885556221, 0.20849110186100006, 0.09824135154485703, 0.007256865501403809, -0.005999577231705189, -0.14083197712898254, 0.048023734241724014, -0.03083137609064579, -0.006229609716683626, -0.025878919288516045, -0.10680259764194489, -0.020263612270355225, 0.05406498908996582, -0.008645722642540932, 0.04438922926783562, 0.054246608167886734, -0.015167751349508762, -0.16988441348075867, -0.008074840530753136, 0.12622685730457306, -0.13328690826892853, 0.17778532207012177, 0.18245330452919006, 0.15452466905117035, 0.06465256959199905, -0.10298699140548706, -0.03219112008810043, -0.01478433609008789, -0.036673206835985184, -0.029679302126169205, 0.16017484664916992, 0.0044869184494018555, 0.009758499450981617, 0.06621883064508438, 0.05440637469291687, 0.07075773179531097, -0.04957904294133186, -0.09074680507183075, 0.003283390076830983, 0.002050976734608412, -0.10283081233501434, 0.0506625771522522, -0.0321987085044384, 0.05454031750559807, -0.006341062486171722, -0.02414763905107975, 0.1366889774799347, -0.0030057665426284075, -0.0015458613634109497, 0.07439995557069778, -0.23397204279899597, -0.2065829485654831, -0.038796670734882355, -0.16799210011959076, -0.01745629496872425, 0.060090240091085434, -0.036688875406980515, -0.09987861663103104, -0.040643829852342606, 0.08045537024736404, -0.07129830121994019, -0.21125660836696625, -0.02289629355072975, 0.014939166605472565, -0.0029025301337242126, -0.1153140589594841, -0.11634565889835358, -0.013560405001044273, -0.010344707407057285, 0.13561473786830902, 0.13598355650901794, -0.12077055871486664, 0.1117243617773056, 0.06579634547233582, 0.006075077690184116, 0.05299616605043411, -0.011687004007399082, 0.064427949488163, -0.02313118614256382, 0.0012391770724207163, 0.14628508687019348, -0.05024596303701401, 0.0230155847966671, 0.06521948426961899, 0.05431874841451645, -0.17239446938037872, -0.010443566367030144, -0.07327111810445786, -0.1621822565793991, -0.2319120615720749, -0.15494975447654724, -0.06953437626361847, 0.05380123853683472, 0.06661160290241241, 0.035103023052215576, -0.005921926815062761, 0.08205186575651169, 0.14159946143627167, 0.052680253982543945, -0.10225314646959305, -0.028130216524004936, 0.08112938702106476, -0.028314346447587013, -0.01939689926803112, -0.1098792627453804, 0.003450053511187434, 0.1269707828760147, 0.1261388063430786, 0.21265533566474915, 0.13342197239398956, 0.06747809797525406, -0.01510982122272253, 0.11491714417934418, 0.060351043939590454, 0.1989310085773468, 0.04963591694831848, -0.021462246775627136, 0.011605671606957912, 0.0008462326950393617, -0.08131111413240433, -0.016489848494529724, 0.07774534076452255, -0.16661806404590607, 0.018925059586763382, -0.11941361427307129, -0.05608849599957466, -0.06621520966291428, 0.0756884291768074, -0.16101482510566711, 0.09865934401750565, 0.018619464710354805, 0.19088567793369293, -0.1006484404206276, 0.03542279079556465, 0.08794897049665451, -0.020794060081243515, 0.08903704583644867, 0.005089425481855869, 0.033609919250011444, -0.11208741366863251, -0.025263864547014236, -0.08108746260404587, -0.08278252184391022, 0.01680792309343815, 0.06678511202335358, -0.35981348156929016, 0.13055871427059174, 0.04474959149956703, -0.03044048324227333, -0.07752396166324615, -0.008970677852630615, -0.060687389224767685, 0.07517965883016586, 0.12082599848508835, 0.010592961683869362, 0.007448143325746059, -0.0877288207411766, -0.06168171390891075, -0.04208371788263321, 0.14342966675758362, -0.0030744208488613367, -0.1324949413537979, 0.057864002883434296, 0.037654392421245575, -0.024974381551146507, -0.07495108991861343, -0.07380533218383789, -0.16367390751838684, 0.03191583976149559, -0.003183687338605523, -0.09990664571523666, 0.03648415580391884, 0.03237118199467659, -0.1320723593235016, 0.11800723522901535, -0.06751538813114166, -0.07483843713998795, -0.12566480040550232, -0.010457861237227917, 0.1330331265926361, 0.0024083906318992376, 0.03764239698648453, 0.01156457420438528, -0.012038173153996468, -0.10900679975748062, -0.2236122041940689, 0.06004713103175163, -0.08156139403581619, 0.10583250969648361, -0.11809372901916504, 0.07797802984714508, 0.02331182360649109, -0.03093494288623333, 0.030281005427241325, 0.03355652466416359, 0.02783416211605072, -0.04480897635221481, 0.12961186468601227, 0.0190814770758152, 0.14914941787719727, 0.16398300230503082, -0.005516938865184784, 0.042934417724609375, 0.12742319703102112, 0.006595531012862921, 0.14953647553920746, 0.15907235443592072, -0.02869831584393978, 0.16564473509788513, 0.1731114238500595, -0.048184942454099655, -0.2400600165128708, 0.04688983038067818, -0.1016034260392189, -0.021019721403717995, 0.0759914442896843, -0.28444722294807434, 0.09378377348184586, 0.14370523393154144, -0.023193972185254097, 0.31169578433036804, -0.14740321040153503, 0.023468049243092537, 0.14721323549747467, 0.025352265685796738, 0.3681516647338867, -0.12804439663887024, -0.08324547111988068, -0.07435055077075958, -0.22987718880176544, 0.22077405452728271, 0.010843968950212002, -0.03201155737042427, -0.0032253500539809465, 0.07112979143857956, 0.01652315817773342, -0.053705908358097076, 0.14419306814670563, 0.08994889259338379, 0.13236838579177856, -0.09630180895328522, -0.12472277134656906, 0.15678341686725616, -0.0617428757250309, 0.07452945411205292, 0.04874300956726074, 0.04351530596613884, -0.09251251071691513, -0.0063529545441269875, 0.04251810535788536, 0.04093373566865921, 0.013537718914449215, -0.10494770854711533, -0.06049958989024162, -0.01074877381324768, -0.1303415149450302, -0.03269193321466446, 0.11655814200639725, 0.04750334843993187, -0.03276074677705765, 0.02237972803413868, 0.030053865164518356, -0.0018083506729453802, 0.015380204655230045, -0.09616871923208237, -0.07621358335018158, 0.05510714277625084, -0.14658823609352112, 0.020643366500735283, 0.128924161195755, 0.03495324030518532, 0.09397131949663162, 0.04204624146223068, -0.057345159351825714, 0.034066177904605865, 0.12355617433786392, -0.09897644072771072, 0.026002725586295128, 0.0993431806564331, -0.03657558932900429, 0.04808014631271362, 0.08711737394332886, 0.06345734745264053, 0.07290148735046387, 0.014647571370005608, -0.02876886911690235, 0.06488830596208572, -0.05951649695634842, 0.08369994908571243, 0.08571971952915192, 0.0021665922831743956, -0.1651092916727066, 0.2010130137205124, 0.05013458803296089, -0.050742536783218384, 0.023351874202489853, -0.027981063351035118, -0.08076297491788864, -0.07044152915477753, -0.08116769790649414, 0.2721419036388397, -0.05125259980559349, -0.07294799387454987, 0.05119994655251503, -0.043938182294368744, -0.043649204075336456, 0.057776179164648056, 0.023085301741957664, 0.12344203144311905, -0.032364316284656525, -0.03470318391919136, -0.040626101195812225, -0.08527178317308426, -0.0871129035949707, 0.10465734452009201, -0.08382750302553177, -0.18831917643547058, -0.07461456209421158, 0.1200055480003357, -0.061305854469537735, -0.052463266998529434, -0.09699894487857819, 0.0301072895526886, -0.16924762725830078, -0.015427355654537678, -0.005114437080919743, -0.018434684723615646, 0.026569658890366554, 0.009422381408512592, 0.05231510475277901, -0.0527600534260273, -0.08430661261081696, 0.09732776135206223, 0.042578812688589096, -0.00026642423472367227, -0.11661410331726074, -0.06784842163324356, 0.012810945510864258, 0.010205055586993694, 0.10398732125759125, 0.09362155199050903, 0.04512660950422287, 0.099253810942173, -0.059160273522138596, -0.08920407295227051, 0.10331012308597565, 0.07428938150405884, 0.12433107197284698, 0.1406710147857666, -0.08230408281087875, 0.06935397535562515, -0.06963123381137848, 0.04511259123682976, -0.02608083188533783, -0.06558259576559067, -0.013046793639659882, -0.14454637467861176, -0.10270941257476807, 0.0008767779218032956, -0.05678679794073105, 0.2230195254087448, 0.12604279816150665, 0.01546610426157713, 0.07953353226184845, 0.033257462084293365, 0.06339488178491592, -0.07994245737791061, 0.010280757211148739, -0.11478603631258011, 0.0806717723608017, 0.019943680614233017, 0.0351981483399868, -0.017175858840346336, 0.32195281982421875, -0.030255122110247612, -0.14569947123527527, -0.048692308366298676, 0.003773370059207082, -0.05923638865351677, 0.0037913459818810225, 0.29634976387023926, 0.08119463920593262, -0.052910659462213516, -0.10706969350576401, 0.12887927889823914, 0.01372777484357357, 0.11707787215709686, 0.1447315365076065, 0.07012412697076797, -0.1322622448205948, -0.03896614909172058, 0.0640053004026413, -0.09729427844285965, 0.07938607037067413, -0.09130221605300903, 0.027399733662605286, 0.010215223766863346, 0.08004271984100342, -0.08258576691150665, -0.052823521196842194, -0.05960092321038246, 0.024132460355758667, -0.0031121186912059784, -0.07735296338796616, -0.054703522473573685, -0.03454277291893959, -0.03199654445052147, 0.0012730775633826852, 0.019098099321126938, -0.06676384061574936, 0.007588841486722231, 0.1426496058702469, 0.061392996460199356, -0.0160549134016037, 0.02326241508126259, -0.03500694781541824, 0.03705925494432449, 0.0508744902908802, -0.005879544652998447, -0.10001455247402191, 0.028996262699365616, -0.06845632940530777, -0.03196413442492485, 0.03472011536359787, -0.018173698335886, 0.00559812830761075, 0.06615613400936127, -0.03338852897286415, -0.09168582409620285, -0.052995361387729645, -0.07359530031681061, 0.06500526517629623, -0.11826712638139725, 0.08948186784982681, 0.03667251020669937, 0.027515728026628494, 0.02215149812400341, 0.006526048760861158, 0.04506691172719002, 0.07094063609838486, -0.01957276463508606, 0.014318815432488918, -0.007036983966827393, 0.12258025258779526, -0.027602102607488632, -0.05712154880166054, -0.05173463001847267, 0.13192322850227356, 0.20826511085033417, -0.06786613166332245, 0.004320208448916674, -0.014376277104020119, 0.03979801386594772, 0.015416459180414677, 0.17235520482063293, 0.01618681102991104, 0.14796462655067444, 0.018089383840560913, -0.0399751141667366, -0.045407719910144806, -0.03694372624158859, -0.03717992827296257, 0.06094573810696602, 0.05996790900826454, -0.04779968410730362, -0.09389893710613251, 0.15159425139427185, -0.11443547159433365, 0.05411256477236748, 0.12669339776039124, -0.0944061428308487, -0.0961509570479393, -0.013065220788121223, -0.029494447633624077, -0.022583013400435448, 0.005458748899400234, -0.08745728433132172, 0.0026283550541847944, -0.022556576877832413, -0.035529252141714096, -0.26128873229026794, -0.10599946975708008, 0.030278412625193596, 0.056324392557144165, 0.035176392644643784, -0.018031826242804527, 0.11427012830972672, -0.007806698326021433, 0.10360433161258698, -0.05691787227988243, 0.02656802535057068, -0.00683556217700243, 0.08865083754062653, -0.055749960243701935, -0.013987175188958645, -0.061067502945661545, -0.1369737982749939, 0.06461107730865479, -0.03778594732284546, -0.05859220027923584, 0.14155611395835876, -0.040178000926971436, -0.036151714622974396, 0.03196955472230911, -0.06954558938741684, 0.1185569241642952, -0.02420821785926819, 0.01485050655901432, 0.03395668789744377, -0.002080911537632346, 0.10319120436906815, 0.06335682421922684, -0.02792307920753956, -0.11172942072153091, -0.01814013533294201, -0.0944543331861496, 0.09969017654657364, 0.011461089365184307, -0.08539219945669174, 0.0834757536649704, -0.13959182798862457, 0.04888065531849861, -0.017314370721578598, 0.027244528755545616, 0.08296245336532593, 0.047043327242136, -0.031423572450876236, 0.08210345357656479, 0.011909740045666695, 0.008688927628099918, -0.03455720841884613, -0.05572393909096718 ]
9ae784d84163e9e45b5c8c54690f9c8f4db80179
# Dataset Card for "pubmed-abstract-matching" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
karukas/pubmed-abstract-matching
[ "region:us" ]
2023-02-09T21:18:08+00:00
{"dataset_info": {"features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2237510856, "num_examples": 119924}, {"name": "validation", "num_bytes": 126574623, "num_examples": 6633}, {"name": "test", "num_bytes": 126357120, "num_examples": 6658}], "download_size": 1156008015, "dataset_size": 2490442599}}
2023-02-09T21:18:46+00:00
[]
[]
TAGS #region-us
# Dataset Card for "pubmed-abstract-matching" More Information needed
[ "# Dataset Card for \"pubmed-abstract-matching\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"pubmed-abstract-matching\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"pubmed-abstract-matching\"\n\nMore Information needed" ]
[ -0.10500891506671906, 0.19123347103595734, -0.004172306042164564, -0.01861192099750042, 0.06472045183181763, 0.0951751172542572, 0.10802683234214783, 0.11913794279098511, 0.07195062190294266, -0.005139577202498913, 0.08661923557519913, -0.03165033459663391, 0.09415100514888763, 0.17934872210025787, -0.1140434667468071, -0.10000381618738174, 0.05220211669802666, 0.08934979140758514, -0.04394855722784996, 0.028834445402026176, 0.05599828436970711, -0.020647365599870682, 0.07448912411928177, -0.09310979396104813, -0.18529731035232544, 0.09832250326871872, -0.052419859915971756, -0.048824574798345566, 0.05693478882312775, -0.038235876709222794, 0.1420953869819641, 0.010361148975789547, -0.02286587283015251, -0.2045641541481018, 0.01747772842645645, -0.035461656749248505, -0.06111306697130203, 0.042620524764060974, 0.12689808011054993, -0.22786802053451538, -0.05080645903944969, 0.027196049690246582, 0.01843957230448723, -0.007367780897766352, -0.12315021455287933, -0.20187747478485107, -0.056919146329164505, -0.094066321849823, 0.02902008406817913, -0.1079801544547081, 0.03405224159359932, 0.10484514385461807, -0.07793822884559631, 0.03741668164730072, 0.03588187322020531, -0.07443277537822723, 0.03220495954155922, 0.21016350388526917, -0.04693374037742615, 0.058587126433849335, 0.00923872645944357, 0.04310665279626846, 0.06024690344929695, 0.03749467059969902, -0.067536860704422, -0.020460840314626694, -0.22717814147472382, 0.15116658806800842, -0.04792241379618645, -0.029949886724352837, 0.3200504183769226, -0.03329966962337494, 0.08077375590801239, -0.07458601891994476, -0.06313635408878326, -0.004059986677020788, 0.043684035539627075, -0.008557726629078388, 0.04079919680953026, 0.027613628655672073, -0.005690306890755892, 0.037901077419519424, -0.03969297185540199, -0.08768655359745026, -0.18631836771965027, 0.044961441308259964, -0.010770868510007858, 0.14231380820274353, -0.19356749951839447, -0.022465886548161507, -0.1434200406074524, -0.03763961419463158, 0.005606907419860363, -0.12718689441680908, -0.04972480610013008, -0.022273939102888107, -0.1194746345281601, -0.08182226121425629, 0.13747133314609528, 0.12608782947063446, 0.052070073783397675, 0.058417920023202896, -0.05398908630013466, 0.06083939969539642, 0.18324609100818634, -0.023560408502817154, -0.04071728140115738, 0.054093681275844574, -0.10108931362628937, -0.1166001483798027, -0.05519329756498337, -0.04326476901769638, -0.12719041109085083, 0.021424731239676476, -0.03320140391588211, 0.08403849601745605, -0.03490348160266876, -0.10521083325147629, -0.11701598763465881, -0.05286935344338417, 0.05711439624428749, -0.09575416147708893, 0.039491619914770126, -0.04457259923219681, -0.07068739086389542, -0.09742159396409988, -0.13064047694206238, -0.007053751964122057, -0.001063669566065073, 0.06363426148891449, -0.022534893825650215, -0.0009310070890933275, -0.045876625925302505, -0.08210387825965881, 0.03642279654741287, -0.20108309388160706, 0.054872166365385056, -0.06894288212060928, -0.1513698548078537, 0.04440272971987724, 0.06991226971149445, -0.07017427682876587, 0.213348388671875, -0.07775264233350754, 0.11862684041261673, -0.010703668929636478, -0.02698206715285778, 0.08112478256225586, -0.058849651366472244, -0.012718568556010723, 0.031303416937589645, 0.12404115498065948, -0.177545428276062, 0.07499198615550995, -0.15391232073307037, 0.0324089452624321, 0.01867913454771042, 0.07311852276325226, -0.07392625510692596, -0.09441090375185013, -0.06611456722021103, 0.013892858289182186, -0.13614441454410553, 0.03232477977871895, 0.019974125549197197, 0.05681311711668968, -0.14711353182792664, -0.05774661898612976, 0.20004446804523468, -0.0986018180847168, -0.1443246304988861, 0.006608926225453615, -0.06440515071153641, -0.03687479719519615, -0.027070270851254463, 0.3699619770050049, -0.012621252797544003, 0.02284889668226242, 0.022705715149641037, 0.1604897677898407, -0.14215436577796936, -0.14311103522777557, 0.05466849356889725, -0.02630647085607052, -0.09855944663286209, 0.041182756423950195, 0.13704541325569153, -0.00398982223123312, -0.0719774067401886, -0.07470113039016724, -0.007469420786947012, -0.09114021807909012, 0.0641065463423729, -0.007322711870074272, 0.018178556114435196, -0.05145246535539627, 0.1427210420370102, 0.07692179828882217, 0.030832303687930107, -0.011347068473696709, -0.06359394639730453, 0.008794385939836502, 0.14272090792655945, -0.1625247448682785, -0.018095510080456734, -0.20242062211036682, -0.11229250580072403, 0.022112440317869186, 0.06991979479789734, 0.043392859399318695, 0.020176652818918228, 0.07448628544807434, 0.0032385506201535463, -0.02361392229795456, 0.01327819935977459, 0.17167706787586212, 0.007490988355129957, 0.006099979393184185, 0.01705063134431839, 0.03603852912783623, -0.10502384603023529, -0.026969173923134804, -0.015969790518283844, -0.059345707297325134, -0.019870532676577568, 0.09150325506925583, -0.008476532064378262, 0.04029502719640732, 0.08485820889472961, 0.04869832843542099, -0.026493337005376816, -0.02935425378382206, 0.057393815368413925, -0.06932134926319122, -0.05734074115753174, 0.09339750558137894, -0.04907112568616867, 0.22358351945877075, 0.14432911574840546, -0.1093452125787735, 0.0475081168115139, -0.11349326372146606, 0.014913015998899937, 0.0011342753423377872, -0.05103898048400879, 0.041279684752225876, -0.04240647703409195, -0.06003065034747124, 0.10074092447757721, -0.13924157619476318, 0.012706332840025425, 0.022742819041013718, -0.04406345635652542, -0.16031362116336823, 0.08180476725101471, 0.08626538515090942, -0.1915576159954071, 0.20632171630859375, 0.15010438859462738, 0.17054153978824615, 0.08780362457036972, -0.04297509044408798, -0.07236294448375702, -0.006373894400894642, -0.031011609360575676, -0.06311279535293579, 0.13390980660915375, 0.0982775017619133, 0.014947176910936832, 0.13433396816253662, 0.051043856889009476, 0.13951930403709412, -0.1349373757839203, -0.03474200889468193, -0.002736832480877638, -0.03743753209710121, -0.143288254737854, 0.041076913475990295, 0.029802557080984116, 0.08588406443595886, -0.012292790226638317, -0.05029469355940819, 0.08528982102870941, -0.014773883856832981, -0.07163281738758087, 0.07870715111494064, -0.20233306288719177, -0.24801164865493774, -0.10210413485765457, -0.1240367442369461, -0.03511124476790428, 0.09396464377641678, -0.015069584362208843, -0.055491019040346146, -0.013079928234219551, 0.03365398570895195, -0.09290067106485367, -0.2648344933986664, -0.04648980498313904, -0.18173563480377197, 0.027268994599580765, -0.04908845201134682, -0.14706382155418396, 0.008355148136615753, -0.03717341274023056, 0.1725909411907196, 0.19911588728427887, -0.14507462084293365, 0.11591313034296036, 0.05667496845126152, -0.08069100230932236, 0.07029183208942413, -0.07881032675504684, 0.04582567885518074, -0.0057734232395887375, -0.08274796605110168, 0.04396755248308182, 0.0018445808673277497, 0.04594939202070236, 0.020013991743326187, -0.001389330835081637, -0.15437346696853638, -0.03745546564459801, -0.0684836283326149, -0.1371336579322815, -0.18813475966453552, -0.1648823320865631, -0.026257051154971123, 0.02869873121380806, 0.10570257902145386, 0.04297257959842682, -0.08540062606334686, 0.0831211656332016, 0.07737033814191818, -0.057003457099199295, -0.10834802687168121, -0.01716872677206993, -0.04488937184214592, 0.018836773931980133, 0.04899424687027931, -0.07013064622879028, -0.061433758586645126, 0.12665806710720062, 0.1453951746225357, 0.2205420583486557, 0.09963149577379227, 0.011663428507745266, 0.027226096019148827, 0.04915459081530571, 0.1449066698551178, 0.0964813232421875, 0.051451921463012695, 0.052708931267261505, -0.012068141251802444, 0.012973182834684849, -0.01096927747130394, 0.06520675122737885, 0.08866991847753525, -0.1547071784734726, 0.02584240399301052, -0.21394111216068268, 0.03563470020890236, -0.07154978066682816, 0.10476315766572952, -0.2947363555431366, 0.10296107828617096, 0.018063105642795563, 0.12087786942720413, -0.10703795403242111, 0.024806765839457512, 0.053875911980867386, -0.019677970558404922, 0.10342521965503693, -0.01061171106994152, 0.10387656092643738, -0.01356673613190651, -0.04090467095375061, -0.1268254965543747, -0.06691400706768036, 0.012521209195256233, 0.14253632724285126, -0.20529264211654663, 0.22116681933403015, 0.05691591277718544, -0.08508136123418808, -0.07342959195375443, -0.021294767037034035, -0.006032048724591732, -0.06551437824964523, 0.07474984973669052, 0.03488966450095177, -0.2258308082818985, -0.16175051033496857, -0.029947394505143166, 0.046067461371421814, 0.19740347564220428, -0.024241920560598373, -0.07161814719438553, 0.07374384999275208, -0.0301448255777359, -0.031025148928165436, -0.14626654982566833, 0.029839137569069862, -0.11738381534814835, -0.05086925998330116, 0.005504758097231388, -0.08043988049030304, 0.06101363152265549, 0.04195740446448326, -0.214416041970253, 0.05763227120041847, 0.053200606256723404, -0.04928380995988846, -0.08744284510612488, 0.01517520472407341, 0.10712441056966782, 0.05058501660823822, -0.003295747097581625, 0.0003576432936824858, 0.055129967629909515, -0.06580576300621033, -0.2601710855960846, 0.08127579838037491, -0.06898801028728485, 0.12579268217086792, -0.12127310782670975, 0.10689064860343933, 0.027102259919047356, 0.03798691928386688, 0.0015696308109909296, 0.08836473524570465, -0.12352178990840912, 0.010392464697360992, 0.2084808647632599, 0.02425348572432995, 0.17750342190265656, 0.26103082299232483, -0.04225713759660721, 0.045396801084280014, 0.04887140169739723, 0.032602038234472275, 0.1103755310177803, 0.1329030990600586, -0.05932217463850975, 0.14662277698516846, 0.13955622911453247, -0.07122444361448288, -0.21358345448970795, 0.03374868631362915, -0.15479670464992523, 0.04656052216887474, 0.026174569502472878, -0.23201347887516022, 0.06572145223617554, 0.07867182046175003, -0.00044757319847121835, 0.19738847017288208, -0.08196572959423065, -0.02532348409295082, 0.19235765933990479, 0.012390307150781155, 0.2678007483482361, -0.03552287444472313, -0.1115216538310051, -0.07609962671995163, -0.043063752353191376, 0.19957540929317474, 0.032067570835351944, 0.05392173305153847, -0.05590459331870079, 0.034825053066015244, 0.0015865240711718798, -0.011178716085851192, 0.1752317100763321, 0.06735877692699432, 0.11963584274053574, -0.013703715987503529, 0.04454288259148598, 0.11196820437908173, -0.049242354929447174, 0.07483020424842834, -0.0025002965703606606, 0.06859664618968964, -0.11469434946775436, -0.015202496200799942, 0.04823017120361328, 0.021446051076054573, 0.12462200224399567, -0.07203269749879837, -0.12607555091381073, -0.06296385079622269, -0.082954540848732, -0.020300976932048798, 0.03645661100745201, -0.039195720106363297, 0.08034293353557587, 0.062379397451877594, 0.0309732798486948, -0.11755601316690445, 0.030528532341122627, -0.08710729330778122, -0.0953737422823906, 0.09820031374692917, -0.12300216406583786, 0.04399215802550316, 0.1611911505460739, -0.023895608261227608, 0.03927222639322281, 0.09661459177732468, 0.010204554535448551, -0.02467663213610649, 0.15113873779773712, -0.07187516987323761, -0.04155874252319336, 0.022795923054218292, -0.14468275010585785, 0.039406947791576385, -0.004389302339404821, 0.008966254070401192, 0.12089791893959045, -0.05971470847725868, -0.011086884886026382, 0.03042175993323326, -0.04905080795288086, 0.08045585453510284, 0.06449352204799652, 0.03539809584617615, -0.15501058101654053, 0.22478607296943665, 0.0004125103878322989, -0.16015088558197021, 0.03519696369767189, -0.09630001336336136, -0.10410617291927338, -0.03259536623954773, 0.024522369727492332, 0.2902325689792633, -0.035033296793699265, -0.16863307356834412, -0.04750871658325195, -0.06567154079675674, 0.06047152727842331, 0.14812755584716797, 0.11950086802244186, 0.08025673031806946, 0.07017749547958374, -0.039942558854818344, -0.01689234934747219, -0.047376420348882675, -0.037938326597213745, 0.0966130793094635, -0.013116552494466305, -0.15871794521808624, -0.06499658524990082, 0.1227618083357811, -0.053453754633665085, -0.11055785417556763, -0.08109401166439056, 0.07071878015995026, -0.12580087780952454, 0.03867916390299797, -0.0008565125754103065, -0.016029901802539825, 0.05057515203952789, 0.059088241308927536, -0.032099902629852295, -0.036872345954179764, -0.09422767907381058, 0.09864680469036102, -0.027492940425872803, 0.053663067519664764, -0.08183253556489944, -0.04964928328990936, 0.04815124347805977, 0.015336057171225548, 0.027460679411888123, 0.15343834459781647, -0.038178253918886185, 0.012067570351064205, -0.16160327196121216, -0.23540635406970978, 0.07795892655849457, 0.08357959985733032, 0.011836836114525795, -0.03563936799764633, 0.01926446706056595, 0.1209559440612793, -0.09648609906435013, 0.0659649521112442, 0.057463470846414566, -0.05557122826576233, -0.016607802361249924, -0.20238877832889557, -0.0625467523932457, -0.021606795489788055, -0.05208234116435051, 0.16397449374198914, 0.13851392269134521, 0.0002072104107355699, 0.034643515944480896, -0.01440991647541523, -0.03958267346024513, -0.03532301262021065, -0.020176714286208153, -0.16218379139900208, 0.05166391655802727, 0.01694331131875515, 0.029870040714740753, -0.019879624247550964, 0.5624547600746155, 0.03824789822101593, -0.08073130249977112, -0.03263620659708977, 0.22878935933113098, -0.04778425395488739, 0.03505107760429382, 0.2703179121017456, 0.08447213470935822, -0.06032516062259674, -0.06096562370657921, 0.16303296387195587, 0.014973200857639313, 0.18802376091480255, -0.01606244593858719, 0.14832963049411774, 0.018433475866913795, 0.03386009484529495, -0.007708914112299681, -0.07578437030315399, 0.1010146290063858, 0.05958866700530052, 0.07567405700683594, 0.05639795958995819, 0.12657251954078674, -0.025667622685432434, 0.02220708504319191, -0.0918145701289177, 0.10045455396175385, -0.024891747161746025, -0.05564793199300766, -0.07112471759319305, -0.10507979989051819, -0.0897546336054802, -0.09340124577283859, 0.04040640965104103, -0.051735639572143555, -0.029074762016534805, 0.305457204580307, 0.03867384418845177, 0.02963070385158062, -0.03391839563846588, -0.14831259846687317, -0.00551534304395318, -0.02338508889079094, -0.058460794389247894, -0.018719390034675598, 0.020546721294522285, -0.15170030295848846, 0.0843203142285347, -0.020933950319886208, 0.013310863636434078, -0.04322051256895065, 0.1366531103849411, -0.013392389751970768, -0.18681450188159943, -0.038673240691423416, -0.04107542708516121, 0.019186222925782204, -0.14552666246891022, 0.00888826698064804, 0.060894034802913666, 0.031011458486318588, 0.09642809629440308, 0.14550890028476715, 0.007944588549435139, 0.0010734230745583773, -0.0429038368165493, 0.07606366276741028, -0.04369021952152252, 0.11755423247814178, 0.04771960899233818, -0.07643331587314606, -0.09227096289396286, 0.11914259195327759, 0.33015304803848267, -0.027086403220891953, -0.053449276834726334, 0.02489100769162178, 0.041938040405511856, 0.07397215068340302, 0.04407130554318428, 0.03209178149700165, 0.07665602117776871, -0.05055665224790573, -0.10091758519411087, -0.029677970334887505, -0.0044051287695765495, -0.018876412883400917, 0.087367944419384, 0.08965983986854553, -0.08754658699035645, -0.045763615518808365, 0.11806131154298782, -0.1341649740934372, 0.20129050314426422, 0.08794862776994705, -0.09487171471118927, -0.10541929304599762, -0.016171080991625786, 0.00405171699821949, -0.05091860145330429, 0.01917448453605175, -0.0849885493516922, -0.012522423639893532, -0.09481220692396164, 0.01246974989771843, -0.3021523952484131, -0.10899140685796738, -0.03571269288659096, -0.07486117631196976, -0.0055323755368590355, 0.01970374956727028, 0.12139956653118134, 0.014286729507148266, 0.06618274003267288, 0.029322108253836632, 0.08129427582025528, -0.022376786917448044, 0.1323440819978714, 0.03157409653067589, 0.053981147706508636, -0.04358470067381859, -0.0043188538402318954, 0.05292782187461853, -0.03744565695524216, -0.0013800880406051874, 0.015393069945275784, -0.08027143776416779, -0.012529515661299229, -0.04847589507699013, -0.05934055149555206, 0.08486650139093399, 0.0062359170988202095, 0.03662661463022232, 0.06453245133161545, -0.02666093222796917, 0.10610111802816391, 0.03370111808180809, -0.12568916380405426, -0.00005639421578962356, 0.022168565541505814, -0.13089893758296967, 0.19653652608394623, -0.024142855778336525, -0.2039705216884613, 0.0416925847530365, -0.10139528661966324, 0.011779987253248692, 0.03356233611702919, 0.08701541274785995, 0.12091745436191559, 0.07620382308959961, -0.0777103453874588, -0.07294195890426636, 0.11249126493930817, -0.004565581679344177, 0.02343442291021347, -0.0704892948269844 ]
7dbfdf54ffb75f10401e10c87319db5bad444415
# Dataset Card for "stormfront-small-textonly" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
kastan/stormfront-small-textonly
[ "region:us" ]
2023-02-10T00:48:19+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8544511, "num_examples": 10000}, {"name": "test", "num_bytes": 352602, "num_examples": 791}], "download_size": 5539239, "dataset_size": 8897113}}
2023-02-10T00:48:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "stormfront-small-textonly" More Information needed
[ "# Dataset Card for \"stormfront-small-textonly\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"stormfront-small-textonly\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"stormfront-small-textonly\"\n\nMore Information needed" ]
[ -0.14171673357486725, 0.05196130648255348, -0.0027655758894979954, 0.09377066791057587, 0.0912359207868576, 0.08458776772022247, 0.14147914946079254, 0.029227305203676224, 0.16158640384674072, -0.030288564041256905, 0.11508038640022278, -0.050289761275053024, 0.019449733197689056, 0.245651513338089, -0.06216270476579666, -0.179892435669899, 0.0017296579899266362, 0.030637431889772415, -0.07265868037939072, 0.046626295894384384, 0.08615883439779282, -0.11577942967414856, 0.03476887196302414, -0.13673141598701477, -0.1232047826051712, 0.057471007108688354, -0.031068546697497368, -0.05486002564430237, 0.0581539161503315, -0.06588936597108841, 0.10804722458124161, 0.0061058285646140575, 0.016242600977420807, -0.011380020529031754, 0.05286754295229912, -0.0448819063603878, -0.046878259629011154, 0.027742929756641388, 0.08607412129640579, -0.11687536537647247, -0.08410993218421936, -0.026283932849764824, 0.019007502123713493, -0.001194655429571867, -0.04841892793774605, -0.16554312407970428, -0.09356540441513062, 0.050222717225551605, 0.06194138154387474, 0.023180274292826653, 0.08665730059146881, 0.07024718821048737, -0.07699105143547058, 0.02696758322417736, 0.05522763356566429, 0.05878542736172676, -0.021446341648697853, 0.12402576953172684, -0.06885692477226257, 0.08431293070316315, -0.0271872840821743, 0.05252842605113983, 0.06748957186937332, -0.012955955229699612, -0.045412611216306686, 0.014468664303421974, -0.21090155839920044, 0.096115842461586, -0.02106930874288082, -0.07452703267335892, 0.33285439014434814, -0.028017187491059303, -0.0035684031900018454, -0.06708031892776489, 0.026514677330851555, 0.034008417278528214, -0.05366526544094086, 0.08609041571617126, -0.005753044970333576, 0.013937574811279774, 0.04964948445558548, -0.024957165122032166, -0.13302487134933472, -0.11073336005210876, -0.14308872818946838, 0.14476247131824493, -0.08309846371412277, 0.15155109763145447, -0.2505984604358673, -0.0389602966606617, 0.007196673192083836, -0.05043754726648331, 0.0027134313713759184, -0.1033872738480568, 0.0504264272749424, -0.0031997011974453926, -0.034063078463077545, 0.03574204072356224, 0.11959671974182129, 0.08048524707555771, 0.05195620283484459, -0.018632061779499054, 0.02010168507695198, 0.07212449610233307, 0.15459004044532776, -0.1672556847333908, 0.09280908852815628, -0.05126231163740158, 0.009818334132432938, -0.14754249155521393, 0.07079561054706573, -0.1002151221036911, -0.12336587905883789, 0.006546212360262871, -0.22099898755550385, 0.11381838470697403, 0.017594601958990097, -0.14342795312404633, -0.05023927614092827, -0.08273996412754059, 0.2502998113632202, -0.09561436623334885, 0.020712129771709442, 0.047147538512945175, -0.032911740243434906, -0.003615322755649686, -0.11885382980108261, -0.034783992916345596, 0.08307597041130066, 0.012594964355230331, -0.013718489557504654, -0.035615094006061554, -0.03394565358757973, -0.012131898663938046, 0.09130344539880753, -0.1079440712928772, 0.07038729637861252, -0.13286882638931274, -0.31722089648246765, 0.08647536486387253, 0.0005801892839372158, -0.050486840307712555, 0.00035701331216841936, 0.039372194558382034, 0.04976709187030792, 0.07593941688537598, -0.04033733159303665, 0.11070530116558075, -0.0763799250125885, -0.009186845272779465, -0.0661928579211235, 0.11174482852220535, -0.2513720393180847, -0.016752151772379875, -0.09180987626314163, -0.06526249647140503, -0.028409965336322784, 0.013741950504481792, -0.08911047130823135, 0.0804590955376625, -0.07675368338823318, 0.02087160013616085, -0.11519121378660202, 0.05278361588716507, -0.051561448723077774, 0.1712123304605484, -0.27816522121429443, -0.04570600017905235, 0.10648149996995926, -0.15842367708683014, -0.13269810378551483, 0.004716739058494568, -0.04402608796954155, 0.05800667777657509, 0.039075836539268494, 0.2294340431690216, 0.08391643315553665, 0.08718046545982361, 0.013553484342992306, 0.21286477148532867, -0.16874438524246216, -0.2780334949493408, 0.07361191511154175, -0.0296120997518301, -0.2010013461112976, 0.0017110862536355853, 0.18894101679325104, -0.024486582726240158, -0.06441212445497513, -0.03536243736743927, -0.003896829206496477, -0.09998911619186401, 0.04111022874712944, 0.01496377307921648, 0.01662139594554901, -0.05300385504961014, 0.12757821381092072, 0.019588923081755638, 0.085627980530262, 0.013343675062060356, -0.019541854038834572, -0.006042086984962225, 0.033919159322977066, -0.05301426723599434, -0.029803872108459473, -0.12615199387073517, -0.11353461444377899, 0.012193817645311356, 0.043367791920900345, -0.018145544454455376, 0.047703735530376434, 0.11467024683952332, -0.07183155417442322, -0.008630461059510708, 0.10347818583250046, 0.1483769416809082, 0.012225667014718056, -0.05024917423725128, -0.05429306626319885, 0.0023183098528534174, -0.0985616147518158, 0.013695594854652882, -0.10706689208745956, -0.024041948840022087, 0.1986221820116043, -0.03401149809360504, 0.0003358526446390897, -0.014328361488878727, 0.0776451900601387, -0.08564156293869019, -0.0041668349876999855, -0.03373029828071594, 0.03288281336426735, 0.004900817293673754, -0.057091910392045975, 0.10125353187322617, -0.041444726288318634, 0.05701432377099991, 0.08187920600175858, 0.11169137805700302, 0.052923258394002914, -0.07763759046792984, 0.0006234830943867564, -0.006107494700700045, -0.08615154772996902, 0.041817594319581985, -0.12489070743322372, -0.06530536711215973, 0.03618715703487396, -0.03438226506114006, 0.03200981393456459, 0.026062136515975, 0.016501182690262794, -0.05871860682964325, 0.08099508285522461, 0.05090105161070824, -0.12482654303312302, 0.08460696786642075, 0.1723593771457672, 0.11358925700187683, 0.16270564496517181, -0.027950318530201912, -0.06482178717851639, 0.07899563759565353, -0.13524024188518524, -0.02174479328095913, 0.17969109117984772, 0.027072861790657043, 0.06238643825054169, 0.14072184264659882, 0.011142868548631668, 0.07631967961788177, -0.04000357165932655, -0.0919959768652916, 0.035959646105766296, 0.008299590088427067, -0.14500947296619415, 0.05943427234888077, 0.00015157461166381836, 0.08925049751996994, -0.02865302935242653, -0.05035221949219704, 0.15377087891101837, -0.01506101991981268, -0.03083460032939911, 0.11403384804725647, -0.1141752079129219, -0.31308528780937195, -0.0733276829123497, -0.03787858784198761, 0.04274546727538109, 0.022856270894408226, 0.015462883748114109, -0.10896674543619156, -0.04291681572794914, -0.05451855808496475, -0.040512535721063614, -0.12602148950099945, -0.001578612602315843, 0.06555180996656418, -0.014904915355145931, -0.08522263914346695, -0.11784836649894714, 0.050203822553157806, -0.0169396810233593, 0.0447646863758564, 0.1401079148054123, -0.07647634297609329, 0.09157544374465942, 0.13095805048942566, -0.006301815155893564, 0.08646956831216812, -0.026710418984293938, 0.007251278962939978, -0.04248179495334625, 0.02385375089943409, 0.15976591408252716, -0.011942308396100998, -0.010919757187366486, 0.04553477466106415, 0.10176858305931091, -0.11830369383096695, -0.017394600436091423, -0.03752591833472252, -0.18798701465129852, -0.2386309653520584, -0.16365545988082886, -0.05509895458817482, 0.1448104828596115, 0.06844943761825562, 0.10265692323446274, -0.057782016694545746, 0.09559289366006851, 0.06389026343822479, -0.09496568888425827, -0.1033889651298523, 0.003464972134679556, -0.09634698927402496, 0.04871750995516777, -0.008288608863949776, -0.17306627333164215, 0.05172405391931534, 0.20668113231658936, 0.09948873519897461, 0.12738190591335297, 0.06558208912611008, 0.18160197138786316, -0.03650065138936043, 0.02247251383960247, 0.13859263062477112, 0.18860702216625214, 0.09637904167175293, -0.026885148137807846, 0.0209856815636158, 0.03879648074507713, 0.008988426066935062, -0.07893937081098557, 0.014233982190489769, -0.05752493441104889, -0.013931486755609512, -0.04975220933556557, -0.009294918738305569, 0.009377200156450272, 0.06959860771894455, -0.19280752539634705, -0.010694027878344059, 0.03630199655890465, 0.08709769695997238, -0.10370764136314392, 0.08482354879379272, 0.1519133299589157, -0.013173899613320827, 0.10993005335330963, 0.00981552992016077, 0.062369707971811295, -0.043154291808605194, -0.020742280408740044, -0.049123384058475494, -0.07671023905277252, -0.004528309218585491, 0.1277698427438736, -0.0370330885052681, 0.13073383271694183, 0.011366971768438816, -0.021716756746172905, -0.1333908885717392, -0.0727367252111435, -0.011310040950775146, 0.038543544709682465, 0.12405011057853699, 0.023145435377955437, -0.11603957414627075, -0.05236749351024628, -0.16634204983711243, 0.004162691067904234, 0.09674762934446335, -0.133459210395813, -0.11446446925401688, 0.05657714232802391, 0.0034150322899222374, -0.011182231828570366, -0.261394202709198, -0.07075901329517365, -0.1718638688325882, -0.021978091448545456, 0.10821609199047089, -0.1776413470506668, -0.019467253237962723, -0.01296545285731554, -0.07236047089099884, 0.007181893102824688, 0.019526520743966103, -0.051631223410367966, -0.13975244760513306, -0.05293000489473343, 0.1245025172829628, 0.026471203193068504, 0.047666970640420914, 0.05436072498559952, 0.10777555406093597, -0.04652455821633339, -0.17294245958328247, 0.05781053751707077, -0.1692938357591629, 0.07682305574417114, -0.05158035829663277, 0.0695175975561142, 0.03819595277309418, 0.014587990008294582, 0.011668263003230095, 0.01197984628379345, -0.06462354212999344, -0.06590443104505539, 0.07822505384683609, -0.08076511323451996, 0.08099386096000671, 0.2122580111026764, 0.14814633131027222, -0.012319694273173809, 0.1651836484670639, -0.0577496737241745, 0.2243846356868744, 0.07178487628698349, -0.08786622434854507, 0.2400854378938675, 0.05717895179986954, -0.0206274576485157, -0.34668394923210144, 0.012237431481480598, -0.14360566437244415, -0.03599780425429344, 0.07536480575799942, -0.17999915778636932, 0.15582285821437836, 0.05834146589040756, -0.061714496463537216, 0.26708000898361206, -0.12504330277442932, 0.034196868538856506, 0.17674078047275543, -0.014886004850268364, 0.33277052640914917, -0.11083793640136719, -0.07931113988161087, -0.11243191361427307, -0.06234040856361389, 0.22409643232822418, -0.18653707206249237, -0.0073142577894032, -0.04687207192182541, 0.03228069841861725, -0.02519853785634041, -0.03636479377746582, 0.18256260454654694, 0.050620075315237045, 0.0813516229391098, -0.08325841277837753, 0.013849116861820221, 0.08204438537359238, -0.045580122619867325, 0.019844532012939453, 0.014154820702970028, 0.0054253782145679, -0.22469425201416016, -0.01948385313153267, 0.06264600157737732, 0.06176889315247536, 0.07354306429624557, -0.0061243618838489056, -0.004170776344835758, -0.06436334550380707, -0.10886218398809433, -0.02137708105146885, 0.13278423249721527, -0.01998833753168583, -0.06290402263402939, 0.031383026391267776, 0.14516866207122803, -0.025034410879015923, -0.03963807597756386, -0.08785310387611389, -0.07674812525510788, 0.06969007849693298, -0.2520892322063446, 0.05871811881661415, -0.019398370757699013, 0.051584694534540176, -0.059267546981573105, 0.05585778132081032, 0.07001781463623047, 0.0207265242934227, 0.14092525839805603, -0.10822680592536926, -0.07186117023229599, 0.00904328003525734, 0.05328232795000076, -0.059596169739961624, 0.11842077970504761, 0.007763149216771126, 0.04334428533911705, -0.011077978648245335, -0.05994638800621033, 0.06653264164924622, -0.0017977788811549544, 0.009598861448466778, 0.10688643157482147, 0.04584776237607002, -0.2054995447397232, 0.2284250557422638, 0.003016649978235364, -0.1469927430152893, 0.009172195568680763, 0.06677963584661484, -0.06979187577962875, -0.12653009593486786, 0.10428676009178162, 0.16755163669586182, -0.05070658400654793, -0.14333872497081757, 0.022525878623127937, -0.09827833622694016, 0.06392756849527359, 0.12944205105304718, 0.04139687120914459, 0.030786557123064995, -0.013755815103650093, -0.002675800584256649, -0.029878443107008934, -0.02954828552901745, 0.04257671907544136, 0.002542734146118164, -0.0022473433054983616, -0.21374469995498657, -0.06867344677448273, 0.14015178382396698, -0.06427638232707977, -0.08369947224855423, -0.021331587806344032, 0.04930723085999489, -0.1636311262845993, 0.12946441769599915, 0.07297354191541672, 0.03771396353840828, -0.002671091351658106, 0.08475498855113983, -0.0074586765840649605, -0.038864441215991974, -0.12382861971855164, 0.14711357653141022, -0.010051188990473747, 0.06495550274848938, -0.014111609198153019, 0.03103826195001602, 0.019707955420017242, 0.04093257337808609, 0.1667323261499405, 0.1432294249534607, -0.02963177114725113, 0.022927673533558846, -0.18138806521892548, -0.1252872496843338, -0.0008153237286023796, 0.034595638513565063, 0.050089944154024124, 0.14380130171775818, -0.01042383536696434, 0.06583942472934723, -0.043972197920084, 0.012186408042907715, -0.10463310033082962, -0.05540181323885918, 0.083253413438797, -0.12419074028730392, -0.05637608841061592, -0.026054972782731056, -0.08643743395805359, 0.12529581785202026, 0.06810194253921509, -0.00961311999708414, 0.05087776109576225, 0.016680225729942322, 0.013596090488135815, -0.04316322132945061, -0.02559255063533783, -0.10535189509391785, -0.20716623961925507, 0.088495634496212, 0.07836877554655075, 0.0019250980112701654, 0.2833110988140106, -0.017351161688566208, -0.15666314959526062, -0.06122126430273056, 0.12437742948532104, 0.007465587928891182, 0.013026920147240162, 0.37051156163215637, 0.04778915271162987, -0.0011394735192880034, 0.005958538968116045, 0.06039869412779808, 0.07208890467882156, 0.16184547543525696, 0.11843496561050415, 0.12190912663936615, -0.01893320120871067, 0.05906335636973381, -0.028450997546315193, -0.04941819608211517, 0.10144680738449097, 0.0067872824147343636, 0.013298836536705494, 0.019158927723765373, 0.03653501346707344, -0.1252567619085312, 0.021790174767374992, 0.013548772782087326, -0.008343540132045746, -0.07348598539829254, -0.03809261694550514, -0.08880965411663055, -0.17996083199977875, -0.03413286432623863, -0.06744737923145294, 0.007321699056774378, -0.06579229980707169, 0.031070958822965622, 0.3211621940135956, 0.08050114661455154, 0.05676087737083435, 0.022479945793747902, -0.07449787110090256, 0.11527189612388611, 0.06005921587347984, -0.05604751780629158, -0.04103272035717964, 0.035251982510089874, -0.09668392688035965, -0.016102325171232224, -0.04871123284101486, -0.03957556188106537, 0.007177641615271568, 0.13818171620368958, 0.03090425580739975, -0.1258837729692459, -0.1282820999622345, -0.04542795941233635, 0.06059775501489639, -0.03027811273932457, 0.12431218475103378, 0.04976550489664078, 0.05671754106879234, 0.05506392940878868, 0.15340556204319, -0.031839001923799515, -0.06464537233114243, 0.039113208651542664, -0.05703426152467728, -0.07947002351284027, 0.07872239500284195, 0.012208894826471806, -0.05218198522925377, -0.04621651768684387, 0.11877130717039108, 0.2340213656425476, -0.05491319298744202, 0.01876303181052208, 0.01491166464984417, 0.039715979248285294, 0.05620323866605759, 0.20284971594810486, -0.03336690738797188, 0.07299391180276871, -0.0418342724442482, -0.08421364426612854, 0.037620238959789276, -0.0021920434664934874, -0.09896578639745712, 0.11140985041856766, -0.020661864429712296, -0.07100841403007507, -0.04603082314133644, 0.16957809031009674, -0.12052983045578003, 0.08577045053243637, 0.052271269261837006, -0.04325356334447861, -0.0654013380408287, -0.006124604493379593, 0.16281312704086304, 0.044167883694171906, 0.006985859014093876, -0.06937877088785172, 0.004356618504971266, -0.07754771411418915, -0.03975941985845566, -0.30674272775650024, -0.08979598432779312, 0.04135306924581528, -0.11705413460731506, 0.15021876990795135, -0.027953507378697395, 0.13339799642562866, 0.017533373087644577, 0.0004766577621921897, -0.15786360204219818, -0.02181067131459713, -0.009608698077499866, 0.06133009493350983, 0.05320751667022705, 0.094589002430439, -0.11454960703849792, -0.1230945885181427, 0.02443571761250496, -0.06254503130912781, -0.061116527765989304, 0.17227336764335632, 0.021890167146921158, 0.013376615010201931, 0.004338625352829695, -0.04516347497701645, 0.10651753842830658, -0.05559362471103668, -0.019881295040249825, -0.07177124172449112, 0.04302801936864853, 0.060857128351926804, 0.012511112727224827, -0.04839562624692917, -0.010321044363081455, 0.01671215333044529, -0.15270772576332092, -0.023087598383426666, 0.056034740060567856, -0.14823731780052185, 0.05319397896528244, -0.13048222661018372, 0.048295050859451294, -0.012378253042697906, 0.02484588325023651, 0.16855469346046448, -0.0004913416341878474, -0.043949972838163376, 0.19126176834106445, 0.0547526553273201, 0.018890220671892166, -0.02182745188474655, -0.07692665606737137 ]
487e912c023414c19256cbae821a3dfa43a14478
# Dataset Card for "instructions-test" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
cahya/instructions-test
[ "region:us" ]
2023-02-10T01:11:36+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16048, "num_examples": 22}], "download_size": 15127, "dataset_size": 16048}}
2023-02-10T01:11:45+00:00
[]
[]
TAGS #region-us
# Dataset Card for "instructions-test" More Information needed
[ "# Dataset Card for \"instructions-test\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"instructions-test\"\n\nMore Information needed" ]
[ 6, 14 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"instructions-test\"\n\nMore Information needed" ]
[ -0.18295156955718994, 0.11936303228139877, -0.0011115286033600569, -0.0063257827423512936, 0.07944926619529724, 0.0951625406742096, 0.16798527538776398, 0.11635539680719376, 0.1555016189813614, 0.008895312435925007, 0.16307950019836426, 0.0011563003063201904, 0.0046341270208358765, 0.17859907448291779, -0.05370389297604561, 0.04484003409743309, 0.032544855028390884, 0.0389142669737339, -0.07085340470075607, 0.11890401691198349, 0.03720223903656006, -0.06849076598882675, 0.07172352820634842, -0.10320302098989487, -0.17857639491558075, 0.05364397168159485, -0.011155709624290466, -0.06236349418759346, 0.12470873445272446, -0.12193024158477783, 0.21214133501052856, -0.007122714072465897, -0.0009877942502498627, -0.18478012084960938, 0.00106035394128412, 0.022747023031115532, -0.011001045815646648, 0.02641375921666622, -0.012331094592809677, -0.0073498017154634, -0.08694829791784286, 0.11250549554824829, 0.039159465581178665, -0.022973136976361275, -0.10960227251052856, -0.19680874049663544, -0.08858909457921982, -0.11485803127288818, 0.03395300358533859, 0.04969494417309761, 0.05667927488684654, 0.19667750597000122, -0.1925317794084549, 0.043454185128211975, 0.07083811610937119, -0.035684000700712204, 0.05998506024479866, 0.2210947722196579, 0.09232685714960098, 0.1258704662322998, -0.020341888070106506, 0.026607349514961243, 0.14905761182308197, -0.0003508208319544792, -0.1239720806479454, -0.034304261207580566, -0.07125820964574814, 0.16212642192840576, -0.06503765285015106, -0.14127995073795319, 0.37878143787384033, -0.036805346608161926, -0.049229055643081665, 0.024123309180140495, -0.019340526312589645, -0.13052387535572052, 0.07911475002765656, 0.001316538662649691, 0.019468916580080986, 0.004050259944051504, 0.0043859053403139114, -0.004215138498693705, -0.11287915706634521, -0.2639993131160736, -0.0939614549279213, 0.057164404541254044, -0.019839508458971977, 0.11124718189239502, -0.19754453003406525, 0.030276276171207428, -0.06298380345106125, -0.019993113353848457, -0.08337930589914322, -0.09395495057106018, -0.07042979449033737, -0.06701469421386719, -0.07182783633470535, 0.004201850388199091, 0.15320301055908203, 0.15673384070396423, 0.08358650654554367, 0.0895993709564209, -0.10204019397497177, 0.0743948444724083, 0.10438239574432373, 0.011508431285619736, 0.09309617429971695, 0.12341632694005966, -0.10807105153799057, -0.0012826435267925262, -0.08430212736129761, -0.073403000831604, -0.055677250027656555, -0.005588443949818611, 0.021875204518437386, 0.14720888435840607, -0.0706123411655426, -0.14026911556720734, -0.08593948930501938, 0.0043459367007017136, 0.030291594564914703, -0.13962490856647491, 0.03668179735541344, 0.06016402319073677, -0.061843544244766235, -0.11808355897665024, -0.055855561047792435, -0.06988750398159027, 0.08112263679504395, -0.03418494388461113, -0.07816541939973831, -0.03264261409640312, -0.12233971804380417, -0.0033560723531991243, 0.0585995614528656, -0.12898153066635132, 0.04793848097324371, -0.0850411057472229, -0.3186238706111908, -0.018668511882424355, 0.036431923508644104, -0.030021926388144493, 0.2337435483932495, -0.0343065969645977, 0.029295384883880615, -0.034110844135284424, -0.029814118519425392, 0.11762646585702896, -0.054774582386016846, 0.12149503082036972, 0.11288701742887497, 0.043254151940345764, -0.05924399569630623, 0.03566505387425423, -0.11250808835029602, 0.037686023861169815, -0.02403464913368225, 0.0013689553597941995, -0.19784259796142578, 0.03167019784450531, -0.06309804320335388, -0.03628568723797798, -0.08917144685983658, 0.0625128448009491, 0.03681829944252968, 0.15988807380199432, -0.22799283266067505, -0.013511723838746548, 0.1512829065322876, -0.14550882577896118, -0.22200311720371246, 0.03716091811656952, -0.05086115375161171, 0.13318876922130585, -0.0065902709029614925, 0.3020802140235901, 0.0708756148815155, -0.1580696851015091, 0.12526626884937286, 0.18772749602794647, -0.10470762103796005, -0.23570780456066132, 0.13607753813266754, -0.07946835458278656, -0.20027677714824677, 0.025699704885482788, 0.07057080417871475, -0.03250642493367195, -0.06277743726968765, -0.03452592343091965, -0.03707141801714897, -0.10839217901229858, 0.11196579784154892, 0.023341335356235504, 0.017051255330443382, -0.10541435331106186, 0.07412239164113998, 0.019518889486789703, 0.12018600851297379, -0.03176584467291832, -0.06161755323410034, -0.062021393328905106, 0.1680646389722824, -0.09444975852966309, -0.06232362613081932, -0.18311507999897003, -0.076423779129982, 0.05163700878620148, 0.05658268555998802, -0.016458658501505852, 0.08127566426992416, 0.10287848860025406, -0.04187370836734772, 0.05909043923020363, 0.035843703895807266, 0.03435597941279411, 0.01939263939857483, -0.03623392805457115, 0.05066048726439476, 0.009068205021321774, -0.10298168659210205, 0.0019074343144893646, -0.19401846826076508, -0.04241165891289711, 0.07764013856649399, -0.03933730348944664, 0.0014869458973407745, 0.0025453504640609026, 0.019591616466641426, 0.014006190933287144, -0.02566673792898655, -0.055263668298721313, -0.011191334575414658, -0.02182622067630291, -0.008957468904554844, -0.0640045627951622, -0.025922635570168495, 0.17085039615631104, 0.08846155554056168, -0.03609902039170265, -0.020466351881623268, -0.09281745553016663, -0.00006589169061044231, -0.020656147971749306, -0.12207029014825821, -0.03239870071411133, -0.08234652876853943, -0.045938462018966675, 0.06035803630948067, -0.10523123294115067, 0.027929633855819702, 0.023779993876814842, -0.04945426061749458, -0.0769123062491417, 0.08240361511707306, 0.13034294545650482, -0.12207698822021484, 0.14641548693180084, 0.15878765285015106, -0.015644624829292297, 0.11988570541143417, -0.1269090324640274, -0.14977043867111206, 0.01811542548239231, 0.09735679626464844, -0.06372330337762833, 0.23213748633861542, -0.1481449455022812, 0.06261879205703735, 0.10668855160474777, 0.07140636444091797, 0.11193511635065079, -0.15642650425434113, -0.10129591077566147, 0.003199715865775943, -0.04056759923696518, -0.20610879361629486, 0.017264550551772118, -0.004257073160260916, 0.05996595695614815, -0.023216329514980316, -0.0638953372836113, 0.1437309831380844, -0.013652984984219074, -0.1208345890045166, 0.17766344547271729, -0.16849273443222046, -0.2157687097787857, -0.13200893998146057, -0.026776477694511414, 0.10443224757909775, 0.03924627974629402, -0.008615362457931042, -0.1668572574853897, 0.002134953858330846, -0.028288966044783592, -0.1500832885503769, -0.11758223921060562, -0.07216593623161316, 0.018575623631477356, 0.07349731773138046, -0.05679628252983093, -0.14953701198101044, 0.013042576611042023, -0.003491441486403346, 0.11281538009643555, 0.1346883922815323, -0.16623294353485107, 0.10354948788881302, 0.13748514652252197, -0.045242827385663986, 0.08707419782876968, -0.04025450721383095, 0.09797364473342896, -0.07187993824481964, -0.08824661374092102, 0.1276230365037918, -0.012585730291903019, -0.017412908375263214, -0.0299967173486948, -0.030801303684711456, -0.17530082166194916, 0.025206686928868294, -0.09859153628349304, -0.16994069516658783, -0.31812888383865356, -0.07436544448137283, -0.053850580006837845, 0.10203971713781357, 0.06570974737405777, 0.0756552591919899, 0.022547433152794838, 0.08617758750915527, 0.19048963487148285, -0.04175347462296486, -0.13511161506175995, -0.05465107038617134, -0.06281115114688873, -0.038937442004680634, -0.021424980834126472, -0.16540150344371796, 0.008667569607496262, 0.1060195341706276, 0.20687223970890045, 0.293749064207077, 0.11202472448348999, 0.16875922679901123, 0.04230259731411934, 0.13945986330509186, 0.07840089499950409, 0.1586425006389618, 0.07381424307823181, -0.032304808497428894, 0.036731649190187454, -0.01687832735478878, -0.15536656975746155, 0.015348686836659908, 0.08341998606920242, -0.1387593001127243, -0.03983891010284424, -0.13673633337020874, 0.022716045379638672, -0.16462747752666473, 0.06957247853279114, -0.2885797917842865, 0.0353851281106472, -0.025557851418852806, 0.1360120177268982, -0.1148744449019432, 0.08582260459661484, 0.1732877492904663, -0.07445194572210312, -0.030124327167868614, -0.009439134038984776, 0.061124563217163086, 0.04199555516242981, -0.009787867777049541, -0.03988834097981453, -0.12103012204170227, -0.02852589450776577, 0.1946570873260498, -0.3057749569416046, 0.2578479051589966, 0.003654358210042119, 0.005103394389152527, -0.12124627828598022, -0.05359486863017082, -0.04731206223368645, -0.0036423727869987488, 0.15610270202159882, -0.032759811729192734, -0.2238711565732956, -0.24191784858703613, 0.00485154427587986, 0.009392869658768177, 0.15855759382247925, 0.06598200649023056, -0.0711953267455101, 0.001743148430250585, 0.0692475438117981, -0.025857403874397278, -0.19025872647762299, -0.08301351964473724, -0.01626734249293804, -0.001842241152189672, 0.009440302848815918, -0.0974743589758873, -0.036374252289533615, 0.014772790484130383, -0.06771279126405716, 0.07775621116161346, -0.013267994858324528, 0.0051735155284404755, -0.10148931294679642, -0.03876075521111488, 0.17077843844890594, -0.001238898723386228, 0.008452928625047207, 0.047310542315244675, 0.008586163632571697, -0.00826086662709713, -0.13604451715946198, 0.06821247935295105, -0.07820799946784973, 0.03486284986138344, -0.09239282459020615, 0.10501060634851456, 0.017812414094805717, 0.023349842056632042, 0.030265584588050842, 0.009422698989510536, -0.05412108078598976, -0.05912488326430321, 0.13361532986164093, -0.13408350944519043, 0.06911218911409378, 0.22506238520145416, -0.0046918331645429134, 0.11041178554296494, 0.09189238399267197, -0.025306567549705505, 0.20179720222949982, 0.16054169833660126, 0.005327317863702774, 0.12177079916000366, 0.16468313336372375, -0.0898308977484703, -0.2493807077407837, 0.1137186661362648, -0.13234348595142365, 0.047565266489982605, 0.05230660364031792, -0.25744083523750305, 0.06956078112125397, 0.15979041159152985, -0.0660121813416481, 0.26998773217201233, -0.19325800240039825, -0.046919096261262894, 0.18986697494983673, 0.07806304842233658, 0.21891100704669952, -0.1579352617263794, -0.08092105388641357, -0.040127236396074295, -0.09631585329771042, 0.11052956432104111, -0.09413951635360718, 0.05287078395485878, -0.016893483698368073, 0.08229555934667587, 0.015079059638082981, -0.10523246973752975, 0.2490401268005371, 0.05657193064689636, 0.10634345561265945, -0.05492469668388367, -0.014662680216133595, 0.16485516726970673, -0.04691914841532707, 0.09959054738283157, -0.030850738286972046, 0.08657338470220566, -0.2123953104019165, 0.007892285473644733, 0.04580768942832947, 0.03397928923368454, 0.0396227091550827, -0.06943240016698837, -0.08978018909692764, 0.004648350179195404, -0.1876434087753296, -0.036220353096723557, 0.07069452852010727, -0.0012978644808754325, 0.05229002237319946, 0.07494445145130157, 0.1081666648387909, -0.014991612173616886, -0.012330894358456135, 0.006606430280953646, -0.05514020100235939, 0.07514361292123795, -0.23686842620372772, 0.03739076852798462, 0.1328791379928589, 0.058276060968637466, 0.09164029359817505, 0.06354343146085739, -0.07377290725708008, 0.023372134193778038, 0.12193214893341064, -0.06349682807922363, -0.003355304477736354, 0.05193130299448967, -0.10590631514787674, -0.046554382890462875, 0.07285250723361969, 0.0029645722825080156, 0.05868445336818695, 0.05110220983624458, -0.08604566007852554, 0.03806813433766365, -0.119007907807827, 0.1826922446489334, 0.13461562991142273, 0.09689179807901382, -0.12984015047550201, 0.16538089513778687, -0.02121618390083313, -0.09201786667108536, 0.07328363507986069, -0.05695022642612457, -0.053531426936388016, -0.0810459703207016, 0.0053720115683972836, 0.29045456647872925, 0.02650313638150692, -0.15096603333950043, -0.07067690044641495, -0.003215055214241147, 0.0386623814702034, 0.12759459018707275, 0.11788057535886765, 0.11184058338403702, 0.05797986313700676, -0.037988971918821335, -0.0625191330909729, -0.004298349376767874, -0.0988263487815857, 0.046605613082647324, -0.05270421504974365, -0.10266745090484619, -0.033269334584474564, 0.1696610301733017, -0.09786190837621689, -0.08029703050851822, -0.13666586577892303, 0.17056238651275635, -0.1927279680967331, 0.05183085426688194, 0.04626749828457832, -0.03197663649916649, 0.0857902467250824, 0.03865355625748634, -0.0006170139531604946, -0.005988019052892923, -0.13311035931110382, 0.1401289850473404, 0.057834554463624954, 0.03821166977286339, -0.14089740812778473, 0.042476847767829895, 0.13848435878753662, -0.01565675251185894, 0.07128512114286423, 0.11016110330820084, -0.0079149529337883, 0.11715570837259293, -0.11792135238647461, -0.046232253313064575, 0.0444437675178051, 0.07092679291963577, 0.03434224799275398, -0.030515341088175774, 0.035172369331121445, 0.12290644645690918, -0.012776322662830353, 0.1081685796380043, -0.05557684972882271, -0.07659828662872314, 0.006721364799886942, -0.1090521439909935, -0.11549172550439835, -0.024603545665740967, -0.0305926650762558, 0.1170557364821434, 0.07522282749414444, 0.022269127890467644, 0.06676613539457321, 0.004953925963491201, -0.011460638605058193, -0.07493456453084946, 0.0002974271774291992, -0.06537996232509613, -0.02396545745432377, 0.016122831031680107, 0.06118614599108696, -0.08271125704050064, 0.3995603322982788, -0.033143576234579086, -0.06318320333957672, -0.050344645977020264, 0.02329711616039276, 0.06966901570558548, 0.028901299461722374, 0.3681046962738037, 0.08270177990198135, -0.02599276602268219, -0.07462888211011887, 0.015248016454279423, 0.012363952584564686, 0.02471300959587097, 0.13008864223957062, 0.1685427576303482, -0.10433417558670044, 0.03353478014469147, -0.006960177794098854, -0.09684336185455322, 0.033920615911483765, -0.031047804281115532, -0.01990606263279915, 0.012841836549341679, 0.09474291652441025, 0.060542959719896317, 0.01863018237054348, -0.0914224311709404, 0.036464277654886246, -0.1279965192079544, -0.105732761323452, -0.11447393894195557, -0.05004724860191345, -0.05487288907170296, -0.12651453912258148, 0.07208908349275589, -0.030018458142876625, -0.04148849844932556, 0.2983919680118561, 0.04211080074310303, -0.020631346851587296, 0.12363847345113754, -0.08825833350419998, 0.10278701037168503, -0.000039011240005493164, -0.048903848975896835, -0.06025886535644531, -0.04375100135803223, -0.11704375594854355, 0.10897597670555115, -0.07986044138669968, 0.04123879596590996, -0.036635152995586395, 0.027007319033145905, 0.027757903560996056, -0.12482667714357376, -0.03195519372820854, -0.052167993038892746, 0.05999946966767311, -0.11511248350143433, -0.01217653602361679, 0.03237709403038025, 0.06679564714431763, 0.044123005121946335, 0.14276398718357086, 0.022270457819104195, -0.046958234161138535, -0.07463748008012772, 0.10801181942224503, -0.03390837088227272, 0.09141162782907486, 0.0021319312509149313, -0.07161370664834976, -0.021208733320236206, 0.2135952264070511, 0.16131260991096497, -0.04776066169142723, -0.05352349579334259, 0.04888296499848366, 0.04085629805922508, -0.007774645928293467, 0.22693689167499542, 0.03299769014120102, 0.1017601415514946, -0.0364534854888916, -0.14048296213150024, 0.0031349353957921267, -0.09780732542276382, -0.011336070485413074, 0.015842443332076073, 0.06201377883553505, -0.05254794657230377, -0.09349310398101807, 0.14409823715686798, -0.08575909584760666, 0.04887638986110687, 0.10934815555810928, -0.01846184767782688, -0.1312408447265625, -0.021061034873127937, 0.1627322882413864, -0.11227747052907944, -0.022281384095549583, -0.11436077207326889, -0.02548605389893055, -0.06109336018562317, -0.0712953731417656, -0.23548845946788788, -0.1593850702047348, 0.035177674144506454, 0.015955382958054543, 0.10546278208494186, 0.008768154308199883, 0.2482006549835205, 0.05727953836321831, 0.021782197058200836, -0.07922356575727463, 0.12568795680999756, 0.07305843383073807, 0.05929005146026611, -0.02377527393400669, 0.023723246529698372, -0.016614824533462524, -0.011981756426393986, 0.061512112617492676, -0.03178852051496506, -0.01134494598954916, -0.013885061256587505, 0.01886824332177639, -0.12733791768550873, -0.046462178230285645, -0.09305223077535629, 0.1193888783454895, 0.003218510188162327, -0.024851849302649498, 0.03798248618841171, -0.028014453127980232, 0.15073126554489136, 0.030096018686890602, -0.09645666927099228, -0.05316460132598877, -0.09214352816343307, -0.08891551941633224, 0.11135128140449524, -0.06484375149011612, -0.2583213150501251, 0.053728580474853516, -0.04273387789726257, 0.013356567360460758, 0.04692855849862099, 0.0681205466389656, 0.14742402732372284, 0.09136536717414856, -0.0486191026866436, -0.06020806357264519, 0.023132875561714172, 0.05907416343688965, -0.06199727579951286, -0.11069806665182114 ]
c80d11d88ebb46b4717020638d345cc45a56a2df
# Dataset Card for "instructions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
cahya/instructions
[ "region:us" ]
2023-02-10T01:24:43+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "text", "dtype": "string"}, {"name": "lang", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 71483925.44051038, "num_examples": 170485}, {"name": "test", "num_bytes": 3971585.428468864, "num_examples": 9472}, {"name": "validation", "num_bytes": 3971166.1310207574, "num_examples": 9471}], "download_size": 45997378, "dataset_size": 79426677.0}}
2023-02-10T21:02:35+00:00
[]
[]
TAGS #region-us
# Dataset Card for "instructions" More Information needed
[ "# Dataset Card for \"instructions\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"instructions\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"instructions\"\n\nMore Information needed" ]
[ -0.11375255137681961, 0.15305323898792267, -0.0016069613629952073, -0.0028129247948527336, 0.1707218438386917, 0.10279455035924911, 0.1485009789466858, 0.07525840401649475, 0.09322179108858109, 0.012547521851956844, 0.115865558385849, 0.010311614722013474, 0.05376490205526352, 0.19980739057064056, -0.05050180107355118, -0.0683143362402916, 0.03843285143375397, -0.0015568267554044724, -0.06504178792238235, 0.032318320125341415, 0.0361211858689785, -0.06020219624042511, 0.07570363581180573, -0.15324395895004272, -0.18728503584861755, 0.04583663120865822, -0.022255605086684227, -0.03641464561223984, 0.10547861456871033, -0.08702284842729568, 0.19021716713905334, -0.02118685096502304, 0.036381494253873825, -0.2135145515203476, 0.003696558065712452, 0.040848106145858765, -0.07453445345163345, 0.03865490108728409, -0.031345855444669724, -0.010082044638693333, -0.09330053627490997, 0.007023074198514223, 0.024372495710849762, -0.01054124440997839, -0.13985610008239746, -0.18437069654464722, -0.07621752470731735, -0.05309028923511505, 0.06570471823215485, 0.00786373857408762, 0.08337339758872986, 0.04437892138957977, -0.09890556335449219, 0.044990573078393936, 0.06029733270406723, -0.0821058452129364, 0.07323546707630157, 0.20677518844604492, 0.004784428048878908, 0.17756791412830353, -0.038842085748910904, 0.048574209213256836, 0.10750243067741394, -0.03486711531877518, -0.0441911444067955, -0.023377807810902596, -0.11314462870359421, 0.14691227674484253, -0.041931524872779846, -0.12760351598262787, 0.40542128682136536, -0.032147523015737534, 0.001169553492218256, 0.03267733007669449, -0.02677301876246929, -0.13042718172073364, -0.009759300388395786, 0.0408603735268116, 0.028365053236484528, 0.04652615636587143, 0.071148581802845, -0.037833575159311295, -0.13293799757957458, -0.18781891465187073, -0.09026581048965454, 0.051499053835868835, -0.04640016704797745, 0.1344931274652481, -0.19354815781116486, -0.008460761047899723, -0.12007986754179001, 0.010179687291383743, -0.037736233323812485, -0.07085169851779938, -0.06631448864936829, -0.02385530062019825, -0.03990788012742996, 0.06735242158174515, 0.08416147530078888, 0.09494397789239883, 0.1443158984184265, 0.0842084288597107, -0.07767927646636963, 0.10402426868677139, 0.1457289308309555, -0.06180990859866142, 0.02044724114239216, 0.09042232483625412, -0.07642972469329834, -0.07205834984779358, -0.04116075858473778, -0.13104170560836792, -0.15824277698993683, 0.013172029517591, -0.07825016230344772, 0.14799171686172485, -0.05956774577498436, -0.12383661419153214, -0.08072126656770706, -0.01862310990691185, 0.0899253562092781, -0.14723548293113708, 0.03250354155898094, 0.029923325404524803, -0.062487244606018066, -0.11747252196073532, -0.0623118132352829, -0.027797644957900047, 0.05277491733431816, 0.0006686421693302691, -0.10221536457538605, -0.03246520459651947, -0.09995574504137039, -0.003568407380953431, 0.06073500216007233, -0.1458541452884674, 0.0533042810857296, -0.07348112761974335, -0.3053632080554962, 0.025658905506134033, 0.054994527250528336, -0.06558218598365784, 0.2005637139081955, -0.03660435974597931, 0.057451214641332626, -0.010551497340202332, -0.06169908866286278, 0.11521408706903458, -0.059966087341308594, 0.08455190062522888, 0.041059356182813644, 0.09300379455089569, -0.17410461604595184, 0.05944634601473808, -0.059125956147909164, 0.03597685322165489, -0.03617563471198082, 0.027656985446810722, -0.1613490730524063, 0.06045623868703842, -0.06041814014315605, 0.010377609170973301, -0.07359107583761215, 0.04823577031493187, 0.012055271305143833, 0.09191631525754929, -0.2206188589334488, -0.0278809554874897, 0.18025092780590057, -0.12606287002563477, -0.17967692017555237, -0.002997542731463909, -0.04768342152237892, 0.13601650297641754, -0.012757509015500546, 0.30342820286750793, 0.04726048931479454, -0.10710139572620392, 0.11348997801542282, 0.20477481186389923, -0.13117608428001404, -0.31560850143432617, 0.08139654994010925, -0.04887757450342178, -0.11681418120861053, 0.027021819725632668, 0.11462929844856262, -0.023270219564437866, -0.06379127502441406, -0.07346140593290329, 0.017805377021431923, -0.11645061522722244, 0.05930924788117409, 0.005482132080942392, 0.017980823293328285, -0.016694532707333565, 0.1246618777513504, 0.04834494739770889, 0.08873288333415985, -0.025046538561582565, -0.040206823498010635, -0.013216176070272923, 0.09353217482566833, -0.07061794400215149, -0.02750302478671074, -0.18139249086380005, -0.1418493092060089, 0.007077935617417097, 0.08780878037214279, 0.0011039281962439418, 0.0748351588845253, 0.09715811908245087, 0.009557894431054592, 0.010549131780862808, 0.079633429646492, 0.059982482343912125, 0.055462803691625595, -0.033247049897909164, 0.04115202650427818, -0.017856808379292488, -0.0952610969543457, 0.010351809673011303, -0.1602768450975418, -0.011706874705851078, 0.11114046722650528, -0.044667549431324005, 0.013958188705146313, -0.02031928300857544, 0.0016867335652932525, 0.03271837905049324, 0.014795297756791115, -0.04603566974401474, 0.0391271598637104, -0.013778988271951675, -0.016943704336881638, -0.044032759964466095, -0.13299831748008728, 0.18862414360046387, 0.09145305305719376, -0.06162726506590843, 0.01793432980775833, -0.12505394220352173, 0.03614288195967674, -0.04708501324057579, -0.05558885261416435, -0.05043722689151764, -0.10079410672187805, -0.01292526163160801, 0.07528558373451233, -0.053906891494989395, 0.029800795018672943, 0.050806667655706406, -0.03590796887874603, -0.11880803108215332, 0.02814103290438652, 0.20070743560791016, -0.14794304966926575, 0.18136459589004517, 0.16345831751823425, 0.08221209794282913, 0.16685999929904938, -0.06826625019311905, -0.12245570868253708, -0.0011283992789685726, 0.03764807805418968, -0.0630800798535347, 0.20349091291427612, -0.11498507857322693, -0.010951749049127102, 0.1116885170340538, 0.041661586612463, 0.12831977009773254, -0.1549721360206604, -0.09924574196338654, 0.0029923266265541315, -0.035224322229623795, -0.1910419911146164, -0.04140347242355347, -0.042784713208675385, 0.06434555351734161, 0.037831202149391174, -0.045187655836343765, 0.1655934602022171, -0.03503686934709549, -0.06684978306293488, 0.13450270891189575, -0.22008243203163147, -0.27346518635749817, -0.1533871740102768, -0.13611310720443726, 0.08287710696458817, 0.06569942831993103, -0.04463578760623932, -0.1495770364999771, -0.042547520250082016, 0.03477921709418297, -0.14883050322532654, -0.181983083486557, -0.09687408804893494, 0.06293381005525589, 0.06860227882862091, -0.08848211914300919, -0.15489472448825836, 0.004824375733733177, -0.03476168215274811, 0.07884593307971954, 0.10572443157434464, -0.13543446362018585, 0.10959465801715851, 0.15247021615505219, -0.021181253716349602, 0.09488656371831894, -0.0649489238858223, 0.052980050444602966, -0.04450284317135811, -0.08280187100172043, 0.107571080327034, -0.022404266521334648, 0.03475767746567726, 0.05865703523159027, 0.04197894036769867, -0.17942246794700623, 0.001554942922666669, -0.08196946978569031, -0.21254310011863708, -0.2704457938671112, -0.13825877010822296, -0.11268547177314758, 0.1051395833492279, 0.07665514200925827, 0.0884585753083229, 0.05328455939888954, 0.03468449413776398, 0.17067688703536987, 0.048067882657051086, -0.11371248215436935, -0.024775894358754158, -0.0629490539431572, -0.043340373784303665, -0.027978016063570976, -0.14573931694030762, 0.03225979954004288, 0.13958600163459778, 0.23998364806175232, 0.3105936348438263, 0.14263635873794556, 0.2746264636516571, 0.0019502361537888646, 0.11619512736797333, 0.08630865067243576, 0.19647683203220367, 0.062216922640800476, -0.0243719220161438, 0.01498748641461134, 0.00739275524392724, -0.18970364332199097, 0.030802743509411812, 0.09027830511331558, -0.2197415679693222, -0.033970002084970474, -0.10396747291088104, 0.008336015045642853, -0.1556776911020279, 0.017514126375317574, -0.23607245087623596, 0.06065797805786133, 0.018718933686614037, 0.17995338141918182, -0.10397061705589294, 0.09564821422100067, 0.19390401244163513, -0.053481053560972214, -0.04622352123260498, 0.013734918087720871, 0.05643221363425255, -0.06481791287660599, -0.02976180799305439, -0.0724286288022995, -0.07778850197792053, -0.008744624443352222, 0.17783436179161072, -0.2005721628665924, 0.2788757085800171, 0.030329329892992973, -0.014896485023200512, -0.13369637727737427, -0.031192408874630928, -0.06988640874624252, 0.0011318251490592957, 0.1436377614736557, 0.027789192274212837, -0.2453097403049469, -0.28517261147499084, -0.027403326705098152, -0.041061270982027054, 0.200164794921875, 0.003552665002644062, -0.13133619725704193, 0.03617141768336296, 0.025763286277651787, -0.0024239257909357548, -0.18497848510742188, -0.012518525123596191, -0.1650800257921219, 0.018940024077892303, 0.07278970628976822, -0.07297589629888535, -0.00704558240249753, 0.04162474349141121, -0.04174206033349037, 0.0922677218914032, -0.0013154237531125546, -0.006977868266403675, -0.12342406064271927, -0.056466665118932724, 0.10428595542907715, 0.004344360902905464, 0.057423148304224014, 0.06055861711502075, 0.00288605410605669, -0.021349048241972923, -0.17051640152931213, 0.11678152531385422, -0.07634354382753372, 0.11753546446561813, -0.09863326698541641, 0.12682366371154785, 0.012329384684562683, -0.0028403860051184893, -0.01960282027721405, 0.024602239951491356, -0.029538877308368683, -0.0807294175028801, 0.16711333394050598, -0.07861676812171936, 0.1710643172264099, 0.23829247057437897, -0.03648366034030914, 0.042481329292058945, 0.13277707993984222, -0.03287680819630623, 0.2625011205673218, 0.17064866423606873, -0.03340292349457741, 0.18526287376880646, 0.2435520738363266, -0.08336904644966125, -0.27501973509788513, 0.011801180429756641, -0.1716107279062271, -0.00911943893879652, 0.02974405698478222, -0.309475302696228, 0.04035152494907379, 0.1538284868001938, -0.040673647075891495, 0.22591643035411835, -0.13397645950317383, -0.04182618856430054, 0.15594686567783356, 0.07689394801855087, 0.2823062241077423, -0.13240385055541992, -0.0734039843082428, -0.07466323673725128, -0.16706746816635132, 0.2160281240940094, -0.08504397422075272, 0.05510928854346275, 0.047665249556303024, 0.10509338229894638, -0.01753317192196846, -0.09695747494697571, 0.1958574652671814, 0.11598765850067139, 0.08786981552839279, -0.07700986415147781, -0.09386200457811356, 0.22893396019935608, -0.04433003067970276, 0.03992132470011711, 0.014568531885743141, 0.012822657823562622, -0.19516372680664062, 0.021414509043097496, 0.061924632638692856, -0.028058962896466255, 0.05146104469895363, -0.1047685369849205, -0.04235662519931793, 0.010361009277403355, -0.14573727548122406, -0.010435475967824459, 0.10285233706235886, 0.03364533185958862, -0.006208617705851793, 0.13824842870235443, 0.06256946921348572, -0.06327656656503677, 0.014490404166281223, -0.06241131201386452, -0.07393145561218262, 0.07685089856386185, -0.2232375144958496, 0.06886131316423416, 0.09310676902532578, 0.024936480447649956, 0.12505614757537842, 0.08599938452243805, -0.007296935189515352, 0.020730111747980118, 0.1372566819190979, -0.07800556719303131, -0.09250400215387344, 0.07200667262077332, -0.05969583988189697, -0.0024309619329869747, 0.09415194392204285, -0.0048324596136808395, 0.06516890972852707, 0.03392556682229042, -0.0629849061369896, 0.08198756724596024, -0.0939154326915741, 0.10216713696718216, 0.14907465875148773, 0.08429765701293945, -0.15333937108516693, 0.2160501927137375, 0.038161613047122955, -0.09338968247175217, 0.08430378139019012, -0.02614610828459263, -0.08620715886354446, -0.09146464616060257, -0.02276976779103279, 0.2438197135925293, 0.025931965559720993, -0.15123406052589417, 0.043623559176921844, 0.014350996352732182, 0.03622939810156822, 0.07375672459602356, 0.05185656622052193, 0.08892619609832764, -0.0010971318697556853, 0.008764221332967281, -0.05590789020061493, -0.040243908762931824, -0.15170960128307343, 0.03003310039639473, -0.0576329343020916, -0.11504359543323517, -0.04333147779107094, 0.14730921387672424, -0.07805556803941727, -0.11548279970884323, -0.142897829413414, 0.12727341055870056, -0.09139391779899597, 0.0319153256714344, 0.013141893781721592, -0.014239275828003883, 0.03690138831734657, 0.04766402393579483, 0.01030791737139225, -0.0016724589513614774, -0.13939453661441803, 0.11788859963417053, 0.036626074463129044, 0.025305021554231644, -0.14583106338977814, 0.0017149854684248567, 0.10744809359312057, 0.032773129642009735, 0.10998944938182831, 0.14260953664779663, 0.030941275879740715, 0.14060312509536743, -0.125140979886055, -0.07183586806058884, 0.04714829847216606, 0.056724321097135544, 0.08555588126182556, 0.049210045486688614, -0.011617595329880714, 0.08591775596141815, -0.044791821390390396, 0.048676036298274994, -0.044136207550764084, -0.08973269164562225, 0.032742977142333984, -0.11248432844877243, -0.11285790801048279, -0.03275923803448677, -0.04279710352420807, 0.12941406667232513, 0.037811581045389175, -0.03280586376786232, 0.09482581913471222, 0.016267534345388412, 0.02471332624554634, -0.058020900934934616, 0.02335979975759983, -0.1102893278002739, 0.008722507394850254, -0.03955565392971039, 0.0391860269010067, -0.0765574723482132, 0.4077177941799164, -0.016793690621852875, -0.11538510769605637, -0.05485876649618149, 0.04329003393650055, -0.01142660342156887, 0.021174870431423187, 0.3677433729171753, 0.1288730353116989, -0.04407818615436554, -0.061751317232847214, 0.07220098376274109, 0.030644971877336502, 0.1109466552734375, 0.15881913900375366, 0.06147342920303345, -0.01690754108130932, -0.008427640423178673, 0.03120952844619751, -0.16541849076747894, -0.06523719429969788, -0.01816323585808277, -0.013847757130861282, 0.01389777660369873, 0.012300068512558937, -0.015476268716156483, 0.02064286358654499, -0.06716194748878479, 0.059334222227334976, -0.10950558632612228, -0.11638826876878738, -0.09017220139503479, -0.10575944930315018, -0.00855732336640358, -0.10083184391260147, 0.03579653427004814, -0.05047987774014473, -0.021406060084700584, 0.32871630787849426, 0.028741728514432907, 0.04584639146924019, 0.10550869256258011, -0.14526614546775818, 0.11511800438165665, -0.04157853499054909, -0.027474259957671165, -0.030856741592288017, -0.0934065654873848, -0.12259698659181595, 0.05609436333179474, -0.07123670727014542, 0.04097777605056763, -0.011580047197639942, 0.0860196053981781, 0.0605742447078228, -0.11968043446540833, -0.045169368386268616, -0.07312324643135071, 0.07231283187866211, -0.13191020488739014, 0.025277109816670418, 0.010440529324114323, 0.0329127199947834, 0.0591769702732563, 0.14396294951438904, -0.024446016177535057, -0.01556528452783823, -0.039471521973609924, 0.04342123493552208, 0.004005247727036476, 0.112434983253479, -0.016444187611341476, -0.08963986486196518, -0.060958243906497955, 0.19116830825805664, 0.23408308625221252, -0.0659157857298851, -0.016401709988713264, 0.046314846724271774, 0.04738530144095421, 0.02194107696413994, 0.2648121118545532, 0.06346134096384048, 0.13310569524765015, -0.02719547599554062, -0.09828581660985947, 0.04538150876760483, -0.08870293945074081, -0.0502806194126606, 0.0449470579624176, 0.047751545906066895, -0.04284694418311119, -0.11026263236999512, 0.11699645221233368, -0.13042746484279633, 0.001446070964448154, 0.0851316750049591, -0.08216417580842972, -0.10410065203905106, -0.026700615882873535, 0.17573797702789307, -0.05230282247066498, -0.008229205384850502, -0.06855639815330505, -0.02551516704261303, -0.017239224165678024, -0.002412280300632119, -0.31995269656181335, -0.14627259969711304, 0.02639637142419815, 0.05272655561566353, 0.11180546134710312, -0.031116949394345284, 0.12944774329662323, 0.028283031657338142, 0.04243866726756096, -0.062149886041879654, 0.10509803891181946, 0.03257190063595772, 0.056563880294561386, -0.05725908279418945, 0.04245638847351074, -0.10337689518928528, -0.04717963561415672, 0.025494514033198357, -0.09648898243904114, -0.030334599316120148, 0.08943605422973633, 0.028646696358919144, 0.007028418593108654, -0.0651029646396637, -0.09642214328050613, 0.12268609553575516, -0.019805971533060074, 0.0070530446246266365, -0.004006009083241224, -0.009656997397542, 0.08702954649925232, 0.021266577765345573, -0.08441993594169617, -0.0835682675242424, -0.021466469392180443, -0.1321539580821991, 0.1330476850271225, -0.01582232303917408, -0.17844437062740326, 0.061518218368291855, -0.05479935184121132, 0.06340239197015762, -0.035762909799814224, 0.058258261531591415, 0.17464031279087067, 0.05707228183746338, -0.07179105281829834, -0.07301700860261917, 0.02625240571796894, 0.04089905321598053, -0.04137193039059639, -0.09935779869556427 ]
aa7608a8de1c6bb71a1a7234e42d4f5d62e55e29
# Dataset Card for "stormfront-full-textonly" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
kastan/stormfront-full-textonly
[ "region:us" ]
2023-02-10T02:06:48+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7021007551, "num_examples": 10458223}, {"name": "test", "num_bytes": 352602, "num_examples": 791}], "download_size": 4432257231, "dataset_size": 7021360153}}
2023-02-10T02:09:18+00:00
[]
[]
TAGS #region-us
# Dataset Card for "stormfront-full-textonly" More Information needed
[ "# Dataset Card for \"stormfront-full-textonly\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"stormfront-full-textonly\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"stormfront-full-textonly\"\n\nMore Information needed" ]
[ -0.16710077226161957, 0.10092341899871826, -0.0022584700491279364, 0.10195096582174301, 0.11596674472093582, 0.11072085797786713, 0.1105179637670517, -0.004056260921061039, 0.16184565424919128, -0.018413303419947624, 0.13810452818870544, -0.0434473417699337, -0.01760762184858322, 0.2647707164287567, -0.036500994116067886, -0.17570829391479492, 0.021610144525766373, -0.02037588693201542, -0.1092701330780983, 0.05580499768257141, 0.055974218994379044, -0.09687124192714691, 0.022405168041586876, -0.16537870466709137, -0.13788950443267822, 0.06093467026948929, -0.054172415286302567, -0.04113442823290825, 0.08899436146020889, -0.061492595821619034, 0.10771942138671875, -0.005755423568189144, 0.005004677921533585, -0.030766021460294724, 0.06711395829916, -0.03466702997684479, -0.07038464397192001, 0.04128575325012207, 0.0412881039083004, -0.11741168051958084, -0.0836469754576683, -0.004109668079763651, 0.05147574096918106, -0.002387989778071642, -0.0935850590467453, -0.11282392591238022, -0.07337478548288345, 0.044032759964466095, 0.07213370501995087, 0.03932169824838638, 0.07059706747531891, 0.038723018020391464, -0.002356149721890688, 0.05390423536300659, -0.004870666656643152, 0.0053167459554970264, -0.035548072308301926, 0.11715604364871979, -0.057176750153303146, 0.07289253920316696, -0.033195409923791885, 0.07087410986423492, 0.08250254392623901, -0.02139689028263092, -0.048772912472486496, -0.016105998307466507, -0.24238303303718567, 0.06280522048473358, -0.014190195128321648, -0.046094994992017746, 0.3099919855594635, 0.0073238578625023365, -0.011882397346198559, -0.04677707701921463, -0.006277979351580143, 0.004267707467079163, -0.014334538020193577, 0.10588621348142624, -0.01631876267492771, 0.013766094110906124, 0.02967425063252449, -0.04443417862057686, -0.1269354671239853, -0.11441469937562943, -0.155960813164711, 0.17364199459552765, -0.07138390094041824, 0.1475733071565628, -0.21427106857299805, 0.010847562924027443, 0.007499846164137125, -0.09148136526346207, -0.004301257897168398, -0.11153692752122879, -0.05980394035577774, 0.0037247086875140667, -0.027020519599318504, 0.02712085470557213, 0.10138820111751556, 0.047496166080236435, -0.0003205857065040618, -0.00013829555246047676, -0.04947231337428093, 0.08809535950422287, 0.20256304740905762, -0.16234786808490753, 0.07784455269575119, -0.04015311226248741, -0.026301592588424683, -0.20070770382881165, 0.07648705691099167, -0.13255546987056732, -0.11344154924154282, 0.01972499117255211, -0.25040075182914734, 0.12722864747047424, -0.009072759188711643, -0.1260969191789627, -0.05860726907849312, -0.09010837227106094, 0.2478661686182022, -0.10416027158498764, 0.005870428867638111, 0.02996639721095562, -0.020402947440743446, -0.03593094274401665, -0.06563615053892136, -0.03245103359222412, 0.08764857798814774, 0.011860916391015053, -0.02996109612286091, -0.034861624240875244, -0.056815750896930695, 0.015587841160595417, 0.0837840884923935, -0.0914888009428978, 0.06348773092031479, -0.11894825845956802, -0.33468055725097656, 0.06417655944824219, 0.014992502517998219, -0.04960239678621292, 0.002115139039233327, 0.023215295746922493, 0.110237255692482, 0.07352127879858017, -0.04900006577372551, 0.14562484622001648, -0.07307775318622589, 0.004250777419656515, -0.045182663947343826, 0.10441219806671143, -0.2577168345451355, -0.014439989812672138, -0.10745082795619965, -0.037554316222667694, -0.030314389616250992, 0.05164814740419388, -0.08588401228189468, 0.10972017794847488, -0.0834575891494751, 0.030311832204461098, -0.13128340244293213, 0.04117491468787193, -0.039169300347566605, 0.17308636009693146, -0.26718419790267944, -0.029012957587838173, 0.1410132199525833, -0.15916068851947784, -0.16142307221889496, -0.0010350208031013608, -0.05889962241053581, 0.0611724853515625, 0.02391071990132332, 0.1719656139612198, 0.026556655764579773, 0.030143609270453453, 0.06274443119764328, 0.18585717678070068, -0.16102148592472076, -0.20787183940410614, 0.07205319404602051, -0.03959215059876442, -0.20655100047588348, 0.006920017302036285, 0.2379334270954132, 0.0007906071841716766, -0.06275657564401627, -0.048876795917749405, -0.006092889700084925, -0.09757763892412186, 0.03153781220316887, 0.0056106760166585445, -0.002017125952988863, -0.03621858358383179, 0.10966497659683228, -0.019331952556967735, 0.11256607621908188, 0.00988403894007206, 0.011766113340854645, 0.04626021906733513, 0.003940953407436609, -0.02603086456656456, -0.01779862307012081, -0.16611817479133606, -0.16692699491977692, -0.00014591217041015625, 0.07560025900602341, 0.009944315068423748, 0.00011432170867919922, 0.10265491902828217, -0.022224996238946915, -0.010963782668113708, 0.06139623001217842, 0.1408897191286087, 0.008250556886196136, -0.03150337189435959, -0.10107675939798355, 0.030805299058556557, -0.12323010712862015, 0.001975850434973836, -0.11611910909414291, -0.02296684868633747, 0.14276686310768127, -0.026292089372873306, -0.005164198577404022, -0.04670550301671028, 0.10185402631759644, -0.09724967926740646, -0.013170224614441395, -0.03547900170087814, 0.009419587440788746, 0.010873451828956604, -0.10741911828517914, 0.10125371068716049, -0.07180575281381607, 0.09337614476680756, 0.07017836719751358, 0.0938820168375969, -0.010685473680496216, -0.06771175563335419, -0.0025223386473953724, -0.014448362402617931, -0.1074928417801857, 0.0858122780919075, -0.09633714705705643, -0.022905390709638596, 0.03458267077803612, 0.006259982008486986, 0.06612314283847809, 0.03876509517431259, 0.033401213586330414, -0.06650924682617188, 0.0766422376036644, 0.07253618538379669, -0.18907858431339264, 0.04457930848002434, 0.19077248871326447, 0.10518787056207657, 0.2015434205532074, -0.0018142865737900138, -0.0825800895690918, 0.03374599665403366, -0.14788439869880676, -0.06086075305938721, 0.22693920135498047, -0.0514952652156353, 0.060316044837236404, 0.12197760492563248, 0.019177163019776344, 0.05566881224513054, -0.03404541686177254, -0.11423405259847641, 0.017772367224097252, 0.031133156269788742, -0.18059995770454407, 0.06422089785337448, -0.044290270656347275, 0.06860516220331192, -0.04090183228254318, -0.04357287660241127, 0.14605441689491272, -0.03263178840279579, -0.03212102875113487, 0.12636949121952057, -0.12071360647678375, -0.31829971075057983, -0.055180251598358154, -0.08048143237829208, 0.016314508393406868, -0.0013784366892650723, -0.001259834156371653, -0.08841436356306076, -0.05535770207643509, -0.020015010610222816, -0.03124994970858097, -0.1386038064956665, 0.014249339699745178, 0.08185344189405441, -0.03341102972626686, -0.0880880132317543, -0.1068638414144516, 0.06460265815258026, -0.02605491876602173, 0.003086274256929755, 0.1021077111363411, -0.05301278084516525, 0.14855822920799255, 0.13956065475940704, 0.0105085838586092, 0.08965877443552017, -0.022002043202519417, -0.020066801458597183, -0.0853239893913269, -0.026570843532681465, 0.1250486820936203, -0.051071424037218094, -0.009435703046619892, 0.07048492133617401, 0.12847301363945007, -0.12357775121927261, 0.006435986142605543, -0.034985534846782684, -0.18175968527793884, -0.2346176654100418, -0.1492658406496048, -0.06705312430858612, 0.13811443746089935, 0.061769794672727585, 0.1028173640370369, -0.07777505367994308, 0.08239306509494781, 0.07404371351003647, -0.15403787791728973, -0.0997704342007637, 0.018424738198518753, -0.11668179929256439, 0.003948126453906298, -0.005332547705620527, -0.1487666219472885, 0.049484483897686005, 0.1787225902080536, 0.12619593739509583, 0.13538941740989685, 0.06849662959575653, 0.12776075303554535, -0.028558777645230293, 0.03827190399169922, 0.08711222559213638, 0.15865959227085114, 0.08992297947406769, -0.013183357194066048, 0.021517276763916016, 0.03844310715794563, 0.02580723538994789, -0.07564474642276764, 0.0251252930611372, -0.07129677385091782, -0.003239299636334181, -0.07093188911676407, 0.009499708190560341, -0.026001866906881332, 0.0892338678240776, -0.17075203359127045, -0.00003390972051420249, 0.023058295249938965, 0.106595978140831, -0.12789542973041534, 0.08354490995407104, 0.10195805132389069, -0.03278138488531113, 0.15790541470050812, 0.013571241870522499, 0.07461390644311905, -0.04523300379514694, -0.02885097824037075, -0.07267111539840698, -0.11025988310575485, -0.05095767229795456, 0.134116530418396, -0.08051426708698273, 0.14851398766040802, 0.009493621066212654, -0.04051792249083519, -0.09445571899414062, -0.07880152761936188, -0.0017678338335826993, 0.08538466691970825, 0.16338539123535156, 0.006652357522398233, -0.10869801044464111, -0.041328899562358856, -0.16673459112644196, -0.01538830529898405, 0.07180792838335037, -0.14906080067157745, -0.13023963570594788, 0.11180932074785233, -0.0077073541469872, 0.0019356182310730219, -0.21673549711704254, -0.06821148842573166, -0.1463632583618164, -0.013379141688346863, 0.05184116214513779, -0.14265784621238708, 0.011520559899508953, -0.03440162539482117, -0.08132653683423996, 0.03732585161924362, 0.02473318576812744, -0.029569413512945175, -0.1417389065027237, -0.027584681287407875, 0.12394832074642181, 0.010710175149142742, 0.025330981239676476, 0.04051802679896355, 0.10734371095895767, -0.06134147197008133, -0.15382245182991028, 0.0972285121679306, -0.14957724511623383, 0.11431540548801422, -0.09328322857618332, 0.07781074196100235, 0.03574173524975777, -0.0019126832485198975, -0.025044074282050133, 0.024106575176119804, -0.06820328533649445, -0.06401285529136658, 0.10789619386196136, -0.15247371792793274, 0.10323832929134369, 0.23288904130458832, 0.13391639292240143, 0.015138707123696804, 0.1440456211566925, -0.05696330592036247, 0.22931167483329773, 0.02440188266336918, -0.07814127951860428, 0.24333679676055908, 0.05052885413169861, -0.0372152216732502, -0.32463857531547546, 0.02234763279557228, -0.14023485779762268, -0.018061522394418716, 0.07267633825540543, -0.23489031195640564, 0.10818992555141449, 0.03968532755970955, -0.06833183020353317, 0.334096223115921, -0.08418464660644531, 0.006718967575579882, 0.2162749022245407, -0.01900414191186428, 0.3524804413318634, -0.10133890807628632, -0.06387436389923096, -0.1076171025633812, -0.013824931345880032, 0.2383364737033844, -0.21593022346496582, -0.004371775779873133, -0.012914178892970085, 0.04509366303682327, -0.026463495567440987, -0.03540337458252907, 0.1702825278043747, 0.0724216178059578, 0.08260859549045563, -0.06339675188064575, 0.05407930165529251, 0.059696316719055176, -0.05162779614329338, 0.034973789006471634, 0.07375834882259369, 0.013506608083844185, -0.1993110626935959, -0.020432699471712112, 0.083375945687294, 0.060344815254211426, 0.06632756441831589, -0.0020427240524441004, 0.04683936387300491, -0.03722125291824341, -0.10341346263885498, -0.02312549017369747, 0.19186840951442719, -0.018221145495772362, -0.07251418381929398, 0.0531175322830677, 0.09426867961883545, 0.03394181281328201, -0.08195126801729202, -0.10744525492191315, -0.0915568396449089, 0.09566758573055267, -0.25448352098464966, 0.049904484301805496, -0.009803886525332928, 0.06435591727495193, -0.0409928560256958, 0.046966783702373505, 0.06616111099720001, 0.032579146325588226, 0.14543752372264862, -0.15107759833335876, -0.07336892187595367, -0.00016154281911440194, 0.01824745163321495, -0.031508054584264755, 0.12908637523651123, 0.03166491165757179, 0.0625777319073677, 0.007573017384856939, -0.037739016115665436, 0.07655905187129974, -0.0003284971753600985, 0.01758216693997383, 0.10360580682754517, 0.022791316732764244, -0.21870149672031403, 0.2436399757862091, 0.01646706834435463, -0.1432604342699051, 0.019463684409856796, 0.06276468187570572, -0.06538260728120804, -0.10921093076467514, 0.03747418150305748, 0.21583236753940582, -0.08872668445110321, -0.14590266346931458, 0.013263391330838203, -0.06422579288482666, 0.0473177507519722, 0.17248429358005524, 0.051539454609155655, 0.029335765168070793, -0.03455701097846031, 0.0025476068258285522, 0.00672922981902957, -0.004211483057588339, 0.051282983273267746, 0.002250508638098836, 0.00895333755761385, -0.2149711698293686, -0.028073152527213097, 0.17450515925884247, -0.07321158796548843, -0.131638765335083, 0.007365166209638119, 0.05897976830601692, -0.13304658234119415, 0.06116270273923874, 0.1017555370926857, 0.03957592695951462, -0.02199331484735012, 0.06029004603624344, 0.007055729161947966, -0.061270833015441895, -0.10718604177236557, 0.14609917998313904, -0.002949084620922804, 0.03582092747092247, -0.08860768377780914, 0.006211328785866499, 0.024955566972494125, 0.0358034186065197, 0.17239679396152496, 0.1865624636411667, -0.02409238927066326, 0.020029084756970406, -0.17435555160045624, -0.10160990804433823, -0.016267752274870872, 0.027602093294262886, 0.033064451068639755, 0.12605109810829163, -0.012196292169392109, 0.03190970420837402, -0.03892006725072861, 0.012503152713179588, -0.14729095995426178, -0.07413144409656525, 0.0412679985165596, -0.10634708404541016, -0.0661391094326973, -0.017832087352871895, -0.08364289253950119, 0.045316122472286224, 0.10045929998159409, -0.021056750789284706, 0.04805365577340126, 0.03297784551978111, 0.010296775959432125, -0.030192604288458824, 0.008557863533496857, -0.0880226418375969, -0.22685250639915466, 0.07227831333875656, 0.08305126428604126, -0.04702429100871086, 0.2884867489337921, -0.04038959741592407, -0.10899249464273453, -0.06395763158798218, 0.1563429832458496, 0.003971598576754332, 0.0044144317507743835, 0.34400591254234314, 0.03719881549477577, 0.027622908353805542, 0.0010624773567542434, 0.07770786434412003, 0.07193582504987717, 0.16517102718353271, 0.08816619217395782, 0.04000074416399002, 0.042881812900304794, 0.026918070390820503, 0.004505510907620192, -0.03941139206290245, 0.1490035504102707, 0.009802929125726223, -0.01863919384777546, 0.014219711534678936, 0.07821185141801834, -0.14853820204734802, -0.0003577566531021148, -0.014166625216603279, -0.0005843245307914913, -0.027335885912179947, -0.0526232048869133, -0.08277161419391632, -0.151973694562912, -0.007645898964256048, -0.06722547858953476, 0.0400855615735054, -0.08505070209503174, 0.043157752603292465, 0.28251686692237854, 0.09707555919885635, 0.0700749009847641, 0.06323301047086716, -0.011893004179000854, 0.1012071967124939, 0.06414888054132462, -0.027117567136883736, -0.014869325794279575, 0.07610101252794266, -0.07450058311223984, 0.00983631145209074, -0.02409999631345272, -0.04471665620803833, 0.0007694597588852048, 0.1717633455991745, 0.04320681467652321, -0.11224676668643951, -0.10039503127336502, -0.05324914678931236, 0.08586764335632324, -0.031076842918992043, 0.17587675154209137, 0.07066020369529724, 0.07003647834062576, 0.043468277901411057, 0.16587327420711517, -0.05256834998726845, -0.021259039640426636, -0.010872086510062218, -0.035318147391080856, -0.06678469479084015, 0.06700079143047333, 0.0005549661000259221, -0.04412943869829178, -0.034180499613285065, 0.08225376158952713, 0.22373758256435394, -0.09727220982313156, -0.004479588009417057, 0.039989765733480453, 0.04886365681886673, 0.10925211012363434, 0.1434013992547989, -0.022318949922919273, 0.06913858652114868, -0.048999931663274765, -0.10521648824214935, 0.05161968991160393, 0.0000156790811161045, -0.05944770574569702, 0.09190738201141357, -0.004999632481485605, -0.05917223542928696, -0.05838792771100998, 0.1997373402118683, -0.1627376824617386, 0.038620490580797195, 0.018452705815434456, -0.04819542169570923, -0.0971648320555687, -0.01582476496696472, 0.17600403726100922, 0.07720217853784561, -0.011666004545986652, -0.06792115420103073, 0.027157695963978767, -0.015399294905364513, -0.0187764260917902, -0.2645283043384552, -0.15851011872291565, 0.023591453209519386, -0.09291727840900421, 0.13260087370872498, -0.033311355859041214, 0.1407167762517929, -0.019564811140298843, -0.006216939073055983, -0.09940596669912338, -0.04116261377930641, -0.009364091791212559, 0.07426736503839493, 0.03230831399559975, 0.10869814455509186, -0.11104456335306168, -0.1404169648885727, 0.05100135877728462, -0.035304754972457886, -0.0665297731757164, 0.1099758893251419, -0.006083723157644272, 0.020743368193507195, 0.052303604781627655, -0.03540052846074104, 0.11608641594648361, -0.009177676402032375, -0.019910812377929688, -0.05446305498480797, 0.0327296182513237, 0.04383379966020584, 0.019890302792191505, -0.08274193853139877, -0.00882815383374691, 0.0525471456348896, -0.15293295681476593, 0.013070739805698395, 0.04908463731408119, -0.18545515835285187, 0.02768874540925026, -0.06716397404670715, 0.0661061555147171, 0.01598016545176506, 0.033596474677324295, 0.12462396174669266, 0.01532939076423645, -0.050367798656225204, 0.1821247786283493, 0.09022315591573715, -0.030949058011174202, -0.025837520137429237, -0.09815438836812973 ]
04fe889ec1d92c80b92e38cc8252c6ae11e22207
# Dataset Card for "VALUE_wikitext2_been_done" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_been_done
[ "language:en", "region:us" ]
2023-02-10T03:53:01+00:00
{"language": "en", "dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 614492, "num_examples": 720}, {"name": "train", "num_bytes": 5110338, "num_examples": 5991}, {"name": "validation", "num_bytes": 558461, "num_examples": 673}], "download_size": 3699279, "dataset_size": 6283291}}
2023-08-02T23:08:33+00:00
[]
[ "en" ]
TAGS #language-English #region-us
# Dataset Card for "VALUE_wikitext2_been_done" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_been_done\"\n\nMore Information needed" ]
[ "TAGS\n#language-English #region-us \n", "# Dataset Card for \"VALUE_wikitext2_been_done\"\n\nMore Information needed" ]
[ 10, 21 ]
[ "passage: TAGS\n#language-English #region-us \n# Dataset Card for \"VALUE_wikitext2_been_done\"\n\nMore Information needed" ]
[ -0.04875289648771286, 0.17672958970069885, -0.0028286015149205923, 0.008810562081634998, -0.0030818930827081203, 0.06386572867631912, 0.17837636172771454, 0.10663359612226486, 0.046560730785131454, -0.030532564967870712, 0.13346070051193237, 0.06036308780312538, 0.10071311146020889, 0.15308311581611633, -0.08525300770998001, -0.08074744790792465, 0.06046000123023987, -0.00934569537639618, 0.04612364247441292, 0.07964577525854111, 0.0631379708647728, -0.028912458568811417, 0.0667385384440422, -0.06229810789227486, -0.18061938881874084, 0.02479187771677971, -0.025938674807548523, -0.10369310528039932, 0.13395604491233826, -0.0056678918190300465, 0.12257254123687744, 0.024282468482851982, -0.061183344572782516, -0.22983193397521973, 0.045631006360054016, -0.002230728277936578, 0.008217666298151016, 0.01665443740785122, 0.005743575748056173, 0.014702036045491695, 0.06970468163490295, 0.02951415255665779, -0.035570111125707626, 0.03337448090314865, -0.13262073695659637, -0.11777249723672867, -0.09026031941175461, 0.015311216935515404, 0.004523539915680885, -0.07309288531541824, 0.023305252194404602, 0.12435559928417206, -0.009975639171898365, 0.0811896026134491, 0.07609450072050095, -0.12929841876029968, 0.014957363717257977, 0.02839074283838272, -0.0244564488530159, 0.07915826141834259, -0.037394143640995026, 0.12301371246576309, 0.08987210690975189, -0.0034846304915845394, -0.172808438539505, -0.05265340581536293, -0.2790968418121338, 0.10494918376207352, -0.012976500205695629, -0.07267885655164719, 0.3164719045162201, 0.04731913283467293, -0.03390257805585861, -0.09641197323799133, -0.051232609897851944, 0.03554964438080788, 0.05665458366274834, -0.013944282196462154, 0.0002572129887994379, 0.02568088285624981, 0.0457906499505043, -0.12098514288663864, -0.11283884942531586, -0.04363159462809563, -0.09248845279216766, 0.12978923320770264, -0.020038511604070663, 0.1760222166776657, -0.2317657470703125, -0.022786764428019524, -0.014212468639016151, -0.0746195986866951, -0.016819873824715614, -0.13396668434143066, 0.05069413036108017, -0.010241885669529438, 0.019908156245946884, 0.0064209699630737305, 0.13023768365383148, -0.11258087307214737, -0.08288148790597916, 0.022243665531277657, -0.1342187076807022, 0.12126550823450089, 0.20211243629455566, -0.05315345525741577, 0.012907314114272594, -0.02722129225730896, -0.0012178091565147042, -0.12923675775527954, -0.025671621784567833, -0.05188361555337906, -0.07461477071046829, 0.026415307074785233, -0.06352365016937256, 0.11962202936410904, -0.051546186208724976, -0.06736421585083008, -0.037710040807724, 0.012140128761529922, 0.154829204082489, -0.09730051457881927, -0.039753932505846024, 0.023507291451096535, -0.09943685680627823, 0.17167896032333374, -0.004818550311028957, -0.023475967347621918, -0.03136008232831955, 0.011844626627862453, 0.013004851527512074, 0.007424248848110437, 0.02450856752693653, -0.052015822380781174, 0.1349014937877655, -0.2126692831516266, 0.0961885079741478, -0.06814795732498169, -0.26533472537994385, -0.046050459146499634, 0.039754245430231094, 0.02552744932472706, 0.09705201536417007, -0.045456673949956894, 0.1014576256275177, 0.07536318153142929, -0.06956762820482254, -0.022327855229377747, -0.07795985043048859, 0.08781150728464127, -0.11801104992628098, 0.14088031649589539, -0.20605523884296417, -0.0030423395801335573, -0.11959333717823029, -0.049389224499464035, 0.0040793404914438725, 0.028252143412828445, -0.0280012134462595, 0.09574723243713379, -0.09444183111190796, 0.04333013668656349, -0.11160304397344589, 0.06809956580400467, -0.03253660723567009, 0.20302976667881012, -0.23228299617767334, -0.021061882376670837, 0.257320374250412, -0.07796915620565414, -0.15412800014019012, 0.09442762285470963, -0.029867641627788544, 0.1583625078201294, 0.10640483349561691, 0.27678364515304565, -0.0572475828230381, -0.11487773805856705, -0.04364866018295288, 0.11154226213693619, -0.021846333518624306, -0.05315146967768669, -0.000637865043245256, -0.08290597051382065, 0.051016729325056076, 0.022370845079421997, 0.1586718112230301, -0.04507920891046524, -0.04813651368021965, -0.08819013088941574, -0.016799399629235268, -0.13387826085090637, 0.09887275099754333, -0.03196784481406212, 0.018767209723591805, -0.06900455802679062, 0.036497049033641815, 0.027106400579214096, 0.0618663914501667, 0.05208025872707367, 0.06599143892526627, 0.010202297940850258, 0.04344724118709564, -0.05065438523888588, 0.014878511428833008, -0.11033336073160172, 0.013977348804473877, -0.05307123810052872, 0.11862600594758987, 0.012169763445854187, 0.032347843050956726, 0.044480811804533005, -0.05074115842580795, 0.009242008440196514, 0.025142353028059006, 0.03324424847960472, -0.0011068328749388456, -0.016364581882953644, -0.09274792671203613, 0.09757489711046219, -0.07211057841777802, -0.12665297091007233, -0.056885190308094025, -0.06674768030643463, 0.12520591914653778, 0.08343721181154251, 0.04903004691004753, -0.04803605005145073, 0.07908379286527634, 0.004791960585862398, -0.06917327642440796, -0.03125331923365593, 0.01105610653758049, -0.012057606130838394, -0.043830931186676025, 0.22786909341812134, -0.013203668408095837, 0.07113175839185715, 0.16576077044010162, 0.021942824125289917, 0.02747555449604988, 0.0679793730378151, 0.04215730354189873, 0.020756008103489876, -0.10282858461141586, 0.06565575301647186, -0.015790175646543503, 0.013565339148044586, 0.0677616074681282, -0.0950750932097435, -0.026083936914801598, 0.05235619470477104, -0.07803020626306534, -0.10600634664297104, -0.005871342960745096, 0.018988775089383125, -0.3589787185192108, 0.1081785187125206, 0.2445773333311081, 0.12106109410524368, 0.347658634185791, -0.005202881060540676, -0.06590831279754639, 0.04960370436310768, 0.01795233227312565, -0.0860571414232254, 0.1604311317205429, -0.15858522057533264, -0.0688263326883316, 0.054861925542354584, 0.05681036412715912, 0.03844722732901573, -0.08404606580734253, -0.05528392270207405, 0.0011839591898024082, -0.05359544977545738, -0.11105238646268845, 0.06821732223033905, -0.026531390845775604, 0.11557032912969589, 0.0022029599640518427, 0.07110342383384705, 0.04407179355621338, -0.02478596195578575, -0.025013143196702003, 0.10884945839643478, -0.15193472802639008, -0.2137165069580078, -0.06210047006607056, -0.09740084409713745, 0.0361599400639534, -0.010387839749455452, 0.030038785189390182, -0.19939890503883362, -0.0007252798532135785, 0.07787691801786423, -0.009419945999979973, -0.16080334782600403, -0.04015199840068817, -0.002240382367745042, 0.006402076222002506, -0.06434639543294907, -0.1530156284570694, 0.014213108457624912, -0.009315650910139084, 0.0608346201479435, 0.08196961879730225, -0.09906017035245895, 0.07640603929758072, 0.06036878377199173, -0.04067343473434448, 0.04608619213104248, -0.03538477048277855, 0.06361399590969086, -0.12251018732786179, -0.01516525074839592, 0.09764577448368073, -0.054713644087314606, 0.005932886619120836, 0.07281533628702164, 0.020437249913811684, -0.1553141474723816, 0.03157569095492363, 0.02398977428674698, -0.11893724650144577, -0.3204692304134369, -0.06726374477148056, 0.002626547822728753, 0.1530940681695938, 0.005474491510540247, 0.06535089015960693, -0.1644534170627594, 0.00339879491366446, -0.008743420243263245, -0.029032792896032333, -0.09184239059686661, -0.014125185087323189, -0.13868968188762665, -0.017603673040866852, -0.005513364914804697, -0.1149783506989479, 0.06543847173452377, 0.18443459272384644, 0.2153165191411972, 0.008574606850743294, 0.06885267049074173, 0.12579789757728577, 0.08153282105922699, 0.04398731887340546, 0.05706541985273361, 0.09546135365962982, 0.08760666102170944, 0.015004764311015606, 0.004993135575205088, 0.00752856582403183, -0.05122284218668938, 0.03699691966176033, 0.05092525854706764, -0.15030206739902496, 0.005090674385428429, -0.04802606999874115, 0.07806089520454407, -0.031049976125359535, 0.1344175636768341, -0.1450439691543579, 0.031105991452932358, 0.08111465722322464, -0.009331260807812214, -0.16991181671619415, 0.09764793515205383, 0.08245059102773666, -0.15287794172763824, 0.15302574634552002, 0.08233766257762909, 0.09091001003980637, -0.17762599885463715, -0.028895407915115356, -0.17999863624572754, -0.26747334003448486, -0.03163755312561989, 0.0889003798365593, -0.17302578687667847, 0.18792009353637695, 0.07961195707321167, -0.006970666348934174, -0.057423822581768036, -0.047067929059267044, -0.006389161571860313, 0.012288615107536316, 0.19296717643737793, 0.028802674263715744, -0.029945410788059235, -0.013966046273708344, -0.08478480577468872, 0.01527007669210434, 0.13698722422122955, 0.05916652828454971, -0.0954667329788208, 0.10330566763877869, 0.04297737777233124, -0.10484596341848373, -0.016330476850271225, -0.1564103364944458, -0.09279244393110275, -0.041812289506196976, 0.10049892961978912, 0.020919105038046837, 0.045778173953294754, -0.009727572090923786, -0.14785407483577728, 0.23895588517189026, 0.15212611854076385, -0.020292028784751892, -0.09479351341724396, -0.01003237720578909, 0.06466928869485855, -0.003964117728173733, -0.043161094188690186, -0.052114956080913544, 0.009244373999536037, -0.18691577017307281, -0.09870237112045288, 0.07575831562280655, -0.03575693443417549, 0.0859164446592331, -0.11062607914209366, 0.03292571008205414, 0.0054685273207724094, -0.026700010523200035, 0.010921599343419075, -0.033358749002218246, -0.027582218870520592, -0.033162932842969894, 0.1795363575220108, -0.013221082277595997, 0.011484497226774693, 0.10877204686403275, 0.09264447540044785, 0.015486320480704308, 0.02875300869345665, -0.1337548941373825, 0.2782762348651886, 0.028593873605132103, -0.013196153566241264, 0.25855696201324463, 0.20297862589359283, -0.11893882602453232, -0.28296932578086853, -0.03414255753159523, -0.12536577880382538, 0.08018054068088531, -0.0867360532283783, -0.17716462910175323, 0.012493518181145191, -0.019955597817897797, -0.06608064472675323, 0.2130187451839447, -0.12341964244842529, -0.06198601797223091, 0.13140977919101715, 0.03140190988779068, 0.3220541477203369, -0.14136692881584167, -0.05523170158267021, -0.12418372184038162, -0.14657330513000488, 0.17735996842384338, -0.34962791204452515, -0.019851675257086754, 0.052934594452381134, 0.15697981417179108, -0.01847052574157715, -0.020456936210393906, 0.17221477627754211, -0.024716965854167938, 0.016276070848107338, -0.04742836207151413, -0.024569140747189522, 0.13506795465946198, -0.0685778558254242, 0.08607669174671173, 0.002244417555630207, -0.018073610961437225, -0.13593930006027222, -0.014955627731978893, -0.04237315431237221, 0.030429350212216377, 0.004172804765403271, -0.02779979072511196, 0.003095129504799843, -0.03201337158679962, -0.09350865334272385, 0.026889396831393242, 0.15583184361457825, -0.07513196766376495, 0.029736090451478958, 0.10776816308498383, 0.09110604971647263, -0.04348373040556908, 0.08963990211486816, -0.001151521340943873, -0.08567804098129272, 0.16561779379844666, -0.40247154235839844, 0.027628537267446518, 0.019783370196819305, 0.022921938449144363, 0.030963141471147537, -0.003819236531853676, -0.07451575249433517, 0.10909973084926605, 0.09930223971605301, -0.13883236050605774, 0.03478191792964935, 0.051291126757860184, -0.05943794175982475, 0.0582389272749424, 0.03927114978432655, 0.14928311109542847, 0.062108978629112244, -0.02961430512368679, -0.06694623082876205, 0.026862407103180885, -0.0908505842089653, 0.04868050292134285, 0.0514763742685318, 0.05094313994050026, -0.15168757736682892, 0.24175703525543213, 0.01515717152506113, -0.22140845656394958, 0.13536186516284943, -0.04118317365646362, -0.10895851999521255, -0.06866162270307541, -0.009934630244970322, 0.12190129607915878, 0.0035105934366583824, -0.19983316957950592, -0.011606493033468723, -0.003108673496171832, -0.006361459847539663, 0.16792689263820648, 0.013605557382106781, 0.12217576056718826, 0.02126411534845829, -0.10897451639175415, 0.04434898495674133, -0.023697907105088234, -0.028390826657414436, -0.047563981264829636, -0.07215835899114609, -0.1355341374874115, -0.06530015170574188, 0.2153390645980835, -0.006476637441664934, -0.05966499075293541, -0.0789225697517395, 0.08949104696512222, -0.14335186779499054, 0.07008568197488785, -0.00597710395231843, 0.03158358484506607, -0.006435512565076351, 0.031895995140075684, 0.00967772863805294, -0.06391633301973343, -0.13792243599891663, 0.0658777728676796, 0.03955192118883133, 0.038218725472688675, -0.07699356228113174, 0.01492941752076149, 0.05994506552815437, 0.003969869576394558, 0.0925469920039177, 0.08285772800445557, -0.07144017517566681, 0.16124041378498077, -0.11493775248527527, -0.09041468799114227, 0.09806781262159348, -0.025977496057748795, 0.05437403544783592, 0.12136880308389664, -0.0532710887491703, 0.06098920851945877, 0.04688889533281326, 0.038551103323698044, -0.04200534522533417, -0.05165395513176918, -0.028205176815390587, -0.08105393499135971, -0.04810519516468048, 0.035505812615156174, 0.030984265729784966, 0.12781615555286407, 0.026301618665456772, 0.03205117583274841, 0.0063291857950389385, 0.007137657143175602, 0.019344186410307884, 0.00846204161643982, 0.005022008437663317, -0.0641697570681572, -0.06320034712553024, 0.03709089756011963, 0.023851661011576653, -0.076615110039711, 0.3344191312789917, -0.039089273661375046, -0.018727196380496025, -0.016633301973342896, 0.04614759236574173, -0.27735424041748047, -0.022172031924128532, 0.23943305015563965, 0.027498120442032814, -0.023629479110240936, -0.07515513896942139, 0.04763590171933174, 0.009640569798648357, 0.17627497017383575, 0.08857608586549759, 0.10806994885206223, 0.1666087955236435, 0.0936073437333107, -0.02608826942741871, 0.0030987258069217205, 0.07158499956130981, -0.06569336354732513, -0.056653041392564774, 0.08000775426626205, 0.02974894642829895, -0.16151578724384308, 0.16937080025672913, -0.036303430795669556, -0.0306840930134058, 0.02764224074780941, -0.07800944149494171, -0.21839146316051483, -0.08036766201257706, -0.0707836002111435, -0.05958998575806618, 0.11331864446401596, -0.051801376044750214, 0.12044543027877808, 0.09777522087097168, 0.10893355309963226, -0.014566547237336636, -0.007566508371382952, 0.046010103076696396, -0.10535966604948044, 0.14680902659893036, -0.010720102116465569, -0.01135298516601324, 0.05030427873134613, -0.010716431774199009, -0.04526594653725624, -0.054180439561605453, 0.022628694772720337, 0.05119258165359497, 0.010036659426987171, 0.0772685557603836, -0.1792253702878952, -0.06187503784894943, -0.055680472403764725, 0.11620153486728668, -0.013092870824038982, 0.08412832766771317, 0.1017070859670639, -0.002776208333671093, 0.021634500473737717, 0.0966489389538765, -0.00562491687014699, -0.05180446803569794, -0.10564246028661728, -0.0663551464676857, -0.023101093247532845, 0.0897081047296524, -0.0362866185605526, -0.02355988509953022, -0.0006614268058910966, 0.17435720562934875, 0.274748295545578, 0.03338457643985748, -0.004726950544863939, 0.017365004867315292, 0.040550343692302704, 0.04202369600534439, 0.07906243205070496, -0.004809570033103228, 0.07832198590040207, -0.07958421111106873, -0.09469304978847504, -0.01370982825756073, -0.07394611835479736, -0.03367335721850395, 0.08704958856105804, 0.025698307901620865, -0.057566139847040176, -0.07400066405534744, 0.11080106347799301, -0.21384011209011078, -0.021857623010873795, 0.05045269429683685, -0.1258598417043686, -0.05172930285334587, -0.06584121286869049, 0.06354619562625885, 0.0879274383187294, 0.038727715611457825, -0.045801036059856415, -0.09791648387908936, 0.05178986117243767, -0.01745111681520939, -0.31046515703201294, -0.08923553675413132, -0.01731845736503601, -0.14184702932834625, -0.001953510567545891, 0.0326823890209198, 0.09897489845752716, 0.01786055415868759, 0.038925595581531525, -0.004776821471750736, 0.026923207566142082, 0.017071710899472237, 0.12981873750686646, -0.08469041436910629, 0.04360765218734741, -0.05088827759027481, -0.0028139017522335052, 0.10017737746238708, -0.020429084077477455, -0.025238119065761566, 0.13671904802322388, -0.06729324162006378, -0.0841018408536911, 0.08004697412252426, -0.0754411518573761, 0.11442004889249802, 0.05041349306702614, -0.025733707472682, 0.01911807619035244, -0.008436654694378376, 0.09529277682304382, -0.02464243769645691, -0.18028685450553894, -0.09804782271385193, 0.007158320397138596, -0.09872660785913467, 0.057916633784770966, 0.06323602050542831, -0.2168453335762024, 0.08315495401620865, 0.044128913432359695, 0.07034117728471756, -0.060427475720644, 0.05679330974817276, 0.12705297768115997, 0.021579600870609283, -0.022462259978055954, -0.002034652978181839, 0.10650821030139923, 0.0322449691593647, 0.007893512956798077, -0.1542237401008606 ]
1103f6fcec810fafe4862064dd496c176e462bee
# Dataset Card for "VALUE_wikitext2_dey_it" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_dey_it
[ "region:us" ]
2023-02-10T03:59:18+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 121545, "num_examples": 139}, {"name": "train", "num_bytes": 1066585, "num_examples": 1212}, {"name": "validation", "num_bytes": 102624, "num_examples": 126}], "download_size": 809771, "dataset_size": 1290754}}
2023-02-10T03:59:23+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_dey_it" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_dey_it\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_dey_it\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_dey_it\"\n\nMore Information needed" ]
[ -0.030266523361206055, 0.0771784782409668, -0.004772012121975422, 0.03486214205622673, 0.019451795145869255, 0.12252315133810043, 0.17819102108478546, 0.08659078180789948, 0.10116249322891235, -0.10013116151094437, 0.11086524277925491, 0.049568139016628265, 0.09072389453649521, 0.1923912614583969, -0.05123326927423477, -0.10724150389432907, 0.05515024811029434, 0.034020476043224335, 0.012140643782913685, -0.0016050185076892376, 0.02817702665925026, -0.011248419061303139, 0.0513523630797863, -0.11498934030532837, -0.13694846630096436, 0.1070079505443573, -0.04051493480801582, -0.07807842642068863, 0.09062863886356354, -0.10854141414165497, 0.1561342179775238, -0.01713765598833561, 0.018555212765932083, -0.21044014394283295, 0.03852403908967972, 0.04606170952320099, -0.062442321330308914, 0.0254927147179842, 0.0200678501278162, -0.04814395308494568, -0.019201604649424553, -0.03700869530439377, -0.012080038897693157, -0.0786062628030777, -0.12760578095912933, -0.14439687132835388, -0.13206444680690765, 0.02203475311398506, 0.0010701894061639905, -0.06986959278583527, 0.06550135463476181, 0.08375612646341324, -0.16218532621860504, 0.04310305789113045, 0.022031838074326515, -0.01667224057018757, 0.038974691182374954, 0.11899997293949127, -0.06374118477106094, 0.09695275872945786, -0.022679798305034637, 0.06475257873535156, 0.09843187779188156, 0.019915487617254257, -0.07834982126951218, -0.03500817343592644, -0.11332318186759949, 0.0791688784956932, 0.004778221715241671, -0.10245992243289948, 0.33654531836509705, 0.02926543913781643, -0.019451839849352837, 0.06702172011137009, -0.021024681627750397, 0.0028733958024531603, 0.039231251925230026, 0.022343043237924576, 0.0716194361448288, 0.051302701234817505, 0.09870270639657974, -0.0008072141790762544, -0.12517568469047546, -0.10714350640773773, -0.20017603039741516, 0.1414591372013092, -0.03007551096379757, 0.17256969213485718, -0.24392636120319366, -0.039894893765449524, -0.030675873160362244, -0.058677420020103455, -0.0880792960524559, -0.08378715068101883, 0.04513394460082054, -0.0717623308300972, 0.0346221923828125, 0.007409587502479553, 0.17261545360088348, -0.025722088292241096, -0.040565263479948044, -0.025770364329218864, -0.0808064341545105, 0.0913936048746109, 0.27104422450065613, -0.10229913145303726, -0.03719613328576088, 0.022660067304968834, -0.0038458406925201416, -0.13272979855537415, 0.03313788026571274, -0.08804484456777573, -0.10432296991348267, -0.029923897236585617, -0.03611702844500542, 0.09808852523565292, -0.0033258465118706226, -0.0687628835439682, -0.053720466792583466, -0.01921628788113594, 0.16760559380054474, -0.09360938519239426, 0.03551565855741501, 0.022408727556467056, -0.07559513300657272, 0.17606134712696075, -0.12079517543315887, -0.01977779157459736, 0.03340594470500946, 0.08674303442239761, -0.036650557070970535, 0.03580113500356674, -0.004150858614593744, -0.05745363235473633, 0.11265742033720016, -0.134233295917511, 0.10144361108541489, -0.11742796748876572, -0.278960257768631, -0.020032091066241264, 0.013535609468817711, -0.0059090955182909966, 0.20701460540294647, 0.003940491937100887, 0.0059774573892354965, 0.04470716044306755, -0.058797191828489304, -0.07874513417482376, -0.12561775743961334, 0.04315098747611046, -0.1056690365076065, 0.12376914173364639, -0.2951483428478241, 0.009175662882626057, -0.08397211879491806, -0.00394038250669837, 0.003062898525968194, 0.06482171267271042, -0.07030554860830307, 0.09027112275362015, -0.016787828877568245, 0.060237765312194824, -0.12381638586521149, 0.04750768095254898, 0.02882109209895134, 0.16500066220760345, -0.2929818630218506, -0.020435314625501633, 0.20773456990718842, -0.13089166581630707, -0.1305413544178009, 0.033195123076438904, -0.058898333460092545, 0.09157752990722656, 0.10068453848361969, 0.38859426975250244, -0.004925659392029047, -0.08595570921897888, -0.03429028019309044, 0.2187243402004242, -0.13144953548908234, -0.12245026230812073, 0.004648945759981871, -0.028899256139993668, -0.09158416092395782, -0.02484564669430256, 0.08738195151090622, -0.03344331309199333, -0.05270523205399513, -0.05426684394478798, 0.03481055796146393, -0.09334119409322739, 0.08428577333688736, -0.049832575023174286, 0.021320998668670654, -0.02787504345178604, 0.12238729745149612, 0.06602785736322403, 0.11377599090337753, 0.030805353075265884, -0.007670371327549219, 0.010774162597954273, 0.046959441155195236, -0.09377949684858322, 0.038572657853364944, -0.06606735289096832, -0.021793050691485405, 0.015317295677959919, 0.023821817710995674, -0.031141391023993492, 0.04172997176647186, 0.07796724140644073, -0.06836913526058197, 0.06947536766529083, -0.010902395471930504, -0.03012263774871826, 0.050340697169303894, 0.02010270580649376, -0.05486578494310379, 0.07358722388744354, -0.0893777459859848, -0.11686115711927414, -0.020082904025912285, -0.10268484055995941, 0.14072541892528534, 0.01731790602207184, 0.025257248431444168, 0.043364591896533966, 0.027754968032240868, 0.028154470026493073, -0.005197529681026936, -0.06667418777942657, -0.026424363255500793, -0.01741621643304825, 0.009079371578991413, 0.12105315923690796, -0.022990534082055092, 0.20130081474781036, 0.17764392495155334, -0.012554151006042957, -0.005853387527167797, 0.00746565219014883, 0.0815289169549942, -0.00046411241055466235, 0.00814942829310894, -0.011615941300988197, -0.08203426748514175, -0.028117094188928604, 0.02334320917725563, -0.0653185248374939, 0.023199576884508133, 0.03000630810856819, -0.05835713818669319, -0.08286788314580917, -0.052925873547792435, 0.04895875230431557, -0.20881114900112152, 0.10828817635774612, 0.24315232038497925, 0.07301252335309982, 0.21794253587722778, -0.04110734537243843, -0.0779721662402153, -0.019090520218014717, -0.07946609705686569, -0.08722280710935593, 0.18164871633052826, -0.0713062584400177, -0.026515673846006393, -0.003632104257121682, 0.06382247805595398, 0.07070641964673996, -0.0899975448846817, -0.09541413933038712, -0.003243731800466776, -0.03469089791178703, -0.20960786938667297, -0.01626160554587841, -0.029261957854032516, 0.09051493555307388, 0.05270412191748619, 0.049147967249155045, 0.10070610046386719, -0.03280013054609299, -0.020601414144039154, 0.1480945199728012, -0.186025932431221, -0.2393738478422165, 0.004936096258461475, -0.04637119546532631, 0.07960329949855804, 0.017409909516572952, 0.006654407829046249, -0.15515749156475067, -0.018651584163308144, 0.05878378823399544, 0.005726403556764126, -0.19849002361297607, -0.01869134232401848, 0.07727905362844467, -0.02722851000726223, -0.1287231296300888, -0.13130123913288116, -0.003752464195713401, -0.016031736508011818, 0.10596214979887009, 0.15178325772285461, -0.12771283090114594, 0.1055496409535408, 0.041138336062431335, -0.062491126358509064, 0.06747860461473465, -0.02168724685907364, 0.06359128654003143, -0.08154752105474472, 0.019080515950918198, 0.05671417713165283, -0.06187699735164642, 0.0346880741417408, 0.09310784190893173, 0.05146290361881256, -0.10134383291006088, -0.01648883707821369, -0.04584580287337303, -0.12194395810365677, -0.3328155279159546, -0.04260210692882538, 0.002240569796413183, 0.1459912657737732, 0.014073260128498077, 0.0745643675327301, 0.0477028414607048, 0.020161636173725128, 0.12160415202379227, 0.03953339904546738, -0.11534072458744049, -0.05697092413902283, -0.078929103910923, 0.019309476017951965, -0.09292224049568176, -0.17624999582767487, 0.03407369181513786, 0.1954321414232254, 0.266807496547699, 0.07765700668096542, 0.08915349096059799, 0.07563457638025284, 0.04532839357852936, 0.0030886358581483364, 0.07978563755750656, 0.09406571835279465, 0.12001363933086395, 0.006011468358337879, 0.017642613500356674, 0.02965536154806614, -0.030529513955116272, 0.015592997893691063, 0.040810879319906235, -0.21924199163913727, 0.06047632545232773, -0.06100719794631004, 0.05411873385310173, -0.07688643783330917, 0.11044345051050186, -0.1704951673746109, 0.10260476917028427, 0.049226872622966766, 0.11762335896492004, -0.06774793565273285, 0.0613979771733284, 0.07414849102497101, -0.06447658687829971, 0.13296343386173248, 0.13803118467330933, 0.05108316242694855, -0.2193632274866104, -0.042193081229925156, -0.08857899904251099, -0.0759967714548111, -0.013276990503072739, 0.05059798061847687, -0.24022428691387177, 0.10497453063726425, 0.04234599694609642, 0.019975384697318077, -0.06696420907974243, -0.060110222548246384, 0.008826623670756817, 0.07191004604101181, 0.07671315968036652, 0.06177641451358795, -0.0811595469713211, -0.11670634895563126, -0.0310821495950222, -0.025022463873028755, 0.11325649917125702, 0.08887750655412674, -0.10088441520929337, 0.05821217969059944, 0.05481968820095062, -0.08466251194477081, -0.05424957349896431, -0.13211071491241455, -0.058076344430446625, -0.03836512938141823, 0.029255526140332222, 0.05579264089465141, 0.00950051099061966, 0.010206859558820724, -0.047153934836387634, 0.08096078038215637, 0.07491330057382584, -0.018571751192212105, -0.07928742468357086, -0.03895396739244461, 0.031006131321191788, 0.0013613075716421008, -0.04437340423464775, -0.0036266837269067764, -0.022008981555700302, -0.12728317081928253, -0.1894054263830185, 0.11317437142133713, -0.04112706705927849, 0.17217500507831573, -0.0836641788482666, 0.018780730664730072, 0.050519611686468124, -0.029481256380677223, 0.08915849030017853, -0.056095100939273834, -0.00721357949078083, -0.0611884668469429, 0.2188633680343628, 0.0047951024025678635, -0.0008543109870515764, 0.16185350716114044, 0.1375911831855774, 0.016590647399425507, 0.06526528298854828, -0.024220898747444153, 0.18384259939193726, 0.06508558988571167, -0.06270070374011993, 0.13359643518924713, 0.19660083949565887, -0.12165752798318863, -0.30823826789855957, 0.02421959862112999, -0.11163535714149475, -0.036126550287008286, -0.1002006009221077, -0.25035160779953003, 0.0363796129822731, 0.08707260340452194, -0.027779381722211838, 0.33370110392570496, -0.07260062545537949, 0.01747218891978264, 0.12609915435314178, -0.006668356247246265, 0.32130545377731323, -0.10180220752954483, -0.055116429924964905, -0.11991596966981888, -0.05695011094212532, 0.2152244746685028, -0.2401682287454605, -0.012455298565328121, 0.010446232743561268, 0.14653180539608002, -0.03222600743174553, -0.009073526598513126, 0.17832425236701965, 0.08771006017923355, 0.12594720721244812, -0.07360371202230453, 0.016374822705984116, 0.15866400301456451, -0.07847575098276138, 0.09154324978590012, 0.038417965173721313, -0.004179089330136776, -0.05465316027402878, -0.005487042013555765, 0.022405708208680153, 0.02169078402221203, 0.05607077479362488, -0.05521257221698761, -0.013155783526599407, -0.060532838106155396, -0.1617233157157898, -0.013309868983924389, 0.09961005300283432, 0.04246623441576958, -0.0021151918917894363, -0.06575797498226166, 0.027898183092474937, -0.028096552938222885, 0.12969698011875153, -0.016749925911426544, -0.10649284720420837, 0.13386712968349457, -0.32187825441360474, -0.010484149679541588, 0.034044403582811356, 0.00929028820246458, 0.05712404474616051, 0.031977660953998566, -0.10308437049388885, 0.056413061916828156, 0.13467518985271454, -0.08551265299320221, 0.02915904112160206, 0.09599500894546509, -0.12718117237091064, 0.061824191361665726, 0.0723455622792244, 0.06073220446705818, 0.0639844462275505, -0.011530078947544098, -0.054768238216638565, 0.0483708456158638, -0.09338100254535675, 0.022490400820970535, 0.08989795297384262, 0.01189312245696783, -0.1593245416879654, 0.2354753613471985, -0.010956085287034512, -0.13714183866977692, 0.10516608506441116, 0.004513635765761137, -0.058507658541202545, -0.10760330408811569, -0.04740951955318451, 0.2048277109861374, -0.013154039159417152, -0.2065824419260025, 0.06409455835819244, -0.06429838389158249, -0.009082627482712269, 0.12278981506824493, 0.021488599479198456, 0.15979847311973572, 0.051739007234573364, -0.05747515335679054, 0.024044200778007507, -0.06798945367336273, -0.11546124517917633, 0.03819788992404938, -0.09034854173660278, -0.20409390330314636, -0.01876530610024929, 0.20341743528842926, -0.023607507348060608, -0.06432773172855377, -0.10310950130224228, 0.04834376275539398, -0.16958773136138916, 0.13697980344295502, -0.033275146037340164, 0.03765052184462547, 0.010072536766529083, 0.042883481830358505, 0.012546873651444912, -0.022834472358226776, -0.08200414478778839, 0.060927245765924454, 0.06892373412847519, 0.010131771676242352, -0.06673365086317062, -0.03453228622674942, 0.01870940998196602, 0.0025780173018574715, 0.09644097089767456, 0.12203751504421234, 0.00018206094682682306, 0.1477082222700119, -0.13203178346157074, -0.08674310147762299, 0.09584160894155502, 0.017377182841300964, 0.054278939962387085, 0.1102735623717308, -0.027751073241233826, 0.06238473951816559, -0.0497656986117363, 0.019366925582289696, -0.033846113830804825, -0.029695309698581696, 0.013731297105550766, -0.16314558684825897, -0.08612008392810822, -0.006595971062779427, -0.0024775180500000715, 0.23576487600803375, -0.005416999105364084, 0.017358986660838127, 0.03546961024403572, 0.05796768516302109, 0.034987419843673706, -0.039866019040346146, -0.0028825022745877504, -0.10753192007541656, -0.10689212381839752, 0.01355318445712328, 0.03218237683176994, -0.06248561665415764, 0.38520464301109314, 0.021075382828712463, -0.09939741343259811, -0.04999728873372078, 0.03542280197143555, -0.16534487903118134, 0.02115648426115513, 0.25675830245018005, 0.02275974676012993, -0.08906802535057068, -0.18583343923091888, 0.05362408235669136, 0.007275004871189594, 0.03282691538333893, 0.03759191185235977, 0.08588867634534836, 0.06902950257062912, -0.0026552830822765827, 0.04329271987080574, -0.023448370397090912, 0.0031076010782271624, -0.10118407756090164, 0.0033925985917448997, -0.027512256056070328, 0.07210993766784668, -0.2205609381198883, 0.11456815898418427, 0.02990231290459633, -0.015516744926571846, -0.009283163584768772, -0.08712054789066315, -0.12402385473251343, -0.04945387318730354, -0.037105292081832886, -0.10098434239625931, 0.030304886400699615, -0.053140975534915924, 0.03657035157084465, 0.23227134346961975, 0.059450071305036545, -0.021093137562274933, 0.028103305026888847, 0.08912377059459686, -0.061099544167518616, 0.07601263374090195, -0.030424514785408974, -0.03748736158013344, 0.030815433710813522, -0.06455419212579727, -0.0019833792466670275, -0.031028125435113907, 0.0016123047098517418, 0.04704977571964264, 0.0627620667219162, 0.0749722570180893, -0.17400535941123962, -0.06313181668519974, -0.01143702957779169, 0.09109523147344589, -0.158426433801651, 0.08519718050956726, 0.09361119568347931, -0.04015066847205162, 0.09552289545536041, 0.019332753494381905, 0.046505656093358994, 0.0029484389815479517, -0.05277106910943985, -0.03761184588074684, -0.061104148626327515, 0.11363121122121811, -0.003972434904426336, -0.051977790892124176, -0.055424775928258896, 0.05878332629799843, 0.2438850849866867, 0.00820401031523943, 0.02421186864376068, -0.007230742368847132, 0.043343719094991684, 0.05769212916493416, 0.1660565584897995, -0.004568283446133137, 0.04866038262844086, -0.011114497669041157, -0.0426495186984539, -0.041305143386125565, -0.06462521851062775, -0.04671384021639824, 0.024636395275592804, 0.04362831637263298, -0.020200014114379883, -0.139967143535614, 0.14284446835517883, -0.1931968331336975, -0.02395522966980934, 0.0797036811709404, -0.059702806174755096, -0.018078716471791267, -0.02483079954981804, 0.061059944331645966, 0.035000141710042953, -0.0004281382425688207, -0.08225062489509583, -0.05064058676362038, 0.019905079156160355, 0.004559056367725134, -0.3373187482357025, -0.08494122326374054, 0.00293614249676466, -0.026020396500825882, -0.03283153101801872, -0.018968887627124786, 0.12150401622056961, -0.0011852352181449533, 0.08905955404043198, -0.08625616878271103, 0.03175133094191551, -0.0081293024122715, 0.1737155169248581, -0.08008189499378204, -0.07220031321048737, -0.06037035956978798, -0.1349143236875534, 0.12259776890277863, -0.017201943323016167, -0.08967025578022003, 0.13771942257881165, -0.07531379908323288, -0.04401601850986481, -0.01699361391365528, -0.05519113317131996, 0.06928955763578415, -0.014192072674632072, -0.014486619271337986, 0.05467726290225983, -0.010126562789082527, -0.011973094195127487, -0.0018899133428931236, -0.2416016310453415, -0.1053871363401413, 0.12785311043262482, -0.11089007556438446, 0.08631891757249832, 0.08857022225856781, -0.11760661005973816, 0.14241674542427063, -0.07074356079101562, 0.06406757235527039, -0.045816756784915924, 0.006531612481921911, 0.1235925704240799, 0.08113114535808563, -0.03649916872382164, 0.07078694552183151, 0.06760469824075699, -0.0031414167024195194, 0.025382671505212784, -0.1281110644340515 ]
93d41921cd54a117d6d539a00d30bcffe4c04971
# Dataset Card for "VALUE_wikitext2_drop_aux" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_drop_aux
[ "region:us" ]
2023-02-10T04:05:59+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 287459, "num_examples": 386}, {"name": "train", "num_bytes": 2899414, "num_examples": 3888}, {"name": "validation", "num_bytes": 235138, "num_examples": 340}], "download_size": 2054815, "dataset_size": 3422011}}
2023-02-10T04:06:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_drop_aux" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_drop_aux\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_drop_aux\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_drop_aux\"\n\nMore Information needed" ]
[ -0.05680100992321968, 0.09450804442167282, -0.0046287463046610355, 0.06085604801774025, 0.016661960631608963, 0.0843992680311203, 0.16448168456554413, 0.13702774047851562, 0.14797048270702362, -0.07041959464550018, 0.12590725719928741, 0.10695862770080566, 0.0999593734741211, 0.2874598205089569, -0.11018519848585129, -0.0855780765414238, 0.0604773685336113, -0.007566159125417471, 0.053759217262268066, 0.04246799275279045, 0.02147708460688591, -0.04036594554781914, 0.049356404691934586, -0.07291502505540848, -0.15810982882976532, 0.052399881184101105, -0.0013824988855049014, -0.0767279788851738, 0.06569193303585052, -0.046080052852630615, 0.13340915739536285, 0.012009954079985619, -0.0039122761227190495, -0.20804788172245026, 0.048300039023160934, 0.011381947435438633, -0.03455132246017456, 0.05621034651994705, 0.019250359386205673, -0.09023389965295792, -0.12849290668964386, -0.017595069482922554, -0.028606319800019264, 0.02446739748120308, -0.12563352286815643, -0.09985141456127167, -0.14791570603847504, 0.01989293284714222, 0.030924471095204353, -0.0734642818570137, 0.07029201835393906, 0.13453911244869232, -0.08973857760429382, 0.06414134800434113, 0.12873980402946472, -0.14149928092956543, 0.05342930927872658, 0.07347486913204193, -0.10373760759830475, 0.1009761169552803, -0.06261017918586731, 0.06295262277126312, 0.09345882385969162, -0.030932676047086716, -0.05316369608044624, -0.008222047239542007, -0.23402132093906403, 0.10151370614767075, -0.00679401122033596, -0.0986921489238739, 0.347763329744339, 0.04459067061543465, -0.019200587645173073, 0.00785619206726551, 0.002120383083820343, 0.010249797254800797, 0.026505833491683006, 0.06876035034656525, 0.018488621339201927, 0.05896205082535744, 0.07928576320409775, -0.01655728742480278, -0.09732465445995331, -0.08269474655389786, -0.13664713501930237, 0.10147523880004883, -0.060150377452373505, 0.19392772018909454, -0.19382387399673462, -0.032490961253643036, -0.035070594400167465, -0.07351887226104736, -0.0264129601418972, -0.11607208102941513, 0.01739838719367981, -0.0317353717982769, 0.02461704984307289, 0.02996087446808815, 0.1273176223039627, -0.09013514220714569, -0.04291309043765068, 0.02043718472123146, -0.12124434858560562, 0.12748673558235168, 0.2085462510585785, -0.09624508768320084, 0.033523980528116226, -0.034194886684417725, 0.014481713064014912, -0.10223336517810822, -0.030257999897003174, -0.09898892790079117, -0.07617351412773132, 0.02443355694413185, -0.1017683669924736, 0.09028719365596771, -0.0019292960641905665, -0.10975580662488937, -0.07942915707826614, -0.03547418490052223, 0.19373191893100739, -0.09377392381429672, -0.004958231933414936, 0.039959609508514404, -0.09714361280202866, 0.24265380203723907, -0.029568137601017952, -0.018625464290380478, -0.0247948095202446, 0.041968878358602524, -0.04183683544397354, 0.044426675885915756, 0.03191085904836655, -0.01653795689344406, 0.10245480388402939, -0.15412159264087677, 0.04496266692876816, -0.04776505008339882, -0.27897247672080994, 0.010370614007115364, 0.06337324529886246, 0.018944459035992622, 0.12651382386684418, -0.002931364579126239, 0.016092022880911827, 0.023118773475289345, -0.04268956929445267, -0.08719737082719803, -0.08937633782625198, 0.05292189493775368, -0.1312084048986435, 0.12702037394046783, -0.24233880639076233, 0.00577141297981143, -0.06554387509822845, -0.007767132483422756, -0.12390682101249695, 0.07885651290416718, -0.08310387283563614, 0.1416977345943451, -0.11252640932798386, 0.031029675155878067, -0.09466277807950974, 0.0035785401705652475, -0.0205698199570179, 0.16966550052165985, -0.25926512479782104, -0.029438937082886696, 0.20296262204647064, -0.11021820455789566, -0.158916637301445, 0.03625071421265602, -0.06719402968883514, 0.050017714500427246, 0.0824243575334549, 0.35545825958251953, -0.009457536973059177, -0.11542024463415146, 0.006576388143002987, 0.16537536680698395, -0.16012880206108093, -0.1869063824415207, 0.031897272914648056, -0.046987902373075485, -0.057003166526556015, -0.010721145197749138, 0.15542751550674438, -0.0288154948502779, -0.04530497267842293, -0.08725856244564056, -0.0003248708962928504, -0.14170406758785248, 0.13054220378398895, -0.042173903435468674, 0.004911751486361027, -0.024199187755584717, 0.11429942399263382, 0.07879047095775604, 0.06629820168018341, 0.03423059731721878, 0.0034870377276092768, -0.01661805994808674, 0.08026709407567978, -0.11168114095926285, 0.017525171861052513, -0.10595562309026718, -0.054977886378765106, -0.006325879599899054, 0.057011350989341736, -0.006665196735411882, 0.013837280683219433, 0.09795559197664261, -0.07438027858734131, 0.025048118084669113, 0.050180576741695404, 0.04864528030157089, 0.037225764244794846, -0.019770385697484016, -0.10037361830472946, 0.050852298736572266, -0.06891824305057526, -0.11850882321596146, -0.039001788944005966, -0.05273652821779251, 0.14211030304431915, 0.04557120054960251, 0.034329019486904144, -0.0283441673964262, 0.072389617562294, -0.029714306816458702, 0.005214610602706671, -0.039016325026750565, -0.008944270201027393, -0.023109348490834236, 0.009290816262364388, 0.08590095490217209, -0.00008575518586440012, 0.14683650434017181, 0.1626206785440445, -0.03303878381848335, 0.05423774570226669, -0.05997594818472862, 0.05452341586351395, 0.008715434931218624, -0.08340997993946075, 0.07818945497274399, -0.07875444740056992, -0.004003265872597694, 0.0047210752964019775, -0.08309567719697952, 0.011505295522511005, 0.04491383954882622, -0.06393814086914062, -0.0844462588429451, -0.03487183526158333, -0.028671417385339737, -0.22876453399658203, 0.10176462680101395, 0.22297295928001404, 0.10949888825416565, 0.19550438225269318, -0.07797593623399734, -0.08889000862836838, 0.004793301224708557, 0.017220469191670418, -0.06068588048219681, 0.1757083535194397, -0.04546817019581795, 0.0004182651755400002, 0.08019585907459259, 0.01576629839837551, 0.05053519457578659, -0.07779960334300995, -0.09206477552652359, -0.013256999664008617, -0.05780327320098877, -0.16434386372566223, -0.019061274826526642, 0.004216293338686228, 0.10192222148180008, 0.034320149570703506, 0.0844685360789299, 0.10064951330423355, -0.019673045724630356, -0.04596884176135063, 0.11630094796419144, -0.16192184388637543, -0.17312268912792206, -0.053067900240421295, -0.08315979689359665, 0.011747384443879128, -0.00682403240352869, -0.027313610538840294, -0.196250781416893, -0.016071496531367302, 0.052394669502973557, -0.11165718734264374, -0.10647304356098175, -0.0029880860820412636, 0.12015453726053238, 0.00009699563088361174, -0.07441408932209015, -0.08603373914957047, 0.0026137216482311487, -0.01833852007985115, 0.15976977348327637, 0.10697855800390244, -0.11118782311677933, 0.06623616814613342, 0.11728423088788986, -0.0652015432715416, 0.0986998900771141, -0.010138329118490219, 0.0946989506483078, -0.07135941088199615, 0.028034904971718788, 0.13073377311229706, -0.12181267887353897, 0.05222185701131821, 0.05764547735452652, 0.02902432717382908, -0.12436946481466293, -0.02259056642651558, -0.037846699357032776, -0.15359331667423248, -0.322123259305954, -0.07736416161060333, -0.031788382679224014, 0.11667080223560333, 0.021186742931604385, 0.039570365101099014, -0.02376902848482132, 0.07041450589895248, 0.08866189420223236, 0.020737670361995697, -0.08922720700502396, -0.03687705099582672, -0.12853620946407318, 0.020398475229740143, -0.030859442427754402, -0.187388077378273, 0.04841383174061775, 0.18050378561019897, 0.24402011930942535, 0.13172300159931183, 0.051186636090278625, 0.09895157814025879, 0.04586883261799812, 0.07863060384988785, 0.10913039743900299, 0.15926459431648254, 0.09337473660707474, -0.015046157874166965, 0.032517336308956146, 0.0012983939377591014, -0.06507176905870438, 0.008422061800956726, 0.06665712594985962, -0.15747544169425964, 0.0508650578558445, -0.062426868826150894, 0.09649278223514557, -0.044282954186201096, 0.10287617146968842, -0.17667821049690247, 0.047580536454916, 0.0644591823220253, 0.08491750061511993, -0.07803487777709961, 0.06524750590324402, 0.061813462525606155, -0.10248847305774689, 0.13279110193252563, 0.06586755812168121, 0.08776111900806427, -0.21101385354995728, -0.043257053941488266, -0.14428086578845978, -0.11586423963308334, -0.04420815780758858, 0.08425397425889969, -0.08823250979185104, 0.1618058830499649, 0.04327555373311043, -0.002756378147751093, -0.10319426655769348, -0.07106810063123703, 0.02694823034107685, 0.022390536963939667, 0.13749131560325623, 0.0464257076382637, -0.07812938839197159, -0.044126033782958984, -0.08521188050508499, -0.027383744716644287, 0.10724161565303802, 0.09254182875156403, -0.07660400867462158, 0.0771745815873146, 0.026058431714773178, -0.07101726531982422, -0.08831916004419327, -0.11784795671701431, -0.08404392749071121, -0.011856427416205406, 0.03956248611211777, -0.04053918644785881, 0.03314240649342537, 0.022669047117233276, -0.04820357263088226, 0.12886963784694672, 0.12120658904314041, -0.05627710744738579, -0.1448630690574646, -0.05659881606698036, 0.05671295151114464, 0.012015728279948235, -0.02464943565428257, 0.007042515091598034, 0.010854319669306278, -0.12036841362714767, -0.16835497319698334, 0.09042754024267197, -0.048721130937337875, 0.1049588993191719, -0.07700624316930771, 0.03523198142647743, 0.026372062042355537, -0.03629746288061142, 0.0534730888903141, -0.049058087170124054, 0.01818695291876793, -0.08611775934696198, 0.17328700423240662, -0.05318609997630119, -0.012229147367179394, 0.16243582963943481, 0.11929600685834885, -0.05269932746887207, 0.03665816783905029, -0.015569504350423813, 0.21523649990558624, 0.09066417813301086, -0.048435114324092865, 0.24103055894374847, 0.17770837247371674, -0.06464871764183044, -0.25743576884269714, 0.027306145057082176, -0.149796262383461, -0.0538715161383152, -0.0075667500495910645, -0.1829262673854828, 0.09923896193504333, 0.03216045722365379, -0.06980820000171661, 0.24604934453964233, -0.06908338516950607, 0.008632165379822254, 0.11476746946573257, 0.06862778961658478, 0.38350430130958557, -0.09922847151756287, -0.07976237684488297, -0.13078473508358002, -0.16091088950634003, 0.1935252547264099, -0.24277858436107635, 0.0056417821906507015, 0.009286537766456604, 0.12368156760931015, -0.02802538126707077, -0.04138882830739021, 0.1710907369852066, 0.04514003172516823, 0.08642934262752533, -0.06899799406528473, -0.008218693546950817, 0.16669537127017975, -0.07420659065246582, 0.07697030156850815, -0.028153451159596443, 0.013994747772812843, -0.17081229388713837, -0.00677118543535471, 0.006974920630455017, 0.019695531576871872, 0.04768604412674904, -0.05239684507250786, -0.02204478345811367, -0.04569946974515915, -0.06791186332702637, 0.015278562903404236, 0.08504233509302139, 0.020441675558686256, 0.010058204643428326, 0.12449530512094498, 0.045934781432151794, 0.05649343878030777, 0.09386630356311798, -0.035720761865377426, -0.0962439551949501, 0.10105514526367188, -0.45027655363082886, 0.025694604963064194, 0.049320321530103683, -0.0008307953830808401, 0.03201839700341225, 0.04340770095586777, -0.08566819876432419, 0.05598936229944229, 0.12699899077415466, -0.10351071506738663, 0.024491406977176666, 0.08362530171871185, -0.0884632095694542, 0.02070082351565361, 0.05862053856253624, 0.07919476926326752, 0.07245776802301407, -0.008483877405524254, -0.055625010281801224, 0.05596281960606575, -0.10399819910526276, 0.01088017225265503, 0.09859196841716766, 0.05656832829117775, -0.18193429708480835, 0.24156183004379272, -0.0022140974178910255, -0.07051093876361847, 0.07820063084363937, 0.03449176624417305, -0.10604829341173172, -0.08283205330371857, 0.030814455822110176, 0.16938263177871704, -0.027019871398806572, -0.1249462217092514, 0.02559913881123066, -0.10251417756080627, 0.0018336604116484523, 0.1889754980802536, 0.007225539069622755, 0.09843673557043076, 0.0640750303864479, -0.09599712491035461, 0.020635180175304413, -0.04231817275285721, -0.02928617037832737, -0.04888375103473663, -0.06390225142240524, -0.21192017197608948, -0.09279142320156097, 0.20317307114601135, -0.02554759569466114, -0.06447800993919373, -0.12608326971530914, 0.07863900810480118, -0.18842191994190216, 0.08454994857311249, -0.011143175885081291, 0.023749390617012978, -0.01542581059038639, 0.02663341350853443, 0.014538198709487915, -0.004128192085772753, -0.133672297000885, 0.08349906653165817, 0.04349011182785034, 0.038462333381175995, -0.09212999045848846, -0.00830753706395626, 0.06391993165016174, 0.010867844335734844, 0.1136261522769928, 0.1376301795244217, -0.03798331320285797, 0.1591051071882248, -0.10299527645111084, -0.11750755459070206, 0.06848848611116409, 0.021144064143300056, 0.07750141620635986, 0.16169174015522003, -0.01787022314965725, 0.027857553213834763, -0.019854305312037468, 0.04152136668562889, 0.03096873126924038, -0.02037135884165764, -0.03175682947039604, -0.11377647519111633, -0.06004028022289276, -0.005383176729083061, -0.0009131411788985133, 0.26141947507858276, -0.020585468038916588, -0.026703698560595512, 0.06976903975009918, 0.06375487893819809, -0.01809966005384922, -0.03507836535573006, 0.030849993228912354, -0.13651615381240845, -0.027018046006560326, 0.012260566465556622, 0.024498041719198227, -0.07306142896413803, 0.32747548818588257, -0.050004441291093826, -0.16875657439231873, -0.0285588838160038, 0.08796215802431107, -0.17003962397575378, 0.00893607921898365, 0.25133559107780457, 0.029814451932907104, -0.06112610548734665, -0.1138509139418602, 0.030583273619413376, 0.014521952718496323, 0.07087404280900955, 0.11176438629627228, 0.1030198261141777, 0.027981601655483246, 0.05209706723690033, -0.012193848378956318, -0.009369151666760445, 0.05240900442004204, 0.008322847075760365, -0.02902977541089058, 0.020633550360798836, 0.057570330798625946, -0.21697881817817688, 0.15138883888721466, -0.011930610053241253, 0.01833466999232769, 0.011310083791613579, -0.10743283480405807, -0.14264793694019318, -0.10881374776363373, -0.025203073397278786, -0.09855170547962189, 0.06975062936544418, -0.05198157578706741, 0.06923604011535645, 0.24366267025470734, 0.0928274393081665, 0.025967447087168694, 0.03793499618768692, 0.012021000497043133, 0.0069979289546608925, 0.0968407467007637, -0.043418899178504944, -0.06907043606042862, 0.06681665033102036, -0.035145774483680725, 0.04354184493422508, -0.09019980579614639, 0.004257941618561745, 0.050667185336351395, 0.03157404437661171, 0.08720879256725311, -0.12047550082206726, -0.1179351955652237, -0.04638015106320381, 0.054072000086307526, -0.10549961775541306, 0.15082253515720367, 0.07112520188093185, 0.019912537187337875, 0.040312718600034714, 0.06597902625799179, 0.015038124285638332, -0.0018601452466100454, -0.10610231012105942, -0.077579565346241, -0.0447615310549736, 0.07856275141239166, -0.02805088646709919, -0.04251592606306076, -0.011829939670860767, 0.2007945030927658, 0.1879575103521347, -0.03793803229928017, 0.022951526567339897, 0.002838118700310588, 0.03460336849093437, 0.07003960758447647, 0.13321711122989655, -0.04799359664320946, 0.0006271143793128431, -0.033470574766397476, -0.04623587802052498, -0.001662231283262372, -0.11216073483228683, -0.020651962608098984, 0.04548247158527374, 0.028710905462503433, -0.05019192770123482, -0.10623612254858017, 0.1590518355369568, -0.25314924120903015, 0.05565595626831055, 0.10222630202770233, -0.1260414719581604, -0.056023288518190384, -0.07611469179391861, 0.02967902086675167, 0.04154828563332558, 0.022931857034564018, -0.05595264956355095, -0.046063873916864395, 0.07592783123254776, -0.0016465936787426472, -0.31475991010665894, -0.07818620651960373, -0.029266977682709694, -0.12104492634534836, -0.021530069410800934, 0.010570154525339603, 0.11617844551801682, 0.0074770343489944935, 0.024102604016661644, -0.06548255681991577, 0.0033976754639297724, -0.015290842391550541, 0.09485476464033127, -0.11593049019575119, 0.04342486709356308, -0.06347927451133728, -0.09877638518810272, 0.08538302034139633, -0.005398718640208244, -0.07248351722955704, 0.16601461172103882, -0.027646856382489204, 0.005748135503381491, -0.04583501070737839, -0.07068376243114471, 0.0808144062757492, 0.0019354958785697818, -0.03264565020799637, 0.047901835292577744, 0.01823441870510578, 0.061332520097494125, 0.016942722722887993, -0.24190925061702728, -0.10301049798727036, 0.04552241414785385, -0.10836710780858994, 0.04431547969579697, 0.06680770218372345, -0.11327753216028214, 0.12230300903320312, -0.0876176506280899, 0.041148003190755844, -0.0792279914021492, 0.06194934621453285, 0.19436194002628326, 0.04975692182779312, -0.022117001935839653, 0.032043419778347015, 0.09254272282123566, 0.0021266534458845854, 0.07068482786417007, -0.09938659518957138 ]
7fefb2dc5f3a3c44b3e3fa5c795fd66f9230b39e
# Dataset Card for "VALUE_wikitext2_got" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_got
[ "region:us" ]
2023-02-10T04:12:14+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 96781, "num_examples": 118}, {"name": "train", "num_bytes": 947742, "num_examples": 1195}, {"name": "validation", "num_bytes": 78369, "num_examples": 91}], "download_size": 705607, "dataset_size": 1122892}}
2023-02-10T04:12:19+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_got" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_got\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_got\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_got\"\n\nMore Information needed" ]
[ -0.025894207879900932, 0.15049903094768524, -0.00366528844460845, 0.03968152031302452, 0.04114425182342529, 0.06438568979501724, 0.15307199954986572, 0.1278471201658249, 0.11656386405229568, -0.04431504011154175, 0.14005796611309052, 0.03946254774928093, 0.11473571509122849, 0.2219465672969818, -0.07331424206495285, -0.067393459379673, 0.05513302609324455, -0.006586969364434481, 0.057545144110918045, 0.05118675157427788, 0.011264997534453869, -0.04151425510644913, 0.0691787451505661, -0.061029814183712006, -0.20076562464237213, 0.08545825630426407, -0.021916504949331284, -0.06810010969638824, 0.08913346379995346, -0.0781865045428276, 0.11773459613323212, -0.013191578909754753, 0.0015950931701809168, -0.22992528975009918, 0.03391477093100548, 0.011365807615220547, -0.023502275347709656, 0.04303422197699547, 0.06443782150745392, -0.07064297050237656, -0.03277392312884331, -0.04366939887404442, -0.047356657683849335, -0.005284224171191454, -0.13783051073551178, -0.10012976825237274, -0.17765995860099792, 0.06415003538131714, -0.026771442964673042, -0.0757681280374527, 0.05370299145579338, 0.08354725688695908, -0.05040303245186806, 0.07133571058511734, 0.14105179905891418, -0.1503237634897232, 0.06052594631910324, 0.08964447677135468, -0.003544011851772666, 0.10732339322566986, -0.04622089862823486, 0.09693370014429092, 0.07470274716615677, 0.0062877279706299305, -0.06277429312467575, -0.026542166247963905, -0.3059740662574768, 0.12698478996753693, -0.008964113891124725, -0.10658224672079086, 0.32281923294067383, 0.07870888710021973, -0.02617381326854229, 0.014289732091128826, -0.017799917608499527, -0.040970396250486374, 0.0829850435256958, 0.04342758655548096, 0.023748358711600304, 0.05266786366701126, 0.03518175706267357, -0.05664990469813347, -0.1258029192686081, -0.09823531657457352, -0.14375069737434387, 0.07411163300275803, -0.06169317290186882, 0.20978152751922607, -0.2293316274881363, -0.018562842160463333, -0.07434584945440292, -0.06320802122354507, -0.024428699165582657, -0.07448707520961761, 0.05774591118097305, -0.043443646281957626, 0.022325605154037476, 0.028377702459692955, 0.1272727996110916, -0.08446432650089264, -0.045501310378313065, 0.006302517373114824, -0.14255769550800323, 0.11532054841518402, 0.22852198779582977, -0.10744763910770416, -0.03535414859652519, 0.056756582111120224, 0.006817867513746023, -0.16163671016693115, -0.03596500679850578, -0.08965375274419785, -0.07674966752529144, 0.018358658999204636, -0.05464046820998192, 0.12054821103811264, -0.023098817095160484, -0.0995519757270813, -0.03670156002044678, -0.0055399322882294655, 0.10970162600278854, -0.07630662620067596, -0.0011501471744850278, 0.03375587612390518, -0.11168593913316727, 0.17907322943210602, -0.021086616441607475, -0.01921951211988926, -0.011608804576098919, 0.04971911385655403, -0.03915311023592949, 0.035987649112939835, 0.054327528923749924, -0.03331116586923599, 0.14036352932453156, -0.17334392666816711, 0.05889960750937462, -0.09018779546022415, -0.2684774100780487, -0.02074509486556053, 0.02208944782614708, 0.028477651998400688, 0.1620989739894867, 0.013327543623745441, 0.03918988257646561, 0.044758398085832596, -0.0532858669757843, -0.02827964536845684, -0.08294452726840973, 0.0459192618727684, -0.1486518234014511, 0.11210224777460098, -0.23307667672634125, -0.00026144087314605713, -0.09646759182214737, 0.016263382509350777, -0.022118767723441124, 0.03738625720143318, -0.05256413668394089, 0.1234721690416336, -0.1065111979842186, 0.06655686348676682, -0.0973491296172142, 0.007014330476522446, 0.002947096945717931, 0.16099683940410614, -0.21294347941875458, -0.01159834023565054, 0.2151385396718979, -0.09494747221469879, -0.17928539216518402, 0.006501182913780212, -0.03463583439588547, 0.10214181989431381, 0.08651752769947052, 0.4034537374973297, -0.017309507355093956, -0.14398346841335297, -0.04620761796832085, 0.14763757586479187, -0.13162729144096375, -0.1620267629623413, 0.03757517412304878, -0.05469886586070061, -0.054945822805166245, -0.007461331784725189, 0.15339133143424988, -0.009975184686481953, -0.05848609283566475, -0.08208907395601273, -0.018372295424342155, -0.13547037541866302, 0.04846050962805748, -0.0388382151722908, 0.044841647148132324, -0.046467624604701996, 0.11819124221801758, -0.012956210412085056, 0.06612210720777512, 0.027062904089689255, 0.02080034278333187, -0.0016931508434936404, 0.07136791199445724, -0.11304358392953873, 0.03731316328048706, -0.10248696058988571, -0.07512732595205307, -0.010504418052732944, 0.0016230467008426785, -0.017123837023973465, -0.06069577485322952, 0.09605281800031662, -0.05479740723967552, 0.022791001945734024, 0.014458143152296543, 0.036309950053691864, 0.031930092722177505, -0.024199634790420532, -0.08195070177316666, 0.029550880193710327, -0.0664849504828453, -0.11109287291765213, -0.030878156423568726, -0.0655064657330513, 0.17287687957286835, 0.04881852865219116, 0.043195225298404694, -0.049854934215545654, 0.07796122878789902, -0.02079545520246029, 0.007167609874159098, -0.05836346745491028, -0.006064318586140871, -0.022839751094579697, 0.00687782745808363, 0.14680130779743195, -0.0321272574365139, 0.10003580152988434, 0.14128334820270538, 0.025863107293844223, 0.028947483748197556, -0.03326500579714775, 0.06108132377266884, 0.002205381402745843, -0.08469764143228531, 0.057963013648986816, -0.11684926599264145, -0.014729245565831661, -0.002256980864331126, -0.05281645059585571, 0.017196090891957283, 0.0692455917596817, -0.05517778918147087, -0.09323221445083618, -0.023480957373976707, 0.056101083755493164, -0.33757320046424866, 0.12594695389270782, 0.22613851726055145, 0.1292954534292221, 0.2279238998889923, -0.045426223427057266, -0.08910582959651947, -0.011745083145797253, -0.0023353530559688807, -0.06941155344247818, 0.15459990501403809, -0.06260044872760773, -0.01989218033850193, 0.06941547244787216, 0.019616136327385902, 0.0546375997364521, -0.07496356964111328, -0.08557724952697754, 0.008558537811040878, -0.045675572007894516, -0.18175069987773895, 0.0036054232623428106, -0.02391638420522213, 0.09984675794839859, 0.06114070862531662, 0.09613173454999924, 0.0962226539850235, -0.01800038106739521, -0.08333975821733475, 0.099908746778965, -0.17263944447040558, -0.18475458025932312, -0.05302075669169426, -0.10131911188364029, 0.026339242234826088, -0.0008930132607929409, -0.006488489452749491, -0.1770264059305191, 0.007329960819333792, 0.04818829521536827, -0.07608582079410553, -0.15239594876766205, 0.00015753241314087063, 0.05886668339371681, -0.00007041810022201389, -0.09046026319265366, -0.10620900243520737, 0.002550554694607854, -0.010897232219576836, 0.0967152789235115, 0.09603100270032883, -0.08826611936092377, 0.12584033608436584, 0.08238770067691803, -0.06024404242634773, 0.07948152720928192, -0.009682716801762581, 0.09609359502792358, -0.06024917587637901, 0.01068882830440998, 0.08890624344348907, -0.0837748572230339, 0.03714710474014282, 0.07608785480260849, 0.03332044556736946, -0.11032112687826157, -0.004141692072153091, -0.026188617572188377, -0.15418879687786102, -0.35511496663093567, -0.06326179206371307, 0.004498159047216177, 0.13196732103824615, 0.05906589701771736, 0.06690888106822968, -0.06194633990526199, 0.0830090269446373, 0.08938093483448029, 0.005887696053832769, -0.08474165946245193, -0.029289932921528816, -0.17191389203071594, 0.009346740320324898, -0.05405699834227562, -0.1759720742702484, 0.04108471795916557, 0.15933597087860107, 0.23713484406471252, 0.11890443414449692, 0.10677970200777054, 0.11289764940738678, 0.06564014405012131, 0.08742903172969818, 0.09463991969823837, 0.1651189625263214, 0.11606273800134659, -0.015606654807925224, 0.04027756676077843, 0.0038085642736405134, -0.03222742676734924, 0.03838053718209267, 0.04753611609339714, -0.15144215524196625, 0.010940675623714924, -0.09956181049346924, 0.07377459108829498, -0.008440947160124779, 0.0820687785744667, -0.1660798341035843, 0.05821487680077553, 0.061075128614902496, 0.07648196071386337, -0.099843330681324, 0.05261160805821419, 0.1520146131515503, -0.1330760419368744, 0.12229176610708237, 0.08286946266889572, 0.07653871923685074, -0.19127397239208221, -0.04671907797455788, -0.14723347127437592, -0.18337224423885345, -0.038707178086042404, 0.09939714521169662, -0.12443411350250244, 0.13720703125, 0.06839050352573395, -0.015043982304632664, -0.11271333694458008, -0.0688972920179367, 0.00514355069026351, 0.004869881551712751, 0.13628675043582916, 0.06527622044086456, -0.10940802097320557, -0.09539475291967392, -0.03543812781572342, -0.005341153126209974, 0.17412219941616058, 0.03336675837635994, -0.07128207385540009, 0.09514277428388596, 0.028747592121362686, -0.0932355672121048, -0.06469813734292984, -0.10773829370737076, -0.068159319460392, -0.04716779664158821, 0.0717020109295845, 0.026290982961654663, 0.011684082448482513, 0.03116060420870781, -0.09918271005153656, 0.18033099174499512, 0.1444035917520523, -0.017827916890382767, -0.1143697127699852, -0.011825114488601685, 0.025727778673171997, -0.00021853377984371036, -0.023608699440956116, 0.001116582308895886, 0.011578516103327274, -0.13196921348571777, -0.17430414259433746, 0.0819757729768753, -0.026564117521047592, 0.10039833933115005, -0.10043935477733612, 0.04903191328048706, 0.044520966708660126, -0.03487153351306915, 0.02869832143187523, -0.01969948224723339, -0.0042208596132695675, -0.07347329705953598, 0.19985543191432953, 0.0008024881826713681, -0.04298093542456627, 0.17790158092975616, 0.14739039540290833, 0.007519322447478771, 0.044550247490406036, -0.06674186885356903, 0.27387893199920654, 0.01835043914616108, -0.06486881524324417, 0.22073841094970703, 0.1958627700805664, -0.09977879375219345, -0.2679438292980194, 0.03681878373026848, -0.15817086398601532, -0.025233116000890732, -0.01685248501598835, -0.19436322152614594, 0.07835457473993301, 0.05221507325768471, -0.06630261242389679, 0.2882310748100281, -0.07261811941862106, -0.013400042429566383, 0.07822926342487335, 0.05483586713671684, 0.31731945276260376, -0.11883553117513657, -0.09944931417703629, -0.12557002902030945, -0.18181560933589935, 0.24179653823375702, -0.30023273825645447, -0.0030346084386110306, 0.03118777461349964, 0.17570018768310547, -0.015059868805110455, -0.04059753194451332, 0.18108320236206055, 0.04952343553304672, 0.06426787376403809, -0.07228066027164459, 0.02754049189388752, 0.18746082484722137, -0.09664196521043777, 0.0858316496014595, 0.0009608109248802066, 0.004427421372383833, -0.14553441107273102, 0.009960141964256763, -0.039034850895404816, 0.031108515337109566, 0.05328625440597534, -0.04289158806204796, -0.05710776895284653, -0.06721169501543045, -0.09093078225851059, 0.008436701260507107, 0.09678822755813599, 0.018061289563775063, 0.08761574327945709, 0.09243614226579666, -0.009982788935303688, 0.023126330226659775, 0.0757082849740982, -0.027577603235840797, -0.11481820046901703, 0.11540175974369049, -0.3866811692714691, 0.018906855955719948, 0.0781020000576973, 0.03223675116896629, 0.0551084540784359, 0.03398270532488823, -0.10209149122238159, 0.05941328778862953, 0.12908020615577698, -0.15709137916564941, 0.03940315172076225, 0.06423663347959518, -0.07088031619787216, 0.04194962978363037, 0.046646598726511, 0.09650153666734695, 0.07907462120056152, -0.02034546621143818, -0.06005391851067543, 0.0649065226316452, -0.13330043852329254, 0.04280288890004158, 0.12592890858650208, 0.05057438090443611, -0.1794956475496292, 0.26646026968955994, 0.036011748015880585, -0.14052999019622803, 0.11055024713277817, 0.033175159245729446, -0.08852618932723999, -0.08527421951293945, 0.011991797015070915, 0.18494318425655365, -0.01007281057536602, -0.1780037134885788, 0.05866723880171776, -0.06384400278329849, -0.0044006104581058025, 0.1592779904603958, -0.003601101925596595, 0.11203094571828842, 0.07698865234851837, -0.09990756958723068, -0.009058707393705845, -0.06175893545150757, -0.08847160637378693, -0.03091820701956749, -0.10119695961475372, -0.16641058027744293, -0.06322034448385239, 0.2360386848449707, -0.010354263707995415, -0.07268426567316055, -0.10921706259250641, 0.08621938526630402, -0.13277795910835266, 0.09051549434661865, -0.044847339391708374, 0.028401941061019897, -0.005149094853550196, 0.031854208558797836, 0.004401377402245998, -0.021462181583046913, -0.14579777419567108, 0.06233345344662666, 0.03317452594637871, 0.03884323313832283, -0.11186482757329941, -0.027594266459345818, 0.06622745841741562, 0.019765475764870644, 0.10640443861484528, 0.15436792373657227, -0.03419094905257225, 0.170260950922966, -0.14705152809619904, -0.10776933282613754, 0.08397393673658371, 0.001406368101015687, 0.03056197799742222, 0.13151252269744873, -0.023353755474090576, 0.03659913316369057, -0.023643076419830322, 0.05380008742213249, 0.01561368815600872, -0.045918192714452744, -0.07755429297685623, -0.09560387581586838, -0.042958684265613556, -0.011630428023636341, 0.008559385314583778, 0.21335968375205994, 0.0004983049584552646, -0.04010770842432976, 0.059553682804107666, 0.06296642869710922, -0.0047714379616081715, -0.01363708171993494, 0.0006182406796142459, -0.11124581843614578, -0.05321839824318886, 0.045214395970106125, 0.017471900209784508, -0.07792030274868011, 0.34253817796707153, -0.042286645621061325, -0.11993318051099777, -0.026789609342813492, 0.09161559492349625, -0.17643523216247559, 0.0063585261814296246, 0.2551729083061218, 0.008449739776551723, -0.08099708706140518, -0.10464608669281006, 0.026371434330940247, 0.0005887358565814793, 0.10527660697698593, 0.08996284008026123, 0.04254112392663956, 0.06248615309596062, 0.042069967836141586, 0.03012436255812645, -0.020770827308297157, 0.0695270448923111, -0.07278136163949966, -0.03399016708135605, 0.040022797882556915, 0.03852967172861099, -0.17805437743663788, 0.12405852228403091, -0.008322232402861118, -0.023268474265933037, -0.0054177651181817055, -0.08527512103319168, -0.1543215811252594, -0.11821456998586655, -0.03391958028078079, -0.060524825006723404, 0.08300898224115372, -0.03536021336913109, 0.11060398072004318, 0.2461382895708084, 0.0823211744427681, 0.0028118405025452375, 0.025472307577729225, 0.025945739820599556, -0.04472283646464348, 0.09163626283407211, -0.01283887680619955, -0.08294939994812012, 0.02295878157019615, -0.022329509258270264, 0.0727502629160881, -0.04529314115643501, -0.007311221212148666, 0.06288433820009232, 0.06525087356567383, 0.06862874329090118, -0.15894368290901184, -0.10557495057582855, -0.06401532143354416, 0.09471483528614044, -0.10379093140363693, 0.08219221979379654, 0.0723726898431778, 0.01821817085146904, 0.03434306010603905, 0.09759271144866943, 0.00635543605312705, 0.04651417210698128, -0.07244126498699188, -0.03236156329512596, -0.0595327690243721, 0.06134017929434776, -0.025576313957571983, -0.05333056300878525, -0.017839262261986732, 0.16372941434383392, 0.23069317638874054, 0.016926847398281097, 0.030385222285985947, -0.021443430334329605, 0.03188667073845863, 0.06345166265964508, 0.1082417443394661, -0.019841982051730156, -0.006308209616690874, -0.06309547275304794, 0.015885556116700172, 0.009322678670287132, -0.10734730213880539, -0.0037044298369437456, 0.06455706804990768, 0.015288805589079857, -0.015333795920014381, -0.13204312324523926, 0.1311134248971939, -0.24848318099975586, 0.022892875596880913, 0.11432964354753494, -0.08427701145410538, -0.040805160999298096, -0.056529317051172256, 0.07046788930892944, 0.0378308929502964, 0.009377983398735523, -0.0723368301987648, -0.022389022633433342, 0.007056304253637791, 0.026393940672278404, -0.3618311285972595, -0.14135293662548065, -0.013662994839251041, -0.07890825718641281, -0.0033141816966235638, 0.006357867736369371, 0.11237435042858124, 0.015873251482844353, 0.05468878149986267, -0.12803857028484344, -0.006353999022394419, -0.012331594713032246, 0.09368710219860077, -0.12769392132759094, 0.06225153058767319, -0.05771173909306526, -0.09521602094173431, 0.09741200506687164, -0.03334267809987068, -0.08122929185628891, 0.15501484274864197, 0.018868383020162582, -0.03647121042013168, -0.04423194378614426, -0.05944998934864998, 0.09504248946905136, 0.004641967359930277, -0.039607781916856766, 0.051172833889722824, -0.0052819219417870045, 0.06514501571655273, 0.02580338716506958, -0.25175684690475464, -0.05732492357492447, 0.037604134529829025, -0.09369463473558426, 0.06450136750936508, 0.0636947974562645, -0.15611927211284637, 0.10032849758863449, -0.04037622734904289, 0.04420658200979233, -0.06611820310354233, 0.05724892392754555, 0.1848679929971695, 0.05048719421029091, -0.03947862610220909, -0.009945252910256386, 0.09172501415014267, 0.009510686621069908, 0.020772142335772514, -0.12381291389465332 ]
5177335a6d6f3f2879a06f4db778bbe08ea4c6ec
# Dataset Card for "VALUE_wikitext2_negative_concord" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_negative_concord
[ "region:us" ]
2023-02-10T04:36:14+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 165495, "num_examples": 178}, {"name": "train", "num_bytes": 1546197, "num_examples": 1691}, {"name": "validation", "num_bytes": 152679, "num_examples": 173}], "download_size": 1160295, "dataset_size": 1864371}}
2023-02-10T04:36:19+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_negative_concord" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_negative_concord\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_negative_concord\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_negative_concord\"\n\nMore Information needed" ]
[ -0.05830980837345123, 0.15140852332115173, -0.0047819893807172775, 0.007159840781241655, -0.013064693659543991, 0.06064596399664879, 0.1467629075050354, 0.08924175798892975, 0.11095152795314789, -0.0530145987868309, 0.11691737174987793, 0.030585136264562607, 0.09762991964817047, 0.1808747947216034, -0.13343000411987305, 0.014304008334875107, 0.07084739208221436, 0.02822858653962612, 0.098609060049057, 0.04736870527267456, 0.008970137685537338, -0.030815668404102325, 0.04313752427697182, -0.06556585431098938, -0.23096537590026855, 0.059017300605773926, 0.04562670737504959, -0.054875802248716354, 0.0513935424387455, -0.07680957019329071, 0.12050189077854156, 0.026733651757240295, -0.0684782862663269, -0.17863647639751434, 0.046974264085292816, 0.004572624806314707, -0.03321173042058945, 0.045685961842536926, 0.057582706212997437, -0.11072913557291031, -0.08097460865974426, -0.013984455727040768, -0.02231287956237793, 0.01235335972160101, -0.13517692685127258, -0.14733916521072388, -0.14768803119659424, 0.09350064396858215, 0.0388076975941658, -0.025981441140174866, 0.04959705471992493, 0.16014495491981506, -0.1270609349012375, 0.03131623566150665, 0.0933876782655716, -0.08183139562606812, 0.06812582910060883, 0.08421783149242401, -0.10279260575771332, 0.05019273981451988, -0.05705158784985542, 0.08023481070995331, 0.10362018644809723, -0.02480333298444748, -0.045821040868759155, -0.02277442440390587, -0.25296393036842346, 0.09205223619937897, 0.02804354764521122, -0.08903604000806808, 0.3499172627925873, 0.06353882700204849, -0.012154688127338886, 0.030138619244098663, 0.018602926284074783, 0.012188948690891266, 0.057862289249897, 0.08527982234954834, 0.00860627368092537, 0.06931185722351074, 0.02002764865756035, -0.0027075931429862976, -0.10762780904769897, -0.08645495772361755, -0.1656995266675949, 0.07050549983978271, -0.05718793720006943, 0.1784571260213852, -0.18734779953956604, -0.03752613440155983, -0.144140362739563, -0.06030900031328201, -0.0068240901455283165, -0.10229846835136414, 0.04956577718257904, -0.028410399332642555, -0.005199002102017403, 0.0009512924589216709, 0.14800792932510376, -0.09279102087020874, -0.1304537057876587, -0.00725961197167635, -0.10496887564659119, 0.11768266558647156, 0.19419145584106445, -0.1339222639799118, 0.009184256196022034, 0.08673996478319168, 0.03741016238927841, -0.10232874751091003, 0.021937068551778793, -0.08986536413431168, -0.05301230400800705, -0.0009104649070650339, -0.06242788955569267, 0.1108655035495758, 0.0015636224998161197, -0.09278935194015503, -0.12446659803390503, 0.01036764308810234, 0.19120270013809204, -0.04614638537168503, 0.016729455441236496, 0.05340356379747391, -0.07131268829107285, 0.20769621431827545, -0.024747945368289948, -0.005959839094430208, -0.03582637012004852, 0.06842931360006332, -0.04452362284064293, 0.018875710666179657, -0.0031359726563096046, 0.000873577781021595, 0.16586710512638092, -0.08529818058013916, 0.05326514691114426, -0.05470515042543411, -0.19668695330619812, 0.026458587497472763, 0.04073752835392952, 0.030423497781157494, 0.13274645805358887, 0.04088440164923668, -0.0008288542740046978, 0.03552200645208359, -0.05114441737532616, -0.09132751822471619, -0.08294610679149628, 0.03636699914932251, -0.10036225616931915, 0.07493267953395844, -0.2466346025466919, -0.019715312868356705, -0.0931529775261879, 0.01710970140993595, -0.05170853063464165, 0.013978194445371628, -0.0871402770280838, 0.06968268752098083, -0.10410557687282562, 0.06962093710899353, -0.11020710319280624, 0.004927041940391064, 0.02331778034567833, 0.1780136674642563, -0.21015402674674988, -0.033243328332901, 0.20308411121368408, -0.1496797800064087, -0.1758410930633545, 0.05134943500161171, -0.020913496613502502, -0.0249958336353302, 0.0908612310886383, 0.3485766351222992, -0.0708346962928772, -0.1372949331998825, -0.059328965842723846, 0.14829276502132416, -0.13072030246257782, -0.16003713011741638, -0.0014399373903870583, -0.061854682862758636, -0.06472384929656982, -0.01342725194990635, 0.1560792326927185, -0.00769419502466917, -0.04995643347501755, -0.05456951633095741, -0.04036345332860947, -0.13062447309494019, 0.12242304533720016, -0.04805982857942581, -0.02177334949374199, -0.047273799777030945, 0.0554550476372242, 0.0030405018478631973, 0.056583940982818604, 0.017954319715499878, 0.027832642197608948, -0.00901030283421278, 0.09598398208618164, -0.16494235396385193, -0.0062002139165997505, -0.1097535640001297, -0.09904690831899643, -0.013389063999056816, -0.035980768501758575, 0.008701757527887821, -0.019663352519273758, 0.07344813644886017, -0.10900416970252991, -0.008184080943465233, 0.027809876948595047, 0.046329744160175323, 0.05068793147802353, -0.005950265098363161, -0.11506795883178711, 0.07476292550563812, -0.03272484987974167, -0.01644306629896164, -0.11419504135847092, -0.06149494647979736, 0.18815243244171143, 0.05186428129673004, 0.04299607500433922, -0.013837163336575031, 0.08584903925657272, 0.008464940823614597, 0.009482946246862411, -0.02429656684398651, 0.012101228348910809, -0.00993899255990982, -0.08082170784473419, 0.17230266332626343, -0.05123038962483406, 0.12155526876449585, 0.15878821909427643, -0.06902345269918442, 0.005180453881621361, 0.005459889769554138, 0.08476690948009491, -0.013551101088523865, -0.06745836138725281, 0.04949413239955902, -0.08567844331264496, 0.0030059043783694506, -0.0096821878105402, -0.07707354426383972, 0.020095115527510643, 0.05146873742341995, -0.12370985746383667, -0.10788625478744507, -0.0013338117860257626, 0.0454699769616127, -0.2374284565448761, 0.13782913982868195, 0.22135131061077118, 0.043928857892751694, 0.17707623541355133, -0.0489095076918602, -0.07926090806722641, 0.0028327489271759987, -0.04424364119768143, -0.028695721179246902, 0.16919493675231934, 0.0018819579854607582, -0.005253218114376068, 0.08880666643381119, 0.03591884672641754, 0.08666530251502991, -0.11423099040985107, -0.082222580909729, -0.01376102864742279, -0.04646563157439232, -0.19504791498184204, 0.04763957858085632, 0.010777657851576805, 0.09573206305503845, 0.03684845566749573, 0.10972880572080612, 0.11087240278720856, -0.029469437897205353, -0.09517139941453934, 0.10436509549617767, -0.15795019268989563, -0.1901579201221466, -0.04981441795825958, -0.00744259636849165, -0.005735571496188641, -0.008742013014853, -0.007873986847698689, -0.15879663825035095, -0.029483778402209282, 0.029310036450624466, -0.08461961150169373, -0.15396346151828766, -0.01901133358478546, 0.0558445118367672, 0.014768877997994423, -0.05577368289232254, -0.09323354065418243, -0.013204620219767094, 0.0002128593623638153, 0.09537902474403381, 0.08985620737075806, -0.16746743023395538, 0.08999088406562805, 0.11861316859722137, -0.04574241489171982, 0.03398450091481209, -0.00466668326407671, 0.04345402494072914, -0.07231751084327698, 0.002730150241404772, 0.12364095449447632, -0.10272322595119476, 0.041146740317344666, 0.0427984744310379, 0.034347593784332275, -0.11200273036956787, -0.02265375852584839, -0.004067770205438137, -0.11802898347377777, -0.34084874391555786, -0.06933816522359848, -0.026747286319732666, 0.09957581758499146, 0.002000465989112854, 0.02199450507760048, -0.011356576345860958, 0.07674675434827805, 0.07408063113689423, -0.04963240772485733, -0.06919029355049133, 0.00802670232951641, -0.07197828590869904, 0.04374918341636658, -0.05320265144109726, -0.18878859281539917, 0.10582619905471802, 0.15756674110889435, 0.21112096309661865, 0.16528300940990448, 0.07795306295156479, 0.1463656723499298, 0.08913404494524002, 0.10112170875072479, 0.13442325592041016, 0.08417324721813202, 0.05080743879079819, -0.03551784157752991, 0.04404883831739426, -0.0004472077125683427, -0.07315778732299805, -0.025183087214827538, 0.034078449010849, -0.10073475539684296, 0.0011764662340283394, -0.1612480878829956, 0.09027794003486633, -0.08913847804069519, 0.10549958050251007, -0.13919974863529205, 0.04159548133611679, 0.038472168147563934, 0.09785158932209015, -0.04631560668349266, 0.040306456387043, 0.07269275188446045, -0.07464569807052612, 0.1428653448820114, 0.08529570698738098, 0.09376700222492218, -0.19151201844215393, -0.034792665392160416, -0.16998812556266785, -0.12825137376785278, -0.021613072603940964, 0.08552590012550354, -0.08515584468841553, 0.17702722549438477, 0.06660477817058563, 0.0055086067877709866, -0.101654052734375, -0.09612374007701874, -0.01578415557742119, 0.08098398894071579, 0.05569782108068466, 0.07080953568220139, -0.08555597811937332, -0.008899695239961147, -0.06521202623844147, -0.004972093738615513, 0.09520307183265686, 0.07740691304206848, -0.10114865750074387, 0.08709894865751266, 0.04679708555340767, -0.06025058031082153, -0.06545048952102661, -0.1329657882452011, -0.08124703913927078, 0.00576532119885087, 0.1323687583208084, -0.055477119982242584, -0.006786808371543884, 0.008075674995779991, -0.0013990600127726793, 0.1598580926656723, 0.09265290945768356, -0.02414093352854252, -0.132410928606987, -0.060597486793994904, 0.09687665104866028, 0.002572298049926758, -0.044032711535692215, -0.016111398115754128, 0.043160174041986465, -0.1086854338645935, -0.1633804440498352, 0.11193826049566269, -0.0411749891936779, 0.0741058960556984, -0.09539611637592316, 0.07270684838294983, 0.07079091668128967, -0.03695528954267502, 0.02949369326233864, -0.023890092968940735, -0.01321135088801384, -0.0972672551870346, 0.15807972848415375, 0.008225038647651672, 0.06359337270259857, 0.14088863134384155, 0.15934276580810547, -0.09532410651445389, 0.05637790262699127, -0.07670243829488754, 0.16209721565246582, 0.1269114464521408, -0.030112462118268013, 0.1873946636915207, 0.24466297030448914, -0.07524478435516357, -0.2432149052619934, 0.053375933319330215, -0.12630543112754822, -0.050526708364486694, -0.0006440291181206703, -0.10793792456388474, 0.09733715653419495, 0.075241819024086, -0.061606332659721375, 0.22413909435272217, -0.06962863355875015, 0.007245906628668308, 0.055471621453762054, 0.05608139932155609, 0.32329872250556946, -0.10753114521503448, -0.05915537476539612, -0.11822853982448578, -0.2833300232887268, 0.25410956144332886, -0.2719281017780304, 0.004041621461510658, 0.029008451849222183, 0.18454581499099731, -0.013132715597748756, -0.049068816006183624, 0.1829349845647812, 0.019660156220197678, 0.09045596420764923, -0.04486457258462906, -0.029752612113952637, 0.1593540757894516, -0.08884519338607788, 0.09204516559839249, -0.03210258483886719, 0.0075355758890509605, -0.11238624155521393, -0.010194743052124977, -0.035811442881822586, 0.04664633795619011, 0.017886288464069366, -0.011051272973418236, -0.034388914704322815, -0.047295231372117996, -0.07582944631576538, -0.013097582384943962, 0.14422234892845154, -0.04801568388938904, 0.07685793191194534, 0.09536769986152649, 0.08271661400794983, 0.021224312484264374, 0.08236535638570786, 0.0014784540981054306, -0.13527223467826843, 0.12815698981285095, -0.4185550808906555, 0.032617684453725815, 0.037885479629039764, -0.015776442363858223, 0.021151410415768623, 0.017430681735277176, -0.1143554151058197, 0.032489269971847534, 0.11495207250118256, -0.11883816123008728, 0.10632689297199249, 0.09636610746383667, 0.004424740560352802, 0.027185654267668724, 0.06799473613500595, 0.11496333032846451, 0.0455474928021431, -0.014688256196677685, -0.030691785737872124, 0.04434464871883392, -0.1261492371559143, -0.0026422105729579926, 0.1121705025434494, 0.034841395914554596, -0.15412637591362, 0.2584783434867859, 0.0011309236288070679, -0.1850212812423706, 0.10031265020370483, -0.022288816049695015, -0.10161145031452179, -0.09177757799625397, 0.006754822097718716, 0.21817941963672638, -0.032499708235263824, -0.1719159036874771, 0.05809410661458969, -0.10119297355413437, -0.025227122008800507, 0.21058906614780426, -0.0006097014993429184, 0.13950803875923157, 0.07613223046064377, -0.0962790846824646, -0.049985021352767944, -0.0755707323551178, -0.03980337455868721, -0.014026038348674774, -0.040546759963035583, -0.17046768963336945, -0.038774583488702774, 0.12825621664524078, -0.021842243149876595, -0.020785681903362274, -0.1441289484500885, 0.06894703954458237, -0.16803604364395142, 0.05953540652990341, -0.04478127881884575, 0.017179496586322784, -0.013208772987127304, 0.01349756121635437, -0.002036062767729163, 0.008237776346504688, -0.12929022312164307, 0.058499984443187714, 0.05157151445746422, 0.029994415119290352, -0.09235388040542603, -0.004128105007112026, 0.08522694557905197, 0.036705031991004944, 0.10023226588964462, 0.16090142726898193, -0.051734112203121185, 0.14795920252799988, -0.20944766700267792, -0.08663464337587357, 0.04341014474630356, -0.0067297061905264854, 0.048399269580841064, 0.0938972532749176, -0.04362757131457329, 0.06263275444507599, -0.03208819031715393, 0.06033176928758621, -0.018525661900639534, -0.03893078863620758, -0.0785808116197586, -0.07112856209278107, -0.0891871377825737, 0.0004255622625350952, 0.01914273202419281, 0.2621399164199829, 0.014107494615018368, 0.0039032388012856245, 0.0652843490242958, 0.007186476141214371, 0.03179706633090973, -0.03359612822532654, 0.015828430652618408, -0.10690930485725403, -0.041218508034944534, 0.04904727637767792, 0.0199180506169796, -0.10061652958393097, 0.3467920422554016, -0.09413093328475952, -0.14996248483657837, -0.014405953697860241, 0.06367140263319016, -0.18181613087654114, 0.029076270759105682, 0.21085891127586365, -0.03172237053513527, -0.05620676279067993, -0.09836788475513458, 0.0015831394121050835, -0.013175117783248425, 0.044245000928640366, 0.07876893132925034, 0.04278574883937836, 0.053100019693374634, 0.035151124000549316, -0.020174721255898476, 0.01130733173340559, 0.11480756103992462, -0.011817746795713902, -0.059178419411182404, 0.03638523444533348, 0.06442844122648239, -0.13824772834777832, 0.1711162030696869, -0.002699363511055708, -0.012202241457998753, -0.0072253113612532616, -0.10544264316558838, -0.13502265512943268, -0.1868656575679779, -0.022598812356591225, -0.05504214018583298, 0.07920567691326141, -0.040608420968055725, 0.06629516184329987, 0.2697950005531311, 0.08148793876171112, -0.018062468618154526, 0.01856321468949318, 0.09436673671007156, -0.02183757908642292, 0.07358093559741974, -0.013306421227753162, -0.07278653979301453, 0.05675751715898514, -0.00690685398876667, 0.07926199585199356, -0.034744665026664734, -0.009482208639383316, 0.08691028505563736, 0.06298762559890747, 0.06343494355678558, -0.13760480284690857, -0.10605642199516296, -0.02888961136341095, 0.09156434237957001, -0.054874762892723083, 0.10276345908641815, 0.04893508553504944, 0.005083422176539898, 0.052189141511917114, 0.10967366397380829, -0.013679253868758678, 0.02195826917886734, -0.09326976537704468, -0.023912740871310234, -0.09696555137634277, 0.051128264516592026, -0.01980048604309559, -0.04611339792609215, 0.010124209336936474, 0.16891567409038544, 0.17932268977165222, -0.03645195811986923, 0.03705670312047005, -0.04588143527507782, 0.031179487705230713, 0.024483222514390945, 0.1086636632680893, -0.036363862454891205, 0.005531420931220055, -0.03438447415828705, -0.004037145525217056, -0.02115660347044468, -0.03727833926677704, -0.04500068351626396, 0.07557288557291031, -0.01746789738535881, -0.0639864131808281, -0.1394193470478058, 0.1536184549331665, -0.20666897296905518, 0.04021230712532997, 0.08347228169441223, -0.0972387045621872, -0.0396130234003067, -0.03391820937395096, 0.07718805968761444, 0.015806393697857857, 0.01029224507510662, -0.07803520560264587, -0.02703998051583767, 0.015869896858930588, 0.0018089665099978447, -0.2702847123146057, -0.08150609582662582, -0.026817182078957558, -0.018231965601444244, -0.019701648503541946, 0.0386689193546772, 0.1314244121313095, 0.02755548804998398, 0.024595052003860474, -0.10560654103755951, 0.0346468947827816, 0.003939335700124502, 0.06622248888015747, -0.0933593288064003, 0.04687386751174927, -0.04943595826625824, -0.039800021797418594, 0.09184777736663818, -0.04454682022333145, -0.05756351351737976, 0.1340196132659912, 0.007928049191832542, -0.001433083787560463, -0.004846298601478338, -0.07376159727573395, 0.09219269454479218, -0.01986808143556118, -0.06009727716445923, 0.0213007815182209, 0.0054129124619066715, 0.059836648404598236, 0.010219775140285492, -0.20517569780349731, -0.05244922637939453, 0.022701090201735497, -0.03844120353460312, 0.1646173596382141, 0.08346838504076004, -0.10413864254951477, 0.15426582098007202, -0.09070561826229095, 0.05747522413730621, -0.07830028235912323, 0.026711713522672653, 0.13168492913246155, 0.040075626224279404, -0.054541200399398804, -0.04126341640949249, 0.12600097060203552, 0.0022418424487113953, 0.054642099887132645, -0.09594558924436569 ]
8a1eca48c9ab3699cba0f6540320e4aeb691885b
# Dataset Card for "VALUE_wikitext2_null_genetive" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_null_genetive
[ "region:us" ]
2023-02-10T04:48:50+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 631888, "num_examples": 784}, {"name": "train", "num_bytes": 6202950, "num_examples": 7653}, {"name": "validation", "num_bytes": 625986, "num_examples": 793}], "download_size": 4380528, "dataset_size": 7460824}}
2023-02-10T04:48:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_null_genetive" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_null_genetive\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_null_genetive\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_null_genetive\"\n\nMore Information needed" ]
[ -0.080792136490345, 0.20425090193748474, -0.003967789001762867, 0.04888074845075607, 0.04792715609073639, 0.09699710458517075, 0.14986424148082733, 0.16364999115467072, 0.15632322430610657, -0.04811423644423485, 0.1341768056154251, 0.046909183263778687, 0.10639974474906921, 0.11097594350576401, -0.11612182855606079, 0.019567782059311867, 0.0539201982319355, 0.033360060304403305, 0.07759145647287369, -0.0005403468967415392, -0.010249757207930088, -0.0028738249093294144, 0.055626362562179565, -0.06139017269015312, -0.20214924216270447, 0.07070012390613556, 0.05527106672525406, -0.0311417393386364, 0.061613939702510834, -0.04087381064891815, 0.06551478803157806, 0.01775612309575081, -0.07204937189817429, -0.16975972056388855, 0.0482148602604866, -0.0031167955603450537, 0.007001063320785761, 0.0520150363445282, 0.09407511353492737, -0.14506438374519348, -0.12241116166114807, 0.04358480125665665, -0.09113499522209167, 0.028953293338418007, -0.13694919645786285, -0.0648493766784668, -0.10559375584125519, -0.009113944135606289, -0.16500484943389893, -0.04860847815871239, 0.029091840609908104, 0.127896249294281, -0.03727586194872856, 0.07574775815010071, 0.2122076451778412, -0.071497842669487, 0.06260031461715698, 0.10269379615783691, -0.08206666260957718, 0.014192014001309872, -0.05073084309697151, 0.10543182492256165, 0.08133503794670105, -0.03481481969356537, -0.05330026149749756, -0.07490703463554382, -0.3106527626514435, 0.06897888332605362, 0.043690409511327744, -0.09250256419181824, 0.33201465010643005, 0.01237410493195057, 0.026638465002179146, 0.04694942384958267, 0.010812538675963879, -0.0073246737010777, 0.07706739008426666, 0.09951338917016983, -0.017672037705779076, 0.054935894906520844, 0.01743760146200657, -0.057521119713783264, -0.029192090034484863, -0.09321165084838867, -0.11814029514789581, 0.14362122118473053, -0.04517461732029915, 0.1622931808233261, -0.1978439837694168, -0.04606987163424492, -0.11989376693964005, -0.08042257279157639, -0.021690191701054573, -0.06750106066465378, 0.011430950835347176, -0.02489197626709938, -0.0312601663172245, -0.013957906514406204, 0.2142038643360138, -0.12692642211914062, -0.07086272537708282, 0.021691253408789635, -0.15646685659885406, 0.09965968877077103, 0.20895220339298248, -0.16383223235607147, 0.010352255776524544, 0.07633521407842636, 0.04118745028972626, -0.1564234495162964, -0.06288731843233109, -0.09394396841526031, -0.07582185417413712, -0.03401583060622215, -0.01676841452717781, 0.13008764386177063, -0.03729422390460968, -0.07915908843278885, -0.07834506779909134, -0.024526584893465042, 0.036953072994947433, -0.06938240677118301, 0.04719504341483116, 0.06487278640270233, -0.04343055933713913, 0.2304111123085022, -0.09283920377492905, -0.03655462712049484, -0.09942277520895004, -0.06904779374599457, -0.02604331262409687, 0.05041459947824478, -0.00939254555851221, -0.03833746165037155, 0.06816909462213516, -0.1460449993610382, 0.05371618643403053, -0.06032118946313858, -0.2506940960884094, 0.0025851624086499214, 0.03176199272274971, 0.01812867447733879, 0.12572991847991943, 0.008977598510682583, -0.0349419005215168, 0.015739740803837776, -0.05585629865527153, -0.043532844632864, -0.06519296020269394, 0.035009145736694336, -0.07024446874856949, 0.08084962517023087, -0.22519327700138092, 0.04162020981311798, -0.12634028494358063, 0.05189310386776924, -0.03320327773690224, 0.10147928446531296, -0.04039841145277023, 0.006654434837400913, -0.06019734963774681, 0.03659028932452202, -0.08564946055412292, -0.009419795125722885, 0.015308518894016743, 0.15122343599796295, -0.20364542305469513, -0.009832385927438736, 0.24050624668598175, -0.11355731636285782, -0.16535304486751556, 0.034195926040410995, -0.0568159781396389, -0.014819200150668621, 0.07109864801168442, 0.3695845305919647, 0.017660001292824745, 0.0336034931242466, -0.030250651761889458, 0.12932725250720978, -0.1087452843785286, -0.1260809749364853, 0.008108804002404213, -0.07188409566879272, -0.14931562542915344, -0.0014367967378348112, 0.11354583501815796, -0.029483122751116753, -0.04078154265880585, -0.07122486084699631, -0.06058375909924507, -0.09311394393444061, 0.10470487177371979, -0.0358196385204792, -0.011911825276911259, -0.034177593886852264, 0.1334080547094345, 0.03640606254339218, 0.04045537859201431, -0.07208884507417679, 0.0002378407953074202, 0.025709232315421104, 0.1371639370918274, -0.12089567631483078, 0.013149376958608627, -0.12135428935289383, -0.14100810885429382, 0.01713298261165619, -0.04284342750906944, -0.01575278677046299, -0.015422447584569454, 0.025809967890381813, -0.048400044441223145, 0.00328815751709044, 0.04527561739087105, 0.057237450033426285, 0.024642247706651688, 0.023105952888727188, -0.08161763101816177, 0.041556503623723984, -0.03645626828074455, -0.07887762039899826, -0.05161832273006439, -0.07416512817144394, 0.05576577037572861, 0.04283253476023674, 0.01483315508812666, -0.023465925827622414, 0.09110932797193527, 0.03747186437249184, -0.06096919998526573, -0.06740439683198929, -0.00673308502882719, -0.04745600372552872, -0.041690148413181305, 0.1274639070034027, -0.015308196656405926, 0.05828855186700821, 0.1524430215358734, -0.11112256348133087, 0.024819817394018173, -0.03154223784804344, 0.0992065891623497, 0.009810253046452999, -0.13255740702152252, 0.051666613668203354, 0.007631603628396988, -0.01929570361971855, 0.019922835752367973, -0.1064768061041832, 0.01115233264863491, 0.055905532091856, -0.04198785126209259, -0.07036105543375015, 0.000536106526851654, 0.1095101535320282, -0.30755314230918884, 0.15908046066761017, 0.09348554164171219, 0.05739125981926918, 0.1649913638830185, -0.05619135499000549, -0.08008232712745667, 0.015118205919861794, 0.048356372863054276, -0.024347107857465744, 0.13888254761695862, -0.10365834087133408, 0.014143240638077259, 0.08824282139539719, 0.04162926971912384, 0.04515722393989563, -0.07765825092792511, -0.058845702558755875, -0.05169547721743584, -0.0824059396982193, -0.07378285378217697, -0.005648507270962, 0.05183717608451843, 0.09576410800218582, 0.026675650849938393, 0.09948388487100601, 0.12286080420017242, -0.008389382623136044, -0.09573784470558167, 0.12169888615608215, -0.11463163793087006, -0.13730138540267944, -0.033386021852493286, -0.0296959038823843, -0.09435398131608963, 0.0218968503177166, -0.011549139395356178, -0.0539470799267292, -0.011186541989445686, 0.002773847198113799, -0.060332559049129486, -0.20578691363334656, -0.042154304683208466, -0.0270648505538702, 0.0013534007593989372, -0.045236751437187195, -0.0699976310133934, 0.003784265136346221, 0.028506794944405556, 0.10165856033563614, 0.12856212258338928, -0.08957717567682266, 0.07362622022628784, 0.03861503675580025, -0.09000971168279648, 0.022363977506756783, -0.033930517733097076, 0.0650906190276146, -0.025594158098101616, -0.004451666958630085, 0.08531542867422104, -0.10503687709569931, 0.04060602933168411, 0.020945098251104355, -0.004083855543285608, -0.11526045948266983, -0.054587364196777344, 0.020959246903657913, -0.12370239943265915, -0.27504023909568787, -0.04663415253162384, -0.02934758923947811, 0.0690680593252182, 0.0364285409450531, 0.038375284522771835, -0.049420539289712906, 0.1246967613697052, 0.047157179564237595, 0.04947793856263161, -0.14606741070747375, 0.0052272784523665905, -0.07483139634132385, 0.0727471187710762, -0.05006098002195358, -0.11993879079818726, 0.046374429017305374, 0.13482879102230072, 0.25085321068763733, 0.22561246156692505, 0.01905718259513378, 0.18678821623325348, 0.05537741258740425, 0.11147322505712509, 0.11189466714859009, 0.10210277140140533, 0.07527867704629898, 0.02695344388484955, 0.0383736751973629, 0.01321769692003727, -0.07064731419086456, -0.04572238400578499, 0.014667995274066925, -0.08415114134550095, 0.04658122360706329, -0.08790650218725204, 0.07921426743268967, -0.06842771917581558, 0.12000913172960281, -0.13189586997032166, 0.05848533660173416, 0.04335353896021843, 0.08083859831094742, -0.14004039764404297, 0.055995695292949677, 0.1137455627322197, -0.10470190644264221, 0.13112324476242065, 0.04263932630419731, 0.10328194499015808, -0.19948339462280273, -0.016315260902047157, -0.1727738380432129, -0.1047646775841713, -0.0448279045522213, 0.13272227346897125, -0.18729542195796967, 0.11165563762187958, 0.0346519872546196, -0.02868909388780594, -0.137655571103096, -0.0770990177989006, 0.02878708951175213, -0.04529010131955147, 0.08037230372428894, 0.06512022763490677, -0.08805631846189499, -0.023947397246956825, -0.008689651265740395, 0.012288753874599934, 0.0995817705988884, 0.0469244159758091, -0.03260853514075279, 0.06310121715068817, 0.04936591163277626, -0.09772858768701553, -0.012996452860534191, -0.1216340959072113, -0.055570006370544434, 0.0028986171819269657, 0.054311275482177734, 0.017757372930645943, 0.06436527520418167, 0.038395557552576065, -0.1434609442949295, 0.23637866973876953, 0.09985702484846115, -0.07744332402944565, -0.1295529305934906, 0.020792311057448387, 0.06267716735601425, 0.020258914679288864, -0.08286463469266891, -0.009312543086707592, 0.08601018041372299, -0.09478696435689926, -0.2068997621536255, 0.08019667863845825, -0.012876981869339943, 0.04523725062608719, -0.09097810089588165, 0.05369393527507782, 0.01923808827996254, -0.00669093569740653, 0.053732652217149734, -0.00856904499232769, -0.006578636821359396, -0.10574333369731903, 0.19041913747787476, -0.04601651802659035, -0.04530270770192146, 0.2121565043926239, 0.0763719454407692, -0.052230287343263626, 0.018244242295622826, -0.04867547005414963, 0.24265454709529877, 0.0997370108962059, -0.02657237835228443, 0.14904718101024628, 0.13921821117401123, -0.12167786061763763, -0.23563429713249207, 0.11878993362188339, -0.13453923165798187, -0.021128185093402863, 0.02855696715414524, -0.24607643485069275, 0.12475558370351791, 0.0818539708852768, -0.022071827203035355, 0.2872319519519806, -0.08168406039476395, 0.007283063605427742, 0.05337104573845863, 0.1403876543045044, 0.29716068506240845, -0.12926672399044037, -0.08966737985610962, -0.14947912096977234, -0.09847859293222427, 0.2437971830368042, -0.22758497297763824, 0.036552105098962784, -0.012937212362885475, 0.19971798360347748, 0.012348662130534649, -0.012933536432683468, 0.12883664667606354, 0.0566946379840374, 0.11721166223287582, -0.020288385450839996, 0.05883849039673805, 0.2630615234375, -0.07329849898815155, 0.06102357432246208, -0.0637863427400589, 0.021521812304854393, -0.11958914995193481, 0.001424524118192494, -0.015188978984951973, 0.07181721180677414, 0.0394556000828743, -0.0500425286591053, -0.034229256212711334, -0.10844197124242783, -0.02918401174247265, 0.020531203597784042, 0.04304811730980873, -0.01964419335126877, 0.06771717965602875, 0.06743574142456055, 0.10083441436290741, 0.11038652062416077, 0.07489361613988876, -0.019645199179649353, -0.09915906190872192, 0.11373896896839142, -0.19700446724891663, 0.04742045700550079, 0.0452631413936615, 0.0051245735958218575, 0.04052327573299408, 0.04959569871425629, -0.05508522689342499, 0.07384798675775528, 0.03828657791018486, -0.12522457540035248, 0.09604695439338684, 0.0524730309844017, -0.06627312302589417, 0.008467335253953934, 0.04151037707924843, 0.13733790814876556, 0.07628826051950455, -0.03153311461210251, -0.0772695317864418, 0.025053413584828377, -0.08159821480512619, -0.04457408934831619, 0.0489894337952137, 0.049297839403152466, -0.183452770113945, 0.2200668752193451, -0.028976701200008392, -0.08053697645664215, 0.1427682340145111, 0.02702580764889717, -0.09658299386501312, -0.11672339588403702, 0.01578061282634735, 0.33918479084968567, -0.07733765244483948, -0.1321829855442047, 0.029508836567401886, -0.125710129737854, 0.0034892242401838303, 0.15784581005573273, -0.014255777932703495, 0.11072651296854019, 0.0889560803771019, -0.12770606577396393, -0.08290664851665497, -0.056887801736593246, -0.117692731320858, 0.01621715910732746, -0.03774092718958855, -0.1452113389968872, -0.08636624366044998, 0.13145245611667633, -0.01289418525993824, -0.05503323674201965, -0.1425621062517166, 0.054109904915094376, -0.18523550033569336, 0.1253419816493988, -0.05932708829641342, 0.030505642294883728, 0.040848687291145325, 0.04171530529856682, 0.00899340771138668, 0.0023095039650797844, -0.12500034272670746, 0.0437215194106102, 0.04339737817645073, 0.04051343351602554, -0.08007483929395676, 0.011657788418233395, 0.03219718858599663, 0.03326474875211716, 0.12100441753864288, 0.14835508167743683, -0.08406064659357071, 0.11280808597803116, -0.12358710914850235, -0.12601545453071594, 0.04609373211860657, 0.038888175040483475, 0.014257000759243965, 0.037478309124708176, -0.0349259153008461, 0.08310539275407791, -0.020466342568397522, 0.0641724169254303, 0.01709938421845436, -0.032937340438365936, -0.07968774437904358, -0.11804954707622528, -0.04105674475431442, 0.0016040888149291277, 0.029481379315257072, 0.22423900663852692, -0.03455529734492302, -0.012068558484315872, 0.03757384791970253, 0.06824038922786713, -0.005799774546176195, -0.03238319978117943, 0.05441245809197426, -0.13824862241744995, -0.12113022059202194, 0.047037579119205475, 0.05221815034747124, -0.0579165518283844, 0.3860875964164734, -0.041588250547647476, -0.12168845534324646, -0.05734233185648918, 0.02065436542034149, -0.13851341605186462, 0.012215128168463707, 0.34235134720802307, 0.030811240896582603, -0.09794323146343231, -0.06508032977581024, 0.059374287724494934, -0.016901375725865364, 0.16769573092460632, 0.16437382996082306, 0.05503975972533226, 0.02082141675055027, 0.01985197886824608, -0.04029432684183121, -0.05356447398662567, 0.08236037939786911, 0.054591625928878784, 0.03352127969264984, 0.0801972895860672, 0.0871395468711853, -0.16303908824920654, 0.08435037732124329, -0.020771699026226997, 0.032821256667375565, 0.022653326392173767, -0.0944463461637497, -0.13820065557956696, -0.2420838475227356, -0.06075315922498703, -0.03959227353334427, 0.051846496760845184, -0.11162473261356354, 0.06458115577697754, 0.24786773324012756, 0.08096817880868912, -0.019136225804686546, -0.0053259627893567085, 0.0580555759370327, -0.06888236850500107, 0.06292040646076202, -0.04462553933262825, -0.021283475682139397, 0.06675561517477036, -0.05643559992313385, 0.09605862945318222, -0.030046621337532997, 0.02198205515742302, 0.06283334642648697, 0.11680212616920471, 0.04391838610172272, -0.18878445029258728, -0.11790376901626587, -0.016702912747859955, 0.04879695549607277, -0.0958838164806366, 0.1037350445985794, 0.07336118072271347, -0.0028794375248253345, 0.04396962746977806, 0.049834415316581726, 0.025255052372813225, 0.07867062836885452, -0.0330369658768177, -0.00572161516174674, -0.0769977867603302, 0.02457132562994957, -0.010131845250725746, -0.013952595181763172, 0.017353694885969162, 0.1616479605436325, 0.17402149736881256, -0.05899833142757416, 0.014038789086043835, -0.013815473765134811, 0.004084285348653793, 0.0966380387544632, 0.12883464992046356, -0.0644843652844429, -0.09629025310277939, -0.03301737830042839, -0.06015373766422272, 0.0031824959442019463, -0.0804583802819252, -0.08455618470907211, 0.07556180655956268, 0.008754521608352661, -0.0762946829199791, -0.13340196013450623, 0.0974961668252945, -0.3037935793399811, 0.037996165454387665, 0.10240670293569565, -0.048108264803886414, -0.06006431207060814, -0.050049081444740295, -0.025919314473867416, 0.06449170410633087, -0.020945560187101364, -0.060532525181770325, 0.04792768508195877, 0.022232545539736748, 0.019540991634130478, -0.29055535793304443, -0.02829580381512642, -0.07027782499790192, -0.09575923532247543, -0.08549011498689651, 0.03694624826312065, 0.10597575455904007, 0.016506949439644814, 0.0145783806219697, -0.1239461600780487, 0.044585034251213074, -0.015602621249854565, 0.09057454019784927, -0.03597838804125786, 0.11390617489814758, -0.029115915298461914, -0.021118588745594025, 0.11327109485864639, 0.03523031622171402, -0.09191583842039108, 0.16151916980743408, 0.002704978920519352, 0.0041287546046078205, -0.09765295684337616, -0.06398136913776398, 0.08394481241703033, 0.0329875722527504, -0.031108150258660316, 0.011052850633859634, -0.03725111857056618, 0.04904909431934357, -0.031784314662218094, -0.23380690813064575, -0.10840140283107758, -0.022376006469130516, -0.09148623049259186, 0.1741512268781662, 0.0588185116648674, -0.16276712715625763, 0.154468834400177, -0.08952831476926804, 0.03826814517378807, -0.08756031095981598, 0.02657182328402996, 0.1054244264960289, 0.04278447479009628, -0.05226261541247368, -0.05951644107699394, 0.08054476231336594, 0.034133777022361755, 0.05342511832714081, -0.09171680361032486 ]
b5c405468ced93af422b8120e8566cd6e808d07c
# Dataset Card for "VALUE_wikitext2_null_relcl" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_null_relcl
[ "region:us" ]
2023-02-10T04:55:10+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 455656, "num_examples": 507}, {"name": "train", "num_bytes": 3975445, "num_examples": 4605}, {"name": "validation", "num_bytes": 393700, "num_examples": 465}], "download_size": 2915183, "dataset_size": 4824801}}
2023-02-10T04:55:15+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_null_relcl" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_null_relcl\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_null_relcl\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_null_relcl\"\n\nMore Information needed" ]
[ -0.03783353045582771, 0.12263050675392151, -0.004098514094948769, 0.06361505389213562, 0.06396623700857162, 0.0633401870727539, 0.08944476395845413, 0.10660448670387268, 0.08007615804672241, -0.054830603301525116, 0.13479888439178467, 0.07715640962123871, 0.05580482259392738, 0.12018434703350067, -0.14191991090774536, -0.018931016325950623, 0.060397449880838394, 0.0001997861108975485, 0.13015829026699066, 0.013469667173922062, 0.01686836965382099, -0.03006448596715927, 0.06443841755390167, -0.11358324438333511, -0.16386456787586212, 0.08880389481782913, 0.008801687508821487, -0.02910449728369713, 0.030227119103074074, -0.1125076413154602, 0.1615012139081955, 0.025304634124040604, 0.019885921850800514, -0.17302760481834412, 0.041158728301525116, 0.04584452882409096, -0.056713320314884186, 0.011219817213714123, 0.05530994012951851, -0.13012036681175232, -0.10592874139547348, -0.03641834110021591, -0.032475125044584274, 0.014077984727919102, -0.15022890269756317, -0.07357844710350037, -0.14412187039852142, 0.01821267604827881, -0.08885663747787476, 0.0011944582220166922, 0.07158240675926208, 0.14283330738544464, -0.12281647324562073, 0.08431261032819748, 0.13909775018692017, -0.08312077820301056, 0.06347934156656265, 0.10560984909534454, -0.08619041740894318, 0.09382591396570206, -0.06784168630838394, 0.05736055597662926, 0.05705304071307182, -0.002915208460763097, -0.07352955639362335, -0.05830339342355728, -0.39981234073638916, 0.11535622924566269, 0.025158150121569633, -0.08719106018543243, 0.28811055421829224, 0.029484014958143234, 0.014836770482361317, 0.1501627415418625, -0.03562723845243454, -0.04854557290673256, 0.06916038691997528, 0.11965945363044739, 0.037658803164958954, 0.06361110508441925, -0.02212868630886078, -0.0026631923392415047, -0.067412830889225, -0.1098615750670433, -0.17866577208042145, 0.054745711386203766, -0.06451178342103958, 0.20540033280849457, -0.22671684622764587, -0.013594279065728188, -0.04295258969068527, -0.10112672299146652, -0.0519978329539299, -0.0658082440495491, 0.010623372159898281, -0.014804555103182793, -0.03756044805049896, 0.026643363758921623, 0.14495684206485748, -0.054315172135829926, -0.05240073427557945, 0.04011468589305878, -0.15435630083084106, 0.11364169418811798, 0.12931117415428162, -0.10588295012712479, -0.030161047354340553, 0.0936204269528389, 0.06416947394609451, -0.1508697271347046, -0.027657443657517433, -0.089266337454319, -0.059204768389463425, -0.00035152945201843977, -0.026765888556838036, 0.12870728969573975, -0.058024581521749496, -0.050326574593782425, -0.07620672881603241, 0.00401218282058835, 0.015680743381381035, -0.09486288577318192, 0.009116374887526035, 0.056051257997751236, -0.09344854205846786, 0.25525280833244324, 0.015838349238038063, -0.03775149956345558, -0.053497787564992905, -0.02167593687772751, -0.020554546266794205, 0.011604368686676025, -0.013680805452167988, -0.03577232360839844, 0.11118430644273758, -0.1144242137670517, 0.04171501472592354, -0.08956881612539291, -0.30523449182510376, -0.02139703743159771, 0.055574968457221985, 0.007289562374353409, 0.14280930161476135, 0.004040125757455826, -0.012336100451648235, -0.0019140419317409396, -0.020293738692998886, -0.07054298371076584, -0.061772365123033524, 0.06100056320428848, -0.07117028534412384, 0.10352808982133865, -0.24037951231002808, 0.0403142124414444, -0.11601946502923965, -0.0016142692184075713, -0.04050637036561966, 0.04583687335252762, -0.06639975309371948, 0.10594998300075531, -0.12319538742303848, 0.04090690612792969, -0.08654054999351501, -0.05233980715274811, 0.005241778679192066, 0.13068048655986786, -0.27579399943351746, 0.021712936460971832, 0.14597302675247192, -0.10825585573911667, -0.12232641130685806, -0.0040585496462881565, -0.07231175154447556, -0.002897490980103612, 0.06365135312080383, 0.32580700516700745, 0.025577975437045097, -0.006519105285406113, -0.00827809702605009, 0.10775243490934372, -0.1005522832274437, -0.14567753672599792, 0.026510348543524742, -0.03974120318889618, -0.0935574620962143, 0.019226782023906708, 0.1342155784368515, -0.05817977339029312, -0.015721479430794716, -0.08656182885169983, -0.038907237350940704, -0.11488761007785797, 0.03658733889460564, -0.02284879982471466, -0.010946088470518589, -0.0031518368050456047, 0.11908605694770813, -0.06512800604104996, 0.07229043543338776, -0.010980891063809395, 0.030902909114956856, 0.026443922892212868, 0.10953111201524734, -0.129461407661438, 0.015814725309610367, -0.1430872231721878, -0.14995615184307098, -0.02490772120654583, 0.03985411301255226, -0.005812994670122862, 0.0522337481379509, 0.08069834858179092, -0.08595829457044601, 0.029854828491806984, 0.05813412740826607, -0.007762362714856863, 0.04444653168320656, 0.06555846333503723, -0.05758397653698921, 0.05054621770977974, -0.08313104510307312, -0.06208166107535362, -0.06220009922981262, -0.09768221527338028, 0.17068232595920563, 0.04838394373655319, 0.05222216993570328, -0.02586648240685463, 0.05855727940797806, -0.0055373734794557095, -0.008364883251488209, -0.04515226557850838, -0.01757764257490635, -0.036554429680109024, 0.03370704501867294, 0.10700542479753494, -0.03749099001288414, 0.0900973305106163, 0.13495491445064545, -0.08078459650278091, -0.010324591770768166, -0.017511487007141113, 0.07120031118392944, 0.002517538843676448, -0.06796009838581085, 0.09257026761770248, 0.008773040026426315, 0.010349498130381107, 0.03441550210118294, -0.06452365964651108, 0.02651171199977398, 0.0456363782286644, -0.04551803693175316, -0.04923706501722336, 0.01966000534594059, 0.10253781825304031, -0.34417444467544556, 0.1239088922739029, 0.13654671609401703, -0.018617356196045876, 0.12842410802841187, -0.048298660665750504, -0.09500766545534134, 0.02496967650949955, 0.014404362998902798, -0.007406959775835276, 0.15268869698047638, -0.0009062475292012095, 0.004099100828170776, 0.08368811011314392, 0.0025566318072378635, 0.06510132551193237, -0.08245272934436798, -0.06890419125556946, -0.023056771606206894, -0.055607762187719345, -0.24370869994163513, 0.023996349424123764, 0.039216507226228714, 0.09415536373853683, -0.00840444304049015, 0.01962382160127163, 0.12784133851528168, -0.030892010778188705, -0.061883825808763504, 0.13443800806999207, -0.12220796197652817, -0.09160901606082916, -0.02457483671605587, -0.06093665584921837, -0.022875700145959854, -0.018510103225708008, -0.011732359416782856, -0.11849280446767807, -0.060954444110393524, 0.042762234807014465, -0.1187705397605896, -0.18090088665485382, -0.04738900065422058, 0.04892272502183914, 0.023964570835232735, -0.0439811572432518, -0.11755243688821793, 0.014600031077861786, 0.01060589961707592, 0.031347401440143585, 0.10589779913425446, -0.12573124468326569, 0.11561136692762375, 0.0785694420337677, -0.10988904535770416, 0.08899205923080444, 0.010515263304114342, 0.04584041237831116, -0.02395676262676716, -0.014055094681680202, 0.04385873302817345, -0.09791835397481918, 0.07599947601556778, 0.055272553116083145, 0.0046677556820213795, -0.10708407312631607, -0.016231492161750793, 0.020125892013311386, -0.15020665526390076, -0.3146309554576874, -0.06799691915512085, -0.047858260571956635, 0.025641445070505142, 0.003805645974352956, 0.05396278575062752, -0.07238827645778656, 0.08394131809473038, 0.07375175505876541, 0.02996956929564476, -0.10630635172128677, -0.00836197379976511, -0.04730682820081711, 0.0669412612915039, -0.041620172560214996, -0.19369621574878693, 0.036332931369543076, 0.12020592391490936, 0.28295233845710754, 0.2030174881219864, 0.008115093223750591, 0.08447891473770142, 0.045628469437360764, 0.06156126409769058, 0.09104105830192566, 0.17162369191646576, 0.051367808133363724, 0.015612389892339706, 0.01619580015540123, 0.014492573216557503, -0.06506384164094925, -0.046360161155462265, 0.027222493663430214, -0.1290474385023117, -0.01445525698363781, -0.09320631623268127, 0.08874384313821793, -0.08958414942026138, 0.10319412499666214, -0.20801569521427155, 0.10318320989608765, 0.042246755212545395, 0.12152338027954102, -0.057886652648448944, 0.07373947650194168, 0.04136287048459053, -0.08828160166740417, 0.11306456476449966, 0.06422971189022064, 0.09248381108045578, -0.18898066878318787, -0.0037357057444751263, -0.11549001932144165, -0.09788529574871063, -0.015145103447139263, 0.11616531759500504, -0.13637976348400116, 0.17797265946865082, 0.04741650074720383, -0.0687015950679779, -0.1370508372783661, -0.11953327059745789, -0.006911842152476311, -0.009633584879338741, 0.14482179284095764, 0.055960334837436676, -0.1577157974243164, -0.09456248581409454, 0.022435031831264496, 0.03830412030220032, 0.1495049148797989, 0.06441031396389008, -0.02688967064023018, 0.02670964039862156, 0.03157160431146622, -0.053450096398591995, -0.010415411554276943, -0.09096382558345795, -0.11054693162441254, -0.0025284800212830305, 0.09870229661464691, -0.08915933966636658, 0.03327970206737518, 0.03795349597930908, -0.03689657524228096, 0.1257992684841156, 0.11367343366146088, -0.009480501525104046, -0.11478348821401596, -0.0949990525841713, 0.11682382225990295, -0.02320006676018238, -0.04612351953983307, -0.029498688876628876, -0.02456233836710453, -0.09166856110095978, -0.19850687682628632, 0.06453289836645126, -0.007735440041869879, 0.11269570887088776, -0.08378063142299652, -0.011837759055197239, -0.018485886976122856, -0.044642124325037, 0.0661185011267662, 0.007634256966412067, -0.042537834495306015, -0.09153813868761063, 0.1431492567062378, -0.0894860178232193, 0.025972474366426468, 0.19295839965343475, 0.035560883581638336, 0.039540279656648636, 0.08806462585926056, 0.005132456310093403, 0.22375157475471497, 0.03614895045757294, -0.04962083697319031, 0.18165579438209534, 0.20491880178451538, -0.06872918456792831, -0.30254998803138733, 0.039066657423973083, -0.1988491266965866, -0.026184024289250374, 0.020842980593442917, -0.17913565039634705, 0.03782253339886665, 0.020469065755605698, -0.03255052864551544, 0.19630657136440277, -0.05238085240125656, 0.052581049501895905, 0.1605759859085083, 0.06076592952013016, 0.34999698400497437, -0.15466898679733276, -0.04606160894036293, -0.16718704998493195, -0.13339419662952423, 0.1903073638677597, -0.3678925335407257, 0.06775260716676712, -0.00046222921810112894, 0.3057244122028351, 0.000002451000682412996, -0.059048980474472046, 0.13014143705368042, 0.06290937215089798, 0.09366215765476227, -0.07953817397356033, -0.008993594907224178, 0.24471403658390045, -0.09252503514289856, 0.0936206728219986, -0.06922683119773865, 0.0686134546995163, -0.1148696169257164, 0.024830343201756477, -0.017207350581884384, 0.034030064940452576, 0.05349315330386162, -0.03964589536190033, -0.009838296100497246, -0.04374396428465843, -0.022077398374676704, -0.017242681235074997, 0.08424552530050278, 0.006642329506576061, 0.048111479729413986, 0.15410149097442627, 0.033295031636953354, 0.08942340314388275, 0.08228209614753723, -0.0043075173161923885, -0.10510464757680893, 0.10978177189826965, -0.2661925256252289, 0.049100786447525024, 0.07163075357675552, 0.02450733073055744, 0.009664091281592846, 0.07182814925909042, -0.09533178061246872, 0.0374705009162426, 0.11074177175760269, -0.13992954790592194, 0.11998957395553589, 0.07484457641839981, 0.0033222667407244444, 0.003248852677643299, 0.08955559879541397, 0.11032010614871979, 0.031213847920298576, 0.0046752444468438625, -0.0440998449921608, 0.038819167762994766, -0.10059677064418793, -0.005278795026242733, 0.1449333280324936, 0.041667260229587555, -0.18282590806484222, 0.280914306640625, 0.062300704419612885, -0.08270614594221115, 0.09109500050544739, 0.05469060316681862, -0.10236526280641556, -0.12120359390974045, 0.06085425987839699, 0.28024983406066895, -0.08644738048315048, -0.10929041355848312, 0.005159636493772268, -0.08389511704444885, 0.004183594137430191, 0.2453456073999405, -0.004830102901905775, 0.1320754587650299, 0.051452502608299255, -0.13162356615066528, -0.06122566759586334, -0.06514183431863785, -0.052363742142915726, -0.030808599665760994, -0.07503437250852585, -0.1573513150215149, -0.1289350688457489, 0.1851409524679184, -0.013712438754737377, -0.006806784309446812, -0.20733195543289185, 0.07626433670520782, -0.1912764012813568, 0.08874274790287018, 0.05728767812252045, 0.06302761286497116, 0.010199951007962227, 0.05009496584534645, 0.0015701450174674392, 0.03575671836733818, -0.12750695645809174, 0.04867244139313698, 0.0630282536149025, 0.02298167534172535, -0.1263972967863083, -0.026873892173171043, 0.085211843252182, 0.039661992341279984, 0.09246658533811569, 0.1377931535243988, -0.08453638851642609, 0.14452916383743286, -0.23540647327899933, -0.15885545313358307, 0.03247099369764328, 0.005740622989833355, 0.06801901012659073, 0.10436666756868362, -0.005818809382617474, 0.07073695212602615, -0.007468461524695158, 0.056049346923828125, 0.026859186589717865, -0.036535847932100296, -0.06697966903448105, -0.14199063181877136, -0.08363976329565048, -0.00191426498349756, 0.0007026147213764489, 0.16203555464744568, 0.07038639485836029, -0.006989734712988138, 0.04777631163597107, 0.09681648761034012, -0.008395940065383911, -0.03266533464193344, 0.050530847162008286, -0.14650392532348633, -0.07297469675540924, 0.04457410052418709, 0.043250568211078644, -0.08617345988750458, 0.3151324391365051, -0.03354409709572792, -0.10314466059207916, -0.03937433660030365, 0.09986695647239685, -0.18236535787582397, -0.001362622482702136, 0.24367116391658783, 0.02272973209619522, -0.07111932337284088, -0.1183583214879036, 0.00495501235127449, -0.02015826851129532, 0.1270466148853302, 0.1543026864528656, 0.11084473878145218, 0.031305186450481415, -0.009375455789268017, 0.03144904598593712, -0.05787717178463936, 0.18705500662326813, 0.024654213339090347, 0.06115994229912758, -0.008180399425327778, 0.028388889506459236, -0.19872818887233734, 0.14508181810379028, 0.023441433906555176, 0.013867302797734737, -0.013250421732664108, -0.0886915847659111, -0.17086736857891083, -0.15210123360157013, -0.07574433088302612, -0.032475024461746216, 0.08351089060306549, -0.046824611723423004, 0.1256386637687683, 0.2400408387184143, 0.039803680032491684, 0.02518424764275551, 0.007302961312234402, 0.0059578013606369495, -0.0006584467482753098, 0.0487167127430439, -0.024316679686307907, -0.07850697636604309, 0.14964620769023895, -0.011083756573498249, 0.06421569734811783, -0.050841737538576126, -0.006119687110185623, 0.05089929327368736, 0.09249622374773026, 0.08172411471605301, -0.15992465615272522, -0.09069419652223587, -0.05609425529837608, 0.08106275647878647, -0.07645334303379059, 0.15984763205051422, 0.052821140736341476, 0.008134877309203148, 0.05434045568108559, 0.09771516919136047, -0.02185877226293087, 0.006592950783669949, -0.045368000864982605, -0.015580597333610058, -0.002344350563362241, 0.05486756190657616, -0.010761884041130543, -0.055115148425102234, 0.019921360537409782, 0.14560699462890625, 0.2152358889579773, -0.0821986049413681, 0.056004054844379425, -0.02362787164747715, 0.043008215725421906, 0.0666973888874054, 0.09523291885852814, 0.01797632686793804, -0.020038893446326256, -0.043986596167087555, -0.06346693634986877, 0.030417824164032936, -0.03009667806327343, -0.07448042929172516, 0.08772910386323929, -0.001395716331899166, -0.05368846282362938, -0.1305154412984848, 0.11221319437026978, -0.2889658510684967, 0.04004034027457237, 0.0326717346906662, -0.10432437807321548, -0.02753370627760887, -0.10261493176221848, 0.03700245916843414, 0.0048035853542387486, -0.0058166938833892345, -0.09348680078983307, 0.0042131561785936356, 0.03299114108085632, 0.0160828847438097, -0.3222660422325134, -0.07025159895420074, -0.017991848289966583, 0.04898790270090103, -0.02530829794704914, 0.031097546219825745, 0.08783119916915894, 0.0371127650141716, 0.017071964219212532, -0.10527269542217255, 0.0848386213183403, -0.008134806528687477, 0.03349927067756653, -0.11295156925916672, 0.06036948785185814, -0.11655153334140778, -0.06396119296550751, 0.06495295464992523, 0.002542734146118164, -0.035025689750909805, 0.19768895208835602, 0.056825414299964905, -0.00743060652166605, -0.0542445182800293, -0.05715196952223778, 0.06526364386081696, 0.03981860354542732, -0.010596215724945068, 0.0614716000854969, -0.04199380800127983, 0.03950897231698036, 0.0013613124610856175, -0.297704815864563, -0.08242316544055939, 0.12344900518655777, -0.08710511028766632, 0.05937432497739792, 0.05860201641917229, -0.18088398873806, 0.1079016774892807, -0.045939039438962936, 0.05173515900969505, -0.10379580408334732, 0.052236173301935196, 0.15873625874519348, 0.027631979435682297, -0.03693043813109398, -0.04797587916254997, 0.10287971049547195, 0.008473264053463936, 0.013144788332283497, -0.12335356324911118 ]
f7c9a7bfcb4d15412c89c98b0e1e5bbd564a1b77
# Dataset Card for "VALUE_wikitext2_uninflect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_wikitext2_uninflect
[ "region:us" ]
2023-02-10T05:01:49+00:00
{"dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "idx", "dtype": "int64"}, {"name": "score", "dtype": "int64"}], "splits": [{"name": "test", "num_bytes": 826318, "num_examples": 1068}, {"name": "train", "num_bytes": 7759024, "num_examples": 9991}, {"name": "validation", "num_bytes": 804972, "num_examples": 1053}], "download_size": 5470745, "dataset_size": 9390314}}
2023-02-10T05:01:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "VALUE_wikitext2_uninflect" More Information needed
[ "# Dataset Card for \"VALUE_wikitext2_uninflect\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"VALUE_wikitext2_uninflect\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"VALUE_wikitext2_uninflect\"\n\nMore Information needed" ]
[ -0.04895494505763054, 0.15727505087852478, -0.00495200976729393, 0.05598139017820358, 0.04997482895851135, 0.09172137826681137, 0.1591200977563858, 0.1256573498249054, 0.1368074119091034, -0.06530613452196121, 0.11018382757902145, 0.055112313479185104, 0.07519558817148209, 0.1811823695898056, -0.12405509501695633, -0.04554147273302078, 0.059412337839603424, -0.02762320078909397, 0.12857221066951752, 0.01820102147758007, -0.0011364759411662817, -0.03169146180152893, 0.04994573816657066, -0.0914648100733757, -0.1749042421579361, 0.03006196767091751, 0.008462665602564812, -0.05118965357542038, 0.033024150878190994, -0.05605117604136467, 0.1103585883975029, 0.016813920810818672, -0.03309710696339607, -0.1849427968263626, 0.04328600689768791, 0.00907895527780056, -0.02838749624788761, 0.03592028096318245, 0.05860036239027977, -0.06978630274534225, -0.10716471821069717, -0.030439723283052444, -0.046398669481277466, 0.013379039242863655, -0.12406028062105179, -0.07967375218868256, -0.14540906250476837, 0.058975182473659515, -0.06208586320281029, -0.05239812657237053, 0.05336347594857216, 0.1349877417087555, -0.08916554600000381, 0.07996577769517899, 0.08913108706474304, -0.10329394042491913, 0.04817723482847214, 0.04402633756399155, -0.11697299033403397, 0.08066347241401672, -0.06655367463827133, 0.07448865473270416, 0.06093674153089523, -0.010766786523163319, -0.06515070796012878, -0.03395364433526993, -0.38397499918937683, 0.07383628934621811, 0.03302698954939842, -0.05936843529343605, 0.3012421727180481, 0.03898787871003151, -0.011263124644756317, 0.007417744025588036, -0.010921627283096313, 0.04705376178026199, 0.06852694600820541, 0.10937127470970154, 0.01679978519678116, 0.05181526765227318, 0.02398993819952011, -0.06492797285318375, -0.09326277673244476, -0.056212496012449265, -0.15297161042690277, 0.0944228246808052, -0.04763859137892723, 0.20033212006092072, -0.19088682532310486, -0.028215793892741203, -0.1286671757698059, -0.09655935317277908, -0.03232363611459732, -0.12518464028835297, 0.04436374083161354, -0.019259003922343254, 0.012472002767026424, -0.00026282871840521693, 0.14494864642620087, -0.09073857963085175, -0.06756635010242462, 0.014902476221323013, -0.1631399244070053, 0.12768934667110443, 0.19486172497272491, -0.13803096115589142, -0.007116394583135843, 0.081832654774189, 0.02529049478471279, -0.13304786384105682, -0.015577158890664577, -0.09991944581270218, -0.05148053914308548, -0.0005436501232907176, -0.058071669191122055, 0.11217669397592545, -0.003071949817240238, -0.08075345307588577, -0.08626563847064972, -0.029522299766540527, 0.13337907195091248, -0.0736113041639328, 0.009613078087568283, 0.044811394065618515, -0.07249947637319565, 0.22063793241977692, 0.006693655624985695, -0.010079212486743927, -0.033983293920755386, 0.029764728620648384, -0.027369234710931778, 0.06696692109107971, 0.02932601608335972, -0.008965590037405491, 0.10326670110225677, -0.16865620017051697, 0.04600556567311287, -0.06740090250968933, -0.23363180458545685, 0.018657874315977097, 0.04589592665433884, 0.017042914405465126, 0.15278233587741852, 0.01649816893041134, 0.03572404757142067, 0.04266684502363205, -0.04904289171099663, -0.06307541579008102, -0.07307825237512589, 0.0563039556145668, -0.11071772128343582, 0.10337542742490768, -0.2679482400417328, 0.006479350384324789, -0.12690158188343048, -0.007477312348783016, -0.04590601846575737, 0.03489059954881668, -0.10006944835186005, 0.08295603096485138, -0.058347415179014206, 0.06222813203930855, -0.08510532975196838, -0.007166950963437557, -0.018171388655900955, 0.18374483287334442, -0.21618759632110596, 0.005586815532296896, 0.2590249478816986, -0.10640303045511246, -0.17537835240364075, 0.04871409758925438, -0.03589751943945885, 0.05321427062153816, 0.06260138005018234, 0.3237191140651703, -0.042692698538303375, -0.09824708104133606, -0.038234394043684006, 0.17680801451206207, -0.06835933774709702, -0.08086292445659637, 0.009578345343470573, -0.07218989729881287, -0.04336110129952431, 0.018085069954395294, 0.17602649331092834, -0.025451187044382095, -0.03701508790254593, -0.09575498849153519, -0.0651291087269783, -0.14491911232471466, 0.130592942237854, -0.038934577256441116, 0.008995373733341694, -0.026273909956216812, 0.09191843867301941, -0.020308008417487144, 0.05625153332948685, -0.005792669486254454, 0.027329986914992332, 0.02166307158768177, 0.07151026278734207, -0.0960032120347023, 0.0009495731210336089, -0.12039466947317123, -0.11107224971055984, 0.00523744011297822, 0.04163772612810135, 0.00890105590224266, -0.018038783222436905, 0.05907004699110985, -0.03756195679306984, -0.016803225502371788, 0.0299430750310421, 0.07152530550956726, 0.040631044656038284, -0.015701917931437492, -0.09009004384279251, 0.06674955785274506, -0.061542488634586334, -0.11709817498922348, -0.029128750786185265, -0.05761342495679855, 0.14115628600120544, 0.07279719412326813, 0.06466086953878403, -0.03838044032454491, 0.09781040996313095, 0.005965674761682749, -0.012989374808967113, -0.06836722046136856, 0.003820602083578706, -0.025301095098257065, -0.012910275720059872, 0.10283740609884262, -0.025056913495063782, 0.14794450998306274, 0.16253742575645447, -0.04483489319682121, 0.011909481137990952, -0.027695054188370705, 0.08662494271993637, -0.006044354289770126, -0.10662555694580078, 0.09236910939216614, -0.06503815948963165, -0.008599546737968922, 0.025415198877453804, -0.06868597865104675, 0.04390375688672066, 0.05854160711169243, -0.07760094106197357, -0.08927097916603088, -0.016191251575946808, 0.035277895629405975, -0.30251821875572205, 0.117543525993824, 0.1752045899629593, 0.07971103489398956, 0.24113857746124268, -0.039223331958055496, -0.07698861509561539, 0.019053520634770393, 0.003524154657498002, -0.0377829484641552, 0.13895148038864136, -0.08748994767665863, -0.016041716560721397, 0.08938045054674149, 0.02432631328701973, 0.06687906384468079, -0.08014985173940659, -0.0884002223610878, -0.020751791074872017, -0.038258690387010574, -0.17312276363372803, 0.04158070683479309, 0.022125432267785072, 0.08913205564022064, 0.003965903539210558, 0.12944307923316956, 0.11672892421483994, -0.011267725378274918, -0.07116081565618515, 0.09682536870241165, -0.15695543587207794, -0.18841031193733215, -0.02872639335691929, -0.08771628886461258, -0.03674020990729332, -0.005881784483790398, 0.00574836041778326, -0.1259133368730545, -0.017057398334145546, 0.023306088522076607, -0.11311966180801392, -0.12116676568984985, -0.01584050804376602, 0.05150850489735603, 0.00756871048361063, -0.060258105397224426, -0.0792224183678627, -0.0011171260848641396, 0.017898723483085632, 0.09643284976482391, 0.12088950723409653, -0.08126059174537659, 0.11913634836673737, 0.06350787729024887, -0.06355135887861252, 0.06159409135580063, 0.0064736115746200085, 0.1095316931605339, -0.049665357917547226, 0.019400762394070625, 0.08704307675361633, -0.09551431238651276, 0.06670334935188293, 0.053034450858831406, 0.038699712604284286, -0.11034971475601196, -0.02030906453728676, -0.03143341839313507, -0.1156434416770935, -0.3302142024040222, -0.06500792503356934, -0.03048098459839821, 0.07982413470745087, 0.034407567232847214, 0.026612112298607826, -0.04816041514277458, 0.08640740066766739, 0.04145580902695656, 0.0429002083837986, -0.09470520913600922, 0.0014561087591573596, -0.12376736849546432, 0.04474405199289322, -0.027056172490119934, -0.14944157004356384, 0.09119541198015213, 0.16822022199630737, 0.21607401967048645, 0.17952436208724976, 0.037486713379621506, 0.1008680909872055, 0.057347144931554794, 0.09624956548213959, 0.08555607497692108, 0.12699764966964722, 0.07000313699245453, -0.00796770304441452, 0.029045570641756058, -0.0103058572858572, -0.038912102580070496, 0.003153188619762659, 0.041491542011499405, -0.12305451184511185, -0.0019237687811255455, -0.06200919672846794, 0.08714358508586884, -0.051559168845415115, 0.11347386240959167, -0.09328318387269974, 0.04990331828594208, 0.06248926371335983, 0.1120692640542984, -0.11800213903188705, 0.05310598388314247, 0.11341363191604614, -0.10487315058708191, 0.1299997717142105, 0.0672009065747261, 0.08209279924631119, -0.18053922057151794, -0.021496493369340897, -0.153218612074852, -0.13734187185764313, -0.039802081882953644, 0.11605026572942734, -0.12972186505794525, 0.14333029091358185, 0.07250635325908661, -0.0046845655888319016, -0.12695889174938202, -0.08963732421398163, 0.02486450970172882, 0.0666508600115776, 0.12277792394161224, 0.05701002851128578, -0.015444288030266762, -0.06747446954250336, -0.060941196978092194, 0.000935874180868268, 0.14389444887638092, 0.09401904046535492, -0.07459159195423126, 0.08271314203739166, 0.04579770192503929, -0.08554498851299286, -0.067128986120224, -0.1706676334142685, -0.12006603926420212, 0.009038371033966541, 0.07304629683494568, -0.03653530031442642, 0.020727969706058502, 0.02374156191945076, -0.09274319559335709, 0.17209574580192566, 0.1051393374800682, -0.04553792253136635, -0.1212792843580246, -0.07154742628335953, 0.08017732203006744, -0.001206104294396937, -0.051236774772405624, -0.02666662633419037, 0.027709977701306343, -0.1219615787267685, -0.1761423498392105, 0.08088146895170212, -0.05417246371507645, 0.0713551864027977, -0.09837929904460907, -0.003777851117774844, 0.024165350943803787, -0.04140791669487953, 0.03537272661924362, -0.026657503098249435, -0.006547900848090649, -0.0816570445895195, 0.15528543293476105, 0.00596190057694912, 0.02262638881802559, 0.22324460744857788, 0.0867665633559227, -0.016388293355703354, 0.02374117262661457, -0.07388922572135925, 0.20615805685520172, 0.09792200475931168, -0.04913322255015373, 0.23174026608467102, 0.17671003937721252, -0.09319151937961578, -0.27345404028892517, 0.02859673649072647, -0.16286472976207733, -0.04582710564136505, 0.032708875834941864, -0.18916167318820953, 0.06125285103917122, 0.023900706321001053, -0.04625064879655838, 0.2920196056365967, -0.013377007097005844, -0.003492710879072547, 0.11450932919979095, 0.04857006296515465, 0.31833019852638245, -0.115471750497818, -0.06974101811647415, -0.13036507368087769, -0.12149469554424286, 0.20883582532405853, -0.2956920564174652, 0.03622319549322128, 0.011998969130218029, 0.15653488039970398, -0.010145364329218864, -0.045446477830410004, 0.17649103701114655, 0.02778635174036026, 0.0910545289516449, -0.05006588250398636, 0.008442286401987076, 0.16231879591941833, -0.08711082488298416, 0.06998495012521744, -0.005777837708592415, 0.04054972529411316, -0.09578080475330353, 0.0016396569553762674, -0.03906833007931709, 0.033105723559856415, 0.03304315730929375, -0.047267790883779526, -0.005221270956099033, -0.05394446477293968, -0.0373639240860939, 0.015443218871951103, 0.11789390444755554, -0.005972981918603182, 0.057259585708379745, 0.16549572348594666, 0.06674555689096451, 0.0006977473385632038, 0.0991140678524971, -0.06947116553783417, -0.12293923646211624, 0.11242127418518066, -0.34222888946533203, 0.01378271821886301, 0.026344267651438713, 0.02971263788640499, 0.05162033811211586, 0.029992125928401947, -0.08127830922603607, 0.06128973513841629, 0.09102166444063187, -0.12658721208572388, 0.11287278681993484, 0.047809332609176636, -0.026170313358306885, 0.013980017974972725, 0.03255225718021393, 0.11390767246484756, 0.05512459948658943, -0.005529490765184164, -0.0565139539539814, 0.03940502181649208, -0.07584180682897568, -0.006072180811315775, 0.1018974632024765, 0.037744730710983276, -0.16769137978553772, 0.265277236700058, 0.008343891240656376, -0.08541108667850494, 0.07299962639808655, 0.015391077846288681, -0.09504683315753937, -0.10267069935798645, 0.009600489400327206, 0.18419457972049713, -0.014183825813233852, -0.13804380595684052, 0.05689537152647972, -0.04451751708984375, -0.009563518688082695, 0.1723654419183731, 0.0009566257358528674, 0.11015604436397552, 0.04719460383057594, -0.10158505290746689, 0.0014160078717395663, -0.0538019984960556, -0.050372954457998276, -0.01859738491475582, -0.10320586711168289, -0.15914760529994965, -0.07145462930202484, 0.18316315114498138, -0.018794039264321327, -0.042656220495700836, -0.13757464289665222, 0.057340946048498154, -0.21197539567947388, 0.11485356092453003, 0.0006667077541351318, 0.030653661116957664, -0.017800504341721535, 0.02010483853518963, 0.022086797282099724, -0.015180268324911594, -0.11365111917257309, 0.06414876133203506, 0.0559958890080452, 0.02586088702082634, -0.0869360864162445, -0.008988853543996811, 0.06722118705511093, 0.017144503071904182, 0.09664028137922287, 0.1366419941186905, -0.07688746601343155, 0.1341923028230667, -0.2594533860683441, -0.1186579093337059, 0.04756509140133858, 0.0009722902323119342, 0.03355218842625618, 0.14948324859142303, -0.059683848172426224, 0.033567436039447784, 0.015437106601893902, 0.06252485513687134, 0.031580016016960144, -0.03776012733578682, -0.04414428025484085, -0.10353846848011017, -0.04360778257250786, -0.016888728365302086, 0.03171410784125328, 0.21145546436309814, -0.020862387493252754, -0.006076148711144924, 0.025232689455151558, 0.07026269286870956, 0.011871589347720146, -0.014180243015289307, 0.01702844351530075, -0.10586140304803848, -0.02365766279399395, 0.03479407727718353, 0.03377624973654747, -0.07934222370386124, 0.3573381304740906, -0.06680049747228622, -0.11828947067260742, -0.04232403263449669, 0.04577661678195, -0.2479265332221985, -0.00048217514995485544, 0.2801327407360077, 0.02082446776330471, -0.04917747899889946, -0.10486461222171783, 0.019941845908761024, 0.0022719958797097206, 0.13093258440494537, 0.1298922300338745, 0.06751659512519836, -0.001848472747951746, 0.007672127336263657, -0.013719597831368446, -0.013868364505469799, 0.07403431832790375, 0.00957069918513298, 0.01709463819861412, 0.061677347868680954, 0.036892183125019073, -0.22732752561569214, 0.08292339742183685, -0.015589164569973946, -0.0034171375446021557, -0.012730023823678493, -0.11066274344921112, -0.14200323820114136, -0.1352882981300354, -0.035307008773088455, -0.039830490946769714, 0.08335153013467789, -0.049498073756694794, 0.10665886104106903, 0.21564419567584991, 0.07921517640352249, 0.004586641676723957, 0.038874004036188126, -0.0012155348667874932, -0.02138451114296913, 0.10297195613384247, -0.026596534997224808, -0.09375650435686111, 0.06740168482065201, -0.05301753431558609, 0.052642229944467545, -0.031025279313325882, -0.008555310778319836, 0.05713862553238869, 0.049933064728975296, 0.036542534828186035, -0.14484666287899017, -0.12782083451747894, -0.046592943370342255, 0.09252677112817764, -0.08202546834945679, 0.14484460651874542, 0.06604637950658798, 0.01783260516822338, 0.023116277530789375, 0.1325324922800064, -0.015299835242331028, 0.0002474342763889581, -0.07647218555212021, -0.0777273029088974, -0.10194537043571472, 0.056838445365428925, -0.009554319083690643, -0.06291568279266357, -0.009495384991168976, 0.1760093867778778, 0.19854800403118134, -0.06412480771541595, 0.05011841654777527, -0.0008399844518862665, 0.03140987455844879, 0.05203653872013092, 0.1279241442680359, -0.033736325800418854, -0.03910989314317703, -0.036911118775606155, -0.022490328177809715, 0.02541765384376049, -0.09373307973146439, -0.09133808314800262, 0.04179583489894867, -0.005075247958302498, -0.02200186625123024, -0.13548080623149872, 0.11456815153360367, -0.2659733295440674, 0.058382339775562286, 0.0748206302523613, -0.09558615833520889, -0.052470117807388306, -0.07212218642234802, 0.04497549682855606, 0.03798957169055939, -0.014928904362022877, -0.08033240586519241, -0.0184022244066, 0.06150214374065399, 0.0010270726634189487, -0.283491849899292, -0.05023043230175972, -0.04773721843957901, -0.059737544506788254, -0.024367021396756172, 0.04161858931183815, 0.12216682732105255, 0.0021572953555732965, 0.03029082715511322, -0.051688920706510544, 0.017254400998353958, -0.002994173439219594, 0.12108655273914337, -0.09544751048088074, 0.09124249964952469, -0.06707389652729034, -0.05725868046283722, 0.09313888102769852, -0.05042606219649315, -0.07206553965806961, 0.2341131567955017, -0.014588558115065098, 0.00903723482042551, -0.04297620430588722, -0.06264358013868332, 0.09696005284786224, 0.017372731119394302, -0.03850756958127022, 0.008685456588864326, 0.02620982564985752, 0.07440569996833801, 0.0010222860146313906, -0.25366050004959106, -0.09367123246192932, 0.061586134135723114, -0.09031762182712555, 0.11388812214136124, 0.10537231713533401, -0.1871303915977478, 0.12369226664304733, -0.06219814717769623, 0.050548020750284195, -0.09850512444972992, 0.05817684903740883, 0.13336001336574554, 0.024093022570014, -0.04915864020586014, -0.020492373034358025, 0.10308656096458435, -0.013998514972627163, 0.0570097416639328, -0.08969932794570923 ]
9ff52cae9c6c8c40e28d78f38cc5b8bc8cc47f4a
# Dataset Card for SentiCoref ### Dataset Summary SentiCoref is a Slovenian coreference resolution dataset containing **391962** tokens inside **756** documents*. Also contains automatically (?) annotated named entities and manually verified lemmas and morphosyntactic tags (MSD). \* This is the latest version of SentiCoref, contained in SUK: Slovenian training corpus. ### Supported Tasks and Leaderboards Coreference resolution. ### Languages Slovenian. ## Dataset Structure ### Data Instances A sample instance from the dataset, with most actual data truncated for the purpose of clarity: ``` { "id_doc": "senticoref3408", "words": [ [ ["Ljubljana", "-", "Upravi", "trgovske", "družbe", "Mercator", "se", "je", "z", "letom", "2010", ...], ... ], ... ], "lemmas": [ [ ["Ljubljana", "-", "uprava", "trgovski", "družba", "Mercator", "se", "biti", "z", "leto", "2010", ...], ... ], ... ], "msds": [ [ ["mte:Slzei", "mte:U", "mte:Sozed", "mte:Ppnzer", "mte:Sozer", "mte:Slmei", "mte:Zp------k", ...], ... ], ... ], "ne_tags": [ [ ["B-LOC", "O", "O", "O", "O", "B-ORG", "O", "O", ...], ... ], ... ], "mentions": [ { "id_mention": "senticoref3408.1.1.ne1", "mention_data": { "idx_par": 0, "idx_sent": 0, "word_indices": [0], "global_word_indices": [0] } }, ... ], "coref_clusters": [ ["senticoref3408.1.1.phr17-1", "senticoref3408.1.2.t7", "senticoref3408.1.2.ne2", "senticoref3408.1.4.ne3"], ... ] } ``` ### Data Fields Please note that documents are represented as lists of paragraphs, which are in turn lists of words. This means that `words`, `lemmas`, `msds`, and `ne_tags` are of type List[List[List[string]]]. This is done because it is easier to discard the segmentation information than re-obtain it. - `id_doc`: the identifier of the document; - `words`: words in the document; - `lemmas`: lemmas in the document; - `msds`: [morphosyntactic tags](https://nl.ijs.si/ME/V6/msd/) in the document; - `ne_tags`: named entity annotations in IOB2 format; - `mentions`: list of entity mentions in the document. Includes named entities, phrases, and single words (e.g., pronouns). Each mention is represented with its ID and the indices of contained words: either (1) the index of the paragraph, the sentence inside the paragraph, and the positions inside the sentence, or (2) the global word index that can be used on a flattened list of document words; - `coref_clusters`: coreference clusters present in the document. Each list represents one cluster of entity mentions, represented by their IDs ## Additional Information ### Using the dataset 1. Unless you are doing something more sophisticated, feel free to drop the paragraph and sentence segmentation information by flattening the document words, lemmas, MSDs, and named entity tags: ```python import datasets data = datasets.load_dataset("cjvt/senticoref", split="train") doc = data[0] flattened_words = [w for par in doc["words"] for sent in par for w in sent] # ... Do the same for other fields ``` 2. To get a better understanding of the entity mentions and coreference clusters in the document, you can convert the mention information into a dictionary and link the mentions and clusters to the actual words. ```python import datasets data = datasets.load_dataset("cjvt/senticoref", split="train") doc = data[0] flattened_words = [w for par in doc["words"] for sent in par for w in sent] id2mentiondata = {} for mention in doc["mentions"]: id2mentiondata[mention['id_mention']] = mention['mention_data'] # Display the entity mention clusters in the string format # (1) Using the flattened document structure and global word indices for cluster in doc["coref_clusters"]: print("{") for id_mention in cluster: print(f"\t{[flattened_words[_i] for _i in id2mentiondata[id_mention]['global_word_indices']]}") print("}") print("") # (2) Using the initial document structure and local word indices for cluster in doc["coref_clusters"]: print("{") for id_mention in cluster: _mention_data = id2mentiondata[id_mention] idx_par, idx_sent = _mention_data["idx_par"], _mention_data["idx_sent"] print(f"\t{[doc['words'][idx_par][idx_sent][_i] for _i in _mention_data['word_indices']]}") print("}") print("") ``` **Output:** ``` ... { ['trgovske', 'družbe', 'Mercator'] ['družbe'] ['Mercator'] ['Mercatorja'] } { ['letom', '2010'] ['leta', '2010'] } ... (truncated) ``` ### Dataset Curators Špela Arhar Holdt; et al. (please see http://hdl.handle.net/11356/1747 for the full list) ### Licensing Information CC BY-SA 4.0. ### Citation Information ``` @misc{suk, title = {Training corpus {SUK} 1.0}, author = {Arhar Holdt, {\v S}pela and Krek, Simon and Dobrovoljc, Kaja and Erjavec, Toma{\v z} and Gantar, Polona and {\v C}ibej, Jaka and Pori, Eva and Ter{\v c}on, Luka and Munda, Tina and {\v Z}itnik, Slavko and Robida, Nejc and Blagus, Neli and Mo{\v z}e, Sara and Ledinek, Nina and Holz, Nanika and Zupan, Katja and Kuzman, Taja and Kav{\v c}i{\v c}, Teja and {\v S}krjanec, Iza and Marko, Dafne and Jezer{\v s}ek, Lucija and Zajc, Anja}, url = {http://hdl.handle.net/11356/1747}, note = {Slovenian language resource repository {CLARIN}.{SI}}, year = {2022} } ``` ### Contributions Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.
cjvt/senticoref
[ "task_categories:token-classification", "size_categories:n<1K", "language:sl", "license:cc-by-sa-4.0", "coreference resolution", "region:us" ]
2023-02-10T10:07:38+00:00
{"language": ["sl"], "license": "cc-by-sa-4.0", "size_categories": ["n<1K"], "task_categories": ["token-classification"], "pretty_name": "SentiCoref", "tags": ["coreference resolution"]}
2023-02-10T18:30:01+00:00
[]
[ "sl" ]
TAGS #task_categories-token-classification #size_categories-n<1K #language-Slovenian #license-cc-by-sa-4.0 #coreference resolution #region-us
# Dataset Card for SentiCoref ### Dataset Summary SentiCoref is a Slovenian coreference resolution dataset containing 391962 tokens inside 756 documents*. Also contains automatically (?) annotated named entities and manually verified lemmas and morphosyntactic tags (MSD). \* This is the latest version of SentiCoref, contained in SUK: Slovenian training corpus. ### Supported Tasks and Leaderboards Coreference resolution. ### Languages Slovenian. ## Dataset Structure ### Data Instances A sample instance from the dataset, with most actual data truncated for the purpose of clarity: ### Data Fields Please note that documents are represented as lists of paragraphs, which are in turn lists of words. This means that 'words', 'lemmas', 'msds', and 'ne_tags' are of type List[List[List[string]]]. This is done because it is easier to discard the segmentation information than re-obtain it. - 'id_doc': the identifier of the document; - 'words': words in the document; - 'lemmas': lemmas in the document; - 'msds': morphosyntactic tags in the document; - 'ne_tags': named entity annotations in IOB2 format; - 'mentions': list of entity mentions in the document. Includes named entities, phrases, and single words (e.g., pronouns). Each mention is represented with its ID and the indices of contained words: either (1) the index of the paragraph, the sentence inside the paragraph, and the positions inside the sentence, or (2) the global word index that can be used on a flattened list of document words; - 'coref_clusters': coreference clusters present in the document. Each list represents one cluster of entity mentions, represented by their IDs ## Additional Information ### Using the dataset 1. Unless you are doing something more sophisticated, feel free to drop the paragraph and sentence segmentation information by flattening the document words, lemmas, MSDs, and named entity tags: 2. To get a better understanding of the entity mentions and coreference clusters in the document, you can convert the mention information into a dictionary and link the mentions and clusters to the actual words. Output: ### Dataset Curators Špela Arhar Holdt; et al. (please see URL for the full list) ### Licensing Information CC BY-SA 4.0. ### Contributions Thanks to @matejklemen for adding this dataset.
[ "# Dataset Card for SentiCoref", "### Dataset Summary\n\nSentiCoref is a Slovenian coreference resolution dataset containing 391962 tokens inside 756 documents*. \nAlso contains automatically (?) annotated named entities and manually verified lemmas and morphosyntactic tags (MSD). \n\n\\* This is the latest version of SentiCoref, contained in SUK: Slovenian training corpus.", "### Supported Tasks and Leaderboards\n\nCoreference resolution.", "### Languages\n\nSlovenian.", "## Dataset Structure", "### Data Instances\n\nA sample instance from the dataset, with most actual data truncated for the purpose of clarity:", "### Data Fields\n\nPlease note that documents are represented as lists of paragraphs, which are in turn lists of words. \nThis means that 'words', 'lemmas', 'msds', and 'ne_tags' are of type List[List[List[string]]].\nThis is done because it is easier to discard the segmentation information than re-obtain it.\n\n- 'id_doc': the identifier of the document; \n- 'words': words in the document;\n- 'lemmas': lemmas in the document;\n- 'msds': morphosyntactic tags in the document;\n- 'ne_tags': named entity annotations in IOB2 format;\n- 'mentions': list of entity mentions in the document. Includes named entities, phrases, and single words (e.g., pronouns). Each mention is represented with its ID and the\n indices of contained words: either (1) the index of the paragraph, the sentence inside the paragraph, and the positions inside the sentence, or\n (2) the global word index that can be used on a flattened list of document words;\n- 'coref_clusters': coreference clusters present in the document. Each list represents one cluster of entity mentions, represented by their IDs", "## Additional Information", "### Using the dataset\n\n1. Unless you are doing something more sophisticated, feel free to drop the paragraph and sentence segmentation information by flattening the document words, lemmas, MSDs, and named entity tags:\n\n\n2. To get a better understanding of the entity mentions and coreference clusters in the document, you can convert the mention information into a dictionary and\n link the mentions and clusters to the actual words.\n\nOutput:", "### Dataset Curators\n \nŠpela Arhar Holdt; et al. (please see URL for the full list)", "### Licensing Information\n\nCC BY-SA 4.0.", "### Contributions\n\nThanks to @matejklemen for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #size_categories-n<1K #language-Slovenian #license-cc-by-sa-4.0 #coreference resolution #region-us \n", "# Dataset Card for SentiCoref", "### Dataset Summary\n\nSentiCoref is a Slovenian coreference resolution dataset containing 391962 tokens inside 756 documents*. \nAlso contains automatically (?) annotated named entities and manually verified lemmas and morphosyntactic tags (MSD). \n\n\\* This is the latest version of SentiCoref, contained in SUK: Slovenian training corpus.", "### Supported Tasks and Leaderboards\n\nCoreference resolution.", "### Languages\n\nSlovenian.", "## Dataset Structure", "### Data Instances\n\nA sample instance from the dataset, with most actual data truncated for the purpose of clarity:", "### Data Fields\n\nPlease note that documents are represented as lists of paragraphs, which are in turn lists of words. \nThis means that 'words', 'lemmas', 'msds', and 'ne_tags' are of type List[List[List[string]]].\nThis is done because it is easier to discard the segmentation information than re-obtain it.\n\n- 'id_doc': the identifier of the document; \n- 'words': words in the document;\n- 'lemmas': lemmas in the document;\n- 'msds': morphosyntactic tags in the document;\n- 'ne_tags': named entity annotations in IOB2 format;\n- 'mentions': list of entity mentions in the document. Includes named entities, phrases, and single words (e.g., pronouns). Each mention is represented with its ID and the\n indices of contained words: either (1) the index of the paragraph, the sentence inside the paragraph, and the positions inside the sentence, or\n (2) the global word index that can be used on a flattened list of document words;\n- 'coref_clusters': coreference clusters present in the document. Each list represents one cluster of entity mentions, represented by their IDs", "## Additional Information", "### Using the dataset\n\n1. Unless you are doing something more sophisticated, feel free to drop the paragraph and sentence segmentation information by flattening the document words, lemmas, MSDs, and named entity tags:\n\n\n2. To get a better understanding of the entity mentions and coreference clusters in the document, you can convert the mention information into a dictionary and\n link the mentions and clusters to the actual words.\n\nOutput:", "### Dataset Curators\n \nŠpela Arhar Holdt; et al. (please see URL for the full list)", "### Licensing Information\n\nCC BY-SA 4.0.", "### Contributions\n\nThanks to @matejklemen for adding this dataset." ]
[ 48, 8, 85, 14, 7, 6, 28, 296, 5, 102, 26, 12, 18 ]
[ "passage: TAGS\n#task_categories-token-classification #size_categories-n<1K #language-Slovenian #license-cc-by-sa-4.0 #coreference resolution #region-us \n# Dataset Card for SentiCoref### Dataset Summary\n\nSentiCoref is a Slovenian coreference resolution dataset containing 391962 tokens inside 756 documents*. \nAlso contains automatically (?) annotated named entities and manually verified lemmas and morphosyntactic tags (MSD). \n\n\\* This is the latest version of SentiCoref, contained in SUK: Slovenian training corpus.### Supported Tasks and Leaderboards\n\nCoreference resolution.### Languages\n\nSlovenian.## Dataset Structure### Data Instances\n\nA sample instance from the dataset, with most actual data truncated for the purpose of clarity:### Data Fields\n\nPlease note that documents are represented as lists of paragraphs, which are in turn lists of words. \nThis means that 'words', 'lemmas', 'msds', and 'ne_tags' are of type List[List[List[string]]].\nThis is done because it is easier to discard the segmentation information than re-obtain it.\n\n- 'id_doc': the identifier of the document; \n- 'words': words in the document;\n- 'lemmas': lemmas in the document;\n- 'msds': morphosyntactic tags in the document;\n- 'ne_tags': named entity annotations in IOB2 format;\n- 'mentions': list of entity mentions in the document. Includes named entities, phrases, and single words (e.g., pronouns). Each mention is represented with its ID and the\n indices of contained words: either (1) the index of the paragraph, the sentence inside the paragraph, and the positions inside the sentence, or\n (2) the global word index that can be used on a flattened list of document words;\n- 'coref_clusters': coreference clusters present in the document. Each list represents one cluster of entity mentions, represented by their IDs## Additional Information" ]
[ -0.03746907785534859, -0.07780638337135315, -0.008955081924796104, 0.06079993396997452, 0.05062253773212433, -0.01442790124565363, -0.004582980647683144, 0.07638471573591232, 0.06843601912260056, 0.10186006128787994, 0.004671046976000071, 0.10013936460018158, 0.023909974843263626, -0.06279925256967545, 0.0009892937960103154, -0.2504933178424835, 0.10408977419137955, -0.09680406749248505, 0.09119841456413269, 0.03671941161155701, 0.14227373898029327, -0.04769393429160118, 0.08331970125436783, -0.05910993739962578, -0.0282499510794878, 0.013165183365345001, 0.0073265014216303825, -0.05696732550859451, 0.06362678110599518, 0.08188124001026154, 0.032274141907691956, -0.020686635747551918, 0.02458893321454525, -0.15501083433628082, 0.0033524958416819572, 0.08041272312402725, -0.04161596670746803, -0.005799329839646816, 0.03141037002205849, -0.03702197223901749, 0.2099410891532898, -0.22905994951725006, 0.032881829887628555, -0.014764023944735527, -0.12121245265007019, -0.19509905576705933, -0.09319092333316803, -0.009517377242445946, 0.018807578831911087, 0.01463282573968172, -0.026483723893761635, 0.06317374110221863, -0.06307709962129593, 0.0750344842672348, 0.049653444439172745, -0.10906977951526642, -0.03225330263376236, 0.02187444642186165, 0.01905090920627117, 0.1237695962190628, -0.09365773946046829, 0.029323432594537735, -0.09405580908060074, 0.014119429513812065, 0.020066015422344208, -0.057729676365852356, -0.10811055451631546, -0.008367370814085007, -0.12156467139720917, -0.1000739336013794, 0.2087298184633255, 0.02193053811788559, -0.05468696728348732, -0.08519358932971954, -0.0002757818438112736, 0.08594821393489838, 0.044826239347457886, -0.0069326055236160755, 0.014594752341508865, -0.006019399967044592, 0.0809866189956665, -0.032489992678165436, -0.0527895949780941, -0.0010863767238333821, -0.10750804841518402, 0.1817350536584854, 0.005875966511666775, 0.03650703653693199, 0.0669713094830513, 0.05468122661113739, -0.005529605783522129, -0.06833670288324356, -0.08903653919696808, -0.011788330040872097, -0.13888004422187805, 0.0018198677571490407, -0.056822389364242554, -0.07774612307548523, 0.00408161198720336, 0.1412365883588791, 0.009548117406666279, -0.016269441694021225, -0.06983731687068939, 0.08159682154655457, 0.02998674474656582, 0.09952961653470993, 0.009265150874853134, -0.03337867185473442, -0.020993558689951897, -0.09898749738931656, 0.07450012117624283, -0.04531951621174812, -0.09469256550073624, -0.05814991146326065, -0.01029159128665924, 0.06088147312402725, 0.005514136981219053, 0.06993606686592102, 0.03606918826699257, -0.01161285862326622, -0.018863100558519363, -0.12412804365158081, 0.0005396362976171076, -0.007758419029414654, -0.08885401487350464, 0.02733328752219677, 0.0012567749945446849, -0.0014790844870731235, -0.10464321076869965, 0.06666334718465805, -0.008749165572226048, -0.0017185426549986005, -0.10496913641691208, -0.13428828120231628, 0.08716277778148651, -0.08001884818077087, -0.0210495013743639, -0.12616197764873505, -0.08719159662723541, -0.08449110388755798, -0.007423033006489277, -0.07482776790857315, 0.05522587150335312, -0.04669533297419548, 0.01060925517231226, -0.022202959284186363, -0.0055590178817510605, -0.0068173715844750404, -0.045096371322870255, 0.02598109468817711, -0.14673252403736115, 0.054989807307720184, -0.02511250041425228, 0.015502267517149448, -0.08027054369449615, -0.0038237508852034807, -0.17684149742126465, 0.09909210354089737, -0.04318246245384216, 0.006651990115642548, -0.07085611671209335, 0.011154192499816418, 0.04043508321046829, 0.028013722971081734, -0.024965550750494003, 0.06016170233488083, -0.1869901716709137, -0.013923113234341145, 0.06796734780073166, -0.1534452885389328, 0.01536796148866415, 0.1034635528922081, -0.02907636947929859, 0.08960119634866714, 0.11143264919519424, 0.20570211112499237, 0.05307397246360779, -0.03769875690340996, -0.06515636295080185, -0.053601231426000595, -0.06266169250011444, 0.0988197773694992, 0.11407340317964554, -0.023190023377537727, 0.12503322958946228, 0.027027631178498268, 0.07853880524635315, -0.0803612545132637, 0.02456866204738617, -0.007687325589358807, 0.03613603115081787, 0.054889481514692307, -0.0082771647721529, -0.01840195804834366, -0.06655389070510864, -0.020441114902496338, -0.04133967310190201, 0.02044007182121277, 0.024972522631287575, -0.042034998536109924, 0.08480753749608994, 0.008788620121777058, 0.015151133760809898, -0.026017703115940094, 0.01401672326028347, -0.16394248604774475, -0.1464015245437622, 0.036336299031972885, -0.0978211835026741, 0.0849369615316391, 0.010330832563340664, 0.03409488499164581, 0.03687697649002075, -0.044877078384160995, 0.08884090185165405, -0.034466542303562164, 0.017264142632484436, 0.017045017331838608, -0.17841871082782745, -0.0004603764973580837, -0.01701265759766102, 0.02653113193809986, -0.08655016124248505, -0.03167213499546051, 0.19432084262371063, 0.11780033260583878, 0.05352189391851425, -0.02670411206781864, -0.042949046939611435, 0.06372141093015671, 0.04240075871348381, 0.015888430178165436, 0.0402851402759552, 0.018388835713267326, -0.006503863260149956, 0.13398821651935577, -0.13891714811325073, -0.18524596095085144, 0.021203352138400078, 0.012038023211061954, -0.07975935935974121, -0.16068729758262634, -0.012101704254746437, -0.04251911863684654, -0.020724447444081306, -0.13152427971363068, 0.13778480887413025, -0.004675511736422777, 0.00935374852269888, -0.05199842154979706, -0.06134651228785515, 0.010784175246953964, -0.007005978841334581, -0.036032263189554214, 0.08802931755781174, 0.037000872194767, -0.13519181311130524, 0.10501068830490112, -0.01912526786327362, -0.009675601497292519, 0.20110547542572021, 0.019040999934077263, -0.13150128722190857, -0.05904795974493027, 0.0008196663111448288, 0.04447409138083458, 0.09667732566595078, -0.11712078005075455, 0.002733174478635192, 0.05125623941421509, 0.08315391838550568, 0.005435111466795206, -0.040495775640010834, 0.05336572229862213, 0.017620649188756943, -0.037398871034383774, -0.05377896502614021, 0.060644302517175674, 0.019352691248059273, 0.10783692449331284, 0.017542246729135513, 0.04282497987151146, 0.018188944086432457, -0.08276601880788803, -0.0766185000538826, 0.09562825411558151, -0.13006092607975006, -0.2119663655757904, -0.20401325821876526, -0.04761119931936264, -0.09436171501874924, 0.014288059435784817, 0.0648084431886673, -0.009047554805874825, -0.05910862609744072, -0.06050877273082733, 0.14820505678653717, 0.024128273129463196, -0.07479704171419144, -0.16454456746578217, 0.10083581507205963, -0.07787784188985825, -0.07906635850667953, -0.03388366103172302, -0.029216762632131577, -0.020325707271695137, -0.0050184899009764194, -0.008100633509457111, 0.1225992813706398, -0.0026528041344136, 0.03758351877331734, -0.010704499669373035, -0.05081269145011902, 0.05739280581474304, -0.13110098242759705, 0.09081517904996872, 0.07982886582612991, -0.11101583391427994, 0.021073175594210625, 0.16824841499328613, 0.01700798235833645, -0.02260664477944374, 0.01749568246304989, 0.04395122826099396, -0.09879839420318604, -0.19728946685791016, -0.12712599337100983, -0.08194111287593842, -0.05928884446620941, -0.007353886961936951, 0.01163829118013382, 0.038987018167972565, -0.01110790017992258, -0.07192188501358032, -0.010373813100159168, 0.0485767126083374, 0.06589284539222717, 0.25336605310440063, 0.0001677517720963806, 0.046040624380111694, -0.07456178963184357, -0.016799379140138626, 0.08086640387773514, 0.02232435904443264, 0.2593315839767456, -0.02129307948052883, 0.13477709889411926, 0.06028170883655548, -0.0365777313709259, 0.018059775233268738, 0.06899944692850113, 0.0148323904722929, 0.06650272756814957, -0.04510175436735153, -0.09838929772377014, -0.04496780410408974, 0.06038634851574898, 0.03090827353298664, -0.04436453804373741, -0.07097438722848892, -0.08092669397592545, 0.11183764040470123, 0.1307649165391922, -0.011000372469425201, -0.12145574390888214, -0.06264718621969223, 0.009093315340578556, -0.005698120687156916, -0.06412679702043533, -0.031582266092300415, 0.1849711835384369, -0.10466312617063522, 0.010414058342576027, -0.0035421934444457293, 0.04436681792140007, -0.1850992888212204, 0.017871228978037834, 0.003932776395231485, 0.07207515090703964, -0.03172137588262558, 0.09187757968902588, -0.09973883628845215, 0.1995532214641571, -0.0008515722583979368, 0.015563476830720901, -0.10696251690387726, -0.0094180628657341, 0.0006725062849000096, -0.0030800483655184507, 0.18757393956184387, 0.05357806012034416, -0.2854142487049103, -0.06960496306419373, -0.05124225467443466, 0.02365216799080372, 0.1444423943758011, -0.1088874414563179, 0.08962640166282654, -0.020296450704336166, 0.008075155317783356, -0.03892000764608383, -0.0029530476313084364, 0.04303697869181633, -0.15808387100696564, 0.06147253140807152, 0.0025492068380117416, 0.07550128549337387, -0.01711416430771351, -0.02259860746562481, 0.07765767723321915, 0.05510421469807625, -0.15108120441436768, -0.050689417868852615, -0.10750918835401535, -0.0455632358789444, 0.08845388889312744, -0.06950053572654724, 0.01811407320201397, 0.007431750651448965, 0.09978480637073517, 0.012588405050337315, -0.018047263845801353, 0.0601658895611763, 0.012190649285912514, -0.06221054866909981, -0.0678364709019661, 0.09875646233558655, 0.05182962492108345, 0.02550077997148037, 0.009307269006967545, 0.14333154261112213, 0.05862107127904892, -0.09515904635190964, 0.025173580273985863, 0.12695737183094025, 0.07411673665046692, 0.13955684006214142, -0.1574118733406067, 0.028773797675967216, -0.04819120466709137, -0.088100366294384, 0.18589749932289124, 0.09806730598211288, -0.06550999730825424, 0.1077033206820488, 0.13957835733890533, -0.12930302321910858, -0.26032355427742004, -0.010676712729036808, 0.014834831468760967, 0.02882063202559948, -0.049244463443756104, -0.17001132667064667, 0.02352789044380188, 0.17273350059986115, 0.04218755662441254, -0.037021130323410034, -0.20565475523471832, -0.09023467451334, -0.013593117706477642, 0.0009500465821474791, -0.04393387585878372, -0.047594308853149414, -0.04638093337416649, -0.026705902069807053, 0.0644097551703453, 0.0786273330450058, -0.14988738298416138, 0.06367889046669006, 0.02969398722052574, 0.059701427817344666, 0.04726288095116615, 0.024993320927023888, 0.15914815664291382, 0.07402043044567108, 0.00942712277173996, -0.1258375197649002, -0.04907090216875076, 0.028798528015613556, -0.07557795941829681, 0.08569042384624481, 0.06067434698343277, -0.01996677927672863, -0.06836697459220886, -0.04492897912859917, -0.05552061274647713, 0.046590037643909454, -0.0500401146709919, -0.0733092874288559, -0.019917231053113937, 0.07745330780744553, 0.05473156273365021, -0.05184858292341232, 0.14140698313713074, -0.1278758943080902, 0.01052115485072136, 0.0949975997209549, 0.07019447535276413, 0.0319155789911747, -0.11960487067699432, 0.0399792306125164, 0.014137420803308487, 0.04955742880702019, -0.011805974878370762, 0.03394812345504761, 0.11782964318990707, -0.013990527018904686, 0.09630900621414185, 0.013223613612353802, -0.11603685468435287, 0.005099609028548002, 0.08838864415884018, -0.09607470035552979, -0.07119565457105637, 0.02038032002747059, -0.07373618334531784, -0.050994787365198135, -0.08920840919017792, 0.1301828771829605, -0.05012796074151993, 0.05608464404940605, -0.01961882784962654, 0.05534421652555466, 0.006337498780339956, 0.033581797033548355, 0.04388456046581268, 0.015158061869442463, -0.06757724285125732, 0.1475389450788498, 0.12248515337705612, -0.22170472145080566, 0.004373811651021242, 0.12540096044540405, -0.08938124030828476, -0.0663454607129097, -0.13123618066310883, 0.027216613292694092, -0.06107362359762192, -0.10018525272607803, -0.019996359944343567, -0.1405784636735916, 0.04576738178730011, 0.19012917578220367, 0.020376691594719887, 0.06833448261022568, -0.03472069278359413, -0.009322315454483032, -0.0617251880466938, 0.11156037449836731, -0.02315632998943329, -0.021754173561930656, 0.010838604532182217, 0.04188677668571472, -0.023704659193754196, -0.03254418820142746, -0.004552180413156748, -0.05690903216600418, -0.12476479262113571, 0.015055067837238312, -0.08310958743095398, 0.010446714237332344, -0.043391548097133636, 0.0024255693424493074, 0.018649758771061897, -0.025057900696992874, 0.0029753129929304123, 0.01917574182152748, -0.0197185967117548, 0.010821033269166946, -0.03745894506573677, 0.1266133189201355, -0.11324356496334076, -0.0657016932964325, 0.07326000183820724, -0.0738833025097847, 0.09819493442773819, 0.06578341871500015, -0.029579507187008858, 0.04811367392539978, -0.05052395164966583, 0.05550109222531319, 0.009330246597528458, 0.039653751999139786, 0.058444876223802567, -0.10195815563201904, 0.02017577737569809, 0.007304740138351917, -0.050622809678316116, 0.032758768647909164, 0.03783510997891426, -0.07163430005311966, 0.12200002372264862, 0.05794385448098183, -0.08930511027574539, -0.06554412841796875, 0.08088374882936478, -0.041078973561525345, 0.06649026274681091, 0.07617031037807465, -0.03912726417183876, 0.07412032783031464, -0.0305282361805439, 0.007044889032840729, 0.050057172775268555, -0.062021609395742416, 0.06625177711248398, -0.0661090761423111, 0.03967265784740448, -0.005883786361664534, 0.16156791150569916, 0.08672922849655151, 0.06454501301050186, 0.053286172449588776, -0.002672212664037943, -0.068601094186306, 0.023122532293200493, -0.0925435870885849, 0.04006041958928108, -0.008743062615394592, -0.046959519386291504, -0.0264293160289526, -0.03341091796755791, 0.0019379806471988559, 0.10649530589580536, 0.12169257551431656, 0.2788951098918915, 0.025521473959088326, 0.11687581241130829, -0.059930991381406784, 0.002791722072288394, 0.008971087634563446, 0.09953896701335907, 0.0022760150022804737, -0.04682539775967598, 0.00747798103839159, 0.11814216524362564, -0.15042805671691895, 0.13752850890159607, 0.02221803180873394, -0.06438836455345154, -0.041382815688848495, -0.1846005916595459, -0.03393340855836868, 0.003938727546483278, -0.026430658996105194, -0.10083197802305222, 0.08395230770111084, 0.05713428556919098, -0.005684698466211557, 0.02547752857208252, 0.07945335656404495, -0.16380304098129272, -0.07019205391407013, 0.0551462359726429, 0.014855233952403069, 0.08081235736608505, 0.034810055047273636, -0.0020560158882290125, 0.021889228373765945, 0.04561055824160576, 0.02141990140080452, 0.12054869532585144, 0.11168995499610901, -0.06146291643381119, -0.10340200364589691, -0.016259290277957916, 0.0027611705008894205, -0.006685935892164707, -0.023035071790218353, 0.10973716527223587, 0.08779260516166687, -0.08090215921401978, 0.0415271557867527, 0.20505627989768982, -0.002140156226232648, -0.09733471274375916, -0.11489880084991455, 0.11770261079072952, 0.08010542392730713, 0.05136249214410782, -0.01520260889083147, -0.10820196568965912, 0.012221838347613811, 0.09470909833908081, 0.21232230961322784, 0.10852333158254623, 0.022638972848653793, 0.0172519963234663, 0.029852036386728287, 0.0787251815199852, 0.0698738843202591, 0.012983763590455055, 0.2516515254974365, 0.0036427113227546215, 0.09284143894910812, -0.04256415367126465, 0.041760291904211044, -0.018570834770798683, 0.08659123629331589, -0.009462974965572357, -0.04750962555408478, -0.054704274982213974, 0.14550204575061798, -0.06484387814998627, -0.19227585196495056, 0.033847369253635406, -0.08953661471605301, -0.06766781210899353, -0.018756480887532234, -0.0008257902809418738, 0.012006447650492191, 0.0512826070189476, 0.017167022451758385, -0.08068116754293442, 0.11507949978113174, 0.06485739350318909, -0.06645768880844116, -0.08830659836530685, 0.06580799072980881, 0.03176248446106911, 0.16460682451725006, -0.0354376956820488, 0.10652664303779602, 0.07995689660310745, 0.019286172464489937, -0.08573415875434875, 0.05779353156685829, 0.03354332968592644, -0.06109626963734627, 0.01842486672103405, 0.10034461319446564, -0.059040576219558716, 0.16422109305858612, 0.07017555087804794, -0.019404932856559753, 0.0822586789727211, 0.004183345474302769, -0.024452703073620796, -0.003939342685043812, 0.08039625734090805, -0.10587413609027863, 0.08198456466197968, 0.22619350254535675, 0.027400674298405647, 0.008310549892485142, -0.05838778614997864, -0.0330730602145195, 0.03718818724155426, -0.00872747041285038, 0.02920546755194664, -0.008599276654422283, 0.006544959265738726, -0.01792546920478344, 0.03235688805580139, -0.15018312633037567, -0.11918209493160248, 0.07363962382078171, -0.02583436854183674, 0.007052872329950333, 0.045146454125642776, 0.04838571324944496, -0.0019660424441099167, -0.06461036205291748, -0.17290203273296356, 0.07987315952777863, 0.10854215174913406, -0.06523159146308899, -0.05290321633219719 ]
18aaf5d6a1ad1e63f872a29c2c00c8840947659d
# Dataset Card for "aesthetic-v2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
torphix/aesthetic-v2
[ "region:us" ]
2023-02-10T11:00:24+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 5854280397.36, "num_examples": 14712}], "download_size": 491617940, "dataset_size": 5854280397.36}}
2023-02-27T01:14:20+00:00
[]
[]
TAGS #region-us
# Dataset Card for "aesthetic-v2" More Information needed
[ "# Dataset Card for \"aesthetic-v2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"aesthetic-v2\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"aesthetic-v2\"\n\nMore Information needed" ]
[ -0.05688384920358658, 0.1925186961889267, -0.005336850881576538, 0.043037597090005875, 0.07256495952606201, 0.1254221647977829, 0.09189359843730927, 0.03978816792368889, 0.05433841422200203, -0.0760006457567215, 0.06353532522916794, 0.08171866834163666, 0.08088824152946472, 0.1688387244939804, -0.014501174911856651, -0.16324485838413239, 0.009948253631591797, 0.07378380000591278, -0.009273744188249111, 0.04365973174571991, 0.047185324132442474, -0.0602637343108654, 0.1010078713297844, -0.03182442486286163, -0.1833886355161667, 0.03495657071471214, -0.04886452853679657, 0.009263851679861546, 0.0492318794131279, -0.10116665065288544, 0.1384386122226715, 0.06489908695220947, 0.045640282332897186, -0.15660013258457184, 0.005865807179361582, -0.05769077688455582, -0.1106119230389595, 0.0010020526824519038, 0.06923921406269073, -0.0950394794344902, 0.03361431881785393, 0.07824252545833588, -0.015165714547038078, -0.04230795055627823, -0.06657032668590546, -0.2937889099121094, -0.04965924471616745, 0.07293125987052917, -0.028465334326028824, -0.14039307832717896, 0.07861170172691345, -0.003058532951399684, -0.07792069017887115, 0.038344793021678925, 0.05841844901442528, -0.0033019711263477802, 0.0005733947618864477, 0.05742247775197029, -0.04358692467212677, 0.1647028625011444, -0.031226711347699165, 0.11940877139568329, 0.04989553987979889, 0.03479168564081192, 0.010181277990341187, -0.009514124132692814, -0.1726463884115219, 0.09093855321407318, -0.012127870693802834, -0.1390099674463272, 0.391250342130661, 0.04799485206604004, 0.006371895782649517, 0.06184188276529312, -0.06889678537845612, -0.1306595653295517, -0.03193161264061928, -0.04297738894820213, 0.03980031982064247, 0.025786923244595528, -0.004067393019795418, -0.06986577063798904, -0.18652988970279694, -0.07141031324863434, -0.05956103280186653, -0.06418053805828094, -0.03488590568304062, 0.17496831715106964, -0.1685153841972351, 0.0010341497836634517, -0.1132664605975151, -0.052786655724048615, -0.0444517508149147, -0.14169830083847046, 0.03825807198882103, 0.0581330880522728, 0.07225839793682098, 0.04969188943505287, 0.06398593634366989, 0.022587914019823074, 0.26970919966697693, 0.023037943989038467, -0.07510706037282944, 0.07701340317726135, 0.11579660326242447, -0.017362352460622787, 0.040556810796260834, 0.04849330708384514, -0.08228612691164017, -0.10321652144193649, 0.005848806817084551, -0.08758438378572464, -0.1358724683523178, -0.06375521421432495, -0.01671532914042473, 0.06237000599503517, -0.06589052081108093, -0.10509960353374481, -0.0912042111158371, -0.030499737709760666, 0.11863263696432114, -0.017145585268735886, 0.0584152415394783, -0.04802660644054413, 0.021019859239459038, -0.005748312454670668, -0.002044317778199911, -0.03161393851041794, 0.05539535731077194, -0.010806317441165447, -0.001783229992724955, 0.011244489811360836, -0.04201984405517578, 0.014026845805346966, 0.03940584138035774, -0.14131508767604828, 0.06259184330701828, -0.11779393255710602, -0.1941371113061905, 0.05108164995908737, 0.08665413409471512, -0.007260468322783709, 0.1577145904302597, 0.04365348070859909, -0.004311372060328722, -0.009829843416810036, -0.04445479437708855, 0.080694280564785, -0.07258686423301697, 0.027470527216792107, -0.013007115572690964, 0.13275791704654694, -0.2153720110654831, 0.0835401862859726, -0.09502746164798737, -0.021657250821590424, 0.08576630055904388, 0.017613904550671577, -0.060958847403526306, 0.09047771990299225, 0.05451812967658043, 0.010000803507864475, -0.12198112905025482, -0.004132977686822414, -0.08482106029987335, 0.09898827970027924, -0.30523815751075745, -0.04605862870812416, 0.15433095395565033, -0.1522745043039322, -0.18295857310295105, 0.0763072520494461, 0.003014486050233245, 0.03646944463253021, 0.062346458435058594, 0.20519813895225525, 0.15162469446659088, -0.1242162436246872, 0.015675250440835953, 0.12418132275342941, -0.17202751338481903, -0.21918831765651703, 0.05537103861570358, 0.10352419316768646, -0.06586705148220062, 0.06920155882835388, 0.009176364168524742, -0.03242149576544762, -0.08689060807228088, -0.10728093236684799, -0.028357474133372307, -0.0835050418972969, 0.09679973870515823, 0.08327783644199371, -0.013228746131062508, -0.06952042132616043, 0.09839744120836258, -0.08330070227384567, 0.051334500312805176, 0.004747479688376188, -0.05926971137523651, -0.039002664387226105, 0.2217821478843689, -0.010347445495426655, -0.01210864819586277, -0.055873408913612366, 0.04894750565290451, 0.011784007772803307, 0.050269100815057755, 0.018122930079698563, 0.28267911076545715, 0.08735346049070358, 0.018752476200461388, -0.040790483355522156, -0.018592383712530136, -0.01177122537046671, 0.01693149097263813, 0.05746939033269882, -0.0931992158293724, 0.017933089286088943, -0.07048232108354568, -0.011379959061741829, -0.02630854770541191, -0.06357543170452118, 0.18320462107658386, 0.08842268586158752, 0.07872757315635681, 0.02277521975338459, -0.035610977560281754, -0.05882364138960838, 0.019715311005711555, -0.02905556559562683, 0.02586035244166851, -0.047400180250406265, 0.11403712630271912, 0.048286162316799164, 0.02947572059929371, 0.26171863079071045, 0.1558319628238678, -0.14530910551548004, 0.05009157210588455, -0.006278741639107466, 0.022719217464327812, 0.04030829668045044, -0.09739069640636444, -0.02881387248635292, -0.12881670892238617, -0.12407641112804413, -0.01991857960820198, -0.06541872024536133, 0.09159212559461594, 0.05479210987687111, -0.03764596953988075, -0.1770627647638321, -0.024482978507876396, 0.08530911803245544, -0.18193276226520538, 0.08949559181928635, 0.2995072305202484, 0.06806262582540512, 0.20782719552516937, 0.02276461385190487, -0.03936922177672386, -0.012281816452741623, -0.015554623678326607, -0.10457941144704819, 0.2927244007587433, -0.2145376205444336, -0.011259934864938259, 0.08731423318386078, -0.05692040175199509, 0.06294774264097214, -0.18094798922538757, -0.04699794203042984, 0.016524510458111763, -0.027281977236270905, -0.06508838385343552, -0.036685679107904434, 0.05152575671672821, 0.09255468100309372, -0.06262317299842834, -0.0016060242196545005, 0.12359672039747238, -0.0201975516974926, -0.03614121302962303, 0.04845660552382469, -0.15577074885368347, -0.27093935012817383, -0.059903278946876526, -0.02783634513616562, 0.04690341278910637, 0.06469129025936127, 0.007879571057856083, -0.14678725600242615, -0.031214021146297455, 0.011144831776618958, -0.010655016638338566, -0.10635615885257721, 0.008732514455914497, -0.10273103415966034, 0.07441743463277817, -0.09505400061607361, -0.07324650138616562, -0.0037661257665604353, -0.07633426785469055, 0.140762597322464, 0.17458203434944153, -0.09775698184967041, 0.1570122092962265, 0.036374885588884354, -0.1304032951593399, 0.08653724938631058, 0.015558013692498207, 0.0947951078414917, -0.008838615380227566, -0.05419246852397919, 0.1330394446849823, 0.06742147356271744, 0.05182597413659096, 0.1916431337594986, 0.028380852192640305, -0.11795168370008469, -0.046327050775289536, -0.08846580237150192, -0.19134463369846344, -0.13624772429466248, -0.08994902670383453, -0.06765761971473694, 0.044591326266527176, 0.05875518172979355, 0.04559139534831047, 0.005937893874943256, 0.1303279548883438, 0.011726055294275284, 0.03894855082035065, -0.11623860895633698, -0.055935345590114594, 0.02056090719997883, -0.04272180050611496, -0.013214831240475178, -0.13262537121772766, -0.06417287886142731, 0.15946747362613678, 0.23272918164730072, 0.21200455725193024, 0.060116153210401535, 0.027446698397397995, 0.0740194246172905, 0.19880074262619019, 0.19828225672245026, 0.0657307356595993, 0.1285344362258911, -0.011716117151081562, -0.009582748636603355, -0.013517867773771286, -0.1094861775636673, 0.09714075177907944, 0.25333529710769653, -0.2127114087343216, 0.054911889135837555, -0.13418516516685486, 0.04271028935909271, -0.11082947999238968, 0.08027882874011993, -0.21737068891525269, 0.1388031244277954, 0.1684117615222931, 0.1839514821767807, -0.17357198894023895, 0.02586989477276802, 0.09691473096609116, -0.04968419298529625, 0.14610010385513306, -0.021239928901195526, 0.06311869621276855, -0.15505875647068024, -0.020561056211590767, -0.04343738034367561, -0.17259304225444794, 0.08670935034751892, 0.09685876965522766, -0.07821328938007355, 0.23465824127197266, 0.017003677785396576, -0.030047770589590073, -0.10916782170534134, -0.03504151478409767, 0.029206492006778717, 0.10734984278678894, 0.14503081142902374, 0.052295539528131485, -0.14697854220867157, -0.08937080204486847, 0.07881974428892136, 0.07422689348459244, 0.11823800206184387, -0.036761488765478134, -0.15125949680805206, 0.038966067135334015, -0.019973870366811752, -0.07739709317684174, -0.09103304892778397, -0.11633293330669403, -0.10697492212057114, 0.043275136500597, -0.017422053962945938, -0.05952489376068115, 0.027616428211331367, -0.02110213227570057, -0.07998999953269958, 0.11660818010568619, 0.05502307787537575, -0.05689467862248421, -0.09397174417972565, -0.00946021731942892, 0.03258371725678444, 0.016722844913601875, -0.012867370620369911, 0.004299621097743511, 0.13125315308570862, -0.03547648712992668, -0.17186996340751648, -0.01500639971345663, -0.061813823878765106, 0.09850550442934036, -0.14625884592533112, 0.05410021170973778, -0.03039437159895897, -0.005666532088071108, 0.014004155993461609, 0.018161414191126823, -0.02471034601330757, -0.06120330095291138, 0.2479335367679596, -0.08905395865440369, -0.014199299737811089, 0.13691307604312897, 0.06523579359054565, -0.18409864604473114, 0.08878442645072937, 0.002910192124545574, 0.03124699369072914, 0.14829835295677185, -0.10606083273887634, 0.1841610223054886, 0.08986281603574753, -0.048967160284519196, -0.3238544166088104, -0.009028986096382141, -0.15458528697490692, 0.03744973987340927, 0.1069154366850853, -0.1703629195690155, 0.03303152695298195, -0.027497000992298126, -0.10066016018390656, 0.1711844503879547, -0.04749232903122902, -0.05850495398044586, 0.17246113717556, 0.18881075084209442, 0.2933107614517212, -0.06824828684329987, -0.061636004596948624, -0.12223998457193375, -0.21482422947883606, 0.20151583850383759, -0.0036037105601280928, -0.0016263864235952497, -0.04569888859987259, 0.09070710092782974, 0.010501847602427006, 0.010717209428548813, 0.2186882644891739, -0.00045227890950627625, 0.11187148094177246, -0.1037377193570137, -0.017872413620352745, 0.17793557047843933, -0.018893003463745117, -0.007572116795927286, 0.10026244074106216, 0.03435158357024193, -0.0714106559753418, 0.020068030804395676, -0.02395240217447281, 0.03570418804883957, 0.036622319370508194, -0.07760215550661087, -0.0940956324338913, -0.02982032112777233, -0.12593971192836761, -0.031361646950244904, 0.03278098627924919, 0.0359804593026638, -0.02295551635324955, 0.022645678371191025, 0.042887188494205475, -0.10336096584796906, 0.014449282549321651, -0.1237359344959259, -0.06534028798341751, 0.11154934763908386, -0.1392994374036789, 0.0595996119081974, 0.07770755887031555, 0.0185459665954113, 0.05355598032474518, 0.04093898832798004, -0.027499718591570854, 0.035408053547143936, 0.21714800596237183, -0.10967059433460236, -0.0679808184504509, -0.0026591832283884287, -0.08917157351970673, 0.10146456211805344, 0.05742192268371582, 0.008607798255980015, 0.034554872661828995, -0.015244167298078537, -0.0798444002866745, 0.041244663298130035, -0.055679723620414734, -0.05850150063633919, 0.10402794927358627, 0.030767707154154778, -0.13343507051467896, 0.10231325030326843, -0.023573709651827812, -0.15932784974575043, -0.08390453457832336, -0.07613733410835266, -0.03521024435758591, -0.10384172946214676, 0.11449478566646576, 0.1722649782896042, -0.07380912452936172, -0.1330711394548416, 0.04172978550195694, -0.12974128127098083, -0.013718203641474247, 0.056090351194143295, 0.05299609154462814, 0.10012304782867432, 0.024457033723592758, -0.040630754083395004, 0.018938489258289337, -0.00978083536028862, -0.11674810945987701, 0.01140021812170744, -0.15071168541908264, -0.24436388909816742, -0.03110470622777939, 0.21022368967533112, -0.115549236536026, -0.06863617151975632, 0.017688389867544174, 0.05609627068042755, -0.1832713782787323, 0.0665946900844574, -0.017867814749479294, -0.015932409092783928, -0.01615920662879944, -0.027793752029538155, -0.09258981049060822, -0.014486482366919518, -0.1523008942604065, 0.0944061279296875, 0.03984268009662628, 0.04507160559296608, -0.06433974206447601, -0.021643446758389473, 0.10815504938364029, -0.0027368871960788965, 0.07520952820777893, 0.08601931482553482, -0.010949809104204178, 0.10301825404167175, -0.19034139811992645, -0.1824290156364441, 0.12854143977165222, 0.10232395678758621, -0.009448077529668808, 0.1383727490901947, 0.010484172031283379, 0.0594785250723362, -0.050877057015895844, 0.03220675140619278, 0.09415553510189056, -0.06616638600826263, -0.010747118853032589, -0.16209080815315247, -0.14459869265556335, -0.019838325679302216, 0.0684780701994896, 0.15455232560634613, -0.008224003948271275, -0.04160346835851669, 0.08557124435901642, 0.007582045625895262, -0.04747629910707474, -0.021159039810299873, 0.01252375915646553, -0.14046739041805267, -0.09834238141775131, 0.023232312873005867, -0.0090409554541111, -0.0358898900449276, 0.43610912561416626, 0.055391356348991394, -0.17939645051956177, -0.03902794420719147, 0.2244795709848404, -0.01706298254430294, 0.022326070815324783, 0.20619502663612366, -0.010605468414723873, -0.034222591668367386, -0.01025138609111309, 0.058646995574235916, -0.019107986241579056, 0.19105492532253265, 0.07858432084321976, 0.0491173081099987, 0.049512479454278946, 0.030587878078222275, 0.08756987750530243, 0.004683374427258968, -0.10326585173606873, 0.01530727930366993, 0.01541280560195446, 0.12006012350320816, 0.019734470173716545, -0.1391507238149643, 0.1403759866952896, -0.0693620815873146, 0.07716535031795502, -0.031987156718969345, -0.06417413800954819, -0.05586967244744301, -0.2626851201057434, -0.1051650419831276, -0.10854362696409225, 0.06513892859220505, -0.01829780638217926, -0.009914500638842583, 0.20217522978782654, 0.00687776505947113, -0.031463492661714554, -0.033362068235874176, -0.0823158472776413, -0.0032379429321736097, 0.028257938101887703, -0.0219610333442688, -0.0547817125916481, 0.008755640126764774, -0.018291423097252846, 0.04291503131389618, 0.0024608420208096504, -0.06372523307800293, -0.056016698479652405, 0.02908330038189888, -0.01410583034157753, -0.13724416494369507, -0.08105228841304779, -0.08926308900117874, -0.04088825732469559, -0.0857224315404892, 0.018249787390232086, 0.01291609462350607, 0.04324712976813316, 0.06268353760242462, 0.07458087056875229, 0.008645283058285713, 0.06562233716249466, -0.04638120159506798, -0.22050711512565613, -0.09552169591188431, 0.08903574198484421, 0.11360552906990051, -0.020854560658335686, -0.028389926999807358, 0.09108497202396393, 0.2531781494617462, -0.008839987218379974, 0.012059113010764122, 0.06395520269870758, 0.018573729321360588, -0.021277431398630142, 0.10910116881132126, -0.0672190934419632, 0.09768220037221909, -0.07767088711261749, -0.0963829830288887, -0.03193850815296173, -0.05099458992481232, 0.04344237595796585, 0.06969309598207474, 0.06704281270503998, -0.017792152240872383, -0.09330856055021286, 0.14050139486789703, -0.050621602684259415, 0.14773224294185638, 0.25702354311943054, -0.1140889823436737, -0.09572292864322662, 0.0565011240541935, 0.17359980940818787, 0.02976701408624649, -0.029005948454141617, -0.14996634423732758, -0.05269612744450569, 0.043408773839473724, 0.012041974812746048, -0.3605268895626068, -0.06701365858316422, -0.006905083544552326, -0.031296469271183014, 0.0965329110622406, -0.038359735161066055, 0.055826976895332336, 0.012117099016904831, 0.0264419037848711, -0.01838078908622265, 0.06411459296941757, 0.01639854535460472, 0.034284114837646484, -0.06019432842731476, 0.21767891943454742, -0.06269823759794235, -0.05938413366675377, 0.10204888880252838, 0.051481105387210846, -0.04660225659608841, 0.08949455618858337, -0.05234280973672867, 0.055155180394649506, 0.017184613272547722, -0.10731152445077896, 0.04363933950662613, -0.05469195172190666, 0.051988814026117325, -0.07453172653913498, -0.006700464524328709, 0.03524333983659744, 0.05800845846533775, -0.09854995459318161, -0.024750424548983574, 0.0673760250210762, -0.14525792002677917, 0.20208778977394104, 0.00518856942653656, 0.0024021875578910112, -0.037558283656835556, -0.10847964882850647, 0.0423346571624279, -0.07646947354078293, 0.10241585224866867, 0.09623363614082336, 0.023366626352071762, 0.0014490725006908178, -0.03937730938196182, 0.059785619378089905, 0.01191448513418436, -0.042087260633707047, -0.12586341798305511 ]
d959675dc4344284e05d0fa7aaf62d64267e76a3
# Dataset Card for "weakly_labelled_dataset_mentions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
davanstrien/weakly_labelled_dataset_mentions
[ "region:us" ]
2023-02-10T11:12:10+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "inputs", "struct": [{"name": "text", "dtype": "string"}]}, {"name": "prediction", "list": [{"name": "label", "dtype": "string"}, {"name": "score", "dtype": "float64"}]}, {"name": "prediction_agent", "dtype": "string"}, {"name": "annotation", "dtype": "null"}, {"name": "annotation_agent", "dtype": "null"}, {"name": "vectors", "dtype": "null"}, {"name": "multi_label", "dtype": "bool"}, {"name": "explanation", "dtype": "null"}, {"name": "id", "dtype": "string"}, {"name": "metadata", "struct": [{"name": "split", "dtype": "string"}]}, {"name": "status", "dtype": "string"}, {"name": "metrics", "struct": [{"name": "text_length", "dtype": "int64"}]}, {"name": "label", "dtype": {"class_label": {"names": {"0": "dataset_mention", "1": "no_dataset_mention"}}}}], "splits": [{"name": "train", "num_bytes": 56713799, "num_examples": 30274}], "download_size": 24899276, "dataset_size": 56713799}}
2023-02-16T08:29:39+00:00
[]
[]
TAGS #region-us
# Dataset Card for "weakly_labelled_dataset_mentions" More Information needed
[ "# Dataset Card for \"weakly_labelled_dataset_mentions\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"weakly_labelled_dataset_mentions\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"weakly_labelled_dataset_mentions\"\n\nMore Information needed" ]
[ -0.09408499300479889, 0.12407010048627853, -0.0025314788799732924, 0.04500599578022957, 0.09943944215774536, 0.10975122451782227, 0.0830889642238617, 0.12321019917726517, 0.10965906083583832, 0.007103911601006985, 0.05214528366923332, 0.020962024107575417, 0.0371069572865963, 0.19182813167572021, -0.10407892614603043, -0.06815436482429504, 0.050042975693941116, 0.019925294443964958, 0.08030105382204056, 0.04246107116341591, 0.058244261890649796, -0.0917939841747284, 0.03233911842107773, -0.15245571732521057, -0.13570982217788696, -0.006514320150017738, 0.010484173893928528, -0.020012514665722847, 0.0012784553691744804, -0.09992140531539917, 0.1467636376619339, 0.021512754261493683, -0.06015656143426895, -0.17363396286964417, 0.00556604377925396, 0.033759959042072296, -0.0009305495768785477, 0.03542497009038925, 0.05318175628781319, -0.07547369599342346, -0.14171217381954193, -0.1817353069782257, -0.004116900265216827, 0.010783171281218529, -0.08537580072879791, -0.31254589557647705, -0.119540274143219, -0.024593565613031387, -0.006576370447874069, -0.05736806243658066, 0.03284456953406334, 0.18973484635353088, -0.1735495924949646, 0.0017109587788581848, 0.07362905889749527, -0.07935310900211334, 0.08409371972084045, 0.12307427823543549, -0.12459513545036316, 0.10049735009670258, -0.06560627371072769, 0.01756582409143448, 0.09125636518001556, -0.038695819675922394, -0.051935575902462006, 0.007795912213623524, -0.3544027805328369, 0.1077631264925003, -0.011208205483853817, -0.01720445044338703, 0.3575735092163086, -0.014172008261084557, 0.04822206497192383, -0.07872006297111511, 0.022551067173480988, -0.08951501548290253, -0.025050900876522064, 0.03445599228143692, 0.09055639058351517, 0.023169437423348427, 0.0801645815372467, 0.041370704770088196, -0.09777297079563141, -0.04125341773033142, -0.13052761554718018, 0.023680131882429123, -0.053237684071063995, 0.11918310821056366, -0.18382342159748077, -0.06309788674116135, -0.18891394138336182, -0.01661190763115883, -0.046236418187618256, -0.12096824496984482, 0.012767612934112549, -0.043096065521240234, -0.0610884353518486, 0.07550869882106781, 0.13941824436187744, 0.051230743527412415, 0.003430636366829276, 0.03330278396606445, -0.09450661391019821, 0.06800101697444916, 0.1562105417251587, -0.13291633129119873, 0.029830947518348694, 0.04031093046069145, 0.013480722904205322, -0.11787338554859161, 0.09138521552085876, -0.0759812742471695, -0.09833399951457977, -0.012197740375995636, 0.03021918423473835, 0.13567176461219788, -0.0382608100771904, -0.07743537425994873, -0.16133812069892883, -0.07356509566307068, 0.06087935343384743, -0.07865272462368011, 0.014504855498671532, 0.03039497509598732, -0.029129166156053543, 0.057698722928762436, -0.11569733917713165, -0.0009358702227473259, 0.08537395298480988, 0.05743341147899628, -0.07188030332326889, 0.013072742149233818, -0.030912265181541443, -0.0830126479268074, 0.0780574157834053, -0.22204840183258057, 0.04580669105052948, -0.05492623150348663, -0.2412782609462738, 0.08498939126729965, 0.009637373499572277, -0.05031519755721092, 0.13822141289710999, 0.006411327980458736, 0.014061608351767063, 0.042110055685043335, -0.03984041512012482, 0.035331688821315765, -0.08737812936306, 0.021086886525154114, 0.004806763492524624, 0.08672011643648148, -0.1892070174217224, 0.0358409583568573, -0.16047675907611847, 0.010200850665569305, -0.06693054735660553, 0.05940954014658928, -0.1425771862268448, 0.021937645971775055, -0.08478473871946335, 0.00195870827883482, -0.0751328095793724, 0.007212130818516016, -0.0676606222987175, 0.11115998029708862, -0.22308441996574402, -0.04493509978055954, 0.1263658106327057, -0.14511826634407043, -0.13523805141448975, 0.023490194231271744, -0.0559573769569397, 0.07109852880239487, 0.031393811106681824, 0.30067574977874756, 0.09955328702926636, -0.017408248037099838, -0.04508243501186371, 0.18581515550613403, -0.09835094213485718, -0.18913224339485168, 0.08807756751775742, -0.08340179920196533, -0.06367015838623047, 0.023993633687496185, 0.13444852828979492, -0.051082223653793335, -0.030097201466560364, -0.09533624351024628, -0.0421188622713089, -0.13120129704475403, 0.1838899850845337, 0.04594677686691284, 0.036985836923122406, -0.029410848394036293, 0.12902900576591492, 0.10893429815769196, 0.04999733716249466, 0.016153980046510696, -0.03861024230718613, -0.05662725120782852, 0.07917552441358566, -0.17097431421279907, -0.06967490911483765, -0.1553165763616562, -0.20790544152259827, 0.034577857702970505, 0.0835176333785057, -0.028761085122823715, 0.04146623611450195, 0.07127328217029572, -0.07926493138074875, -0.0548437274992466, 0.12310822308063507, 0.16856661438941956, 0.09081876277923584, -0.04301847517490387, -0.09282414615154266, -0.008725582621991634, -0.08036484569311142, 0.0022562220692634583, -0.036416664719581604, -0.0761355459690094, 0.19948327541351318, 0.05554446578025818, 0.08193330466747284, -0.006634793244302273, 0.1276487112045288, 0.007993553765118122, 0.018487125635147095, -0.07494065165519714, 0.09324683248996735, -0.05485247075557709, -0.0064137401059269905, -0.0697353333234787, -0.07390817254781723, 0.10659670829772949, 0.13785254955291748, 0.027619004249572754, 0.0036465898156166077, -0.07643956691026688, 0.05859624594449997, -0.019160471856594086, -0.07754240930080414, 0.01733848638832569, -0.1557384729385376, -0.05278860405087471, 0.044075872749090195, -0.08847612887620926, -0.00249081919901073, 0.04561566188931465, -0.016530301421880722, -0.13391906023025513, 0.07424179464578629, 0.07652963697910309, -0.16568997502326965, 0.18107134103775024, 0.14035721123218536, 0.1368986815214157, 0.14680302143096924, -0.06659483164548874, -0.07654917240142822, 0.030469633638858795, -0.01866602525115013, -0.014551345258951187, 0.16662326455116272, -0.08254574239253998, 0.012934194877743721, 0.1420336663722992, 0.027692493051290512, 0.10906638205051422, -0.09423995018005371, -0.07413837313652039, 0.003917182330042124, -0.036976128816604614, -0.1184169203042984, 0.03223033621907234, 0.050075799226760864, 0.07983466982841492, 0.02434278465807438, 0.026352060958743095, 0.22621726989746094, -0.003092230064794421, -0.04662588983774185, 0.09300640225410461, -0.20230111479759216, -0.25729912519454956, 0.005330703221261501, -0.07810769975185394, 0.03190089389681816, 0.03451403230428696, -0.03571852296590805, -0.14742255210876465, -0.04148673266172409, 0.012885336764156818, -0.08890998363494873, -0.19666039943695068, -0.0351283922791481, -0.04621189832687378, 0.04916434735059738, -0.066764235496521, -0.08518127351999283, 0.02356666326522827, -0.028260856866836548, 0.13734455406665802, 0.13436345756053925, -0.11760808527469635, 0.0670807957649231, 0.13530702888965607, -0.02649417147040367, 0.05278525501489639, -0.049736909568309784, 0.031020406633615494, -0.0199896190315485, -0.03264906629920006, 0.14525124430656433, 0.06561458110809326, 0.0054777394980192184, 0.08612421154975891, 0.02108939364552498, -0.13252662122249603, -0.045033883303403854, 0.012568650767207146, -0.1395026445388794, -0.18213604390621185, -0.17229363322257996, -0.0897427499294281, 0.06759132444858551, 0.048693567514419556, 0.017311807721853256, -0.061453014612197876, 0.07900331169366837, 0.06816034764051437, 0.00003453996032476425, -0.16935372352600098, -0.005363546311855316, 0.06071970611810684, 0.06771281361579895, 0.018377341330051422, -0.12490299344062805, 0.04256567358970642, 0.18187610805034637, 0.13535892963409424, 0.20382092893123627, 0.08575809001922607, 0.1696028709411621, -0.00008207466453313828, 0.15211649239063263, 0.10538478940725327, 0.07668034732341766, 0.07975086569786072, -0.004606023896485567, -0.0037162017542868853, -0.04000924900174141, -0.07696317136287689, 0.012974010780453682, 0.06998011469841003, -0.14491058886051178, -0.04833179712295532, -0.07981996238231659, 0.05835342034697533, -0.1364046335220337, 0.13044914603233337, -0.1660826951265335, 0.015288030728697777, 0.04444283992052078, 0.19971679151058197, -0.06176479160785675, 0.04964840039610863, 0.09006913006305695, -0.0045027704909443855, 0.06939491629600525, -0.024631425738334656, 0.041762955486774445, -0.09684428572654724, -0.005540160927921534, -0.0580376461148262, -0.016895020380616188, 0.02611236460506916, 0.15043361485004425, -0.15471327304840088, 0.14410915970802307, 0.05367721989750862, 0.002390105975791812, -0.12434278428554535, -0.08499431610107422, 0.002585098147392273, -0.055912330746650696, 0.14561070501804352, 0.04549306631088257, -0.09792587161064148, -0.1577799916267395, -0.09115833044052124, 0.01572197675704956, 0.17033007740974426, 0.07477463781833649, -0.07105270028114319, 0.02533145621418953, 0.011088602244853973, 0.0333014540374279, -0.12149159610271454, -0.12612874805927277, -0.1278962939977646, 0.0666489526629448, 0.16248908638954163, -0.2037513107061386, 0.03595806658267975, -0.005548769608139992, -0.10410375893115997, 0.1635652780532837, -0.02088346518576145, -0.13191023468971252, -0.11332486569881439, -0.07561469078063965, 0.1826286017894745, 0.043725717812776566, -0.0018216059543192387, 0.01595400832593441, 0.06770840287208557, 0.00589907867833972, -0.2046765834093094, 0.10154473036527634, -0.0946182981133461, 0.030381308868527412, -0.08565251529216766, 0.03415852412581444, -0.030335083603858948, -0.0014257384464144707, 0.0017673872644081712, 0.024821631610393524, -0.021565040573477745, -0.047066472470760345, 0.14448845386505127, -0.005841329228132963, 0.11368653178215027, 0.2637637257575989, -0.013834666460752487, -0.01534176990389824, 0.08661072701215744, -0.026356101036071777, 0.16997745633125305, 0.12138225138187408, -0.09106030315160751, 0.29646289348602295, 0.13684089481830597, -0.04384675994515419, -0.23244723677635193, 0.06029371917247772, -0.1759234070777893, -0.04478372633457184, 0.03538024425506592, -0.23293860256671906, 0.1532597839832306, 0.11953173577785492, -0.03703753277659416, 0.22435393929481506, -0.18047264218330383, -0.016400370746850967, 0.18153470754623413, -0.010215036571025848, 0.310577392578125, -0.1344311237335205, -0.10260549187660217, -0.10271816700696945, -0.12347479164600372, 0.36000359058380127, -0.1972942352294922, 0.07823015749454498, -0.039917636662721634, 0.038689952343702316, 0.0017936918884515762, -0.06001206859946251, 0.1762377917766571, 0.060165829956531525, 0.11872422695159912, 0.01876535452902317, -0.11951465904712677, 0.21805545687675476, -0.03527397662401199, 0.03301405906677246, 0.0523485466837883, 0.02927299216389656, -0.18139921128749847, -0.014273077249526978, 0.008790014311671257, 0.021287843585014343, 0.056221090257167816, -0.10386024415493011, -0.08086603879928589, 0.039555396884679794, -0.020894993096590042, -0.037097759544849396, 0.07206481695175171, -0.017840154469013214, 0.05251113325357437, 0.04126303642988205, 0.14637477695941925, -0.11412028968334198, -0.011274219490587711, -0.07858724892139435, -0.11724142730236053, 0.09028568118810654, -0.1547888070344925, 0.04559769481420517, 0.07499848306179047, 0.030156150460243225, 0.02998596802353859, 0.075055330991745, 0.029651790857315063, 0.03231627121567726, 0.11448252946138382, -0.05981859564781189, -0.023200012743473053, 0.07751969993114471, -0.09676556289196014, -0.06416728347539902, 0.030314229428768158, 0.02594388648867607, 0.05576368421316147, -0.018430083990097046, -0.033667661249637604, 0.05173058807849884, -0.016830632463097572, 0.07675863057374954, 0.1076362356543541, 0.06131937354803085, -0.17757222056388855, 0.27094170451164246, 0.005668634548783302, -0.08131586015224457, 0.04336990416049957, -0.07268992066383362, -0.1322624683380127, -0.05921361222863197, 0.03456680476665497, 0.17431151866912842, -0.07479773461818695, -0.123715840280056, 0.03943228721618652, -0.04170024022459984, 0.0026093758642673492, 0.1381102204322815, 0.04703262820839882, 0.16270503401756287, -0.006862848997116089, -0.0731440931558609, -0.0730777457356453, -0.06808114051818848, -0.03204653412103653, 0.015416322275996208, -0.10278235375881195, -0.04069112241268158, -0.11419583112001419, 0.09354020655155182, -0.07066653668880463, -0.01903126947581768, -0.10403270274400711, 0.009472097270190716, -0.20799703896045685, 0.14810529351234436, 0.05870908126235008, 0.00019131973385810852, 0.04548746347427368, 0.10572904348373413, -0.019514646381139755, -0.01401509065181017, -0.11128160357475281, 0.12352185696363449, 0.053358543664216995, 0.05308473855257034, -0.0645596832036972, -0.012043023481965065, 0.0430084764957428, 0.04287617653608322, 0.1239793449640274, 0.07050543278455734, -0.034789539873600006, 0.009094404056668282, -0.25518685579299927, -0.16601860523223877, 0.0391932837665081, 0.02753889374434948, 0.07409223914146423, -0.017711207270622253, -0.03864354267716408, 0.11115419864654541, -0.04157806187868118, 0.08322452008724213, 0.05662434920668602, -0.07109971344470978, 0.02449694648385048, -0.1836218237876892, -0.014399719424545765, -0.01869131065905094, -0.03241369500756264, 0.18067055940628052, 0.019942358136177063, 0.005969004239886999, 0.0377919003367424, -0.01551046408712864, 0.03321882337331772, -0.06199819594621658, -0.06216275319457054, -0.14695538580417633, -0.1208983063697815, 0.13466238975524902, 0.06879869848489761, -0.03368560969829559, 0.47156214714050293, -0.0400167852640152, -0.14002761244773865, -0.04956530034542084, 0.07703833281993866, -0.07084876298904419, -0.01784544810652733, 0.35158324241638184, 0.10377514362335205, -0.06360374391078949, 0.04868178442120552, 0.07902460545301437, 0.03376346454024315, 0.15109503269195557, 0.2638314664363861, 0.16955512762069702, -0.007834617979824543, 0.0066065602004528046, -0.09354440867900848, -0.14500334858894348, 0.028224952518939972, 0.1672573685646057, 0.04124405235052109, 0.05250326171517372, 0.05925216153264046, -0.0799676924943924, -0.017036782577633858, -0.046922873705625534, 0.08109404891729355, -0.1314103901386261, -0.09084504842758179, -0.11555899679660797, -0.09479087591171265, -0.05736043304204941, -0.07558905333280563, 0.014888109639286995, -0.09444272518157959, -0.04064686596393585, 0.31246253848075867, 0.0326472707092762, 0.03705352544784546, 0.015957266092300415, -0.21621042490005493, 0.06413796544075012, 0.09374236315488815, -0.054959170520305634, -0.06067464500665665, -0.002557301428169012, -0.14719906449317932, 0.05223537236452103, -0.050761669874191284, -0.007301795296370983, -0.01849086582660675, 0.1240549087524414, 0.00034986063838005066, -0.1420743465423584, -0.08819401264190674, -0.05284680426120758, 0.10315755754709244, -0.037444766610860825, 0.08725862205028534, 0.03315906971693039, -0.007909351028501987, 0.019385412335395813, 0.17724201083183289, 0.007928736507892609, -0.03021099790930748, -0.0005255825817584991, 0.06246327608823776, -0.13250674307346344, 0.04880716651678085, 0.022959480062127113, -0.11918693035840988, 0.00846940279006958, 0.16337034106254578, 0.23717129230499268, -0.082467220723629, 0.0017952397465705872, -0.017785286530852318, 0.0316668301820755, 0.0168318971991539, 0.1491241455078125, -0.06971143186092377, 0.07654210925102234, -0.04922516271471977, -0.0863245353102684, 0.05305881053209305, 0.004780197516083717, -0.11469234526157379, 0.02071603573858738, 0.051078181713819504, -0.04456109181046486, -0.1292218565940857, 0.09982112795114517, -0.1638091802597046, 0.13195480406284332, 0.17666564881801605, -0.1223289743065834, -0.08650651574134827, -0.051246482878923416, 0.03782236576080322, 0.010277943685650826, -0.021620668470859528, -0.10059873759746552, -0.017612282186746597, -0.14977112412452698, -0.026171430945396423, -0.2998049259185791, -0.07928979396820068, 0.00016723084263503551, 0.05788087844848633, 0.10577657073736191, 0.0005516642704606056, 0.12380101531744003, 0.052005209028720856, 0.017112409695982933, -0.08302625268697739, 0.032047707587480545, 0.020503971725702286, 0.07263854146003723, 0.04358000308275223, 0.07158581912517548, -0.03916329890489578, 0.04001690447330475, 0.064239002764225, -0.07791829109191895, -0.05140010267496109, 0.23674923181533813, -0.013799800537526608, 0.00881767738610506, -0.08396497368812561, -0.10958445072174072, 0.1168728619813919, -0.00925872940570116, -0.03886205330491066, -0.049497202038764954, 0.011457575485110283, 0.11882007867097855, 0.027431713417172432, -0.06518185883760452, -0.06507506221532822, 0.013364501297473907, -0.05811673775315285, 0.2324884533882141, 0.035567864775657654, -0.16733217239379883, 0.07263663411140442, -0.08049674332141876, 0.05887535214424133, -0.07786484062671661, 0.04446563124656677, 0.1213952898979187, 0.05598621815443039, -0.07505201548337936, 0.01840885542333126, 0.07013177126646042, 0.025024596601724625, 0.008737541735172272, -0.055892251431941986 ]
7e01043924240627ce6d6f2f56d51d898e0bfba9
# AutoTrain Dataset for project: dataset-mentions ## Dataset Description This dataset has been automatically processed by AutoTrain for project dataset-mentions. ### Languages The BCP-47 code for the dataset's language is en. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "text": " How to use ```python from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\") model = AutoModel.from_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\") ``` To generate other smaller versions of multilingual transformers please visit [our Github repo](https://github.com/Geotrend-research/smaller-transformers). ", "target": 0 }, { "text": " Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 24 - eval_batch_size: 24 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ", "target": 1 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "text": "Value(dtype='string', id=None)", "target": "ClassLabel(names=['dataset_mention', 'no_dataset_mention'], 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 | 7428 | | valid | 1858 |
davanstrien/autotrain-data-dataset-mentions
[ "task_categories:text-classification", "language:en", "region:us" ]
2023-02-10T11:17:13+00:00
{"language": ["en"], "task_categories": ["text-classification"]}
2023-02-10T11:17:37+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #language-English #region-us
AutoTrain Dataset for project: dataset-mentions =============================================== Dataset Description ------------------- This dataset has been automatically processed by AutoTrain for project dataset-mentions. ### Languages The BCP-47 code for the dataset's language is en. Dataset Structure ----------------- ### Data Instances A sample from this dataset looks as follows: python from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from\_pretrained("Geotrend/bert-base-en-fr-zh-ja-vi-cased") model = AutoModel.from\_pretrained("Geotrend/bert-base-en-fr-zh-ja-vi-cased") ### 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 en.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from this dataset looks as follows:\n\n\npython from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from\\_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\") model = AutoModel.from\\_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\")", "### 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-text-classification #language-English #region-us \n", "### Languages\n\n\nThe BCP-47 code for the dataset's language is en.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from this dataset looks as follows:\n\n\npython from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from\\_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\") model = AutoModel.from\\_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\")", "### 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:" ]
[ 21, 26, 102, 23, 27 ]
[ "passage: TAGS\n#task_categories-text-classification #language-English #region-us \n### Languages\n\n\nThe BCP-47 code for the dataset's language is en.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA sample from this dataset looks as follows:\n\n\npython from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from\\_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\") model = AutoModel.from\\_pretrained(\"Geotrend/bert-base-en-fr-zh-ja-vi-cased\")### 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.13900704681873322, 0.11961545795202255, 0.0004985613632015884, 0.09231558442115784, 0.09750327467918396, 0.0555553212761879, 0.02431575208902359, 0.1250879019498825, 0.07471011579036713, 0.023980168625712395, 0.055071283131837845, 0.07006097584962845, 0.0554785430431366, 0.28287047147750854, -0.0614517405629158, -0.22425085306167603, 0.00849949475377798, 0.0014092340134084225, 0.014918306842446327, 0.09265554696321487, 0.10973663628101349, -0.06637904047966003, 0.040275100618600845, -0.0849665105342865, -0.16627565026283264, -0.005058882292360067, -0.02033771015703678, -0.003909792751073837, 0.0878586396574974, 0.042219385504722595, 0.13235442340373993, -0.019761620089411736, 0.01284060999751091, -0.21337354183197021, 0.02157338708639145, 0.009418562985956669, 0.00705094076693058, 0.09060943871736526, 0.08059234917163849, -0.007154467049986124, -0.07732827961444855, -0.11935142427682877, -0.05354031175374985, 0.018876830115914345, -0.07101614773273468, -0.1542476862668991, -0.07037046551704407, 0.008314916864037514, 0.025306377559900284, 0.024304917082190514, -0.050360556691884995, 0.090327188372612, -0.0932818055152893, 0.07440843433141708, 0.05283500999212265, -0.13759920001029968, 0.005860182456672192, 0.0018053463427349925, -0.02154848352074623, 0.11907973885536194, -0.08237011730670929, -0.018232235684990883, 0.048971641808748245, 0.030917789787054062, -0.09761080145835876, -0.05819562077522278, -0.17390596866607666, 0.025810277089476585, -0.1268014758825302, -0.07537564635276794, 0.37787508964538574, -0.01732664555311203, -0.009450845420360565, -0.03229547664523125, -0.08933904021978378, -0.0032354409340769053, -0.019117241725325584, 0.1093958392739296, -0.06357093155384064, 0.00027803212287835777, 0.03099749982357025, 0.015959998592734337, -0.0959596037864685, -0.05187830328941345, -0.11182210594415665, 0.05454747751355171, -0.006960754282772541, 0.057541199028491974, -0.09367483109235764, 0.06652702391147614, -0.0596139058470726, -0.10264488309621811, -0.017821941524744034, -0.06978628784418106, -0.08989208191633224, -0.010737378150224686, -0.009607987478375435, -0.0312710776925087, 0.0639602467417717, 0.11025512963533401, -0.07807818055152893, 0.0427933968603611, -0.09681633859872818, 0.03881781920790672, 0.1374642252922058, 0.09453670680522919, -0.06345951557159424, -0.03434537723660469, 0.0036288751289248466, -0.030861204490065575, -0.04829183220863342, -0.04881484434008598, -0.11017462611198425, -0.06521542370319366, 0.05717054381966591, 0.08462879806756973, 0.03333304077386856, 0.023380260914564133, -0.07822856307029724, -0.0680006667971611, 0.10148349404335022, -0.1179378405213356, 0.06819981336593628, 0.061186086386442184, -0.01798219047486782, -0.004050133749842644, -0.04160972684621811, -0.033674031496047974, -0.08656972646713257, -0.024188559502363205, -0.10206383466720581, 0.005168288480490446, -0.05347345769405365, -0.1444251388311386, 0.04107354208827019, -0.053052954375743866, 0.0012727939756587148, -0.04540841281414032, -0.228975310921669, 0.015652308240532875, -0.013835983350872993, -0.045240193605422974, 0.04661829397082329, -0.028346657752990723, 0.0005405768752098083, 0.010691379196941853, -0.05349724367260933, 0.07288674265146255, -0.08400974422693253, 0.05784720554947853, -0.039232078939676285, 0.057488247752189636, -0.1770554482936859, 0.048306822776794434, -0.08868449181318283, 0.05500013008713722, -0.047320280224084854, 0.1479850709438324, -0.0977516770362854, -0.03292575478553772, -0.06325869262218475, -0.029834331944584846, 0.06881297379732132, 0.013754933141171932, 0.004143356811255217, 0.14559662342071533, -0.3143920600414276, -0.06916548311710358, 0.10721951723098755, -0.0841846689581871, -0.034843187779188156, 0.06156858429312706, -0.06730852276086807, 0.06440116465091705, 0.06353703886270523, 0.2848382294178009, 0.10365178436040878, 0.05533265694975853, -0.08333152532577515, 0.06059159338474274, 0.052532538771629333, -0.06914988160133362, 0.09346236288547516, -0.06604298949241638, -0.09936553239822388, 0.04664592817425728, -0.01301648747175932, 0.07700543105602264, -0.05080598220229149, -0.04929393157362938, 0.0007000582409091294, -0.012763850390911102, 0.09823638200759888, 0.05965356528759003, 0.03820431977510452, -0.022054418921470642, 0.047758884727954865, 0.10725351423025131, 0.10065511614084244, -0.06280716508626938, -0.010806760750710964, -0.03385729715228081, 0.10251770168542862, -0.07972762733697891, 0.026576552540063858, -0.17898650467395782, -0.05212157219648361, 0.05693897232413292, 0.11456502974033356, 0.007432056590914726, 0.006482018623501062, 0.01893647015094757, 0.0028262308333069086, -0.003960533067584038, -0.006635538302361965, 0.070794016122818, 0.00707939313724637, -0.07427648454904556, -0.13203030824661255, -0.05564393848180771, -0.07680332660675049, 0.17794321477413177, -0.11421176791191101, -0.02720011956989765, 0.029203712940216064, 0.13860319554805756, -0.004918382037431002, -0.002760284347459674, 0.01705441065132618, 0.062182359397411346, -0.05046963691711426, 0.021690811961889267, -0.0032597624231129885, -0.07011835277080536, 0.07411325722932816, -0.0324404202401638, 0.05045413598418236, -0.08256442844867706, 0.1253836750984192, 0.05456103757023811, 0.04875321313738823, -0.11819219589233398, -0.006032915320247412, 0.009441952221095562, -0.01374128833413124, -0.058401476591825485, 0.03638665750622749, 0.04444137215614319, 0.09879245609045029, -0.09832333773374557, -0.007790652569383383, -0.013109071180224419, -0.0691811591386795, -0.050056036561727524, 0.10117994248867035, 0.006995465140789747, -0.22028346359729767, 0.16473388671875, 0.10360763221979141, 0.024060063064098358, 0.2946697771549225, -0.05438989773392677, -0.05984163284301758, -0.032983679324388504, 0.0015999433817341924, -0.03982912003993988, 0.16674472391605377, -0.12125192582607269, 0.031855277717113495, 0.10194280743598938, 0.015265706926584244, 0.07070695608854294, -0.08509939908981323, -0.01316792331635952, -0.040347836911678314, -0.03645430505275726, -0.06218843162059784, -0.01572905108332634, 0.048801589757204056, 0.0745178759098053, -0.011766526848077774, -0.02865222655236721, 0.04753542318940163, -0.02298174425959587, -0.09575504064559937, 0.19608540832996368, -0.25496792793273926, -0.23784302175045013, -0.17336715757846832, -0.05443372204899788, -0.11491461098194122, 0.015036487951874733, -0.034645162522792816, -0.11941763758659363, -0.03256373107433319, -0.03922456130385399, 0.11553443968296051, -0.03632466867566109, -0.016275176778435707, -0.055511899292469025, -0.04249085113406181, -0.04925907775759697, -0.08169251680374146, 0.0339057482779026, -0.016980649903416634, 0.08388117700815201, 0.09161829203367233, -0.11791619658470154, 0.10445833951234818, 0.17301499843597412, -0.018364014104008675, 0.04247415065765381, -0.03063575178384781, 0.16797196865081787, -0.0669533982872963, 0.008745788596570492, 0.00978475995361805, -0.02012617513537407, -0.010157644748687744, 0.16376453638076782, -0.00011248461669310927, -0.0070883240550756454, -0.03327580913901329, -0.027577154338359833, -0.03708069398999214, -0.20674802362918854, -0.19101907312870026, -0.10564416646957397, 0.06943771988153458, 0.09626159816980362, 0.01698080636560917, 0.0198816005140543, 0.05558359622955322, -0.029085347428917885, 0.020681729540228844, -0.04984414950013161, 0.014850840903818607, 0.07916615158319473, -0.06073877215385437, 0.038605231791734695, -0.019750654697418213, -0.029145069420337677, 0.12325825542211533, 0.06980393081903458, 0.15617074072360992, 0.004111701622605324, 0.18494665622711182, -0.015052768401801586, 0.15460985898971558, 0.06002119928598404, 0.17858518660068512, -0.014127782545983791, 0.048803701996803284, 0.007934162393212318, -0.025683939456939697, -0.04356306418776512, 0.02987629920244217, 0.10960453748703003, -0.05693961679935455, -0.04094661399722099, -0.12199544906616211, 0.06878580898046494, -0.029725832864642143, 0.16954463720321655, -0.1730865240097046, -0.045720815658569336, 0.08365293592214584, 0.04985976591706276, -0.15930326282978058, 0.002010633936151862, 0.18755580484867096, -0.05097096413373947, 0.04532255232334137, -0.014187268912792206, 0.10052487999200821, -0.05128418281674385, -0.008968845009803772, -0.12460188567638397, 0.011220285668969154, -0.03497055917978287, 0.12690198421478271, -0.15130563080310822, 0.16954179108142853, 0.05996543541550636, -0.06515800952911377, -0.1234215646982193, 0.0017591966316103935, -0.06048060581088066, 0.09232523292303085, 0.0682988092303276, 0.037738509476184845, 0.06763582676649094, -0.11536984145641327, -0.054403189569711685, 0.01622936502099037, 0.04828963801264763, -0.00921627040952444, 0.04103267565369606, 0.026230059564113617, 0.02222767286002636, -0.013129672966897488, -0.027205312624573708, -0.04362019523978233, -0.1551581472158432, 0.02433108538389206, 0.040176764130592346, 0.018407685682177544, -0.0015949115622788668, -0.045467883348464966, 0.01236285176128149, 0.07422713935375214, -0.09998025745153427, -0.08660680055618286, -0.11455842852592468, 0.08336371183395386, 0.20439685881137848, -0.06898937374353409, 0.019055746495723724, -0.043182697147130966, 0.08112230151891708, -0.08483781665563583, -0.11081395298242569, 0.06081317365169525, -0.04533402994275093, -0.06143544241786003, -0.08999258279800415, 0.1011541485786438, 0.011771062389016151, 0.04493940994143486, 0.013351133093237877, 0.0318235345184803, -0.07645856589078903, -0.07757537066936493, -0.04494926333427429, -0.008001303300261497, 0.013338238932192326, 0.24107147753238678, -0.08897838741540909, -0.14856818318367004, -0.011934907175600529, -0.01719770021736622, 0.2428693324327469, 0.11886956542730331, -0.07218953222036362, 0.043817829340696335, 0.15745577216148376, -0.04431641474366188, -0.28254234790802, -0.014347735792398453, 0.031643353402614594, 0.061962567269802094, -0.09145290404558182, -0.22362761199474335, 0.05056265741586685, 0.05397702753543854, 0.01706612855195999, 0.04955543205142021, -0.17236647009849548, -0.06793449819087982, 0.1884484887123108, -0.011136103421449661, 0.0654008612036705, -0.083407461643219, -0.08120410144329071, -0.08704403787851334, 0.01832985319197178, 0.21036984026432037, -0.19561080634593964, 0.08159837871789932, -0.0374281220138073, 0.111956387758255, 0.017106126993894577, -0.04219235107302666, 0.17834167182445526, 0.12137468159198761, 0.04076487198472023, -0.037149399518966675, -0.09962084889411926, 0.11409302055835724, -0.0042267534881830215, 0.09707886725664139, -0.039979420602321625, 0.04549610614776611, -0.21556659042835236, -0.006750483997166157, -0.1168108880519867, 0.06483136862516403, 0.00436268700286746, -0.07594680786132812, -0.07784909009933472, 0.0374358594417572, -0.06202501431107521, 0.007361326366662979, 0.16069607436656952, 0.021488631144165993, -0.0626266598701477, 0.21083271503448486, 0.06418537348508835, -0.04283377155661583, 0.04047362506389618, 0.03816976398229599, -0.029505491256713867, 0.08234942704439163, -0.11421085149049759, 0.01981142722070217, 0.12041712552309036, 0.034401822835206985, 0.17797325551509857, 0.03838592767715454, -0.10926958173513412, -0.048533596098423004, 0.12949086725711823, -0.13221530616283417, -0.13871634006500244, -0.012571978382766247, -0.019589366391301155, -0.11383667588233948, -0.0077977837063372135, 0.11993159353733063, 0.05741436779499054, -0.02267077937722206, -0.03278031945228577, 0.0355990044772625, -0.0682862401008606, 0.22972629964351654, 0.11620648205280304, 0.03416226804256439, -0.17631790041923523, 0.01468218769878149, 0.0965936928987503, 0.11228130012750626, 0.0286104679107666, 0.12488283216953278, -0.11771879345178604, -0.11583635210990906, 0.08232524991035461, 0.24694518744945526, -0.08816114068031311, -0.046625103801488876, 0.0016392797697335482, -0.07530561089515686, 0.028529958799481392, 0.12039553374052048, 0.0285409577190876, 0.054887402802705765, -0.041589271277189255, -0.12600894272327423, -0.054515667259693146, 0.07156861573457718, 0.014821257442235947, 0.031213905662298203, -0.04281915724277496, 0.06271468847990036, -0.08209672570228577, 0.09774702042341232, -0.04115907847881317, -0.04570205137133598, -0.12316432595252991, 0.005759330932050943, -0.18126125633716583, 0.015527400188148022, -0.06781239062547684, -0.02112002857029438, 0.014689642004668713, -0.016040727496147156, 0.013041665777564049, -0.041281960904598236, -0.10051216185092926, 0.012279707938432693, -0.03068694658577442, 0.08923281729221344, -0.11050780117511749, -0.01515136007219553, 0.02280004508793354, 0.00004625260771717876, 0.12541602551937103, 0.07381635904312134, 0.016189180314540863, 0.13464340567588806, -0.057746514678001404, -0.07660585641860962, 0.032909978181123734, 0.06388545781373978, 0.10685667395591736, 0.005963230039924383, -0.011410361155867577, 0.04063687473535538, 0.020786983892321587, 0.07358968257904053, 0.12964195013046265, -0.07837100327014923, 0.027931708842515945, -0.0783504992723465, -0.042283687740564346, -0.04512127488851547, 0.12997125089168549, 0.023494413122534752, 0.0742482841014862, 0.08887842297554016, -0.003027389058843255, 0.053071241825819016, -0.11116448044776917, -0.04991227015852928, -0.04949278384447098, -0.09498317539691925, 0.017997168004512787, -0.04502708464860916, 0.03525526449084282, -0.007394543848931789, 0.19534610211849213, 0.09278249740600586, -0.06107814610004425, -0.06066050007939339, 0.083598792552948, 0.04417424649000168, 0.03537226468324661, 0.24809549748897552, 0.06589917093515396, -0.038893572986125946, -0.016893774271011353, 0.06762749701738358, 0.028531953692436218, 0.19227375090122223, 0.052618928253650665, 0.07360801845788956, 0.02973628044128418, 0.023239312693476677, 0.06047102436423302, -0.17467744648456573, 0.03546137735247612, -0.05581337586045265, -0.013820902444422245, 0.047478076070547104, -0.013925042003393173, 0.0678606703877449, -0.025760650634765625, -0.16868312656879425, 0.07668282091617584, 0.014097110368311405, -0.14055655896663666, -0.03946029394865036, -0.0876644030213356, -0.06748353689908981, -0.10500235855579376, -0.035511359572410583, -0.1694697141647339, -0.03519047424197197, 0.08185901492834091, 0.01710428111255169, -0.02379690855741501, 0.11567410826683044, 0.028360627591609955, -0.12664997577667236, 0.0194514412432909, 0.010785412974655628, 0.019981645047664642, -0.05007114261388779, 0.013965321704745293, 0.011551277711987495, -0.03313111886382103, 0.029702870175242424, 0.021893450990319252, 0.038386207073926926, 0.04857197776436806, -0.045120786875486374, -0.07683895528316498, -0.023084459826350212, 0.03223539888858795, -0.009104607626795769, 0.2278042584657669, 0.05271027609705925, -0.02842448465526104, 0.008271636441349983, 0.017324240878224373, 0.036273449659347534, -0.1212247833609581, -0.10515399277210236, 0.22481375932693481, -0.009180150926113129, 0.05926653742790222, 0.008420904166996479, -0.11282266676425934, -0.05799264833331108, 0.1365332007408142, 0.22352300584316254, -0.09216348826885223, -0.019976332783699036, 0.0025045417714864016, 0.010457715019583702, 0.005791244562715292, 0.1081642210483551, 0.01695643737912178, 0.19113139808177948, -0.0022522646468132734, 0.04573744907975197, -0.009870833717286587, -0.06720634549856186, -0.04697009176015854, 0.006256429478526115, 0.039215851575136185, -0.08302491903305054, -0.093330018222332, 0.07592082768678665, -0.07634914666414261, -0.0061369831673800945, 0.03859144449234009, -0.15362700819969177, -0.11969774961471558, -0.04984457418322563, 0.02319028228521347, -0.007137696724385023, -0.009044420905411243, -0.03665505722165108, 0.04045552387833595, 0.10836979001760483, -0.024830767884850502, -0.17945100367069244, -0.08918815851211548, 0.12680286169052124, -0.22844523191452026, 0.0407925620675087, -0.027676397934556007, 0.133041650056839, 0.07774541527032852, 0.024066053330898285, -0.08126538246870041, 0.023649903014302254, 0.03343748673796654, 0.10725782066583633, -0.020380837842822075, 0.08324186503887177, -0.02289869263768196, 0.04172539710998535, 0.03711945191025734, -0.056067317724227905, -0.00936448760330677, 0.011335129849612713, -0.028671810403466225, -0.08588331192731857, -0.031500764191150665, -0.10596414655447006, 0.11783500760793686, 0.14549989998340607, -0.03975360095500946, -0.007791867945343256, -0.06622017174959183, 0.05165309086441994, -0.018058473244309425, 0.07802976667881012, -0.08790548145771027, -0.1284698098897934, -0.07017319649457932, 0.05328889936208725, 0.013006563298404217, -0.1866883635520935, 0.06841033697128296, -0.06886360049247742, -0.02469157613813877, -0.009883301332592964, 0.16426584124565125, 0.04433051124215126, 0.021673856303095818, -0.037893474102020264, -0.05949628725647926, 0.001607610029168427, 0.032266244292259216, -0.03232520446181297, -0.06613455712795258 ]
e782ebf35c7e4cafccb08ca680b0a76706533067
## Dataset Description A small subset of [the-stack](https://huggingface.co/datasets/bigcode/the-stack) dataset, with 87 programming languages, each has 10,000 random samples from the original dataset. ## Languages The dataset contains 87 programming languages: ```` 'ada', 'agda', 'alloy', 'antlr', 'applescript', 'assembly', 'augeas', 'awk', 'batchfile', 'bison', 'bluespec', 'c', 'c++', 'c-sharp', 'clojure', 'cmake', 'coffeescript', 'common-lisp', 'css', 'cuda', 'dart', 'dockerfile', 'elixir', 'elm', 'emacs-lisp','erlang', 'f-sharp', 'fortran', 'glsl', 'go', 'groovy', 'haskell','html', 'idris', 'isabelle', 'java', 'java-server-pages', 'javascript', 'julia', 'kotlin', 'lean', 'literate-agda', 'literate-coffeescript', 'literate-haskell', 'lua', 'makefile', 'maple', 'markdown', 'mathematica', 'matlab', 'ocaml', 'pascal', 'perl', 'php', 'powershell', 'prolog', 'protocol-buffer', 'python', 'r', 'racket', 'restructuredtext', 'rmarkdown', 'ruby', 'rust', 'sas', 'scala', 'scheme', 'shell', 'smalltalk', 'solidity', 'sparql', 'sql', 'stan', 'standard-ml', 'stata', 'systemverilog', 'tcl', 'tcsh', 'tex', 'thrift', 'typescript', 'verilog', 'vhdl', 'visual-basic', 'xslt', 'yacc', 'zig' ````` ## Dataset Structure ```python # to load go: from datasets import load_dataset load_dataset("bigcode/the-stack-smol-xl", data_dir="data/go") ```
bigcode/the-stack-smol-xl
[ "task_categories:text-generation", "task_ids:language-modeling", "language_creators:crowdsourced", "multilinguality:multilingual", "size_categories:unknown", "language:code", "region:us" ]
2023-02-10T11:17:22+00:00
{"annotations_creators": [], "language_creators": ["crowdsourced"], "language": ["code"], "multilinguality": ["multilingual"], "size_categories": ["unknown"], "source_datasets": [], "task_categories": ["text-generation"], "task_ids": ["language-modeling"]}
2023-02-10T17:22:38+00:00
[]
[ "code" ]
TAGS #task_categories-text-generation #task_ids-language-modeling #language_creators-crowdsourced #multilinguality-multilingual #size_categories-unknown #language-code #region-us
## Dataset Description A small subset of the-stack dataset, with 87 programming languages, each has 10,000 random samples from the original dataset. ## Languages The dataset contains 87 programming languages: '' ## Dataset Structure
[ "## Dataset Description\nA small subset of the-stack dataset, with 87 programming languages, each has 10,000 random samples from the original dataset.", "## Languages\n\nThe dataset contains 87 programming languages:\n''", "## Dataset Structure" ]
[ "TAGS\n#task_categories-text-generation #task_ids-language-modeling #language_creators-crowdsourced #multilinguality-multilingual #size_categories-unknown #language-code #region-us \n", "## Dataset Description\nA small subset of the-stack dataset, with 87 programming languages, each has 10,000 random samples from the original dataset.", "## Languages\n\nThe dataset contains 87 programming languages:\n''", "## Dataset Structure" ]
[ 59, 35, 15, 6 ]
[ "passage: TAGS\n#task_categories-text-generation #task_ids-language-modeling #language_creators-crowdsourced #multilinguality-multilingual #size_categories-unknown #language-code #region-us \n## Dataset Description\nA small subset of the-stack dataset, with 87 programming languages, each has 10,000 random samples from the original dataset.## Languages\n\nThe dataset contains 87 programming languages:\n''## Dataset Structure" ]
[ -0.0711788535118103, 0.14341551065444946, -0.0016305973986163735, 0.08045022189617157, 0.0860196128487587, 0.08711148798465729, 0.1518096774816513, 0.0558675155043602, 0.08379363268613815, 0.045980021357536316, 0.0738346055150032, 0.030483316630125046, 0.034012969583272934, 0.13692116737365723, -0.028547091409564018, -0.21918073296546936, 0.021152740344405174, -0.12503258883953094, -0.014392468146979809, 0.061103157699108124, 0.09383825957775116, 0.02149115689098835, 0.038192011415958405, -0.08567965775728226, -0.09200343489646912, 0.011891214177012444, -0.03787278011441231, -0.08005071431398392, 0.03584342449903488, 0.021659716963768005, 0.0726323202252388, -0.02548268251121044, 0.018494663760066032, -0.08494836091995239, -0.0030197876039892435, -0.0055425432510674, 0.044898342341184616, -0.035104479640722275, 0.031179403886198997, -0.026737689971923828, 0.09199568629264832, -0.07566782087087631, -0.040562763810157776, 0.0592854879796505, -0.1020590290427208, -0.0629858523607254, 0.031177695840597153, -0.15180914103984833, -0.0916731134057045, 0.030963201075792313, -0.05031001567840576, 0.1774185448884964, -0.08286478370428085, 0.06097418814897537, 0.004261369816958904, -0.05527670308947563, -0.02910759299993515, 0.1262401044368744, 0.058077696710824966, 0.13453809916973114, -0.035945672541856766, 0.015052459202706814, 0.08373294025659561, 0.0355016365647316, -0.16605494916439056, -0.10987485200166702, -0.2102033495903015, -0.060103632509708405, -0.1103484034538269, 0.0075933546759188175, 0.3370523750782013, 0.016679788008332253, 0.022762147709727287, -0.13445141911506653, -0.06408492475748062, 0.13836295902729034, -0.07580898702144623, 0.11026615649461746, -0.09081784635782242, 0.0036613147240132093, 0.1149725541472435, -0.01313304714858532, -0.052375610917806625, -0.04891606420278549, -0.04752356931567192, 0.10587920993566513, -0.00328483316116035, 0.07084698975086212, -0.09550824016332626, -0.061519261449575424, -0.051338329911231995, -0.06106792762875557, 0.0418718196451664, -0.1451091468334198, -0.08025150001049042, 0.06763863563537598, 0.07559873908758163, -0.045599229633808136, 0.20710688829421997, -0.02872164361178875, -0.022562194615602493, 0.02571999467909336, -0.08808866143226624, 0.03396294265985489, 0.18144768476486206, -0.057171598076820374, -0.07331713289022446, -0.08792675286531448, -0.0101924492046237, -0.02446671947836876, -0.01571899652481079, -0.05598638951778412, -0.06724376231431961, -0.044266607612371445, -0.05791677162051201, 0.12720227241516113, 0.09164227545261383, 0.09925024211406708, -0.002633483847603202, -0.039815690368413925, -0.0691799446940422, -0.09182059019804001, 0.00707989139482379, 0.08449658006429672, -0.03841465339064598, 0.05968306213617325, -0.11623992770910263, -0.03123856522142887, -0.13161085546016693, -0.19201184809207916, -0.07673348486423492, -0.037174321711063385, -0.10263849794864655, -0.1953262984752655, 0.029673811048269272, -0.11008471250534058, 0.020856715738773346, -0.021628744900226593, -0.1574988216161728, -0.06624612957239151, 0.0034117570612579584, -0.05504370108246803, 0.0037174385506659746, -0.1526843160390854, -0.01518705952912569, 0.04228147119283676, -0.024076148867607117, 0.03363392502069473, -0.10800333321094513, 0.021636275574564934, -0.07235638797283173, 0.0630159080028534, -0.18368245661258698, 0.010010910220444202, -0.0950346514582634, 0.026739662513136864, 0.012015203014016151, 0.17043955624103546, -0.12367872148752213, 0.05709601938724518, 0.004729848820716143, -0.02350783161818981, 0.1335020512342453, 0.06977180391550064, -0.05132084712386131, 0.2436489462852478, -0.250195175409317, 0.009671059437096119, 0.16800720989704132, -0.05249409005045891, -0.07709310948848724, 0.07895837724208832, -0.024393172934651375, 0.16976118087768555, 0.01221494097262621, 0.2651473879814148, 0.11313075572252274, 0.1281319260597229, 0.002253646496683359, 0.09152642637491226, 0.05931354686617851, -0.05721887946128845, 0.06455308198928833, -0.01951240375638008, 0.016733024269342422, 0.0409955233335495, 0.12930399179458618, 0.003221555845811963, -0.021344004198908806, -0.07186797261238098, -0.013882522471249104, -0.037698253989219666, 0.039677102118730545, 0.06598104536533356, 0.08559534698724747, -0.08504564315080643, 0.02825748734176159, -0.028523482382297516, 0.10530181974172592, -0.09426528215408325, -0.057719770818948746, -0.042050041258335114, 0.03651493415236473, 0.06549541652202606, 0.012273711152374744, -0.14764782786369324, -0.12839210033416748, 0.09612695127725601, 0.10201748460531235, 0.059206292033195496, 0.14815782010555267, 0.024549201130867004, -0.050914715975522995, 0.027650082483887672, 0.10492346435785294, 0.06421472877264023, -0.0150830103084445, -0.01091301441192627, -0.17910942435264587, 0.038480449467897415, -0.12441255897283554, 0.05391714721918106, -0.14448809623718262, -0.02838612161576748, -0.07042156904935837, 0.04784642159938812, -0.01208872627466917, -0.000025349199859192595, 0.07319211214780807, 0.04194803535938263, -0.08398256450891495, -0.05700770765542984, 0.057521019130945206, -0.05950835347175598, -0.01540743000805378, 0.011383024975657463, -0.05030618607997894, -0.1301213651895523, 0.11198515444993973, -0.01345460768789053, 0.04850240424275398, -0.004506698343902826, 0.025129999965429306, -0.001993681536987424, 0.07834409177303314, -0.04944973438978195, -0.022069614380598068, 0.0222097747027874, 0.06877689063549042, -0.07578299939632416, 0.061715371906757355, 0.008690999820828438, -0.028694389387965202, -0.018298693001270294, 0.15648622810840607, 0.031985558569431305, -0.14661620557308197, 0.20406123995780945, -0.026156725361943245, 0.008138998411595821, 0.19525083899497986, -0.05935324355959892, -0.0193155687302351, 0.05919201299548149, 0.026262324303388596, -0.030673891305923462, 0.022655270993709564, -0.25444328784942627, -0.011608238331973553, 0.08807163685560226, 0.05859745293855667, 0.04567434638738632, -0.026726488023996353, -0.03252541646361351, -0.10898353159427643, -0.020672963932156563, -0.06594843417406082, 0.004829654935747385, 0.0412309393286705, 0.07682931423187256, -0.016332121565937996, -0.11245144158601761, 0.0251682810485363, -0.06604312360286713, -0.02426738664507866, 0.17427773773670197, -0.1338321417570114, -0.2091560661792755, -0.11341635137796402, -0.03741995990276337, -0.1283825933933258, 0.03934161365032196, -0.025275522843003273, -0.05302315577864647, -0.020408079028129578, -0.013525184243917465, 0.1569635272026062, -0.15792180597782135, -0.10687895864248276, 0.01253634225577116, 0.04803330451250076, -0.09922581911087036, -0.08280136436223984, 0.042987845838069916, 0.005437296349555254, -0.008146003820002079, 0.08757893741130829, -0.1932893991470337, 0.04883776977658272, 0.17094852030277252, 0.053313247859478, -0.0017946050502359867, -0.050154656171798706, 0.19010573625564575, -0.07223688066005707, -0.012393550015985966, 0.03538401052355766, 0.013918789103627205, -0.018237197771668434, 0.1445969194173813, 0.04588431492447853, -0.11494208127260208, 0.02543872781097889, 0.05226464569568634, -0.0603458397090435, -0.23282915353775024, -0.17335648834705353, -0.09966035932302475, 0.11343169957399368, 0.03977122902870178, -0.014189776964485645, -0.09292829781770706, 0.07488402724266052, 0.011175764724612236, 0.0482603944838047, -0.058726098388433456, -0.024192238226532936, 0.05552658066153526, -0.05591553449630737, 0.027233028784394264, -0.05812712013721466, -0.04369683936238289, 0.11709259450435638, 0.04855359345674515, 0.21019019186496735, 0.031892355531454086, 0.24530045688152313, 0.024362996220588684, 0.04959931969642639, 0.026769116520881653, 0.1688271313905716, 0.020274516195058823, 0.0744222104549408, -0.02143261581659317, -0.04364028200507164, -0.0594068244099617, 0.06615123897790909, 0.07522067427635193, -0.0820728987455368, -0.034204963594675064, -0.05106830596923828, 0.012204011902213097, 0.14409098029136658, 0.1770961731672287, -0.10061971098184586, 0.028736907988786697, 0.1545196920633316, -0.0032828159164637327, -0.21151362359523773, 0.11573987454175949, 0.20724791288375854, -0.00046432585804723203, 0.09501181542873383, -0.014167840592563152, 0.11988608539104462, -0.07852745056152344, 0.004921632818877697, -0.1507563292980194, -0.05553160607814789, 0.00971688237041235, 0.15365655720233917, -0.17525717616081238, 0.22705933451652527, 0.03414543718099594, -0.025388039648532867, -0.1844828575849533, -0.005422827322036028, -0.040962621569633484, -0.02583516761660576, 0.14708583056926727, 0.022785570472478867, -0.05749785900115967, -0.00684376060962677, -0.0495743528008461, 0.036692745983600616, 0.04731012135744095, 0.071797676384449, 0.023061199113726616, 0.06184844672679901, 0.06904321163892746, 0.009565524756908417, -0.06571558117866516, -0.10722827911376953, -0.15589910745620728, 0.029893474653363228, 0.16181224584579468, -0.11730948835611343, -0.002310858340933919, -0.05039745569229126, 0.0005272115813568234, 0.11116494238376617, -0.03922170773148537, -0.10095640271902084, -0.04824463278055191, 0.022327719256281853, 0.19395498931407928, 0.017368733882904053, -0.014578599482774734, -0.10325013101100922, -0.02471107803285122, -0.04070260003209114, -0.05979505181312561, 0.09240667521953583, -0.04976082593202591, -0.00013512927398551255, -0.05105173587799072, 0.06342040002346039, 0.0268917977809906, 0.009953940287232399, -0.026690542697906494, 0.01921897567808628, 0.013207915239036083, -0.11285054683685303, -0.048367924988269806, -0.037716928869485855, -0.02222905121743679, 0.22135120630264282, -0.04152311757206917, -0.14254237711429596, -0.0008289217948913574, -0.05374257639050484, 0.2318587452173233, 0.07798154652118683, -0.04936937615275383, 0.021694421768188477, 0.21541602909564972, -0.10353650897741318, -0.25329434871673584, -0.005826129112392664, -0.0065983133390545845, 0.06327760964632034, -0.12791620194911957, -0.2387060821056366, 0.0013543976237997413, 0.027769796550273895, 0.01635187491774559, 0.1192295253276825, -0.31428271532058716, -0.03445176035165787, 0.16641606390476227, -0.018569789826869965, 0.15174631774425507, -0.14668087661266327, -0.04873250052332878, -0.11705666035413742, -0.031750161200761795, 0.21249446272850037, -0.061088792979717255, 0.10861731320619583, -0.051269419491291046, 0.11736022680997849, 0.047811344265937805, -0.033441368490457535, 0.15865589678287506, 0.04393189772963524, 0.043770790100097656, -0.06588274240493774, -0.10253537446260452, 0.17246992886066437, 0.038853563368320465, 0.01745625212788582, -0.001263069687411189, 0.010807627812027931, -0.16837285459041595, -0.04963153973221779, -0.09775465726852417, 0.07612673193216324, -0.01623021997511387, -0.0816161036491394, -0.07191558927297592, 0.0065071480348706245, -0.06298062950372696, 0.04562172666192055, 0.16372673213481903, -0.011927983723580837, 0.05465444177389145, 0.047994811087846756, 0.13434389233589172, -0.002264447044581175, 0.0980754867196083, 0.01555721741169691, 0.03294855356216431, 0.07963187992572784, -0.09646515548229218, -0.03535576909780502, 0.14603054523468018, 0.051504284143447876, 0.0509270578622818, 0.028508253395557404, -0.09048350155353546, 0.05433041974902153, 0.066563680768013, -0.012644891627132893, -0.25923505425453186, 0.03452078625559807, -0.01838538981974125, -0.0686163678765297, -0.0037301285192370415, 0.11703945696353912, 0.07095491141080856, 0.0035911360755562782, -0.08635467290878296, 0.018834484741091728, -0.010206712409853935, 0.13367995619773865, 0.012115626595914364, 0.0668201744556427, -0.12275322526693344, 0.10022240877151489, 0.12327396124601364, -0.035095393657684326, 0.0023224703036248684, 0.19835615158081055, -0.05761650204658508, -0.07113529741764069, 0.11158488690853119, 0.14286071062088013, -0.007645642384886742, -0.0567861869931221, 0.008495043031871319, -0.08077620714902878, -0.010236021131277084, 0.09486698359251022, 0.020871566608548164, 0.07020195573568344, -0.014590512961149216, -0.10558881610631943, 0.019185226410627365, 0.00374004989862442, -0.02005968801677227, -0.05587920546531677, -0.06722100079059601, -0.0660780742764473, -0.02339336648583412, 0.050686806440353394, -0.05397241935133934, -0.059408918023109436, -0.16510874032974243, 0.05243590474128723, -0.17025278508663177, 0.09261046350002289, -0.11975108087062836, 0.023132026195526123, -0.01052109058946371, -0.021890178322792053, -0.07146046310663223, -0.05033261701464653, -0.10007935017347336, 0.029384123161435127, -0.03487448766827583, 0.13315877318382263, 0.0112001346424222, -0.008269422687590122, -0.0001798738812794909, 0.010772776789963245, 0.12028753012418747, 0.05315420776605606, -0.1291147768497467, 0.08111025393009186, -0.16577941179275513, -0.007604853715747595, 0.05567681044340134, 0.11694898456335068, 0.08501280844211578, 0.010810157284140587, -0.009157173335552216, 0.05106021836400032, 0.12721697986125946, 0.0374879464507103, -0.030978532508015633, -0.08921197801828384, -0.007150278426706791, 0.028652271255850792, -0.12850749492645264, -0.017572620883584023, 0.04808643460273743, 0.08217445015907288, 0.01781672239303589, 0.04705403745174408, -0.0015858575934544206, 0.09823083132505417, 0.010474507696926594, 0.0009390306659042835, -0.010520710609853268, -0.08251636475324631, 0.1414196938276291, 0.03280673176050186, 0.06431643664836884, 0.016583986580371857, 0.260303795337677, 0.011887872591614723, -0.038386713713407516, -0.04618654027581215, -0.00021132802066858858, -0.0008436495554633439, 0.06742705404758453, 0.18483813107013702, 0.07474862784147263, -0.009986711665987968, 0.03956101834774017, 0.013546078465878963, -0.0032245502807199955, 0.24539287388324738, 0.07277651876211166, 0.06219484657049179, 0.09780722111463547, 0.050413016229867935, 0.027783168479800224, -0.0875360295176506, 0.0854574665427208, 0.08175358921289444, 0.07871154695749283, 0.09560646861791611, -0.1435447335243225, 0.016420146450400352, -0.041678108274936676, -0.010130723007023335, 0.08903814852237701, -0.09504564106464386, -0.14079798758029938, -0.09604676812887192, -0.06491748243570328, -0.05480640009045601, -0.03220493718981743, -0.014483828097581863, -0.13691824674606323, 0.017008567228913307, 0.09593124687671661, 0.09928774833679199, -0.034830961376428604, 0.02442244254052639, -0.026363441720604897, -0.09518145024776459, 0.031359195709228516, -0.010996649041771889, 0.04987448826432228, -0.045977551490068436, -0.03838123753666878, -0.018731672316789627, 0.06356990337371826, -0.028708167374134064, 0.016612835228443146, -0.016637234017252922, 0.038093309849500656, -0.14368180930614471, 0.013323328457772732, -0.05132701247930527, 0.022494331002235413, 0.026343487203121185, 0.20403143763542175, 0.06865967065095901, -0.08755979686975479, 0.019861893728375435, 0.089749775826931, -0.005658210255205631, -0.1928270012140274, -0.11000589281320572, 0.1486259400844574, -0.18093176186084747, 0.01369890570640564, -0.02978702075779438, -0.056679368019104004, -0.10129973292350769, 0.16870085895061493, 0.3073779046535492, -0.028924759477376938, -0.04900817200541496, -0.027037901803851128, 0.0061099291779100895, -0.056322820484638214, 0.12153668701648712, 0.0009328278247267008, 0.12950123846530914, 0.033901408314704895, -0.07080928236246109, -0.04103823006153107, -0.021710336208343506, -0.13559062778949738, 0.05639997124671936, 0.05684439465403557, -0.004302837420254946, -0.03229141980409622, 0.13643793761730194, -0.15093106031417847, 0.07881118357181549, -0.06085526570677757, -0.06862317025661469, -0.1599983274936676, -0.03436253219842911, -0.1158587783575058, 0.053104642778635025, 0.022450746968388557, 0.005119528621435165, -0.005833207629621029, -0.12716388702392578, -0.009950602427124977, -0.14994168281555176, -0.07306304574012756, 0.08212779462337494, -0.19517047703266144, 0.1424294114112854, -0.019548458978533745, 0.13218839466571808, 0.09455651044845581, -0.02687620185315609, -0.10048909485340118, 0.03509091958403587, 0.07471482455730438, 0.17585989832878113, 0.050472501665353775, 0.08265212178230286, -0.07324882596731186, 0.09423688799142838, 0.014681017957627773, -0.02325485274195671, -0.00006371736526489258, 0.1476626992225647, 0.011521108448505402, -0.1103411465883255, 0.005595508497208357, -0.15055948495864868, 0.10269331932067871, 0.10235127061605453, -0.03978171944618225, -0.059095486998558044, -0.018447864800691605, 0.05185728520154953, -0.06734088808298111, 0.033157236874103546, -0.15070858597755432, -0.22687368094921112, -0.08966927230358124, 0.005651402287185192, 0.08173444867134094, -0.20722492039203644, 0.13384486734867096, -0.06188216060400009, 0.07464886456727982, -0.004127078223973513, 0.08893287926912308, 0.0005511922645382583, -0.03847021609544754, -0.04559917747974396, -0.22720353305339813, 0.0018891938962042332, 0.08380192518234253, -0.03735458850860596, -0.11060654371976852 ]
f18b0a70359ebfb41f658fd564208d0355b013f4
# Dataset Card Creation Guide ## Table of Contents - [Dataset Card Creation Guide](#dataset-card-creation-guide) - [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) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Who are the source language producers?](#who-are-the-source-language-producers) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Who are the annotators?](#who-are-the-annotators) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://scienceqa.github.io/index.html#home](https://scienceqa.github.io/index.html#home) - **Repository:** [https://github.com/lupantech/ScienceQA](https://github.com/lupantech/ScienceQA) - **Paper:** [https://arxiv.org/abs/2209.09513](https://arxiv.org/abs/2209.09513) - **Leaderboard:** [https://paperswithcode.com/dataset/scienceqa](https://paperswithcode.com/dataset/scienceqa) - **Point of Contact:** [Pan Lu](https://lupantech.github.io/) or file an issue on [Github](https://github.com/lupantech/ScienceQA/issues) ### Dataset Summary Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering ### Supported Tasks and Leaderboards Multi-modal Multiple Choice ### Languages English ## Dataset Structure ### Data Instances Explore more samples [here](https://scienceqa.github.io/explore.html). ``` json {'image': Image, 'question': 'Which of these states is farthest north?', 'choices': ['West Virginia', 'Louisiana', 'Arizona', 'Oklahoma'], 'answer': 0, 'hint': '', 'task': 'closed choice', 'grade': 'grade2', 'subject': 'social science', 'topic': 'geography', 'category': 'Geography', 'skill': 'Read a map: cardinal directions', 'lecture': 'Maps have four cardinal directions, or main directions. Those directions are north, south, east, and west.\nA compass rose is a set of arrows that point to the cardinal directions. A compass rose usually shows only the first letter of each cardinal direction.\nThe north arrow points to the North Pole. On most maps, north is at the top of the map.', 'solution': 'To find the answer, look at the compass rose. Look at which way the north arrow is pointing. West Virginia is farthest north.'} ``` Some records might be missing any or all of image, lecture, solution. ### Data Fields - `image` : Contextual image - `question` : Prompt relating to the `lecture` - `choices` : Multiple choice answer with 1 correct to the `question` - `answer` : Index of choices corresponding to the correct answer - `hint` : Hint to help answer the `question` - `task` : Task description - `grade` : Grade level from K-12 - `subject` : High level - `topic` : natural-sciences, social-science, or language-science - `category` : A subcategory of `topic` - `skill` : A description of the task required - `lecture` : A relevant lecture that a `question` is generated from - `solution` : Instructions on how to solve the `question` Note that the descriptions can be initialized with the **Show Markdown Data Fields** output of the [Datasets Tagging app](https://huggingface.co/spaces/huggingface/datasets-tagging), you will then only need to refine the generated descriptions. ### Data Splits - name: train - num_bytes: 16416902 - num_examples: 12726 - name: validation - num_bytes: 5404896 - num_examples: 4241 - name: test - num_bytes: 5441676 - num_examples: 4241 ## Dataset Creation ### Curation Rationale When answering a question, humans utilize the information available across different modalities to synthesize a consistent and complete chain of thought (CoT). This process is normally a black box in the case of deep learning models like large-scale language models. Recently, science question benchmarks have been used to diagnose the multi-hop reasoning ability and interpretability of an AI system. However, existing datasets fail to provide annotations for the answers, or are restricted to the textual-only modality, small scales, and limited domain diversity. To this end, we present Science Question Answering (ScienceQA). ### Source Data ScienceQA is collected from elementary and high school science curricula. #### Initial Data Collection and Normalization See Below #### Who are the source language producers? See Below ### Annotations Questions in the ScienceQA dataset are sourced from open resources managed by IXL Learning, an online learning platform curated by experts in the field of K-12 education. The dataset includes problems that align with California Common Core Content Standards. To construct ScienceQA, we downloaded the original science problems and then extracted individual components (e.g. questions, hints, images, options, answers, lectures, and solutions) from them based on heuristic rules. We manually removed invalid questions, such as questions that have only one choice, questions that contain faulty data, and questions that are duplicated, to comply with fair use and transformative use of the law. If there were multiple correct answers that applied, we kept only one correct answer. Also, we shuffled the answer options of each question to ensure the choices do not follow any specific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat the lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are easily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets, ScienceQA is available for non-commercial research purposes only and the copyright belongs to the original authors. To ensure data quality, we developed a data exploration tool to review examples in the collected dataset, and incorrect annotations were further manually revised by experts. The tool can be accessed at https://scienceqa.github.io/explore.html. #### Annotation process See above #### Who are the annotators? See above ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators - Pan Lu1,3 - Swaroop Mishra2,3 - Tony Xia1 - Liang Qiu1 - Kai-Wei Chang1 - Song-Chun Zhu1 - Oyvind Tafjord3 - Peter Clark3 - Ashwin Kalyan3 From: 1. University of California, Los Angeles 2. Arizona State University 3. Allen Institute for AI ### Licensing Information [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) ](https://creativecommons.org/licenses/by-nc-sa/4.0/) ### Citation Information Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example: ``` @inproceedings{lu2022learn, title={Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering}, author={Lu, Pan and Mishra, Swaroop and Xia, Tony and Qiu, Liang and Chang, Kai-Wei and Zhu, Song-Chun and Tafjord, Oyvind and Clark, Peter and Ashwin Kalyan}, booktitle={The 36th Conference on Neural Information Processing Systems (NeurIPS)}, year={2022} } ``` ### Contributions Thanks to [Derek Thomas](https://huggingface.co/derek-thomas) [@datavistics](https://github.com/datavistics) for adding this dataset.
derek-thomas/ScienceQA
[ "task_categories:multiple-choice", "task_categories:question-answering", "task_categories:other", "task_categories:visual-question-answering", "task_categories:text-classification", "task_ids:multiple-choice-qa", "task_ids:closed-domain-qa", "task_ids:open-domain-qa", "task_ids:visual-question-answering", "task_ids:multi-class-classification", "annotations_creators:expert-generated", "annotations_creators:found", "language_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "multi-modal-qa", "science", "chemistry", "biology", "physics", "earth-science", "engineering", "geography", "history", "world-history", "civics", "economics", "global-studies", "grammar", "writing", "vocabulary", "natural-science", "language-science", "social-science", "arxiv:2209.09513", "region:us" ]
2023-02-10T11:28:58+00:00
{"annotations_creators": ["expert-generated", "found"], "language_creators": ["expert-generated", "found"], "language": ["en"], "license": "cc-by-sa-4.0", "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["multiple-choice", "question-answering", "other", "visual-question-answering", "text-classification"], "task_ids": ["multiple-choice-qa", "closed-domain-qa", "open-domain-qa", "visual-question-answering", "multi-class-classification"], "paperswithcode_id": "scienceqa", "pretty_name": "ScienceQA", "tags": ["multi-modal-qa", "science", "chemistry", "biology", "physics", "earth-science", "engineering", "geography", "history", "world-history", "civics", "economics", "global-studies", "grammar", "writing", "vocabulary", "natural-science", "language-science", "social-science"], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "question", "dtype": "string"}, {"name": "choices", "sequence": "string"}, {"name": "answer", "dtype": "int8"}, {"name": "hint", "dtype": "string"}, {"name": "task", "dtype": "string"}, {"name": "grade", "dtype": "string"}, {"name": "subject", "dtype": "string"}, {"name": "topic", "dtype": "string"}, {"name": "category", "dtype": "string"}, {"name": "skill", "dtype": "string"}, {"name": "lecture", "dtype": "string"}, {"name": "solution", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16416902, "num_examples": 12726}, {"name": "validation", "num_bytes": 5404896, "num_examples": 4241}, {"name": "test", "num_bytes": 5441676, "num_examples": 4241}], "download_size": 0, "dataset_size": 27263474}}
2023-02-25T04:23:01+00:00
[ "2209.09513" ]
[ "en" ]
TAGS #task_categories-multiple-choice #task_categories-question-answering #task_categories-other #task_categories-visual-question-answering #task_categories-text-classification #task_ids-multiple-choice-qa #task_ids-closed-domain-qa #task_ids-open-domain-qa #task_ids-visual-question-answering #task_ids-multi-class-classification #annotations_creators-expert-generated #annotations_creators-found #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #multi-modal-qa #science #chemistry #biology #physics #earth-science #engineering #geography #history #world-history #civics #economics #global-studies #grammar #writing #vocabulary #natural-science #language-science #social-science #arxiv-2209.09513 #region-us
# Dataset Card Creation Guide ## Table of Contents - Dataset Card Creation Guide - 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 - 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 - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: URL - Leaderboard: URL - Point of Contact: Pan Lu or file an issue on Github ### Dataset Summary Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering ### Supported Tasks and Leaderboards Multi-modal Multiple Choice ### Languages English ## Dataset Structure ### Data Instances Explore more samples here. Some records might be missing any or all of image, lecture, solution. ### Data Fields - 'image' : Contextual image - 'question' : Prompt relating to the 'lecture' - 'choices' : Multiple choice answer with 1 correct to the 'question' - 'answer' : Index of choices corresponding to the correct answer - 'hint' : Hint to help answer the 'question' - 'task' : Task description - 'grade' : Grade level from K-12 - 'subject' : High level - 'topic' : natural-sciences, social-science, or language-science - 'category' : A subcategory of 'topic' - 'skill' : A description of the task required - 'lecture' : A relevant lecture that a 'question' is generated from - 'solution' : Instructions on how to solve the 'question' Note that the descriptions can be initialized with the Show Markdown Data Fields output of the Datasets Tagging app, you will then only need to refine the generated descriptions. ### Data Splits - name: train - num_bytes: 16416902 - num_examples: 12726 - name: validation - num_bytes: 5404896 - num_examples: 4241 - name: test - num_bytes: 5441676 - num_examples: 4241 ## Dataset Creation ### Curation Rationale When answering a question, humans utilize the information available across different modalities to synthesize a consistent and complete chain of thought (CoT). This process is normally a black box in the case of deep learning models like large-scale language models. Recently, science question benchmarks have been used to diagnose the multi-hop reasoning ability and interpretability of an AI system. However, existing datasets fail to provide annotations for the answers, or are restricted to the textual-only modality, small scales, and limited domain diversity. To this end, we present Science Question Answering (ScienceQA). ### Source Data ScienceQA is collected from elementary and high school science curricula. #### Initial Data Collection and Normalization See Below #### Who are the source language producers? See Below ### Annotations Questions in the ScienceQA dataset are sourced from open resources managed by IXL Learning, an online learning platform curated by experts in the field of K-12 education. The dataset includes problems that align with California Common Core Content Standards. To construct ScienceQA, we downloaded the original science problems and then extracted individual components (e.g. questions, hints, images, options, answers, lectures, and solutions) from them based on heuristic rules. We manually removed invalid questions, such as questions that have only one choice, questions that contain faulty data, and questions that are duplicated, to comply with fair use and transformative use of the law. If there were multiple correct answers that applied, we kept only one correct answer. Also, we shuffled the answer options of each question to ensure the choices do not follow any specific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat the lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are easily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets, ScienceQA is available for non-commercial research purposes only and the copyright belongs to the original authors. To ensure data quality, we developed a data exploration tool to review examples in the collected dataset, and incorrect annotations were further manually revised by experts. The tool can be accessed at URL #### Annotation process See above #### Who are the annotators? See above ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators - Pan Lu1,3 - Swaroop Mishra2,3 - Tony Xia1 - Liang Qiu1 - Kai-Wei Chang1 - Song-Chun Zhu1 - Oyvind Tafjord3 - Peter Clark3 - Ashwin Kalyan3 From: 1. University of California, Los Angeles 2. Arizona State University 3. Allen Institute for AI ### Licensing Information Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) Provide the BibTex-formatted reference for the dataset. For example: ### Contributions Thanks to Derek Thomas @datavistics for adding this dataset.
[ "# Dataset Card Creation Guide", "## Table of Contents\n- Dataset Card Creation Guide\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 - Initial Data Collection and Normalization\n - Who are the source language producers?\n - Annotations\n - Annotation process\n - Who are the annotators?\n - Personal and Sensitive Information\n - Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n - Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard: URL\n- Point of Contact: Pan Lu or file an issue on Github", "### Dataset Summary\n\nLearn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering", "### Supported Tasks and Leaderboards\n\nMulti-modal Multiple Choice", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nExplore more samples here.\n\n\n\nSome records might be missing any or all of image, lecture, solution.", "### Data Fields\n\n- 'image' : Contextual image\n- 'question' : Prompt relating to the 'lecture'\n- 'choices' : Multiple choice answer with 1 correct to the 'question'\n- 'answer' : Index of choices corresponding to the correct answer\n- 'hint' : Hint to help answer the 'question'\n- 'task' : Task description\n- 'grade' : Grade level from K-12\n- 'subject' : High level \n- 'topic' : natural-sciences, social-science, or language-science\n- 'category' : A subcategory of 'topic'\n- 'skill' : A description of the task required\n- 'lecture' : A relevant lecture that a 'question' is generated from\n- 'solution' : Instructions on how to solve the 'question'\n\n\nNote that the descriptions can be initialized with the Show Markdown Data Fields output of the Datasets Tagging app, you will then only need to refine the generated descriptions.", "### Data Splits\n- name: train\n - num_bytes: 16416902\n - num_examples: 12726\n- name: validation\n - num_bytes: 5404896\n - num_examples: 4241\n- name: test\n - num_bytes: 5441676\n - num_examples: 4241", "## Dataset Creation", "### Curation Rationale\n\nWhen answering a question, humans utilize the information available across different modalities to synthesize a consistent and complete chain of thought (CoT). This process is normally a black box in the case of deep learning models like large-scale language models. Recently, science question benchmarks have been used to diagnose the multi-hop reasoning ability and interpretability of an AI system. However, existing datasets fail to provide annotations for the answers, or are restricted to the textual-only modality, small scales, and limited domain diversity. To this end, we present Science Question Answering (ScienceQA).", "### Source Data\n\nScienceQA is collected from elementary and high school science curricula.", "#### Initial Data Collection and Normalization\n\nSee Below", "#### Who are the source language producers?\n\nSee Below", "### Annotations\n\nQuestions in the ScienceQA dataset are sourced from open resources managed by IXL Learning,\nan online learning platform curated by experts in the field of K-12 education. The dataset includes\nproblems that align with California Common Core Content Standards. To construct ScienceQA, we\ndownloaded the original science problems and then extracted individual components (e.g. questions,\nhints, images, options, answers, lectures, and solutions) from them based on heuristic rules.\nWe manually removed invalid questions, such as questions that have only one choice, questions that\ncontain faulty data, and questions that are duplicated, to comply with fair use and transformative\nuse of the law. If there were multiple correct answers that applied, we kept only one correct answer.\nAlso, we shuffled the answer options of each question to ensure the choices do not follow any\nspecific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat\nthe lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are\neasily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets,\nScienceQA is available for non-commercial research purposes only and the copyright belongs to\nthe original authors. To ensure data quality, we developed a data exploration tool to review examples\nin the collected dataset, and incorrect annotations were further manually revised by experts. The tool\ncan be accessed at URL", "#### Annotation process\n\nSee above", "#### Who are the annotators?\n\nSee above", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\n- Pan Lu1,3\n- Swaroop Mishra2,3\n- Tony Xia1\n- Liang Qiu1\n- Kai-Wei Chang1\n- Song-Chun Zhu1\n- Oyvind Tafjord3\n- Peter Clark3\n- Ashwin Kalyan3\n \nFrom: \n1. University of California, Los Angeles \n2. Arizona State University \n3. Allen Institute for AI", "### Licensing Information\n\nAttribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)\n\n\n\n\nProvide the BibTex-formatted reference for the dataset. For example:", "### Contributions\n\nThanks to Derek Thomas @datavistics for adding this dataset." ]
[ "TAGS\n#task_categories-multiple-choice #task_categories-question-answering #task_categories-other #task_categories-visual-question-answering #task_categories-text-classification #task_ids-multiple-choice-qa #task_ids-closed-domain-qa #task_ids-open-domain-qa #task_ids-visual-question-answering #task_ids-multi-class-classification #annotations_creators-expert-generated #annotations_creators-found #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #multi-modal-qa #science #chemistry #biology #physics #earth-science #engineering #geography #history #world-history #civics #economics #global-studies #grammar #writing #vocabulary #natural-science #language-science #social-science #arxiv-2209.09513 #region-us \n", "# Dataset Card Creation Guide", "## Table of Contents\n- Dataset Card Creation Guide\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 - Initial Data Collection and Normalization\n - Who are the source language producers?\n - Annotations\n - Annotation process\n - Who are the annotators?\n - Personal and Sensitive Information\n - Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n - Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard: URL\n- Point of Contact: Pan Lu or file an issue on Github", "### Dataset Summary\n\nLearn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering", "### Supported Tasks and Leaderboards\n\nMulti-modal Multiple Choice", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nExplore more samples here.\n\n\n\nSome records might be missing any or all of image, lecture, solution.", "### Data Fields\n\n- 'image' : Contextual image\n- 'question' : Prompt relating to the 'lecture'\n- 'choices' : Multiple choice answer with 1 correct to the 'question'\n- 'answer' : Index of choices corresponding to the correct answer\n- 'hint' : Hint to help answer the 'question'\n- 'task' : Task description\n- 'grade' : Grade level from K-12\n- 'subject' : High level \n- 'topic' : natural-sciences, social-science, or language-science\n- 'category' : A subcategory of 'topic'\n- 'skill' : A description of the task required\n- 'lecture' : A relevant lecture that a 'question' is generated from\n- 'solution' : Instructions on how to solve the 'question'\n\n\nNote that the descriptions can be initialized with the Show Markdown Data Fields output of the Datasets Tagging app, you will then only need to refine the generated descriptions.", "### Data Splits\n- name: train\n - num_bytes: 16416902\n - num_examples: 12726\n- name: validation\n - num_bytes: 5404896\n - num_examples: 4241\n- name: test\n - num_bytes: 5441676\n - num_examples: 4241", "## Dataset Creation", "### Curation Rationale\n\nWhen answering a question, humans utilize the information available across different modalities to synthesize a consistent and complete chain of thought (CoT). This process is normally a black box in the case of deep learning models like large-scale language models. Recently, science question benchmarks have been used to diagnose the multi-hop reasoning ability and interpretability of an AI system. However, existing datasets fail to provide annotations for the answers, or are restricted to the textual-only modality, small scales, and limited domain diversity. To this end, we present Science Question Answering (ScienceQA).", "### Source Data\n\nScienceQA is collected from elementary and high school science curricula.", "#### Initial Data Collection and Normalization\n\nSee Below", "#### Who are the source language producers?\n\nSee Below", "### Annotations\n\nQuestions in the ScienceQA dataset are sourced from open resources managed by IXL Learning,\nan online learning platform curated by experts in the field of K-12 education. The dataset includes\nproblems that align with California Common Core Content Standards. To construct ScienceQA, we\ndownloaded the original science problems and then extracted individual components (e.g. questions,\nhints, images, options, answers, lectures, and solutions) from them based on heuristic rules.\nWe manually removed invalid questions, such as questions that have only one choice, questions that\ncontain faulty data, and questions that are duplicated, to comply with fair use and transformative\nuse of the law. If there were multiple correct answers that applied, we kept only one correct answer.\nAlso, we shuffled the answer options of each question to ensure the choices do not follow any\nspecific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat\nthe lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are\neasily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets,\nScienceQA is available for non-commercial research purposes only and the copyright belongs to\nthe original authors. To ensure data quality, we developed a data exploration tool to review examples\nin the collected dataset, and incorrect annotations were further manually revised by experts. The tool\ncan be accessed at URL", "#### Annotation process\n\nSee above", "#### Who are the annotators?\n\nSee above", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\n- Pan Lu1,3\n- Swaroop Mishra2,3\n- Tony Xia1\n- Liang Qiu1\n- Kai-Wei Chang1\n- Song-Chun Zhu1\n- Oyvind Tafjord3\n- Peter Clark3\n- Ashwin Kalyan3\n \nFrom: \n1. University of California, Los Angeles \n2. Arizona State University \n3. Allen Institute for AI", "### Licensing Information\n\nAttribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)\n\n\n\n\nProvide the BibTex-formatted reference for the dataset. For example:", "### Contributions\n\nThanks to Derek Thomas @datavistics for adding this dataset." ]
[ 295, 7, 162, 38, 26, 17, 5, 6, 28, 234, 72, 5, 142, 20, 13, 13, 335, 7, 11, 8, 8, 7, 8, 7, 5, 78, 43, 20 ]
[ "passage: TAGS\n#task_categories-multiple-choice #task_categories-question-answering #task_categories-other #task_categories-visual-question-answering #task_categories-text-classification #task_ids-multiple-choice-qa #task_ids-closed-domain-qa #task_ids-open-domain-qa #task_ids-visual-question-answering #task_ids-multi-class-classification #annotations_creators-expert-generated #annotations_creators-found #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #multi-modal-qa #science #chemistry #biology #physics #earth-science #engineering #geography #history #world-history #civics #economics #global-studies #grammar #writing #vocabulary #natural-science #language-science #social-science #arxiv-2209.09513 #region-us \n# Dataset Card Creation Guide## Table of Contents\n- Dataset Card Creation Guide\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 - Initial Data Collection and Normalization\n - Who are the source language producers?\n - Annotations\n - Annotation process\n - Who are the annotators?\n - Personal and Sensitive Information\n - Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n - Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard: URL\n- Point of Contact: Pan Lu or file an issue on Github", "passage: ### Dataset Summary\n\nLearn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering### Supported Tasks and Leaderboards\n\nMulti-modal Multiple Choice### Languages\n\nEnglish## Dataset Structure### Data Instances\n\nExplore more samples here.\n\n\n\nSome records might be missing any or all of image, lecture, solution.### Data Fields\n\n- 'image' : Contextual image\n- 'question' : Prompt relating to the 'lecture'\n- 'choices' : Multiple choice answer with 1 correct to the 'question'\n- 'answer' : Index of choices corresponding to the correct answer\n- 'hint' : Hint to help answer the 'question'\n- 'task' : Task description\n- 'grade' : Grade level from K-12\n- 'subject' : High level \n- 'topic' : natural-sciences, social-science, or language-science\n- 'category' : A subcategory of 'topic'\n- 'skill' : A description of the task required\n- 'lecture' : A relevant lecture that a 'question' is generated from\n- 'solution' : Instructions on how to solve the 'question'\n\n\nNote that the descriptions can be initialized with the Show Markdown Data Fields output of the Datasets Tagging app, you will then only need to refine the generated descriptions.### Data Splits\n- name: train\n - num_bytes: 16416902\n - num_examples: 12726\n- name: validation\n - num_bytes: 5404896\n - num_examples: 4241\n- name: test\n - num_bytes: 5441676\n - num_examples: 4241## Dataset Creation", "passage: ### Curation Rationale\n\nWhen answering a question, humans utilize the information available across different modalities to synthesize a consistent and complete chain of thought (CoT). This process is normally a black box in the case of deep learning models like large-scale language models. Recently, science question benchmarks have been used to diagnose the multi-hop reasoning ability and interpretability of an AI system. However, existing datasets fail to provide annotations for the answers, or are restricted to the textual-only modality, small scales, and limited domain diversity. To this end, we present Science Question Answering (ScienceQA).### Source Data\n\nScienceQA is collected from elementary and high school science curricula.#### Initial Data Collection and Normalization\n\nSee Below#### Who are the source language producers?\n\nSee Below### Annotations\n\nQuestions in the ScienceQA dataset are sourced from open resources managed by IXL Learning,\nan online learning platform curated by experts in the field of K-12 education. The dataset includes\nproblems that align with California Common Core Content Standards. To construct ScienceQA, we\ndownloaded the original science problems and then extracted individual components (e.g. questions,\nhints, images, options, answers, lectures, and solutions) from them based on heuristic rules.\nWe manually removed invalid questions, such as questions that have only one choice, questions that\ncontain faulty data, and questions that are duplicated, to comply with fair use and transformative\nuse of the law. If there were multiple correct answers that applied, we kept only one correct answer.\nAlso, we shuffled the answer options of each question to ensure the choices do not follow any\nspecific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat\nthe lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are\neasily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets,\nScienceQA is available for non-commercial research purposes only and the copyright belongs to\nthe original authors. To ensure data quality, we developed a data exploration tool to review examples\nin the collected dataset, and incorrect annotations were further manually revised by experts. The tool\ncan be accessed at URL#### Annotation process\n\nSee above#### Who are the annotators?\n\nSee above### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information" ]
[ -0.021058855578303337, 0.160919651389122, -0.0033083490561693907, -0.00689232861623168, 0.07803808897733688, 0.019541310146450996, 0.08651506900787354, 0.10068117827177048, 0.059263844043016434, 0.1186366006731987, -0.047132473438978195, 0.053851235657930374, 0.07548075914382935, 0.056344881653785706, 0.0033987488131970167, -0.21322059631347656, 0.03428925201296806, -0.09658533334732056, -0.0013061290374025702, 0.07649654895067215, 0.06933725625276566, -0.0768410861492157, 0.026568667963147163, -0.04449295625090599, 0.001311659230850637, -0.013605589978396893, 0.000832654070109129, -0.03966980054974556, 0.08116922527551651, 0.051114726811647415, 0.0649096742272377, 0.021219512447714806, 0.018143264576792717, -0.23848956823349, 0.030131688341498375, 0.043483514338731766, 0.014712304808199406, 0.0648004412651062, 0.05015210434794426, 0.03807210549712181, 0.07649616152048111, -0.10998963564634323, 0.08154279738664627, 0.0637073963880539, -0.08822343498468399, -0.050901103764772415, -0.10724516957998276, 0.02123310975730419, 0.09569867700338364, 0.030491596087813377, -0.04166107252240181, 0.03492652252316475, -0.02571462281048298, 0.043517258018255234, 0.07054230570793152, -0.0759943351149559, -0.04349638521671295, 0.05925077572464943, 0.02787887491285801, 0.1058424785733223, -0.0949963703751564, 0.020215565338730812, -0.026511425152420998, -0.019860992208123207, -0.03050253726541996, -0.014680884778499603, -0.01815882883965969, -0.013920146971940994, -0.09057442098855972, -0.017596520483493805, 0.1368536800146103, -0.005415670573711395, -0.03826230391860008, -0.14768116176128387, -0.036035653203725815, 0.08787868171930313, -0.030726701021194458, -0.0005551005597226322, 0.016542037948966026, -0.03855874016880989, 0.07690958678722382, -0.030514618381857872, -0.06855957955121994, 0.008851881138980389, 0.009554926306009293, 0.09804689139127731, 0.023355303332209587, 0.013025350868701935, 0.011975978501141071, 0.035827819257974625, 0.06664448231458664, -0.0698082223534584, -0.017686404287815094, -0.03178880736231804, -0.11551263928413391, -0.046190131455659866, -0.029947832226753235, -0.04672621563076973, 0.06321059167385101, 0.12416855245828629, -0.05622527003288269, 0.0661487728357315, -0.0038611937779933214, -0.008016267791390419, 0.11122144013643265, 0.06759679317474365, -0.057398587465286255, -0.047086697071790695, 0.03185350447893143, 0.05249905213713646, -0.016040636226534843, -0.05773900821805, 0.016737595200538635, 0.040600795298814774, 0.05662544444203377, 0.07888089865446091, 0.11308813095092773, 0.017380395904183388, -0.027932897210121155, -0.03905269876122475, 0.08372560888528824, -0.12084304541349411, 0.019007965922355652, 0.055458616465330124, -0.003876584814861417, 0.010793287307024002, -0.02178233116865158, 0.010713494382798672, -0.03564142808318138, 0.07101737707853317, -0.07248632609844208, -0.037852246314287186, -0.096727155148983, -0.060197245329618454, 0.037920959293842316, 0.0033299897331744432, -0.03713483735918999, -0.016588127240538597, -0.0908978059887886, -0.09114065766334534, 0.04510940983891487, -0.06815627962350845, -0.05146785452961922, 0.015514358878135681, -0.006673917174339294, 0.020649485290050507, 0.04002983868122101, 0.019149886444211006, -0.03347005695104599, 0.03289321810007095, -0.08847996592521667, 0.031101204454898834, -0.01178324967622757, 0.024822449311614037, -0.03967238590121269, 0.08246233314275742, -0.14056898653507233, 0.06981431692838669, -0.1621747761964798, 0.009158067405223846, -0.11005035787820816, -0.0337984673678875, 0.08184690028429031, 0.005455200094729662, 0.030839964747428894, 0.10171178728342056, -0.17394132912158966, -0.013526607304811478, 0.043721187859773636, -0.08868703991174698, -0.08850476145744324, 0.06773113459348679, -0.04146460443735123, 0.09618834406137466, 0.03290431201457977, 0.12487762421369553, 0.07986756414175034, -0.019123444333672523, -0.05307711660861969, -0.06284213066101074, 0.07282117754220963, 0.1574656218290329, 0.0505419559776783, -0.025399336591362953, -0.00575631856918335, 0.018123343586921692, 0.004188274499028921, -0.07447334378957748, -0.01772930473089218, -0.08993985503911972, 0.024136068299412727, 0.00337616796605289, -0.010739237070083618, 0.015110068023204803, -0.005629243794828653, -0.0010774036636576056, -0.03496634587645531, 0.021546104922890663, 0.0397222526371479, -0.05085192248225212, 0.022654281929135323, -0.05607317015528679, 0.040854763239622116, 0.025883009657263756, 0.011035867035388947, -0.17647624015808105, -0.15364082157611847, 0.06289219111204147, -0.08188347518444061, 0.06299832463264465, 0.018303530290722847, -0.01743476465344429, 0.01026191283017397, -0.050316985696554184, 0.007464285474270582, -0.045931100845336914, 0.029224321246147156, -0.05151082202792168, -0.1690603643655777, -0.008644718676805496, -0.03980812057852745, 0.10236134380102158, -0.08063985407352448, 0.0016982145607471466, 0.04735231027007103, 0.043019119650125504, 0.010186039842665195, -0.06455668807029724, 0.024543939158320427, 0.017776811495423317, 0.007646035403013229, -0.01170607190579176, 0.03236261382699013, -0.019717777147889137, -0.047445058822631836, -0.04779664799571037, -0.10113435983657837, -0.13125139474868774, 0.026746688410639763, 0.049718599766492844, -0.06224546954035759, -0.0629241019487381, -0.050042133778333664, -0.04267768934369087, -0.04522818699479103, -0.07486773282289505, 0.07328635454177856, 0.06057896092534065, -0.004046038258820772, -0.04721526429057121, -0.03317572548985481, -0.0353163406252861, -0.0073180426843464375, -0.01503623928874731, 0.07399657368659973, 0.08411935716867447, -0.15945512056350708, 0.07873252034187317, -0.03608323633670807, 0.027154868468642235, 0.09343602508306503, -0.03832249343395233, -0.09707260876893997, -0.003881547600030899, -0.034709881991147995, 0.004731087479740381, 0.11597729474306107, -0.04580877721309662, 0.041740790009498596, 0.05603926256299019, -0.03219151124358177, 0.041158560663461685, -0.06992899626493454, 0.026100212708115578, -0.03208043426275253, 0.00920205470174551, -0.050479546189308167, -0.010657801292836666, 0.0013166541466489434, 0.11686969548463821, 0.00807899422943592, 0.07789799571037292, -0.050969433039426804, -0.07203006744384766, -0.12324389070272446, 0.15777231752872467, -0.11428934335708618, -0.18674646317958832, -0.08999955654144287, 0.02852819114923477, -0.020877784118056297, -0.0308245737105608, 0.00137278251349926, -0.02350364625453949, -0.10833754390478134, -0.07459140568971634, -0.004137709736824036, 0.043834950774908066, -0.10167405009269714, -0.02766614966094494, 0.004677969962358475, -0.015037293545901775, -0.1045747622847557, 0.03694523870944977, 0.01818859577178955, -0.02364291250705719, 0.04293897747993469, 0.028179645538330078, 0.0710548684000969, 0.10964914411306381, 0.023297922685742378, -0.04928860440850258, -0.013775554485619068, 0.25525012612342834, -0.0784878209233284, 0.1427604705095291, 0.06448020786046982, -0.037208255380392075, 0.08224726468324661, 0.194081649184227, 0.04136289283633232, -0.058942973613739014, 0.047457244247198105, 0.07095223665237427, -0.014919071458280087, -0.2672519087791443, -0.07879922538995743, -0.045174043625593185, -0.03720138967037201, 0.005463714245706797, 0.026418715715408325, 0.03813458979129791, 0.04697069525718689, -0.08717148751020432, -0.03917599096894264, 0.02332293428480625, 0.07234155386686325, 0.08522900193929672, 0.0024882256984710693, 0.055346760898828506, -0.01850813440978527, 0.03662513196468353, 0.047797758132219315, 0.09473665803670883, 0.21101324260234833, 0.02679603360593319, 0.1567683219909668, 0.038741059601306915, -0.0012071517994627357, -0.004105947911739349, 0.032878678292036057, -0.041194263845682144, 0.06475212424993515, -0.02862827479839325, -0.032827701419591904, -0.04289837181568146, 0.08102057129144669, 0.03464220464229584, -0.09762103110551834, 0.03098183684051037, 0.01564163900911808, 0.05403237044811249, 0.1772962063550949, -0.010312815196812153, 0.0020995947998017073, -0.057884037494659424, 0.10945019125938416, -0.05586725100874901, -0.08104216307401657, 0.0015916898846626282, 0.09005940705537796, -0.1154019832611084, 0.020316539332270622, -0.03764829412102699, 0.08116059750318527, -0.021916070953011513, -0.0062911114655435085, 0.049598246812820435, -0.01846381276845932, -0.039995331317186356, 0.08662330359220505, -0.13703159987926483, 0.11759030818939209, -0.004437716212123632, -0.010433662682771683, -0.04718300700187683, 0.04186246171593666, -0.019620047882199287, 0.01620066724717617, 0.11201146245002747, 0.04440615698695183, -0.17565302550792694, -0.04023223742842674, -0.05065144971013069, 0.03492794558405876, 0.06465116888284683, -0.09686382859945297, 0.08912650495767593, -0.018788015469908714, -0.0005052785272710025, -0.03310062363743782, 0.00008394724136451259, -0.08036313205957413, -0.17565549910068512, 0.10617846250534058, -0.12332254648208618, 0.024967126548290253, -0.064271941781044, -0.035667505115270615, -0.032279543578624725, 0.13004587590694427, -0.10131875425577164, -0.09254249185323715, -0.11558040231466293, -0.027395620942115784, 0.12864623963832855, -0.04872576519846916, 0.060677528381347656, 0.019190721213817596, 0.0880628451704979, -0.027210896834731102, -0.05429378151893616, 0.0789187029004097, -0.05705369636416435, -0.17216919362545013, -0.08027278631925583, 0.10785609483718872, 0.03883424773812294, 0.06638019531965256, -0.010411322116851807, 0.07116961479187012, -0.02341362275183201, -0.109786756336689, 0.026569100096821785, 0.07852116972208023, 0.02189391851425171, 0.0635223314166069, -0.08122140914201736, -0.09792906045913696, -0.09041374176740646, -0.049194205552339554, 0.0897439494729042, 0.14949212968349457, -0.028549887239933014, 0.11232059448957443, 0.14298857748508453, -0.08110111951828003, -0.20001637935638428, 0.022920874878764153, 0.0267677903175354, -0.05200495198369026, -0.00406549172475934, -0.2400059849023819, 0.06987698376178741, 0.029601825401186943, -0.02113301120698452, -0.017344867810606956, -0.11865831166505814, -0.1331556737422943, -0.002001454820856452, 0.09585422277450562, -0.08062547445297241, -0.17906898260116577, -0.06577185541391373, -0.031415022909641266, -0.05011921748518944, 0.1458299309015274, 0.03688757121562958, 0.023405730724334717, -0.011338780634105206, 0.06445842236280441, 0.036269575357437134, -0.07084948569536209, 0.13797567784786224, 0.02742774784564972, 0.01796589605510235, -0.005736801773309708, -0.06488815695047379, 0.09400754421949387, 0.00023602631699759513, 0.04402079060673714, 0.05765368416905403, 0.036431800574064255, -0.08956056088209152, -0.004067596513777971, -0.08055376261472702, 0.013245741836726665, -0.10964039713144302, -0.06994655728340149, -0.051622092723846436, 0.11632221937179565, 0.10567959398031235, -0.01447300985455513, 0.036575037986040115, -0.07531680911779404, 0.09754552692174911, 0.07934179157018661, 0.14404447376728058, 0.07430451363325119, -0.05835213139653206, 0.03684482350945473, -0.007178934291005135, 0.038135986775159836, -0.10509128123521805, 0.0317547433078289, 0.08740606158971786, 0.040455497801303864, 0.12046819925308228, -0.007797878701239824, -0.09012740850448608, 0.0038532752078026533, 0.02820032276213169, -0.10840847343206406, -0.2292797714471817, 0.00884708110243082, 0.12427745014429092, -0.15393827855587006, -0.030398108065128326, 0.04101410508155823, 0.029750235378742218, -0.06336865574121475, 0.0058367252349853516, 0.12383187562227249, 0.07029955834150314, 0.060421764850616455, 0.03967531397938728, 0.06227931007742882, -0.06583667546510696, 0.02306707389652729, 0.09449660032987595, -0.09884285926818848, 0.008639444597065449, 0.1247437372803688, -0.030361801385879517, -0.032759055495262146, -0.03222915157675743, -0.028729408979415894, -0.016741793602705002, -0.0010300291469320655, 0.02362379990518093, -0.11051798611879349, 0.0006627775728702545, 0.11278069019317627, -0.035314593464136124, 0.004197522532194853, -0.00016564317047595978, -0.002885544905439019, -0.006222048308700323, 0.11543891578912735, -0.07005397230386734, 0.061468642204999924, 0.0031239911913871765, -0.04661306366324425, -0.044137775897979736, -0.0314137265086174, -0.006714593153446913, -0.017727652564644814, -0.11567995697259903, -0.029994303360581398, -0.08651838451623917, 0.03673619404435158, -0.10371798276901245, 0.007721988018602133, 0.0002779249625746161, -0.02970871515572071, 0.02800692617893219, -0.005526900757104158, -0.042475227266550064, -0.03272681310772896, -0.02572162263095379, 0.09282955527305603, -0.12220888584852219, 0.03127546235918999, 0.10258650779724121, -0.1057090237736702, 0.09221923351287842, -0.013140757568180561, -0.009027648717164993, 0.03408155217766762, -0.10794168710708618, 0.032582055777311325, -0.026307767257094383, 0.0808974951505661, -0.004809269215911627, -0.19633030891418457, -0.027560144662857056, -0.04203372076153755, -0.020560642704367638, 0.014022051356732845, 0.0019711952190846205, -0.07996470481157303, 0.06757565587759018, -0.002712046029046178, -0.0831340029835701, -0.05425374209880829, -0.0025937098544090986, 0.05757725238800049, -0.018575426191091537, 0.07369666546583176, -0.02583797462284565, 0.06682385504245758, -0.12046784162521362, -0.020130973309278488, 0.05349741503596306, 0.019327392801642418, -0.03720667585730553, -0.044084612280130386, 0.05520017817616463, -0.01100414153188467, 0.12997843325138092, -0.032502930611371994, 0.043576907366514206, 0.04557430371642113, 0.05577660724520683, -0.023617273196578026, 0.08904821425676346, 0.06924084573984146, 0.01186266541481018, -0.012392613105475903, 0.005805349443107843, -0.062168002128601074, -0.09559448808431625, 0.007948500104248524, 0.1703069806098938, 0.11294108629226685, 0.11207763105630875, -0.04327839985489845, 0.043304696679115295, -0.06346536427736282, -0.03065773844718933, 0.10641109198331833, -0.02895328961312771, 0.019392231479287148, -0.08125538378953934, 0.04196009412407875, 0.07003696262836456, -0.188559889793396, 0.12207726389169693, -0.0920577421784401, -0.08545801788568497, -0.04610595107078552, -0.10253932327032089, -0.051931943744421005, 0.009676479734480381, 0.012519544921815395, -0.1461189091205597, 0.048411447554826736, 0.038327571004629135, -0.014766243286430836, -0.03682837262749672, 0.07198387384414673, -0.03392207622528076, -0.025775274261832237, 0.0407198928296566, 0.07266015559434891, 0.011727076023817062, -0.011923357844352722, 0.016691330820322037, 0.016831297427415848, 0.0845198854804039, 0.05401243269443512, 0.08489727973937988, -0.03392081335186958, 0.012478716671466827, -0.03914478421211243, -0.07898975163698196, 0.0104003781452775, -0.07394346594810486, -0.013821378350257874, 0.13120253384113312, 0.01939801685512066, 0.02940511703491211, 0.010924331843852997, 0.2189841866493225, -0.03186282142996788, -0.05696164444088936, -0.13736526668071747, 0.09984871745109558, -0.057001132518053055, 0.006714316550642252, 0.09643742442131042, -0.12470129877328873, 0.006952223833650351, 0.056830693036317825, 0.08971051126718521, -0.05651126801967621, 0.008453840389847755, 0.0007925306563265622, 0.0160386860370636, -0.020419219508767128, 0.09330686181783676, 0.03197246417403221, 0.16101007163524628, -0.03765389695763588, 0.0481131374835968, -0.014813057146966457, -0.07522880285978317, -0.051428619772195816, 0.11142435669898987, 0.02029990591108799, -0.02910395711660385, -0.07722606509923935, 0.11274375766515732, -0.09182494878768921, -0.25174880027770996, -0.0010705427266657352, -0.09947676211595535, -0.10918494313955307, -0.0399150475859642, 0.03446776792407036, -0.03710315376520157, 0.01828131079673767, 0.039858926087617874, -0.011208263225853443, 0.1302541047334671, 0.0516887903213501, 0.018963461741805077, 0.010084045119583607, 0.14154581725597382, -0.08268505334854126, 0.14190594851970673, 0.03825857862830162, 0.07402659207582474, 0.08037854731082916, -0.01999182440340519, -0.09067519754171371, 0.03556063771247864, 0.10461775213479996, -0.08966545015573502, 0.021676629781723022, 0.18705208599567413, 0.053681135177612305, 0.12031444907188416, 0.09207060933113098, -0.021282151341438293, 0.04837943613529205, 0.05958907678723335, -0.029545418918132782, -0.06428420543670654, 0.09379347413778305, -0.12227461487054825, 0.1376466006040573, 0.11888360977172852, -0.061079543083906174, 0.01847531646490097, -0.016527792438864708, -0.02289007045328617, -0.046020638197660446, 0.12655095756053925, -0.03593343868851662, -0.14527668058872223, 0.01954285427927971, -0.10763271898031235, 0.10963642597198486, -0.14857323467731476, -0.03959522023797035, 0.029375934973359108, 0.028156893327832222, -0.05714629217982292, 0.11418202519416809, 0.06556582450866699, -0.056289758533239365, -0.04995730519294739, -0.13235652446746826, 0.005202397704124451, 0.10616873949766159, -0.05758875980973244, 0.004745975136756897 ]
1e3dd39b39787bddb20d7008e4d71c330d99f55b
## Dataset Description A small subset of [the-stack](https://huggingface.co/datasets/bigcode/the-stack) dataset, with 87 programming languages, each has 100 random samples from the original dataset for visualization. ## Languages The dataset contains 87 programming languages: ```` 'ada', 'agda', 'alloy', 'antlr', 'applescript', 'assembly', 'augeas', 'awk', 'batchfile', 'bison', 'bluespec', 'c', 'c++', 'c-sharp', 'clojure', 'cmake', 'coffeescript', 'common-lisp', 'css', 'cuda', 'dart', 'dockerfile', 'elixir', 'elm', 'emacs-lisp','erlang', 'f-sharp', 'fortran', 'glsl', 'go', 'groovy', 'haskell','html', 'idris', 'isabelle', 'java', 'java-server-pages', 'javascript', 'julia', 'kotlin', 'lean', 'literate-agda', 'literate-coffeescript', 'literate-haskell', 'lua', 'makefile', 'maple', 'markdown', 'mathematica', 'matlab', 'ocaml', 'pascal', 'perl', 'php', 'powershell', 'prolog', 'protocol-buffer', 'python', 'r', 'racket', 'restructuredtext', 'rmarkdown', 'ruby', 'rust', 'sas', 'scala', 'scheme', 'shell', 'smalltalk', 'solidity', 'sparql', 'sql', 'stan', 'standard-ml', 'stata', 'systemverilog', 'tcl', 'tcsh', 'tex', 'thrift', 'typescript', 'verilog', 'vhdl', 'visual-basic', 'xslt', 'yacc', 'zig' ````` ## Dataset Structure You can specify which language you want to load, python is loaded by default: ```python # to load go: from datasets import load_dataset load_dataset("bigcode/the-stack-smol-xs", "go") DatasetDict({ train: Dataset({ features: ['content', 'lang', 'size', 'ext', 'max_stars_count', 'avg_line_length', 'max_line_length', 'alphanum_fraction'], num_rows: 100 }) }) ```
bigcode/the-stack-smol-xs
[ "task_categories:text-generation", "task_ids:language-modeling", "language_creators:crowdsourced", "multilinguality:multilingual", "size_categories:unknown", "language:code", "region:us" ]
2023-02-10T11:47:50+00:00
{"annotations_creators": [], "language_creators": ["crowdsourced"], "language": ["code"], "multilinguality": ["multilingual"], "size_categories": ["unknown"], "source_datasets": [], "task_categories": ["text-generation"], "task_ids": ["language-modeling"]}
2023-02-13T09:05:23+00:00
[]
[ "code" ]
TAGS #task_categories-text-generation #task_ids-language-modeling #language_creators-crowdsourced #multilinguality-multilingual #size_categories-unknown #language-code #region-us
## Dataset Description A small subset of the-stack dataset, with 87 programming languages, each has 100 random samples from the original dataset for visualization. ## Languages The dataset contains 87 programming languages: '' ## Dataset Structure You can specify which language you want to load, python is loaded by default:
[ "## Dataset Description\nA small subset of the-stack dataset, with 87 programming languages, each has 100 random samples from the original dataset for visualization.", "## Languages\n\nThe dataset contains 87 programming languages:\n''", "## Dataset Structure\nYou can specify which language you want to load, python is loaded by default:" ]
[ "TAGS\n#task_categories-text-generation #task_ids-language-modeling #language_creators-crowdsourced #multilinguality-multilingual #size_categories-unknown #language-code #region-us \n", "## Dataset Description\nA small subset of the-stack dataset, with 87 programming languages, each has 100 random samples from the original dataset for visualization.", "## Languages\n\nThe dataset contains 87 programming languages:\n''", "## Dataset Structure\nYou can specify which language you want to load, python is loaded by default:" ]
[ 59, 38, 15, 25 ]
[ "passage: TAGS\n#task_categories-text-generation #task_ids-language-modeling #language_creators-crowdsourced #multilinguality-multilingual #size_categories-unknown #language-code #region-us \n## Dataset Description\nA small subset of the-stack dataset, with 87 programming languages, each has 100 random samples from the original dataset for visualization.## Languages\n\nThe dataset contains 87 programming languages:\n''## Dataset Structure\nYou can specify which language you want to load, python is loaded by default:" ]
[ -0.0628516748547554, 0.1423771232366562, -0.0025710375048220158, 0.09429530054330826, 0.11678290367126465, 0.1106998473405838, 0.09432461857795715, 0.07734139263629913, 0.1559857428073883, 0.04343324527144432, 0.07056401669979095, 0.09400136023759842, 0.038071706891059875, 0.16039113700389862, -0.020550401881337166, -0.2841632068157196, 0.01012500748038292, -0.10939645767211914, -0.01742464303970337, 0.06088144704699516, 0.07734609395265579, 0.041651077568531036, 0.054128248244524, -0.09048688411712646, -0.0941326767206192, 0.018390236422419548, -0.049891386181116104, -0.05704564228653908, 0.008814876899123192, 0.004274470265954733, 0.07931238412857056, -0.0485881008207798, 0.018056342378258705, -0.1042642816901207, -0.002856276696547866, -0.006019951775670052, 0.02532346174120903, -0.05586014315485954, 0.054745160043239594, -0.038538504391908646, 0.13462519645690918, -0.09156257659196854, 0.02024257369339466, 0.04773351550102234, -0.09023049473762512, -0.1628335863351822, 0.05714496597647667, -0.15289472043514252, -0.05315719544887543, 0.062190454453229904, -0.0412900485098362, 0.1665627509355545, -0.07532095909118652, 0.07620853930711746, -0.058340884745121, -0.029573500156402588, -0.029092974960803986, 0.14334842562675476, -0.0028372162487357855, 0.12961499392986298, -0.028257980942726135, -0.04231978952884674, 0.03285447135567665, 0.07502425462007523, -0.12516525387763977, -0.1098884642124176, -0.22870464622974396, -0.10395453870296478, -0.12846790254116058, 0.0017106099985539913, 0.3383704721927643, -0.01389144454151392, 0.02766047790646553, -0.10665683448314667, -0.0732772946357727, 0.12986604869365692, -0.07430239766836166, 0.1248619481921196, -0.10274254530668259, 0.022325845435261726, 0.11533630639314651, -0.012556079775094986, -0.05332661420106888, -0.01822618767619133, -0.05519140511751175, 0.12238338589668274, 0.021225597709417343, 0.0795091912150383, -0.08335887640714645, -0.03116639330983162, -0.04828207567334175, -0.04853726923465729, 0.03748379647731781, -0.12036868929862976, -0.07334043830633163, 0.06258008629083633, 0.0822208896279335, -0.03162665665149689, 0.1852594017982483, -0.024035345762968063, 0.00386417587287724, 0.051502667367458344, -0.04734637960791588, 0.02571583352982998, 0.19401198625564575, -0.07486587017774582, -0.06574569642543793, -0.041321177035570145, -0.011637373827397823, -0.0358203686773777, -0.010437990538775921, -0.04617234691977501, -0.0668683722615242, -0.03487919643521309, -0.03301847726106644, 0.08703898638486862, 0.11943572759628296, 0.10630413889884949, 0.018515806645154953, -0.058584652841091156, -0.08224473148584366, -0.11210682988166809, 0.022937871515750885, 0.08175650984048843, -0.04177972674369812, 0.10620300471782684, -0.07735101133584976, -0.06894909590482712, -0.14136943221092224, -0.14850619435310364, -0.056989021599292755, -0.005676541943103075, -0.09260381758213043, -0.1871429681777954, 0.03507588058710098, -0.04652560129761696, 0.0175893884152174, -0.0320502407848835, -0.16043823957443237, -0.060805272310972214, 0.04364287108182907, -0.05097351595759392, -0.03211383521556854, -0.10639418661594391, 0.014551122672855854, 0.038781847804784775, -0.014812789857387543, 0.011730317957699299, -0.11011940240859985, 0.03467618674039841, -0.03043719008564949, 0.07105756551027298, -0.19212907552719116, 0.02319001406431198, -0.10237561166286469, -0.0034068459644913673, 0.03538229689002037, 0.16259965300559998, -0.14866648614406586, 0.08008390665054321, 0.00090644636657089, -0.041004206985235214, 0.14802318811416626, 0.040295038372278214, -0.0767642930150032, 0.20207710564136505, -0.24469588696956635, -0.0003118675376754254, 0.18850040435791016, -0.08086124807596207, -0.08442270010709763, 0.07878154516220093, -0.023192016407847404, 0.14745934307575226, 0.032676566392183304, 0.1974381059408188, 0.22523175179958344, 0.030210888013243675, 0.01524876244366169, 0.1319781243801117, 0.05491868779063225, -0.051077019423246384, 0.08253747969865799, -0.0033367760479450226, -0.02903486043214798, 0.0748659074306488, 0.09387164562940598, 0.07044456154108047, 0.007902401499450207, -0.05866336077451706, -0.01906011253595352, -0.027526739984750748, 0.06447753310203552, 0.09667781740427017, 0.0604868084192276, -0.02743244357407093, 0.01605428382754326, 0.01018079649657011, 0.15515828132629395, -0.10170810669660568, -0.09039239585399628, -0.04675013944506645, 0.07217665761709213, 0.07529424875974655, 0.0176968015730381, -0.1362229585647583, -0.15862922370433807, 0.06770704686641693, 0.10522503405809402, 0.07385563105344772, 0.14552883803844452, 0.043816931545734406, -0.029402216896414757, 0.030912166461348534, 0.09605130553245544, 0.07661012560129166, -0.03282829001545906, 0.011231329292058945, -0.1231231540441513, 0.011482076719403267, -0.10685371607542038, 0.0910930335521698, -0.1383596956729889, -0.01676938124001026, -0.047757863998413086, 0.014814157038927078, 0.006959179416298866, -0.013723878189921379, 0.08259803056716919, 0.034788910299539566, -0.05497606471180916, -0.05364043265581131, 0.041459161788225174, -0.05012514069676399, 0.05144694820046425, -0.03589781001210213, -0.07462429255247116, -0.1453254073858261, 0.10819821804761887, -0.009383107535541058, 0.04043303057551384, -0.020158926025032997, 0.016704194247722626, 0.006286808289587498, 0.042301617562770844, -0.016222042962908745, -0.038063861429691315, 0.037480439990758896, 0.05988021567463875, -0.045703139156103134, 0.07575070112943649, -0.00399301340803504, -0.057269711047410965, -0.009410933591425419, 0.12565210461616516, 0.05526197701692581, -0.11060332506895065, 0.19596275687217712, -0.08639495074748993, -0.055702220648527145, 0.13408134877681732, -0.035895880311727524, -0.010004021227359772, 0.06895353645086288, 0.07670630514621735, -0.018849918618798256, 0.008807266131043434, -0.23011694848537445, 0.010676039382815361, 0.09753461182117462, 0.021846722811460495, 0.025608783587813377, -0.016278672963380814, -0.017113741487264633, -0.11531121283769608, -0.02163173258304596, -0.03201175108551979, -0.01188881229609251, 0.057900141924619675, 0.047453608363866806, -0.03853563964366913, -0.07949304580688477, 0.011899823322892189, -0.03831302002072334, -0.030522413551807404, 0.1974565088748932, -0.13065704703330994, -0.21210922300815582, -0.10191050171852112, -0.1492076814174652, -0.11342941224575043, 0.02157067507505417, -0.026864871382713318, -0.053914625197649, -0.011480812914669514, 0.0067350598983466625, 0.13342255353927612, -0.1707002967596054, -0.12546958029270172, -0.06770855188369751, 0.04655734449625015, -0.0682402178645134, -0.06182191148400307, 0.044723208993673325, 0.015641773119568825, -0.010027403943240643, 0.13299264013767242, -0.19347362220287323, 0.00664113275706768, 0.17404840886592865, 0.04576203227043152, 0.01644236408174038, -0.05088505148887634, 0.2218567579984665, -0.04669501632452011, -0.008055908605456352, 0.04550083354115486, 0.04390139505267143, 0.008983076550066471, 0.14525938034057617, 0.049114178866147995, -0.11230126023292542, 0.0354444645345211, 0.05555068328976631, -0.055107664316892624, -0.1748579889535904, -0.20418058335781097, -0.13040199875831604, 0.1090928167104721, 0.12415420264005661, 0.00031776007381267846, -0.13701201975345612, 0.12082138657569885, -0.02303973026573658, 0.052865155041217804, -0.030924487859010696, 0.0069378274492919445, 0.08062921464443207, -0.03873192146420479, 0.009042741730809212, -0.03300158679485321, -0.03846472501754761, 0.1177334412932396, 0.08732075989246368, 0.19713550806045532, -0.0009740876848809421, 0.16405390202999115, 0.0172530859708786, 0.09214074164628983, -0.003519452875480056, 0.16509588062763214, -0.00013813396799378097, 0.09231910109519958, -0.0022086063399910927, -0.0443338043987751, -0.07428403198719025, 0.036280229687690735, 0.09094272553920746, -0.11692254990339279, -0.022830845788121223, -0.05560499429702759, -0.030737876892089844, 0.08596399426460266, 0.165139839053154, -0.1547321230173111, 0.03929997235536575, 0.12817351520061493, 0.0007030603592284024, -0.21665926277637482, 0.082563616335392, 0.11624496430158615, -0.012540221214294434, 0.125009223818779, -0.03657188639044762, 0.12024040520191193, -0.09235268831253052, -0.03586207702755928, -0.13485227525234222, -0.05963582918047905, 0.02011975646018982, 0.18247035145759583, -0.14058168232440948, 0.16156186163425446, 0.008439868688583374, -0.014770952984690666, -0.16095945239067078, 0.016020769253373146, -0.04287481680512428, 0.008263916708528996, 0.10941792279481888, 0.039482083171606064, 0.010589531622827053, -0.02237458899617195, -0.06683066487312317, 0.04759646952152252, -0.022579863667488098, 0.08645220100879669, 0.029915019869804382, 0.04339398443698883, 0.07022684812545776, -0.023266280069947243, -0.09055636823177338, -0.041955940425395966, -0.1850377768278122, 0.022233229130506516, 0.11433709412813187, -0.0842437595129013, 0.02971840277314186, -0.04274342581629753, 0.02149631269276142, 0.10276269167661667, -0.005031141452491283, -0.13516157865524292, -0.06789468973875046, 0.041458647698163986, 0.1693177968263626, -0.020666545256972313, -0.016165776178240776, -0.11331504583358765, -0.0027442085556685925, -0.027411002665758133, -0.09119021147489548, 0.06030377373099327, -0.06098147854208946, 0.056364186108112335, -0.02064201422035694, 0.005154585000127554, 0.0330674983561039, 0.002797030843794346, -0.016155937686562538, 0.02073766104876995, -0.04432987794280052, -0.1171952337026596, -0.07819496095180511, -0.027136076241731644, -0.020199058577418327, 0.23096469044685364, -0.049531176686286926, -0.1970391422510147, -0.023435845971107483, 0.01203156728297472, 0.23912179470062256, 0.04579669609665871, -0.04841051623225212, -0.008241075091063976, 0.1789398342370987, -0.07942856103181839, -0.22897237539291382, -0.049077197909355164, 0.03908391296863556, 0.03322320058941841, -0.1264442503452301, -0.30034300684928894, 0.03350153565406799, 0.0458892397582531, -0.004181927535682917, 0.13023729622364044, -0.29133090376853943, -0.018599508330225945, 0.194157212972641, 0.034135837107896805, 0.1336396187543869, -0.1613321304321289, -0.015170574188232422, -0.09062845259904861, -0.010876858606934547, 0.24597971141338348, -0.0394243448972702, 0.09033733606338501, -0.06220969557762146, 0.16226059198379517, 0.045774392783641815, -0.022388698533177376, 0.15886813402175903, 0.03177761659026146, 0.0203297957777977, -0.06945083290338516, -0.07242078334093094, 0.06795300543308258, 0.00789552554488182, 0.07426358014345169, -0.01874988153576851, 0.006182829849421978, -0.27379482984542847, -0.061790745705366135, -0.0935368537902832, 0.07510150969028473, 0.013579877093434334, -0.09516704827547073, -0.06119127944111824, 0.0031488300301134586, -0.033091459423303604, 0.050356075167655945, 0.1289384961128235, -0.010330919176340103, 0.05940531939268112, 0.06224330887198448, 0.06893002986907959, 0.03528595715761185, -0.03199278563261032, 0.0005700995097868145, 0.03295639157295227, 0.05327044054865837, -0.09756524115800858, -0.04861118644475937, 0.11554110050201416, 0.06482798606157303, 0.048447880893945694, 0.009777450002729893, -0.07974041998386383, 0.05556361749768257, 0.05518563836812973, -0.00881055649369955, -0.24168655276298523, 0.05931936949491501, 0.04142230376601219, -0.10961782187223434, -0.052607256919145584, 0.07419314235448837, 0.06461966782808304, -0.01780708134174347, -0.06082320585846901, 0.029999399557709694, 0.013691273517906666, 0.12103458493947983, 0.02237791195511818, 0.049599289894104004, -0.1267964094877243, 0.060081034898757935, 0.14384683966636658, -0.04049159586429596, -0.02230163663625717, 0.20600862801074982, -0.07311780005693436, -0.1051524356007576, 0.1386636644601822, 0.08188021183013916, -0.001704349764622748, -0.03303935378789902, 0.08916457742452621, -0.04389156028628349, -0.02431880310177803, 0.04862308129668236, 0.041393935680389404, 0.035888392478227615, -0.02206447347998619, -0.10521906614303589, -0.011334541253745556, 0.01617450825870037, -0.017228059470653534, -0.04213165491819382, -0.09721960127353668, -0.059494830667972565, 0.0034739107359200716, 0.06005389988422394, -0.05138498544692993, -0.10047411918640137, -0.14896434545516968, 0.05691437050700188, -0.1325923353433609, 0.1445087045431137, -0.13431192934513092, 0.051446326076984406, 0.007666701916605234, -0.014500347897410393, -0.041188791394233704, -0.054766081273555756, -0.10896285623311996, 0.03968789428472519, -0.042179759591817856, 0.10554540902376175, 0.010715433396399021, -0.006105235777795315, 0.019817955791950226, -0.004837114363908768, 0.09226089715957642, 0.06937157362699509, -0.10518743842840195, 0.0951293334364891, -0.13024379312992096, -0.051188018172979355, 0.07682086527347565, 0.11860895156860352, 0.09695867449045181, 0.007925583980977535, 0.006144133862107992, 0.02857533097267151, 0.1327873170375824, 0.03404541686177254, 0.03834075853228569, -0.11330472677946091, 0.030186312273144722, 0.03298012539744377, -0.18010161817073822, -0.011431952007114887, 0.06500238925218582, 0.017119191586971283, 0.031840141862630844, 0.1046266257762909, -0.01884462870657444, 0.1095331534743309, 0.007009771186858416, -0.017282478511333466, -0.028486138209700584, -0.051347482949495316, 0.1613057404756546, 0.039984628558158875, 0.06628672778606415, 0.0374797023832798, 0.2028818130493164, 0.03754211217164993, -0.03605585917830467, -0.07489296048879623, -0.011221161112189293, 0.05228126049041748, 0.0204709991812706, 0.18464240431785583, 0.0600723996758461, 0.00759383849799633, 0.07634711265563965, 0.018053090199828148, 0.0069117178209125996, 0.240846648812294, 0.059015095233917236, 0.03892980515956879, 0.013409432023763657, 0.00541139068081975, 0.002922891639173031, -0.08203169703483582, 0.04902181774377823, -0.032502561807632446, 0.06388754397630692, 0.08969266712665558, -0.11476588994264603, 0.06755328178405762, -0.012615961022675037, 0.013193557038903236, 0.0774727389216423, -0.05682947859168053, -0.15170472860336304, -0.11534881591796875, -0.08694428950548172, -0.05914638936519623, -0.06481760740280151, -0.01924617402255535, -0.12514495849609375, -0.018344078212976456, 0.11685928702354431, 0.08374054729938507, -0.018512330949306488, 0.025550369173288345, 0.021607235074043274, -0.13612566888332367, -0.028372343629598618, -0.00365346553735435, 0.02325589954853058, -0.030354682356119156, -0.025592384859919548, -0.04423273354768753, 0.02862023375928402, 0.010158638469874859, 0.02893621288239956, -0.01904311776161194, 0.05679571256041527, -0.17126157879829407, 0.009095649234950542, -0.05573466792702675, 0.029995020478963852, 0.00917079858481884, 0.24027281999588013, 0.06493091583251953, -0.08354824781417847, 0.008446681313216686, 0.09616962820291519, 0.0011867688735947013, -0.18811477720737457, -0.11231645196676254, 0.23817312717437744, -0.17496319115161896, -0.0017792598810046911, -0.010324654169380665, -0.04197210818529129, -0.10373499989509583, 0.14645980298519135, 0.25439468026161194, 0.020253783091902733, -0.04746965318918228, -0.0020165510941296816, -0.0005959505797363818, -0.05079948157072067, 0.15041583776474, 0.0035854040179401636, 0.23460078239440918, 0.007394843269139528, -0.02647530287504196, -0.030871054157614708, -0.004357254598289728, -0.21082410216331482, -0.042896632105112076, 0.06123706325888634, -0.013864547945559025, -0.033178191632032394, 0.1716146469116211, -0.14646032452583313, 0.1541639268398285, -0.032694123685359955, -0.017959654331207275, -0.14993710815906525, -0.06639021635055542, -0.11802200973033905, 0.05923600122332573, 0.0350530669093132, -0.013345794752240181, 0.002442124066874385, -0.12940290570259094, -0.0015148924430832267, -0.1781715303659439, -0.09621286392211914, 0.1070527583360672, -0.11122506856918335, 0.14570766687393188, -0.01924220472574234, 0.15018247067928314, 0.07362618297338486, -0.05710513889789581, -0.09685220569372177, 0.04209563508629799, 0.056685179471969604, 0.15629763901233673, 0.061596255749464035, 0.0557064488530159, -0.09037042409181595, 0.0766139030456543, 0.019834164530038834, 0.029972996562719345, -0.034925706684589386, 0.11698130518198013, 0.08664307743310928, -0.09824050217866898, 0.020186902955174446, -0.1551353484392166, 0.06378625333309174, 0.13044089078903198, -0.04179812967777252, -0.06988169997930527, -0.04624276980757713, 0.06431595981121063, -0.0536419078707695, -0.019705111160874367, -0.1728927493095398, -0.19264060258865356, -0.13045881688594818, -0.025165654718875885, 0.08034388720989227, -0.20967800915241241, 0.14473950862884521, -0.06862209737300873, 0.0693252682685852, -0.015286772511899471, 0.10926240682601929, -0.05085635930299759, -0.05678479000926018, -0.05443317070603371, -0.19060039520263672, -0.005677888635545969, 0.09090378880500793, -0.08836881816387177, -0.08841169625520706 ]
08658458a8137ddd744c6ba5b608557240b38268
# Dataset Card for "yoci_monkey" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Swatermelon/yoci_monkey
[ "region:us" ]
2023-02-10T12:08:57+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 594675.0, "num_examples": 43}], "download_size": 0, "dataset_size": 594675.0}}
2023-02-14T07:03:46+00:00
[]
[]
TAGS #region-us
# Dataset Card for "yoci_monkey" More Information needed
[ "# Dataset Card for \"yoci_monkey\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"yoci_monkey\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"yoci_monkey\"\n\nMore Information needed" ]
[ -0.05679871514439583, 0.3187437057495117, -0.0007763653993606567, 0.003660255577415228, 0.14715833961963654, 0.09497717022895813, 0.13049188256263733, 0.12697266042232513, 0.16568230092525482, 0.02286521904170513, 0.08100639283657074, 0.06450893729925156, 0.14607267081737518, 0.22957366704940796, -0.007908189669251442, -0.17688418924808502, 0.09260784089565277, 0.058507371693849564, 0.10801859945058823, 0.003636222565546632, -0.0751824602484703, -0.025006532669067383, 0.08795074373483658, -0.08990649878978729, -0.1699371486902237, -0.016552094370126724, -0.09098168462514877, -0.03168870881199837, 0.061653174459934235, -0.12259472906589508, 0.09090215712785721, -0.02108413726091385, 0.014465766958892345, -0.06802581250667572, 0.014855792745947838, -0.00650015426799655, -0.016891812905669212, 0.06985824555158615, 0.01827390305697918, -0.08680805563926697, -0.05863140523433685, 0.039125751703977585, -0.03887750208377838, 0.0017485114512965083, -0.14812594652175903, -0.2474116086959839, -0.12615329027175903, -0.09149057418107986, -0.060640737414360046, -0.05334223806858063, 0.04778914526104927, 0.1830950230360031, -0.01444924995303154, 0.01865171268582344, 0.15134572982788086, -0.0678868368268013, 0.05139447748661041, 0.20132526755332947, 0.09401588141918182, 0.10944490134716034, -0.026753639802336693, -0.0065209283493459225, 0.17402371764183044, -0.053939029574394226, -0.18256114423274994, -0.03243439272046089, 0.016312915831804276, 0.008448626846075058, -0.03642834722995758, -0.063960000872612, 0.306191086769104, 0.011762828566133976, -0.05594257265329361, 0.11035743355751038, -0.042252689599990845, -0.034699566662311554, 0.012821364216506481, 0.12596067786216736, 0.007578783202916384, 0.056148819625377655, 0.06687493622303009, 0.01955864578485489, -0.03952353075146675, -0.11711673438549042, -0.14878754317760468, 0.055211879312992096, -0.010023997165262699, 0.15388619899749756, -0.15472789108753204, -0.005664696916937828, -0.15005213022232056, -0.012394776567816734, -0.03634720668196678, -0.0673450231552124, 0.010904185473918915, -0.021692639216780663, 0.03515103459358215, 0.07074528932571411, 0.17522425949573517, 0.17110496759414673, 0.13996508717536926, -0.011402483098208904, -0.14769423007965088, 0.08905128389596939, 0.221552312374115, 0.00994697492569685, -0.06706877797842026, 0.01704869233071804, 0.01609150879085064, -0.11004611849784851, 0.006737553048878908, -0.1356409639120102, -0.1445281058549881, -0.02309410646557808, -0.05223938077688217, 0.12798035144805908, 0.03726333752274513, -0.08457959443330765, 0.007904184982180595, -0.060793232172727585, 0.24037912487983704, -0.027784552425146103, 0.02644517458975315, 0.01892157644033432, -0.06171230971813202, -0.010397962294518948, -0.12331472337245941, 0.00907632801681757, 0.09967240691184998, -0.01793965883553028, -0.09397747367620468, -0.009531859308481216, -0.07288212329149246, -0.020019473508000374, 0.05463942885398865, -0.09801371395587921, 0.11726179718971252, -0.08134542405605316, -0.29606276750564575, 0.03941502422094345, 0.021103568375110626, -0.08502355217933655, 0.1643148809671402, -0.0052911024540662766, 0.07249240577220917, -0.05481399968266487, -0.08497448265552521, 0.10933927446603775, -0.09747497737407684, 0.07949025928974152, 0.0023006454575806856, 0.08125725388526917, -0.2690170407295227, -0.011112909764051437, -0.16527420282363892, 0.062205925583839417, 0.0743936151266098, -0.020026808604598045, -0.0610903799533844, 0.14114360511302948, -0.008905946277081966, 0.05628155544400215, -0.1322994828224182, 0.00013817190483678132, 0.00836876779794693, 0.049081951379776, -0.1593260020017624, -0.03105722926557064, 0.23215994238853455, -0.11465737968683243, -0.17581996321678162, 0.054513465613126755, -0.046034470200538635, 0.05284201726317406, 0.0604364387691021, 0.4072186350822449, -0.0686507523059845, -0.08350640535354614, -0.02646441012620926, 0.03995686024427414, -0.17225223779678345, -0.2514561414718628, 0.09611915796995163, -0.029483342543244362, -0.08903207629919052, 0.015419035218656063, 0.04927178844809532, 0.08189177513122559, -0.06847698241472244, -0.05253523960709572, 0.01915827766060829, -0.16407863795757294, 0.03473139926791191, 0.02327212318778038, 0.03687203302979469, -0.018889734521508217, 0.17418617010116577, -0.036652639508247375, 0.11713003367185593, 0.015514571219682693, -0.026730535551905632, 0.0039045352023094893, 0.13524413108825684, -0.16480936110019684, 0.021576648578047752, -0.06674085557460785, 0.004779098089784384, 0.09828880429267883, -0.01905703730881214, 0.05166009068489075, -0.09266164898872375, 0.06983095407485962, 0.017349382862448692, 0.06220800429582596, 0.027381116524338722, 0.19216127693653107, 0.05270017683506012, 0.03822144865989685, 0.05947669968008995, 0.03843012452125549, -0.08117841929197311, -0.02789679542183876, -0.06449499726295471, -0.0006051925010979176, -0.061737850308418274, 0.0002202022005803883, 0.022402353584766388, -0.021968267858028412, 0.09205497801303864, -0.006770655978471041, -0.042811889201402664, -0.08479628711938858, 0.01952074095606804, 0.009503423236310482, -0.04028717428445816, 0.04874422401189804, -0.12308860570192337, 0.09564340859651566, 0.14864130318164825, 0.05609218776226044, 0.08368578553199768, -0.01666339673101902, 0.04743213951587677, -0.03913286700844765, -0.03013312816619873, 0.006499609909951687, -0.1724717766046524, -0.0565791018307209, 0.05895412340760231, -0.08144588768482208, 0.0660477951169014, 0.013367529027163982, -0.07067452371120453, -0.07805946469306946, 0.01789201982319355, 0.1465650349855423, -0.18557509779930115, 0.19358143210411072, 0.06059207394719124, 0.10574861615896225, 0.2474208027124405, -0.04758080095052719, -0.08792612701654434, -0.022912120446562767, -0.0149390809237957, 0.011950287967920303, 0.1580377221107483, -0.037691447883844376, -0.009974056854844093, 0.08864573389291763, 0.03825434297323227, 0.07505866140127182, -0.08669020980596542, -0.09733427315950394, -0.036345724016427994, -0.014973030425608158, -0.14274513721466064, 0.029843520373106003, -0.027971401810646057, 0.05039868503808975, -0.0007143014809116721, -0.009192598052322865, 0.08279316127300262, 0.020840592682361603, -0.021353179588913918, 0.07471095025539398, -0.13697195053100586, -0.07737671583890915, 0.00869904737919569, -0.27527105808258057, 0.08860719949007034, 0.07664703577756882, -0.00441744877025485, -0.12792333960533142, 0.023395122960209846, 0.062404654920101166, -0.16104000806808472, -0.17450439929962158, -0.028925256803631783, 0.02718677930533886, 0.012727715075016022, -0.1284424364566803, -0.06340130418539047, 0.030866296961903572, -0.06487975269556046, 0.07284454256296158, 0.08907566219568253, -0.2115245759487152, 0.16443607211112976, 0.12088607996702194, 0.021819815039634705, 0.07224264740943909, -0.03522876277565956, 0.12571224570274353, -0.018041735514998436, -0.07814127951860428, 0.120119608938694, 0.009561825543642044, -0.004442141856998205, 0.07936432957649231, 0.00813955906778574, -0.16299739480018616, 0.020328639075160027, -0.12246731668710709, -0.22273904085159302, -0.18178217113018036, -0.07923571765422821, -0.05605417862534523, 0.20087914168834686, 0.10258568078279495, 0.05169379338622093, 0.051502957940101624, 0.10661058127880096, 0.09866907447576523, 0.048712171614170074, -0.10111992061138153, 0.010654411278665066, -0.3602082431316376, 0.03030909039080143, -0.03855570778250694, -0.08435025811195374, -0.015384984202682972, 0.12338800728321075, 0.31981343030929565, 0.21109116077423096, 0.12308671325445175, 0.2622852623462677, -0.012625521048903465, 0.1528118997812271, 0.1161738932132721, 0.180222287774086, 0.058217134326696396, -0.013138029724359512, -0.03464074432849884, 0.011748029850423336, -0.08565666526556015, 0.003199778264388442, 0.12179456651210785, -0.058036401867866516, 0.1018415242433548, -0.196607306599617, 0.03717226907610893, -0.21750904619693756, 0.016007430851459503, -0.21678200364112854, 0.1059500053524971, 0.042678751051425934, 0.163024440407753, -0.082563117146492, 0.032560668885707855, 0.01740032620728016, -0.06574393063783646, 0.02148309163749218, 0.012385226786136627, 0.06882421672344208, -0.09688962996006012, -0.03128395229578018, -0.16978782415390015, -0.05140239745378494, -0.0421418771147728, 0.09834890067577362, -0.14317455887794495, 0.1945335417985916, -0.01347117405384779, -0.009040938690304756, -0.10732465982437134, -0.06425115466117859, 0.05797606334090233, -0.028879866003990173, 0.10618188977241516, 0.028635501861572266, -0.2481697052717209, -0.19063498079776764, -0.1558716595172882, -0.02466594986617565, 0.03593701496720314, -0.014322148635983467, -0.07766194641590118, 0.04409652575850487, 0.007959280163049698, -0.0867600068449974, -0.06400540471076965, -0.03961332142353058, -0.07896381616592407, 0.002994270296767354, -0.021951891481876373, 0.024718303233385086, 0.03834976255893707, 0.01659507304430008, -0.06119510531425476, -0.0038025593385100365, 0.04818756505846977, -0.036482974886894226, -0.05913911759853363, 0.026608461514115334, 0.13434186577796936, -0.019103191792964935, -0.05885525792837143, 0.00682296697050333, -0.03428133577108383, -0.04600409045815468, -0.20815040171146393, 0.0637734979391098, -0.04532253369688988, 0.10733741521835327, -0.15262281894683838, 0.01599155366420746, -0.0050588869489729404, 0.04926992580294609, 0.0058636534959077835, 0.008239720948040485, -0.063785620033741, -0.032996051013469696, 0.10499019920825958, -0.08290210366249084, 0.1327657550573349, 0.20234450697898865, 0.034685734659433365, -0.0899534597992897, -0.005623762030154467, -0.0823846310377121, 0.14360517263412476, 0.12341848015785217, -0.03298400342464447, 0.09476158022880554, 0.24648360908031464, -0.10201534628868103, -0.1302604079246521, -0.07780581712722778, -0.1522783488035202, -0.03434561565518379, -0.018397672101855278, -0.15464872121810913, 0.08045496046543121, 0.25027668476104736, -0.05100170150399208, 0.29502150416374207, -0.12955643236637115, -0.005030984990298748, 0.1086021214723587, 0.08502329140901566, 0.4289744198322296, -0.1855112910270691, -0.11671419441699982, -0.04832269996404648, -0.18139296770095825, 0.20362116396427155, -0.03160489350557327, 0.05718462914228439, 0.037215426564216614, 0.0353105403482914, -0.02360878512263298, -0.06947623193264008, 0.18223129212856293, 0.06909108906984329, 0.06621349602937698, -0.07608058303594589, -0.18915286660194397, 0.05092880129814148, -0.08087720721960068, 0.06701171398162842, 0.08723321557044983, -0.023106466978788376, -0.08225032687187195, 0.018374960869550705, 0.008412403985857964, 0.0050449250265955925, 0.09272120147943497, -0.11635900288820267, -0.12157239764928818, 0.004957199562340975, -0.0989144966006279, 0.02702276036143303, 0.12569820880889893, 0.0188657958060503, 0.022890619933605194, 0.034132976084947586, -0.08261093497276306, -0.11587698012590408, 0.15523883700370789, -0.11131720244884491, -0.07484770566225052, 0.06538762897253036, -0.09692632406949997, 0.007168922573328018, 0.09787555783987045, 0.02781865745782852, 0.07986196875572205, 0.053620845079422, -0.09270763397216797, 0.12090454250574112, 0.06561270356178284, -0.04126092046499252, 0.03345639631152153, 0.1025562733411789, -0.08405102789402008, 0.06577318161725998, 0.05764877423644066, -0.004337416496127844, 0.09247159957885742, -0.08308032155036926, -0.05393391475081444, 0.060804128646850586, -0.07847792655229568, 0.025554101914167404, 0.08976691961288452, 0.009585068561136723, -0.20393118262290955, 0.13771551847457886, 0.07647988945245743, 0.02343134954571724, 0.0022712054196745157, 0.030884385108947754, -0.05899827182292938, -0.05236931890249252, -0.03530002757906914, 0.33403533697128296, -0.05809839069843292, -0.10730281472206116, -0.007202846463769674, 0.026349389925599098, -0.008781461045145988, 0.09539637714624405, 0.04505212604999542, 0.07468709349632263, 0.009931975044310093, -0.00492688175290823, -0.08870147913694382, -0.06054481863975525, -0.10245290398597717, 0.08839655667543411, -0.04673503339290619, -0.21512965857982635, -0.010662086308002472, 0.09461812674999237, -0.06410641968250275, -0.10114911943674088, -0.1606188267469406, 0.08354803919792175, -0.03621000424027443, 0.0816592276096344, -0.11893437057733536, -0.0086002042517066, 0.02876424789428711, -0.04654473438858986, -0.003379439702257514, -0.01607765071094036, -0.12177225202322006, 0.08508604764938354, 0.05667228624224663, 0.045945893973112106, -0.020519906654953957, -0.00562603585422039, 0.05373775586485863, 0.037661582231521606, 0.03673345968127251, 0.16471494734287262, 0.017526181414723396, 0.06746713817119598, -0.12898650765419006, -0.13551881909370422, 0.0393550843000412, 0.034709010273218155, 0.10288531333208084, 0.03967424854636192, -0.020745696499943733, 0.086843341588974, -0.03740191087126732, 0.021334756165742874, -0.001172780990600586, -0.0791434571146965, -0.05976656824350357, -0.08367357403039932, -0.08962348103523254, 0.028832368552684784, -0.03268862143158913, 0.16278593242168427, 0.016021177172660828, -0.007035817950963974, 0.09059731662273407, 0.04414789378643036, -0.039578650146722794, -0.048574551939964294, -0.025768738240003586, -0.1969207525253296, -0.060423899441957474, 0.03528062254190445, -0.0071990168653428555, 0.03572084754705429, 0.40584397315979004, -0.08382931351661682, -0.056289758533239365, -0.12774145603179932, 0.13469916582107544, -0.022168686613440514, 0.011824501678347588, 0.4584481418132782, 0.03926198184490204, -0.024818923324346542, 0.009419774636626244, 0.15131612122058868, 0.021327868103981018, 0.05388341099023819, -0.02578006498515606, 0.029351191595196724, 0.23159290850162506, 0.01329775806516409, 0.04890783876180649, 0.020523514598608017, -0.07070142775774002, -0.06851471215486526, 0.013411405496299267, -0.015895986929535866, 0.1490875482559204, -0.04495035111904144, 0.08842918276786804, -0.04625477269291878, -0.004280871246010065, 0.0024862743448466063, -0.07327407598495483, -0.05192592740058899, -0.19552487134933472, -0.035489730536937714, -0.12673935294151306, 0.03959919512271881, -0.05973748117685318, -0.0794229581952095, 0.31286612153053284, 0.017000921070575714, 0.00917000137269497, -0.013067330233752728, 0.037098344415426254, 0.01953645423054695, -0.05836616829037666, -0.0474364310503006, -0.0966939702630043, -0.05369171127676964, -0.12192970514297485, 0.02849569171667099, -0.03627067431807518, 0.04620911553502083, -0.019988475367426872, 0.09461097419261932, 0.015924498438835144, -0.14165619015693665, -0.07074572890996933, -0.04728606343269348, 0.059107374399900436, -0.12596149742603302, 0.09668421000242233, 0.0202583447098732, -0.016138289123773575, 0.08731169998645782, 0.07173726707696915, 0.06823509186506271, 0.07599648833274841, -0.07549068331718445, 0.09260258078575134, -0.08666763454675674, 0.028996162116527557, -0.011380186304450035, -0.04529045149683952, -0.025357916951179504, 0.22002650797367096, 0.16017165780067444, -0.03788350522518158, -0.06717400252819061, 0.03146650269627571, 0.007161274086683989, -0.02071499265730381, 0.1336982548236847, 0.07634732872247696, -0.02707108110189438, -0.007309624459594488, -0.05939318612217903, 0.019046826288104057, -0.069682277739048, -0.10143962502479553, -0.022839263081550598, -0.014982924796640873, -0.02786545269191265, -0.08668391406536102, 0.11986831575632095, -0.1929749995470047, 0.07131576538085938, 0.00424022413790226, -0.11591527611017227, -0.12067346274852753, -0.006919418461620808, 0.053802356123924255, 0.059075307101011276, -0.007524137385189533, -0.0753837376832962, 0.022575683891773224, -0.16735690832138062, -0.012648053467273712, -0.27012938261032104, -0.16948211193084717, -0.06727347522974014, -0.022219238802790642, 0.25526443123817444, -0.03906403109431267, -0.061156339943408966, 0.036765437573194504, 0.057227086275815964, -0.13765652477741241, 0.06587814539670944, -0.042283132672309875, 0.1667473167181015, -0.00995347835123539, 0.027809808030724525, -0.0747537687420845, -0.035723987966775894, 0.05883834511041641, -0.14214050769805908, -0.03872610628604889, 0.15813566744327545, 0.059392575174570084, -0.057178888469934464, 0.01766584813594818, -0.10460462421178818, 0.13195279240608215, -0.06953670084476471, -0.014578240923583508, -0.01883043721318245, 0.006583841051906347, 0.10494222491979599, 0.03172069415450096, -0.07364041358232498, -0.14064905047416687, -0.01994147151708603, -0.12855783104896545, 0.07258659601211548, 0.018092596903443336, -0.0919898971915245, 0.0899992361664772, -0.18945413827896118, -0.006750261876732111, -0.05922875925898552, 0.008878947235643864, 0.0930832177400589, 0.0543968491256237, -0.01980377733707428, -0.10195564478635788, 0.05549059063196182, 0.02771930769085884, -0.060975465923547745, -0.10722453892230988 ]
1076853c2f3eefc47bba652dc00459018ce695d1
# Dataset Card for "stanford_plato" ## Description This is a collection of articles in the Stanford Encyclopedia of Philosophy (https://plato.stanford.edu/index.html). This dataset includes 1776 articles, each explaining one philosophy term/people/topic. It has 8 features: - shorturl: The shorturl for the article. For example, the shorturl 'abduction' correspond to the page https://plato.stanford.edu/entries/abduction/ - title: The title of the article. - pubinfo: The publication information. - **preamble**: The preface text of the article. The data is a list, each item of the list is a paragraph of the data. I choose not to break the paragraph structure. Certainly, you can merge them by, for example, ''.join(data['preamble']) - toc: Table of contents. Also represented as list. Each item is a dictionary, the 'content_title' is the main content title, and the 'sub_toc' is a list of subcontent titles. - **main_text**: The main text of the article. The data is also a list, each item represents a section of the article. Each item is a dictionary, 'section_title' is the title of the section, 'main_content' is a list of paragraphs before subsections, 'subsections' is a list of subsections, each item is also a dictionary, has its own title 'subsection_title' and list of paragraphs 'content'. - bibliography: list of bibliography. - related_entries: list of entries related to the current entry. ## Copyright and license See the information at the offical website: https://plato.stanford.edu/info.html#c This is not an official release. May be deleted later if violates copyright. The responsibility of not abusing is on the user.
hugfaceguy0001/stanford_plato
[ "region:us" ]
2023-02-10T12:47:16+00:00
{"dataset_info": {"features": [{"name": "shorturl", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "pubinfo", "dtype": "string"}, {"name": "preamble", "sequence": "string"}, {"name": "toc", "list": [{"name": "content_title", "dtype": "string"}, {"name": "sub_toc", "sequence": "string"}]}, {"name": "main_text", "list": [{"name": "main_content", "sequence": "string"}, {"name": "section_title", "dtype": "string"}, {"name": "subsections", "list": [{"name": "content", "sequence": "string"}, {"name": "subsection_title", "dtype": "string"}]}]}, {"name": "bibliography", "sequence": "string"}, {"name": "related_entries", "list": [{"name": "href", "dtype": "string"}, {"name": "text", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 160405734, "num_examples": 1776}], "download_size": 90000475, "dataset_size": 160405734}}
2023-02-10T14:03:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "stanford_plato" ## Description This is a collection of articles in the Stanford Encyclopedia of Philosophy (URL This dataset includes 1776 articles, each explaining one philosophy term/people/topic. It has 8 features: - shorturl: The shorturl for the article. For example, the shorturl 'abduction' correspond to the page URL - title: The title of the article. - pubinfo: The publication information. - preamble: The preface text of the article. The data is a list, each item of the list is a paragraph of the data. I choose not to break the paragraph structure. Certainly, you can merge them by, for example, ''.join(data['preamble']) - toc: Table of contents. Also represented as list. Each item is a dictionary, the 'content_title' is the main content title, and the 'sub_toc' is a list of subcontent titles. - main_text: The main text of the article. The data is also a list, each item represents a section of the article. Each item is a dictionary, 'section_title' is the title of the section, 'main_content' is a list of paragraphs before subsections, 'subsections' is a list of subsections, each item is also a dictionary, has its own title 'subsection_title' and list of paragraphs 'content'. - bibliography: list of bibliography. - related_entries: list of entries related to the current entry. ## Copyright and license See the information at the offical website: URL This is not an official release. May be deleted later if violates copyright. The responsibility of not abusing is on the user.
[ "# Dataset Card for \"stanford_plato\"", "## Description\n\nThis is a collection of articles in the Stanford Encyclopedia of Philosophy (URL\n\nThis dataset includes 1776 articles, each explaining one philosophy term/people/topic. It has 8 features:\n\n- shorturl: The shorturl for the article. For example, the shorturl 'abduction' correspond to the page URL\n- title: The title of the article.\n- pubinfo: The publication information.\n- preamble: The preface text of the article. The data is a list, each item of the list is a paragraph of the data. I choose not to break the paragraph structure. Certainly, you can merge them by, for example, ''.join(data['preamble'])\n- toc: Table of contents. Also represented as list. Each item is a dictionary, the 'content_title' is the main content title, and the 'sub_toc' is a list of subcontent titles.\n- main_text: The main text of the article.\n The data is also a list, each item represents a section of the article.\n Each item is a dictionary, 'section_title' is the title of the section, 'main_content' is a list of paragraphs before subsections,\n 'subsections' is a list of subsections, each item is also a dictionary, has its own title 'subsection_title' and list of paragraphs 'content'.\n- bibliography: list of bibliography.\n- related_entries: list of entries related to the current entry.", "## Copyright and license\n\nSee the information at the offical website: URL\nThis is not an official release. May be deleted later if violates copyright. The responsibility of not abusing is on the user." ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"stanford_plato\"", "## Description\n\nThis is a collection of articles in the Stanford Encyclopedia of Philosophy (URL\n\nThis dataset includes 1776 articles, each explaining one philosophy term/people/topic. It has 8 features:\n\n- shorturl: The shorturl for the article. For example, the shorturl 'abduction' correspond to the page URL\n- title: The title of the article.\n- pubinfo: The publication information.\n- preamble: The preface text of the article. The data is a list, each item of the list is a paragraph of the data. I choose not to break the paragraph structure. Certainly, you can merge them by, for example, ''.join(data['preamble'])\n- toc: Table of contents. Also represented as list. Each item is a dictionary, the 'content_title' is the main content title, and the 'sub_toc' is a list of subcontent titles.\n- main_text: The main text of the article.\n The data is also a list, each item represents a section of the article.\n Each item is a dictionary, 'section_title' is the title of the section, 'main_content' is a list of paragraphs before subsections,\n 'subsections' is a list of subsections, each item is also a dictionary, has its own title 'subsection_title' and list of paragraphs 'content'.\n- bibliography: list of bibliography.\n- related_entries: list of entries related to the current entry.", "## Copyright and license\n\nSee the information at the offical website: URL\nThis is not an official release. May be deleted later if violates copyright. The responsibility of not abusing is on the user." ]
[ 6, 12, 342, 42 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"stanford_plato\"## Description\n\nThis is a collection of articles in the Stanford Encyclopedia of Philosophy (URL\n\nThis dataset includes 1776 articles, each explaining one philosophy term/people/topic. It has 8 features:\n\n- shorturl: The shorturl for the article. For example, the shorturl 'abduction' correspond to the page URL\n- title: The title of the article.\n- pubinfo: The publication information.\n- preamble: The preface text of the article. The data is a list, each item of the list is a paragraph of the data. I choose not to break the paragraph structure. Certainly, you can merge them by, for example, ''.join(data['preamble'])\n- toc: Table of contents. Also represented as list. Each item is a dictionary, the 'content_title' is the main content title, and the 'sub_toc' is a list of subcontent titles.\n- main_text: The main text of the article.\n The data is also a list, each item represents a section of the article.\n Each item is a dictionary, 'section_title' is the title of the section, 'main_content' is a list of paragraphs before subsections,\n 'subsections' is a list of subsections, each item is also a dictionary, has its own title 'subsection_title' and list of paragraphs 'content'.\n- bibliography: list of bibliography.\n- related_entries: list of entries related to the current entry.## Copyright and license\n\nSee the information at the offical website: URL\nThis is not an official release. May be deleted later if violates copyright. The responsibility of not abusing is on the user." ]
[ -0.0014534431975334883, 0.11302602291107178, -0.004344223067164421, -0.009460669942200184, 0.13966423273086548, 0.051401372998952866, 0.03790279105305672, 0.0073457639664411545, 0.04441705346107483, 0.12789513170719147, 0.03973614051938057, -0.04333967715501785, 0.0840856209397316, -0.057950641959905624, -0.001936839777044952, -0.2576761841773987, 0.03203814476728439, -0.045946646481752396, 0.07838351279497147, 0.032934632152318954, 0.07712840288877487, -0.13058723509311676, 0.06659756600856781, -0.07234959304332733, -0.09798315167427063, 0.003829769091680646, 0.0375857874751091, 0.05190443620085716, 0.035112909972667694, 0.05219327658414841, 0.14934475719928741, -0.05406225472688675, 0.04000775143504143, -0.0918566957116127, 0.023667747154831886, 0.07796022295951843, 0.021930353716015816, 0.037086181342601776, 0.0710257887840271, 0.026634829118847847, 0.07102914899587631, -0.02531260997056961, 0.0647449865937233, -0.009174682199954987, -0.13992562890052795, -0.08465341478586197, -0.08628338575363159, 0.12746107578277588, 0.03159287944436073, 0.03429805487394333, -0.011287353001534939, -0.023152867332100868, -0.03530553728342056, 0.04451988637447357, 0.12592566013336182, -0.17611996829509735, -0.021637309342622757, 0.049554597586393356, 0.04925677180290222, 0.08407673239707947, -0.04787513241171837, -0.06121828034520149, -0.044549375772476196, 0.004405890125781298, -0.08460654318332672, -0.05585888400673866, -0.20297133922576904, -0.03660617023706436, -0.07440493255853653, -0.041699886322021484, 0.25701338052749634, -0.013319244608283043, -0.0135660944506526, 0.03351651132106781, -0.05009285733103752, 0.02653917670249939, 0.0047272806987166405, 0.011449831537902355, 0.08686792850494385, 0.028798388317227364, 0.16895338892936707, -0.03694397211074829, -0.10102672129869461, -0.03317719325423241, -0.03906134516000748, 0.019692523404955864, -0.045736514031887054, 0.08366548269987106, -0.07323343306779861, 0.05815419927239418, -0.11735299974679947, -0.10310696810483932, -0.033829353749752045, -0.06673962622880936, -0.06222893297672272, -0.09835042804479599, -0.11639374494552612, -0.2050657868385315, -0.11215170472860336, 0.07814733684062958, -0.16589882969856262, 0.0878070816397667, -0.07528696954250336, 0.12348750978708267, 0.1403980404138565, 0.17518365383148193, -0.051361218094825745, 0.005578471347689629, 0.036588046699762344, -0.11073002219200134, 0.14364390075206757, -0.03673597797751427, -0.08144800364971161, 0.11014048010110855, -0.10845904052257538, 0.013890380971133709, -0.009060067124664783, -0.018013929948210716, -0.04037707298994064, -0.01246283296495676, 0.05909907445311546, -0.10005339235067368, 0.0283283069729805, 0.025733664631843567, 0.03331839293241501, 0.12191913276910782, 0.03333652392029762, -0.06485054641962051, -0.05516000837087631, 0.1783977895975113, -0.09129374474287033, 0.04836408793926239, -0.16302210092544556, -0.034479185938835144, 0.030194712802767754, -0.091778963804245, -0.078941211104393, 0.011230849660933018, -0.1492164582014084, -0.07217685133218765, 0.02943064644932747, -0.02942454256117344, -0.02499946393072605, 0.004856410436332226, 0.09042392671108246, -0.08908756077289581, 0.04605095833539963, -0.010187449865043163, -0.020723996683955193, 0.0053735715337097645, -0.07735316455364227, 0.02933993935585022, -0.18212942779064178, 0.02642185054719448, -0.11538854241371155, 0.1228196769952774, -0.29382601380348206, -0.00015135372814256698, -0.01962999999523163, 0.12558774650096893, 0.015877604484558105, 0.05758766457438469, -0.07084240764379501, 0.021672068163752556, -0.01184150017797947, 0.05130560323596001, -0.07051379233598709, -0.03774724155664444, 0.20710967481136322, -0.2051929086446762, -0.057261884212493896, 0.04711950197815895, -0.00836438499391079, 0.045753538608551025, 0.10836256295442581, 0.15262919664382935, -0.08666537702083588, 0.1039481982588768, -0.0905948355793953, 0.006540690083056688, 0.004023069050163031, 0.020420022308826447, 0.05853409692645073, -0.025447489693760872, 0.013417873531579971, -0.011932473629713058, 0.02057408168911934, -0.09514802694320679, 0.03324234113097191, -0.02888602390885353, -0.053099166601896286, -0.01695864275097847, -0.13345728814601898, 0.06751195341348648, -0.030447855591773987, 0.013791165314614773, 0.0290127731859684, 0.03766758739948273, 0.01848057471215725, -0.050173282623291016, 0.08321597427129745, 0.012614605017006397, 0.12362295389175415, 0.04982776194810867, 0.004199095070362091, -0.3058628439903259, -0.0734604224562645, 0.04890724644064903, 0.1489304006099701, 0.1278686821460724, 0.03798924386501312, -0.042198192328214645, 0.0547017902135849, -0.043525680899620056, 0.08101259171962738, -0.0010698925470933318, -0.012090147472918034, 0.005548176821321249, -0.1593961864709854, -0.019696567207574844, -0.053225405514240265, 0.03450164943933487, -0.17810989916324615, -0.021671151742339134, -0.031079493463039398, 0.031756334006786346, 0.052544545382261276, -0.04884263128042221, -0.0004579988890327513, 0.05239694193005562, 0.003569113789126277, -0.010952234268188477, 0.007325904443860054, 0.06260423362255096, 0.03554176911711693, 0.010473756119608879, -0.05770072713494301, -0.13855913281440735, 0.030463354662060738, -0.26545727252960205, -0.13436590135097504, -0.018221719190478325, -0.006267916411161423, 0.015648381784558296, -0.09839004278182983, -0.0499434694647789, 0.10030056536197662, 0.035593900829553604, 0.034621477127075195, -0.09115385264158249, -0.000501768256071955, -0.027827925980091095, -0.05637895688414574, -0.049674417823553085, 0.02569163776934147, 0.326543927192688, -0.3966348171234131, 0.10024792701005936, 0.1107151210308075, -0.1035647764801979, 0.1811448335647583, -0.019001485779881477, -0.08376278728246689, 0.004774151835590601, -0.04175279662013054, -0.03537490591406822, 0.12908805906772614, -0.08707889169454575, 0.023085661232471466, 0.015091052278876305, -0.013998963870108128, 0.008207171224057674, -0.08285830914974213, 0.0573185458779335, 0.003934132866561413, 0.031254108995199203, -0.11420007795095444, -0.139847069978714, -0.021010899916291237, 0.07673922926187515, 0.05297776311635971, 0.1487399786710739, -0.006534541491419077, -0.051877934485673904, -0.12267769873142242, 0.1671619862318039, -0.11525744944810867, -0.10228317230939865, -0.07922147214412689, -0.14256709814071655, 0.03148260340094566, 0.06858272105455399, -0.003610022598877549, 0.007425207179039717, -0.09434458613395691, -0.0701492503285408, -0.07714396715164185, -0.0376431830227375, -0.08168172836303711, -0.09007389098405838, 0.07251802831888199, -0.104318767786026, 0.006646677386015654, -0.03176805004477501, -0.06088349223136902, -0.014564046636223793, -0.07955044507980347, -0.06634675711393356, 0.028201937675476074, 0.18838833272457123, 0.0353485606610775, -0.013587437570095062, -0.04044978320598602, 0.06545297056436539, -0.04763438552618027, 0.04782474786043167, 0.1785314530134201, -0.13569514453411102, 0.07265061140060425, 0.1301140934228897, 0.023300960659980774, -0.016109369695186615, -0.02406744472682476, -0.028987351804971695, -0.061902616173028946, -0.20285086333751678, -0.05984221771359444, -0.10516166687011719, 0.0397878922522068, 0.013890212401747704, 0.028349166736006737, -0.07575130462646484, 0.04492046684026718, -0.04001529887318611, -0.028832508251070976, -0.08623981475830078, 0.07740430533885956, 0.16521602869033813, -0.035412345081567764, 0.07846639305353165, -0.12165307253599167, 0.08947239816188812, 0.052311524748802185, 0.05341101810336113, 0.2007663995027542, 0.08122103661298752, 0.14311718940734863, 0.03619857504963875, -0.0908675268292427, 0.03810746222734451, 0.034798894077539444, -0.055604711174964905, -0.0117847491055727, -0.07168185710906982, -0.059549979865550995, -0.0502421073615551, 0.038446567952632904, 0.0015674674650654197, 0.003784064669162035, -0.0309669878333807, -0.01909622922539711, -0.013834604993462563, 0.15355771780014038, 0.060644056648015976, -0.06773588806390762, -0.06295493245124817, 0.07080800086259842, 0.03863338381052017, -0.0720505639910698, -0.001008811523206532, 0.1185089647769928, -0.06072256714105606, 0.05560517683625221, 0.07657044380903244, 0.09453332424163818, -0.12365464866161346, -0.0004447244282346219, 0.034715257585048676, -0.03079049475491047, -0.021422963589429855, 0.055202607065439224, 0.03148176893591881, 0.10302657634019852, 0.03547557070851326, -0.012882650829851627, -0.030531123280525208, 0.028436969965696335, 0.0008191752131097019, 0.29620063304901123, 0.011116613633930683, -0.0020403650123625994, -0.30641603469848633, 0.04414308816194534, 0.061158616095781326, 0.011644426733255386, 0.04588594660162926, -0.03657626733183861, 0.05449630320072174, -0.024861786514520645, -0.003578350879251957, -0.027532294392585754, -0.0694696232676506, 0.07944529503583908, -0.1925555020570755, -0.0050592259503901005, -0.06961698085069656, -0.03944955766201019, 0.011557959951460361, 0.037648044526576996, 0.18036480247974396, 0.19601581990718842, -0.15317733585834503, -0.012261606752872467, -0.02953115664422512, 0.008806980215013027, -0.05950918421149254, -0.025576500222086906, -0.016426295042037964, -0.0720122680068016, 0.11212793737649918, -0.023238077759742737, -0.09976334869861603, 0.08865175396203995, -0.08524040132761002, -0.07148077338933945, -0.15553000569343567, 0.13549725711345673, -0.05435987561941147, 0.02731001190841198, -0.034985847771167755, 0.09994828701019287, -0.030567249283194542, -0.10076943784952164, -0.007724371738731861, 0.11848900467157364, 0.1880761682987213, 0.15387320518493652, -0.15650315582752228, -0.006553785875439644, 0.05729834362864494, 0.01681739278137684, 0.11751172691583633, 0.06285713613033295, -0.024556908756494522, 0.10358421504497528, 0.1970338672399521, -0.11946974694728851, -0.27488669753074646, 0.03632940351963043, -0.022569986060261726, -0.030801329761743546, 0.01339760608971119, -0.2601546347141266, 0.21902963519096375, 0.05084213614463806, -0.0031770900823175907, 0.12651364505290985, -0.11426559090614319, -0.053773507475852966, 0.013543505221605301, 0.04066837579011917, 0.12393353879451752, -0.10169368982315063, -0.07666245847940445, -0.0747276172041893, -0.024215571582317352, 0.24882552027702332, -0.08647871017456055, 0.08496802300214767, 0.041298121213912964, -0.10793100297451019, -0.0038778583984822035, -0.017496628686785698, 0.03715551272034645, -0.10313217341899872, 0.024702152237296104, -0.0640547126531601, -0.051483847200870514, 0.2642372250556946, -0.017677830532193184, 0.021345287561416626, -0.0021548576187342405, 0.02126871794462204, -0.045335181057453156, -0.03593995049595833, 0.01171522494405508, -0.004509482532739639, -0.048038825392723083, -0.004327042959630489, -0.10737761110067368, 0.07828308641910553, -0.016250766813755035, 0.04272371158003807, 0.16137561202049255, -0.1385515183210373, 0.02199949510395527, 0.16783559322357178, 0.1743728071451187, -0.04069693759083748, -0.12663160264492035, -0.02822631411254406, -0.06274081766605377, 0.07939069718122482, -0.11591346561908722, -0.034015677869319916, 0.019155096262693405, 0.023996978998184204, 0.038520295172929764, 0.08912310749292374, -0.03834183141589165, -0.006680192891508341, 0.06673046946525574, -0.17622549831867218, -0.14201195538043976, 0.033090755343437195, 0.09680349379777908, -0.1753210574388504, -0.04458421841263771, 0.027894724160432816, 0.05020909383893013, -0.006060278508812189, 0.03747745603322983, 0.062440987676382065, -0.018157275393605232, -0.007956525310873985, 0.048781655728816986, -0.004431316163390875, -0.045638907700777054, 0.09161967039108276, 0.1522446870803833, -0.09008022397756577, -0.06543105095624924, 0.2336612343788147, -0.025755127891898155, -0.01663319207727909, -0.13688091933727264, 0.12085888534784317, 0.045508310198783875, -0.11893805116415024, -0.05694270506501198, -0.14188964664936066, 0.04485702887177467, 0.12499680370092392, 0.017284542322158813, 0.09603746980428696, -0.075468048453331, 0.0040434375405311584, -0.05105067417025566, 0.06396718323230743, -0.15293452143669128, 0.06845453381538391, -0.035586193203926086, 0.0037866204511374235, -0.004688942339271307, 0.051755141466856, 0.011697480455040932, -0.053093720227479935, -0.15319645404815674, -0.010098736733198166, 0.02256426401436329, -0.0006701197708025575, -0.0047384086064994335, -0.06272212415933609, -0.006518324371427298, 0.08153867721557617, -0.03477657213807106, -0.01835337094962597, 0.018811408430337906, 0.0595516674220562, -0.0364784300327301, 0.04405020549893379, -0.13098092377185822, 0.07955074310302734, 0.08919956535100937, -0.04487653449177742, 0.06825365126132965, -0.02437424845993519, -0.015181578695774078, -0.009632641449570656, -0.066019207239151, -0.003318716771900654, 0.021757757291197777, 0.04387618601322174, -0.053252656012773514, 0.011460550129413605, 0.001172254211269319, -0.005976601969450712, -0.0604264959692955, 0.031090810894966125, 0.0007955976761877537, -0.07586133480072021, 0.1891820728778839, 0.06902294605970383, -0.1897866278886795, 0.014770367182791233, 0.009507258422672749, 0.016193702816963196, 0.008939551189541817, 0.06408903747797012, -0.0208576750010252, 0.026145681738853455, -0.10644194483757019, 0.013059470802545547, 0.06818392127752304, -0.00452153105288744, -0.1095987856388092, -0.10315534472465515, 0.02132115326821804, 0.018447069451212883, 0.16186626255512238, 0.050723008811473846, -0.012858963571488857, 0.06267719715833664, 0.14205214381217957, 0.08186190575361252, 0.09137459099292755, 0.0654626190662384, 0.04392704367637634, -0.0821889340877533, -0.022843606770038605, -0.002900034887716174, -0.026870250701904297, 0.11781926453113556, 0.39690035581588745, 0.12309250980615616, 0.10413260757923126, 0.027109267190098763, 0.017997421324253082, 0.04492506757378578, 0.000594602432101965, 0.15275128185749054, 0.051846131682395935, 0.023023134097456932, -0.04926655814051628, 0.049367956817150116, 0.054745230823755264, -0.10141360759735107, 0.0994567796587944, -0.057592663913965225, -0.03653789684176445, -0.08448297530412674, -0.12467291206121445, -0.001878330484032631, -0.023657850921154022, -0.05120205506682396, -0.09307491779327393, 0.058322515338659286, 0.04382975772023201, -0.05339834839105606, -0.11379612237215042, 0.0738689973950386, -0.08059783279895782, -0.0008706935332156718, 0.028697196394205093, 0.02763805352151394, 0.08429555594921112, -0.09690513461828232, -0.03894510865211487, 0.021005434915423393, -0.016396358609199524, -0.004203116055577993, 0.12471410632133484, 0.07386228442192078, -0.026485873386263847, 0.006783532910048962, -0.02133915387094021, 0.029586022719740868, 0.02388102561235428, -0.016720963642001152, 0.09122232347726822, -0.06521270424127579, 0.033544763922691345, 0.03969588130712509, 0.1370646208524704, -0.04491531476378441, -0.018055478110909462, -0.10736986994743347, 0.19964534044265747, -0.027562689036130905, 0.019411878660321236, 0.02638888917863369, -0.10590559989213943, 0.004857035353779793, 0.08893602341413498, 0.10088657587766647, -0.08516410738229752, 0.0027441501151770353, 0.0420122854411602, 0.0198974609375, -0.005846845917403698, 0.12643057107925415, -0.04738811403512955, 0.30999109148979187, -0.004760501440614462, -0.025204116478562355, 0.0013323986204341054, 0.026409517973661423, -0.10009445250034332, -0.00464665750041604, 0.10662680864334106, -0.031641241163015366, -0.060449954122304916, 0.106246717274189, -0.09958986937999725, -0.016399679705500603, 0.10733114182949066, -0.2009049654006958, -0.10726751387119293, -0.05308017134666443, 0.05877729505300522, -0.04159063473343849, 0.05735287070274353, -0.026858506724238396, -0.10374622046947479, 0.1975611448287964, 0.01951022446155548, -0.09447670727968216, -0.11272679269313812, 0.10578989237546921, -0.07650823891162872, 0.22524841129779816, -0.015551310032606125, -0.02196612022817135, 0.007255079690366983, 0.024964556097984314, -0.010811894200742245, -0.06539309769868851, 0.02434804104268551, -0.07403471320867538, -0.041625965386629105, 0.05457780882716179, -0.020238080993294716, 0.06627713888883591, 0.04358027130365372, -0.09263519197702408, 0.061111412942409515, -0.05343564972281456, -0.030155163258314133, -0.0396944135427475, 0.024926306679844856, -0.17491699755191803, 0.16063399612903595, 0.16067928075790405, 0.008124547079205513, -0.0062945811077952385, 0.009268608875572681, 0.014002804644405842, 0.05119738355278969, 0.053166501224040985, 0.013018768280744553, -0.04994790628552437, 0.004180642310529947, 0.04726102948188782, 0.03560236468911171, -0.14760689437389374, -0.04940762370824814, 0.10862486809492111, 0.07365310192108154, -0.05460141971707344, -0.006272451486438513, 0.04759717360138893, 0.0006285016424953938, -0.06903645396232605, -0.11718301475048065, 0.055426888167858124, 0.058230653405189514, 0.019208112731575966, -0.052595578134059906 ]
82e842316742f503cc46a9e919bbc87b1ca6e150
# Dataset Card for "cities-suburbs-small" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
olly4/cities-suburbs-small
[ "region:us" ]
2023-02-10T12:55:10+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "Unnamed: 0", "dtype": "int64"}, {"name": "description", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 872929816.432, "num_examples": 2202}], "download_size": 428529931, "dataset_size": 872929816.432}}
2023-02-10T13:06:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cities-suburbs-small" More Information needed
[ "# Dataset Card for \"cities-suburbs-small\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cities-suburbs-small\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cities-suburbs-small\"\n\nMore Information needed" ]
[ -0.1698644757270813, 0.16552333533763885, -0.0027765415143221617, -0.03928448259830475, 0.03598739951848984, 0.09277104586362839, 0.0544411800801754, 0.09857921302318573, 0.0848446860909462, -0.0017223404720425606, 0.09319321811199188, 0.018903672695159912, 0.05450356379151344, 0.1961551308631897, -0.15871521830558777, -0.08711552619934082, 0.005861658602952957, 0.10126339644193649, -0.08820638805627823, 0.03674697130918503, 0.07984105497598648, -0.10295148193836212, 0.04230533540248871, -0.03019106201827526, -0.15670907497406006, 0.09377612173557281, -0.024063147604465485, -0.03821032494306564, 0.038228314369916916, -0.0684257298707962, 0.14895986020565033, 0.011656456626951694, 0.050878360867500305, -0.06475649774074554, -0.004740242380648851, -0.033883947879076004, -0.04407810419797897, 0.056279633194208145, 0.10931963473558426, -0.11303982138633728, -0.014454688876867294, -0.043880969285964966, 0.0383499376475811, -0.0239458829164505, -0.07771459966897964, -0.24485953152179718, -0.08045415580272675, -0.019839322194457054, 0.013691863045096397, -0.08120658248662949, 0.08694042265415192, 0.08734806627035141, -0.2299565225839615, 0.004061245359480381, 0.04466165602207184, 0.10041629523038864, 0.03224832937121391, 0.09722836315631866, 0.008971977047622204, 0.08888839930295944, -0.12825337052345276, 0.02431810274720192, 0.05333598703145981, -0.019004926085472107, -0.045955393463373184, 0.03262744098901749, -0.0744609534740448, 0.16151398420333862, -0.030513307079672813, -0.09593991935253143, 0.32291099429130554, -0.030235402286052704, 0.05850832164287567, -0.06770940124988556, -0.014474553987383842, 0.007378037553280592, -0.060486264526844025, -0.10155399888753891, 0.01610243320465088, 0.026477620005607605, -0.12225394695997238, -0.0012618971522897482, -0.09460891783237457, -0.08422307670116425, -0.15045660734176636, 0.06153411790728569, -0.04406610131263733, 0.12492327392101288, -0.3059578239917755, -0.05207303538918495, -0.07566899806261063, -0.0347837433218956, -0.007255583070218563, -0.11554979532957077, 0.07406733185052872, -0.06132406368851662, 0.03867432475090027, 0.17425817251205444, 0.1351117044687271, 0.19683831930160522, 0.08669732511043549, -0.044792305678129196, -0.030402129516005516, 0.06493424624204636, 0.16510973870754242, -0.1286516636610031, 0.06087895855307579, -0.029620831832289696, -0.049901388585567474, -0.12723031640052795, -0.04279395937919617, 0.015039614401757717, -0.06864124536514282, 0.04714823514223099, -0.13712070882320404, 0.16516169905662537, 0.004797123838216066, -0.11736591905355453, -0.05050734803080559, -0.009458105079829693, 0.09508458524942398, -0.0322018563747406, 0.0883079543709755, -0.019523970782756805, -0.04061589390039444, 0.070442333817482, -0.1962207406759262, -0.00785050354897976, 0.06394584476947784, 0.12843365967273712, -0.08292296528816223, -0.0449523963034153, 0.03358599171042442, -0.017556553706526756, 0.06034552678465843, -0.23969590663909912, 0.11662933975458145, -0.14302703738212585, -0.1825225055217743, 0.09151367843151093, -0.03650931641459465, -0.07771503180265427, 0.18469998240470886, -0.02171642892062664, 0.009530804120004177, -0.03905260190367699, -0.05143161490559578, 0.08055944740772247, -0.09638700634241104, 0.029694480821490288, -0.036859720945358276, 0.07342913746833801, -0.188473179936409, 0.047079578042030334, -0.03607817739248276, -0.05975435674190521, 0.039444826543331146, -0.018478401005268097, -0.07202059775590897, 0.08170788735151291, -0.018390042707324028, 0.04411698877811432, -0.1441030204296112, 0.017238479107618332, -0.01612764038145542, 0.1343625783920288, -0.11056102812290192, -0.0341886505484581, 0.062435850501060486, -0.12371179461479187, -0.1441974639892578, 0.019558118656277657, -0.04271527752280235, 0.17264507710933685, 0.12474974244832993, 0.33674201369285583, 0.09421952068805695, -0.03767501562833786, -0.05649508163332939, 0.29321011900901794, -0.17510713636875153, -0.36383649706840515, 0.032269515097141266, -0.04712323471903801, -0.08555852621793747, 0.02879670448601246, 0.11056013405323029, -0.009384449571371078, -0.1075538769364357, -0.04354109615087509, 0.05967716500163078, -0.13639336824417114, 0.13749045133590698, 0.054172366857528687, 0.09722696244716644, -0.030107177793979645, 0.08837287127971649, -0.0042055221274495125, 0.06222676485776901, 0.05865945667028427, -0.0656830444931984, -0.07659155875444412, 0.08812703937292099, -0.09383077174425125, -0.048292551189661026, -0.14726723730564117, 0.01038947980850935, 0.013159357011318207, 0.04998429864645004, -0.15217310190200806, 0.09196334332227707, 0.09392451494932175, -0.11000002175569534, -0.06729908287525177, 0.15093626081943512, 0.1672259271144867, 0.0591428168118, -0.08630400896072388, 0.06157529354095459, -0.03906974568963051, -0.07387325167655945, -0.03569437190890312, -0.07019923627376556, -0.10229770094156265, 0.20550000667572021, 0.029567690566182137, -0.004503574222326279, 0.0307113416492939, -0.06106696277856827, -0.04916350543498993, 0.007163948845118284, -0.009422591887414455, 0.04618419334292412, 0.01942623034119606, 0.05408073216676712, 0.000028809596187784337, 0.06603916734457016, 0.06602028012275696, 0.03849000856280327, 0.08047463744878769, 0.02081534080207348, -0.08819073438644409, 0.006429324857890606, 0.032257065176963806, -0.159274622797966, -0.11983256787061691, -0.07713521271944046, -0.06631689518690109, 0.06614846736192703, -0.08744780719280243, -0.029424449428915977, 0.019512401893734932, 0.002953258575871587, -0.08910638093948364, 0.04290253669023514, 0.08837722986936569, -0.10109781473875046, 0.1529892235994339, 0.16453921794891357, 0.20609693229198456, -0.012530745938420296, -0.09015433490276337, -0.03759205713868141, 0.007970855571329594, -0.0016520016361027956, -0.019764823839068413, 0.119876928627491, -0.07347692549228668, 0.010654064826667309, 0.1018589437007904, 0.04131648689508438, 0.07711037993431091, -0.08256227523088455, -0.06926674395799637, -0.012709739618003368, 0.016294924542307854, -0.08591244369745255, -0.003291121916845441, 0.04183061793446541, 0.10692115128040314, -0.0263249222189188, -0.03262987732887268, 0.18113696575164795, -0.033462341874837875, -0.005121828988194466, 0.05492531135678291, -0.1307724416255951, -0.24976027011871338, 0.06383489072322845, -0.13139945268630981, 0.16484089195728302, 0.03114205412566662, 0.008451100438833237, -0.10324670374393463, 0.002824780298396945, 0.044418107718229294, -0.02435186877846718, -0.219937264919281, -0.01085547637194395, -0.03295830264687538, 0.11409131437540054, -0.11948039382696152, -0.1392705738544464, 0.030939636752009392, -0.0777025893330574, 0.16906261444091797, 0.13638874888420105, -0.14319220185279846, 0.06323285400867462, 0.08243527263402939, -0.01711142808198929, 0.08220288157463074, -0.06929595023393631, 0.00452312221750617, -0.028721492737531662, -0.04170023649930954, 0.07705920189619064, 0.017448665574193, 0.014091809280216694, 0.07533512264490128, 0.017670664936304092, -0.13857173919677734, -0.0672057718038559, -0.06622842699289322, -0.16795556247234344, -0.16430805623531342, -0.11579317599534988, -0.07377943396568298, 0.09801676869392395, 0.13936357200145721, 0.08071121573448181, -0.0632423385977745, 0.09278323501348495, 0.1109422966837883, -0.013026478700339794, -0.17605650424957275, -0.04822011664509773, 0.07144734263420105, 0.00985836610198021, -0.008050575852394104, -0.13373437523841858, -0.11130022257566452, 0.16490913927555084, 0.049413129687309265, 0.18256820738315582, 0.06503918766975403, 0.09715448319911957, -0.020730990916490555, 0.11173006892204285, 0.1551695466041565, 0.10965722799301147, 0.11013592779636383, -0.03201330453157425, -0.016564320772886276, 0.02714616246521473, -0.008494975976645947, 0.006159344222396612, 0.16820605099201202, -0.18785181641578674, 0.009047167375683784, -0.20067806541919708, 0.022781439125537872, -0.12712769210338593, 0.17102918028831482, -0.1990596503019333, 0.07564472407102585, 0.006924746558070183, 0.041539061814546585, -0.08336980640888214, 0.08908899873495102, 0.13504351675510406, -0.04339317977428436, -0.012782172299921513, 0.020859813317656517, 0.026791010051965714, -0.05504952743649483, -0.0021327384747564793, -0.08728673309087753, -0.07193917036056519, 0.04900706931948662, 0.1284615844488144, -0.09121398627758026, 0.21862377226352692, 0.028306199237704277, -0.009546925313770771, -0.18372127413749695, -0.03614869713783264, 0.014895554631948471, -0.10829315334558487, 0.16448576748371124, 0.020613180473446846, -0.08525515347719193, -0.15503188967704773, -0.08074907958507538, -0.010415077209472656, 0.17670953273773193, -0.10180476307868958, -0.18394745886325836, 0.03132525458931923, -0.00508460309356451, 0.012263445183634758, -0.27363264560699463, -0.002078478690236807, -0.17132748663425446, -0.016990207135677338, 0.12452061474323273, -0.1738593876361847, 0.03347039967775345, 0.013795703649520874, -0.005722516681998968, -0.007201675791293383, 0.12413033843040466, -0.03436792269349098, -0.12762139737606049, 0.00143121846485883, 0.09206093102693558, 0.02635337971150875, 0.09523007273674011, 0.0666862279176712, 0.03700004890561104, -0.04723739251494408, -0.14209212362766266, 0.05096561461687088, -0.08685645461082458, 0.061806995421648026, -0.0888214036822319, 0.1323012113571167, 0.033971842378377914, -0.004410590976476669, 0.020452309399843216, 0.05789291858673096, -0.005542039405554533, -0.024450086057186127, 0.035426750779151917, -0.030310530215501785, 0.08677415549755096, 0.21711699664592743, 0.05825129151344299, 0.01903199963271618, 0.20212723314762115, -0.06141715869307518, 0.22108295559883118, 0.18135833740234375, -0.10841832309961319, 0.17072629928588867, 0.19513359665870667, -0.06787417829036713, -0.34375137090682983, 0.026214566081762314, -0.17297445237636566, -0.050764042884111404, 0.16929031908512115, -0.1061660647392273, 0.22051070630550385, 0.14890672266483307, -0.04060906544327736, 0.19240280985832214, -0.21850737929344177, 0.03994257003068924, 0.2151089757680893, -0.07930559664964676, 0.2994668185710907, -0.05145277827978134, -0.10849572718143463, -0.07379822432994843, 0.02295219525694847, 0.1102185994386673, 0.00984821654856205, -0.01585361175239086, -0.008399959653615952, 0.028265517204999924, 0.010294495150446892, -0.009774107486009598, 0.1621903032064438, 0.12143079936504364, 0.08606760203838348, -0.092600516974926, -0.2157907336950302, 0.25953829288482666, -0.07958683371543884, -0.0004939734935760498, 0.0702289417386055, 0.027993861585855484, -0.09259619563817978, -0.021079523488879204, 0.009051170200109482, 0.03977799415588379, 0.10287824273109436, -0.07111616432666779, -0.15070517361164093, -0.006371296476572752, -0.05030790716409683, -0.0801127552986145, 0.07126352190971375, 0.019765162840485573, 0.06128564104437828, -0.026846889406442642, 0.07725350558757782, -0.1249198243021965, -0.01870417781174183, -0.09593687951564789, -0.08277718722820282, 0.049887921661138535, -0.18170160055160522, 0.06569459289312363, 0.11274877190589905, 0.09441385418176651, -0.020359870046377182, 0.08709588646888733, 0.010233769193291664, 0.010714867152273655, 0.12487994879484177, 0.015847399830818176, 0.011341800913214684, 0.03580694645643234, 0.019435221329331398, -0.125471293926239, 0.0727025717496872, -0.0635819360613823, 0.1104288250207901, -0.01913720741868019, -0.048010535538196564, 0.04171187803149223, -0.007437636610120535, 0.07109985500574112, 0.09159102290868759, 0.0410449355840683, -0.19348189234733582, 0.23299965262413025, 0.09371763467788696, -0.09929750114679337, -0.033529192209243774, -0.019501926377415657, -0.09174593538045883, -0.04150933772325516, 0.06707530468702316, 0.08567486703395844, 0.10791809856891632, -0.08420231193304062, -0.007487732917070389, -0.08111915737390518, 0.05677679553627968, 0.08647256344556808, 0.024196069687604904, 0.12341882288455963, 0.026380188763141632, -0.01253495179116726, -0.14113417267799377, -0.012874627485871315, -0.05041026696562767, -0.02875906229019165, -0.03991037234663963, -0.20904818177223206, -0.04887237399816513, 0.15931621193885803, -0.07879599928855896, -0.0691680982708931, -0.1443037986755371, 0.0938425213098526, -0.1970149725675583, 0.09491577744483948, -0.07827696949243546, -0.026880774646997452, -0.024858348071575165, 0.09844880551099777, -0.08639858663082123, -0.02522551454603672, -0.13041049242019653, 0.124845951795578, 0.04588266462087631, 0.06914004683494568, 0.021091535687446594, -0.021085254848003387, 0.012048380449414253, 0.0049803853034973145, 0.1207406222820282, 0.03087705932557583, -0.03075374849140644, 0.00016567419515922666, -0.10867363214492798, -0.23655951023101807, 0.048767976462841034, 0.0353788398206234, 0.11743432283401489, 0.04085911437869072, 0.01645173318684101, 0.13002000749111176, 0.015121267177164555, 0.08874648809432983, -0.060887325555086136, -0.10615471005439758, 0.11701264977455139, -0.19040459394454956, -0.08480260521173477, -0.027740444988012314, -0.116603322327137, 0.1647936999797821, -0.029587840661406517, 0.0005918674287386239, 0.08114411681890488, 0.03796519339084625, -0.01837245561182499, -0.09495287388563156, -0.024801865220069885, -0.15426599979400635, -0.03425458446145058, 0.04216548427939415, 0.024266736581921577, -0.008722531609237194, 0.4910736680030823, 0.01444818452000618, -0.18632183969020844, 0.013347415253520012, 0.15220709145069122, 0.003819769248366356, -0.04462512582540512, 0.35662415623664856, 0.10329268872737885, -0.11897064000368118, -0.03391187638044357, 0.11749997735023499, 0.026440102607011795, 0.10938134789466858, 0.15963241457939148, 0.12512314319610596, -0.06370040029287338, 0.044949449598789215, -0.026385346427559853, -0.14929133653640747, 0.029962532222270966, -0.0007966985576786101, 0.04098138585686684, 0.012869016267359257, -0.03666296973824501, -0.14042960107326508, -0.019266461953520775, -0.004693575669080019, 0.039079178124666214, -0.11713779717683792, -0.011402636766433716, -0.11232760548591614, -0.19565194845199585, -0.04035276919603348, -0.09433741122484207, 0.04210115224123001, -0.0031808954663574696, -0.005099920555949211, 0.41933032870292664, 0.02393881045281887, -0.011868515983223915, -0.04038006812334061, -0.18814139068126678, 0.006918415427207947, 0.06428422033786774, -0.08425352722406387, 0.049194902181625366, -0.1279240846633911, -0.10320122539997101, 0.013881263323128223, 0.005684458650648594, -0.02238455042243004, 0.0016348711214959621, 0.03893943876028061, -0.01335370447486639, -0.15654362738132477, -0.07326430827379227, -0.048894140869379044, 0.05267251282930374, -0.09183726459741592, -0.026078000664711, 0.05059567093849182, 0.018070578575134277, 0.05531347915530205, 0.0936376079916954, 0.003987404517829418, -0.007209302857518196, 0.04783766716718674, -0.011576289311051369, 0.012725635431706905, 0.07588965445756912, 0.05125674605369568, -0.0971263200044632, 0.013346435502171516, 0.14311784505844116, 0.34078794717788696, 0.034527771174907684, -0.008418146520853043, -0.037333689630031586, 0.04515282064676285, 0.023445360362529755, 0.17689041793346405, -0.017153892666101456, 0.11152936518192291, -0.049484558403491974, -0.10698799788951874, 0.12581855058670044, -0.06203269958496094, -0.04471426457166672, 0.16952696442604065, 0.08239097893238068, -0.03066347725689411, -0.11351626366376877, 0.1618664711713791, -0.14247030019760132, 0.22597599029541016, 0.05716342478990555, -0.1161094382405281, -0.09367378801107407, 0.02998727187514305, 0.0668369010090828, 0.023962385952472687, 0.04926638305187225, -0.0891377329826355, -0.03984425961971283, -0.09156489372253418, -0.07142839580774307, -0.3499809801578522, -0.14743725955486298, 0.11346083879470825, 0.06799301505088806, 0.08159054070711136, -0.032686587423086166, 0.0642164871096611, 0.015907490625977516, 0.037657663226127625, -0.11636709421873093, 0.007692405022680759, 0.016523296013474464, -0.019070778042078018, 0.04743537679314613, -0.04467859864234924, -0.0884525328874588, -0.00800192542374134, 0.06386350095272064, -0.07924887537956238, 0.015174945816397667, 0.1466629058122635, 0.045804351568222046, -0.043039966374635696, -0.09338398277759552, -0.02514716610312462, 0.09511658549308777, -0.10222878307104111, -0.04359044134616852, 0.00425869133323431, -0.006785491015762091, 0.058863911777734756, 0.09313922375440598, -0.06886111199855804, -0.0072141485288739204, -0.11384036391973495, -0.08042465150356293, 0.1373777985572815, 0.025760676711797714, -0.06788964569568634, 0.06884068995714188, -0.0937647819519043, 0.01349047664552927, -0.021620256826281548, -0.008653511293232441, 0.15562407672405243, 0.07044803351163864, -0.03773250803351402, -0.03792635351419449, 0.008276049047708511, 0.005703529343008995, -0.036484990268945694, -0.05253175273537636 ]
3c119e7fba88fb20cf79910a7908d964baebda1d
# Dataset Card for "chai-synthetic-pairwise" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/chai-synthetic-pairwise
[ "region:us" ]
2023-02-10T13:01:05+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1690616961, "num_examples": 41128}, {"name": "test", "num_bytes": 47839521, "num_examples": 4570}], "download_size": 781208088, "dataset_size": 1738456482}}
2023-02-10T13:03:25+00:00
[]
[]
TAGS #region-us
# Dataset Card for "chai-synthetic-pairwise" More Information needed
[ "# Dataset Card for \"chai-synthetic-pairwise\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"chai-synthetic-pairwise\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"chai-synthetic-pairwise\"\n\nMore Information needed" ]
[ -0.11956492811441422, 0.11598299443721771, -0.0037319306284189224, 0.04514075070619583, 0.06219309940934181, 0.06597741693258286, 0.13854464888572693, 0.07076236605644226, 0.1482134908437729, 0.0105529660359025, 0.09446961432695389, 0.05758780986070633, 0.07310360670089722, 0.22051037847995758, -0.039866264909505844, -0.11686030775308609, 0.0512395016849041, 0.07085803151130676, -0.048786893486976624, 0.019021188840270042, 0.03126445412635803, -0.06845880299806595, 0.09091891348361969, -0.07927639782428741, -0.19374051690101624, 0.0027679295744746923, -0.03306636959314346, -0.03135386481881142, 0.04839417710900307, -0.047161176800727844, 0.1789892464876175, 0.035463038831949234, -0.01342516764998436, -0.14044328033924103, 0.037057530134916306, -0.014692644588649273, -0.02525852806866169, 0.07808049023151398, 0.049287453293800354, -0.07879235595464706, -0.05115005373954773, 0.07032303512096405, 0.012333489023149014, 0.018991844728589058, -0.11919036507606506, -0.10924530029296875, -0.13453152775764465, -0.1196601465344429, 0.02890763431787491, -0.05544257164001465, 0.03107782080769539, 0.04840029403567314, -0.09838666766881943, 0.04335489496588707, 0.04726375266909599, -0.12723328173160553, 0.04266320541501045, 0.10867942869663239, -0.012570856139063835, 0.12223077565431595, 0.018087519332766533, 0.04679758846759796, 0.09763931483030319, -0.031052984297275543, 0.006389310583472252, -0.05108332633972168, -0.23042356967926025, 0.10609230399131775, -0.03956977277994156, -0.011319844983518124, 0.2515171766281128, -0.022493427619338036, -0.0026010405272245407, 0.0447198711335659, -0.026246942579746246, -0.06190946698188782, -0.028783194720745087, 0.05697353929281235, -0.005191031377762556, 0.0258037019520998, 0.10571098327636719, 0.009312502108514309, -0.06699822098016739, -0.11917051672935486, -0.15749840438365936, 0.025973226875066757, 0.009072011336684227, 0.15893366932868958, -0.22921690344810486, -0.0760142132639885, -0.034377072006464005, -0.011425564996898174, -0.021933959797024727, -0.12758007645606995, -0.041275132447481155, -0.02533014863729477, -0.030809037387371063, 0.036950744688510895, 0.10251560062170029, 0.00923256017267704, 0.04894018918275833, 0.08086082339286804, -0.058097872883081436, 0.021695900708436966, 0.20827116072177887, -0.049251798540353775, -0.02667797915637493, 0.024545524269342422, -0.07682426273822784, -0.0878821536898613, -0.03421945869922638, -0.1307068169116974, -0.10015426576137543, 0.03515750914812088, -0.12063232064247131, 0.06644218415021896, -0.08514291048049927, -0.07554631680250168, -0.07868081331253052, -0.05543169379234314, 0.21367743611335754, -0.0731097087264061, 0.006132763810455799, -0.004330029711127281, -0.05298779904842377, 0.01966734603047371, -0.12535829842090607, -0.011234178207814693, 0.03658567741513252, 0.010243935510516167, -0.05932934209704399, 0.0077601587399840355, -0.09038326889276505, -0.033592913299798965, 0.019419880583882332, -0.23218359053134918, 0.0611523762345314, -0.06059662997722626, -0.15729138255119324, 0.09796203672885895, 0.029818082228302956, -0.05227355286478996, 0.17436695098876953, -0.008058028295636177, 0.08957110345363617, -0.057553812861442566, -0.04093583673238754, 0.03631886467337608, -0.07771250605583191, 0.008381825871765614, 0.03647448122501373, 0.09736141562461853, -0.21386876702308655, 0.05117809772491455, -0.07404183596372604, 0.054857492446899414, -0.03454537317156792, 0.06508757174015045, -0.1099904477596283, 0.038372449576854706, -0.018057290464639664, 0.026953183114528656, -0.06396682560443878, 0.03468668833374977, -0.017866287380456924, 0.02340567670762539, -0.25007331371307373, -0.0340057834982872, 0.18405528366565704, -0.15529239177703857, -0.2000792920589447, 0.04812629520893097, -0.05679474025964737, -0.04725522920489311, 0.007652536500245333, 0.29524752497673035, 0.10956324636936188, 0.01396834198385477, 0.004610298201441765, 0.12456479668617249, -0.11370586603879929, -0.22634176909923553, 0.06873348355293274, 0.005927517544478178, -0.18835297226905823, 0.029839517548680305, 0.13123638927936554, 0.0028612902387976646, -0.08084996044635773, -0.07262030988931656, 0.022069059312343597, -0.13709813356399536, 0.058936044573783875, -0.014385618269443512, 0.06089452654123306, -0.009031225927174091, 0.196029394865036, -0.02407449670135975, 0.08599518239498138, -0.028601862490177155, -0.03973397612571716, -0.09018189460039139, 0.13466428220272064, -0.06593447178602219, -0.008372307755053043, -0.19583159685134888, -0.07041460275650024, 0.08900801837444305, -0.06632398813962936, 0.02616274356842041, -0.05890044942498207, 0.038499847054481506, 0.026906225830316544, 0.02006724290549755, 0.0697060376405716, 0.11523812264204025, 0.04298050329089165, 0.008775178343057632, -0.03157693147659302, 0.0042305332608520985, -0.11851700395345688, 0.004782314877957106, -0.04402141273021698, -0.043164823204278946, 0.09737282246351242, 0.005288851447403431, 0.05340205505490303, 0.0371440090239048, 0.07961975038051605, 0.08350095897912979, -0.007356989197432995, -0.018082981929183006, 0.04529229551553726, -0.04479019343852997, -0.04559473693370819, 0.0032802491914480925, -0.057611819356679916, 0.005046169273555279, 0.15741358697414398, -0.1041511669754982, 0.054162703454494476, -0.0927993580698967, 0.07015158236026764, -0.022790510207414627, -0.03159668296575546, 0.09107889235019684, -0.10923328250646591, -0.07469089329242706, 0.06599786132574081, -0.06742437183856964, 0.09521594643592834, 0.03198359161615372, -0.02967565692961216, -0.085201196372509, 0.016643133014440536, 0.16875849664211273, -0.1627155840396881, 0.13086079061031342, 0.1914409101009369, 0.11518719792366028, 0.11364239454269409, -0.06002270430326462, -0.09781898558139801, -0.01547872181981802, -0.022894086316227913, -0.0520273894071579, 0.19938760995864868, -0.08064289391040802, -0.03707268461585045, 0.09236008673906326, 0.0001212004863191396, 0.0690622329711914, -0.12276225537061691, -0.046564891934394836, -0.015004643239080906, -0.03935709595680237, -0.148371160030365, -0.028252042829990387, -0.005389423109591007, 0.03326048702001572, -0.006090330891311169, -0.030783452093601227, 0.13577944040298462, 0.005460262298583984, -0.02035484090447426, 0.12344705313444138, -0.16347794234752655, -0.22987975180149078, -0.02533840574324131, -0.17764972150325775, 0.00826254766434431, 0.0676075890660286, -0.037258174270391464, -0.1334405094385147, -0.0487515851855278, -0.010694908909499645, -0.06104850023984909, -0.08725343644618988, -0.005907636135816574, -0.005179811269044876, -0.016772450879216194, -0.10013625025749207, -0.06548530608415604, 0.03345506265759468, -0.0732722282409668, 0.13839447498321533, 0.16828010976314545, -0.1475919485092163, 0.12998463213443756, 0.1251859962940216, -0.009178923442959785, 0.08275727927684784, -0.05913937836885452, 0.0003467602946329862, -0.041285190731287, -0.0773521289229393, 0.19429653882980347, -0.03976839408278465, 0.04376133158802986, 0.0383458137512207, 0.03928380087018013, -0.12875156104564667, -0.017946681007742882, -0.03724050149321556, -0.19139055907726288, -0.22715479135513306, -0.10875935107469559, -0.05684681981801987, 0.18817439675331116, 0.05126392841339111, 0.0201175007969141, -0.008610287681221962, 0.1335475593805313, 0.1315007358789444, -0.014379908330738544, -0.14515000581741333, -0.05011773109436035, -0.15722665190696716, 0.01783522590994835, 0.043809857219457626, -0.13186867535114288, 0.015888366848230362, 0.14592990279197693, 0.22808048129081726, 0.31138184666633606, 0.10894130915403366, 0.18900686502456665, 0.047035906463861465, 0.2595422863960266, 0.1586746722459793, 0.09654632210731506, 0.05584828555583954, 0.0025937880855053663, -0.007067377213388681, 0.004412542097270489, -0.08410731703042984, 0.02266705222427845, 0.03545338660478592, -0.18533554673194885, 0.026422016322612762, 0.0185770932585001, 0.049179866909980774, -0.008137018419802189, 0.057923831045627594, -0.17916834354400635, 0.07136647403240204, 0.016887253150343895, 0.18992377817630768, -0.08447206765413284, 0.1018904522061348, 0.04945221543312073, -0.026584552600979805, 0.06670327484607697, -0.005496928468346596, 0.08330725133419037, -0.1054857075214386, -0.026567988097667694, 0.011909622699022293, -0.05967907980084419, 0.03599157556891441, 0.062506303191185, -0.20046298205852509, 0.21251490712165833, 0.011630680412054062, -0.07535791397094727, -0.11110381782054901, -0.012063059955835342, 0.009079615585505962, -0.0233137384057045, 0.10111375153064728, 0.006891411729156971, -0.24734538793563843, -0.16121163964271545, -0.02639121562242508, 0.006124428939074278, 0.16046521067619324, 0.03437964990735054, -0.07465876638889313, 0.05523054301738739, 0.008655534125864506, -0.04179077222943306, -0.23905596137046814, -0.0283331498503685, -0.1286562979221344, 0.033985041081905365, 0.01336737722158432, -0.19423003494739532, 0.04237125813961029, 0.027613159269094467, -0.08109855651855469, 0.020413478836417198, 0.061541784554719925, -0.04365483671426773, -0.09642481058835983, -0.08066122233867645, 0.09702076762914658, -0.007186679635196924, 0.03765449672937393, 0.004054774530231953, 0.013406297191977501, 0.024511132389307022, -0.2091829627752304, 0.09900477528572083, -0.0467776320874691, 0.11500807106494904, -0.0922047421336174, 0.06438285112380981, -0.0009296690695919096, -0.01553388498723507, -0.012202993966639042, -0.006838940549641848, -0.00935355480760336, -0.07903367280960083, 0.08243229240179062, -0.053807951509952545, 0.12546831369400024, 0.2601478397846222, -0.010351773351430893, -0.04069918766617775, 0.013279058039188385, -0.03083384782075882, 0.11250244081020355, 0.07175111025571823, -0.0775766596198082, 0.18358415365219116, 0.20794452726840973, -0.02297518588602543, -0.25008007884025574, -0.006212601438164711, -0.16114681959152222, -0.024004511535167694, 0.07254613935947418, -0.291451096534729, 0.13206861913204193, 0.08861861377954483, -0.02567063644528389, 0.13526852428913116, -0.1225525289773941, -0.0113292271271348, 0.16479478776454926, 0.13574174046516418, 0.1729860007762909, -0.12662088871002197, -0.09798917174339294, -0.05336495861411095, -0.10983269661664963, 0.25677964091300964, -0.1569073498249054, 0.024658693000674248, 0.013106214813888073, 0.08867311477661133, -0.005940108560025692, -0.03203725069761276, 0.17669545114040375, 0.050736360251903534, 0.09998674690723419, -0.035391971468925476, -0.07980196923017502, 0.12532421946525574, -0.03599433973431587, 0.04888255149126053, -0.025244122371077538, 0.048208680003881454, -0.052383389323949814, -0.015827808529138565, 0.07166862487792969, -0.06611485034227371, 0.06131362169981003, -0.07323861867189407, -0.1109946221113205, 0.01663193665444851, -0.09592819958925247, -0.00555043201893568, 0.08674734830856323, 0.024986889213323593, -0.08395354449748993, 0.052291616797447205, 0.04406805709004402, -0.0951632484793663, 0.08530812710523605, -0.10935699194669724, -0.06693422049283981, 0.0841960608959198, -0.23044300079345703, 0.06272831559181213, 0.09603704512119293, -0.01908971555531025, 0.06829878687858582, 0.05688269063830376, 0.019800549373030663, 0.06519211828708649, 0.09790647774934769, -0.0943082645535469, -0.1223883107304573, 0.09149567782878876, -0.01030004397034645, 0.035609327256679535, 0.12676085531711578, 0.017029203474521637, 0.10222213715314865, -0.01424593385308981, -0.05937653407454491, 0.02959343045949936, -0.04252297431230545, -0.005302166100591421, 0.0526592992246151, 0.02114640362560749, -0.18680986762046814, 0.19314689934253693, 0.07174817472696304, -0.0718102976679802, -0.006496908143162727, -0.0373164638876915, -0.10552942007780075, -0.0930146872997284, -0.10821790993213654, 0.26995158195495605, -0.05823289230465889, -0.1439579576253891, 0.01066677551716566, -0.1567203849554062, -0.002751812804490328, 0.17969027161598206, 0.07243052870035172, 0.11123485863208771, 0.01856822520494461, -0.02336798794567585, -0.03326503187417984, -0.057923611253499985, -0.08864305913448334, 0.06113700196146965, -0.09913072735071182, -0.13196726143360138, -0.025551073253154755, 0.20042291283607483, -0.07684757560491562, -0.07878737896680832, -0.044827040284872055, 0.05570244416594505, -0.24882248044013977, 0.08249916136264801, -0.06572426110506058, 0.002330754417926073, 0.006659673061221838, 0.03547782823443413, 0.0050321356393396854, -0.029231466352939606, -0.065727099776268, 0.11573559790849686, 0.04569803923368454, 0.04213663563132286, -0.07020947337150574, -0.04662111774086952, 0.051381587982177734, 0.04398219287395477, 0.10893835127353668, 0.14797724783420563, -0.005621875636279583, 0.07123338431119919, 0.02992677316069603, -0.1155504509806633, 0.02944193221628666, 0.10811282694339752, 0.08773283660411835, 0.03551051765680313, -0.03781474754214287, 0.038371093571186066, -0.08521955460309982, 0.021289609372615814, 0.09611671417951584, -0.036927394568920135, -0.027009256184101105, -0.18147370219230652, -0.06384926289319992, -0.03261516988277435, -0.008210962638258934, 0.2059514969587326, 0.07211712002754211, -0.049878135323524475, 0.1092737689614296, -0.007251270581036806, 0.020073551684617996, -0.028871508315205574, -0.006644546985626221, -0.1261889636516571, -0.1395246833562851, -0.006919499021023512, 0.03428230434656143, -0.05491027235984802, 0.4323468804359436, -0.07674029469490051, -0.10597454756498337, -0.057777516543865204, 0.03523315116763115, 0.05432291701436043, 0.05456316098570824, 0.2694648802280426, 0.042334459722042084, -0.05878907069563866, -0.017137520015239716, 0.10205592215061188, -0.022505607455968857, 0.21361204981803894, 0.10422022640705109, 0.09687329828739166, 0.04338871315121651, 0.012926936149597168, -0.004278481937944889, -0.018379762768745422, 0.03979170694947243, 0.0000028918530006194487, -0.04289037361741066, -0.03762458637356758, 0.104033924639225, 0.012108775787055492, 0.03325344994664192, -0.02444838173687458, 0.09358200430870056, -0.04323196038603783, -0.13556765019893646, -0.04920827969908714, -0.08281616866588593, -0.0593697763979435, -0.04817108437418938, 0.010858588851988316, -0.06282757222652435, -0.07119744271039963, 0.3119889497756958, 0.05186300352215767, 0.02145381271839142, 0.13224932551383972, -0.10278606414794922, 0.11999145895242691, 0.005847490858286619, -0.007182030007243156, -0.024121642112731934, 0.036841414868831635, -0.1270885169506073, 0.020416827872395515, -0.004895114339888096, -0.04379488155245781, -0.02956964634358883, 0.049292705953121185, 0.06971242278814316, -0.1058344915509224, -0.06133495643734932, -0.037378475069999695, 0.0022004328202456236, -0.04487645998597145, 0.06510316580533981, 0.04985495284199715, 0.023074500262737274, 0.06499506533145905, 0.08589111268520355, 0.018279824405908585, 0.10600972175598145, -0.08534631878137589, 0.033802978694438934, -0.059854403138160706, 0.07655660063028336, 0.060208987444639206, 0.0004914171877317131, -0.07858814299106598, 0.17902162671089172, 0.2224159836769104, -0.16055284440517426, -0.03796001896262169, 0.002092947717756033, 0.01618710719048977, -0.002821499016135931, 0.1688603013753891, 0.007556690834462643, 0.0375305637717247, -0.004168384708464146, -0.16321898996829987, -0.033579617738723755, -0.017247550189495087, -0.08564270287752151, 0.03951084986329079, 0.08267946541309357, -0.024803321808576584, -0.08825057744979858, 0.09549390524625778, -0.1567796766757965, 0.11860688030719757, 0.10000960528850555, -0.11375512182712555, -0.12296658754348755, -0.012107118032872677, 0.043534405529499054, 0.00969769898802042, -0.013556563295423985, -0.09203650802373886, 0.03311040997505188, -0.03401893749833107, 0.030682222917675972, -0.23776796460151672, -0.05063273012638092, 0.031227441504597664, -0.07155850529670715, 0.05931500717997551, 0.0019115697359666228, 0.07487402111291885, 0.03617091104388237, 0.07210893929004669, -0.049867819994688034, 0.055408403277397156, 0.006472136825323105, 0.10358964651823044, -0.04364647716283798, 0.01728632301092148, -0.0583212785422802, -0.06241186708211899, 0.07061073184013367, -0.003696069587022066, -0.032768696546554565, 0.04082890972495079, -0.038848746567964554, 0.01075118500739336, -0.030083216726779938, -0.09340474009513855, 0.1100982204079628, 0.036238767206668854, -0.01926290988922119, 0.006329121068120003, 0.05693097785115242, 0.06092464551329613, -0.0249794889241457, -0.10286862403154373, -0.09283959120512009, 0.02180403098464012, -0.09912151843309402, 0.12694962322711945, 0.019462943077087402, -0.08034414798021317, 0.055248431861400604, -0.09338442236185074, 0.06039437651634216, -0.03438263759016991, 0.04750240966677666, 0.12581579387187958, 0.05556778237223625, -0.06912387907505035, 0.0163691658526659, 0.02913377247750759, 0.027171116322278976, -0.009660751558840275, -0.1348625272512436 ]
78847d5c474df635a3575b2a819532e87cd35cdf
# AutoTrain Dataset for project: histopathological_image_classification ## Dataset Description This dataset has been automatically processed by AutoTrain for project histopathological_image_classification. ### 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": "<700x460 RGB PIL image>", "target": 6 }, { "image": "<700x460 RGB PIL image>", "target": 2 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "image": "Image(decode=True, id=None)", "target": "ClassLabel(names=['1', '2', '3', '4', '5', '6', '7', '8'], 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 | 333 | | valid | 89 |
JoffreyMa/autotrain-data-histopathological_image_classification
[ "task_categories:image-classification", "region:us" ]
2023-02-10T13:05:16+00:00
{"task_categories": ["image-classification"]}
2023-02-10T13:25:34+00:00
[]
[]
TAGS #task_categories-image-classification #region-us
AutoTrain Dataset for project: histopathological\_image\_classification ======================================================================= Dataset Description ------------------- This dataset has been automatically processed by AutoTrain for project histopathological\_image\_classification. ### 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 ]
f861285103b1ad536e964df4f2dd57323cd4256d
# Dataset Card for "chai-real-and-synthetic" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AlekseyKorshuk/chai-real-and-synthetic
[ "region:us" ]
2023-02-10T13:21:26+00:00
{"dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "chosen", "dtype": "string"}, {"name": "rejected", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3208000491, "num_examples": 134668}, {"name": "test", "num_bytes": 171664726, "num_examples": 18961}], "download_size": 1180192490, "dataset_size": 3379665217}}
2023-02-10T13:22:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for "chai-real-and-synthetic" More Information needed
[ "# Dataset Card for \"chai-real-and-synthetic\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"chai-real-and-synthetic\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"chai-real-and-synthetic\"\n\nMore Information needed" ]
[ -0.11000633239746094, 0.13774459064006805, -0.0016662190901115537, 0.03966294974088669, 0.09890982508659363, 0.03611451014876366, 0.13580675423145294, 0.07416189461946487, 0.12545159459114075, 0.03941404074430466, 0.13241365551948547, 0.0384482778608799, 0.06898064911365509, 0.24842117726802826, 0.0034770260099321604, -0.09736334532499313, 0.07031740248203278, 0.05226990208029747, -0.012118722312152386, 0.026233380660414696, 0.03767089918255806, -0.05205189436674118, 0.11525706946849823, -0.06391383707523346, -0.23680180311203003, 0.007194878999143839, -0.06330548971891403, -0.05640965700149536, 0.05565500631928444, -0.026632165536284447, 0.14864225685596466, 0.00009802331624086946, 0.015502484515309334, -0.11695137619972229, 0.028874816372990608, -0.010670872405171394, -0.02617526240646839, 0.07255559414625168, -0.009049917571246624, -0.05522220954298973, 0.0016346096526831388, 0.0755864754319191, 0.017987100407481194, 0.04316840320825577, -0.1261318325996399, -0.14803411066532135, -0.08736313134431839, -0.14783573150634766, -0.011213774792850018, -0.04341645911335945, 0.018790753558278084, 0.06810896843671799, -0.05741638317704201, 0.05619654804468155, 0.025242425501346588, -0.05149470269680023, 0.028575360774993896, 0.14634758234024048, 0.00646520871669054, 0.10500165075063705, 0.0720549076795578, 0.058471400290727615, 0.1101965382695198, -0.03183457627892494, -0.003623166587203741, -0.003237786004319787, -0.31570619344711304, 0.09103984385728836, -0.018364638090133667, 0.01038697175681591, 0.21011032164096832, -0.034430842846632004, 0.0025302714202553034, 0.037067659199237823, -0.014893155544996262, -0.15146350860595703, -0.004397302400320768, 0.021756935864686966, -0.01873178221285343, 0.016996748745441437, 0.02266525849699974, -0.027407795190811157, -0.04541743919253349, -0.08981973677873611, -0.11087261140346527, 0.022547133266925812, 0.008519315160810947, 0.1951160430908203, -0.24825915694236755, -0.05937930569052696, -0.04479486867785454, -0.014783219434320927, -0.013319040648639202, -0.1480242758989334, -0.03051537089049816, -0.013592051342129707, -0.07280857115983963, 0.08000941574573517, 0.1047804057598114, -0.03489767387509346, 0.06367694586515427, 0.0847221091389656, -0.03768899291753769, 0.024366097524762154, 0.21319644153118134, -0.0414041243493557, -0.027933117002248764, 0.04991942271590233, -0.055063646286726, -0.09226066619157791, -0.01838790811598301, -0.1230199784040451, -0.11721938103437424, 0.0864667147397995, -0.16548511385917664, 0.06604550778865814, -0.09206791967153549, -0.10065512359142303, -0.08096767216920853, -0.029014216735959053, 0.19890190660953522, -0.05524667352437973, -0.037742648273706436, 0.003907045815140009, -0.11566577851772308, 0.004526651930063963, -0.07541091740131378, -0.02741238661110401, 0.03609376400709152, -0.06958028674125671, -0.02652219869196415, 0.006154413800686598, -0.09979891777038574, -0.020606452599167824, 0.037322625517845154, -0.2682175636291504, 0.09606092423200607, -0.06580757349729538, -0.15943153202533722, 0.0897117629647255, 0.052394356578588486, -0.07606828212738037, 0.14015299081802368, -0.034919459372758865, 0.09243790805339813, -0.09053358435630798, -0.03054175153374672, 0.024497369304299355, -0.06208418309688568, 0.0068753380328416824, 0.06849430501461029, 0.1486320197582245, -0.24274806678295135, 0.05943387374281883, -0.0813722312450409, -0.01156032457947731, 0.05047168210148811, 0.05831541121006012, -0.0853557214140892, 0.03317667916417122, -0.018388647586107254, -0.000458727270597592, -0.0195259228348732, 0.05778913572430611, 0.0022261717822402716, 0.017798269167542458, -0.241415336728096, 0.008655131794512272, 0.17988155782222748, -0.08712973445653915, -0.1993562877178192, 0.07470954954624176, -0.06649348139762878, 0.049295250326395035, 0.025968782603740692, 0.20300766825675964, 0.07689444720745087, 0.011069449596107006, 0.037877485156059265, 0.12618312239646912, -0.07178037613630295, -0.22637835144996643, 0.04199986532330513, 0.04192124679684639, -0.18276920914649963, 0.06235203891992569, 0.1461774855852127, -0.011819583363831043, -0.08853726089000702, -0.10756855458021164, 0.003854258917272091, -0.18303807079792023, 0.046235259622335434, -0.026828134432435036, 0.06946352124214172, -0.0404672808945179, 0.1505289524793625, -0.055401936173439026, 0.09216775745153427, 0.004795818589627743, -0.03324563428759575, -0.10236987471580505, 0.1263316422700882, -0.0624820701777935, -0.006754567380994558, -0.21727564930915833, -0.03940572217106819, 0.07560885697603226, -0.10940591990947723, 0.09105858951807022, -0.05117335170507431, 0.02721979282796383, 0.03421623632311821, 0.016431475058197975, 0.0925646722316742, 0.07749319076538086, 0.03573140874505043, 0.05457506701350212, 0.01276400126516819, 0.02358531393110752, -0.1529543101787567, 0.04364224523305893, -0.0243048258125782, -0.05421252176165581, 0.05534391477704048, -0.025499360635876656, 0.049769870936870575, -0.006326012779027224, 0.058297522366046906, 0.06287389248609543, -0.0005441913963295519, -0.02662401646375656, 0.026566224172711372, -0.0428277961909771, -0.09114499390125275, -0.02068781852722168, -0.03162244334816933, 0.09657470881938934, 0.184517040848732, -0.10794501006603241, 0.03225008025765419, -0.029921388253569603, 0.06191931664943695, 0.017351634800434113, -0.06406214833259583, 0.10453429818153381, -0.035919975489377975, -0.09293195605278015, 0.0521334633231163, -0.07355701923370361, 0.13725270330905914, 0.035257142037153244, -0.01892152801156044, -0.08827512711286545, 0.006959822494536638, 0.1902776062488556, -0.11680614203214645, 0.0983215868473053, 0.19831092655658722, 0.12891347706317902, 0.11395343393087387, -0.016496989876031876, -0.06660023331642151, -0.03516217693686485, -0.0597144216299057, -0.07412662357091904, 0.21335820853710175, -0.05355936661362648, -0.036233242601156235, 0.0940888449549675, -0.04402000829577446, 0.059655580669641495, -0.1450042724609375, -0.050409842282533646, 0.002023185370489955, -0.05767858028411865, -0.1600857824087143, -0.0036424100399017334, -0.04573080316185951, 0.05310942232608795, -0.03718527406454086, -0.018922632560133934, 0.1333690732717514, 0.01929372176527977, -0.007279704790562391, 0.11489877849817276, -0.1662333607673645, -0.2350291609764099, -0.027154438197612762, -0.17207209765911102, 0.010895166546106339, 0.0820017084479332, -0.02772311307489872, -0.1845538467168808, -0.05063498020172119, -0.032422564923763275, -0.0661211684346199, -0.09879573434591293, -0.03871070221066475, 0.02895924262702465, 0.003907341044396162, -0.09488807618618011, -0.08980610966682434, 0.03571304306387901, -0.06225321441888809, 0.10856685787439346, 0.166450634598732, -0.13408057391643524, 0.11437716335058212, 0.09134108573198318, -0.015335160307586193, 0.08598817139863968, -0.041317615658044815, 0.030073653906583786, -0.025434141978621483, -0.07176706939935684, 0.23086418211460114, -0.02670828253030777, 0.014987158589065075, -0.018415721133351326, 0.04965002462267876, -0.13862735033035278, 0.0032603158615529537, -0.05302143841981888, -0.23930665850639343, -0.20488646626472473, -0.11935888975858688, 0.021523773670196533, 0.11551117897033691, 0.04588239639997482, 0.0264222864061594, -0.0101193031296134, 0.16143782436847687, 0.15593494474887848, -0.0536065548658371, -0.1635802835226059, -0.07577872276306152, -0.19415684044361115, -0.017865808680653572, 0.04841851815581322, -0.14718659222126007, 0.024747664108872414, 0.149203360080719, 0.20273245871067047, 0.26894333958625793, 0.1055397093296051, 0.1547245979309082, 0.016695665195584297, 0.2463759034872055, 0.11905369162559509, 0.10003470629453659, 0.08794330805540085, 0.00786057859659195, -0.05329163745045662, -0.016364406794309616, -0.07921051979064941, 0.06146685779094696, 0.0450674369931221, -0.15250208973884583, 0.04235617816448212, 0.017253484576940536, 0.03584527224302292, -0.04922802373766899, 0.050318773835897446, -0.26641225814819336, 0.06411951035261154, 0.02927146665751934, 0.233435720205307, -0.08377136290073395, 0.11915770918130875, 0.012783470563590527, -0.005676376633346081, 0.046411652117967606, 0.005374900531023741, 0.07661803811788559, -0.06941146403551102, 0.004949308931827545, 0.018191417679190636, -0.0642363578081131, 0.0573740229010582, 0.06416304409503937, -0.16334152221679688, 0.17360350489616394, 0.0018668323755264282, -0.07482923567295074, -0.1433975249528885, -0.021201344206929207, 0.027670931071043015, -0.091885045170784, 0.12037722766399384, -0.005948211532086134, -0.28137701749801636, -0.1939259171485901, -0.04122413694858551, 0.03498814254999161, 0.1485140472650528, 0.06354058533906937, -0.09199824929237366, 0.09350419789552689, 0.02887514792382717, -0.03925464302301407, -0.22195857763290405, -0.023663640022277832, -0.1142515018582344, 0.015657436102628708, 0.019792845472693443, -0.1651371270418167, 0.05791274085640907, 0.019413769245147705, -0.0938081219792366, -0.019140608608722687, 0.14915437996387482, -0.031243978068232536, -0.08148740977048874, -0.06728999316692352, 0.12793530523777008, -0.00175207678694278, 0.025737214833498, 0.0017967839958146214, 0.0013394951820373535, 0.027750849723815918, -0.20189040899276733, 0.0996885746717453, -0.06523655354976654, 0.10242759436368942, -0.10719386488199234, 0.006858950946480036, 0.02806169167160988, -0.017544448375701904, -0.024182848632335663, -0.027864396572113037, -0.04198216646909714, -0.07821574062108994, 0.10363446921110153, 0.000007654230103071313, 0.030322881415486336, 0.2704712152481079, -0.028850706294178963, -0.017483539879322052, 0.017153579741716385, -0.024762507528066635, 0.07314886897802353, 0.10754115134477615, -0.06315221637487411, 0.15380273759365082, 0.2419298142194748, -0.0378880575299263, -0.24829737842082977, 0.016087669879198074, -0.1902657151222229, 0.00864432379603386, 0.08378912508487701, -0.27235424518585205, 0.16179193556308746, 0.05654029920697212, -0.02294456958770752, 0.16513197124004364, -0.14864329993724823, -0.027278026565909386, 0.17214980721473694, 0.14161919057369232, 0.2945028245449066, -0.10861914604902267, -0.049339696764945984, -0.07966243475675583, -0.08722428977489471, 0.24113969504833221, -0.22028681635856628, 0.01544380746781826, 0.03198365494608879, 0.10868939012289047, 0.007409113459289074, -0.037029217928647995, 0.16623830795288086, 0.012999667786061764, 0.08351144194602966, -0.04995762184262276, -0.07509565353393555, 0.11313268542289734, -0.04804768040776253, 0.09112539142370224, -0.013431581668555737, 0.07538639008998871, -0.028821978718042374, -0.008111679926514626, 0.05968087539076805, -0.062183309346437454, 0.046925824135541916, -0.07879237830638885, -0.16979824006557465, 0.01807204820215702, -0.056231386959552765, -0.0053299483843147755, 0.04155378416180611, 0.037421856075525284, -0.09281967580318451, 0.11026964336633682, -0.058628104627132416, -0.08939759433269501, 0.12179753184318542, -0.05981145799160004, -0.09000086039304733, 0.08387179672718048, -0.22655153274536133, 0.027945740148425102, 0.10544322431087494, -0.02555926889181137, 0.02730269357562065, 0.03702879324555397, -0.00002653201408975292, 0.1018814817070961, 0.054800357669591904, -0.03920986130833626, -0.06247252598404884, 0.062107983976602554, 0.06420668959617615, 0.061664216220378876, 0.10539444535970688, 0.034762755036354065, 0.06628876179456711, -0.02272261306643486, -0.08702672272920609, 0.04631314426660538, -0.03623102977871895, -0.01948128454387188, 0.033066827803850174, 0.0031472817063331604, -0.19787706434726715, 0.1957641988992691, 0.03858981281518936, -0.10896967351436615, 0.004704466555267572, -0.11290493607521057, -0.09010349959135056, -0.09171134978532791, -0.07252252846956253, 0.20966164767742157, -0.1051579937338829, -0.15478092432022095, -0.00712106516584754, -0.182518869638443, 0.0031051775440573692, 0.17780360579490662, 0.1039511188864708, 0.06489633768796921, -0.002382871462032199, -0.004649038892239332, -0.059044335037469864, -0.05487607792019844, -0.043632764369249344, 0.05380187928676605, -0.07017184048891068, -0.11854730546474457, -0.009687146171927452, 0.1965600550174713, -0.08033445477485657, -0.09193580597639084, -0.06608894467353821, 0.06819320470094681, -0.28746241331100464, 0.05045972019433975, -0.01968090608716011, 0.0051931231282651424, -0.0029110866598784924, 0.04813577979803085, 0.007522831205278635, -0.021435951814055443, -0.08261657506227493, 0.12347393482923508, 0.06962087750434875, 0.0012740313541144133, -0.06072009354829788, -0.057167258113622665, 0.05863197520375252, 0.04634812846779823, 0.09628438949584961, 0.1425914764404297, -0.06236686557531357, 0.06630977243185043, 0.031229304149746895, -0.09943656623363495, 0.046059317886829376, 0.106439970433712, 0.07101448625326157, 0.04170897975564003, -0.02156948670744896, 0.01755908504128456, -0.06857964396476746, 0.0040743290446698666, 0.09060074388980865, -0.012927778996527195, -0.05058162286877632, -0.17738255858421326, -0.022577472031116486, -0.030453110113739967, 0.0025538960471749306, 0.20558848977088928, 0.06128498539328575, -0.04204419627785683, 0.10552172362804413, -0.01816384121775627, 0.03983712196350098, -0.01440100371837616, -0.034029770642519, -0.13580285012722015, -0.1827833205461502, -0.01569288782775402, 0.025131169706583023, -0.07003955543041229, 0.47744056582450867, -0.09885238856077194, -0.06004495918750763, -0.0692673847079277, 0.029959579929709435, -0.03588051348924637, 0.029237212613224983, 0.2473912239074707, 0.01309928297996521, -0.011348000727593899, -0.058106984943151474, 0.10004795342683792, 0.005836110096424818, 0.15836115181446075, 0.05171103775501251, 0.06967984884977341, 0.07110392302274704, 0.056199584156274796, 0.025761405006051064, 0.004935755394399166, 0.15290775895118713, 0.01336137019097805, -0.04155220836400986, -0.04863069951534271, 0.10473743081092834, -0.02058008313179016, -0.027545033022761345, 0.00747255515307188, 0.08900623023509979, -0.03836502507328987, -0.11008670926094055, -0.041088592261075974, 0.0011659045703709126, -0.07420961558818817, -0.028582308441400528, 0.009390709921717644, -0.055730435997247696, -0.04543465003371239, 0.2854972779750824, 0.03237571567296982, -0.008427765220403671, 0.16782689094543457, -0.13966305553913116, 0.12109832465648651, 0.028288746252655983, -0.014071502722799778, -0.04399709776043892, 0.042333610355854034, -0.14455603063106537, 0.005435362458229065, 0.039044857025146484, -0.036027487367391586, -0.001804472878575325, 0.018708854913711548, 0.05737779289484024, -0.0891328677535057, -0.013902073726058006, -0.05534638836979866, 0.0016500364290550351, -0.06049375608563423, 0.04031020775437355, 0.03160730004310608, -0.02438257448375225, 0.051041316241025925, 0.06538562476634979, 0.000005972882263449719, 0.10219677537679672, -0.07317886501550674, 0.0443463958799839, -0.058987028896808624, 0.08295655250549316, 0.050503555685281754, 0.03850777447223663, -0.11535965651273727, 0.15440607070922852, 0.27855968475341797, -0.1691175103187561, -0.053356416523456573, -0.021691925823688507, 0.026396986097097397, -0.07909450680017471, 0.14383579790592194, 0.05423427373170853, 0.016711950302124023, -0.022366467863321304, -0.1173160970211029, 0.004249669145792723, 0.0020176409743726254, -0.10338807851076126, -0.022456323727965355, 0.08142996579408646, -0.01557257492095232, -0.07588086277246475, 0.10499076545238495, -0.22097721695899963, 0.09529002755880356, 0.10757973790168762, -0.11813495308160782, -0.13650767505168915, 0.010196158662438393, 0.003150197444483638, 0.050343047827482224, 0.019107474014163017, -0.11027757823467255, 0.045018088072538376, -0.028546877205371857, 0.006380460225045681, -0.24007605016231537, -0.057557884603738785, 0.0493658185005188, -0.050973620265722275, 0.12828202545642853, 0.02153872884809971, 0.08056565374135971, 0.02469993382692337, 0.02642829902470112, -0.015628334134817123, 0.08874107897281647, 0.004775380715727806, 0.10546741634607315, -0.037887588143348694, -0.01292131282389164, -0.070656917989254, -0.019665054976940155, 0.07295290380716324, 0.03544778749346733, -0.038362134248018265, 0.06517349183559418, -0.00939822569489479, -0.007130168844014406, -0.043326735496520996, -0.09982440620660782, 0.12118592858314514, 0.028655890375375748, -0.030881287530064583, 0.026892276480793953, 0.06058131903409958, 0.12342444807291031, -0.02652476355433464, -0.11174024641513824, -0.07374779880046844, 0.02211291901767254, -0.08891832083463669, 0.11272265017032623, 0.028382480144500732, -0.14649026095867157, 0.04566000774502754, -0.049081142991781235, 0.05632994323968887, 0.029601119458675385, 0.049274444580078125, 0.14932602643966675, 0.05886739119887352, -0.05937737599015236, 0.1013389378786087, 0.015062615275382996, 0.04460367187857628, -0.02368968352675438, -0.16174237430095673 ]
6ebc752130d09a397ccf15e5daf781c9905f98d3
### Dataset Summary This dataset will help you to develop a machine learning-based model to predict the pathogenic variants (Positive labels) by utilizing their amino acid sequences. **Used as an example to benchmark _biomerida_ as part of the Bio-Hakathon Mena region**
sequential-lab/TP53_protein_variants
[ "region:us" ]
2023-02-10T14:04:25+00:00
{}
2023-02-10T14:27:18+00:00
[]
[]
TAGS #region-us
### Dataset Summary This dataset will help you to develop a machine learning-based model to predict the pathogenic variants (Positive labels) by utilizing their amino acid sequences. Used as an example to benchmark _biomerida_ as part of the Bio-Hakathon Mena region
[ "### Dataset Summary\n\nThis dataset will help you to develop a machine learning-based model to predict the pathogenic variants (Positive labels) by utilizing their amino acid sequences.\n\nUsed as an example to benchmark _biomerida_ as part of the Bio-Hakathon Mena region" ]
[ "TAGS\n#region-us \n", "### Dataset Summary\n\nThis dataset will help you to develop a machine learning-based model to predict the pathogenic variants (Positive labels) by utilizing their amino acid sequences.\n\nUsed as an example to benchmark _biomerida_ as part of the Bio-Hakathon Mena region" ]
[ 6, 69 ]
[ "passage: TAGS\n#region-us \n### Dataset Summary\n\nThis dataset will help you to develop a machine learning-based model to predict the pathogenic variants (Positive labels) by utilizing their amino acid sequences.\n\nUsed as an example to benchmark _biomerida_ as part of the Bio-Hakathon Mena region" ]
[ -0.051069967448711395, 0.06738648563623428, 0.0031443340703845024, -0.07858993113040924, 0.09580259025096893, 0.0569099597632885, 0.040473297238349915, 0.10944642871618271, 0.21995189785957336, 0.03838855400681496, 0.08874022215604782, -0.07775717228651047, 0.011213491670787334, 0.2349081188440323, 0.053953617811203, -0.16161330044269562, 0.03754251077771187, 0.00644911453127861, -0.06770426779985428, 0.06444773077964783, 0.051264867186546326, -0.017213117331266403, 0.09870639443397522, -0.03383096680045128, -0.02896612137556076, 0.04053930565714836, 0.0045150467194616795, 0.011905251070857048, 0.10100872814655304, -0.06753288954496384, 0.06017259880900383, -0.04116762429475784, 0.044288188219070435, -0.14322105050086975, 0.047050658613443375, -0.08031043410301208, 0.01314586028456688, 0.019963400438427925, 0.07081656903028488, -0.06157905235886574, -0.02054671384394169, 0.041349027305841446, 0.040667589753866196, 0.023899422958493233, -0.07413435727357864, -0.07657710462808609, -0.008788298815488815, -0.10197499394416809, 0.029846789315342903, 0.010793053545057774, 0.014207594096660614, 0.04750759154558182, -0.12555067241191864, -0.008325724862515926, 0.17796990275382996, -0.030102455988526344, 0.060345131903886795, 0.10839498788118362, 0.07797175645828247, -0.005334869027137756, -0.005895458627492189, 0.036550309509038925, 0.026110075414180756, -0.02850167639553547, -0.04974421486258507, -0.045442305505275726, 0.020384378731250763, -0.015956681221723557, -0.05313851684331894, 0.03015773557126522, 0.34955692291259766, -0.05249059200286865, 0.0496455579996109, -0.0005402323440648615, -0.0024693594314157963, 0.04072170704603195, -0.03524149954319, -0.04108060896396637, -0.052485350519418716, 0.009651362895965576, 0.07479934394359589, 0.053700678050518036, 0.02907305769622326, -0.12122267484664917, -0.054640933871269226, 0.30578458309173584, -0.0402456670999527, 0.0341280959546566, -0.10533761233091354, -0.05793467164039612, -0.17252066731452942, -0.0572773776948452, 0.016041599214076996, -0.0384945273399353, -0.1198820024728775, -0.1406484842300415, -0.009422416798770428, -0.10168693959712982, 0.23073580861091614, 0.046330180019140244, -0.017095157876610756, -0.04028834030032158, -0.03689545765519142, -0.02049192786216736, 0.09613439440727234, -0.0600506067276001, -0.09901081025600433, 0.009822987020015717, 0.009923957288265228, -0.038961224257946014, -0.06826876848936081, 0.028544001281261444, -0.11007920652627945, -0.011153580620884895, 0.09981966763734818, 0.1552262306213379, -0.08999998867511749, -0.03782064467668533, -0.08797047287225723, -0.06147792190313339, 0.008916172198951244, -0.0541861467063427, -0.06864061206579208, 0.05298919975757599, -0.0567317008972168, -0.007257279008626938, -0.13263154029846191, -0.07041490823030472, -0.012513997033238411, -0.0590527206659317, -0.13115593791007996, -0.04381389915943146, -0.035677678883075714, -0.06274095922708511, -0.0005642613978125155, 0.062464404851198196, 0.04614970460534096, -0.07262174040079117, -0.10870933532714844, -0.008937782607972622, -0.08049888908863068, -0.020525367930531502, 0.10564455389976501, 0.0439782440662384, 0.11820600181818008, 0.02152509242296219, -0.06144522503018379, 0.06724221259355545, -0.1311669796705246, -0.04418725147843361, -0.016378533095121384, 0.14174722135066986, -0.1292068511247635, 0.018489936366677284, -0.07399454712867737, 0.14434239268302917, -0.19566912949085236, -0.038528911769390106, -0.08156277984380722, 0.1033298671245575, -0.08981575816869736, 0.07872474938631058, -0.11718372255563736, -0.030192846432328224, 0.03227386623620987, 0.11933871358633041, -0.157541424036026, -0.04066998511552811, 0.24387909471988678, -0.0920410007238388, -0.16977277398109436, -0.04461607336997986, 0.012136251665651798, 0.054426513612270355, 0.1012420654296875, 0.30432742834091187, -0.11122637242078781, -0.08672677725553513, 0.11538795381784439, 0.02793511189520359, -0.07086793333292007, -0.05188826844096184, 0.1763574779033661, -0.04406163841485977, -0.19105859100818634, 0.0522756353020668, 0.05567729473114014, 0.10209190100431442, -0.03036614879965782, 0.001271007233299315, 0.029138097539544106, -0.10945502668619156, -0.005820515565574169, -0.10131950676441193, 0.019068950787186623, 0.06120005622506142, 0.11169959604740143, -0.031144997105002403, 0.14599479734897614, -0.11886239051818848, -0.026385826990008354, -0.029796047136187553, 0.13603098690509796, 0.038488660007715225, 0.00125105120241642, -0.13504968583583832, -0.1075950562953949, 0.06263061612844467, -0.08210571855306625, -0.05111856013536453, -0.16654221713542938, -0.0160687118768692, 0.0036783888936042786, 0.044220682233572006, 0.16095925867557526, 0.10527697950601578, 0.0956232100725174, -0.02901211567223072, -0.07221321761608124, 0.030518800020217896, -0.020031943917274475, 0.07457749545574188, -0.05545199662446976, -0.11466288566589355, 0.007152720354497433, 0.11543970555067062, 0.02347705326974392, -0.006846880540251732, 0.16771289706230164, 0.03196088597178459, -0.010175605304539204, 0.018513815477490425, 0.014908955432474613, -0.1657479852437973, -0.15856510400772095, 0.0772523358464241, 0.013872446492314339, 0.08281808346509933, 0.04637899994850159, -0.0019000847823917866, -0.053808700293302536, -0.14464505016803741, 0.042623113840818405, 0.047058407217264175, -0.04816573113203049, -0.013262729160487652, -0.10560455918312073, 0.0012355712242424488, 0.014949295669794083, -0.010268350131809711, 0.05348408222198486, -0.038807112723588943, -0.039016854017972946, -0.004758079536259174, 0.05299089103937149, 0.09781279414892197, -0.2699326276779175, 0.04204469174146652, 0.09984418004751205, 0.017075836658477783, 0.012377909384667873, 0.0039023987483233213, -0.0634295716881752, 0.012755348347127438, -0.034257665276527405, -0.007469274569302797, 0.13609737157821655, -0.1420135349035263, -0.008788984268903732, -0.002652630675584078, 0.010620207525789738, 0.038154974579811096, 0.03093656338751316, -0.028569741174578667, -0.027104133740067482, -0.0009302553371526301, 0.0432715117931366, -0.017605163156986237, 0.013543425127863884, 0.1584939956665039, 0.052531659603118896, -0.10943032801151276, -0.07568175345659256, 0.042706575244665146, -0.10404958575963974, 0.258859783411026, -0.07192105799913406, -0.17617641389369965, 0.007728335447609425, -0.15875163674354553, -0.03591862693428993, 0.06518089771270752, -0.05819716677069664, -0.042217303067445755, -0.057192910462617874, -0.027873292565345764, 0.09712226688861847, -0.030286753550171852, 0.0061913151293993, -0.0747108906507492, 0.04092901200056076, 0.046367451548576355, -0.04661976546049118, 0.017551662400364876, -0.11310168355703354, 0.14481185376644135, 0.007598402909934521, -0.211957648396492, 0.11820276826620102, 0.1308426707983017, 0.04857280105352402, -0.012399720028042793, -0.06800229102373123, 0.14967112243175507, -0.013912161812186241, -0.09444266557693481, 0.07782282680273056, -0.07663673907518387, -0.09630845487117767, 0.08795720338821411, 0.05041712522506714, -0.16159965097904205, -0.007563515566289425, -0.06483598053455353, -0.07139993458986282, -0.11754937469959259, -0.10647125542163849, -0.013712285086512566, 0.0004366560897324234, 0.10441764444112778, -0.010583614930510521, -0.016420964151620865, 0.050306081771850586, 0.10659951716661453, -0.04198950156569481, -0.029365219175815582, -0.00043515878496691585, -0.04079381749033928, -0.026267392560839653, -0.012058491818606853, 0.08565142005681992, 0.05965930595993996, 0.115973100066185, 0.2536035478115082, 0.09696067869663239, 0.10150346904993057, 0.208295077085495, 0.06274491548538208, -0.020549798384308815, 0.12635034322738647, 0.05796634778380394, 0.010091722942888737, -0.03485966473817825, 0.01167525164783001, -0.0006911003729328513, -0.06452078372240067, 0.029543880373239517, -0.07085368037223816, -0.11934021860361099, -0.034773118793964386, -0.05972640588879585, 0.05456622689962387, -0.12992870807647705, 0.046041861176490784, -0.1761227399110794, 0.06868841499090195, -0.005176047328859568, 0.01585274003446102, -0.014464492909610271, 0.10122357308864594, -0.038610223680734634, 0.019421542063355446, -0.012403634376823902, 0.034878749400377274, 0.12973034381866455, -0.06776054948568344, 0.03230294585227966, -0.12178286910057068, 0.0013762497110292315, -0.09676527976989746, 0.11029525101184845, -0.1307375133037567, 0.13107557594776154, 0.010606018826365471, -0.09543856233358383, -0.0501309372484684, -0.12141703069210052, 0.04907302185893059, 0.15514983236789703, 0.06933172047138214, 0.05128254368901253, -0.16656751930713654, -0.13795964419841766, -0.16126751899719238, -0.08376943320035934, 0.0502493642270565, 0.016793962568044662, 0.06545432657003403, 0.069398894906044, 0.051062729209661484, -0.03305041044950485, 0.012120055966079235, -0.09359049797058105, 0.022679129615426064, -0.004198138602077961, -0.043960388749837875, 0.17159324884414673, -0.009077008813619614, 0.05080828443169594, 0.05498882383108139, 0.029429815709590912, 0.032241299748420715, 0.00945356860756874, -0.16699042916297913, 0.15299399197101593, 0.09510695189237595, -0.04967490956187248, -0.040922507643699646, -0.013450338505208492, 0.04757257550954819, -0.020426303148269653, -0.1228606179356575, 0.13595063984394073, -0.020045818760991096, 0.020766202360391617, -0.08781374990940094, 0.038630761206150055, 0.06162542477250099, 0.03510972857475281, 0.11749503016471863, -0.023588018491864204, -0.036057595163583755, -0.01733076199889183, 0.08749133348464966, -0.03201333433389664, 0.028101691976189613, 0.19368380308151245, -0.18419763445854187, -0.1448034942150116, -0.050743646919727325, -0.00418780418112874, 0.14736026525497437, -0.026033323258161545, -0.016901545226573944, 0.018825974315404892, 0.17456836998462677, -0.05942004919052124, -0.24474848806858063, -0.029679764062166214, 0.03470790013670921, 0.038359809666872025, -0.007351366803050041, -0.2382521778345108, 0.26524439454078674, 0.18163512647151947, 0.020782649517059326, 0.03840549662709236, -0.215640127658844, -0.14448608458042145, 0.15046371519565582, 0.11751818656921387, 0.19490936398506165, -0.0961470976471901, 0.0027852081693708897, -0.07620488852262497, 0.03393545746803284, 0.11543844640254974, 0.02595871314406395, 0.015018612146377563, -0.06446882337331772, 0.043866585940122604, -0.01943022757768631, 0.0005099230329506099, 0.14935143291950226, 0.11935216188430786, 0.01358396839350462, 0.06235251948237419, -0.031803976744413376, -0.002439898671582341, 0.020403658971190453, 0.05149056762456894, 0.1417870968580246, -0.05551695078611374, -0.24146178364753723, -0.06324528902769089, -0.006156153045594692, 0.09777737408876419, 0.09408778697252274, -0.03708505630493164, -0.010203298181295395, 0.013625908643007278, -0.04092995822429657, -0.006743256002664566, 0.08502648025751114, -0.13609109818935394, 0.10307879745960236, -0.06428118050098419, 0.10640295594930649, 0.019920282065868378, 0.024304166436195374, 0.13356053829193115, -0.009502793662250042, 0.06290283054113388, -0.031438734382390976, 0.05290357396006584, 0.028734922409057617, 0.029987987130880356, 0.0404696948826313, 0.06365672498941422, -0.018084438517689705, 0.006706170737743378, 0.1016199141740799, -0.1038743257522583, 0.09912524372339249, -0.04805431514978409, 0.023480838164687157, -0.027981456369161606, 0.004298374522477388, 0.06205333024263382, 0.08838391304016113, -0.04953453317284584, -0.0654025748372078, 0.07077254354953766, -0.046717531979084015, 0.1624612659215927, 0.09801964461803436, 0.004799241665750742, -0.12504149973392487, 0.049652986228466034, 0.06727331876754761, -0.0017357943579554558, 0.040028166025877, 0.07488970458507538, -0.14571428298950195, -0.06021124869585037, -0.16012054681777954, 0.1899578720331192, -0.13710267841815948, -0.1655198633670807, 0.003448859788477421, -0.08111576735973358, -0.030837466940283775, 0.1584915965795517, 0.06393306702375412, 0.060516681522130966, 0.03326242044568062, -0.13431203365325928, -0.030541550368070602, 0.04302103444933891, -0.08847667276859283, 0.029481733217835426, 0.11779461801052094, -0.11562429368495941, -0.027635997161269188, 0.032360661774873734, -0.10593416541814804, -0.02774416096508503, -0.23906178772449493, 0.009668055921792984, -0.16077299416065216, 0.10664098709821701, -0.1310625970363617, -0.03799401596188545, 0.007012386806309223, 0.021443882957100868, -0.013916730880737305, 0.022298749536275864, -0.12387408316135406, -0.0015693880850449204, -0.04560459777712822, 0.11047020554542542, -0.026259401813149452, 0.020061425864696503, 0.04421333596110344, 0.048100877553224564, 0.0784870907664299, 0.11575891822576523, 0.049787744879722595, 0.038655538111925125, -0.05177750810980797, -0.078062042593956, 0.014347193762660027, 0.08931711316108704, 0.003837514901533723, -0.2749529480934143, -0.03328331932425499, 0.12533828616142273, -0.08308197557926178, 0.02093968726694584, 0.004322702996432781, -0.025719959288835526, -0.0712389126420021, -0.051379330456256866, 0.014417589642107487, 0.010146024636924267, -0.026692930608987808, 0.14004287123680115, 0.02184642106294632, -0.07997703552246094, 0.1032741367816925, 0.005773084703832865, -0.009104402735829353, 0.011967015452682972, -0.025502102449536324, -0.12395834922790527, -0.136183962225914, 0.004441131372004747, 0.07012821733951569, 0.009098795242607594, 0.40314507484436035, 0.06055429205298424, 0.033649008721113205, 0.012832953594624996, 0.1131528913974762, 0.18857614696025848, 0.07176117599010468, 0.26167088747024536, 0.028234798461198807, 0.015802493318915367, 0.08649022877216339, 0.056045159697532654, 0.06132237985730171, 0.15218158066272736, 0.039241973310709, 0.11299709975719452, 0.0011748892720788717, -0.018078504130244255, -0.12821929156780243, -0.07916649430990219, 0.016769880428910255, -0.10211212933063507, 0.009311745874583721, -0.02036069519817829, 0.15788105130195618, -0.051254019141197205, 0.031060000881552696, -0.10531265288591385, 0.02501051314175129, 0.008712739683687687, -0.08847717940807343, -0.11125537753105164, -0.057333022356033325, -0.0037118815816938877, -0.11448819190263748, -0.013726132921874523, -0.15582670271396637, -0.13296876847743988, 0.2540777325630188, 0.015444302931427956, 0.03040352277457714, 0.0917658656835556, -0.07486210018396378, -0.09205246716737747, -0.03811914846301079, 0.011788031086325645, 0.036088187247514725, 0.008350511081516743, -0.0803304985165596, 0.018905198201537132, -0.0999593585729599, -0.00015678397903684527, -0.0645802691578865, 0.06413541734218597, -0.06140873208642006, -0.14184102416038513, 0.021679382771253586, -0.03287860378623009, -0.019522519782185555, -0.14342066645622253, 0.10514625161886215, 0.01765594445168972, -0.07532362639904022, 0.01899581402540207, 0.18919290602207184, 0.09204146265983582, 0.08347903192043304, -0.07584044337272644, 0.22516895830631256, 0.02948816306889057, 0.02759608067572117, -0.08886397629976273, 0.025252822786569595, 0.06287191808223724, 0.2527481019496918, 0.03222344443202019, -0.15608665347099304, -0.06530831754207611, -0.0408347062766552, 0.008543306961655617, 0.10486742854118347, 0.18391232192516327, -0.01378423348069191, 0.06894857436418533, -0.0058515071868896484, 0.008213183842599392, -0.049840934574604034, -0.08683861792087555, -0.19936782121658325, -0.09089601784944534, 0.2052682340145111, -0.06099482253193855, -0.17874065041542053, 0.16432905197143555, -0.1097172349691391, 0.011474842205643654, -0.08436430245637894, -0.028054233640432358, -0.07233652472496033, -0.11745676398277283, -0.09247875213623047, 0.028041930869221687, -0.00007558321522083133, -0.05446065217256546, 0.11674878746271133, -0.08488361537456512, 0.0378846600651741, -0.18475298583507538, -0.11750374734401703, 0.12981006503105164, -0.010775457136332989, -0.010203755460679531, -0.01770414412021637, 0.10082828253507614, 0.004897031467407942, -0.0858037918806076, -0.059034690260887146, 0.0015073975082486868, 0.012954914011061192, 0.056467846035957336, 0.11095967888832092, 0.10404569655656815, 0.008033356629312038, 0.005218131933361292, 0.0021689210552722216, -0.025046456605196, -0.03884937986731529, 0.04947809502482414, -0.005111045204102993, 0.02955913171172142, -0.010053097270429134, -0.053359754383563995, 0.14838725328445435, 0.09599656611680984, -0.0709935799241066, 0.005038831848651171, -0.04869171231985092, 0.04469527304172516, -0.09866498410701752, -0.07126102596521378, -0.11752679944038391, -0.13946864008903503, -0.10880439728498459, 0.01936216652393341, -0.0967395007610321, -0.1904505044221878, 0.04996035248041153, -0.11461211740970612, 0.03495597094297409, 0.010597538203001022, 0.060935936868190765, 0.044985413551330566, 0.016928507015109062, -0.04567394778132439, -0.20613020658493042, 0.07617278397083282, -0.020647145807743073, -0.021608827635645866, -0.17448869347572327 ]
bfc78b0d405307cb2c6d48976a317f0a1d6fa106
# Dataset Card for "dataset-affecthqnet-fer2013" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Piro17/dataset-affecthqnet-fer2013
[ "region:us" ]
2023-02-10T14:07:09+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "anger", "1": "disgust", "2": "fear", "3": "happy", "4": "neutral", "5": "sad", "6": "surprise"}}}}], "splits": [{"name": "train", "num_bytes": 106887329.048, "num_examples": 56532}], "download_size": 7975090261, "dataset_size": 106887329.048}}
2023-02-10T14:13:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "dataset-affecthqnet-fer2013" More Information needed
[ "# Dataset Card for \"dataset-affecthqnet-fer2013\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"dataset-affecthqnet-fer2013\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"dataset-affecthqnet-fer2013\"\n\nMore Information needed" ]
[ -0.15472637116909027, 0.24338454008102417, -0.0027830128092318773, -0.00884474627673626, 0.0792975127696991, 0.07918160408735275, 0.10783199220895767, 0.03421233594417572, 0.1557585746049881, -0.026845267042517662, 0.1213374063372612, -0.05614684522151947, 0.07579047977924347, 0.24814842641353607, -0.052291855216026306, 0.017801715061068535, 0.08058255165815353, 0.032998714596033096, -0.06351439654827118, 0.046782486140728, 0.0516338087618351, -0.019327472895383835, 0.051044728606939316, -0.04822803661227226, -0.23618590831756592, 0.09711317718029022, -0.022019201889634132, -0.029965976253151894, 0.04428379610180855, -0.021588869392871857, 0.17809994518756866, 0.011382628232240677, -0.006708040833473206, -0.16583266854286194, 0.020749907940626144, 0.013359500095248222, -0.08812621235847473, 0.06608480215072632, 0.0702865719795227, -0.00929220486432314, -0.10219226777553558, 0.06889378279447556, -0.05277732014656067, -0.02166374959051609, -0.10142738372087479, -0.10445473343133926, -0.14394117891788483, 0.07285328954458237, 0.027133284136652946, 0.05260086804628372, 0.05673503875732422, 0.10736502707004547, -0.06118064001202583, 0.020340489223599434, 0.008029336109757423, -0.1341685950756073, 0.008055170066654682, 0.21583016216754913, -0.02942878194153309, 0.0622880794107914, -0.02617073990404606, 0.016987117007374763, 0.09113313257694244, -0.02573060616850853, -0.10112368315458298, -0.04194736108183861, -0.21612294018268585, 0.050681792199611664, -0.07054528594017029, -0.07535716891288757, 0.2942297160625458, 0.03171219304203987, 0.025646068155765533, 0.1445225477218628, -0.06254546344280243, -0.025739749893546104, -0.010911112651228905, -0.017352262511849403, 0.0014036576030775905, 0.028983328491449356, 0.04329510033130646, -0.05384242162108421, -0.11875122040510178, -0.12756048142910004, -0.22938814759254456, 0.042720094323158264, -0.043511491268873215, 0.13206182420253754, -0.22042395174503326, -0.05236349627375603, -0.14999878406524658, -0.014027006924152374, -0.01712380349636078, -0.1337554156780243, -0.08828727900981903, -0.015835870057344437, -0.01706472598016262, 0.0329662524163723, 0.12127473205327988, 0.015542149543762207, 0.00631946325302124, 0.037755537778139114, -0.022273637354373932, 0.07248569279909134, 0.13686947524547577, -0.15037906169891357, -0.05673721432685852, -0.08847982436418533, -0.009814402088522911, -0.09723816066980362, -0.0429127961397171, -0.10963881760835648, -0.06315912306308746, -0.020305553451180458, -0.09142260253429413, 0.058340951800346375, 0.02087346278131008, -0.11101611703634262, -0.018659722059965134, -0.05315197631716728, 0.19566446542739868, -0.04006172716617584, -0.026258111000061035, 0.022031322121620178, -0.0815853476524353, -0.09796219319105148, -0.09928052872419357, 0.06961140781641006, 0.05978190526366234, -0.05378333851695061, -0.12794248759746552, -0.0687616690993309, -0.012595620937645435, -0.033547092229127884, 0.07738018035888672, -0.09278563410043716, 0.04861924797296524, -0.1282874047756195, -0.2472434639930725, 0.026287006214261055, 0.06798426061868668, -0.015506913885474205, 0.10975152999162674, 0.07056665420532227, -0.007162472698837519, 0.0004089013091288507, -0.05004824697971344, 0.1101786270737648, -0.055670954287052155, -0.004822156857699156, 0.03316337615251541, 0.02499360404908657, -0.2482561320066452, 0.01881548948585987, -0.06172759458422661, -0.0409606508910656, 0.013700270093977451, 0.02851855382323265, -0.21055713295936584, 0.037754788994789124, -0.08730895817279816, 0.013629301451146603, -0.1807066947221756, 0.006738369353115559, 0.053996309638023376, 0.13053330779075623, -0.19551627337932587, -0.04608891159296036, 0.10402414947748184, -0.16926464438438416, -0.15962554514408112, -0.026519710198044777, -0.000018131348042516038, 0.03179020807147026, -0.017789626494050026, 0.34039953351020813, 0.24667254090309143, -0.03401537984609604, -0.07854177802801132, 0.1518528163433075, -0.1349944770336151, -0.3548435568809509, 0.04786870628595352, 0.016996875405311584, -0.029048249125480652, -0.009583177044987679, 0.08512739837169647, 0.03330015391111374, -0.07878264039754868, -0.0966746062040329, 0.00004431437264429405, -0.13930387794971466, -0.007432666607201099, 0.006499528884887695, 0.059450872242450714, 0.07020831853151321, 0.19424161314964294, -0.037047918885946274, 0.05469315126538277, 0.038231946527957916, -0.008717493154108524, -0.03295399993658066, 0.08124472945928574, -0.07542247325181961, 0.001330921775661409, -0.17878781259059906, -0.20966416597366333, 0.00843014009296894, -0.04302884265780449, -0.01584576815366745, -0.0014650295488536358, 0.07071182131767273, -0.0994199588894844, 0.008169837296009064, 0.05665375664830208, 0.12242183089256287, 0.025431878864765167, -0.03795527294278145, -0.020490651950240135, 0.003091135760769248, -0.09536290913820267, 0.09884166717529297, -0.09521536529064178, -0.03527239337563515, 0.07443089038133621, 0.07315843552350998, -0.006306482013314962, -0.04633830860257149, 0.050936151295900345, -0.043929193168878555, -0.004350612871348858, -0.049265969544649124, -0.00024523850879631937, 0.02371400222182274, 0.021529482677578926, 0.04439268633723259, 0.09007528424263, 0.19152431190013885, 0.08092795312404633, 0.08469175547361374, 0.014456309378147125, -0.13045738637447357, 0.01300294790416956, -0.0027186658699065447, 0.00759002473205328, 0.02732563391327858, -0.058035582304000854, -0.042028095573186874, -0.022371748462319374, -0.044343940913677216, 0.020744046196341515, 0.08078785985708237, -0.029784878715872765, -0.0782904326915741, 0.023713858798146248, 0.10221098363399506, -0.33089059591293335, 0.16663767397403717, 0.07805770635604858, 0.07275152206420898, 0.09628787636756897, -0.030877554789185524, -0.07351446896791458, -0.004973228555172682, -0.009297845885157585, -0.07534261792898178, 0.23544061183929443, -0.043502554297447205, -0.00469807256013155, 0.0652398020029068, 0.012592813931405544, 0.13773837685585022, -0.06707397103309631, -0.09803342819213867, -0.039696577936410904, -0.010632332414388657, -0.2505442798137665, -0.014775572344660759, -0.027786996215581894, 0.07534655928611755, 0.011492311023175716, -0.08121753484010696, 0.1349528431892395, -0.0625920370221138, -0.07228413224220276, 0.15946544706821442, -0.15630029141902924, -0.21292437613010406, -0.01502979826182127, -0.060170967131853104, -0.02774287573993206, -0.009788661263883114, -0.08807414770126343, -0.10572792589664459, -0.024582359939813614, 0.03714269772171974, -0.17541734874248505, -0.15721425414085388, 0.02031746692955494, 0.06563685834407806, -0.019196148961782455, -0.006076430901885033, -0.10094473510980606, 0.05292370542883873, -0.10008685290813446, 0.08653538674116135, 0.1175529807806015, -0.08468089252710342, 0.17240336537361145, 0.07479076832532883, -0.013544314540922642, 0.086717389523983, -0.03413864225149155, 0.18403033912181854, -0.06985747069120407, -0.04895368590950966, 0.06793642044067383, 0.04892924427986145, 0.010388141497969627, 0.11322413384914398, 0.04773978888988495, -0.09413733333349228, -0.006227760575711727, 0.00021417270181700587, -0.1403197944164276, -0.28436487913131714, -0.13266471028327942, -0.07965780049562454, 0.04739056155085564, -0.029139121994376183, 0.06211179867386818, 0.014738688245415688, 0.06942654401063919, 0.1009310781955719, -0.09386755526065826, -0.12946075201034546, -0.05876435711979866, 0.025162631645798683, 0.05183112248778343, 0.014570473693311214, -0.1373969316482544, 0.08129599690437317, 0.15246255695819855, 0.2133954018354416, 0.3537978231906891, 0.05753207206726074, -0.020907936617732048, 0.021655812859535217, 0.2303495854139328, 0.11927100270986557, 0.1074899360537529, 0.032707054167985916, -0.05713389068841934, 0.04292801395058632, 0.060923513025045395, -0.015762584283947945, -0.0070833307690918446, 0.05152491107583046, -0.2185477316379547, 0.06377752870321274, -0.06166912615299225, -0.028156211599707603, -0.10943268239498138, 0.04972581937909126, -0.12752345204353333, 0.07831551134586334, -0.021429484710097313, 0.09500781446695328, -0.07319655269384384, 0.05402381345629692, 0.16315463185310364, -0.014261187985539436, 0.08411624282598495, 0.0007375234854407609, 0.022776955738663673, 0.009232547134160995, -0.02373974211513996, 0.0029433369636535645, -0.08338277786970139, -0.011715794913470745, 0.08734221756458282, -0.1481839120388031, 0.31134033203125, 0.036252692341804504, -0.0600508414208889, -0.03197251260280609, -0.04570620879530907, -0.003085219068452716, -0.012089060619473457, 0.1637350469827652, 0.05830409750342369, -0.094904825091362, -0.14675971865653992, -0.05092700943350792, 0.04655253514647484, 0.11390982568264008, 0.07450604438781738, -0.1091318279504776, 0.09516201168298721, 0.023833774030208588, 0.014967850409448147, 0.033006224781274796, -0.12386717647314072, -0.14488303661346436, 0.04447519779205322, 0.10883328318595886, -0.1322649121284485, 0.011391760781407356, 0.018280407413840294, -0.05000879988074303, 0.08751984685659409, -0.038962047547101974, -0.0178177822381258, -0.11158589273691177, -0.020711179822683334, 0.15230952203273773, -0.04656173288822174, 0.03954797238111496, 0.018110161647200584, 0.032200392335653305, -0.0474463552236557, -0.21128356456756592, 0.09092038869857788, -0.1330220252275467, 0.16384410858154297, -0.08183645457029343, 0.04186117276549339, 0.04319222643971443, 0.020037977024912834, 0.023373661562800407, 0.008524596691131592, -0.04114851728081703, -0.10417994856834412, 0.11017214506864548, -0.1687171906232834, 0.039683349430561066, 0.10834179073572159, 0.061662521213293076, -0.04753227159380913, 0.09153527766466141, -0.019700907170772552, 0.17750830948352814, 0.06253400444984436, -0.06680889427661896, 0.07955395430326462, 0.19927236437797546, -0.009829703718423843, -0.26863569021224976, 0.04798594489693642, -0.004989443346858025, -0.07520522177219391, -0.013946511782705784, -0.2758554220199585, 0.11836989969015121, 0.18234354257583618, -0.07485131174325943, 0.21751944720745087, -0.0828862339258194, 0.04054988548159599, 0.16482384502887726, -0.018172528594732285, 0.2813342809677124, -0.12062454223632812, -0.11170248687267303, -0.023473616689443588, -0.15495195984840393, 0.3149178922176361, -0.184455007314682, 0.007452795282006264, 0.05638790875673294, 0.0667414665222168, -0.04646041989326477, -0.06537420302629471, 0.141012042760849, 0.1339474618434906, 0.07034176588058472, 0.002383272396400571, -0.038953013718128204, 0.12226880341768265, -0.023684071376919746, 0.014898447319865227, 0.16729600727558136, 0.08020863682031631, -0.17943182587623596, 0.03559409826993942, -0.020434560254216194, 0.05716805160045624, 0.06327629834413528, -0.05271681770682335, -0.07242351770401001, 0.03540468215942383, -0.04241257533431053, -0.03335460647940636, 0.10115522891283035, 0.03466958552598953, 0.09480777382850647, 0.1538543850183487, 0.026691755279898643, -0.0919671505689621, 0.022705204784870148, -0.07761221379041672, -0.07228730618953705, 0.07629147171974182, -0.12707163393497467, 0.011294650845229626, 0.12041694670915604, 0.0470239631831646, -0.006253146566450596, 0.033946532756090164, -0.024776525795459747, -0.007225713226944208, 0.14236566424369812, -0.10645080357789993, 0.0241885706782341, 0.04509479179978371, 0.04722115024924278, -0.0386459082365036, 0.11920609325170517, 0.06073411554098129, 0.05883120745420456, 0.016372282058000565, -0.031422387808561325, 0.03441439941525459, -0.05567213147878647, 0.15134268999099731, 0.14238415658473969, 0.01780718006193638, -0.20925945043563843, 0.18336695432662964, 0.032103970646858215, 0.00021746466518379748, 0.007862148806452751, -0.01657329685986042, -0.09047631174325943, -0.08127858489751816, -0.13855309784412384, 0.17301476001739502, -0.22612623870372772, -0.13870055973529816, 0.06357955932617188, -0.02506977505981922, -0.007506951689720154, 0.23763862252235413, 0.002575331600382924, 0.08011674880981445, 0.046018488705158234, -0.008624667301774025, 0.0013997432542964816, -0.09019206464290619, -0.06929667294025421, 0.043810151517391205, -0.10422220826148987, -0.18390218913555145, -0.053429946303367615, 0.11838995665311813, -0.07480331510305405, -0.03851098194718361, -0.047938235104084015, 0.04310884699225426, -0.08544982224702835, 0.0003636440960690379, 0.03475942835211754, 0.0012923860922455788, -0.03452439606189728, -0.016044387593865395, -0.07438933104276657, -0.002025795169174671, -0.09617955982685089, 0.11600361764431, 0.04758607968688011, -0.003774400567635894, -0.1488225758075714, 0.02068115398287773, 0.016291271895170212, 0.06860580295324326, 0.11282645910978317, 0.174639031291008, 0.050986941903829575, 0.06794564425945282, -0.09136141091585159, -0.10604455322027206, 0.07036519795656204, 0.07420524209737778, 0.09752609580755234, 0.09112606942653656, -0.0051520518027246, 0.10676079988479614, -0.062109123915433884, 0.07034566253423691, -0.061902787536382675, -0.0421382412314415, -0.05443596839904785, -0.19540080428123474, -0.034661974757909775, -0.015066723339259624, -0.07237891107797623, 0.26500189304351807, 0.10819430649280548, 0.01185146439820528, 0.05714598670601845, -0.037031956017017365, -0.03514799848198891, -0.03787080943584442, 0.017078885808587074, -0.09174354374408722, -0.07500359416007996, 0.08256980031728745, 0.01997455582022667, -0.04198761284351349, 0.3899371325969696, -0.10415755212306976, -0.12297354638576508, -0.023792119696736336, 0.06268488615751266, -0.01768380030989647, -0.03544142097234726, 0.171124666929245, 0.17155100405216217, -0.03326663374900818, 0.03973669931292534, 0.11047492921352386, -0.03473392874002457, 0.057229798287153244, 0.16696539521217346, 0.01497321855276823, 0.08619625866413116, 0.0064186109229922295, 0.0804852545261383, -0.12999825179576874, 0.17379671335220337, 0.021643809974193573, -0.14370949566364288, -0.04941727966070175, 0.06540577113628387, -0.07048851251602173, 0.05876879394054413, -0.05057308077812195, 0.00404500775039196, -0.029416900128126144, -0.08156156539916992, -0.06654424220323563, -0.05866635963320732, -0.009061603806912899, -0.10317893326282501, 0.016414381563663483, -0.11866764724254608, -0.007866336032748222, 0.2645605206489563, 0.068247951567173, 0.023765040561556816, 0.05854998156428337, -0.01850748620927334, 0.031172607094049454, 0.01255540270358324, -0.0025134864263236523, -0.019992124289274216, -0.03087812475860119, -0.08209137618541718, 0.09048495441675186, 0.038401465862989426, -0.014426334761083126, -0.021054506301879883, 0.0942632332444191, 0.07163835316896439, -0.060786958783864975, -0.045402590185403824, -0.1069340780377388, 0.061852362006902695, -0.06515706330537796, 0.09760615229606628, 0.024848492816090584, 0.06873486191034317, 0.052468206733465195, 0.1253136545419693, -0.015653494745492935, 0.03797975555062294, -0.0675273984670639, 0.020342161878943443, -0.07894207537174225, 0.11871220171451569, -0.05549291893839836, -0.10728388279676437, -0.1037168949842453, 0.15987351536750793, 0.18905368447303772, -0.1417197287082672, -0.003731410251930356, 0.05920707434415817, 0.03550192713737488, 0.02459387108683586, 0.10819370299577713, 0.062111664563417435, 0.2044888138771057, -0.028330668807029724, -0.11658389866352081, -0.0027376660145819187, 0.010261124931275845, -0.01603991910815239, 0.1370551884174347, 0.06715907156467438, -0.01751643791794777, -0.11496718972921371, 0.15012048184871674, -0.19836761057376862, 0.01239008642733097, -0.06481923907995224, -0.08722133934497833, -0.1126449704170227, -0.02471182867884636, 0.0676138773560524, 0.04044715687632561, -0.0014406264526769519, -0.06359633803367615, 0.06664218753576279, -0.15842710435390472, -0.0008978009573183954, -0.2389155775308609, -0.2458537071943283, 0.0533285066485405, -0.010026381351053715, 0.14799782633781433, -0.030031440779566765, 0.09920345991849899, 0.0254642516374588, 0.0015922719612717628, -0.11892963200807571, 0.01631750352680683, 0.03556790575385094, -0.05279621109366417, -0.08066225796937943, 0.012708435766398907, -0.031167015433311462, -0.03511525318026543, 0.06022385507822037, 0.0046227662824094296, -0.057351257652044296, 0.07257063686847687, 0.07743845880031586, -0.0640353336930275, 0.0058859786950051785, -0.08085766434669495, 0.10870059579610825, -0.014576584100723267, -0.03487773239612579, 0.011269685812294483, -0.022720465436577797, 0.01612883433699608, 0.03495962545275688, -0.0048240190371870995, -0.023857003077864647, -0.08115752786397934, -0.04286188259720802, 0.004624603316187859, 0.016593024134635925, -0.04179099202156067, 0.09952857345342636, -0.09773091226816177, 0.03240964561700821, 0.041066888719797134, 0.06357893347740173, 0.13814379274845123, 0.052077919244766235, -0.031077774241566658, 0.11122598499059677, 0.034078918397426605, -0.0034572987351566553, 0.013230876065790653, -0.10383591800928116 ]
9bd05027eb3b7a8feda41dfab25afd158e9c250c
# Dataset Card for "SynthDog-RU_EN" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Nyaaneet/SynthDog-RU_EN
[ "region:us" ]
2023-02-10T14:21:54+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "ground_truth", "dtype": "string"}, {"name": "lang", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 458147114.98, "num_examples": 9570}, {"name": "test", "num_bytes": 113499938.11, "num_examples": 2430}], "download_size": 558565516, "dataset_size": 571647053.09}}
2023-02-10T14:55:04+00:00
[]
[]
TAGS #region-us
# Dataset Card for "SynthDog-RU_EN" More Information needed
[ "# Dataset Card for \"SynthDog-RU_EN\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"SynthDog-RU_EN\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"SynthDog-RU_EN\"\n\nMore Information needed" ]
[ -0.0725569874048233, 0.0803743377327919, -0.0041333818808197975, 0.00047328759683296084, 0.1004614606499672, 0.12038714438676834, 0.03198287636041641, 0.061030544340610504, 0.16552291810512543, -0.013467175886034966, 0.131500706076622, -0.04393274337053299, 0.07239624857902527, 0.177183136343956, -0.03257459029555321, -0.11457180231809616, 0.06521715968847275, 0.02513059228658676, -0.10756354033946991, 0.0008606278570368886, 0.04036499187350273, -0.042780786752700806, 0.1072491705417633, -0.08933195471763611, -0.20218567550182343, 0.1036517396569252, -0.06316301226615906, 0.0010485340608283877, 0.08609674870967865, -0.06851617991924286, 0.17897102236747742, -0.013769970275461674, 0.04225407913327217, -0.1373692899942398, 0.02570425160229206, 0.001181635889224708, -0.06619081646203995, 0.04971257597208023, -0.0007588682346977293, -0.059814248234033585, 0.028489548712968826, 0.004344848915934563, 0.013123460114002228, -0.016861332580447197, -0.11516763269901276, -0.16687336564064026, -0.05741414800286293, -0.050097718834877014, -0.006901631131768227, 0.019785676151514053, 0.053361691534519196, 0.08081290125846863, -0.11025450378656387, 0.002813377184793353, 0.12920883297920227, -0.004041519481688738, 0.05727551877498627, 0.18935683369636536, 0.027286235243082047, 0.09814145416021347, -0.02772878296673298, 0.0038433640729635954, 0.1117616593837738, 0.006117893848568201, -0.10480210185050964, -0.05460333079099655, -0.060830600559711456, 0.029867973178625107, -0.0425708144903183, -0.05421506613492966, 0.30503252148628235, 0.0011656450806185603, 0.010771242901682854, 0.17115165293216705, -0.06597798317670822, -0.05182440206408501, 0.03227349743247032, 0.03545285016298294, -0.017404451966285706, 0.04607000946998596, 0.1083463653922081, -0.03473914414644241, -0.107530876994133, -0.0923958346247673, -0.14430567622184753, 0.10899530351161957, 0.039485327899456024, 0.18158003687858582, -0.1644515097141266, -0.014991726726293564, -0.13092520833015442, -0.02274501323699951, -0.013916482217609882, -0.11952575296163559, -0.04310779273509979, -0.0000018608467371450388, -0.04743150249123573, -0.05574103444814682, 0.1454540491104126, 0.11689557135105133, -0.04285310581326485, 0.009716066531836987, 0.03027888387441635, 0.08765172958374023, 0.1626064032316208, -0.11814344674348831, -0.016796674579381943, 0.049849607050418854, -0.007749616168439388, -0.17711754143238068, -0.05966171994805336, -0.0843820869922638, -0.13550163805484772, 0.03097030147910118, -0.15779875218868256, 0.05941499024629593, -0.03176986798644066, -0.12489894032478333, -0.06981389224529266, -0.026642387732863426, 0.1216595396399498, -0.033986326307058334, 0.00518248463049531, 0.01039962749928236, -0.05761568248271942, -0.026218371465802193, -0.10564915090799332, 0.013380739837884903, 0.06354328989982605, 0.061090342700481415, -0.0708228275179863, -0.057839397341012955, -0.03345761075615883, -0.02275409735739231, 0.07710433006286621, -0.22537675499916077, 0.11960907280445099, -0.15584346652030945, -0.18627268075942993, 0.034151915460824966, 0.03876841440796852, -0.0523095466196537, 0.16266152262687683, 0.03905841335654259, 0.05236479640007019, -0.0068473960272967815, -0.021152343600988388, 0.0019947830587625504, -0.07605747878551483, -0.006562205962836742, -0.028544768691062927, 0.07470137625932693, -0.30170828104019165, 0.04043860360980034, -0.1405133605003357, -0.009365823119878769, 0.10324918478727341, -0.006796557456254959, -0.08104807883501053, 0.09055469930171967, -0.018159545958042145, 0.011636885814368725, -0.16721601784229279, 0.02677152119576931, 0.01253557950258255, 0.026502715423703194, -0.16769349575042725, -0.05027145892381668, 0.15864454209804535, -0.1268010288476944, -0.14245352149009705, 0.06345788389444351, -0.030986366793513298, 0.05465750768780708, 0.004411599598824978, 0.3516594469547272, 0.130123570561409, -0.10452307015657425, -0.0037731481716036797, 0.09257170557975769, -0.14864397048950195, -0.2726016342639923, 0.0707985907793045, -0.01073439884930849, -0.08224320411682129, 0.026609720662236214, 0.10226290673017502, 0.03771171718835831, -0.05489185079932213, -0.05873151868581772, -0.017151406034827232, -0.11534878611564636, 0.052233532071113586, 0.0042756544426083565, 0.04364022612571716, -0.030756477266550064, 0.13771779835224152, -0.028360383585095406, 0.09691952168941498, 0.010779877193272114, -0.00983001571148634, 0.009461856447160244, 0.10867632180452347, -0.008130134083330631, 0.02384941652417183, -0.1632157564163208, -0.1123720183968544, 0.037607643753290176, -0.037130314856767654, 0.04828677326440811, 0.050529398024082184, 0.04602290689945221, -0.018754087388515472, 0.02564830332994461, 0.03701499477028847, 0.03127673640847206, 0.03059767559170723, 0.042819663882255554, -0.014714392833411694, 0.06289730221033096, -0.10577996075153351, -0.14937038719654083, -0.06848501414060593, -0.011970031075179577, 0.0703415647149086, 0.09421894699335098, -0.0058046672493219376, 0.011132349260151386, -0.006358510814607143, 0.032713886350393295, -0.041454944759607315, -0.014210760593414307, -0.005102789495140314, -0.039697177708148956, -0.024950126186013222, -0.021525265648961067, 0.05778789892792702, 0.11966432631015778, 0.08782486617565155, 0.005736839026212692, 0.012441965751349926, 0.06226407364010811, 0.013867761939764023, -0.019656924530863762, -0.07660748064517975, -0.015226513147354126, -0.020141320303082466, -0.06967519968748093, 0.012134885415434837, -0.025076325982809067, 0.07548559457063675, 0.048019248992204666, -0.08209797739982605, -0.04875338450074196, 0.03975607454776764, 0.16379091143608093, -0.2271239459514618, 0.14492826163768768, 0.1571584939956665, 0.07744494825601578, 0.11814027279615402, -0.041261039674282074, -0.09984900802373886, -0.004721133969724178, -0.05337153375148773, -0.05227450653910637, 0.1931353658437729, 0.03791341930627823, 0.0371917262673378, 0.04768240824341774, 0.061535317450761795, 0.09439225494861603, -0.10785549134016037, -0.08469648659229279, -0.013404292985796928, 0.021982809528708458, -0.10961432009935379, 0.04303108528256416, -0.01246153935790062, 0.05931635573506355, -0.0012785311555489898, -0.07200153917074203, 0.1032513678073883, 0.006614002399146557, -0.011876781471073627, 0.1670011579990387, -0.18339656293392181, -0.373220831155777, -0.05047175660729408, -0.1482926607131958, 0.0644577145576477, 0.034942761063575745, 0.03117496147751808, -0.2012011855840683, -0.05068114027380943, 0.06561505049467087, -0.0598578043282032, -0.1835521161556244, 0.019574841484427452, 0.005760599859058857, 0.07605432718992233, -0.06329774111509323, -0.045242827385663986, 0.005226877052336931, -0.0548437125980854, 0.1845683604478836, 0.1377951055765152, -0.11411576718091965, 0.15366972982883453, 0.06616338342428207, -0.021526556462049484, 0.047899600118398666, -0.028551599010825157, 0.05684211850166321, -0.010867530480027199, -0.05089925229549408, 0.09438583999872208, -0.0658179223537445, 0.02855924516916275, 0.12160835415124893, 0.054337278008461, -0.1297193020582199, 0.025544149801135063, -0.06643848866224289, -0.20651613175868988, -0.2837927043437958, -0.11739012598991394, -0.07856130599975586, 0.11563730239868164, 0.0615570954978466, 0.0916985496878624, 0.04452007636427879, 0.051337990909814835, 0.13405713438987732, -0.060028139501810074, -0.1602764129638672, -0.03195571154356003, -0.05827366188168526, -0.004844409413635731, -0.02360468916594982, -0.15259742736816406, 0.010489167645573616, 0.14597062766551971, 0.19967131316661835, 0.2606605291366577, 0.15493696928024292, 0.11616165935993195, 0.023883316665887833, 0.2213333398103714, 0.11566634476184845, 0.08134733885526657, 0.09011386334896088, -0.028028788045048714, 0.0024080979637801647, 0.05690272897481918, 0.004646223969757557, 0.058570943772792816, 0.0711013451218605, -0.14395394921302795, 0.03790390491485596, -0.029801422730088234, -0.014288274571299553, -0.12304672598838806, 0.08478567749261856, -0.16233354806900024, 0.05539581552147865, -0.016853390261530876, 0.16791404783725739, -0.06524737179279327, 0.07584879547357559, 0.0835757926106453, -0.03034999407827854, 0.03267950192093849, 0.045005351305007935, 0.07526668906211853, -0.007621282711625099, 0.0034745396114885807, 0.0021817663218826056, 0.01042031031101942, 0.020355315878987312, 0.09014468640089035, -0.15483152866363525, 0.21524769067764282, -0.016146108508110046, -0.059273604303598404, -0.023492103442549706, -0.05087782442569733, -0.031072231009602547, 0.06916829943656921, 0.09805337339639664, 0.06406654417514801, -0.3250010311603546, -0.1665705293416977, -0.08747343719005585, -0.012852934189140797, 0.13432875275611877, 0.007731717079877853, -0.11632751673460007, 0.018950726836919785, 0.041146837174892426, -0.017395401373505592, -0.13736547529697418, -0.046462129801511765, -0.10347472876310349, -0.017514197155833244, 0.046388667076826096, -0.05881843715906143, 0.01591627486050129, 0.012988667003810406, 0.05003939941525459, 0.10342898964881897, 0.050117358565330505, -0.03279861807823181, -0.11774763464927673, 0.03048011288046837, 0.11708912253379822, -0.06163337454199791, 0.009166192263364792, 0.005572925321757793, -0.017213866114616394, -0.04948998615145683, -0.22137947380542755, 0.08995117247104645, -0.09241288900375366, 0.09683707356452942, -0.11884225159883499, 0.07078835368156433, 0.05443325638771057, 0.034324802458286285, -0.006412758491933346, 0.014393710531294346, -0.10958229750394821, -0.04738530516624451, 0.1532464474439621, -0.05025117099285126, 0.08862458914518356, 0.21153533458709717, 0.009335405193269253, -0.01720959134399891, 0.06740131974220276, -0.052951548248529434, 0.21161560714244843, 0.10654574632644653, -0.07088756561279297, 0.16819483041763306, 0.19163796305656433, -0.07526297867298126, -0.2624601125717163, -0.018591521307826042, -0.0640859380364418, 0.0028753122314810753, 0.028873754665255547, -0.2504529654979706, 0.09128575772047043, 0.15745438635349274, -0.0075864000245928764, 0.18846985697746277, -0.12866859138011932, -0.0018705070251598954, 0.15837465226650238, 0.000776223314460367, 0.39078351855278015, -0.092226043343544, -0.038820017129182816, -0.08505541831254959, -0.12545329332351685, 0.1859941929578781, -0.057637158781290054, 0.03250257670879364, -0.0073059541173279285, 0.06744494289159775, -0.03960157930850983, -0.013080935925245285, 0.17426393926143646, 0.04559703543782234, 0.053328271955251694, -0.03422878682613373, -0.004131787922233343, 0.10734401643276215, -0.0490579679608345, 0.0522354394197464, 0.07531779259443283, 0.037175122648477554, -0.10976656526327133, 0.007451803423464298, 0.053556688129901886, 0.0776064544916153, 0.0916430875658989, -0.10075356811285019, -0.13161338865756989, -0.021638575941324234, -0.0743551105260849, -0.02949620597064495, 0.1777343600988388, 0.07174155116081238, 0.012871723622083664, 0.005325764883309603, -0.08123856782913208, -0.025754744186997414, -0.06356438994407654, -0.06043081358075142, -0.07662802934646606, 0.06500218063592911, -0.22597578167915344, -0.002890160772949457, 0.1494290977716446, -0.026258571073412895, 0.04568973928689957, 0.04129458963871002, -0.06681479513645172, 0.04741343855857849, 0.16591748595237732, -0.0981329083442688, -0.005148901138454676, 0.0675402507185936, -0.07098190486431122, 0.016286535188555717, 0.0846046432852745, 0.015765022486448288, 0.018681136891245842, -0.029052861034870148, -0.05383262410759926, 0.07630979269742966, -0.09569863975048065, 0.06602497398853302, 0.1327488124370575, 0.00325879012234509, -0.15186148881912231, 0.18402667343616486, 0.03266669809818268, -0.03844302147626877, 0.026135090738534927, 0.007814768701791763, -0.11426234245300293, -0.0865735337138176, -0.012056062929332256, 0.1309255063533783, -0.15533007681369781, -0.15167707204818726, -0.007467912044376135, -0.053610578179359436, 0.005232744384557009, 0.10593711584806442, 0.05672144889831543, 0.04120342433452606, -0.002909852424636483, -0.030164752155542374, -0.021017955616116524, -0.0609905831515789, -0.07984746992588043, 0.07604847103357315, -0.09490903466939926, -0.2593974769115448, -0.009652862325310707, 0.17875908315181732, -0.05973401665687561, -0.03591570258140564, -0.11718824505805969, 0.051271215081214905, -0.2138722687959671, 0.02826729603111744, 0.037750180810689926, -0.03816155344247818, 0.002413962734863162, -0.034070536494255066, -0.011852763593196869, 0.01861272007226944, -0.10015900433063507, 0.06233668327331543, 0.0525318942964077, 0.011869510635733604, -0.05380433052778244, -0.011827788315713406, 0.0797913521528244, 0.06660914421081543, 0.05388272553682327, 0.1694566011428833, 0.03176538646221161, 0.11097988486289978, -0.004109349567443132, -0.0723397508263588, 0.1372947245836258, 0.09957195073366165, 0.08157118409872055, 0.07992560416460037, -0.02792111225426197, 0.06827182322740555, -0.08540329337120056, 0.018781377002596855, -0.06653985381126404, -0.07720835506916046, 0.010924898087978363, -0.20033416152000427, -0.08890355378389359, 0.008089751936495304, -0.12862074375152588, 0.15869835019111633, 0.14276261627674103, 0.016021905466914177, 0.08539927750825882, 0.06102192774415016, 0.031172506511211395, -0.0483226515352726, 0.002164582721889019, -0.11439583450555801, -0.056873492896556854, -0.014892062172293663, 0.023437699303030968, -0.034222155809402466, 0.3803611099720001, -0.04227617010474205, -0.11967089027166367, -0.05093913525342941, 0.09593559801578522, -0.011203501373529434, 0.02534111589193344, 0.24601593613624573, 0.0715554878115654, -0.0581684447824955, -0.047406092286109924, 0.07213496416807175, 0.026702880859375, 0.048313114792108536, 0.10406716167926788, 0.053535498678684235, 0.1696479767560959, -0.02758242003619671, 0.04891137033700943, -0.008270706050097942, 0.024152718484401703, -0.08082310855388641, -0.01356930285692215, -0.0619981549680233, 0.11739451438188553, 0.025044580921530724, 0.05849028006196022, -0.02335578389465809, 0.003437003120779991, -0.01701716147363186, -0.08253873884677887, -0.07273288071155548, -0.02906682714819908, -0.04567114636301994, -0.11739183217287064, 0.021955514326691628, -0.08593050390481949, -0.056894682347774506, 0.23862555623054504, 0.032743483781814575, 0.010250307619571686, 0.06932712346315384, 0.001757163438014686, 0.008170925080776215, -0.04671807214617729, -0.017719639465212822, -0.06657353043556213, 0.04717547819018364, -0.09328432381153107, 0.02797115221619606, -0.02275402471423149, -0.02444900944828987, -0.04600633308291435, 0.06583879888057709, 0.04005395248532295, -0.14826622605323792, -0.02190784364938736, -0.05288474261760712, 0.08903837949037552, -0.13988333940505981, -0.008003970608115196, 0.06565830856561661, 0.005175434518605471, 0.06649799644947052, 0.1237606331706047, 0.028028421103954315, 0.05589917674660683, -0.030512630939483643, 0.01078901905566454, 0.0020732427947223186, 0.0848955512046814, -0.01041514240205288, -0.06839975714683533, -0.09315790235996246, 0.1363227218389511, 0.250455379486084, -0.021917108446359634, -0.025416970252990723, 0.015325723215937614, 0.04186581075191498, 0.028961587697267532, 0.14026783406734467, 0.07202690094709396, 0.06855284422636032, -0.018539486452937126, -0.10456843674182892, -0.039386164397001266, -0.02531326189637184, -0.11526060104370117, -0.04077056422829628, 0.06876026093959808, -0.05986383557319641, -0.12081339955329895, 0.1351209431886673, -0.19512754678726196, 0.0018201387720182538, 0.09801910817623138, -0.09502296894788742, -0.08108864724636078, -0.0014776361640542746, 0.09262672066688538, 0.012153515592217445, -0.004451116546988487, -0.11467307806015015, -0.030546870082616806, -0.025448795408010483, 0.009151705540716648, -0.29902777075767517, -0.1464727371931076, 0.0005369895370677114, -0.08182608336210251, 0.01640482060611248, -0.0435645692050457, 0.10719870030879974, 0.008804244920611382, 0.0549953319132328, -0.07762090116739273, -0.0059146094135940075, -0.012536665424704552, 0.08906467258930206, -0.040807560086250305, 0.0006191072752699256, -0.06462404131889343, -0.07907698303461075, 0.10651517659425735, -0.02547401189804077, -0.0930049866437912, 0.04885781928896904, 0.06426441669464111, -0.0008711665868759155, 0.01754082925617695, -0.09330036491155624, 0.11449968069791794, 0.006256303749978542, -0.00833137147128582, -0.023484263569116592, -0.013781469315290451, 0.036190763115882874, 0.06372135877609253, -0.09506972134113312, -0.048256874084472656, -0.03569166362285614, -0.08916473388671875, 0.16303065419197083, 0.03407523036003113, -0.06022629514336586, 0.014724230393767357, -0.12249315530061722, 0.05537693202495575, -0.002287310780957341, 0.06510113179683685, 0.09339873492717743, 0.04331560060381889, -0.04320557415485382, 0.014344219118356705, 0.009931785054504871, -0.011783936060965061, -0.008893259800970554, -0.129939466714859 ]
08c7b0f394f7d7f863a6abca58c1f682496441b9
# instruction dataset for code bugfix ## TODO: - [ ] Add commit message as prompt or summary of the bug - [ ] Add source code repos & file & commit_sha
zirui3/ManySStuBs4J-instructions-v0
[ "license:cc-by-4.0", "region:us" ]
2023-02-10T15:07:19+00:00
{"license": "cc-by-4.0"}
2023-03-08T04:47:04+00:00
[]
[]
TAGS #license-cc-by-4.0 #region-us
# instruction dataset for code bugfix ## TODO: - [ ] Add commit message as prompt or summary of the bug - [ ] Add source code repos & file & commit_sha
[ "# instruction dataset for code bugfix", "## TODO:\n\n- [ ] Add commit message as prompt or summary of the bug\n- [ ] Add source code repos & file & commit_sha" ]
[ "TAGS\n#license-cc-by-4.0 #region-us \n", "# instruction dataset for code bugfix", "## TODO:\n\n- [ ] Add commit message as prompt or summary of the bug\n- [ ] Add source code repos & file & commit_sha" ]
[ 15, 9, 32 ]
[ "passage: TAGS\n#license-cc-by-4.0 #region-us \n# instruction dataset for code bugfix## TODO:\n\n- [ ] Add commit message as prompt or summary of the bug\n- [ ] Add source code repos & file & commit_sha" ]
[ -0.13628935813903809, 0.11625271290540695, -0.0030867159366607666, -0.023026118054986, 0.1967601776123047, 0.036192636936903, 0.17491312325000763, 0.0824451744556427, 0.10693471878767014, 0.022167768329381943, 0.01915365271270275, 0.055579062551259995, 0.10443373769521713, 0.15214557945728302, 0.021780457347631454, -0.056949954479932785, -0.0012974601704627275, -0.009859912097454071, -0.02575633116066456, 0.030501600354909897, 0.05233027786016464, 0.015275690704584122, 0.09114823490381241, -0.021926475688815117, -0.14483362436294556, 0.06112220510840416, 0.0010114083997905254, -0.05834336578845978, 0.060428690165281296, 0.004877379164099693, 0.0919666588306427, 0.056725166738033295, -0.005465877242386341, -0.17508096992969513, 0.02914312854409218, 0.04244797304272652, -0.11657944321632385, 0.05063096061348915, 0.10013137757778168, 0.05743939056992531, -0.08956754207611084, -0.011670590378344059, -0.10469147562980652, 0.10171215236186981, -0.12797489762306213, 0.12399620562791824, -0.015203790739178658, 0.015381925739347935, 0.15324226021766663, 0.11649136990308762, 0.04086603969335556, 0.08793055266141891, 0.019142257049679756, 0.07561968266963959, 0.20041178166866302, -0.1409412920475006, -0.030413977801799774, 0.2613147497177124, 0.052236367017030716, 0.07673132419586182, -0.12927524745464325, -0.029687952250242233, 0.08092090487480164, 0.008677479811012745, 0.024423277005553246, -0.14293433725833893, -0.13040991127490997, 0.04569767415523529, -0.08808184415102005, -0.09388244897127151, 0.18443836271762848, -0.008700286969542503, -0.0785142257809639, 0.03455524519085884, -0.07335208356380463, -0.15923334658145905, -0.07646406441926956, 0.0863722637295723, 0.07942981272935867, 0.14523102343082428, 0.05155477300286293, -0.13298968970775604, -0.14814874529838562, -0.11917905509471893, 0.0003794373187702149, -0.05191127583384514, -0.05137718841433525, 0.07678843289613724, -0.08495122194290161, 0.021949373185634613, -0.14608603715896606, -0.05381493642926216, -0.08331615477800369, -0.005591294262558222, 0.001125867711380124, -0.054567232728004456, -0.031931158155202866, -0.029687823727726936, 0.22921891510486603, 0.03745853155851364, 0.0009126428631134331, 0.006211882922798395, -0.12335649877786636, 0.09018788486719131, 0.021457092836499214, 0.07581093907356262, -0.02476385608315468, 0.11055246740579605, 0.167000874876976, -0.02546686865389347, 0.057993654161691666, 0.0019095693714916706, -0.09233634173870087, -0.052278123795986176, 0.013212431222200394, 0.16635119915008545, 0.06691981106996536, -0.017632465809583664, -0.0647050216794014, 0.027596421539783478, 0.20457731187343597, -0.12862199544906616, -0.024258343502879143, 0.04491250216960907, 0.01705121248960495, -0.17813707888126373, 0.019650790840387344, 0.01636110618710518, -0.06283923983573914, -0.10955394804477692, -0.16965335607528687, 0.028215378522872925, -0.07820695638656616, -0.014115452766418457, 0.042150724679231644, -0.08266817033290863, 0.03362255543470383, -0.08683905005455017, -0.1300375610589981, -0.004446900449693203, -0.039571613073349, -0.017506252974271774, 0.03288891166448593, 0.014381477609276772, -0.08551120012998581, -0.05858014523983002, -0.010519541800022125, -0.08024237304925919, -0.07105951756238937, 0.0856049433350563, 0.020617328584194183, -0.01327566895633936, -0.20764805376529694, -0.022438354790210724, -0.15808840095996857, 0.0619356632232666, -0.06310217082500458, 0.03138912841677666, -0.0441722571849823, 0.11158636212348938, -0.09787946939468384, -0.018719177693128586, 0.0031931204721331596, -0.04685399681329727, 0.09674679487943649, 0.26779836416244507, -0.010314423590898514, 0.018591221421957016, 0.21701228618621826, -0.112391397356987, -0.1626645028591156, 0.04542407765984535, 0.11725891381502151, 0.06476840376853943, -0.03368344530463219, 0.14793705940246582, 0.0008260241011157632, -0.22129634022712708, 0.02906348556280136, 0.19157405197620392, -0.06565529853105545, -0.22345252335071564, 0.051433462649583817, -0.013904906809329987, 0.05207039788365364, 0.02284327521920204, 0.07340340316295624, 0.02722305804491043, -0.03061497211456299, -0.05761179327964783, -0.049070119857788086, 0.0037723141722381115, -0.19022521376609802, -0.034004271030426025, -0.010307379998266697, -0.009329735301434994, 0.10496584326028824, -0.02498401328921318, 0.0740242451429367, -0.014096537604928017, 0.020267650485038757, -0.08578767627477646, 0.09679442644119263, -0.15748551487922668, -0.02783828414976597, -0.08330578356981277, -0.1710139662027359, 0.03715839982032776, 0.04183882474899292, 0.01343158632516861, 0.05292398855090141, 0.0037195223849266768, -0.0016375257400795817, 0.06690321862697601, -0.007666932884603739, -0.017935846000909805, -0.018293704837560654, -0.0585503950715065, -0.0022766629699617624, -0.0007676825625821948, 0.012642290443181992, 0.10478445142507553, -0.09575679153203964, 0.06697636842727661, 0.2521335780620575, -0.031144602224230766, -0.00018528128566686064, -0.044799696654081345, 0.08681195229291916, 0.02505003847181797, 0.011560294777154922, -0.07349123060703278, 0.04494616389274597, 0.13447652757167816, -0.11165334284305573, 0.055064573884010315, -0.07032442837953568, 0.12697842717170715, 0.15171878039836884, -0.13209494948387146, 0.047182224690914154, -0.08517127484083176, -0.028601426631212234, -0.022152701392769814, 0.03374014422297478, -0.06944353133440018, -0.031244786456227303, 0.005232600029557943, 0.10826829075813293, -0.02174408733844757, 0.0689239427447319, 0.060965750366449356, -0.10801346600055695, -0.06414361298084259, -0.010415775701403618, 0.08393330872058868, -0.037725359201431274, 0.14372539520263672, 0.07554242759943008, -0.018626565113663673, 0.0869419202208519, -0.03469499945640564, -0.07115250825881958, -0.04665398597717285, 0.08038639277219772, -0.002487330697476864, 0.05025105178356171, -0.09630201011896133, -0.006578435655683279, 0.04254090040922165, -0.05726036801934242, 0.08684361726045609, -0.1538427770137787, -0.04216007888317108, -0.08790791034698486, -0.08877487480640411, -0.15570062398910522, 0.03708106279373169, -0.06064924597740173, -0.0025559463538229465, -0.011633673682808876, 0.00255265599116683, 0.11571557819843292, -0.04737341031432152, -0.09808555990457535, 0.08702152967453003, -0.10005765408277512, -0.2227373719215393, -0.3071863353252411, -0.0118470573797822, -0.09301282465457916, 0.060523394495248795, 0.07172591984272003, -0.007321597076952457, -0.022333184257149696, -0.03691636025905609, -0.025870971381664276, -0.04067441076040268, -0.04353487864136696, -0.01904013566672802, 0.12850366532802582, 0.0003928043879568577, -0.11338379234075546, -0.040186621248722076, 0.08605239540338516, -0.2367786020040512, 0.09229076653718948, -0.1710246354341507, 0.11446882784366608, 0.04038964584469795, 0.08414173126220703, -0.02756265178322792, -0.05592837184667587, 0.2082453966140747, -0.052114591002464294, -0.013780497945845127, 0.32904475927352905, 0.019922494888305664, 0.04872831702232361, 0.05766889080405235, 0.02560792863368988, -0.11211904883384705, -0.00038198247784748673, -0.06545255333185196, -0.08819141983985901, -0.2089090645313263, -0.038834311068058014, -0.1696368157863617, 0.1201610118150711, 0.029429510235786438, 0.09778998792171478, 0.10481281578540802, 0.09826674312353134, 0.027719568461179733, 0.049918629229068756, -0.023952918127179146, 0.1559010148048401, 0.0382733978331089, 0.008841203525662422, -0.043967217206954956, -0.06993328034877777, 0.10911454260349274, 0.1351427137851715, 0.1362941563129425, 0.023398565128445625, 0.07199182361364365, 0.2744283974170685, 0.014786395244300365, 0.15751858055591583, 0.006207249127328396, 0.06874630600214005, -0.027255741879343987, 0.03324023634195328, 0.011719041503965855, -0.06240563094615936, -0.18165910243988037, 0.08948235958814621, 0.00014948552416171879, -0.11540160328149796, -0.026050591841340065, -0.11698640137910843, 0.06383261829614639, 0.29918578267097473, -0.007338834460824728, -0.22484715282917023, -0.009623343124985695, 0.03873491287231445, 0.10921817272901535, -0.09180048853158951, 0.04525543004274368, 0.1126556321978569, -0.05117596313357353, -0.035348765552043915, 0.006770710926502943, 0.11301295459270477, 0.007228021509945393, 0.0043083662167191505, -0.004179461859166622, 0.1021387055516243, -0.026407402008771896, 0.12276247888803482, -0.2196057140827179, 0.07835972309112549, 0.06756111979484558, 0.00038229001802392304, -0.06275491416454315, 0.04319477081298828, -0.05502724274992943, 0.162995845079422, 0.1275433450937271, 0.003384136827662587, 0.05842476338148117, -0.20029613375663757, -0.10584434866905212, 0.002447169041261077, 0.06393994390964508, -0.07580980658531189, -0.07771161943674088, -0.01944618672132492, 0.01622624322772026, -0.03280283510684967, -0.02515728399157524, 0.029546573758125305, -0.03914576768875122, 0.06015278026461601, 0.1795295923948288, 0.14742225408554077, -0.10006622970104218, 0.08560533076524734, 0.13650310039520264, 0.20587888360023499, -0.1374366283416748, -0.04449644312262535, -0.10910318791866302, 0.03386706858873367, 0.05908036231994629, -0.022457916289567947, 0.06257558614015579, -0.03666512668132782, 0.037566889077425, -0.04012307524681091, -0.0634981170296669, 0.17264887690544128, -0.15201659500598907, 0.018818993121385574, -0.00894192885607481, 0.1658143401145935, -0.08539607375860214, -0.031119579449295998, -0.017864705994725227, -0.019960982725024223, 0.007760744541883469, -0.09367773681879044, -0.03668374568223953, -0.05331924930214882, 0.1556774228811264, 0.07601138204336166, -0.11645859479904175, -0.017385030165314674, -0.01544564962387085, -0.08586012572050095, 0.09582673758268356, 0.20284797251224518, 0.04870413988828659, -0.0030237757600843906, 0.197556734085083, -0.1066073626279831, -0.22636370360851288, 0.017568152397871017, -0.04205458238720894, -0.011524067260324955, -0.03129606693983078, -0.16689589619636536, -0.01637892797589302, 0.09219058603048325, -0.05408146604895592, 0.213004469871521, -0.185146763920784, -0.011620808392763138, 0.012989110313355923, 0.03169989958405495, 0.08040688931941986, -0.2523099184036255, -0.0513620525598526, -0.05217896029353142, -0.24851036071777344, 0.032800011336803436, -0.10276973992586136, 0.05947770178318024, 0.054657019674777985, 0.0012756917858496308, 0.02499277889728546, -0.09624798595905304, 0.10091061890125275, -0.026621248573064804, 0.04551416262984276, -0.047389205545186996, -0.045053817331790924, 0.26212820410728455, -0.009312218055129051, -0.001753788790665567, -0.007174050901085138, 0.0200964268296957, -0.0021461404394358397, 0.002309853909537196, -0.0016136663034558296, 0.1313926875591278, -0.0344526432454586, -0.12357993423938751, -0.03544456139206886, -0.017085479572415352, -0.09793268889188766, 0.036166172474622726, 0.1667047142982483, -0.09095219522714615, -0.08720187097787857, 0.2819220721721649, -0.03672979027032852, -0.0027745922561734915, -0.05106578767299652, 0.003101180773228407, -0.02635417878627777, 0.030064532533288002, -0.08056032657623291, 0.06105881184339523, -0.023792138323187828, -0.005495545454323292, 0.09666464477777481, 0.06251781433820724, -0.013505049981176853, 0.05465148761868477, 0.07756711542606354, -0.10490795224905014, 0.09482480585575104, -0.038444168865680695, 0.045100945979356766, -0.044317979365587234, 0.038494303822517395, 0.1806250810623169, 0.030488621443510056, 0.007302701473236084, -0.011774657294154167, 0.1136213019490242, -0.13051678240299225, -0.014062219299376011, 0.04306154325604439, -0.004468465223908424, -0.06853611022233963, 0.04617870971560478, 0.0322578027844429, -0.020537303760647774, -0.03306880593299866, 0.05304982513189316, -0.10175298154354095, -0.08234203606843948, -0.07663776725530624, 0.015775874257087708, -0.09968716651201248, -0.06661665439605713, -0.0893707126379013, 0.09128782898187637, -0.0952262133359909, 0.009556110017001629, 0.02272052876651287, 0.06516861170530319, 0.09680627286434174, 0.005746585316956043, -0.07014669477939606, -0.0795866996049881, -0.2085403949022293, 0.05717526748776436, -0.06359337270259857, 0.038365524262189865, -0.014846760779619217, 0.09743712842464447, -0.036941368132829666, -0.0398159921169281, -0.17301565408706665, 0.004402157850563526, 0.10055729001760483, 0.10357316583395004, -0.1020239070057869, -0.039592329412698746, -0.011283102445304394, -0.018417751416563988, -0.06327660381793976, 0.058538734912872314, -0.08021615445613861, -0.01609201543033123, -0.06942356377840042, 0.10199801623821259, -0.11036969721317291, -0.014263072982430458, 0.09421224892139435, -0.05055049806833267, 0.09702359139919281, 0.09417169541120529, -0.05894225090742111, 0.03190087154507637, -0.1280977725982666, 0.06077297776937485, 0.06437449157238007, 0.019213004037737846, 0.019660886377096176, 0.11295055598020554, -0.011498453095555305, 0.07363662123680115, -0.06238142400979996, -0.06568335741758347, 0.07228431850671768, -0.12644098699092865, -0.11840508133172989, -0.05811814218759537, -0.08142434060573578, -0.044256821274757385, -0.05129891633987427, 0.18521000444889069, 0.04254388436675072, 0.019420119002461433, -0.009567438624799252, 0.0999685674905777, -0.0777912512421608, -0.011194352060556412, 0.010874036699533463, 0.03753839433193207, 0.011225893162190914, -0.12080990523099899, 0.07116089016199112, -0.07218953222036362, 0.20025312900543213, 0.021749461069703102, 0.07937517762184143, 0.053016647696495056, -0.026725606992840767, 0.14545248448848724, 0.05101959407329559, 0.2719818949699402, 0.08892548829317093, 0.03360398858785629, -0.022034207358956337, 0.0286260973662138, 0.042966295033693314, -0.04124589264392853, -0.005444855894893408, -0.017339041456580162, 0.009938124567270279, 0.0753440335392952, 0.08076886087656021, -0.08309055864810944, 0.01256552617996931, -0.08547841757535934, 0.03401321545243263, 0.08005126565694809, -0.028589697554707527, 0.09043613821268082, 0.14259430766105652, -0.11112435907125473, 0.00990177784115076, -0.013009042479097843, -0.07198148220777512, -0.051378361880779266, -0.03592896834015846, -0.02710575796663761, -0.13089388608932495, 0.030575143173336983, -0.05978655442595482, 0.02921774424612522, 0.19156762957572937, -0.024635720998048782, -0.014502955600619316, 0.1943311244249344, -0.007246857974678278, -0.0534648522734642, -0.05316806957125664, -0.011032209731638432, 0.033810604363679886, -0.06333832442760468, -0.07047178596258163, 0.07428489625453949, 0.009041039273142815, 0.05007461458444595, 0.04404266178607941, 0.192025825381279, 0.11118905246257782, -0.14920951426029205, -0.054968662559986115, -0.03433717042207718, 0.048465900123119354, -0.10334222763776779, 0.09241046011447906, 0.02190917171537876, -0.018472252413630486, 0.07596690952777863, 0.16864696145057678, -0.08940335363149643, -0.06281629204750061, -0.07584507763385773, 0.12435100972652435, -0.03537833318114281, -0.0005319503252394497, -0.05118537321686745, -0.0951155424118042, 0.043834615498781204, 0.2405625879764557, 0.16547706723213196, -0.14920729398727417, -0.017150308936834335, -0.018260661512613297, 0.0083004767075181, -0.005189285147935152, 0.12837813794612885, 0.04580617696046829, 0.12226034700870514, -0.05938554182648659, 0.03433292731642723, -0.027508605271577835, -0.0076574827544391155, -0.087149977684021, 0.08546336740255356, -0.09424586594104767, -0.032933879643678665, -0.01350652240216732, 0.09721194952726364, -0.025320954620838165, -0.1971154808998108, 0.1036471575498581, 0.03041885793209076, 0.0134841687977314, 0.004102714825421572, -0.05127442255616188, 0.01056282315403223, 0.11425884068012238, -0.057648029178380966, -0.01627359166741371, 0.09500999003648758, -0.024211745709180832, -0.1684894859790802, -0.13797715306282043, 0.04505276307463646, -0.13360068202018738, 0.1600397527217865, -0.0341639444231987, 0.1483621746301651, 0.06438679248094559, 0.012903952039778233, -0.06705683469772339, 0.06642790883779526, 0.01977083645761013, -0.0962761715054512, -0.051167264580726624, -0.05169977992773056, -0.08858786523342133, -0.05719226226210594, 0.0028143050149083138, -0.05611669644713402, -0.013260542415082455, 0.0081359026953578, 0.05374555289745331, -0.10408493131399155, -0.04120198264718056, -0.15731211006641388, 0.0750737413764, -0.04216167703270912, -0.06080659478902817, -0.01939636841416359, -0.04097777605056763, 0.0884268507361412, 0.026482833549380302, -0.10919428616762161, -0.021689333021640778, -0.07902536541223526, -0.031059198081493378, 0.12732107937335968, 0.022096367552876472, -0.17130029201507568, 0.05232498422265053, -0.03736477717757225, 0.04673764482140541, -0.15096960961818695, 0.018404923379421234, -0.03439275547862053, -0.047636762261390686, -0.03865918144583702, -0.016420969739556313, 0.020372817292809486, 0.039882052689790726, -0.06377770751714706, -0.17664584517478943 ]
b562e57d6d9a3c5c4d67ddd334a969c67f93c005
# Dataset Card for "Europarl-ST-processed-mt-en" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tj-solergibert/Europarl-ST-processed-mt-en
[ "region:us" ]
2023-02-10T15:10:47+00:00
{"dataset_info": {"features": [{"name": "source_text", "dtype": "string"}, {"name": "dest_text", "dtype": "string"}, {"name": "dest_lang", "dtype": {"class_label": {"names": {"0": "de", "1": "en", "2": "es", "3": "fr", "4": "it", "5": "nl", "6": "pl", "7": "pt", "8": "ro"}}}}], "splits": [{"name": "train", "num_bytes": 198087377, "num_examples": 602605}, {"name": "valid", "num_bytes": 27678568, "num_examples": 81968}, {"name": "test", "num_bytes": 29120332, "num_examples": 86170}], "download_size": 104863110, "dataset_size": 254886277}}
2023-02-10T16:04:39+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Europarl-ST-processed-mt-en" More Information needed
[ "# Dataset Card for \"Europarl-ST-processed-mt-en\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Europarl-ST-processed-mt-en\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Europarl-ST-processed-mt-en\"\n\nMore Information needed" ]
[ -0.12262212485074997, 0.03648071736097336, -0.0018789890455082059, 0.03722141683101654, 0.08353640139102936, 0.06333739310503006, 0.05397137627005577, -0.004982670769095421, 0.19416680932044983, 0.025792166590690613, 0.1489764153957367, 0.008942381478846073, -0.00011956412345170975, 0.26378801465034485, -0.0012028082273900509, 0.017958344891667366, 0.07192416489124298, -0.006206466816365719, -0.08869189023971558, 0.03370755910873413, 0.030044998973608017, -0.030266935005784035, 0.09134945273399353, -0.14719972014427185, -0.0916581079363823, 0.13143806159496307, -0.04954008758068085, -0.027371838688850403, 0.06812762469053268, -0.07038384675979614, 0.06043505668640137, 0.0326228067278862, 0.05263873189687729, -0.11303681135177612, -0.008965441025793552, 0.029077738523483276, -0.06206325441598892, 0.011046214029192924, 0.07712247967720032, -0.07662943005561829, -0.06360802054405212, -0.017119795083999634, 0.00867813266813755, -0.0176194217056036, -0.06486824154853821, -0.16201984882354736, -0.12443125247955322, -0.15809392929077148, 0.004933840595185757, -0.02137664705514908, 0.09096743166446686, 0.13959728181362152, -0.1589266061782837, 0.07287004590034485, 0.0037063807249069214, 0.0015571396797895432, 0.08439557254314423, 0.09779682755470276, -0.037253785878419876, 0.23533672094345093, 0.07645942270755768, 0.03443985804915428, 0.08756739646196365, 0.0036744021344929934, -0.05376066640019417, -0.007586815394461155, -0.12725123763084412, 0.12645630538463593, -0.0656890943646431, -0.0943322479724884, 0.3813129961490631, -0.022389601916074753, 0.020970512181520462, 0.15070676803588867, -0.04222939908504486, -0.11602477729320526, 0.039670784026384354, 0.031199827790260315, 0.013025113381445408, -0.005413208156824112, 0.0446227565407753, -0.0071396129205822945, -0.025690622627735138, -0.13264188170433044, -0.11244966834783554, 0.11584737151861191, -0.0034844325855374336, 0.16787494719028473, -0.11991395056247711, 0.012413758784532547, -0.19210264086723328, 0.002753651235252619, 0.0005952264182269573, -0.06489832699298859, -0.03341374546289444, -0.0330059789121151, 0.0030284402891993523, -0.03644617646932602, -0.005703846924006939, 0.06707994639873505, 0.08395887911319733, 0.03276439011096954, 0.01749342866241932, 0.10756348073482513, 0.11851195245981216, -0.13410493731498718, -0.042456720024347305, -0.1583237648010254, -0.041713353246450424, -0.1851101517677307, -0.03823429346084595, -0.08552566170692444, -0.1586373895406723, 0.0013104458339512348, -0.1309043914079666, 0.08526498824357986, -0.09690535068511963, -0.1178370863199234, -0.029780209064483643, 0.016662653535604477, 0.11197160184383392, -0.09798694401979446, 0.007454731035977602, -0.021824661642313004, -0.11074470728635788, 0.07916145771741867, -0.05704320967197418, -0.05796428769826889, -0.005401828791946173, 0.15645882487297058, -0.10662873834371567, 0.007572417613118887, -0.05925624072551727, -0.06414389610290527, 0.10920685529708862, -0.14533010125160217, 0.0019291471689939499, -0.06932061910629272, -0.29864948987960815, 0.05911092460155487, 0.06762489676475525, -0.0868840366601944, 0.23449715971946716, -0.026529718190431595, 0.08575601875782013, 0.018866851925849915, -0.07476884126663208, 0.027119163423776627, -0.0952359065413475, 0.009631169959902763, -0.07677362114191055, 0.07426923513412476, -0.2578364908695221, 0.05477457493543625, -0.12812867760658264, 0.02008914388716221, -0.13311854004859924, -0.003175158053636551, -0.1796678602695465, 0.05538409575819969, -0.05753999575972557, -0.09009650349617004, -0.12117013335227966, 0.026879554614424706, 0.04847099632024765, 0.04902777820825577, -0.2107979953289032, -0.039630480110645294, 0.03415610268712044, -0.12117195874452591, -0.08337858319282532, 0.058839038014411926, -0.017914099618792534, 0.011219067499041557, -0.03726227954030037, 0.2880300283432007, 0.0815369039773941, 0.014359395951032639, 0.07904927432537079, 0.15418711304664612, -0.14170078933238983, -0.3440999686717987, 0.07239162176847458, -0.05772203952074051, -0.09764284640550613, 0.022467654198408127, 0.015996400266885757, 0.011122808791697025, -0.054180603474378586, -0.018180320039391518, -0.018478697165846825, -0.07556431740522385, 0.07599033415317535, -0.03620411455631256, 0.035698212683200836, -0.08510123193264008, 0.16271229088306427, 0.19702540338039398, 0.08548948168754578, -0.025658095255494118, 0.019390765577554703, 0.058999527245759964, 0.10543779283761978, -0.1316220760345459, -0.012054650112986565, -0.18468785285949707, -0.07115288078784943, 0.0038376194424927235, -0.07957929372787476, 0.06914916634559631, 0.06384025514125824, 0.11020337045192719, 0.048069991171360016, 0.009440680965781212, 0.07367801666259766, 0.05606696754693985, 0.03442812338471413, 0.014848887920379639, -0.03292711824178696, 0.01867087185382843, -0.08073349297046661, -0.14441150426864624, 0.018220607191324234, -0.0589049868285656, 0.1476517915725708, 0.03829750046133995, -0.005720940418541431, -0.014122530817985535, -0.0364798828959465, 0.04128161072731018, -0.044710464775562286, -0.028351882472634315, -0.0037625879049301147, -0.09051315486431122, -0.009962624870240688, 0.07124228775501251, -0.06290114670991898, 0.17577248811721802, 0.1181098222732544, -0.08138462901115417, 0.0032377438619732857, -0.04167208820581436, 0.05863480269908905, -0.03301839902997017, -0.0141647569835186, -0.04343724995851517, -0.1745586395263672, -0.05180226266384125, 0.08553218096494675, -0.0762445330619812, -0.008031107485294342, 0.03109867125749588, 0.003451235592365265, -0.14861586689949036, 0.11655314266681671, 0.2003026157617569, -0.17655357718467712, 0.17560133337974548, 0.21698009967803955, 0.025019977241754532, 0.1850055307149887, 0.01361958496272564, -0.11740339547395706, 0.028264373540878296, -0.025756724178791046, -0.07205888628959656, 0.18668171763420105, -0.07753664255142212, 0.01857621967792511, 0.08908958733081818, 0.1256786733865738, 0.12286828458309174, -0.06569334864616394, -0.028172796592116356, -0.008871465921401978, -0.025962790474295616, -0.19314292073249817, 0.005425124429166317, -0.026984799653291702, 0.07916714251041412, -0.01991146057844162, -0.05003729462623596, 0.12326441705226898, -0.005440234672278166, -0.028170641511678696, 0.14178219437599182, -0.2909007966518402, -0.16242700815200806, -0.22570067644119263, -0.14565527439117432, -0.034494105726480484, 0.0332929752767086, -0.03771675005555153, -0.1015750914812088, -0.1117519959807396, -0.024325888603925705, -0.07948225736618042, -0.1664539873600006, -0.060629379004240036, 0.003104892559349537, 0.04068755730986595, -0.09307663142681122, -0.10287237912416458, 0.042603008449077606, -0.025065166875720024, 0.1898263394832611, 0.07209877669811249, -0.08278469741344452, 0.17239496111869812, 0.13822537660598755, -0.0518830381333828, 0.0715363472700119, -0.03039609268307686, 0.005056280642747879, -0.04739151895046234, -0.0395340770483017, 0.10513699799776077, 0.004797338508069515, 0.03551992028951645, -0.012218188494443893, 0.05889543145895004, -0.09881816804409027, 0.017360007390379906, -0.09906210005283356, -0.23368465900421143, -0.25520995259284973, -0.21403969824314117, -0.10084768384695053, 0.08923693746328354, 0.03290880098938942, 0.06768074631690979, -0.10001477599143982, 0.036901362240314484, 0.10186032205820084, -0.012080173939466476, -0.09710051119327545, -0.03356834501028061, -0.05809085816144943, -0.011360443197190762, -0.03371904417872429, -0.1423581838607788, 0.04135279357433319, 0.20705819129943848, 0.22924700379371643, 0.19723236560821533, 0.06548536568880081, 0.17573124170303345, 0.023199405521154404, 0.08291758596897125, 0.03426225110888481, 0.18773427605628967, 0.12672285735607147, 0.008661733940243721, -0.011017884127795696, -0.005389059893786907, -0.018508976325392723, -0.00532192038372159, 0.05208267271518707, -0.09888213872909546, 0.07030545175075531, -0.015917640179395676, 0.07849404215812683, -0.1881013810634613, -0.00960761122405529, -0.21302321553230286, 0.10240334272384644, 0.03153892606496811, 0.15659461915493011, -0.04181540012359619, 0.08090229332447052, 0.18933206796646118, -0.033332571387290955, 0.042454857379198074, 0.060242339968681335, 0.05601022019982338, 0.04620784521102905, -0.031600456684827805, 0.0725649893283844, 0.06269969046115875, -0.003310431959107518, 0.11866957694292068, -0.18882709741592407, 0.2575480341911316, 0.022262055426836014, -0.0842025876045227, -0.0809648409485817, -0.04202334210276604, -0.05732150003314018, 0.09526252746582031, 0.15868443250656128, 0.08936439454555511, -0.28831589221954346, -0.1394999474287033, -0.04307587072253227, -0.0628456249833107, 0.1639803946018219, 0.09297150373458862, -0.18180309236049652, 0.04311325401067734, -0.007657357957214117, -0.07414842396974564, -0.16994650661945343, 0.016238514333963394, -0.10898053646087646, 0.014789278618991375, 0.04526040703058243, -0.22150716185569763, 0.05141323059797287, -0.005892321467399597, -0.14814108610153198, 0.11464055627584457, 0.002882102970033884, 0.013752366416156292, -0.16547293961048126, -0.13324780762195587, 0.15287870168685913, -0.019874585792422295, 0.001888525323010981, 0.0832321047782898, -0.003736460581421852, -0.033136703073978424, -0.19037027657032013, 0.12470433115959167, -0.10627204179763794, 0.12344597280025482, -0.07501963526010513, 0.07564721256494522, -0.01434403844177723, 0.026835491880774498, -0.053592342883348465, -0.0187024287879467, -0.06782127916812897, -0.116510309278965, 0.057581111788749695, -0.06771405041217804, 0.11255781352519989, 0.30667218565940857, 0.018575279042124748, 0.06819998472929001, 0.15744319558143616, -0.03457765281200409, 0.18354856967926025, 0.05390176177024841, -0.07054375112056732, 0.19738291203975677, 0.28324007987976074, -0.04577479511499405, -0.37622955441474915, 0.13830623030662537, -0.15578344464302063, -0.03606630861759186, 0.022121954709291458, -0.11415193974971771, 0.0670664831995964, 0.2352273166179657, 0.011559860780835152, 0.21962156891822815, -0.16424809396266937, -0.0501745343208313, 0.11963590979576111, 0.07592214643955231, 0.3594684302806854, 0.02026195265352726, -0.04329738765954971, -0.1522343009710312, -0.20145133137702942, 0.06151970103383064, -0.058044854551553726, -0.0030085700564086437, 0.017365146428346634, 0.09549564123153687, -0.06338188797235489, -0.10241442918777466, 0.20055435597896576, 0.1761576533317566, 0.13204610347747803, -0.0493040606379509, 0.12357543408870697, 0.13440144062042236, -0.039726436138153076, 0.10883623361587524, 0.05745841562747955, -0.022181129083037376, -0.11405199021100998, 0.021480601280927658, 0.030789345502853394, 0.0188618041574955, 0.08704479038715363, -0.06518245488405228, -0.05057781562209129, -0.01836748607456684, -0.0991421639919281, -0.06837021559476852, 0.09195877611637115, 0.04126860946416855, -0.08059380948543549, 0.07832928001880646, 0.06632991880178452, -0.2086845189332962, -0.06843453645706177, 0.012249400839209557, -0.04157111421227455, 0.03340568020939827, -0.10937526822090149, 0.05625411123037338, 0.15053759515285492, 0.012620270252227783, 0.02307000756263733, 0.05764797329902649, 0.009285388514399529, -0.012367312796413898, 0.15283752977848053, -0.1309417337179184, 0.06928803771734238, 0.07410173863172531, -0.08863997459411621, 0.12840445339679718, 0.12643486261367798, 0.02744796685874462, 0.0389532744884491, 0.0521666593849659, -0.016325190663337708, 0.0694740042090416, -0.08502600342035294, 0.15426035225391388, 0.08925114572048187, 0.03261188790202141, -0.19788557291030884, 0.22254204750061035, -0.013280483894050121, -0.08480218052864075, -0.020858408883213997, 0.03528297320008278, -0.1419532150030136, -0.0923626646399498, 0.002553129568696022, 0.10930492728948593, -0.08627405762672424, -0.13954585790634155, 0.01957433484494686, -0.05316011607646942, 0.036498405039310455, 0.1310190111398697, 0.07065474987030029, 0.016434330493211746, -0.06225481629371643, -0.07080335915088654, -0.028568867594003677, -0.06337028741836548, -0.08961225301027298, 0.0965777114033699, -0.02913263440132141, -0.06831774115562439, -0.07898396253585815, 0.1547001749277115, -0.058370351791381836, -0.031195681542158127, -0.06706621497869492, 0.08397643268108368, -0.08451618254184723, -0.04569273069500923, -0.0006949855014681816, -0.023124217987060547, -0.014875617809593678, 0.022405829280614853, -0.02819700352847576, 0.03032388910651207, -0.11896377801895142, 0.10249984264373779, 0.04564991965889931, -0.007678074762225151, -0.022935960441827774, 0.02550666406750679, 0.0827874168753624, 0.033449843525886536, 0.07469327747821808, 0.16081997752189636, -0.00021018600091338158, 0.11524736881256104, -0.011508149094879627, -0.14546775817871094, 0.06661766767501831, 0.11530892550945282, 0.13983266055583954, 0.19029037654399872, -0.017863508313894272, 0.08815790712833405, -0.021410629153251648, 0.04472668468952179, -0.10769023001194, -0.05929076671600342, 0.12529294192790985, -0.17271573841571808, -0.10594561696052551, -0.029936976730823517, -0.04993066191673279, 0.16404345631599426, 0.06575454771518707, -0.027625838294625282, 0.09275662899017334, -0.011853133328258991, 0.07649435102939606, -0.027193713933229446, 0.07481466233730316, -0.12483571469783783, -0.12981097400188446, 0.041281670331954956, 0.040019236505031586, 0.006545106880366802, 0.4657325744628906, -0.012706749141216278, -0.12172457575798035, -0.021338189020752907, 0.10193674266338348, -0.0997023731470108, -0.023627378046512604, 0.13296374678611755, 0.008506395854055882, -0.004887827672064304, -0.07437869906425476, 0.06508468836545944, 0.053511906415224075, 0.01665680669248104, 0.18482932448387146, 0.0606243833899498, 0.1175786554813385, 0.029314741492271423, 0.04242437705397606, -0.030580349266529083, -0.05854429304599762, -0.10617192834615707, 0.01887114718556404, 0.01132521964609623, 0.09629793465137482, -0.009640323929488659, -0.024513667449355125, -0.08515627682209015, 0.02144915796816349, 0.0109274722635746, -0.08465211093425751, -0.10065716505050659, -0.04275158792734146, -0.017980419099330902, -0.15834647417068481, 0.02369369938969612, -0.05539471656084061, -0.00015042070299386978, 0.265166699886322, 0.10566966235637665, 0.04404576122760773, 0.04919924587011337, -0.25546470284461975, 0.049012526869773865, -0.07123751193284988, -0.03205237165093422, 0.018270069733262062, -0.011624928563833237, -0.13430051505565643, 0.00730860373005271, -0.09357261657714844, 0.019839756190776825, 0.004967421758919954, 0.06430596858263016, -0.025928998365998268, -0.10971317440271378, 0.01800444908440113, -0.09289059042930603, 0.09427754580974579, -0.13069891929626465, 0.08432447165250778, 0.01065100822597742, -0.010593144223093987, 0.03180963546037674, 0.04313718527555466, -0.022211821749806404, 0.06309404969215393, 0.017841245979070663, 0.06078678369522095, 0.06636810302734375, 0.1973952353000641, 0.024531036615371704, -0.060594383627176285, -0.08600534498691559, 0.0849790871143341, 0.2524929642677307, -0.057207029312849045, -0.030587177723646164, 0.021751098334789276, 0.03556553274393082, 0.05051968991756439, 0.14620256423950195, 0.043092381209135056, 0.06518658995628357, 0.036339227110147476, -0.0823221281170845, -0.04902150481939316, 0.023114796727895737, -0.04596909508109093, 0.03693760186433792, -0.014669284224510193, -0.10519462823867798, -0.11443691700696945, 0.11795400083065033, -0.11232607066631317, 0.08476684987545013, 0.051808103919029236, -0.06841042637825012, -0.07703601568937302, -0.01729356124997139, 0.16578121483325958, -0.018089372664690018, -0.063829705119133, -0.0979994684457779, -0.043640315532684326, -0.08671204745769501, 0.03397313132882118, -0.3118973970413208, -0.23534314334392548, 0.015032117255032063, 0.043299827724695206, 0.10444386303424835, 0.0035090576857328415, 0.10862486809492111, -0.004779417533427477, 0.024027012288570404, -0.03814781829714775, 0.07393574714660645, -0.020045364275574684, 0.038568802177906036, -0.039995647966861725, 0.01762755587697029, -0.11446791887283325, -0.023170847445726395, -0.02012600190937519, -0.13436315953731537, -0.08525452017784119, 0.12754574418067932, -0.021110575646162033, 0.0034682974219322205, -0.02444404363632202, -0.07778194546699524, 0.10630631446838379, -0.0007563815452158451, 0.02013670653104782, -0.008432595059275627, -0.03089258447289467, 0.07584704458713531, -0.03871962055563927, -0.06700883060693741, -0.007281509228050709, -0.03454788774251938, -0.1346816122531891, -0.02597636729478836, 0.015043940395116806, -0.0897948369383812, 0.04593278467655182, -0.11212670803070068, 0.04597967118024826, -0.0007057292386889458, 0.04092346131801605, 0.10173998773097992, 0.044821806252002716, -0.04956132173538208, 0.013504864647984505, 0.060841791331768036, 0.01107879914343357, -0.02140689641237259, -0.06475020200014114 ]
7e5e15291fccfb528029621991762ec1941c740f
# Dataset Card for "Europarl-ST-processed-mt-es" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tj-solergibert/Europarl-ST-processed-mt-es
[ "region:us" ]
2023-02-10T15:19:21+00:00
{"dataset_info": {"features": [{"name": "source_text", "dtype": "string"}, {"name": "dest_text", "dtype": "string"}, {"name": "dest_lang", "dtype": {"class_label": {"names": {"0": "de", "1": "en", "2": "es", "3": "fr", "4": "it", "5": "nl", "6": "pl", "7": "pt", "8": "ro"}}}}], "splits": [{"name": "train", "num_bytes": 191389757, "num_examples": 553896}, {"name": "valid", "num_bytes": 26548844, "num_examples": 74770}, {"name": "test", "num_bytes": 27538253, "num_examples": 77952}], "download_size": 95321190, "dataset_size": 245476854}}
2023-02-10T16:12:33+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Europarl-ST-processed-mt-es" More Information needed
[ "# Dataset Card for \"Europarl-ST-processed-mt-es\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Europarl-ST-processed-mt-es\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Europarl-ST-processed-mt-es\"\n\nMore Information needed" ]
[ -0.12251569330692291, 0.013868212699890137, -0.0019870030228048563, 0.033184975385665894, 0.09440496563911438, 0.07089151442050934, 0.07469785213470459, 0.00030854716897010803, 0.22676894068717957, 0.018653448671102524, 0.1444193422794342, 0.012469038367271423, -0.011455779895186424, 0.26883402466773987, -0.010916094295680523, 0.008651124313473701, 0.08298209309577942, 0.005685542710125446, -0.08309114724397659, 0.03611674904823303, 0.04130680859088898, -0.024400491267442703, 0.08765377104282379, -0.1503259837627411, -0.08497573435306549, 0.13765403628349304, -0.03541893512010574, -0.03863967955112457, 0.07331368327140808, -0.06608229875564575, 0.06490951776504517, 0.038999296724796295, 0.05696229636669159, -0.09899664670228958, -0.014142844825983047, 0.023399222642183304, -0.06091747432947159, 0.011161698028445244, 0.06466493010520935, -0.08972965180873871, -0.07648874074220657, -0.01939035765826702, 0.013341519050300121, -0.0278119295835495, -0.06404417008161545, -0.17182964086532593, -0.12146446108818054, -0.18181395530700684, 0.021252062171697617, -0.008999278768897057, 0.08626100420951843, 0.1402410864830017, -0.16376347839832306, 0.06746164709329605, 0.030208105221390724, 0.013033125549554825, 0.09363196790218353, 0.0862618163228035, -0.03178773447871208, 0.24860818684101105, 0.08604918420314789, 0.031083401292562485, 0.09236899018287659, 0.0018225711537525058, -0.047560643404722214, 0.0002761911600828171, -0.11424711346626282, 0.13554325699806213, -0.06104448437690735, -0.09883768856525421, 0.39889228343963623, -0.029600923880934715, 0.012808771803975105, 0.13776905834674835, -0.051053471863269806, -0.1099284440279007, 0.05502075329422951, 0.017871078103780746, 0.020421823486685753, -0.00909481942653656, 0.06181757152080536, 0.00803498923778534, -0.034522756934165955, -0.12895682454109192, -0.11372366547584534, 0.09559617936611176, -0.008587378077208996, 0.15583980083465576, -0.11290308088064194, 0.014525468461215496, -0.17643213272094727, 0.002493245992809534, 0.003338861744850874, -0.052453555166721344, -0.0405997633934021, -0.024793483316898346, 0.007691235281527042, -0.021228309720754623, -0.011326838284730911, 0.07119381427764893, 0.0950179398059845, 0.024338938295841217, 0.04898649454116821, 0.10333114862442017, 0.11876937001943588, -0.1303253471851349, -0.022313721477985382, -0.16056351363658905, -0.048371605575084686, -0.1752081662416458, -0.04130801558494568, -0.0961855798959732, -0.15610413253307343, -0.0176608394831419, -0.12211278080940247, 0.07687332481145859, -0.0994335412979126, -0.12810908257961273, -0.0346996933221817, 0.023216724395751953, 0.1303909868001938, -0.09505905956029892, 0.006134821102023125, -0.03660622984170914, -0.10236839950084686, 0.10175088047981262, -0.04978012293577194, -0.05517987906932831, 0.007930388674139977, 0.1689094603061676, -0.11641347408294678, -0.0005983426235616207, -0.06994245201349258, -0.05789647996425629, 0.09913398325443268, -0.16136440634727478, 0.0034913255367428064, -0.07056353986263275, -0.3231356143951416, 0.04748961701989174, 0.05029015243053436, -0.08021128177642822, 0.2159753441810608, -0.012838817201554775, 0.08514436334371567, 0.028735408559441566, -0.08734184503555298, 0.025474784895777702, -0.0966193825006485, 0.0040447344072163105, -0.07188787311315536, 0.06383518129587173, -0.24470824003219604, 0.061138592660427094, -0.12194247543811798, 0.010003987699747086, -0.16785773634910583, 0.00430194241926074, -0.18601322174072266, 0.052161380648612976, -0.04025571048259735, -0.07629397511482239, -0.09688794612884521, 0.0421416312456131, 0.03413214907050133, 0.05207015573978424, -0.23583796620368958, -0.038076624274253845, 0.011315364390611649, -0.13587191700935364, -0.06703431904315948, 0.06480863690376282, -0.019107786938548088, -0.002866207156330347, -0.02783077396452427, 0.2944309413433075, 0.05324278026819229, 0.04388557747006416, 0.08377403765916824, 0.1445164829492569, -0.09900666773319244, -0.34478697180747986, 0.09070087224245071, -0.06595298647880554, -0.07561652362346649, 0.010097581893205643, -0.010387653484940529, 0.0009621642529964447, -0.06064091622829437, 0.0023111896589398384, -0.01976938173174858, -0.08048178255558014, 0.07526884973049164, -0.051391877233982086, 0.049985408782958984, -0.09355133771896362, 0.1453857421875, 0.21647799015045166, 0.08422280848026276, -0.028993086889386177, 0.021939592435956, 0.045881014317274094, 0.09600961208343506, -0.10668376833200455, -0.027204785495996475, -0.18729139864444733, -0.08063111454248428, 0.01531064510345459, -0.08213745057582855, 0.06547722220420837, 0.06027352809906006, 0.09541819989681244, 0.04210706055164337, 0.002312270924448967, 0.07492995262145996, 0.0470370352268219, 0.03844469040632248, -0.0007143020629882812, -0.03292297571897507, 0.014598012901842594, -0.08362787216901779, -0.16634967923164368, 0.015917811542749405, -0.05184003338217735, 0.14646005630493164, 0.0469411164522171, 0.004709888249635696, -0.013348128646612167, -0.04699034243822098, 0.04302448034286499, -0.0483696386218071, -0.031509093940258026, -0.020860355347394943, -0.09606337547302246, -0.004085209220647812, 0.0747949630022049, -0.07213824987411499, 0.22119037806987762, 0.11691230535507202, -0.046137385070323944, -0.0042767818085849285, -0.017252465710043907, 0.06876400858163834, -0.025330612435936928, -0.023470871150493622, -0.06335975229740143, -0.1671159565448761, -0.0679338127374649, 0.07495217025279999, -0.07484860718250275, -0.013377102091908455, 0.01289715152233839, 0.006005051080137491, -0.13664275407791138, 0.11285893619060516, 0.19062049686908722, -0.14977189898490906, 0.18874211609363556, 0.211625874042511, 0.032966747879981995, 0.17796991765499115, 0.009927470237016678, -0.12121625989675522, 0.028152545914053917, -0.045149318873882294, -0.07783736288547516, 0.18328937888145447, -0.09267093241214752, 0.007364743854850531, 0.09010453522205353, 0.1371210217475891, 0.12790125608444214, -0.07128341495990753, -0.029553446918725967, 0.0001948387362062931, -0.025341209024190903, -0.19797474145889282, 0.0022757207043468952, -0.04103020951151848, 0.0866992175579071, -0.038227226585149765, -0.043598853051662445, 0.11719375103712082, 0.000807963777333498, -0.03590455278754234, 0.1440150886774063, -0.2916443347930908, -0.14512751996517181, -0.22707480192184448, -0.10061119496822357, -0.008666173554956913, 0.050815656781196594, -0.015779465436935425, -0.09225763380527496, -0.11598097532987595, -0.026308398693799973, -0.049621663987636566, -0.14003250002861023, -0.05647406727075577, 0.03488701581954956, 0.016242459416389465, -0.1083507165312767, -0.10991281270980835, 0.036163318902254105, -0.02086241915822029, 0.19137737154960632, 0.06774191558361053, -0.08532840758562088, 0.1625940203666687, 0.13473829627037048, -0.04909032955765724, 0.0493144690990448, -0.0330679826438427, 0.011740017682313919, -0.04354347661137581, -0.04412265121936798, 0.14145389199256897, 0.0069090863689780235, 0.02868986874818802, -0.03942009434103966, 0.04912623018026352, -0.10599470138549805, 0.014844624325633049, -0.09949272871017456, -0.2361554056406021, -0.2719348669052124, -0.1973852962255478, -0.09232915937900543, 0.0642806813120842, -0.00009390106424689293, 0.06835560500621796, -0.10996315628290176, 0.05319128930568695, 0.10166257619857788, -0.008530326187610626, -0.10163956880569458, -0.04445550963282585, -0.08593747019767761, -0.00827883929014206, -0.022704225033521652, -0.15146790444850922, 0.043576717376708984, 0.20903363823890686, 0.2206764668226242, 0.19963684678077698, 0.07194085419178009, 0.17336608469486237, 0.013857209123671055, 0.07485548406839371, 0.042503200471401215, 0.20660069584846497, 0.12719136476516724, 0.013422049582004547, -0.02877201698720455, 0.007182775996625423, -0.02417955920100212, 0.006651520729064941, 0.03968647122383118, -0.10145187377929688, 0.06203077360987663, -0.02113281935453415, 0.07846245914697647, -0.16559278964996338, -0.019000301137566566, -0.2359035462141037, 0.09192966669797897, 0.054072074592113495, 0.1458309441804886, -0.046620771288871765, 0.07940582185983658, 0.18853403627872467, -0.03200677037239075, 0.04694576561450958, 0.0787380039691925, 0.04803844541311264, 0.04116816446185112, -0.028540123254060745, 0.08497409522533417, 0.04388817399740219, -0.007083161734044552, 0.10666897892951965, -0.20652900636196136, 0.2606083154678345, 0.003831411013379693, -0.0943608209490776, -0.08094644546508789, -0.03219956159591675, -0.05789283663034439, 0.09638179838657379, 0.1678081750869751, 0.08663506805896759, -0.30867427587509155, -0.10980507731437683, -0.03862912207841873, -0.05179157108068466, 0.15855877101421356, 0.04794837534427643, -0.17104554176330566, 0.046412959694862366, 0.002846650080755353, -0.053291305899620056, -0.1525285243988037, 0.010378723964095116, -0.11165907979011536, 0.01427856832742691, 0.04250108823180199, -0.2130529284477234, 0.03815065696835518, -0.01627916283905506, -0.14214804768562317, 0.09003931283950806, -0.006942145526409149, -0.004278008826076984, -0.16359850764274597, -0.17120912671089172, 0.16094955801963806, -0.02437262050807476, 0.0028761806897819042, 0.10944198071956635, 0.008319251239299774, -0.03094356134533882, -0.18565191328525543, 0.14118438959121704, -0.1103038638830185, 0.0972796306014061, -0.07545886933803558, 0.06287052482366562, -0.007978329434990883, 0.032457735389471054, -0.06025034189224243, -0.01958555541932583, -0.048291657119989395, -0.11111514270305634, 0.05617407709360123, -0.031477537006139755, 0.10751484334468842, 0.31519803404808044, 0.027539245784282684, 0.04537293314933777, 0.15229679644107819, -0.051980189979076385, 0.1551184058189392, 0.056646279990673065, -0.07440429925918579, 0.19346687197685242, 0.2660881280899048, -0.05126762390136719, -0.3641360402107239, 0.14392319321632385, -0.14444908499717712, -0.026162363588809967, 0.03161080926656723, -0.1097399890422821, 0.0637422427535057, 0.24550195038318634, 0.009235620498657227, 0.19578568637371063, -0.15468740463256836, -0.05616024136543274, 0.12037232518196106, 0.06010274589061737, 0.34218281507492065, -0.0019259313121438026, -0.04095663130283356, -0.16183218359947205, -0.1822950392961502, 0.07952579110860825, -0.03416767343878746, -0.010138913989067078, 0.024106565862894058, 0.10262753069400787, -0.06902813911437988, -0.09043680131435394, 0.22543653845787048, 0.1915196180343628, 0.14049506187438965, -0.0368281826376915, 0.11257623881101608, 0.11912687122821808, -0.04063311219215393, 0.10620300471782684, 0.07885097712278366, -0.028566569089889526, -0.13232633471488953, 0.016859911382198334, 0.033455174416303635, 0.004634549841284752, 0.0891762375831604, -0.06179669871926308, -0.04716327786445618, -0.029222210869193077, -0.11066058278083801, -0.08648678660392761, 0.10779158025979996, 0.04049546644091606, -0.05971575900912285, 0.07959263771772385, 0.062013424932956696, -0.20625710487365723, -0.07498431205749512, 0.015144022181630135, -0.037947602570056915, 0.029484156519174576, -0.11566732823848724, 0.05046853423118591, 0.14587780833244324, 0.0035103345289826393, 0.028411634266376495, 0.06524109840393066, 0.003961097914725542, 0.004238364286720753, 0.15363430976867676, -0.12723231315612793, 0.06460948288440704, 0.07158876210451126, -0.09752725064754486, 0.1358204334974289, 0.1297651082277298, 0.034542620182037354, 0.0445886068046093, 0.042321816086769104, -0.034486074000597, 0.0751737654209137, -0.07685914635658264, 0.1680852472782135, 0.06387828290462494, 0.038998059928417206, -0.19833572208881378, 0.22494563460350037, -0.022588634863495827, -0.09880609065294266, -0.03022923693060875, 0.029420984908938408, -0.13681460916996002, -0.07598742842674255, -0.007334972731769085, 0.11028614640235901, -0.12003448605537415, -0.12982970476150513, 0.0016009979881346226, -0.08037295937538147, 0.041082337498664856, 0.14004473388195038, 0.07710397988557816, 0.009504932910203934, -0.05141644552350044, -0.05598153546452522, -0.007829953916370869, -0.08111582696437836, -0.06063969433307648, 0.10674755275249481, -0.05080850422382355, -0.07186523079872131, -0.07993018627166748, 0.1383700668811798, -0.05579119920730591, -0.005087568424642086, -0.061677735298871994, 0.08260693401098251, -0.0750647783279419, -0.03253471478819847, -0.0007291263900697231, -0.031645286828279495, -0.000023797154426574707, 0.005204713903367519, -0.031970150768756866, 0.028971323743462563, -0.125663161277771, 0.11359083652496338, 0.03982045128941536, 0.0037931129336357117, -0.012043578550219536, 0.0163881778717041, 0.07480022311210632, 0.022090109065175056, 0.08097847551107407, 0.17451979219913483, -0.002152866218239069, 0.11675098538398743, -0.019662894308567047, -0.1304146647453308, 0.07684209942817688, 0.11250436305999756, 0.14492838084697723, 0.18188652396202087, -0.015766844153404236, 0.0836043506860733, -0.01396514568477869, 0.038561757653951645, -0.10390524566173553, -0.05553121864795685, 0.12943404912948608, -0.16133606433868408, -0.09814576804637909, -0.02372441068291664, -0.06223846226930618, 0.1981717050075531, 0.06709423661231995, -0.028618711978197098, 0.0927438884973526, -0.012087797746062279, 0.06660555303096771, -0.019515780732035637, 0.07119397819042206, -0.1178411990404129, -0.12767750024795532, 0.047008246183395386, 0.046334635466337204, 0.0013221323024481535, 0.48104020953178406, -0.009889049455523491, -0.09976321458816528, -0.019254280254244804, 0.09449321031570435, -0.04837894067168236, -0.015326249413192272, 0.11194951087236404, -0.004837016575038433, 0.0025116130709648132, -0.08496979624032974, 0.06613332033157349, 0.055998146533966064, -0.003492516465485096, 0.18230506777763367, 0.06383781135082245, 0.08981376886367798, 0.053133152425289154, 0.03771403431892395, -0.03559122234582901, -0.0672779381275177, -0.13505017757415771, 0.029270833358168602, -0.01332150213420391, 0.1000777930021286, -0.03153365105390549, -0.012534000910818577, -0.09622102975845337, 0.023423975333571434, -0.007512650452554226, -0.07790251076221466, -0.10929147154092789, -0.032616108655929565, -0.017148736864328384, -0.17017075419425964, 0.01320621371269226, -0.06900514662265778, 0.00036380765959620476, 0.2999729514122009, 0.09736471623182297, 0.05837620049715042, 0.03113594651222229, -0.2639632821083069, 0.044052235782146454, -0.07613454759120941, -0.03024476021528244, 0.02127690240740776, -0.027296267449855804, -0.15207929909229279, 0.015776654705405235, -0.08008211851119995, 0.009078583680093288, 0.004058935213834047, 0.047718483954668045, -0.025456223636865616, -0.09549073129892349, 0.03249146789312363, -0.09290498495101929, 0.08517652750015259, -0.1386614739894867, 0.07660570740699768, 0.007234510965645313, -0.024135557934641838, 0.03332195803523064, 0.05555315315723419, -0.03808480501174927, 0.07339873909950256, 0.01831425353884697, 0.04450017958879471, 0.0674935132265091, 0.21345116198062897, 0.03711937740445137, -0.05761679634451866, -0.09375505149364471, 0.052336689084768295, 0.243266299366951, -0.048539258539676666, -0.03449535742402077, 0.010426784865558147, 0.03787665814161301, 0.03957798331975937, 0.14906156063079834, 0.048228226602077484, 0.09450944513082504, 0.0375940203666687, -0.06947647780179977, -0.0486493855714798, 0.038423653692007065, -0.03802208602428436, 0.06129177287220955, -0.022376269102096558, -0.0914284884929657, -0.1072792038321495, 0.11589021980762482, -0.08908829092979431, 0.061756521463394165, 0.050109248608350754, -0.07895587384700775, -0.07474005222320557, -0.005131460260599852, 0.17494098842144012, -0.035227373242378235, -0.04945226013660431, -0.0948261171579361, -0.04899729788303375, -0.09583872556686401, 0.04117939621210098, -0.31650733947753906, -0.21348240971565247, 0.015240243636071682, 0.034940943121910095, 0.09465897083282471, 0.0027935216203331947, 0.11297955363988876, -0.014978768303990364, 0.03383282572031021, -0.04040929675102234, 0.07979191839694977, -0.02749362587928772, 0.04946482926607132, -0.026914706453680992, 0.015272602438926697, -0.11585715413093567, -0.010450965724885464, -0.024790259078145027, -0.15239816904067993, -0.07455343753099442, 0.14144344627857208, -0.03686678037047386, 0.005440861918032169, -0.039990928024053574, -0.09553106874227524, 0.10237725079059601, -0.028336703777313232, 0.01281224936246872, -0.0036485143937170506, -0.010189803317189217, 0.08515990525484085, -0.03220135346055031, -0.061046384274959564, 0.004311545751988888, -0.0537690706551075, -0.13127417862415314, -0.002943146973848343, 0.019912993535399437, -0.06692638993263245, 0.04734102636575699, -0.1267189383506775, 0.03485121205449104, -0.008393502794206142, 0.03018176555633545, 0.09485944360494614, 0.04824311286211014, -0.05755918473005295, -0.017392035573720932, 0.05760248005390167, 0.037528686225414276, -0.020811162889003754, -0.07782275974750519 ]