model releaseMicrosoft

Microsoft releases Harrier embedding models with 32K context window, achieving 74.3 on MTEB v2

TL;DR

Microsoft released the Harrier-OSS embedding model family, comprising three variants with 270M, 600M, and 27B parameters. The largest model achieves 74.3 on the Multilingual MTEB v2 benchmark. All models support 32,768 max tokens and multilingual inputs across 40+ languages.

2 min read
0

Microsoft Releases Harrier Embedding Models with State-of-the-Art Multilingual Performance

Microsoft has released Harrier-OSS, a family of multilingual text embedding models designed for retrieval, clustering, semantic similarity, classification, and reranking tasks. The open-source models are available on Hugging Face.

Model Specifications

The Harrier family includes three variants:

Model Parameters Embedding Dimension Max Context MTEB v2 Score
harrier-oss-v1-270m 270M 640 32,768 tokens 66.5
harrier-oss-v1-0.6b 600M 1,024 32,768 tokens 69.0
harrier-oss-v1-27b 27B 5,376 32,768 tokens 74.3

All models use decoder-only architectures with last-token pooling and L2 normalization to generate dense embeddings. The 270M and 600M variants employ knowledge distillation from larger embedding models during training.

Training and Capabilities

Microsoft trained all variants using contrastive learning on multilingual datasets covering diverse embedding tasks. The models support 40+ languages including English, Spanish, French, German, Chinese, Japanese, Arabic, and Hindi.

Key capabilities span:

  • Dense passage retrieval
  • Semantic similarity scoring
  • Text clustering
  • Bitext mining
  • Zero-shot classification and reranking

Each model requires task-specific instructions appended to queries during inference—for example, "Instruct: Retrieve semantically similar text\nQuery: [user query]". Documents do not require instructions.

Technical Details

The models are compatible with both Sentence Transformers and native Hugging Face Transformers libraries. They use BF16 tensor precision and are serialized in Safetensors format. The 270M variant has a 0.3B parameter model size (Safetensors).

Microsoft notes that reproduced scores may differ slightly from reported benchmarks due to library version differences in PyTorch and Transformers.

Performance Claims

According to Microsoft, the Harrier models achieve state-of-the-art results on the Multilingual MTEB v2 benchmark as of the release date. The 27B model significantly outperforms the smaller variants: 74.3 vs. 69.0 and 66.5 respectively.

What This Means

Harrier fills a gap for production embedding models that handle long sequences (32K tokens) and multilingual content without reliance on proprietary APIs. The three-tier parameter design allows organizations to choose between efficiency (270M for edge deployment) and accuracy (27B for complex retrieval). The requirement for task-specific instructions during inference adds operational complexity but enables customization across different search and classification scenarios. Open-source availability means researchers can fine-tune variants for domain-specific embeddings without vendor lock-in.

Related Articles

product update

Microsoft to Kill Excel's COPILOT() Function on September 14, 2026

Microsoft will shut down Excel's COPILOT() worksheet function on September 14, 2026, roughly a year after its preview launch. The company says the Copilot side pane already covers the same capabilities, so a planned 2027 general availability release has been scrapped.

model release

Alibaba Releases Qwen3.8-27B, a Dense Vision-Language Model with 1M-Token Context

Alibaba's Qwen team has released Qwen3.8-27B, a 27-billion-parameter dense vision-language model with 262,144-token native context extensible to 1 million tokens. The model shows gains over Qwen3.6-27B and Qwen3.7-Plus across coding, agentic, and multimodal benchmarks, according to Alibaba.

product update

Microsoft Begins Merging Consumer and Enterprise Copilot Apps Ahead of Super App Launch

Microsoft has begun rolling out a unified Copilot experience for a subset of users, merging consumer and enterprise apps as a first step toward a planned super app with chat, coding, and agentic features. Several consumer Copilot features, including Podcasts, Group Chat, and Deep Research, will be removed starting Aug. 18.

product update

Microsoft Merges Consumer and Business Copilot Apps, Cuts Group Chats, Deep Research, Mico Character

Microsoft is merging its consumer-facing Copilot app with Microsoft 365 Copilot while discontinuing Group Chats, AI-generated podcasts, Copilot Labs, Deep Research, and the Mico animated character by August 18, 2026. Paying professional users will get Researcher as a Deep Research replacement.

Comments

Loading...