ritaranx commited on
Commit
7e47136
1 Parent(s): 7030ca2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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