Fix quickstart

This commit is contained in:
Matthew Honnibal 2020-10-05 21:21:30 +02:00
parent ff8b980775
commit b7e01d2024

View File

@ -178,7 +178,7 @@ rows = [5000, 2500, 2500, 2500]
attrs = ["ORTH", "SHAPE"] attrs = ["ORTH", "SHAPE"]
rows = [5000, 2500] rows = [5000, 2500]
{% endif -%} {% endif -%}
also_use_static_vectors = {{ "true" if optimize == "accuracy" else "false" }} include_static_vectors = {{ "true" if optimize == "accuracy" else "false" }}
[components.tok2vec.model.encode] [components.tok2vec.model.encode]
@architectures = "spacy.MaxoutWindowEncoder.v1" @architectures = "spacy.MaxoutWindowEncoder.v1"