File size: 900 Bytes
79d119c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: apache-2.0
language:
- ar
pipeline_tag: text-classification
tags:
- transformers
- sentence-transformers
- text-embeddings-inference
---

# Introducing ARM-V1 | Arabic Reranker Model (Version 1)

**For more info please refer to this blog: [ARM | Arabic Reranker Model](www.omarai.me).**

✨ This model is designed specifically for Arabic language reranking tasks, optimized to handle queries and passages with precision. 
✨ Unlike embedding models, which generate vector representations, this reranker directly evaluates the similarity between a question and a document, outputting a relevance score. 
✨ Trained on a combination of positive and hard negative query-passage pairs, it excels in identifying the most relevant results. 
✨ The output score can be transformed into a [0, 1] range using a sigmoid function, providing a clear and interpretable measure of relevance.