AngusHuang
commited on
Commit
•
d1893ac
1
Parent(s):
26d971a
Update leaderboard rank to README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
15 |
# ToolACE-8B
|
16 |
|
17 |
ToolACE-8B is a finetuned model of LLaMA-3.1-8B-Instruct with our dataset [ToolACE](https://huggingface.co/datasets/Team-ACE/ToolACE) tailored for tool usage.
|
18 |
-
ToolACE-8B achieves state-of-the-art performance on the [Berkeley Function-Calling Leaderboard](https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard), rivaling the latest GPT-4 models.
|
19 |
|
20 |
|
21 |
ToolACE is an automatic agentic pipeline designed to generate **A**ccurate, **C**omplex, and div**E**rse tool-learning data.
|
@@ -28,6 +28,12 @@ More details can be found in our paper on arxiv: [*ToolACE: Winning the Points
|
|
28 |
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/66bf01f45bdd611f9a602087/WmyWOYtg_dbTgwQmvlqcz.jpeg)
|
29 |
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
### Usage
|
32 |
Here we provide a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate function calling with given functions.
|
33 |
|
|
|
15 |
# ToolACE-8B
|
16 |
|
17 |
ToolACE-8B is a finetuned model of LLaMA-3.1-8B-Instruct with our dataset [ToolACE](https://huggingface.co/datasets/Team-ACE/ToolACE) tailored for tool usage.
|
18 |
+
ToolACE-8B achieves state-of-the-art performance on the [Berkeley Function-Calling Leaderboard(BFCL)](https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard), rivaling the latest GPT-4 models.
|
19 |
|
20 |
|
21 |
ToolACE is an automatic agentic pipeline designed to generate **A**ccurate, **C**omplex, and div**E**rse tool-learning data.
|
|
|
28 |
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/66bf01f45bdd611f9a602087/WmyWOYtg_dbTgwQmvlqcz.jpeg)
|
29 |
|
30 |
|
31 |
+
Here are the winning scores of ToolACE in [BFCL-v3]((https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard)).
|
32 |
+
|
33 |
+
|
34 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/646735a98334813a7ae29500/gSO9zWB9H3XRUwtjIhhD1.png)
|
35 |
+
|
36 |
+
|
37 |
### Usage
|
38 |
Here we provide a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate function calling with given functions.
|
39 |
|