Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,8 @@ It is available in the following sizes:
|
|
37 |
- [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) - 22 layers, 149 million parameters
|
38 |
- [ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) - 28 layers, 395 million parameters
|
39 |
|
|
|
|
|
40 |
## Usage
|
41 |
|
42 |
You can use these models directly with the `transformers` library. Until the next `transformers` release, doing so requires installing transformers from main:
|
|
|
37 |
- [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) - 22 layers, 149 million parameters
|
38 |
- [ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) - 28 layers, 395 million parameters
|
39 |
|
40 |
+
For more information about ModernBERT, we recommend our [release blog post](https://huggingface.co/blog/modernbert) for a high-level overview, and our [arXiv pre-print](https://arxiv.org/abs/2412.13663) for in-depth information.
|
41 |
+
|
42 |
## Usage
|
43 |
|
44 |
You can use these models directly with the `transformers` library. Until the next `transformers` release, doing so requires installing transformers from main:
|