Yuanxh commited on
Commit
23cece9
Β·
1 Parent(s): 7d93964

Update leaderboard

Browse files
Files changed (1) hide show
  1. constants.py +6 -1
constants.py CHANGED
@@ -31,8 +31,13 @@ attack_columns = [item.lower() for item in attack_columns]
31
  XLSX_DIR = "./file//results.xlsx"
32
 
33
  LEADERBOARD_INTRODUCTION = """# πŸ† S-Eval Leaderboard
 
 
34
 
35
- You can get more detailed information from our [project](https://github.com/IS2Lab/S-Eval) and [Paper](https://arxiv.org/abs/2405.14191).
 
 
 
36
  """
37
 
38
  SELECT_SET_INTRO = (
 
31
  XLSX_DIR = "./file//results.xlsx"
32
 
33
  LEADERBOARD_INTRODUCTION = """# πŸ† S-Eval Leaderboard
34
+ ## πŸ”” Updates
35
+ πŸ“£ [2024/05/23]: We publish our [paper](https://arxiv.org/abs/2405.14191) and first release 2,000 base risk prompts.
36
 
37
+ ### ❗️ Note
38
+ Due to the limited machine resource, please refresh the page if a connection timeout error occurs.
39
+
40
+ You can get more detailed information from our [Project](https://github.com/IS2Lab/S-Eval) and [Paper](https://arxiv.org/abs/2405.14191).
41
  """
42
 
43
  SELECT_SET_INTRO = (