AngusHuang commited on
Commit
c578f68
·
verified ·
1 Parent(s): 91c9189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -29,10 +29,12 @@ More details can be found in our paper on arxiv: [*ToolACE: Winning the Points
29
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/66bf01f45bdd611f9a602087/WmyWOYtg_dbTgwQmvlqcz.jpeg)
30
 
31
 
32
- Here are the winning scores of ToolACE in [BFCL-v3]((https://gorilla.cs.berkeley.edu/leaderboard.html#leaderboard)).
33
 
34
 
35
- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/646735a98334813a7ae29500/vfdvY0WThizThDN59ClkG.jpeg)
 
 
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
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/66bf01f45bdd611f9a602087/WmyWOYtg_dbTgwQmvlqcz.jpeg)
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
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/646735a98334813a7ae29500/smLEpFoS7W6OIkeE92_5O.jpeg)
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.