vtu81 commited on
Commit
1fd9d2a
·
verified ·
1 Parent(s): 677327c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -40
README.md CHANGED
@@ -8,48 +8,47 @@ pinned: false
8
  ---
9
 
10
  <style>
11
-
12
- button {
13
- /* margin: calc(20vw / 100); */
14
- margin: 0.5em;
15
- padding-left: calc(40vw / 100);
16
- padding-right: calc(40vw / 100);
17
- padding-bottom: calc(0vw / 100);
18
- text-align: center;
19
- font-size: 12px;
20
- height: 25px;
21
- /* padding-left: calc(40vw / 100);
22
- padding-right: calc(40vw / 100);
23
- padding-bottom: calc(0vw / 100);
24
- text-align: center;
25
- font-size: calc(60vw / 100);
26
- height: calc(120vw / 100); */
27
- transition: 0.5s;
28
- background-size: 200% auto;
29
- color: white;
30
- border-radius: calc(60vw / 100);
31
- display: inline;
32
- /* border: 2px solid black; */
33
- font-weight: 500;
34
- box-shadow: 0px 0px 14px -7px #f09819;
35
- background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
36
- cursor: pointer;
37
- user-select: none;
38
- -webkit-user-select: none;
39
- touch-action: manipulation;
40
- }
41
 
42
- button:hover {
43
- background-position: right center;
44
- /* change the direction of the change here */
45
- color: #fff;
46
- text-decoration: none;
47
- }
48
 
49
- button:active {
50
- transform: scale(0.95);
51
- }
52
- </style>
53
 
54
  <h2 style="font-size: 1.6em; margin-bottom: 0.1em">
55
  <b style="font-size: 1.8em;">S<img src="https://sorry-bench.github.io/sorry_bench_files/images/sorry-bench-logo.jpg" style="width: 1em; border: 8px solid #394150; border-radius: 100%; display: inline-block; margin: auto 0; margin-bottom: 0.15em; ">RRY-Bench</b>: Systematically Evaluating LLM Safety Refusal Behaviors
@@ -61,6 +60,9 @@ pinned: false
61
  <a href="http://arxiv.org/abs/2406.14598" style="text-decoration:none">
62
  <button>📑Paper </button>
63
  </a>
 
 
 
64
  <a href="https://github.com/SORRY-Bench/SORRY-Bench" style="text-decoration:none">
65
  <button>💻Github </button>
66
  </a>
 
8
  ---
9
 
10
  <style>
11
+ button {
12
+ /* margin: calc(20vw / 100); */
13
+ margin: 0.5em;
14
+ padding-left: calc(40vw / 100);
15
+ padding-right: calc(40vw / 100);
16
+ padding-bottom: calc(0vw / 100);
17
+ text-align: center;
18
+ font-size: 12px;
19
+ height: 25px;
20
+ /* padding-left: calc(40vw / 100);
21
+ padding-right: calc(40vw / 100);
22
+ padding-bottom: calc(0vw / 100);
23
+ text-align: center;
24
+ font-size: calc(60vw / 100);
25
+ height: calc(120vw / 100); */
26
+ transition: 0.5s;
27
+ background-size: 200% auto;
28
+ color: white;
29
+ border-radius: calc(60vw / 100);
30
+ display: inline;
31
+ /* border: 2px solid black; */
32
+ font-weight: 500;
33
+ box-shadow: 0px 0px 14px -7px #f09819;
34
+ background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
35
+ cursor: pointer;
36
+ user-select: none;
37
+ -webkit-user-select: none;
38
+ touch-action: manipulation;
39
+ }
 
40
 
41
+ button:hover {
42
+ background-position: right center;
43
+ /* change the direction of the change here */
44
+ color: #fff;
45
+ text-decoration: none;
46
+ }
47
 
48
+ button:active {
49
+ transform: scale(0.95);
50
+ }
51
+ </style>
52
 
53
  <h2 style="font-size: 1.6em; margin-bottom: 0.1em">
54
  <b style="font-size: 1.8em;">S<img src="https://sorry-bench.github.io/sorry_bench_files/images/sorry-bench-logo.jpg" style="width: 1em; border: 8px solid #394150; border-radius: 100%; display: inline-block; margin: auto 0; margin-bottom: 0.15em; ">RRY-Bench</b>: Systematically Evaluating LLM Safety Refusal Behaviors
 
60
  <a href="http://arxiv.org/abs/2406.14598" style="text-decoration:none">
61
  <button>📑Paper </button>
62
  </a>
63
+ <a href="https://huggingface.co/datasets/sorry-bench/sorry-bench-202406" style="text-decoration:none">
64
+ <button>📚Dataset </button>
65
+ </a>
66
  <a href="https://github.com/SORRY-Bench/SORRY-Bench" style="text-decoration:none">
67
  <button>💻Github </button>
68
  </a>