awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
huggingface avatar

huggingface/datasets

0
View on GitHub↗
21,643 stars·3,259 forks·Python·Apache-2.0·12 vueshuggingface.co/docs/datasets↗

Datasets

Datasets is a library designed for the management, processing, and sharing of large-scale data collections for machine learning workflows. It functions as both a data processing framework and a versioning platform, providing tools to organize, filter, and transform massive datasets while ensuring reproducibility across research and development teams.

The library distinguishes itself by enabling the handling of datasets that exceed available system memory. It utilizes memory-mapped file access, disk-based caching, and lazy iterative streaming to maintain performance when working with large-scale data. These capabilities allow for efficient data preparation and access without requiring the entire collection to be loaded into physical memory.

Beyond local processing, the project serves as a collaborative repository for publishing and discovering datasets. Users can share data collections globally, facilitating consistent access and versioning across distributed research environments. The library is documented and distributed as a Python-based toolkit for integration into machine learning pipelines.

Features

  • Python Machine Learning Libraries - Provides a specialized Python library for accessing, sharing, and processing large-scale machine learning datasets.
  • Machine Learning Datasets - Provides comprehensive tools for organizing, versioning, and managing large collections of training data for machine learning.
  • Data Processing Frameworks - Acts as a core framework for applying parallel transformations and filtering to massive data collections.
  • Dataset Versioning Platforms - Serves as a collaborative platform for publishing and versioning datasets to ensure research reproducibility.
  • Dataset Sharing - Enables users to upload and share data collections globally to facilitate collaborative research and reproducibility.
  • Large Scale Training - Handles massive datasets exceeding system memory through streaming and disk-based caching for efficient model training.
  • Memory-Mapped File Access - Utilizes operating system level memory mapping to enable random access to massive datasets without exceeding system memory.
  • Data Collections & Datasets - Simplifies dataset discovery and versioning by providing a centralized repository for global data publishing.
  • Data Exchange Formats - Provides a high-performance, language-agnostic columnar memory format for efficient data serialization and zero-copy sharing.
  • Dataset Downloaders - Provides automated utilities for fetching and organizing research datasets from centralized repositories into local pipelines.
  • Incremental Data Streaming - Enables memory-efficient processing of massive datasets by streaming records on demand from remote or local sources.
  • Collaborative Benchmarking - Facilitates team collaboration on machine learning benchmarks through shared data repositories.
  • Data Loading Extraction - Hub of ready-to-use datasets for AI.
  • Gestion des données - Library for loading and preprocessing machine learning datasets.
  • Content-Addressable Storage - Uses cryptographic hashes to identify and deduplicate data files, ensuring consistent versioning across distributed environments.
  • Lazy Iterators - Implements lazy, memory-efficient iterators to process large datasets on demand without loading them into physical memory.
  • Data Transformation - Accelerates data preparation for machine learning models through parallel execution and memory-mapped file access.
  • Memory-Mapped Storage - Maintains performance on large-scale datasets by utilizing disk-based caching and memory-mapping to bypass memory limitations.
  • Parallel Data Transformation - Distributes data transformation tasks across multiple CPU cores to accelerate filtering and processing pipelines.
  • Intermediate Output Caching - Persists intermediate transformation results to local storage to avoid redundant computation during data processing.

Historique des stars

Graphique de l'historique des stars pour huggingface/datasetsGraphique de l'historique des stars pour huggingface/datasets

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Datasets

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Datasets.
  • iterative/dvcAvatar de iterative

    iterative/dvc

    15,680Voir sur GitHub↗

    DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models. It functions as a system for managing large data artifacts by storing lightweight metadata in version control while keeping the actual binaries in a separate cache. The project serves as an experiment tracker and remote storage synchronizer, enabling the execution and comparison of machine learning iterations based on hyperparameters and performance metrics. It provides a bridge for pushing and pulling these large data artifacts between local environments and cloud or on-premi

    Python
    Voir sur GitHub↗15,680
  • pytorch/examplesAvatar de pytorch

    pytorch/examples

    23,752Voir sur GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Python
    Voir sur GitHub↗23,752
  • treeverse/dvcAvatar de treeverse

    treeverse/dvc

    15,679Voir sur GitHub↗

    DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models using external storage and metadata pointers. It integrates with Git by utilizing placeholders to keep heavy artifacts out of the repository while maintaining a versioned link between code and data. The system manages remote data caches through a synchronization layer that connects local environments to cloud storage or network filesystems. It also functions as an experiment tracker, recording hyperparameters and metrics to compare the performance of different model iterations.

    Pythonaidata-sciencedata-version-control
    Voir sur GitHub↗15,679
  • openhft/chronicle-queueAvatar de OpenHFT

    OpenHFT/Chronicle-Queue

    3,692Voir sur GitHub↗

    Chronicle Queue is a high-performance data handling system featuring off-heap message queues, memory-mapped file stores, and replicated message stores. It provides a binary compatible memory layout that enables different programming languages to share data without serialization overhead. The system utilizes a replicated message store to synchronize data across multiple nodes, ensuring high availability and instant failover. Its memory-mapped architecture supports deterministic replay from disk and low-latency data recording. The project implements off-heap memory management and zero-allocati

    Javachroniclejavalow-latency
    Voir sur GitHub↗3,692
Voir les 30 alternatives à Datasets→

Questions fréquentes

Que fait huggingface/datasets ?

Datasets is a library designed for the management, processing, and sharing of large-scale data collections for machine learning workflows. It functions as both a data processing framework and a versioning platform, providing tools to organize, filter, and transform massive datasets while ensuring reproducibility across research and development teams.

Quelles sont les fonctionnalités principales de huggingface/datasets ?

Les fonctionnalités principales de huggingface/datasets sont : Python Machine Learning Libraries, Machine Learning Datasets, Data Processing Frameworks, Dataset Versioning Platforms, Dataset Sharing, Large Scale Training, Memory-Mapped File Access, Data Collections & Datasets.

Quelles sont les alternatives open-source à huggingface/datasets ?

Les alternatives open-source à huggingface/datasets incluent : iterative/dvc — DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models.… pytorch/examples — This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning… treeverse/dvc — DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models… openhft/chronicle-queue — Chronicle Queue is a high-performance data handling system featuring off-heap message queues, memory-mapped file… boltdb/bolt — Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that… treeverse/lakefs — lakeFS is a data lake versioning system that provides Git-like branching and commits for large datasets stored in…