omarelshehy
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ It is important to add the prefixes \<query\>: and \<passage\>: to your queries
|
|
64 |
from sentence_transformers import SentenceTransformer
|
65 |
|
66 |
# Download from the 🤗 Hub
|
67 |
-
model = SentenceTransformer("omarelshehy/Arabic-
|
68 |
|
69 |
# Query
|
70 |
query = "<query>: كيف يمكن للذكاء الاصطناعي تحسين طرق التدريس التقليدية؟"
|
@@ -116,12 +116,12 @@ You can finetune this model on your own dataset.
|
|
116 |
This model has been ealuated using 3 different datasets and the NDCG@10 metric
|
117 |
- Dataset 1: [castorini/mr-tydi](https://huggingface.co/datasets/castorini/mr-tydi)
|
118 |
- Dataset 2: [Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset](https://huggingface.co/datasets/Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset)
|
119 |
-
- Dataset
|
120 |
and is compared to other highly performant models:
|
121 |
|
122 |
| **model** | **1** | **2** | **3** |
|
123 |
|-------------------------------------|-----------|--------------|-------------|
|
124 |
-
| Arabic-
|
125 |
| intfloat/multilingual-e5-large | **0.89** | 0.719 | **0.698** |
|
126 |
| intfloat/multilingual-e5-base | 0.87 | 0.69 | 0.686 |
|
127 |
|
|
|
64 |
from sentence_transformers import SentenceTransformer
|
65 |
|
66 |
# Download from the 🤗 Hub
|
67 |
+
model = SentenceTransformer("omarelshehy/Arabic-Retrieval-v1.0")
|
68 |
|
69 |
# Query
|
70 |
query = "<query>: كيف يمكن للذكاء الاصطناعي تحسين طرق التدريس التقليدية؟"
|
|
|
116 |
This model has been ealuated using 3 different datasets and the NDCG@10 metric
|
117 |
- Dataset 1: [castorini/mr-tydi](https://huggingface.co/datasets/castorini/mr-tydi)
|
118 |
- Dataset 2: [Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset](https://huggingface.co/datasets/Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset)
|
119 |
+
- Dataset 3: [sadeem-ai/sadeem-ar-eval-retrieval-questions](https://huggingface.co/datasets/sadeem-ai/sadeem-ar-eval-retrieval-questions)
|
120 |
and is compared to other highly performant models:
|
121 |
|
122 |
| **model** | **1** | **2** | **3** |
|
123 |
|-------------------------------------|-----------|--------------|-------------|
|
124 |
+
| Arabic-Retrieval-v1.0 | 0.875 | **0.72** | 0.679 |
|
125 |
| intfloat/multilingual-e5-large | **0.89** | 0.719 | **0.698** |
|
126 |
| intfloat/multilingual-e5-base | 0.87 | 0.69 | 0.686 |
|
127 |
|