Merge branch 'feature/coref' of https://github.com/explosion/spacy into feature/coref

This commit is contained in:
svlandeg 2022-05-25 13:12:42 +02:00
commit 3fee6933d7

View File

@ -30,7 +30,7 @@ def build_mean_max_reducer(hidden_size: int) -> Model[Ragged, Floats2d]:
reduce_max(),
),
Maxout(nO=hidden_size, normalize=True, dropout=0.0),
)
)
@registry.architectures("spacy.SpanCategorizer.v1")