Behnamm commited on
Commit
75a13cb
1 Parent(s): aa6880d

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +7 -1
src/about.py CHANGED
@@ -35,7 +35,13 @@ TITLE = f"""
35
 
36
  # What does your leaderboard evaluate?
37
  INTRODUCTION_TEXT = """
38
- Persian LLM Leaderboard
 
 
 
 
 
 
39
  """
40
 
41
  # Which evaluations are you running? how can people reproduce what you have?
 
35
 
36
  # What does your leaderboard evaluate?
37
  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. These datasets are not yet public, but they will be uploaded onto huggingface along with detailed paper
42
+ explaining the data and a detailed performance of relevent models.
43
+
44
+ Note: We plan to release an evaluation framework soon, in which the details and methods of evaluation are public.
45
  """
46
 
47
  # Which evaluations are you running? how can people reproduce what you have?