Skip to content

Commit

Permalink
Fixed missed \
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Nov 4, 2024
1 parent f8b1f15 commit a4fcaf8
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 @@ -31,7 +31,7 @@ python -m bulk_ner.annotate \
--prompt "{text}" \
--batch-size 10 \
--adapter "dynamic:models/dp_130.py:DeepPavlovNER" \
--output "test-annotated.jsonl"
--output "test-annotated.jsonl" \
%% \
--model "ner_ontonotes_bert_mult"
```
Expand Down

0 comments on commit a4fcaf8

Please sign in to comment.