lysandre HF Staff commited on
Commit
68c5f03
·
1 Parent(s): 8524ce6

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +2 -4
tool_config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "h_f_model_downloads": {
3
  "description": "This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub. It takes the name of the category (such as text-classification, depth-estimation, etc), and returns the name of the checkpoint alongside its 30-day download numbers.",
4
- "name": "",
5
- "tool_class": "__main__.HFModelDownloadsTool"
6
- }
7
  }
 
1
  {
 
2
  "description": "This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub. It takes the name of the category (such as text-classification, depth-estimation, etc), and returns the name of the checkpoint alongside its 30-day download numbers.",
3
+ "name": "model-download-counter",
4
+ "tool_class": "model_downloads.HFModelDownloadsTool"
 
5
  }