Skip to content

Commit

Permalink
fix: use all corpus for vocab
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaespejo committed May 2, 2024
1 parent 519a7c8 commit 98b79a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rxn/onmt_models/scripts/rxn_onmt_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def main(
str(e) for e in [
'onmt_build_vocab',
'-config', config_file_path,
'-n_sample', 3000,
'-n_sample', -1,
]
]
# yapf: enable
Expand Down

0 comments on commit 98b79a0

Please sign in to comment.