mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	SpanCat: Remove invalid threshold config argument (#12860)
				
					
				
			This commit is contained in:
		
							parent
							
								
									f8f489bcd6
								
							
						
					
					
						commit
						98799d849e
					
				|  | @ -67,7 +67,6 @@ architectures and their arguments and hyperparameters. | |||
| > ```python | ||||
| > from spacy.pipeline.spancat import DEFAULT_SPANCAT_SINGLELABEL_MODEL | ||||
| > config = { | ||||
| >     "threshold": 0.5, | ||||
| >     "spans_key": "labeled_spans", | ||||
| >     "model": DEFAULT_SPANCAT_SINGLELABEL_MODEL, | ||||
| >     "suggester": {"@misc": "spacy.ngram_suggester.v1", "sizes": [1, 2, 3]}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user