spaCy/website/docs
Daniël de Kok e2a3952de5
Add spacy.TextCatParametricAttention.v1 (#13201)
* Add spacy.TextCatParametricAttention.v1

This layer provides is a simplification of the ensemble classifier that
only uses paramteric attention. We have found empirically that with a
sufficient amount of training data, using the ensemble classifier with
BoW does not provide significant improvement in classifier accuracy.
However, plugging in a BoW classifier does reduce GPU training and
inference performance substantially, since it uses a GPU-only kernel.

* Fix merge fallout
2024-01-02 10:03:06 +01:00
..
api Add spacy.TextCatParametricAttention.v1 (#13201) 2024-01-02 10:03:06 +01:00
images Inline displaCy visualizations in docs (#13050) [ci skip] 2023-10-06 14:22:43 +02:00
models Docs: update trf_data examples and pipeline design info (#13164) 2023-12-04 15:15:54 +01:00
usage Update TextCatBOW to use the fixed SparseLinear layer (#13149) 2023-11-29 09:11:54 +01:00
styleguide.mdx Website migration from Gatsby to Next (#12058) 2023-01-11 17:30:07 +01:00