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