mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Use spacy.SpanCategorizer.v1 as default archi
This commit is contained in:
parent
d6e56b62b9
commit
826c1d3ca3
|
@ -27,7 +27,7 @@ def build_linear_logistic(nO=None, nI=None) -> Model[Floats2d, Floats2d]:
|
||||||
|
|
||||||
spancat_exclusive_default_config = """
|
spancat_exclusive_default_config = """
|
||||||
[model]
|
[model]
|
||||||
@architectures = "spacy.SpanCategorizerExclusive.v1"
|
@architectures = "spacy.SpanCategorizer.v1"
|
||||||
scorer = {"@layers": "spacy.Softmax.v1"}
|
scorer = {"@layers": "spacy.Softmax.v1"}
|
||||||
|
|
||||||
[model.reducer]
|
[model.reducer]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user