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
- Host: GitHub
- URL: https://github.com/gumblex/lmtvec
- Owner: gumblex
- License: mit
- Created: 2023-10-25T14:36:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T14:39:22.000Z (almost 2 years ago)
- Last Synced: 2024-12-26T16:42:10.594Z (10 months ago)
- Topics: embeddings, fasttext, glove, nlp, word-embeddings, word2vec
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!