Skip to content

Commit

Permalink
change msmarco dataset location (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrybar authored Mar 8, 2024
1 parent 9cc1154 commit d2d8500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions text-search/bin/download-msmarco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ DIR="msmarco/download"

mkdir -p $DIR

curl -L -o $DIR/msmarco-doctrain-queries.tsv.gz https://msmarco.blob.core.windows.net/msmarcoranking/msmarco-doctrain-queries.tsv.gz
curl -L -o $DIR/msmarco-doctrain-qrels.tsv.gz https://msmarco.blob.core.windows.net/msmarcoranking/msmarco-doctrain-qrels.tsv.gz
curl -L -o $DIR/msmarco-docs-lookup.tsv.gz https://msmarco.blob.core.windows.net/msmarcoranking/msmarco-docs-lookup.tsv.gz
curl -L -o $DIR/msmarco-docs.tsv.gz https://msmarco.blob.core.windows.net/msmarcoranking/msmarco-docs.tsv.gz
curl -L -o $DIR/msmarco-doctrain-queries.tsv.gz https://msmarco.z22.web.core.windows.net/msmarcoranking/msmarco-doctrain-queries.tsv.gz
curl -L -o $DIR/msmarco-doctrain-qrels.tsv.gz https://msmarco.z22.web.core.windows.net/msmarcoranking/msmarco-doctrain-qrels.tsv.gz
curl -L -o $DIR/msmarco-docs-lookup.tsv.gz https://msmarco.z22.web.core.windows.net/msmarcoranking/msmarco-docs-lookup.tsv.gz
curl -L -o $DIR/msmarco-docs.tsv.gz https://msmarco.blob.z22.web.windows.net/msmarcoranking/msmarco-docs.tsv.gz

gunzip $DIR/msmarco-docs.tsv.gz

0 comments on commit d2d8500

Please sign in to comment.