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