Steven Liu
Steven Liu
Thanks for the feedback! I think since this issue is closely related to loading, I can add a clearer explanation under [Load > local loading script](https://huggingface.co/docs/datasets/main/en/loading#local-loading-script).
Thanks for sharing your perspective. I think the `load_dataset` function is the only one that pulls from GitHub, and since this use-case is very specific, I don't think we need...
Good idea! I went with @mariosasko's suggestion to use `inspect_dataset` instead of cloning a dataset repository since it's a good opportunity to show off more of the library's lesser-known functions...
Thanks for the feedback! I agree that adding it to `load_hub.mdx` is probably a bit too specific, especially for beginners reading the tutorials. Since this clarification is closely related to...
Updated the manual download section :)
Great suggestion @mariosasko! I added your suggestions, let me know what you think. For gated dataset access, I just added a tip referring users to the relevant docs since it's...
Good idea! Moved everything about `imagefolder` + metadata to the create an image dataset section since the `load_dataset` call is the same for different computer vision tasks.
Thanks for all the feedbacks! 🥰 What do you think about creating how to share an `ImageFolder` dataset in a separate PR? I think we should create a new section...
Opened #839 to take care of the general maintenance things. Next up, I'll work on something to address 1 and 2 :)
Hi sorry for all these PRs! 😅 The plan moving forward is to: 1. Merge the how-to guides. 2. Merge the quick-start guide. 3. Merge the updated landing page with...