Skip to content

Commit

Permalink
Add a directory creation operation
Browse files Browse the repository at this point in the history
  • Loading branch information
ciela authored Mar 21, 2024
1 parent 8e98848 commit 829d229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The code runs in two steps.

1. Use [sacrebleu](https://github.com/mjpost/sacrebleu) to prepare the benchmark dataset.
```
mkdir -p ./dataset/wmt19-text
sacrebleu -t wmt19 -l en-de --echo src > ./dataset/wmt19-text/wmt19.en-de.en
sacrebleu -t wmt19 -l en-de --echo ref > ./dataset/wmt19-text/wmt19.en-de.de
```
Expand Down

0 comments on commit 829d229

Please sign in to comment.