clembi commited on
Commit
49007f3
·
verified ·
1 Parent(s): 647ad1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- Currently, you need to install `transformers` from source to use ModernBERT: `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
 
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