Remove labels from textcat component config example (#8815)

This commit is contained in:
Adriane Boyd 2021-07-27 13:14:38 +02:00 committed by GitHub
parent 67ecdcc3ac
commit 8547514aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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