From fdf1a48ebdc9a41c66e5bf1de42f0fcaba8dabba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Thu, 17 Nov 2022 18:42:48 +0100 Subject: [PATCH] Escape character for MDX --- website/docs/usage/v3-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/v3-2.mdx b/website/docs/usage/v3-2.mdx index fb8d7de73..2bcfda9e4 100644 --- a/website/docs/usage/v3-2.mdx +++ b/website/docs/usage/v3-2.mdx @@ -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.