Remove augmenter from jinja template [ci skip]

This commit is contained in:
Ines Montani 2020-09-29 23:08:50 +02:00
parent 9bb958fd0a
commit ae51843468

View File

@ -270,7 +270,6 @@ factory = "{{ pipe }}"
@readers = "spacy.Corpus.v1"
path = ${paths.train}
max_length = {{ 500 if hardware == "gpu" else 2000 }}
augmenter = {"@augmenters": "spacy.orth_variants.v1", "level": 0.1, "lower": 0.5}
[corpora.dev]
@readers = "spacy.Corpus.v1"