Skip to content

Commit

Permalink
Fix double slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Apr 18, 2024
1 parent 55e4886 commit 2c60c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ The `scores.jsonl` and `results.json` files will be saved at the `cfg.eval.resul

```bash
# Change the following paths to match your setup
orig_dir="/path/to/weblinx/modeling/results/dmr/sentence-transformers/all-MiniLM-L6-v2/"
orig_dir="/path/to/weblinx/modeling/results/dmr/sentence-transformers/all-MiniLM-L6-v2"

# This is the directory where the candidates are stored
new_dir="/path/to/wl_data/candidates/"
new_dir="/path/to/wl_data/candidates"

# You need to move the train split if you plan to use it for training the action model
mv $orig_dir/train/scores.jsonl $new_dir/train.jsonl
Expand Down

0 comments on commit 2c60c82

Please sign in to comment.