gregH commited on
Commit
9402ef4
·
verified ·
1 Parent(s): 776e3a8

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- // 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
  }
 
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
  }