Skip to content

Commit

Permalink
Fix preprocess_data.py link
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony authored Oct 24, 2023
1 parent b02d989 commit 66d0666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/datasets/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def tokenize(self):
[os.path.join(parent_folder, os.path.basename(url)) for url in self.urls]
)

cmd = f"python tools/preprocess_data.py \
cmd = f"python tools/datasets/preprocess_data.py \
--input {jsonl_filepath} \
--output-prefix {parent_folder}/{self.name} \
--vocab {self.vocab_file} \
Expand Down

0 comments on commit 66d0666

Please sign in to comment.