mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 18:12:00 +03:00
typo in docs
This commit is contained in:
parent
97fd9741c6
commit
6d67ab7670
|
@ -66,7 +66,7 @@ architectures and their arguments and hyperparameters.
|
|||
> config = {
|
||||
> "threshold": 0.5,
|
||||
> "spans_key": "labeled_spans",
|
||||
> "model": DEFAULT_EXCL_SPANCAT_MODEL,
|
||||
> "model": DEFAULT_SPANCAT_SINGLELABEL_MODEL,
|
||||
> "suggester": {"@misc": "spacy.ngram_suggester.v1", "sizes": [1, 2, 3]},
|
||||
> # Additional spancat_exclusive parameters
|
||||
> "negative_weight": 0.8,
|
||||
|
|
Loading…
Reference in New Issue
Block a user