SentenceTransformers: Python framework for sentence, text and image embeddings
Points: 205 | Comments: 70 | Author: tosh
Points: 205 | Comments: 70 | Author: tosh
Started playing with a few models which can be loaded via SentenceTransformers as simply as passing it their HF model page. Is this possible with a Q6 of Llama3? Otherwise which is. the simplest way...
PatentAI: AI-powered patent gap analysis and innovation consultant using Llama 3, FAISS, and SentenceTransformers. (⭐ 1)
I have been working on a project for generating sentence embeddings from code snippets and using them for searching and exploring large codebases. I have two thing I am excited to share: \- A comm...
Optimize SentenceTransformers models with Optimum for faster inference using model.encode (⭐ 4)
Ive been beating my head against the wall here. Trying to use a sentencetransformer model in python (windows) to embed sentences with cuda / on a nvidia gpu with Cuda toolkit 12.3 and updated driver. ...
Intelligent Discord bot using SentenceTransformers and semantic search to answer questions from historical community conversations and provide human-like resume reviews (⭐ 0)
Repository to hold the supported verified generators (OpenAI embeddings, SentenceTransformers, etc). (⭐ 1)
Semantic similarity via text embeddings in Elixir - powered by SentenceTransformers by SBert.net (⭐ 8)
Currently, I'm using "intfloat/multilingual-e5-small" on my local machine for embedding my documents, but it's incredibly slow! What are some cheap, not too over the top, VPS options I can use wh...
API Server for SentenceTransformers' embedders (⭐ 3)
Vector search demo app using Elasticsearch, FastAPI, React and SentenceTransformers embeddings. (⭐ 26)
I'm trying to use [sentence-transformers](https://sbert.net/) to calculate the similarity between two texts. When using it on similar texts, it gives good results. For instance, "I'm happy" and "I'm...
This repo is a template to fine-tune embedding models using sentencetransformers based on different on configuration (⭐ 7)
Code comments are a key resource for information about software artefacts. Depending on the use case, only some types of comments are useful. Thus, automatic approaches to classify these comments have been proposed. In this work, we address this need...
A library integrating embedding and reranker models from OpenAI, SentenceTransformers etc for semantic search in vector database. (⭐ 59)