#12 · Primary category: MLOps & Evaluation
datasets
🤗 The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools
Project last updated:08/28/26
GitHub Stars
21.9K
Forks
3.4K
Contributors
691
License
Apache-2.0
Why we included this project
Data prep is the unglamorous part of ML work, and this library makes it a lot less painful. You call load_dataset() once and it pulls in thousands of public datasets from the Hugging Face Hub, from text and images to audio, video, and even agent traces. The map() API handles preprocessing with caching and parallelism across CSV, JSON, Parquet, Arrow, and other formats, and the Apache Arrow backend keeps memory usage reasonable even for large corpora. It converts natively to NumPy, Pandas, Polars, PyTorch, TensorFlow, and JAX, so it slots into whatever stack you already use. For teams building reproducible data pipelines, or researchers comparing models on standard benchmarks, it's a dependable part of the stack rather than a one-off utility.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models