fix embed_size in Entity Linker architecture (#6343)

This commit is contained in:
Sofie Van Landeghem 2020-11-04 22:20:13 +01:00 committed by GitHub
parent 019a1dd5e8
commit 8ef056cf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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