Skip to content

Commit a4fcaf8

Browse files
committed
Fixed missed \
1 parent f8b1f15 commit a4fcaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python -m bulk_ner.annotate \
3131
--prompt "{text}" \
3232
--batch-size 10 \
3333
--adapter "dynamic:models/dp_130.py:DeepPavlovNER" \
34-
--output "test-annotated.jsonl"
34+
--output "test-annotated.jsonl" \
3535
%% \
3636
--model "ner_ontonotes_bert_mult"
3737
```

0 commit comments

Comments
 (0)