Remove tok2vec_size from coref

This commit is contained in:
Paul O'Leary McCann 2022-07-06 18:58:57 +09:00
parent bd17c38b74
commit f67c1735c5
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ def build_wl_coref_model(
# pairs to keep per mention after rough scoring
antecedent_limit: int = 50,
antecedent_batch_size: int = 512,
tok2vec_size: int = 768, # tok2vec size
):
# TODO add model return types

View File

@ -31,7 +31,6 @@ from ..scorer import Scorer
default_config = """
[model]
@architectures = "spacy.Coref.v1"
tok2vec_size = 768
distance_embedding_size = 20
hidden_size = 1024
depth = 1