Skip to content

Commit

Permalink
docs: fix quickstart example
Browse files Browse the repository at this point in the history
  • Loading branch information
MVYaroshenko committed Jun 3, 2024
1 parent 1ba82d9 commit a67b55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ predictor = TokenSearcherPredictor(
``` python
ner_task = TokenSearcherNER(
predictor=predictor,
postprocess=[TokenSearcherNERPostprocessor(
postprocess=TokenSearcherNERPostprocessor(
threshold=0.5
)]
)
)
```

Expand Down

0 comments on commit a67b55f

Please sign in to comment.