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-transformersUsagepython
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
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.