zuxin-llm commited on
Commit
e1256fa
1 Parent(s): 77048f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,8 +7,8 @@ license: cc-by-nc-4.0
7
  </p>
8
  <p align="center">
9
  <a href="https://apigen-pipeline.github.io/">[Homepage]</a> |
10
- <a href="https://coder.deepseek.com/">[Paper]</a> |
11
- <a href="https://coder.deepseek.com/">[Dataset]</a> |
12
  <a href="https://github.com/SalesforceAIResearch/xLAM">[Github]</a>
13
  </p>
14
  <hr>
@@ -75,7 +75,7 @@ We mainly test our function-calling models on the [Berkeley Function-Calling Lea
75
  <p>Our <code>xLAM-7b-fc-r</code> secures the 3rd place with an overall accuracy of 88.24% on the leaderboard, outperforming many strong models. Notably, our <code>xLAM-1b-fc-r</code> model is the only tiny model with less than 2B parameters on the leaderboard, but still achieves a competitive overall accuracy of 78.94% and outperforming GPT3-Turbo and many larger models.
76
  Both models exhibit balanced performance across various categories, showing their strong function-calling capabilities despite their small sizes.</p>
77
 
78
- See our [paper](https://arxiv.org/abs/2406.18518) for more detailed analysis.
79
 
80
 
81
  ## Usage
 
7
  </p>
8
  <p align="center">
9
  <a href="https://apigen-pipeline.github.io/">[Homepage]</a> |
10
+ <a href="https://arxiv.org/abs/2406.18518">[Paper]</a> |
11
+ <a href="https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k">[Dataset]</a> |
12
  <a href="https://github.com/SalesforceAIResearch/xLAM">[Github]</a>
13
  </p>
14
  <hr>
 
75
  <p>Our <code>xLAM-7b-fc-r</code> secures the 3rd place with an overall accuracy of 88.24% on the leaderboard, outperforming many strong models. Notably, our <code>xLAM-1b-fc-r</code> model is the only tiny model with less than 2B parameters on the leaderboard, but still achieves a competitive overall accuracy of 78.94% and outperforming GPT3-Turbo and many larger models.
76
  Both models exhibit balanced performance across various categories, showing their strong function-calling capabilities despite their small sizes.</p>
77
 
78
+ See our [paper](https://arxiv.org/abs/2406.18518) and Github [repo](https://github.com/SalesforceAIResearch/xLAM) for more detailed analysis.
79
 
80
 
81
  ## Usage