16.5M
Downloads
❤️
2.9K
Likes
🏷️
17
Tags
📦
sentence-transformers
Library
Model Details
Full Model IDBAAI/bge-m3
Pipeline / Tasksentence-similarity
Librarysentence-transformers
Downloads (all-time)16.5M
Likes2.9K
Last Modified7/3/2024
Author / OrgBAAI
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("sentence-similarity", model="BAAI/bge-m3")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
sentence-transformerspytorchonnxxlm-robertafeature-extractionsentence-similarityarxiv:2402.03216arxiv:2004.04906arxiv:2106.14807arxiv:2107.05720arxiv:2004.12832license:miteval-resultstext-embeddings-inferenceendpoints_compatibledeploy:azureregion:us
More sentence-similarity Models
See all →
all-MiniLM-L6-v2

sentence-transformers/all-MiniLM-L6-v2

203.9M❤️ 4.7K
Get AI Model →
paraphrase-multilingual-MiniLM-L12-v2

sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2

34.4M❤️ 1.2K
Get AI Model →
all-mpnet-base-v2

sentence-transformers/all-mpnet-base-v2

33.4M❤️ 1.3K
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
🤖 Task: sentence-similarity

This model is designed for the sentence-similarity task. Explore more models for this use case.

All sentence-similarity Models →
📊 Popularity
Downloads16.5M
❤️ Community Likes2.9K
🛠️ Requirements
  • Install: pip install sentence-transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?