-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implemented the functionality to use custom embeddings for Mamba models. #35
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@amrit110 Note that in file mamba_utils.py, the checker changes the docstring for forward function of class MambaForSequenceClassification, which results in failures due to necessary requirements of the HuggingFace library. The final merged version to main should be this:
|
Hmm @Adibvafa , do you mean the change to the docstring violates what huggingface needs to be part of their repo? |
Yes, exactly! It should end with "Returns:". If its hard to configure this exception, I can create an example to add to docstring so it won't break? |
PR Type
Feature
Short Description
Implemented the functionality to use custom embeddings for Mamba models.
Tests Added
None