Skip to content

Commit

Permalink
Update hybrid_retriever.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmenRa authored Nov 27, 2023
1 parent 6916791 commit 0c418a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hybrid_retriever.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ You can inspect the best configurations found by printing `hr.sparse_retriever.h
```python
sr.autotune(
queries=[{ "q_id": "q_1", "text": "...", ... }], # Train queries
qrels=[{ "q_1": { "doc_1": 1, ... }, ... }], # Train qrels
qrels={ "q_1": { "doc_1": 1, ... }, ... }, # Train qrels
metric="ndcg", # Default value, metric to maximize
n_trials=100, # Default value, number of trials
cutoff=100, # Default value, number of results
Expand Down

0 comments on commit 0c418a8

Please sign in to comment.