hf-model-search
Find machine learning models on HuggingFace Hub by keyword and task. Returns top results sorted by downloads or likes with model ID, author, and tags.
Instructions
Search HuggingFace Hub for ML models. Specify a keyword (e.g. 'bert', 'llama', 'stable diffusion') and optional task filter (e.g. 'text-classification', 'text-generation', 'image-classification'). Returns top results sorted by downloads or likes, including model ID, author, pipeline task, framework library, download count, likes count, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query — model name, architecture, or keyword (e.g. 'bert', 'llama', 'sentiment'). Defaults to 'language model'. | |
| task | No | Optional pipeline task filter (e.g. 'text-classification', 'text-generation', 'image-classification'). Omit to search all tasks. | |
| sort | No | Sort order. Default: downloads. | |
| limit | No | Number of results to return (1–20). Default: 10. |