Remove labels from textcat component config example (#8815)

This commit is contained in:
Adriane Boyd 2021-07-27 13:14:38 +02:00
parent de5bc8a0e1
commit 9e9611233f

View File

@ -90,7 +90,6 @@ Defines the `nlp` object, its tokenizer and
> ```ini > ```ini
> [components.textcat] > [components.textcat]
> factory = "textcat" > factory = "textcat"
> labels = ["POSITIVE", "NEGATIVE"]
> >
> [components.textcat.model] > [components.textcat.model]
> @architectures = "spacy.TextCatBOW.v2" > @architectures = "spacy.TextCatBOW.v2"