fix: readme to new transformers version
Browse files
README.md
CHANGED
@@ -2923,10 +2923,10 @@ Trained on the [Nomic Embed](https://arxiv.org/abs/2402.01613) weakly-supervised
|
|
2923 |
|
2924 |
## Usage
|
2925 |
|
2926 |
-
You can use these models directly with the
|
2927 |
|
2928 |
```bash
|
2929 |
-
pip install
|
2930 |
```
|
2931 |
|
2932 |
Reminder, this model is trained similarly to Nomic Embed and **REQUIRES** prefixes to be added to the input. For more information, see the instructions in [Nomic Embed](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5#task-instruction-prefixes).
|
|
|
2923 |
|
2924 |
## Usage
|
2925 |
|
2926 |
+
You can use these models directly with the latest transformers release and requires installing `transformers>=4.48.0`:
|
2927 |
|
2928 |
```bash
|
2929 |
+
pip install transformers>=4.48.0
|
2930 |
```
|
2931 |
|
2932 |
Reminder, this model is trained similarly to Nomic Embed and **REQUIRES** prefixes to be added to the input. For more information, see the instructions in [Nomic Embed](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5#task-instruction-prefixes).
|