BGE
Beijing Academy of Artificial Intelligence (BAAI)BGE (BAAI General Embedding) covers text embedding and reranking for retrieval pipelines. The bge-m3 checkpoint works across more than 100 languages and inputs up to 8,192 tokens, emitting dense, sparse and multi-vector representations from a single pass; the English v1.5 encoders span small to large, and the bge-reranker line supplies cross-encoder relevance scores. The Beijing Academy of Artificial Intelligence maintains the family and the FlagEmbedding toolkit around it.
The family ships under three different licenses, and the two Gemma-based checkpoints are the ones that govern the openness score. Verified 2026-09-11 via the Hugging Face model cards, the Hub API and the FlagEmbedding repository README.
Openness
3 high confidence- weights
- open(ungated safetensors and PyTorch checkpoints across the v1.5 encoders and bge-m3)
- data
- open(the BAAI-MTP pretraining corpus, the bge-m3-data fine-tuning set and the MLDR long-document set are all published)
- code
- open(FlagEmbedding ships embedder and reranker fine-tuning, unified fine-tuning, evaluation and inference pipelines under MIT)
- license
- MIT(OSI
Data and pipeline are as open as this ladder asks for, and the license is what caps the score. Most of the family is MIT or Apache-2.0, but two distributed checkpoints inherit the Gemma terms from Gemma 2, and the multi-SKU rule resolves on the most restrictive license whose weights actually ship.
- https://huggingface.co/api/models/BAAI/bge-m3 recorded 2026-09-11
license: mit; gated: false; private: false; pytorch_model.bin and an ONNX export present.
- https://huggingface.co/api/models/BAAI/bge-small-en-v1.5 recorded 2026-09-11
license: mit; gated: false; private: false; model.safetensors, pytorch_model.bin and ONNX present.
- https://huggingface.co/api/models/BAAI/bge-reranker-v2-m3 recorded 2026-09-11
license: apache-2.0; gated: false; private: false; model.safetensors present.
- https://huggingface.co/api/models/BAAI/bge-multilingual-gemma2 recorded 2026-09-11
license: gemma; gated: false; private: false; a four-shard safetensors checkpoint is distributed under the Gemma terms.
- https://huggingface.co/BAAI/bge-m3/raw/main/README.md recorded 2026-09-11
Links the released bge-m3-data fine-tuning set and the MLDR long-document dataset, the unified fine-tuning example, and the MKQA and MLDR evaluation scripts.
- https://raw.githubusercontent.com/FlagOpen/FlagEmbedding/master/README.md recorded 2026-09-11
Records that "the massive training data of BGE has been released" at data.baai.ac.cn, links embedder and reranker fine-tuning pipelines and a dataset directory, and states the toolkit is MIT-licensed.
Adoption
5 high confidence139,255,026 downloads in the trailing 30 days across the bge EMBEDDING checkpoints in the BAAI account - 64,850,135 for bge-small-en-v1.5 alone and 37,891,167 for bge-m3. The reranker checkpoints are deliberately excluded: they draw a further 24,937,113 and are scored separately as `bge-reranker`, so counting all 24 bge-prefixed repos together, as an earlier reading of this record did, would bill the same downloads to two products. The band is 5 either way.
- https://huggingface.co/api/models/BAAI/bge-small-en-v1.5 recorded 2026-09-11
downloads: 64850135.
- https://huggingface.co/api/models/BAAI/bge-m3 recorded 2026-09-11
downloads: 37891167.
Capability
4 high confidenceCompetitive frontier rather than leader: multilingual, long-context, and the best MIRACL figure in the comparison that ranks it, but its BEIR average trails the newer encoders and the family has not shipped a successor to m3.
- https://huggingface.co/Snowflake/snowflake-arctic-embed-l-v2.0/raw/main/README.md recorded 2026-09-11
Comparison table gives bge-m3 (BAAI) BEIR (15) 48.8, MIRACL (4) 56.8, CLEF (Focused) 40.8 and CLEF (Full) 41.3, all average NDCG@10.
- https://huggingface.co/BAAI/bge-m3/raw/main/README.md recorded 2026-09-11
States support for more than 100 working languages and inputs up to 8192 tokens, with dense, sparse and ColBERT-style multi-vector retrieval from one model.
Verified 2026-09-11