Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ library_name: sentence-transformers
|
|
18 |
---
|
19 |
A ModernBERT model ([answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)) fine-tuned on NLI and tabular classification datasets using [sentence-transformers](https://sbert.net/).
|
20 |
|
21 |
-
|
22 |
|
23 |
Usage:
|
24 |
```python
|
|
|
18 |
---
|
19 |
A ModernBERT model ([answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)) fine-tuned on NLI and tabular classification datasets using [sentence-transformers](https://sbert.net/).
|
20 |
|
21 |
+
You need `transformers>=4.48.0` to use ModernBERT (or install from source using `pip install git+https://github.com/huggingface/transformers.git`). You might also want to install flash attention: `pip install flash-attn`.
|
22 |
|
23 |
Usage:
|
24 |
```python
|