Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
4
527
embedding
list
Who is Vernon L. Grose and what organizations is he a member of?
[ 0.31519052386283875, -0.16985124349594116, -0.21396245062351227, 0.6137076020240784, -0.01953776180744171, 0.13709303736686707, -0.1986277848482132, -0.34847840666770935, 0.16794626414775848, -0.2917126715183258, 0.5594205260276794, -0.2133760154247284, 0.255268931388855, -0.52444875240325...
Who frequently co-sponsors the writing workshop?
[ 0.12141142785549164, 0.032648716121912, 0.027646536007523537, 0.15114669501781464, 0.12026212364435196, -0.18014076352119446, -0.02455284632742405, -0.13358888030052185, -0.8527039289474487, -0.40596726536750793, -0.18023750185966492, -0.3222333490848541, 0.2744196057319641, -0.60705918073...
What was the average household size in this area?
[ 0.007374962791800499, 0.9436975717544556, -0.2408381998538971, -0.16356134414672852, -1.0947949886322021, -0.5118043422698975, -0.1783829927444458, 1.0367522239685059, 1.020585536956787, 0.326443612575531, 0.5507414937019348, -0.5586709380149841, -1.0222864151000977, 0.37338244915008545, ...
What type of course did she attend in 1986?
[ -0.15971273183822632, -0.306844025850296, 0.2003200650215149, -0.29706013202667236, -0.08021906018257141, -0.5013659596443176, -0.710943341255188, -0.1172667071223259, -0.7373561263084412, 0.5354424118995667, 1.0247422456741333, 0.20082955062389374, 0.8711892366409302, -0.6501200199127197,...
What was the median age in the town?
[ 0.8231671452522278, 0.07354087382555008, -0.313496857881546, 0.30942004919052124, -0.9432792663574219, -0.4325847327709198, 0.738107442855835, -0.07397053390741348, 0.545482873916626, 0.41467562317848206, -0.015892446041107178, -1.0092551708221436, -0.3414166271686554, 0.15669746696949005,...
What is the Fermi–Pasta–Ulam–Tsingou problem?
[ -0.025660421699285507, -0.17568662762641907, 0.4397277235984802, 0.1387714147567749, -0.07687855511903763, -0.9525526762008667, -0.1569216251373291, 0.01876313053071499, -0.5816724300384521, 1.4545533657073975, 0.49960440397262573, 0.6908593773841858, 0.19539996981620789, -0.02393958158791...
What is the male-to-female ratio for individuals aged 18 and over in the county?
[ -0.23824791610240936, 0.6572432518005371, -0.09628699719905853, 0.4792160987854004, -0.7183230519294739, -0.5828081369400024, 0.05673247203230858, 0.21465595066547394, 0.46876150369644165, 0.5381203293800354, 0.35830771923065186, -0.6615161895751953, -0.2793285548686981, 0.6060712337493896...
What is the population of Ritchie County according to the 2010 census?
[ -0.13583716750144958, -0.26266756653785706, -0.9472759366035461, -0.2405966967344284, -0.15984293818473816, -0.04005707800388336, -0.16989606618881226, 0.009140928275883198, 0.047241490334272385, 0.7102929353713989, 0.6113179922103882, -0.38999250531196594, 0.0073953839018940926, 0.2699813...
What is the genre of the film Badmashiyaan?
[ -0.24280324578285217, -0.21561260521411896, 0.06723251193761826, 0.16246451437473297, 0.14889280498027802, -0.8970364928245544, -0.5644561648368835, 0.15108567476272583, -0.8555659055709839, 0.303628534078598, -0.3344387114048004, 0.19988161325454712, -0.572051465511322, -0.559750258922576...
When and where was Cynthia Cozette Lee born?
[-0.3531525135040283,-0.08842575550079346,0.5724379420280457,-0.753325879573822,-1.1999201774597168,(...TRUNCATED)
End of preview. Expand in Data Studio

Embedpress: mixedbread large on the MLDR queries dataset

This is the query portion of the MLDR dataset, embedded with Mixedbread AI's mixedbread-ai/mxbai-embed-large-v1. For each document, we take the first 510 tokens (the model's max length -2 special tokens), and embed it, not using any instructions. Because the model was trained using Matryoshka Representation Learning, these embeddings can safely be truncated.

These are mainly useful for large-scale knowledge distillation.

The dataset consists of 10000 rows, each row has three keys:

  • embedding: The 1024-dimensional embedding
  • text: The original text, truncated to the slice that was actually seen by the model

Because we truncate the original text, this can be directly used for training in, e.g., sentence-transformers, without having to worry about manually truncating text, matching etc.

Acknowledgments

Thanks Mixedbread AI for a GPU grant for research into small retrieval models.

Downloads last month
10

Collection including stephantulkens/mldr-query-mxbai-pooled