search_dataset
Search for specific text within Hugging Face datasets by specifying the dataset identifier, configuration, split, and query. Access and filter data efficiently for analysis or exploration.
Instructions
Search for text within a Hugging Face dataset
Input Schema
Name | Required | Description | Default |
---|---|---|---|
auth_token | No | Hugging Face auth token for private/gated datasets | |
config | Yes | Dataset configuration/subset name. Use get_info to list available configs | |
dataset | Yes | Hugging Face dataset identifier in the format owner/dataset | |
query | Yes | Text to search for in the dataset | |
split | Yes | Dataset split name. Splits partition the data for training/evaluation |