mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Fix quickstart
This commit is contained in:
parent
ff8b980775
commit
b7e01d2024
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user