Feature Extraction
sentence-transformers
Safetensors
Arabic
eurobert
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
EuroBert
Arabic
custom_code
Eval Results (legacy)
Instructions to use Omartificial-Intelligence-Space/AraEuroBert-210M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Omartificial-Intelligence-Space/AraEuroBert-210M with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Omartificial-Intelligence-Space/AraEuroBert-210M", trust_remote_code=True) sentences = [ "امرأة شقراء تطل على مشهد (سياتل سبيس نيدل)", "رجل يستمتع بمناظر جسر البوابة الذهبية", "فتاة بالخارج تلعب في الثلج", "شخص ما يأخذ في نظرة إبرة الفضاء." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -120,7 +120,7 @@ This model maps sentences and paragraphs to a **768-dimensional dense vector spa
|
|
| 120 |
|
| 121 |
Paper: [](https://huggingface.co/papers/2503.05500)
|
| 122 |
|
| 123 |
-
You can find more information on the base model at https://huggingface.co/EuroBERT
|
| 124 |
|
| 125 |

|
| 126 |
|
|
|
|
| 120 |
|
| 121 |
Paper: [](https://huggingface.co/papers/2503.05500)
|
| 122 |
|
| 123 |
+
You can find more information on the base model at https://huggingface.co/EuroBERT/EuroBERT-210m
|
| 124 |
|
| 125 |

|
| 126 |
|