mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix formatting
This commit is contained in:
parent
28cdae898a
commit
52e9b5b472
|
@ -508,10 +508,8 @@ variables:
|
||||||
commands:
|
commands:
|
||||||
- name: annotate
|
- name: annotate
|
||||||
- script:
|
- script:
|
||||||
- 'python -m prodigy ner.correct {PRODIGY_DATASET} ./assets/raw_data.jsonl
|
- 'python -m prodigy ner.correct {PRODIGY_DATASET} ./assets/raw_data.jsonl {PRODIGY_MODEL} --labels {PRODIGY_LABELS}'
|
||||||
{PRODIGY_MODEL} --labels {PRODIGY_LABELS}'
|
- 'python -m prodigy data-to-spacy ./corpus/train.spacy ./corpus/eval.spacy --ner {PRODIGY_DATASET}'
|
||||||
- 'python -m prodigy data-to-spacy ./corpus/train.spacy
|
|
||||||
./corpus/eval.spacy --ner {PRODIGY_DATASET}'
|
|
||||||
- deps:
|
- deps:
|
||||||
- 'assets/raw_data.jsonl'
|
- 'assets/raw_data.jsonl'
|
||||||
- outputs:
|
- outputs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user