Search ML Datasets
hf.hub.datasetsSearch HuggingFace datasets by name or keyword, returning dataset ID, downloads, likes, and tags. Covers NLP, vision, audio, and tabular datasets. Results sorted by download count.
Instructions
Search 200K+ datasets on HuggingFace Hub by name or keyword. Returns dataset ID, downloads, likes, tags. Covers NLP, vision, audio, tabular datasets. Sorted by downloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | Search query — dataset name or keyword (e.g. "wikipedia", "imagenet", "squad") | |
| limit | No | Number of results (1-20, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |