spaCy/website/docs/api/tok2vec.md

19 lines
502 B
Markdown
Raw Normal View History

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