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
2 changes: 1 addition & 1 deletion init2winit/dataset_lib/nanodo_c4.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Implementation based on:
# https://github.com/google-deepmind/nanodo/blob/main/nanodo/data.py
# This pygrain dataloader can be used with any TFDS datasource (e.g. c4, lm1b,
# etc.) but is primarily used to load C4 dataset in it's current form.
# etc.) but is primarily used to load C4 dataset in its current form.
# This data loader is deterministically reproducible with shuffling guarantees
# but we don't checkpoint dataset iterators in i2w yet so this is not
# guaranteed to be reproducible across restarts.
Expand Down