get_model_card
Retrieve structured facts about a model including task, license, parameter count, downloads, and benchmark scores from its model card.
Instructions
Get structured facts about one model: task, license, parameter count, downloads, and any benchmark scores published in its model card.
Use this when the user names a specific model, or to check details before recommending one. For free-text questions about training data, limitations, or intended use, use ask_about_model instead.
Args: model_id: Hugging Face model ID, e.g. "google-bert/bert-base-uncased". Short forms like "bert-base-uncased" are resolved automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |