forked from ShishirPatil/gorilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BFCL] Add the option to log to WandB during bfcl evaluate (ShishirPa…
…til#736) In our internal use of BFCL at Valence Labs, we use WandB extensively to centralize the results of our benchmarking. This PR adds a `--wandb-project` CLI argument to the `bfcl evaluate` command to upload the generated `.csv` files to wandb. I wanted to open this PR to see if this would be an feature of interest for BFCL :) Here is an example command: ```bash bfcl evaluate --model gpt-3.5-turbo-0125 --wandb-project <wandb_entity:wandb_project> ``` This will log the `data_live.csv`, `data_non_live.csv` and `data_overall.csv` as dataframe artifacts on the WandB `wandb_project` under the `wandb_entity`. --------- Co-authored-by: Huanzhi (Hans) Mao <[email protected]>
- Loading branch information
1 parent
5df6372
commit 0fc2bd2
Showing
7 changed files
with
92 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters