Update README.md
Browse files
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`
|
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
|