Fix typo.

This commit is contained in:
Raphael Mitsch 2023-10-30 16:15:09 +01:00
parent 6d4cc547b7
commit e175726fcc

View File

@ -91,7 +91,7 @@ architectures and their arguments and hyperparameters.
> ⚠️ Caution: if you set a non-default value for `spans_key`, you'll have to > ⚠️ Caution: 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 > update `[training.score_weights]` as well so that weights are computed
> properly. I. e. for `span_key == "myspankey"`, include this in your config: > properly. E. g. for `span_key == "myspankey"`, include this in your config:
> >
> ```ini > ```ini
> [training.score_weights] > [training.score_weights]