Escape character for MDX

This commit is contained in:
Marcus Blättermann 2022-11-17 18:42:48 +01:00
parent 92436c0663
commit fdf1a48ebd
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -69,7 +69,7 @@ We recently published [`floret`](https://github.com/explosion/floret), an
extended version of [fastText](https://fasttext.cc) that combines fastText's
subwords with Bloom embeddings for compact, full-coverage vectors. The use of
subwords means that there are no OOV words and due to Bloom embeddings, the
vector table can be kept very small at <100K entries. Bloom embeddings are
vector table can be kept very small at \<100K entries. Bloom embeddings are
already used by [HashEmbed](https://thinc.ai/docs/api-layers#hashembed) in
[tok2vec](/api/architectures#tok2vec-arch) for compact spaCy models.