Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dataset:
num_workers: 1
max_seq_length: 8192 # Window size for genomic sequences
stride: 200 # Overlap for windowing
buffer_size: 500_000 # Shuffle buffer size
buffer_size: 5_000 # Shuffle buffer size
use_stateful_dataloader: false # Until https://github.com/pytorch/pytorch/pull/163102 is resolved with torchdata.
pad_sequences_to_be_divisible_by: null
load_dataset_kwargs:
Expand Down