sentence-transformers/all-MiniLM-L12-v2
🧠 AI Modelsentence-transformers
Lightweight sentence embedding model for similarity and search tasks.
all-MiniLM-L12-v2 is a sentence-transformers model that maps sentences & paragraphs to a 384-dimensional dense vector space. It is based on Microsoft's MiniLM-L12-H384-uncased and fine-tuned on a large dataset of over 1 billion training pairs. The model supports ONNX, OpenVINO, and Rust deployments, making it efficient for production use. With 4.2M+ downloads on HuggingFace, it's one of the most popular sentence embedding models.
💡Highlights
- ├─384-dimensional embeddings
- ├─4.2M+ HuggingFace downloads
- └─Supports ONNX, OpenVINO, Rust
🎯For
- ├─NLP engineers
- ├─data scientists
- └─researchers