Skip to content

Commit

Permalink
fix: share vocab = False to save tgt vocab file too
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaespejo committed Apr 30, 2024
1 parent 4a3f439 commit d362b3e
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 @@ -58,7 +58,7 @@ def get_build_vocab_config_file(
valid_src: PathLike,
valid_tgt: PathLike,
save_data: Path,
share_vocab: bool = True,
share_vocab: bool = False,
overwrite: bool = True,
src_seq_length: int = 3000,
tgt_seq_length: int = 3000,
Expand Down

0 comments on commit d362b3e

Please sign in to comment.