m-ric HF staff commited on
Commit
4d7d4aa
·
verified ·
1 Parent(s): e268f9f

Upload tool

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. tool_config.json +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- huggingface_hub
2
  transformers
 
 
 
1
  transformers
2
+ huggingface_hub
tool_config.json CHANGED
@@ -1,6 +1,6 @@
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 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"
 
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"