get_statistics
Retrieve detailed statistics for a Hugging Face dataset by specifying dataset identifier, configuration, and split. Analyze data distribution and insights for training or evaluation.
Instructions
Get statistics about 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 | |
split | Yes | Dataset split name. Splits partition the data for training/evaluation |