Skip to content

Commit

Permalink
Fix preprocess_data.py link (#1064)
Browse files Browse the repository at this point in the history
* Fix preprocess_data.py link

* Update NeoXArgs docs automatically

* Update NeoXArgs docs automatically

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Quentin-Anthony and github-actions committed Oct 31, 2023
1 parent e277bc7 commit f574f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/neox_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Logging Arguments

- **git_hash**: str

Default = 8ebf7c6
Default = 2ff807d

current git hash of repository

Expand Down
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 f574f22

Please sign in to comment.