Skip to content

Commit

Permalink
fix typo in README (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakice committed Sep 14, 2020
1 parent 94270a2 commit d88f8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tokenizer_name = 'bert-large-uncased'
reranker = MonoBERT(model_name, tokenizer_name)
```

Either way, continue with a complere reranking example:
Either way, continue with a complete reranking example:

```python
# Here's our query:
Expand Down

0 comments on commit d88f8ce

Please sign in to comment.