finalfusion/finalfusion-python
Finalfusion embeddings in Python
This tool helps researchers, data scientists, and language model developers efficiently work with word embeddings for natural language processing tasks. It allows you to load, save, and manipulate various popular embedding formats like word2vec, fastText, and GloVe, as well as its native finalfusion format. You can easily perform tasks like finding similar words or solving analogies using your prepared embeddings.
No commits in the last 6 months. Available on PyPI.
Use this if you need to load, convert, or perform basic operations on word embeddings in different formats for your NLP projects.
Not ideal if you're looking for a tool to train new word embeddings from scratch or perform advanced deep learning tasks beyond basic embedding lookups and similarities.
Stars
9
Forks
4
Language
Python
License
—
Category
Last pushed
Nov 30, 2021
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/finalfusion/finalfusion-python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Anush008/fastembed-rs
Rust library for vector embeddings and reranking.
huggingface/text-embeddings-inference
A blazing fast inference solution for text embeddings models
MinishLab/model2vec-rs
Official Rust Implementation of Model2Vec
finalfusion/finalfusion-rust
finalfusion embeddings in Rust
olafurjohannsson/kjarni
Native ML inference engine — embeddings, classification, reranking, search, and text generation....