Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,48 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 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;
|
| 21 |
+
border-radius: calc(60vw / 100);
|
| 22 |
+
display: inline;
|
| 23 |
+
border: 2px solid black;
|
| 24 |
+
font-weight: 500;
|
| 25 |
+
box-shadow: 0px 0px 14px -7px #f09819;
|
| 26 |
+
background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
|
| 27 |
+
cursor: pointer;
|
| 28 |
+
user-select: none;
|
| 29 |
+
-webkit-user-select: none;
|
| 30 |
+
touch-action: manipulation;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
button:hover {
|
| 34 |
+
background-position: right center;
|
| 35 |
+
/* change the direction of the change here */
|
| 36 |
+
color: #fff;
|
| 37 |
+
text-decoration: none;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
button:active {
|
| 41 |
+
transform: scale(0.95);
|
| 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 |
+
|
| 49 |
+
|
| 50 |
+
<button src="https://sorry-bench.github.io">🏠Website </button>
|
| 51 |
+
<button src="https://arxiv.org">📑Paper </button>
|
| 52 |
+
<button src="https://github.com/SORRY-Bench/SORRY-Bench">💻Github </button>
|
| 53 |
+
<button src="https://huggingface.co/datasets/sorry-bench/sorry-bench-human-judgment-202406">🧑⚖️Human Judgment Dataset </button>
|
| 54 |
+
<button src="https://huggingface.co/sorry-bench/ft-mistral-7b-instruct-v0.2-sorry-bench-202406">🤖Judge LLM </button>
|