Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ For detailed benchmarking, see https://acr.ps/neoarabert.
|
|
| 55 |
### How to Use
|
| 56 |
Install these libraries:
|
| 57 |
```
|
| 58 |
-
pip install fast-disambig torch==2.5.1 transformers==4.49.0 xformers==0.0.28.post3
|
| 59 |
```
|
| 60 |
Load the model and use it to generate embeddings:
|
| 61 |
```python
|
|
|
|
| 55 |
### How to Use
|
| 56 |
Install these libraries:
|
| 57 |
```
|
| 58 |
+
pip install fast-disambig torch==2.5.1 transformers==4.49.0 xformers==0.0.28.post3 torchvision torchaudio
|
| 59 |
```
|
| 60 |
Load the model and use it to generate embeddings:
|
| 61 |
```python
|