mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-14 10:30:34 +03:00
Merge branch 'develop' into nightly.spacy.io
This commit is contained in:
commit
cec035830f
|
@ -216,7 +216,7 @@ in `/opt/nvidia/cuda`, you would run:
|
||||||
```bash
|
```bash
|
||||||
### Installation with CUDA
|
### Installation with CUDA
|
||||||
$ export CUDA_PATH="/opt/nvidia/cuda"
|
$ export CUDA_PATH="/opt/nvidia/cuda"
|
||||||
$ pip install -U %%SPACY_PKG_NAME[cud102,transformers]%%SPACY_PKG_FLAGS
|
$ pip install -U %%SPACY_PKG_NAME[cuda102,transformers]%%SPACY_PKG_FLAGS
|
||||||
```
|
```
|
||||||
|
|
||||||
### Runtime usage {#transformers-runtime}
|
### Runtime usage {#transformers-runtime}
|
||||||
|
@ -516,7 +516,7 @@ Many neural network models are able to use word vector tables as additional
|
||||||
features, which sometimes results in significant improvements in accuracy.
|
features, which sometimes results in significant improvements in accuracy.
|
||||||
spaCy's built-in embedding layer,
|
spaCy's built-in embedding layer,
|
||||||
[MultiHashEmbed](/api/architectures#MultiHashEmbed), can be configured to use
|
[MultiHashEmbed](/api/architectures#MultiHashEmbed), can be configured to use
|
||||||
word vector tables using the `include_static_vectors` flag.
|
word vector tables using the `include_static_vectors` flag.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[tagger.model.tok2vec.embed]
|
[tagger.model.tok2vec.embed]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user