AjayP13 commited on
Commit
aeb714f
·
verified ·
1 Parent(s): a4fbb80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  # ******************************************************