spaCy/website/docs/api/tok2vec.md

20 lines
587 B
Markdown
Raw Normal View History

2020-07-08 14:34:35 +03:00
---
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
```