unable to align with DatasetDict.map parameters remove_columns in transformers
Experimental data screenshot
as follow, we can see the upper data with no "text", cause it is easily processed with DatasetDict.map(remove_columns = ''text''), but in the bottom data, i fail to process it in mindspore with similar easy method. And maybe it will increase programmers' development cost to
tackle with it.
Requirement
If there is similar function to do that, please tell me, i will appreciate it.
And if no, is it possible to add this parameters to easily finish it?
Environment
Problems
https://github.com/mindspore-ai/mindspore/blob/bd3c5dd1236bb5f2199b7f5ac2f2e6452879128f/mindspore/python/mindspore/dataset/engine/datasets.py#L852
Experimental data screenshot
Requirement