Model reference · open weights

AtmicEmbedding

Available as managed deployment Embeddings SriRamanaAtmic Embeddings 1 variants 584 dl/mo

AtmicEmbedding is an open-weight embedding model from SriRamanaAtmic. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bySriRamanaAtmic
TypeEmbedding models
TaskEmbeddings
Parameters (lead)560M
Context514 tokens
Based onSriRamanaAtmic/AtmicEmbeddingv2
Released2026-08-22
Popularity584 downloads / month
LicenceOpen weights

About

What AtmicEmbedding is

Contrastive continue-training of AtmicEmbeddingv2 on a much larger combined corpus: 452 expert Q&A pairs + 1,356 Claude-generated paraphrase/scenario questions (same answers)

  • 1,368 pre-mined theoretical-dialogue triplets (question/positive/negative_1-3, deduped where slots repeated — 3,176 total training rows, 1,666 unique passages). Every row gets 3 negatives; where a source doesn't already supply them, negative_1 is drawn from a 100-chunk pool of genuinely mistaken interpretations of Ramana's teaching (extracted from a scholarly critique, then rewritten to strip named-interpreter attribution), and all negative selection uses hybrid dense+BM25 scoring (Reciprocal Rank Fusion). Use query: / passage: prefixes + mean pooling + L2 normalize.
Read the full model card

Benchmarks

Three-way comparison — base intfloat/multilingual-e5-large (zero domain fine-tuning) vs. v2 vs. v3 — on two test sets.

Own held-out test data (275 rows, 581-passage corpus):

Metricbase e5-largev2v3
Triplet accuracy0.6110.5320.884
Recall@10.2510.2330.415
Recall@50.4910.4660.651
MRR@100.3610.3480.521
NDCG@100.3990.3920.566

v3 beats both base and v2 by a wide margin here — the larger, more diverse training set (theoretical dialogue data plus paraphrase/scenario questions) generalizes well beyond either the un-fine-tuned base model or v2's narrower specialization.

Full 161_pass dataset (644 triplets — v2's OWN original training data, used as a retention / catastrophic-forgetting check):

Metricbase e5-largev2v3
Triplet accuracy0.7750.9260.812
Recall@10.5920.7780.571
Recall@50.8000.9570.789
MRR@100.6820.8520.675
NDCG@100.7170.8830.717

Honest tradeoff, stated plainly: v3's retention on 161_pass is the weakest of any AtmicEmbedding release — it has round-tripped to roughly base-model performance on this specific corpus (R@1 0.571 vs base's 0.592), losing most of the specialization v1→v2 training added there. This is a real cost of training on ~1.75x more data (3,176 vs the prior round's 1,808 rows) at the same epoch/learning-rate/freeze-layer budget, which pulls the model further from v2's weights. Notably, v2 itself underperforms base on the newer, more diverse own-test-data set (0.532 vs 0.611 accuracy) — v2 appears overfit to 161_pass's narrower style, and v3 trades that narrow strength for broader generalization. If 161_pass-specific retrieval quality matters for your use case, evaluate v3 there directly before switching from v2.

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys atmicembedding for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (atmicembedding below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"atmicembedding","input":"text to embed"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms