-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BFCL April 16th Release #366
Merged
Merged
Conversation
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
Fanjia-Yan
approved these changes
Apr 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. nit, claude_fc_handler.py
: Line 41, set max_tokens=self.max_tokens
ShishirPatil
pushed a commit
that referenced
this pull request
Apr 18, 2024
As mentioned in #366, this PR updates the leaderboard to reflect the changes in score for the Claude family models when generating in FC mode and using `tools-2024-04-04`. `gpt-4-turbo-2024-04-09` and `gpt-4-turbo-2024-04-09-FC` are also added to the leaderboard. This PR **DOES** change the leaderboard score. --------- Co-authored-by: Charlie Cheng-Jie Ji <charliechengjieji@berkeley.edu>
ShishirPatil
approved these changes
Apr 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant PRs: #367
devanshamin
pushed a commit
to devanshamin/gorilla
that referenced
this pull request
Jul 9, 2024
This PR is for BFCL April 16th Release: 1. Switch to using Anthropic's new Tool Use Beta `tools-2024-04-04` when generating Claude 3 FC model data. 2. `gpt-4-Turbo-2024-04-09` and `gpt-4-Turbo-2024-04-09-FC` are also added to the leaderboard. This PR **DOES** change the leaderboard score. We will update the leaderboard shortly, in a different PR ShishirPatil#365 PS, this version does require the latest `anthropic` library, so make sure you update yours. --------- Co-authored-by: Fanjia Yan <fanjiayan@berkeley.edu> Co-authored-by: Charlie Cheng-Jie Ji <charliechengjieji@berkeley.edu>
aw632
pushed a commit
to vinaybagade/gorilla
that referenced
this pull request
Aug 22, 2024
This PR is for BFCL April 16th Release: 1. Switch to using Anthropic's new Tool Use Beta `tools-2024-04-04` when generating Claude 3 FC model data. 2. `gpt-4-Turbo-2024-04-09` and `gpt-4-Turbo-2024-04-09-FC` are also added to the leaderboard. This PR **DOES** change the leaderboard score. We will update the leaderboard shortly, in a different PR ShishirPatil#365 PS, this version does require the latest `anthropic` library, so make sure you update yours. --------- Co-authored-by: Fanjia Yan <fanjiayan@berkeley.edu> Co-authored-by: Charlie Cheng-Jie Ji <charliechengjieji@berkeley.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is for BFCL April 16th Release:
tools-2024-04-04
when generating Claude 3 FC model data.gpt-4-Turbo-2024-04-09
andgpt-4-Turbo-2024-04-09-FC
are also added to the leaderboard.This PR DOES change the leaderboard score. We will update the leaderboard shortly, in a different PR #365
PS, this version does require the latest
anthropic
library, so make sure you update yours.Co-authored-by: Fanjia Yan fanjiayan@berkeley.edu
Co-authored-by: Charlie Cheng-Jie Ji charliechengjieji@berkeley.edu