mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			235 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			235 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [model]
 | |
| @architectures = "spacy.Tagger.v1"
 | |
| 
 | |
| [model.tok2vec]
 | |
| @architectures = "spacy.HashCharEmbedCNN.v1"
 | |
| pretrained_vectors = null
 | |
| width = 128
 | |
| depth = 4
 | |
| embed_size = 7000
 | |
| window_size = 1
 | |
| maxout_pieces = 3
 | |
| nM = 64
 | |
| nC = 8
 | |
| dropout = null
 |