Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
  • Loading branch information
MaximumEntropy committed Jun 17, 2022
1 parent 41ad987 commit 6c5a163
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -584,10 +584,6 @@ def build_memmap_dataset_from_config(self, cfg: DictConfig):
tgt_tokenizer=self.decoder_tokenizer,
max_src_seq_length=cfg.max_seq_length,
max_tgt_seq_length=cfg.max_seq_length,
start_index=0,
end_index=None,
data_impl="mmap",
skip_warmup=True,
)
elif cfg.dataset_type == 'text_memmap':
dataset = TextMemmapSequenceToSequenceDataset(
Expand Down

0 comments on commit 6c5a163

Please sign in to comment.