Tom Aarsen commited on
Commit
9b487e6
·
1 Parent(s): 8a96ae2

Remove query/document mention

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -82,7 +82,7 @@ texts = [
82
  "A new attention mechanism is introduced for visual recognition tasks.",
83
  ]
84
 
85
- # Encode query and documents
86
  embeddings = model.encode(texts)
87
  print(embeddings.shape)
88
  # (5, 1024)
 
82
  "A new attention mechanism is introduced for visual recognition tasks.",
83
  ]
84
 
85
+ # Encode texts
86
  embeddings = model.encode(texts)
87
  print(embeddings.shape)
88
  # (5, 1024)