update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ demo = gr.Interface(
|
|
141 |
gr.Plot(label="MLQA Arabic (Long Context Evaluation)"),
|
142 |
gr.Plot(label="ARCD (Short Context Evaluation)")
|
143 |
],
|
144 |
-
title="Evaluation of Arabic Matryoshka Embedding Models on
|
145 |
description=(
|
146 |
"Evaluate your Sentence Transformer model's performance on **context and question retrieval** for Arabic datasets for enhancing Arabic RAG.\n"
|
147 |
"- **ARCD** evaluates short context retrieval performance.\n"
|
|
|
141 |
gr.Plot(label="MLQA Arabic (Long Context Evaluation)"),
|
142 |
gr.Plot(label="ARCD (Short Context Evaluation)")
|
143 |
],
|
144 |
+
title="Evaluation of Arabic Matryoshka Embedding Models on Retrieval Tasks ",
|
145 |
description=(
|
146 |
"Evaluate your Sentence Transformer model's performance on **context and question retrieval** for Arabic datasets for enhancing Arabic RAG.\n"
|
147 |
"- **ARCD** evaluates short context retrieval performance.\n"
|