Is Hugging Face Datasets Server down? Live status
Open datasets + streaming loader
Live status for Hugging Face Datasets — the Hub datasets API and datasets-server preview/query service.
Datasets API Status
Live, in-browser checks against Datasets's public APIs. Refreshes every 15s.
Datasets
Hub datasets API and Datasets Server
- Datasets Directoryhuggingface.co/datasets—mswarming up
- Datasets APIPublic datasets listing endpoint—mswarming up
- Datasets Serverdatasets-server.huggingface.co—mswarming up
The Datasets Server powers row previews and SQL queries in dataset viewers. When it's degraded, the raw dataset files on the Hub are still downloadable.
I'm Data — your guide to Hugging Face Datasets. Ask about loading, streaming, or the Datasets Server.
Browse DatasetsSponsored content. huggingface.health may earn a referral reward when you sign up via this widget. Answers are informational only — not professional advice.
About Datasets
Hugging Face Datasets hosts 250k+ open datasets with a unified loading API, streaming support, and a Datasets Server that provides row-level previews and DuckDB-style queries in the browser.
Datasets at a glance
- Datasets on Hub
- 250k+
- Library
- 🤗 datasets (Apache-2.0)
- Streaming
- Yes (`streaming=True`)
- Viewer
- Datasets Server + DuckDB
- Formats
- Parquet, JSON, CSV, Arrow, WebDataset
Common Datasets issues
- Viewer not available
Datasets Server needs precomputed splits. If your dataset is too large, private, or uses a custom loading script, the viewer may skip it — files still load fine.
- load_dataset hangs on download
Large multi-shard datasets download serially by default. Use `num_proc=` for parallel shard downloads, or switch to `streaming=True` for on-demand fetch.
- Auth error on gated dataset
Gated datasets require acceptance of terms plus an HF_TOKEN with read access. Run `huggingface-cli login` before `load_dataset()`.
Background
The 🤗 datasets library launched in 2020 as a unified way to load and stream NLP corpora. The Datasets Server followed to power in-browser previews and SQL over Parquet, making the Hub the default place to publish open datasets across modalities.
Frequently asked
Why is the dataset viewer 'Not available'?
Can I stream a dataset without downloading it?
About this check
All data is provided on a best-effort basis with no guarantees about accuracy or availability. This is an unofficial status page and is not affiliated with, endorsed by, or sponsored by Hugging Face, Inc.
Checks run client-side from your browser against Datasets's public endpoints. Latency reflects your network path, not the server's health alone. See our resources for more on how to read these checks.