Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -214,8 +214,8 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
|
|
| 214 |
highlightText(exampleText, 'Affirmation Loss');
|
| 215 |
break;
|
| 216 |
case 'example4':
|
| 217 |
-
|
| 218 |
-
exampleText.innerHTML="We select those tokens with the larger <span class="highlight">hallo</span> gradient norm and then apply soft removal on them to mitigate the potential jailbreak risks."
|
| 219 |
break;
|
| 220 |
}
|
| 221 |
}
|
|
|
|
| 214 |
highlightText(exampleText, 'Affirmation Loss');
|
| 215 |
break;
|
| 216 |
case 'example4':
|
| 217 |
+
highlightText(exampleText, 'soft removal');
|
| 218 |
+
// exampleText.innerHTML="We select those tokens with the larger <span class="highlight">hallo</span> gradient norm and then apply soft removal on them to mitigate the potential jailbreak risks."
|
| 219 |
break;
|
| 220 |
}
|
| 221 |
}
|