Add vivo BlueLM-3.6-35B-A3B-0806 to leaderboard - #1356
Open
liukira459-commits wants to merge 4 commits into
Open
Add vivo BlueLM-3.6-35B-A3B-0806 to leaderboard#1356liukira459-commits wants to merge 4 commits into
liukira459-commits wants to merge 4 commits into
Conversation
This file contains hidden or 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
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.
Summary
Add support for vivo's BlueLM-3.6-35B-A3B-0806 model to the Berkeley Function Calling Leaderboard.
Model Details
https://api-ai.vivo.com.cn/v1/completions/v1/chat/completions)Changes
bfcl_eval/model_handler/api_inference/vivo.py(new file)VivoAPIHandlerinheriting fromOpenAICompletionsHandler__init__to setis_fc_model=Trueand hardcode the vivo API base URL_parse_query_response_FCto ensure multi-turn tool_calls format compatibilityVIVO_API_KEYenvironment variablebfcl_eval/constants/model_config.pyVivoAPIHandlerimportBlueLM-3.6-35B-A3B-0806entry inapi_inference_model_mapbfcl_eval/constants/supported_models.pyBlueLM-3.6-35B-A3B-0806toSUPPORTED_MODELS