vtu81 commited on
Commit
3f57c1d
·
verified ·
1 Parent(s): 473b154

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -10,11 +10,20 @@ pinned: false
10
  <style>
11
 
12
  button {
13
- margin: calc(20vw / 100);
14
- padding: calc(0vw / 100) calc(40vw / 100);
 
 
 
 
 
 
 
 
 
15
  text-align: center;
16
  font-size: calc(60vw / 100);
17
- height: calc(120vw / 100);
18
  transition: 0.5s;
19
  background-size: 200% auto;
20
  color: white;
@@ -42,7 +51,7 @@ pinned: false
42
  }
43
  </style>
44
 
45
- <h2 style="font-size: 2em;">
46
  <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
47
  </h2>
48
 
 
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;
 
51
  }
52
  </style>
53
 
54
+ <h2 style="font-size: 2em; 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
56
  </h2>
57