Get the latest tech news
Show HN: Model2vec-Rs – Fast Static Text Embeddings in Rust
Official Rust Implementation of Model2Vec. Contribute to MinishLab/model2vec-rs development by creating an account on GitHub.
This crate provides a lightweight Rust implementation for loading and inference of Model2Vec static embedding models. These models are available on the HuggingFace hub and can be loaded using the from_pretrained method. We compared the performance of the Rust implementation with the Python version of Model2Vec.
Or read this on Hacker News