mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Fix spancat typo. (#13095)
This commit is contained in:
parent
9deaac9786
commit
0c15876502
|
@ -92,7 +92,8 @@ architectures and their arguments and hyperparameters.
|
||||||
<Infobox variant="warning">
|
<Infobox variant="warning">
|
||||||
|
|
||||||
If you set a non-default value for `spans_key`, you'll have to update
|
If you set a non-default value for `spans_key`, you'll have to update
|
||||||
`[training.score_weights]` as well so that weights are computed properly. E. g. for `span_key == "myspankey"`, include this in your config:
|
`[training.score_weights]` as well so that weights are computed properly. E. g.
|
||||||
|
for `spans_key == "myspankey"`, include this in your config:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[training.score_weights]
|
[training.score_weights]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user