Spaces:
Running
Running
Update index.html
Browse files- 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;"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|