Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,6 @@ pip install huggingface_hub
|
|
| 32 |
You can use the following code to load this SPLADE index from Hugging Face hub:
|
| 33 |
|
| 34 |
```python
|
| 35 |
-
import os
|
| 36 |
from sentence_transformers import SparseEncoder
|
| 37 |
from splade_index import SPLADE
|
| 38 |
|
|
|
|
| 32 |
You can use the following code to load this SPLADE index from Hugging Face hub:
|
| 33 |
|
| 34 |
```python
|
|
|
|
| 35 |
from sentence_transformers import SparseEncoder
|
| 36 |
from splade_index import SPLADE
|
| 37 |
|