Skip to content

Commit f759e4c

Browse files
authored
Update README.md
1 parent 43dbf90 commit f759e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="#model">Model</a> •
1818
<a href="#data">Data Release</a> •
1919
<a href="#web-ui">Web Demo</a> •
20-
<a href="#tool-eval">Tool Eval</a> •
20+
<a href="#tooleval">Tool Eval</a> •
2121
<a href="https://arxiv.org/pdf/2307.16789.pdf">Paper</a> •
2222
<a href="#citation">Citation</a>
2323

@@ -26,7 +26,7 @@
2626
</div>
2727

2828
<div align="center">
29-
<img src="https://cdn.discordapp.com/attachments/941582479117127680/1111543600879259749/20230526075532.png" width="350px">
29+
<img src="assets/ToolLLaMA-logo.png" width="350px">
3030
</div>
3131

3232
🔨This project (ToolLLM) aims to construct **open-source, large-scale, high-quality** instruction tuning SFT data to facilitate the construction of powerful LLMs with general **tool-use** capability. We aim to empower open-source LLMs to master thousands of diverse real-world APIs. We achieve this by collecting a high-quality instruction-tuning dataset. It is constructed automatically using the latest ChatGPT (gpt-3.5-turbo-16k), which is upgraded with enhanced [function call](https://openai.com/blog/function-calling-and-other-api-updates) capabilities. We provide the dataset, the corresponding training and evaluation scripts, and a capable model ToolLLaMA fine-tuned on ToolBench.

0 commit comments

Comments
 (0)