Skip to content

[BFCL] Standardize Model Name Among handler_map and eval_runner_helper #439

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

Merged
merged 9 commits into from
Jul 1, 2024

Conversation

HuanzhiMao
Copy link
Collaborator

@HuanzhiMao HuanzhiMao commented May 22, 2024

This PR standardize the model name among handler_map and eval_runner_helper. In the past, the handler_map used the model name that contains / while the eval_runner_helper takes the model name that has the / substituted with _. This caused a lot of unnecessary confusion when trying to add new models, so this PR addresses it by letting the eval_runner_helper adapt to the handler_map format.
This PR DOES NOT affect the leaderboard score.

@HuanzhiMao HuanzhiMao marked this pull request as ready for review May 22, 2024 09:18
@HuanzhiMao
Copy link
Collaborator Author

Edit, we will do it the other way around. We will switch to the version where the model name contains /, because the model name that people copy directly from huggingface will contain /, so that's more convenient.

Copy link
Collaborator

@Fanjia-Yan Fanjia-Yan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShishirPatil ShishirPatil merged commit cb694ea into ShishirPatil:main Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants