kallamni-embed-v1
was built to address a gap in Arabic NLP — the absence of a high-fidelity model for
spoken Emirati Arabic
.
While most Arabic embeddings (AraBERT, CAMeLBERT, MARBERT) focus on
MSA
or
pan-Arab dialects
, they fail to capture UAE’s informal patterns such as:
Lexical variants:
وايد
,
مب
,
سير
,
ويّاكم
Code-switching: “bro yalla lets go al mall”
Arabizi + emojis: “ana mb 3arf 😅 sho y9eer!”
This model learns these naturally occurring forms using curated Emirati-style Q&A and conversation datasets.
SentenceTransformer based on BAAI/bge-m3
This is a
sentence-transformers
model finetuned from
BAAI/bge-m3
. It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
from sentence_transformers import SentenceTransformer
# Download from the 🤗 Hub
model = SentenceTransformer("sentence_transformers_model_id")
# Run inference
sentences = [
'كيف كانت التجربة في المطعم اليديد؟',
'المطعم كان ممتاز، الأكل لذيذ والخدمة سريعة.',
'كنت وايد سعيد، السوالف ما خلصت بيننا.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 1024]# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]
Training Details
Training Dataset
Unnamed Dataset
Size: 50,000 training samples
Columns:
sentence_0
and
sentence_1
Approximate statistics based on the first 1000 samples:
→ +57 % gain in retrieval relevance
over the multilingual baseline.
V5 — Dialect Robustness Benchmark
Subset
multilingual-e5-large
kallamni-embed-v1
PURE EMI
0.0359
0.0582
ARABIZI + EMOJI
0.0012
0.0167
CODE-SWITCH
0.0010
0.0219
GULF OTHER
0.0543
0.0469
SOCIAL NOISE
0.0127
0.0334
CONTROL MIX
0.0157
0.0386
Statistical significance:
Δ nDCG@10 = +0.0218 (95 % CI [0.0008 – 0.0439], p = 0.04)
📈 Visual Summary
The Emirati-tuned model maintains high stability across dialectal noise — especially
Arabizi
,
Code-Switch
, and
Social Noise
subsets — where multilingual models collapse.
🧠 Robustness & Use Cases
Handles informal input:
Arabizi, emojis, typos, and Gulf-accented syntax.
Optimized for retrieval & RAG:
Works well in vector databases for Emirati chatbots, citizen-service platforms, and multilingual UAE apps.
Fast inference:
~15 % faster than multilingual-e5-large on average batch size 32.
Cross-dialect adaptability:
Maintains coherence on Gulf-neighbor variations (Kuwaiti, Omani).
🧩 Why Other Models Were Excluded
Model
nDCG@10 (pilot)
Pearson
Comment
CAMeLBERT-DA
0.018
−0.42
Trained on MSA + Levantine Twitter, weak Emirati signal
AraBERT v2
0.023
−0.38
Diacritic bias, poor slang handling
MARBERT
0.031
−0.29
Broad Gulf coverage, low UAE lexical overlap
mE5-base
0.025
−0.31
Generic multilingual, not dialect-aware
These models were retained for reference but excluded from the final leaderboard because they lack
UAE-specific conversational grounding
.
🔬 Benchmark Protocol
All datasets were auto-synthesized inside the evaluation script to ensure control and reproducibility.
Retrieval pairs: 500 queries × 500 docs (3 hard negatives per gold)
@inproceedings{reimers-2019-sentence-bert,
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
author = "Reimers, Nils and Gurevych, Iryna",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
month = "11",
year = "2019",
publisher = "Association for Computational Linguistics",
url = "https://arxiv.org/abs/1908.10084",
}
MultipleNegativesRankingLoss
@misc{henderson2017efficient,
title={Efficient Natural Language Response Suggestion for Smart Reply},
author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
year={2017},
eprint={1705.00652},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
Runs of yasserrmd kallamni-embed-v1 on huggingface.co
16
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
9
30-day runs
More Information About kallamni-embed-v1 huggingface.co Model
kallamni-embed-v1 huggingface.co
kallamni-embed-v1 huggingface.co is an AI model on huggingface.co that provides kallamni-embed-v1's model effect (), which can be used instantly with this yasserrmd kallamni-embed-v1 model. huggingface.co supports a free trial of the kallamni-embed-v1 model, and also provides paid use of the kallamni-embed-v1. Support call kallamni-embed-v1 model through api, including Node.js, Python, http.
kallamni-embed-v1 huggingface.co is an online trial and call api platform, which integrates kallamni-embed-v1's modeling effects, including api services, and provides a free online trial of kallamni-embed-v1, you can try kallamni-embed-v1 online for free by clicking the link below.
yasserrmd kallamni-embed-v1 online free url in huggingface.co:
kallamni-embed-v1 is an open source model from GitHub that offers a free installation service, and any user can find kallamni-embed-v1 on GitHub to install. At the same time, huggingface.co provides the effect of kallamni-embed-v1 install, users can directly use kallamni-embed-v1 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.