OpenBMB / ToolBench

[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.
https://openbmb.github.io/ToolBench/
Apache License 2.0
4.6k stars 397 forks source link

train tool-llama-multi-rounds mode #268

Open Taeyoung-Jang opened 2 months ago

Taeyoung-Jang commented 2 months ago

Hi ! Thank you for great works.

I just wonder how to train tool-llama.

In your paper, you mentioned details for training toolllama in appendix, We train the model in a multi-round conversation mode. But, in this code, tool-llama-multi-rounds is not supported. How did you train toolllama? Is tool-llama-single-round enough to reproduce results?