Open lhoestq opened 3 months ago
@lhoestq thank you for the asking this! Do yo have a specific use case in mind? What exact dataset, and what you want to do with the dataset next?
Let us evaluate this. It seems straightforward and our other project DVC already supports this. We will get back soon.
Cool ! The main uses cases I imagine are transforming rows / generating more rows with a LLM of existing datasets
This article may be helpful for a future structured export function: https://huggingface.co/docs/datasets/en/repository_structure
Hi ! I'm Quentin from HF :)
Congrats on the release ! The API is concise and easy, it will be useful to many people
I was wondering if you had plans to support reading / writing from HF datasets ?
If you use fsspec it might work out of the box though, using
hf://
paths (and if you have thehuggingface_hub
lib installed)