Dataset Viewer (First 5GB)
Auto-converted to Parquet Duplicate
_id
stringlengths
1
5
title
stringclasses
1 value
text
stringlengths
41
1.64k
embeddings
listlengths
9
293
num_tokens
int64
9
293
embedding_dim
int64
96
96
0
The presence of communication amid scientific minds was equally important to the success of the Manhattan Project as scientific intellect was. The only cloud hanging over the impressive achievement of the atomic researchers and engineers is what their success truly meant; hundreds of thousands of innocent lives obliterated.
[ [ -0.08150483667850494, 0.04676661267876625, -0.05029545724391937, 0.0021447481121867895, -0.07036938518285751, -0.013734818436205387, -0.021918322890996933, -0.15838390588760376, -0.15642406046390533, -0.0181674025952816, 0.11716040968894958, -0.12455293536186218, ...
53
96
1
The Manhattan Project and its atomic bomb helped bring an end to World War II. Its legacy of peaceful uses of atomic energy continues to have an impact on history and science.
[ [ -0.08012298494577408, 0.046740371733903885, -0.04937194660305977, 0.005468808580189943, -0.06489245593547821, -0.010245142504572868, -0.02910483069717884, -0.15884049236774445, -0.1480223536491394, -0.010145914740860462, 0.1242252066731453, -0.12196871638298035, ...
35
96
2
"Essay on The Manhattan Project - The Manhattan Project The Manhattan Project was to see if making a(...TRUNCATED)
[[-0.08042721450328827,0.04698937013745308,-0.048508137464523315,0.008374293334782124,-0.06804559379(...TRUNCATED)
45
96
3
"The Manhattan Project was the name for a project conducted during World War II, to develop the firs(...TRUNCATED)
[[-0.07726353406906128,0.05082658305764198,-0.049542978405952454,0.007254155818372965,-0.06885094195(...TRUNCATED)
57
96
4
"versions of each volume as well as complementary websites. The first website–The Manhattan Pro(...TRUNCATED)
[[-0.0722724199295044,0.04440241679549217,-0.047262802720069885,0.003954293206334114,-0.070670880377(...TRUNCATED)
54
96
5
"The Manhattan Project. This once classified photograph features the first atomic bomb — a weap(...TRUNCATED)
[[-0.07878326624631882,0.049956221133470535,-0.04792943596839905,0.009798279032111168,-0.07071983069(...TRUNCATED)
42
96
6
"Nor will it attempt to substitute for the extraordinarily rich literature on the atomic bombs and t(...TRUNCATED)
[[-0.07626968622207642,0.04922693595290184,-0.047063156962394714,-0.0010856189765036106,-0.072473347(...TRUNCATED)
43
96
7
"Manhattan Project. The Manhattan Project was a research and development undertaking during World Wa(...TRUNCATED)
[[-0.0749044343829155,0.04898244887590408,-0.05089598149061203,0.011516849510371685,-0.0646328255534(...TRUNCATED)
92
96
8
"In June 1942, the United States Army Corps of Engineersbegan the Manhattan Project- The secret name(...TRUNCATED)
[[-0.07923303544521332,0.04950859397649765,-0.04911551997065544,0.008306835778057575,-0.065313413739(...TRUNCATED)
26
96
9
"One of the main reasons Hanford was selected as a site for the Manhattan Project's B Reactor was it(...TRUNCATED)
[[-0.07978016138076782,0.048764344304800034,-0.04378526657819748,0.008004293777048588,-0.06864511221(...TRUNCATED)
42
96
End of preview. Expand in Data Studio

MS MARCO ColBERT Embeddings

Pre-computed ColBERT embeddings for MS MARCO using PyLate and answerdotai/answerai-colbert-small-v1.

Dataset Structure

The dataset contains:

  • data/corpus/: 177 parquet files with document embeddings
  • data/queries/: 11 parquet files with query embeddings
  • data/qrels/train.parquet: Relevance judgments (532,751 pairs)

Usage

from datasets import load_dataset

# Load from directory (recommended for large datasets)
corpus = load_dataset("parquet", data_dir="hf://datasets/WenxingZhu/msmarco_answerai_colbert_small_embeddings/data/corpus")
queries = load_dataset("parquet", data_dir="hf://datasets/WenxingZhu/msmarco_answerai_colbert_small_embeddings/data/queries")
qrels = load_dataset("parquet", data_files="hf://datasets/WenxingZhu/msmarco_answerai_colbert_small_embeddings/data/qrels/train.parquet")

Model

Generated with answerdotai/answerai-colbert-small-v1

Downloads last month
36