mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 16:52:21 +03:00
Increase default embed size to 7500
This commit is contained in:
parent
8026c183d0
commit
5b67bcbee0
|
@ -43,7 +43,7 @@ class TokenVectorEncoder(object):
|
||||||
name = 'tok2vec'
|
name = 'tok2vec'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def Model(cls, width=128, embed_size=5000, **cfg):
|
def Model(cls, width=128, embed_size=7500, **cfg):
|
||||||
"""Create a new statistical model for the class.
|
"""Create a new statistical model for the class.
|
||||||
|
|
||||||
width (int): Output size of the model.
|
width (int): Output size of the model.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user