gregH commited on
Commit
776e3a8
·
verified ·
1 Parent(s): 680fe88

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -214,7 +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
  break;
219
  }
220
  }
 
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
  }