nomic-ai/nomic-embed-text-v1
🧠 AI Modelnomic-ai
Open-source text embedding model with high performance on MTEB benchmarks.
The nomic-embed-text-v1 model is designed for sentence and text embedding tasks, optimized for semantic similarity and feature extraction. It uses a specialized NomicBERT architecture trained with a contrastive learning objective. Key features include support for multiple frameworks (PyTorch, ONNX, Safetensors), integration with sentence-transformers and transformers libraries, and the ability to run in browser via transformers.js. The model has been evaluated on MTEB, covering clustering, classification, and retrieval tasks. It is fully open-source under an Apache 2.0 license, allowing commercial and research use. Its lightweight size and fast inference make it suitable for production environments.
💡Highlights
- ├─NomicBERT architecture
- ├─3.65M+ downloads on HuggingFace
- └─Supports PyTorch, ONNX, transformers.js
🎯For
- ├─Machine learning engineers
- ├─NLP researchers
- └─Developers building semantic search or RAG systems