2020-07-08 11:34:35 +00:00
|
|
|
---
|
|
|
|
title: Tok2Vec
|
|
|
|
source: spacy/pipeline/tok2vec.py
|
|
|
|
new: 3
|
|
|
|
---
|
|
|
|
|
2020-07-26 22:29:45 +00:00
|
|
|
<!-- TODO: document -->
|
2020-07-08 11:34:35 +00:00
|
|
|
|
2020-07-26 22:29:45 +00:00
|
|
|
## Implementation and defaults {#implementation}
|
2020-07-08 11:34:35 +00:00
|
|
|
|
2020-07-26 22:29:45 +00:00
|
|
|
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.
|
2020-07-08 11:34:35 +00:00
|
|
|
|
|
|
|
```python
|
2020-07-26 22:29:45 +00:00
|
|
|
https://github.com/explosion/spaCy/blob/develop/spacy/pipeline/tok2vec.py
|
2020-07-08 11:34:35 +00:00
|
|
|
```
|