Fix quickstart cpu template

This commit is contained in:
Matthew Honnibal 2020-08-13 15:21:26 +02:00
parent 7d526d0d40
commit efcf15bddf

View File

@ -76,7 +76,7 @@ maxout_pieces = 2
use_upper = true use_upper = true
nO = null nO = null
[components.parser.model.tok2vec] [components.ner.model.tok2vec]
@architectures = "spacy.Tok2VecListener.v1" @architectures = "spacy.Tok2VecListener.v1"
width = ${components.tok2vec.model.encode:width} width = ${components.tok2vec.model.encode:width}
{% endif -%} {% endif -%}