nemo_curator.stages.text.experimental.translation.stages.skipped_rows
nemo_curator.stages.text.experimental.translation.stages.skipped_rows
Stages for skipping and later restoring already-translated rows.
Module Contents
Classes
Data
API
Dataclass
Bases: ProcessingStage[DocumentBatch, DocumentBatch]
Re-merge previously skipped rows back into the translated batch.
_COLUMN_DEFAULTS
name
Merge stashed rows back and restore original order.
Dataclass
Bases: ProcessingStage[DocumentBatch, DocumentBatch]
Split a batch into already-translated and needs-translation rows.
name
original_order_col
translation_column
Remove already-translated rows and stash them for later merge.