hf-model-downloads / tool_config.json
m-ric's picture
m-ric HF staff
Upload tool
a0a4d30 verified
raw
history blame contribute delete
428 Bytes
{
"description": "\n This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub.\n It returns the name of the checkpoint.",
"inputs": {
"task": {
"description": "the task category (such as text-classification, depth-estimation, etc)",
"type": "string"
}
},
"name": "model_download_counter",
"output_type": "string",
"tool_class": "HFModelDownloadsTool"
}