Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install MS MARCO Passage V1 Parquet regressions #2640

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

java -cp `ls target/*-fatjar.jar` -Xms512M -Xmx64G --add-modules jdk.incubator.vector $@
java -cp `ls target/*-fatjar.jar` -Xms512M -Xmx128G --add-modules jdk.incubator.vector $@
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.flat-int8.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.flat-int8.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.flat.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.flat.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.hnsw-int8.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.hnsw-int8.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.hnsw.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl19-passage.bge-base-en-v1.5.hnsw.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.flat-int8.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.flat-int8.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.flat.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.flat.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.hnsw-int8.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.hnsw-int8.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.hnsw.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression dl20-passage.bge-base-en-v1.5.hnsw.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.flat-int8.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.flat-int8.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.flat.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.flat.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.hnsw-int8.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.hnsw-int8.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.hnsw.cached
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From one of our Waterloo servers (e.g., `orca`), the following command will perf
python src/main/python/run_regression.py --index --verify --search --regression msmarco-v1-passage.bge-base-en-v1.5.hnsw.onnx
```

We make available a version of the MS MARCO Passage Corpus that has already been encoded with cosDPR-distil.
We make available a version of the MS MARCO Passage Corpus that has already been encoded by the BGE-base-en-v1.5 model.

From any machine, the following command will download the corpus and perform the complete regression, end to end:

Expand Down
Loading