get_huggingface_datasets
Retrieve trending datasets from HuggingFace. Filter by task and sort by downloads, likes, or modified to find datasets for training and fine-tuning models.
Instructions
Get trending datasets from HuggingFace. Find popular datasets for training and fine-tuning ML models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort datasets by downloads, likes, or last modified | downloads |
| task | No | Filter by task category (e.g., 'text-classification', 'translation', 'question-answering') | |
| limit | No | Number of datasets to return | |
| use_cache | No | Whether to use cached data |