Update app.py
Browse files
app.py
CHANGED
|
@@ -13,13 +13,13 @@ 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 = """
|
|
@@ -617,4 +617,4 @@ def main():
|
|
| 617 |
demo.launch()
|
| 618 |
|
| 619 |
if __name__ == "__main__":
|
| 620 |
-
main()
|
|
|
|
| 13 |
<center>
|
| 14 |
<h1>Archived Space</h1>
|
| 15 |
<h1>AraGen Leaderboard: Generative Tasks Evaluation of Arabic LLMs</h1>
|
| 16 |
+
</center>
|
| 17 |
|
| 18 |
<br></br>
|
| 19 |
|
| 20 |
<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>
|
| 21 |
|
| 22 |
<p>For more details, please consider going through the technical blogpost <a href="https://huggingface.co/blog/leaderboard-3c3h-aragen">here</a>.</p>
|
|
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
ABOUT_SECTION = """
|
|
|
|
| 617 |
demo.launch()
|
| 618 |
|
| 619 |
if __name__ == "__main__":
|
| 620 |
+
main()
|