mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
Update spacy/pipeline/spancat.py
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
d544c903b6
commit
58f1aa29a0
|
@ -69,7 +69,7 @@ maxout_pieces = 3
|
|||
depth = 4
|
||||
"""
|
||||
|
||||
DEFAULT_SPAN_KEY = "sc"
|
||||
DEFAULT_SPANS_KEY = "sc"
|
||||
DEFAULT_SPANCAT_MODEL = Config().from_str(spancat_default_config)["model"]
|
||||
DEFAULT_SPANCAT_SINGLELABEL_MODEL = Config().from_str(
|
||||
spancat_singlelabel_default_config
|
||||
|
|
Loading…
Reference in New Issue
Block a user