Download and zip folders from Hugging Face dataset URL
sign in to receive news on the iPhone app
Create a domain-specific dataset project
Speech Corpus Creation Tool
Evaluate evaluators in Grounded Question Answering
Build datasets using natural language
Access NLPre-PL dataset and pre-trained models
Manage and orchestrate AI workflows and datasets
Upload files to a Hugging Face repository
Convert and PR models to Safetensors
Create and manage AI datasets for training models
Display trending datasets from Hugging Face
Create and validate structured metadata for datasets
Dl is a command-line interface (CLI) tool designed for dataset creation. It simplifies the process of downloading and zipping folders directly from Hugging Face dataset URLs, making it easier to work with datasets efficiently.
• Streamlined Dataset Downloading: Directly download datasets from Hugging Face URLs without manual navigation.
• Folder Zipping: Automatically zip downloaded folders for convenient storage and sharing.
• Version Control Support: Easily access specific versions of datasets.
• Integration with Hugging Face Ecosystem: Compatible with Hugging Face datasets and libraries.
• Command-Line Interface: Simple and efficient CLI for quick operations.
pip install datasets
from datasets import load_dataset
What is the primary purpose of Dl?
Dl is designed to simplify the process of downloading and zipping folders from Hugging Face dataset URLs, making dataset creation and management more efficient.
Can I use Dl with other dataset hosting platforms?
No, Dl is specifically built for Hugging Face datasets. It integrates seamlessly with the Hugging Face ecosystem.
How do I unzip the downloaded folders?
Once the folders are zipped, you can use standard unzip tools like unzip
in the command line or built-in operating system tools to extract the contents.