VIDRAFT FINAL-Bench
Darwin family multi-domain Expert flagship — 218B parameter Cohere2 MoE base with chemistry + biology domain knowledge integrated via task arithmetic on Korean-aligned base.
A multi-domain "Expert" derivative of the Darwin-218B family. Built by composing chemistry and biology domain deltas onto the Korean-aligned base, this v1 release preserves Korean fluency while adding scientific reasoning in chemistry and biology.
Lineage
CohereLabs/command-a-plus-05-2026-bf16 (base 218B MoE, ~25B active)
↓ Korean LoRA merge
Darwin-218B-kr (Korean-aligned base)
↓ Chem LoRA merge ↓ Bio LoRA merge
Darwin-218B-Expert-Chem Darwin-218B-Expert-Bio
↓ task arithmetic ↓
Darwin-218B-Expert ← THIS MODEL (v1 = Chem + Bio)
Construction (v1): task arithmetic on the Korean base
Requires vLLM ≥ 0.21.0 with Cohere2VisionForConditionalGeneration support.
Methodology — Task Arithmetic
Unlike sibling-model averaging (which dilutes expertise), this model uses task vectors (Ilharco et al., 2022) to compose domain knowledge:
Train domain-specific LoRA on a shared base (Darwin-218B-kr)
Each merged expert (Expert-Chem, Expert-Bio) encodes a domain delta from the base
Add deltas to the base: W_final = W_base + Σ Δ_domains
This is mathematically equivalent to applying multiple LoRA adapters simultaneously, but produces a single dense checkpoint requiring no runtime adapter loading.
Properties:
Both expert deltas preserved at 100% magnitude
No interference dilution (unlike weighted blends)
Korean base layer intact
Version Roadmap
Version
Domains
Status
v1
Korean + Chemistry + Biology
✅ Current
v2
+ Mathematics
⬜ Planned
v3
+ Code
⬜ Planned
v4
+ Physics, Law
⬜ Planned
Each domain delta is added via task arithmetic on the shared Darwin-218B-kr base.
License
Apache License 2.0
Built upon CohereLabs/command-a-plus-05-2026-bf16 (Apache-2.0) and Darwin-218B-kr (Apache-2.0). Both upstream components are permissively licensed; users are responsible for compliance with upstream terms.