Download and zip folders from Hugging Face dataset URL
A collection of parsers for LLM benchmark datasets
Create a report in BoAmps format
Explore recent datasets from Hugging Face Hub
Colabora para conseguir un Carnaval de Cádiz más accesible
Annotation Tool
Find and view synthetic data pipelines on Hugging Face
Support by Parquet, CSV, Jsonl, XLS
Search and find similar datasets
Create datasets with FAQs and SFT prompts
Build datasets using natural language
Generate dataset for machine learning
Browse and view Hugging Face datasets
Dl is a powerful tool designed for dataset creation. It allows users to download and zip folders directly from Hugging Face dataset URLs, making it a convenient solution for managing and organizing datasets efficiently.
• Direct Download: Quickly download datasets from Hugging Face URLs.
• Zip Folder Creation: Automatically zip the downloaded folders for easy storage and sharing.
• Hugging Face Compatibility: Seamlessly works with Hugging Face datasets, ensuring compatibility and reliability.
• Efficient Management: Simplifies dataset handling, saving time and effort in organizing large datasets.
• Easy Integration: Can be integrated into workflows for automated dataset retrieval and processing.
pip install dl
.dl https://huggingface.co/dataset-url
to download the dataset.zip -r folder_name.zip folder_name
.For advanced users, Dl also supports custom configurations and scripting for automated workflows.
What is the primary purpose of Dl?
Dl is primarily used to download and zip folders from Hugging Face dataset URLs, making dataset management simpler and more efficient.
How do I install Dl?
You can install Dl using pip with the command: pip install dl
.
Can Dl handle large datasets?
Yes, Dl is designed to handle large datasets efficiently. It ensures that the download and zipping process is smooth even for bigger files.
Can I customize the output folder name?
Yes, you can customize the output folder name by specifying it in the command line during the download process.
Is Dl free to use?
Yes, Dl is free to use and open-source, making it accessible to everyone.