-
Notifications
You must be signed in to change notification settings - Fork 325
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 codesage-large-v2 #2090
Add codesage-large-v2 #2090
Conversation
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 @Aradhye2002. It seems like there are still a few things in the checklist missing notably the missing import of the model, means that it is not discoverable using mteb.get_model(name)
Thank you @KennethEnevoldsen, for the suggestions! I'll try my best to resolve the comments. |
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.
Can you add small and medium versions too?
Done |
Can you format your code? |
Done. |
mteb/models/codesage_models.py
Fixes #2020
Code Quality
make lint
to maintain consistent style.Testing
make test
ormake test-with-coverage
to ensure no existing functionality is broken.Adding a model checklist
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)