From 1589cf373942546f6e2a2b593495644960fcdf7a Mon Sep 17 00:00:00 2001 From: kadarakos Date: Wed, 8 Mar 2023 11:58:18 +0000 Subject: [PATCH] remove old paragraph --- spacy/pipeline/spancat.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spacy/pipeline/spancat.py b/spacy/pipeline/spancat.py index a776e1288..983e1fba9 100644 --- a/spacy/pipeline/spancat.py +++ b/spacy/pipeline/spancat.py @@ -318,12 +318,6 @@ class SpanCategorizer(TrainablePipe): ) -> None: """Initialize the multi-label or multi-class span categorizer. - argument configures whether the component - should only produce one label per span (multi-class) or if it - can produce multiple labels per span (multi-label). In the - multi-label case the classification layer is expected to be - Logistic and Softmax in the multi-class case. - vocab (Vocab): The shared vocabulary. model (thinc.api.Model): The Thinc Model powering the pipeline component. For multi-class classification (single label per span) we recommend