Spaces:
Running
Running
File size: 428 Bytes
a307a17 a0a4d30 a307a17 4a5ea51 a0a4d30 a307a17 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"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"
}
|