ask_about_model
Answer questions about model training data, intended use, limitations, or biases by retrieving relevant excerpts from the model card README.
Instructions
Answer a free-text question using the written model card README.
Use this for things only prose documents: training data, intended use, limitations, known biases, evaluation setup, or usage instructions. Returns the most relevant excerpts with their section headings as citations ā base the answer only on these excerpts.
For structured facts (license, size, downloads, benchmark numbers), use get_model_card instead; it is cheaper and more reliable for those.
Args: model_id: Hugging Face model ID, e.g. "openai/whisper-large-v3". question: The question to answer, e.g. "what data was it trained on?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |