mirror of https://github.com/explosion/spaCy.git
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