Kallamni Embed V1

25
3
โ€”
by
yasserrmd
Embedding Model
OTHER
1705.00652B params
New
25 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3811GB+ RAM
Mobile
Laptop
Server
Quick Summary

kallamni-embed-v1 โ€” Emirati Spoken Arabic Embedding Model Author: @yasserrmd Version: v1 License: Apache 2.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1588GB+ RAM

Code Examples

Usagebash
pip install -U sentence-transformers
Usagepython
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]

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.