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
Currently, after uploading a dataset, we convert it to HF format. When downloading a Dataset, our API returns an array with the three files of that format, which are not what the user uploaded. We want to give the option to download the file in the CSV format, using the to_csv() function from the Dataset (https://huggingface.co/docs/datasets/v1.5.0/processing.html)
Ideally our API should support passing a parameter that will allow users (sdk, UI) which format they want it into.
Alternatives
No response
Contribution
No response
Have you searched for similar issues before submitting this one?
Yes, I have searched for similar issues
The text was updated successfully, but these errors were encountered:
Motivation
Currently, after uploading a dataset, we convert it to HF format. When downloading a Dataset, our API returns an array with the three files of that format, which are not what the user uploaded. We want to give the option to download the file in the CSV format, using the
to_csv()
function from the Dataset (https://huggingface.co/docs/datasets/v1.5.0/processing.html)Ideally our API should support passing a parameter that will allow users (sdk, UI) which format they want it into.
Alternatives
No response
Contribution
No response
Have you searched for similar issues before submitting this one?
The text was updated successfully, but these errors were encountered: