The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
DataAgentBench — Datasets
Mirror of the large dataset files for DataAgentBench, a benchmark for data agents. These files (PostgreSQL dumps, SQLite/DuckDB databases, and MongoDB BSON) are hosted here instead of Git LFS so they can be downloaded freely.
Usage
Clone the benchmark repo and run its downloader, which fetches every file into place and verifies it against a sha256 checksum:
git clone https://github.com/ucbepic/DataAgentBench.git
cd DataAgentBench
bash download.sh
To grab a single file directly:
from huggingface_hub import hf_hub_download
hf_hub_download(
repo_id="ruiyingm/DataAgentBench-data",
repo_type="dataset",
filename="query_imdb/query_dataset/movies.sql",
local_dir=".",
)
Layout
File paths mirror the benchmark repo exactly (query_<dataset>/query_dataset/...), so each file lands in the right location on download. See dataset_manifest.tsv in the main repo for the full list with checksums.
- Downloads last month
- 1