huggingface/datasets
🤗 The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 12.5
- age_days: 2351
- days_rel: 36
- days_push: 7
- n_releases_24m: 33
Adoption not part of the score
21870 stars · 3371 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hugging Face Datasets is a Python library providing one-line access to hundreds of thousands of public datasets on the Hugging Face Hub across text, image, audio, and video modalities. It offers efficient, memory-mapped data loading and preprocessing built on Apache Arrow, with integrations for PyTorch, TensorFlow, JAX, Pandas, NumPy, and Polars.
Use cases
- load a public dataset for model training in one line of code
- preprocess and tokenize a text dataset for fine-tuning an LLM
- stream a huge dataset that doesn't fit on disk or memory
- convert local CSV, JSON, or Parquet files into an ML-ready dataset
- prepare image or audio datasets with transforms and resampling
- share a dataset with the community on the Hugging Face Hub
When to choose
- you need fast, reproducible access to public ML datasets
- you work with large datasets and want memory-mapped, zero-copy loading
- you train models in PyTorch, TensorFlow, or JAX and need dataloader integration
- you want a unified API for text, image, and audio data preprocessing
When to avoid
- you need a general-purpose ETL tool for non-ML data pipelines
- your data lives in a SQL database and you only need simple queries
- you need distributed data processing beyond single-machine Arrow-based workflows
Facets
library · maturity stable
etl data-science machine-learning deep-learning nlp computer-vision audio-processing sdk machine-learning data-science computer-vision artificial-intelligence large-language-models python cross-platform huggingface datasets apache-arrow dataloader data-preprocessing pytorch tensorflow pandas streaming data-engineering natural-language-processing audio
10 sources
- readme: https://github.com/huggingface/datasets · fetched 2026-08-28 · 3c6ff3c493d8
- homepage: https://huggingface.co/docs/datasets · fetched 2026-08-29 · 619622f88451
- site_page: https://huggingface.co/docs · fetched 2026-08-29 · bdec26667b98
- site_page: https://huggingface.co/docs/datasets/quickstart · fetched 2026-08-29 · cd748fc8a545
- site_page: https://huggingface.co/docs/datasets/installation · fetched 2026-08-29 · c71116883263
- site_page: https://huggingface.co/docs/datasets/tutorial · fetched 2026-08-29 · 84fe8fae3e6c
- site_page: https://huggingface.co/docs/datasets/load_hub · fetched 2026-08-29 · b2e149befada
- site_page: https://huggingface.co/docs/datasets/access · fetched 2026-08-29 · a4ded9ba5009
- site_page: https://huggingface.co/docs/datasets/use_dataset · fetched 2026-08-29 · b052d61cc458
- registry_pypi: https://pypi.org/pypi/datasets/json · fetched 2026-08-29 · 9049903d1902
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| huggingface/datasets | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="huggingface/datasets")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem