m-ric HF staff commited on
Commit
4a5ea51
1 Parent(s): cb16015

Update tool_config.json

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