mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
Remove labels from textcat component config example (#8815)
This commit is contained in:
parent
de5bc8a0e1
commit
9e9611233f
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user