Update README.md
Browse files
README.md
CHANGED
|
@@ -29,10 +29,12 @@ More details can be found in our paper on arxiv: [*ToolACE: Winning the Points
|
|
| 29 |

|
| 30 |
|
| 31 |
|
| 32 |
-
Here are the winning scores of ToolACE in [BFCL-v3]((https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard)).
|
| 33 |
|
| 34 |
|
| 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.
|
|
|
|
| 29 |

|
| 30 |
|
| 31 |
|
| 32 |
+
Here are the winning scores of ToolACE-2-8B in [BFCL-v3]((https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard)), which wins the highest scores among 8B-scale models.
|
| 33 |
|
| 34 |
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
|
| 39 |
### Usage
|
| 40 |
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.
|