mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			269 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			269 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[model]
 | 
						|
@architectures = "spacy.TextCatCNN.v1"
 | 
						|
exclusive_classes = false
 | 
						|
 | 
						|
[model.tok2vec]
 | 
						|
@architectures = "spacy.HashEmbedCNN.v1"
 | 
						|
pretrained_vectors = null
 | 
						|
width = 96
 | 
						|
depth = 4
 | 
						|
embed_size = 2000
 | 
						|
window_size = 1
 | 
						|
maxout_pieces = 3
 | 
						|
subword_features = true
 | 
						|
dropout = null
 |