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 11 129 | embedding list |
|---|---|
When was quantum field theory developed? | [
-0.6054754853248596,
-0.8242016434669495,
0.03857353702187538,
-0.39531680941581726,
-0.06614857912063599,
-0.1591009795665741,
-0.5137313604354858,
0.012836888432502747,
-0.44455716013908386,
0.36174899339675903,
0.4064203202724457,
-0.3917050361633301,
0.44620493054389954,
0.080620698630... |
When is the dialectical method used? | [
-0.17521443963050842,
0.147498220205307,
-0.03259044885635376,
0.25721389055252075,
-0.38885390758514404,
-0.8960059285163879,
0.08419093489646912,
-0.0037430007942020893,
-0.09079697728157043,
1.1476532220840454,
-0.1601354479789734,
0.04352905601263046,
0.18098655343055725,
-0.2241981774... |
Have the Colorado Rockies won a title? | [
0.7460228800773621,
-0.08842410892248154,
-0.2514234483242035,
-0.013442974537611008,
1.1037333011627197,
0.29610833525657654,
0.16714724898338318,
0.1282535195350647,
1.2496261596679688,
0.2503291368484497,
0.8664634227752686,
0.3499419689178467,
-0.08812754601240158,
-0.4042646586894989,... |
When were bluebonnets named the state flower of Texas? | [
-0.9543372392654419,
-0.3110746443271637,
0.935923159122467,
-0.21229016780853271,
-0.15044140815734863,
-0.05497049167752266,
-0.3506263792514801,
0.36428987979888916,
1.5356816053390503,
-0.2648659348487854,
-0.2329234927892685,
-0.48479047417640686,
-0.7838413715362549,
0.44254204630851... |
What is the Navy's military mascot? | [
1.232543706893921,
-0.4471013844013214,
0.060119643807411194,
0.17052562534809113,
0.2737882137298584,
-0.3009148836135864,
-0.2933959662914276,
-0.08923282474279404,
0.34090456366539,
-0.07683660835027695,
0.9050755500793457,
-0.295974999666214,
-0.0763126015663147,
-0.025399308651685715,... |
How many permanent members of the United Nations Security Council are there? | [
0.05117810145020485,
-0.41011759638786316,
-0.5362152457237244,
0.2917945981025696,
-0.8189899921417236,
-0.10827334970235825,
-1.1994236707687378,
0.9493058919906616,
-0.20105157792568207,
-0.1385670155286789,
1.6132335662841797,
-0.16369763016700745,
-0.27992677688598633,
-0.101907148957... |
When was the first web page released? | [
-0.42000535130500793,
-0.6191450953483582,
-0.13676169514656067,
-0.15000805258750916,
-0.9109883308410645,
0.08936422318220139,
-0.777345597743988,
-0.2150113582611084,
1.1526066064834595,
-0.431779682636261,
-0.3461657464504242,
-0.3039475977420807,
0.3850506544113159,
0.6329408288002014... |
When did Iain M. Banks create The Culture? | [
-0.1562572568655014,
-0.1864805966615677,
-0.022565195336937904,
-0.504892885684967,
0.5259486436843872,
-0.6496920585632324,
-0.17957501113414764,
-0.3912159204483032,
0.25363418459892273,
-0.20139354467391968,
-0.495540052652359,
-0.9199807643890381,
0.8013192415237427,
-0.40957692265510... |
Who started human rights? | [
-0.4805750250816345,
-0.326434463262558,
0.010164173319935799,
-0.9259601831436157,
-0.03042363002896309,
-0.37840622663497925,
-1.0489217042922974,
-0.1370498687028885,
-0.06508015096187592,
0.2370711714029312,
-0.4468786120414734,
-0.10677456110715866,
0.04420218616724014,
-0.11281558871... |
Who is the Mayor of San Francisco? | [0.7303354144096375,0.44550949335098267,0.26338911056518555,-0.42809584736824036,-0.1250670552253723(...TRUNCATED) |
This is the query portion of the MIRACL 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 2863 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.