[Feat] Support explicit FusedOP
that allows for the configuration and application of multiple operators in smaller, manageable batches
#413
Labels
Search before continuing 先搜索,再继续
Description 描述
Currently, the Data-Juicer's recipe and default executor support processing only a sequence of operations, such as OP1 and OP2, over the entire dataset in a linear fashion:
However, to facilitate more granular control and optimize resource management, particularly in scenarios requiring batch-wise sequential processing, the following approach is envisaged:
This method allows for the application of operators in smaller, manageable batches, potentially improving efficiency, reducing memory footprint and simplifying the code implementation.
To integrate this feature into the cfg.yaml configuration file, a special token, such as
dj_batched_group_ops
can be proposed. This token will enable users to specify batch processing parameters directly within the configuration, as illustrated below:Use case 使用场景
No response
Additional 额外信息
No response
Are you willing to submit a PR for this feature? 您是否乐意为此功能提交一个 PR?
The text was updated successfully, but these errors were encountered: