Mxbai-large-v1 EmbedPress
Collection
Large datasets of mxbai-large-v1 embeddings with their truncated texts. Useful for distillation • 13 items • Updated • 2
text stringlengths 16 101 | embedding list |
|---|---|
is toprol xl the same as metoprolol? | [
0.2895335555076599,
0.7014726400375366,
0.691669225692749,
0.9663146138191223,
0.018877483904361725,
-1.1656533479690552,
-0.8328719735145569,
0.17310656607151031,
-0.3183690309524536,
-0.15450310707092285,
0.427860826253891,
0.7610747814178467,
-0.6190235614776611,
-0.09067695587873459,
... |
are you experienced cd steve hoffman? | [
0.428756982088089,
0.2239382117986679,
-0.193323016166687,
0.048059359192848206,
0.02588406205177307,
-0.13799886405467987,
-0.345741331577301,
-0.4272381663322449,
0.6620770692825317,
0.4142122268676758,
0.9923691749572754,
-0.17138348519802094,
1.000876784324646,
0.29291433095932007,
-... |
how are babushka dolls made? | [
-0.26874831318855286,
0.11003775894641876,
-0.6254634261131287,
-0.1797376573085785,
0.6737554669380188,
-0.3743351399898529,
0.006892201025038958,
-0.29906290769577026,
0.3186691701412201,
-0.252591073513031,
0.11769498884677887,
-0.14815466105937958,
0.5617473721504211,
-0.51066613197326... |
are eyes always the same size? | [
0.46258631348609924,
0.33760878443717957,
0.668926477432251,
-0.07689566910266876,
-0.7277108430862427,
-0.17863601446151733,
0.2576463222503662,
0.24305419623851776,
-0.530242919921875,
0.7229507565498352,
0.6477044224739075,
-0.05726942792534828,
-0.7320739030838013,
-0.1206386461853981,... |
how long do you have to wait to apply for cerb? | [
-0.4636945128440857,
-0.6316013932228088,
-0.9050801396369934,
0.662272036075592,
0.33454179763793945,
0.8584145903587341,
0.22632922232151031,
-0.14497175812721252,
-0.08084903657436371,
0.5563299059867859,
-0.1878359317779541,
-0.0319586880505085,
0.0658549964427948,
-0.8227528929710388,... |
what is the volkswagen commercial song? | [
-0.3128328025341034,
0.9273285865783691,
0.39098501205444336,
0.6026545166969299,
-0.41765081882476807,
0.3241041600704193,
-0.3702958822250366,
-0.5516091585159302,
-0.07408493012189865,
-0.17188315093517303,
0.7613784670829773,
-0.2629674971103668,
0.36563944816589355,
-0.676643311977386... |
does durable power of attorney end when person dies? | [
-0.08672255277633667,
0.25448593497276306,
-0.6943056583404541,
0.10898350924253464,
0.40867024660110474,
-0.6632967591285706,
-0.010587845928966999,
0.02408260479569435,
0.5847818851470947,
0.5490112900733948,
0.3615545630455017,
-0.053290121257305145,
0.1919807493686676,
0.07373765110969... |
what does it mean when it says your internet connection is unstable? | [
-1.1519975662231445,
0.15878143906593323,
-1.3576998710632324,
1.3263019323349,
0.42045146226882935,
-0.5141255855560303,
0.8087284564971924,
-0.2669002115726471,
1.5914030075073242,
1.4373422861099243,
0.5069501399993896,
0.2888015806674957,
0.7673919200897217,
-0.7202929854393005,
-0.5... |
3 what does this symbol mean? | [
-0.2317401021718979,
0.10100369900465012,
0.26703765988349915,
-0.3336838185787201,
0.16173392534255981,
-0.05599318817257881,
1.4492460489273071,
0.5580469965934753,
0.2121010422706604,
0.3821513056755066,
0.36512818932533264,
0.38822948932647705,
-0.5739966034889221,
-0.33577635884284973... |
what is the difference between joint ligament and tendon? | [0.12884771823883057,0.16265249252319336,-0.6370259523391724,-0.20111122727394104,0.4189727306365967(...TRUNCATED) |
This is the query portion of the Gooaq 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 3 million rows, each row has two keys:
embedding: The 1024-dimensional embeddingtext: The original text, truncated to the slice that was actually seen by the modelBecause 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.
Thanks Mixedbread AI for a GPU grant for research into small retrieval models.