NeMo-Curator
NeMo-Curator copied to clipboard
Refactor separate_by_metadata and Partition On to use the same code paths.
Is your feature request related to a problem? Please describe.
We are adding partition_on (https://github.com/NVIDIA/NeMo-Curator/pull/519) here which is very similar to separate_by_metadata, we should try to refactor separate_by_metadata and make them follow similar code paths.