--- 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 ```