Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ HEADER = """
|
|
| 16 |
|
| 17 |
<br></br>
|
| 18 |
|
| 19 |
-
<p>This leaderboard
|
| 20 |
|
| 21 |
<p>For more details, please consider going through the technical blogpost <a href="https://huggingface.co/blog/">here</a>.</p>
|
| 22 |
"""
|
|
@@ -28,15 +28,15 @@ The AraGen Leaderboard is designed to evaluate and compare the performance of Ch
|
|
| 28 |
|
| 29 |
### Why Focus on Chat Models?
|
| 30 |
|
| 31 |
-
AraGen —And 3C3H in general— is specifically
|
| 32 |
|
| 33 |
### How to Submit Your Model?
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
### Contact
|
| 38 |
|
| 39 |
-
For any inquiries or assistance,
|
| 40 |
"""
|
| 41 |
|
| 42 |
CITATION_BUTTON_LABEL = """
|
|
|
|
| 16 |
|
| 17 |
<br></br>
|
| 18 |
|
| 19 |
+
<p>This leaderboard introduces generative tasks evaluation for Arabic Large Language Models (LLMs). Powered by the new <strong>3C3H</strong> evaluation measure, this framework delivers a transparent, robust, and holistic evaluation system that balances factual accuracy and usability assessment for a production ready setting.</p>
|
| 20 |
|
| 21 |
<p>For more details, please consider going through the technical blogpost <a href="https://huggingface.co/blog/">here</a>.</p>
|
| 22 |
"""
|
|
|
|
| 28 |
|
| 29 |
### Why Focus on Chat Models?
|
| 30 |
|
| 31 |
+
AraGen Leaderboard —And 3C3H in general— is specifically designed to assess **chat models**, which interact in conversational settings, intended for end user interaction and require a blend of factual accuracy and user-centric dialogue capabilities. While it is technically possible to submit foundational models, we kindly ask users to refrain from doing so. For evaluations of foundational models using likelihood accuracy based benchmarks, please refer to the [Open Arabic LLM Leaderboard (OALL)](https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard).
|
| 32 |
|
| 33 |
### How to Submit Your Model?
|
| 34 |
|
| 35 |
+
Navigate to the submission section below to submit your open chat model from the HuggingFace Hub for evaluation. Ensure that your model is public and the submmited metadata (precision, revision, #params) is accurate.
|
| 36 |
|
| 37 |
### Contact
|
| 38 |
|
| 39 |
+
For any inquiries or assistance, feel free to reach out through the community tab at [Inception AraGen Community](https://huggingface.co/spaces/inceptionai/AraGen-Leaderboard/discussions) or via [email](mailto:ali.filali@inceptionai.ai).
|
| 40 |
"""
|
| 41 |
|
| 42 |
CITATION_BUTTON_LABEL = """
|