Update app.py
Browse files
app.py
CHANGED
|
@@ -11,14 +11,15 @@ DATASET_REPO_ID = f"{OWNER}/requests-dataset"
|
|
| 11 |
|
| 12 |
HEADER = """
|
| 13 |
<center>
|
|
|
|
| 14 |
<h1>AraGen Leaderboard: Generative Tasks Evaluation of Arabic LLMs</h1>
|
| 15 |
-
</center>
|
| 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/leaderboard-3c3h-aragen">here</a>.</p>
|
|
|
|
| 22 |
"""
|
| 23 |
|
| 24 |
ABOUT_SECTION = """
|
|
|
|
| 11 |
|
| 12 |
HEADER = """
|
| 13 |
<center>
|
| 14 |
+
<h1>Archived Space</h1>
|
| 15 |
<h1>AraGen Leaderboard: Generative Tasks Evaluation of Arabic LLMs</h1>
|
|
|
|
| 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/leaderboard-3c3h-aragen">here</a>.</p>
|
| 22 |
+
</center>
|
| 23 |
"""
|
| 24 |
|
| 25 |
ABOUT_SECTION = """
|