Instructions to use muvon/octomind-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use muvon/octomind-embed with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("muvon/octomind-embed") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
muvon/octomind-embed
Fine-tuned BGE-small-en-v1.5 (33M params, 384-dim) for octomind capability auto-activation.
Trained on trigger phrases from the octomind-tap capabilities + skills
catalog with rule-based + LLM paraphrase augmentation, using
MultipleNegativesRankingLoss on both in-class pairs and hard-negative
triplets mined from confusable neighboring labels.
Use
Wired into octomind via octolib's HuggingFace embedding provider (candle
backend). Set MODEL_NAME in octomind/src/embeddings/mod.rs to muvon/octomind-embed.
Paired reranker
muvon/octomind-rerank is the second-stage cross-encoder trained on the
same hard-negative data.
- Downloads last month
- 683
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for muvon/octomind-embed
Base model
BAAI/bge-small-en-v1.5