ShishirPatil / gorilla

Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
https://gorilla.cs.berkeley.edu/
Apache License 2.0
11.52k stars 1.01k forks source link

[BFCL] Chore: Separate out Func Doc for Multi-Turn Categories #717

Closed HuanzhiMao closed 1 month ago

HuanzhiMao commented 1 month ago

This PR decompose out the function doc for the multi-turn categories from the dataset file itself. This helps view the changes (otherwise git diff would load forever), and we programmatically propagate the function docs for individual test entries, reducing the file sizes.

This PR will not affect the leaderboard score.