diff --git a/website/docs/api/data-formats.md b/website/docs/api/data-formats.md index 7dbf50595..1bdeb509a 100644 --- a/website/docs/api/data-formats.md +++ b/website/docs/api/data-formats.md @@ -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"