nemo_curator.tasks.file_group
nemo_curator.tasks.file_group
Module Contents
Classes
API
Dataclass
Bases: Task[list[str]]
Task representing a group of files to be read. This is created during the planning phase and passed to reader stages.
data
num_items
Number of files in this group.
reader_config
Content-based id derived from the sorted file paths. Stable across runs even if the source stage emits the file group at a different position (e.g. because new files were added or removed between runs).
Validate the task data.