Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a ModernBERT config for the original toxic comment classification challenge, using the ModernBERT-base model. ModernBERT is an architecture similar to BERT leveraging more recent techniques like RoPE for long context and flash attention for faster inference. It is also trained on a variety of mainly English sources, including scientific articles and code. Currently requires installing transformers from git to train.
- Loading branch information