data-juicer icon indicating copy to clipboard operation
data-juicer copied to clipboard

Is there any issue with the return types of the read, read_json, and read_webdataset functions in the RayDataSet class?

Open cn-robot-ai opened this issue 1 month ago • 0 comments

Would it be more appropriate to change the return type of the read, read_json, and read_webdataset functions in the RayDataSet class from RayDataSet to ray.data.Dataset? Because the data returned by the internal implementation of these functions are all of type ray.data.Dataset.

cn-robot-ai avatar Oct 17 '25 10:10 cn-robot-ai