Update README.md
Browse files
README.md
CHANGED
|
@@ -31,8 +31,8 @@ More details can be found in our paper on arxiv: [*ToolACE: Winning the Points
|
|
| 31 |
|
| 32 |
Here are the winning scores of ToolACE in [BFCL-v3]((https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard)).
|
| 33 |
|
| 34 |
-
(The score is coming soon...)
|
| 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.
|
|
|
|
| 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.
|