mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 21:57:15 +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
|
||
|
```
|