Skip to content

Commit

Permalink
Update date timestamp for MS MARCO submission
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdevins committed Nov 25, 2020
1 parent da3ad4e commit 1852355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Machine Learning/Query Optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ For making submissions to the MS MARCO Document ranking leaderboard, we need to

For all the commands below, make sure you symlink a local `data/submissions` to the `submissions` folder in the `MSMARCO-Document-Ranking-Submissions` fork on your local machine. Note that the commands from the [`microsoft/MSMARCO-Document-Ranking-Submissions`](https://github.com/microsoft/MSMARCO-Document-Ranking-Submissions) repository seem to not work on macOS, so please use a Linux OS for this process.

Here's an example that outlines how we made our first submission `20201117-elastic-optimal_best_fields`. For this submission, we've saved the best parameters from the `multi_match` `best_fields` query, as seen in the notbeook [2 - Query tuning - best_fields](notebooks/2%20-%20Query%20tuning%20-%20best_fields.ipynb).
Here's an example that outlines how we made our first submission `20201125-elastic-optimal_best_fields`. For this submission, we've saved the best parameters from the `multi_match` `best_fields` query, as seen in the notbeook [2 - Query tuning - best_fields](notebooks/2%20-%20Query%20tuning%20-%20best_fields.ipynb).

```bash
export SUBMISSION_NAME=20201117-elastic-optimized_best_fields
export SUBMISSION_NAME=20201125-elastic-optimized_best_fields
mkdir data/submissions/$SUBMISSION_NAME
cp submissions/$SUBMISSION_NAME/metadata.json data/submissions/$SUBMISSION_NAME-metadata.json
```
Expand Down

0 comments on commit 1852355

Please sign in to comment.