gregH commited on
Commit
94e1e98
1 Parent(s): 86e6270

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -103,8 +103,8 @@ Exploring Refusal Loss Landscapes </title>
103
  \begin{aligned}
104
  \phi_\theta(x)&=1-\mathbb{E}_{y \sim T_\theta(x)} \\
105
  JB (y) &= \begin{cases}
106
- \text{$1$,~~if $y$ contains any jailbreak keyword;} \\
107
- \text{$0$,~~otherwise.}
108
  \end{cases}
109
  \end{aligned}
110
  $$
 
103
  \begin{aligned}
104
  \phi_\theta(x)&=1-\mathbb{E}_{y \sim T_\theta(x)} \\
105
  JB (y) &= \begin{cases}
106
+ 1\text{,~~if $y$ contains any jailbreak keyword;} \\
107
+ 0\text{,~~otherwise.}
108
  \end{cases}
109
  \end{aligned}
110
  $$