Yuanxh commited on
Commit
f4f0bdc
Β·
1 Parent(s): d1b074f

Update_app.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -33,7 +33,7 @@ XLSX_DIR = "./file//results.xlsx"
33
  LEADERBOARD_INTRODUCTION = """# πŸ† S-Eval Leaderboard
34
  ## πŸ”” Updates
35
  πŸ“£ [2024/10/25]: We release all 20,000 base risk prompts and 200,000 corresponding attack prompts ([Version-0.1.2](https://github.com/IS2Lab/S-Eval)). We also update [πŸ† LeaderBoard v0.1.2](https://huggingface.co/spaces/IS2Lab/S-Eval_v0.1.2) with new evaluation results including GPT-4 and other models.
36
- πŸŽ‰ S-Eval has achieved about **7,000** total views and about **2,000** total downloads across multiple platforms πŸŽ‰.
37
 
38
  πŸ“£ [2024/06/17]: We further release 10,000 base risk prompts and 100,000 corresponding attack prompts ([Version-0.1.1](https://github.com/IS2Lab/S-Eval)). If you require automatic safety evaluations, please feel free to submit a request via [Issues](https://huggingface.co/spaces/IS2Lab/S-Eval/discussions) or contact us by [Email](mailto:xiaohanyuan@zju.edu.cn).
39
 
 
33
  LEADERBOARD_INTRODUCTION = """# πŸ† S-Eval Leaderboard
34
  ## πŸ”” Updates
35
  πŸ“£ [2024/10/25]: We release all 20,000 base risk prompts and 200,000 corresponding attack prompts ([Version-0.1.2](https://github.com/IS2Lab/S-Eval)). We also update [πŸ† LeaderBoard v0.1.2](https://huggingface.co/spaces/IS2Lab/S-Eval_v0.1.2) with new evaluation results including GPT-4 and other models.
36
+ πŸŽ‰ S-Eval has achieved about **7,000** total views and about **2,000** total downloads across multiple platforms. πŸŽ‰
37
 
38
  πŸ“£ [2024/06/17]: We further release 10,000 base risk prompts and 100,000 corresponding attack prompts ([Version-0.1.1](https://github.com/IS2Lab/S-Eval)). If you require automatic safety evaluations, please feel free to submit a request via [Issues](https://huggingface.co/spaces/IS2Lab/S-Eval/discussions) or contact us by [Email](mailto:xiaohanyuan@zju.edu.cn).
39