Update src/about.py
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -38,10 +38,10 @@ INTRODUCTION_TEXT = """
|
|
38 |
Persian LLM Leaderboard is designed to be a challenging benchmark and provide a reliable evaluation of LLMs in Persian Language.
|
39 |
|
40 |
Note: This is a demo version of the leaderboard. We introduce two new benchmarks *PeKA* and *PersBETS* that challenge the native knowledge of the models along with
|
41 |
-
linguistic skills and their level of bias, ethics, and trustworthiness.
|
42 |
-
explaining the data and performance of relevent models
|
43 |
|
44 |
-
Note:
|
45 |
"""
|
46 |
|
47 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
38 |
Persian LLM Leaderboard is designed to be a challenging benchmark and provide a reliable evaluation of LLMs in Persian Language.
|
39 |
|
40 |
Note: This is a demo version of the leaderboard. We introduce two new benchmarks *PeKA* and *PersBETS* that challenge the native knowledge of the models along with
|
41 |
+
linguistic skills and their level of bias, ethics, and trustworthiness. **These datasets are not yet public, but they will be uploaded onto huggingface along with a detailed paper
|
42 |
+
explaining the data and performance of relevent models.**
|
43 |
|
44 |
+
Note: **We plan to release an evaluation framework soon in which the details and methods of evaluation are specified.**
|
45 |
"""
|
46 |
|
47 |
# Which evaluations are you running? how can people reproduce what you have?
|