Cyrile commited on
Commit
d2db686
·
verified ·
1 Parent(s): d9a8992

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ reranker = pipeline(
102
  similarity = reranker(
103
  [
104
  dict(
105
- text=context, # the model was trained with context in `text` argument
106
  text_pair=query # and query in `text_pair` argument.
107
  )
108
  for context in contexts
 
102
  similarity = reranker(
103
  [
104
  dict(
105
+ text=context, # the model was trained with context in `text`
106
  text_pair=query # and query in `text_pair` argument.
107
  )
108
  for context in contexts