NeoDictaBERT-bilingual: Pushing the Frontier of BERT models in Hebrew
SentenceTransformer based on dicta-il/neodictabert-bilingual
This is a
sentence-transformers
model finetuned from
dicta-il/neodictabert-bilingual
on the he dataset. It maps sentences & paragraphs to a 768-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("dicta-il/neodictabert-bilingual-embed", trust_remote_code=True)
# Run inference
queries = [
"query: מתכון למיונז ביתי (חלמון, שמן, חרדל, לימון) + הוראות הכנה",
]
documents = [
"מיונז ביתי. מרכיבים: חלמון בטמפרטורת החדר, חרדל דיז'ון, מיץ לימון/חומץ, מלח, שמן ניטרלי. הכנה: טורפים חלמון+חרדל+מלח+לימון, מזלפים שמן בהדרגה תוך טריפה עד להסמכה (אמולסיה).",
"ים המלח. עובדות: זהו המקום הנמוך ביותר על פני היבשה, המליחות בו גבוהה בהרבה מהאוקיינוס ולכן אנשים צפים בקלות. בוץ עשיר במינרלים משמש גם לקוסמטיקה.",
"כתב יתדות. היסטוריה: מסופוטמיה/שומר, חריתה בלוחות טיט בעזרת קנה. התפתח מאידיאוגרמות לייצוג פונטי והאפשר ניהול ביורוקרטי ושימור חוקים וידע.",
"פסטה ברוטב עגבניות. מרכיבים: פסטה, עגבניות, שום, שמן זית, מלח. הכנה: מבשלים פסטה ומכינים רוטב עגבניות.",
]
query_embeddings = model.encode_query(queries)
document_embeddings = model.encode_document(documents)
print(query_embeddings.shape, document_embeddings.shape)
# [1, 768] [3, 768]# Get the similarity scores for the embeddings
similarities = model.similarity(query_embeddings, document_embeddings)
print(similarities)
# tensor([[ 0.2235, 0.0164, 0.0822, -0.0282]])
Citation
If you use NeoDictaBERT in your research, please cite
NeoDictaBERT: Pushing the Frontier of BERT models for Hebrew
BibTeX:
@misc{shmidman2025neodictabertpushingfrontierbert,
title={NeoDictaBERT: Pushing the Frontier of BERT models for Hebrew},
author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel},
year={2025},
eprint={2510.20386},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2510.20386},
}
neodictabert-bilingual-embed huggingface.co is an AI model on huggingface.co that provides neodictabert-bilingual-embed's model effect (), which can be used instantly with this dicta-il neodictabert-bilingual-embed model. huggingface.co supports a free trial of the neodictabert-bilingual-embed model, and also provides paid use of the neodictabert-bilingual-embed. Support call neodictabert-bilingual-embed model through api, including Node.js, Python, http.
neodictabert-bilingual-embed huggingface.co is an online trial and call api platform, which integrates neodictabert-bilingual-embed's modeling effects, including api services, and provides a free online trial of neodictabert-bilingual-embed, you can try neodictabert-bilingual-embed online for free by clicking the link below.
dicta-il neodictabert-bilingual-embed online free url in huggingface.co:
neodictabert-bilingual-embed is an open source model from GitHub that offers a free installation service, and any user can find neodictabert-bilingual-embed on GitHub to install. At the same time, huggingface.co provides the effect of neodictabert-bilingual-embed install, users can directly use neodictabert-bilingual-embed installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
neodictabert-bilingual-embed install url in huggingface.co: