An open API service indexing awesome lists of open source software.

https://github.com/gumblex/lmtvec

Low Memory Text Vector
https://github.com/gumblex/lmtvec

embeddings fasttext glove nlp word-embeddings word2vec

Last synced: 8 months ago
JSON representation

Low Memory Text Vector

Awesome Lists containing this project

README

          

# Low Memory Text Vector

Same as FastText vectors, load from disk on demand.

This library converts the FastText binary format, or text vector format (from FastText or other implementations) to a SQLite database.
Queries only load part of the matrix, so we don't need the memory to hold the full model.

Not everyone has so much memory only for your NLP models!