Skip to content

Commit

Permalink
[BFCL] Add New Model watt-tool-8B and watt-tool-70B (#847)
Browse files Browse the repository at this point in the history
This PR adds the model `watt-ai/watt-tool-8B` and
`watt-ai/watt-tool-70B` to the leaderboard.
  • Loading branch information
zhanghanduo authored Dec 21, 2024
1 parent 68a0500 commit 1792fb1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions berkeley-function-call-leaderboard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to the Berkeley Function Calling Leaderboard will be documented in this file.

- [Dec 21, 2024] [#847](https://github.com/ShishirPatil/gorilla/pull/847): Add new model `watt-ai/watt-tool-8B` and `watt-ai/watt-tool-70B` to the leaderboard.
- [Dec 20, 2024] [#842](https://github.com/ShishirPatil/gorilla/pull/842): Add the following new models to the leaderboard:
- `Qwen/Qwen2.5-0.5B-Instruct`
- `Qwen/Qwen2.5-3B-Instruct`
Expand Down
2 changes: 2 additions & 0 deletions berkeley-function-call-leaderboard/SUPPORTED_MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Below is a comprehensive table of models supported for running leaderboard evalu
|openbmb/MiniCPM3-4B 💻| Prompt|
|THUDM/glm-4-9b-chat 💻| Function Calling|
|Team-ACE/ToolACE-8B 💻| Function Calling|
|watt-ai/watt-tool-8B 💻| Function Calling|
|watt-ai/watt-tool-70B 💻| Function Calling|

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,18 @@
"openbmb",
"Apache-2.0",
],
"watt-ai/watt-tool-8B": [
"watt-tool-8B (FC)",
"https://huggingface.co/watt-ai/watt-tool-8B/",
"Watt AI Lab",
"Apache-2.0",
],
"watt-ai/watt-tool-70B": [
"watt-tool-70B (FC)",
"https://huggingface.co/watt-ai/watt-tool-70B/",
"Watt AI Lab",
"Apache-2.0",
],
"BitAgent/GoGoAgent": [
"GoGoAgent",
"https://gogoagent.ai",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
"Team-ACE/ToolACE-8B": LlamaHandler,
"openbmb/MiniCPM3-4B": MiniCPMHandler,
"openbmb/MiniCPM3-4B-FC": MiniCPMFCHandler,
"watt-ai/watt-tool-8B": LlamaHandler,
"watt-ai/watt-tool-70B": LlamaHandler,
"deepseek-ai/DeepSeek-V2.5": DeepseekCoderHandler,
"deepseek-ai/DeepSeek-Coder-V2-Instruct-0724": DeepseekCoderHandler,
"deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct": DeepseekCoderHandler,
Expand Down

0 comments on commit 1792fb1

Please sign in to comment.