You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Environment
Problems
mindspore/mindspore/python/mindspore/dataset/engine/datasets.py
Line 852 in bd3c5dd
Experimental data screenshot
Requirement
The text was updated successfully, but these errors were encountered: