mirror of https://github.com/explosion/spaCy.git
19 lines
502 B
Markdown
19 lines
502 B
Markdown
---
|
|
title: Tok2Vec
|
|
source: spacy/pipeline/tok2vec.py
|
|
new: 3
|
|
---
|
|
|
|
<!-- TODO: document -->
|
|
|
|
## Implementation and defaults {#implementation}
|
|
|
|
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/tok2vec.py
|
|
```
|