Explore recent datasets from Hugging Face Hub
sign in to receive news on the iPhone app
Manage and analyze datasets with AI tools
Download datasets from a URL
Convert and PR models to Safetensors
Display instructional dataset
Colabora para conseguir un Carnaval de Cádiz más accesible
Search and find similar datasets
Generate synthetic datasets for AI training
Find and view synthetic data pipelines on Hugging Face
Create and validate structured metadata for datasets
ReWrite datasets with a text instruction
Perform OSINT analysis, fetch URL titles, fine-tune models
Recent Hugging Face Datasets is a tool designed to help users explore and discover the latest datasets available on the Hugging Face Hub. It provides a convenient way to browse, filter, and access datasets that have been recently added or updated, making it easier to stay up-to-date with the latest developments in the field of machine learning and data science.
• Browsable Interface: Easily navigate through a curated list of recent datasets. • Filtering Options: Sort and filter datasets based on parameters like date, popularity, and task type. • Detailed Dataset View: Access comprehensive information about each dataset, including descriptions, metrics, and usage examples. • Integration with Hugging Face Ecosystem: Seamlessly connect with other Hugging Face tools like the Model Hub and Tokenizers. • Real-Time Updates: Stay informed about the latest additions and updates to the dataset collection.
pip install -U datasets
.from datasets import RecentDatasets
in your Python environment.RecentDatasets.display()
to view a list of recently added datasets.max_released_date
or tasks
to narrow down the results.What types of datasets are available on Recent Hugging Face Datasets?
Recent Hugging Face Datasets includes a wide variety of datasets for tasks like natural language processing, computer vision, audio processing, and more.
How often are the datasets updated?
Datasets are updated in real-time as new datasets are added or existing ones are modified on the Hugging Face Hub.
Can I contribute my own dataset to Recent Hugging Face Datasets?
Yes, you can upload your dataset to the Hugging Face Hub, and it will automatically appear in Recent Hugging Face Datasets if it meets the submission guidelines.