gregH commited on
Commit
27b60ef
·
verified ·
1 Parent(s): fda3749

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -1
index.html CHANGED
@@ -154,7 +154,17 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
154
  \end{aligned}
155
  $$
156
  </span>
157
- <span id="Gradient-Estimation" class="formula" style="display: none;">$$\displaystyle g_\theta(x)=\sum_{i=1}^P \frac{f_\theta(x\oplus \mu u_i)-f_\theta(x)}{\mu} u_i $$</span>
 
 
 
 
 
 
 
 
 
 
158
  </div>
159
  </div>
160
 
 
154
  \end{aligned}
155
  $$
156
  </span>
157
+ <span id="Gradient-Estimation" class="formula" style="display: none;">
158
+ $$
159
+ \displaystyle
160
+ \begin{aligned}
161
+ x^\prime_i=\begin{cases}
162
+ \beta \times \mathtt{embed}(q_i), \text{~if~$q_i$ in~$\mathcal{Q}$}\\
163
+ \mathtt{embed}(q_i), \text{~otherwise}
164
+ \end{cases}
165
+ \end{aligned}
166
+ $$
167
+ </span>
168
  </div>
169
  </div>
170