mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
fix embed_size in Entity Linker architecture (#6343)
This commit is contained in:
parent
019a1dd5e8
commit
8ef056cf98
|
@ -30,7 +30,7 @@ default_model_config = """
|
|||
pretrained_vectors = null
|
||||
width = 96
|
||||
depth = 2
|
||||
embed_size = 300
|
||||
embed_size = 2000
|
||||
window_size = 1
|
||||
maxout_pieces = 3
|
||||
subword_features = true
|
||||
|
|
|
@ -663,7 +663,7 @@ into the "real world". This requires 3 main components:
|
|||
> pretrained_vectors = null
|
||||
> width = 96
|
||||
> depth = 2
|
||||
> embed_size = 300
|
||||
> embed_size = 2000
|
||||
> window_size = 1
|
||||
> maxout_pieces = 3
|
||||
> subword_features = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user