get_huggingface_models
Retrieve trending machine learning models from HuggingFace sorted by downloads, likes, or last modified, with optional filters for task and library.
Instructions
Get trending models from HuggingFace. Discover the most popular and downloaded ML models for various tasks like text generation, image classification, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort models by downloads, likes, or last modified | downloads |
| task | No | Filter by task (e.g., 'text-generation', 'image-classification', 'text-to-image') | |
| library | No | Filter by library (e.g., 'transformers', 'diffusers', 'sentence-transformers') | |
| limit | No | Number of models to return | |
| use_cache | No | Whether to use cached data |