Tools/AI Frameworks & Libraries/Hugging Face Datasets

Hugging Face Datasets

Library for easily accessing and processing ML datasets.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

Hugging Face Datasets gives machine learning practitioners one-line access to hundreds of thousands of datasets on the Hugging Face Hub through a single load_dataset call. Built on Apache Arrow, it uses zero-copy memory-mapped storage so datasets larger than RAM remain usable, caches processed results to avoid recomputation, and converts natively to NumPy, pandas, PyTorch, TensorFlow, JAX, and Spark. Preprocessing runs through a map method with multiprocess support, and a streaming mode iterates over remote data without downloading it. The library reads CSV, JSON, Parquet, Arrow, XML, text, image, audio, video, and PDF formats, spanning text, vision, audio, and agent trace data in over 400 languages and dialects. Two core classes cover the main access patterns: Dataset for random access over memory-mapped data and IterableDataset for lazy large-scale streaming. Apache 2.0 licensed, it is a standard component of training and evaluation pipelines across the ML ecosystem.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Beginner (1/5)
License
Apache-2.0
Added
Apr 3, 2026

Related Tools

Unified system for large-scale distributed training and inference.

Open SourceSelf HostedOfflineGPU 8GB+
Advanced
0.0 (0)

Guidance language for controlling LLM generation with constraints, grammars, and JSON schemas.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)

JAX neural network library with PyTorch-like module system.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

High-level deep learning API supporting JAX, TensorFlow, and PyTorch backends.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Neural network library for JAX by Google providing Linen module system.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

Gradient boosting library by Yandex with native categorical feature handling.

Open SourceSelf HostedOffline
Easy
0.0 (0)
Browse all AI Frameworks & Libraries tools