Spaces:
Running
Running
Update_S-Eval_v0.1.2
Browse files- constants.py +1 -1
- requirements.txt +13 -13
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 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:[email protected]).
|
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 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:[email protected]).
|
39 |
|
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
APScheduler
|
2 |
-
black
|
3 |
-
click
|
4 |
-
datasets
|
5 |
gradio
|
6 |
gradio_client
|
7 |
-
huggingface-hub
|
8 |
-
matplotlib
|
9 |
-
numpy
|
10 |
-
openpyxl
|
11 |
-
pandas
|
12 |
-
plotly
|
13 |
-
python-dateutil
|
14 |
-
requests
|
15 |
sentencepiece
|
16 |
-
tqdm
|
|
|
1 |
+
APScheduler
|
2 |
+
black
|
3 |
+
click
|
4 |
+
datasets
|
5 |
gradio
|
6 |
gradio_client
|
7 |
+
huggingface-hub
|
8 |
+
matplotlib
|
9 |
+
numpy
|
10 |
+
openpyxl
|
11 |
+
pandas
|
12 |
+
plotly
|
13 |
+
python-dateutil
|
14 |
+
requests
|
15 |
sentencepiece
|
16 |
+
tqdm
|