find_training_datasets
Find and evaluate datasets for machine learning training. Filter by task, modality, license, and file size to get ranked recommendations.
Instructions
Find and evaluate datasets suitable for training ML models.
Parameters
task : str Machine learning task description (e.g. "image classification", "ner"). modality : str, optional Filter by modality: image, text, audio, tabular, video. license_filter : str License requirements: permissive (MIT, Apache, CC-BY, CC0), copyleft (GPL, CC-BY-SA), any. min_size_mb : float, optional Minimum total file size. max_size_mb : float, optional Maximum total file size.
Returns
list[dict] Ranked dataset recommendations tailored for machine learning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| modality | No | ||
| max_size_mb | No | ||
| min_size_mb | No | ||
| license_filter | No | any |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |