Update utils.py
Browse files
utils.py
CHANGED
@@ -110,9 +110,9 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
|
|
110 |
"""
|
111 |
|
112 |
LLM_BENCHMARKS_ABOUT_TEXT = f"""
|
113 |
-
# Persian LLM Leaderboard (v1.0.0)
|
114 |
|
115 |
-
> The Persian LLM Evaluation Leaderboard, developed by **Part DP AI** in collaboration with **AUT (Amirkabir University of Technology) NLP Lab**, provides a comprehensive benchmarking system specifically designed for Persian LLMs. This leaderboard, based on the open-source [LM Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness), offers a unique platform for evaluating the performance of large language models (LLMs) on tasks that demand linguistic proficiency and technical skill in Persian.
|
116 |
|
117 |
> **Note:** This leaderboard is continuously updating its data and models, reflecting the latest developments in Persian LLMs. It is currently in version 1.0.0, serving as the initial benchmark for Persian LLM evaluation, with plans for future enhancements.
|
118 |
|
|
|
110 |
"""
|
111 |
|
112 |
LLM_BENCHMARKS_ABOUT_TEXT = f"""
|
113 |
+
# Open Persian LLM Leaderboard (v1.0.0)
|
114 |
|
115 |
+
> The Open Persian LLM Evaluation Leaderboard, developed by **Part DP AI** in collaboration with **AUT (Amirkabir University of Technology) NLP Lab**, provides a comprehensive benchmarking system specifically designed for Persian LLMs. This leaderboard, based on the open-source [LM Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness), offers a unique platform for evaluating the performance of large language models (LLMs) on tasks that demand linguistic proficiency and technical skill in Persian.
|
116 |
|
117 |
> **Note:** This leaderboard is continuously updating its data and models, reflecting the latest developments in Persian LLMs. It is currently in version 1.0.0, serving as the initial benchmark for Persian LLM evaluation, with plans for future enhancements.
|
118 |
|