You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* new: RoPE implementation and tests
* make: apply linting with ruff
* docs: add link to reference implementation for RoPE
* make: fix type checking with mypy
* new: add embedding and MLP layers for modernbert
* new: add ModernBERTAttention
* tests: add numerical tests for ModernBERTAttention, apply linting with Ruff
* make: linting and proper type annotation
* new: add ModerBERTEncoderLayer
* make: fix type hints
* make: better type annotations
* new: add full ModernBERT model implementation
* docs: update docstrings for ModernBERT
* make: linting and type annotations
* make: rm unnecessary SwiGLU
* docs: include modernbert to docs
0 commit comments