m-ric commited on
Commit
56ac79f
·
verified ·
1 Parent(s): 488962b

Upload tool

Browse files
Files changed (1) hide show
  1. tool_config.json +2 -0
tool_config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
  "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.",
 
3
  "name": "model_download_counter",
 
4
  "tool_class": "model_downloads.HFModelDownloadsTool"
5
  }
 
1
  {
2
  "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.",
3
+ "inputs": "{'name': {'type': <class 'str'>, 'description': 'the name of the category (such as text-classification, depth-estimation, etc)'}}",
4
  "name": "model_download_counter",
5
+ "output_type": "<class 'str'>",
6
  "tool_class": "model_downloads.HFModelDownloadsTool"
7
  }