add that the vocab may be empty

This commit is contained in:
svlandeg 2024-01-26 10:36:28 +01:00
parent dd2564be54
commit abf4c89c95

View File

@ -13,7 +13,7 @@ between `Doc` objects.
<Infobox variant ="warning">
Note that a `Vocab` instance is not static. It increases in size as texts with
new tokens are processed.
new tokens are processed. Some models may have an empty vocab at initialization.
</Infobox>