Update README.md
Browse files
README.md
CHANGED
@@ -107,7 +107,7 @@ print(json.dumps(retriever.search(document=EXAMPLE_DOC), indent=4))
|
|
107 |
# ******************************************************
|
108 |
# Increasing diversity:
|
109 |
# -----------------------
|
110 |
-
# You can increase diversity using the reweight parameter
|
111 |
# to increase diversity in instruction length like so:
|
112 |
# `print(json.dumps(retriever.search(document=EXAMPLE_DOC, reweight=True), indent=4))`
|
113 |
# ******************************************************
|
|
|
107 |
# ******************************************************
|
108 |
# Increasing diversity:
|
109 |
# -----------------------
|
110 |
+
# You can increase diversity using the `reweight` parameter
|
111 |
# to increase diversity in instruction length like so:
|
112 |
# `print(json.dumps(retriever.search(document=EXAMPLE_DOC, reweight=True), indent=4))`
|
113 |
# ******************************************************
|