-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add minicpm3 4b FC model handler #718
Conversation
@HuanzhiMao Hello, would you please take some time to review this? Thank you. |
Hi @Cppowboy , I don't think I am able to access the model. The model link you included in the PR gave me a 404 error when opened. https://huggingface.co/openbmb/MiniCPM3-4B-FC |
I fixed it, the url should be https://huggingface.co/openbmb/MiniCPM3-4B. |
@HuanzhiMao Hello, could you please help to review this? Thank you. |
Will do it tomorrow! |
berkeley-function-call-leaderboard/bfcl/model_handler/oss_model/minicpm_fc.py
Outdated
Show resolved
Hide resolved
Thank you for the PR @Cppowboy 🎉 |
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.
Thanks for the PR @Cppowboy !
I made a few modifications to your code so that it runs without error.
LGTM
Add new model `openbmb/MiniCPM3-4B-FC` to the leaderboard. --------- Co-authored-by: Huanzhi (Hans) Mao <huanzhimao@gmail.com>
This PR updates the leaderboard to reflect the change in score due to the following PR merge: 1. #747 2. #770 3. #768 4. #750 5. #763 6. #772 7. #777 8. #778 9. #786 10. #787 11. #697 12. #718 13. #755 14. #796 15. #789 16. #804 17. #808 18. #809 19. #811 20. #810 Models were evaluated using checkpoint commit d7e52e5.
Add new model
openbmb/MiniCPM3-4B-FC
to the leaderboard.