-
Notifications
You must be signed in to change notification settings - Fork 26
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 BERT family of models #15
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.
Briefly looked at the code. It's great that we are adding more models.
See my inlined 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.
Very nice addition to have BERT models in here. See my comments bellow for improvements.
Thanks @antimora and @nathanielsimard for all the comments. Made the required changes and some enhancements. Let me know if this looks good to go. |
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.
Very small changes regarding feature flags and a small API adjustment. When fixed, I think it's going to be ready to merge! 🎉
2. refactor codebase
2. download model weights automatically 3. formatting fix
2. README additions, final
Related Issues
Issue: #12
Changes