raphaelsty commited on
Commit
c09b9cb
1 Parent(s): ad7ebb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ documents = [
28
 
29
  queries = ["Food", "Sports", "Cinema"]
30
 
31
- model = SparseEmbed(
32
  model_name_or_path="raphaelsty/neural-cherche-sparse-embed",
33
  device=device,
34
  )
 
28
 
29
  queries = ["Food", "Sports", "Cinema"]
30
 
31
+ model = models.SparseEmbed(
32
  model_name_or_path="raphaelsty/neural-cherche-sparse-embed",
33
  device=device,
34
  )