mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			587 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			587 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Tok2Vec
 | |
| source: spacy/pipeline/tok2vec.py
 | |
| new: 3
 | |
| ---
 | |
| 
 | |
| TODO: document
 | |
| 
 | |
| ## Default config {#config}
 | |
| 
 | |
| This is the default configuration used to initialize the model powering the
 | |
| pipeline component. See the [model architectures](/api/architectures)
 | |
| documentation for details on the architectures and their arguments and
 | |
| hyperparameters. To learn more about how to customize the config and train
 | |
| custom models, check out the [training config](/usage/training#config) docs.
 | |
| 
 | |
| ```python
 | |
| https://github.com/explosion/spaCy/blob/develop/spacy/pipeline/defaults/tok2vec_defaults.cfg
 | |
| ```
 |