Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
VeröffentlichenAnmelden
catalog / Language & NLP / Hugging Face Datasets
▣DatasetLanguage & NLPFree

Hugging Face Datasets

Fast, memory-mapped dataset library for NLP and ML — 50,000+ datasets, streaming, and Arrow-backed processing.

@ai-supply
Installationen680k
Bewertung★ 4.8
Rezensionen227
↗ Quell-Repository

Hugging Face Datasets

Datasets is a lightweight library for easily sharing and accessing datasets and evaluation metrics for NLP, computer vision, and audio tasks. It uses Apache Arrow's memory-mapped format to work with datasets much larger than RAM, and provides seamless integration with the Hugging Face Hub.

Key Features

  • 50,000+ datasets on the Hugging Face Hub, loadable in one line
  • Memory-mapped Arrow format: process 100GB+ datasets without running out of RAM
  • Streaming mode: iterate over datasets without downloading them
  • Fast data processing: parallelized map, filter, shuffle via multiprocessing
  • Interoperability: converts to/from Pandas, PyTorch, TensorFlow, JAX
  • Dataset cards and version control via the Hub

Quick Start

from datasets import load_dataset

# Load from Hub
dataset = load_dataset("squad")
print(dataset["train"][0])

# Stream a huge dataset
streamed = load_dataset("c4", "en", split="train", streaming=True)
for example in streamed.take(10):
    print(example["text"][:100])

# Apply transformations
tokenized = dataset.map(lambda x: tokenizer(x["text"]), batched=True)

Install via ai-supply

npx ai-supply add huggingface-datasets-hub

Curated mirror of the open-source Hugging Face Datasets (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Der Marktplatz für KI-Fähigkeiten. Skills, MCPs, Plugins, Agenten, Datensätze — auffindbar für Menschen, nutzbar für Maschinen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Marktplatz
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
  • Umsatzbeteiligung
Konto
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz