DeepX Embedding v1.0 is a 772M parameter embedding model optimized for Vietnamese legal document retrieval. It combines Gated DeltaNet-2 linear attention (O(n)) with Hyperloop weight sharing to achieve strong retrieval quality while maintaining constant throughput regardless of sequence length.
nDCG@10 = 0.8162 on Zalo Legal Text Retrieval — surpassing previous SOTA (0.7813) by +4.5%.
Benchmark Results
Model
Params
nDCG@10
intfloat/multilingual-e5-large
560M
0.6660
mainguyen9/vietlegal-e5
560M
0.7310
mainguyen9/vietlegal-harrier-0.6b (prev SOTA)
600M
0.7813
DeepX Embedding v1.0
772M
0.8162
Key Features
Linear attention O(n) — Gated DeltaNet-2: processes 8K tokens with same VRAM as 512 tokens
Hyperloop architecture — 35 compute passes from only 9 unique layer parameter sets
Matryoshka embeddings — Quality at any dimension from 256d to 1536d
Dimension
nDCG@10
Quality vs Full
256
0.78
~96%
512
0.79
~97%
768
0.80
~98%
1024
0.81
~99%
1536 (full)
0.8162
100%
ColBERT dual output — Single vector (1536d) for ANN search + token vectors (128d) for MaxSim reranking
Custom vocabulary — 186,046 tokens optimized for Vietnamese + English