Zhichao Geng
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ OpenSearch neural sparse feature supports learned sparse retrieval with lucene i
|
|
| 17 |
## Usage (HuggingFace)
|
| 18 |
This model is supposed to run inside OpenSearch cluster. But you can also use it outside the cluster, with HuggingFace models API.
|
| 19 |
|
| 20 |
-
```
|
| 21 |
import json
|
| 22 |
import itertools
|
| 23 |
import torch
|
|
|
|
| 17 |
## Usage (HuggingFace)
|
| 18 |
This model is supposed to run inside OpenSearch cluster. But you can also use it outside the cluster, with HuggingFace models API.
|
| 19 |
|
| 20 |
+
```python
|
| 21 |
import json
|
| 22 |
import itertools
|
| 23 |
import torch
|