Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,6 @@ tokenizer = AutoTokenizer.from_pretrained("BMRetriever/BMRetriever-410M")
|
|
21 |
Then embeddings for different sentences can be obtained by doing the following:
|
22 |
|
23 |
```python
|
24 |
-
|
25 |
import torch
|
26 |
import torch.nn.functional as F
|
27 |
|
|
|
21 |
Then embeddings for different sentences can be obtained by doing the following:
|
22 |
|
23 |
```python
|
|
|
24 |
import torch
|
25 |
import torch.nn.functional as F
|
26 |
|